<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>Folio M Forums</title>
  <link>http://www.foliom.com/forum/</link>
  <description>This is an XML content feed of; Folio M Forums : Last 10 Posts</description>
  <pubDate>Fri, 10 Sep 2010 02:21:41 +0000</pubDate>
  <lastBuildDate>Thu, 26 Feb 2009 11:50:50 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.08</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>www.foliom.com/forum/RSS_topic_feed.asp</WebWizForums:feedURL>
  <image>
   <title>Folio M Forums</title>
   <url>http://www.foliom.com/forum/../../images/logo.png</url>
   <link>http://www.foliom.com/forum/</link>
  </image>
  <item>
   <title>General : SQL Parsing</title>
   <link>http://www.foliom.com/forum/forum_posts.asp?TID=16&amp;PID=17#17</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.foliom.com/forum/member_profile.asp?PF=1" rel="nofollow">Administrator</a><br /><strong>Subject:</strong> SQL Parsing<br /><strong>Posted:</strong> 26 Feb 2009 at 11:50am<br /><br /><FONT color=#0000ff size=2><FONT color=#0000ff size=2><P>DECLARE</FONT></FONT><FONT size=2> @CityState </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>VARCHAR</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>(</FONT></FONT><FONT size=2>255</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>)</P></FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2><P>SET</FONT></FONT><FONT size=2> @CityState</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>=</FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>'Herndon,VA'</P></FONT></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2><P>SELECT</FONT></FONT><FONT size=2> </P></FONT><FONT color=#ff00ff size=2><FONT color=#ff00ff size=2><P>SUBSTRING</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>(</FONT></FONT><FONT size=2>@CityState</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> 1</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> </FONT><FONT color=#ff00ff size=2><FONT color=#ff00ff size=2>CHARINDEX</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>(</FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>','</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2>@CityState</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>)-</FONT></FONT><FONT size=2>1</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>)</FONT></FONT><FONT size=2> City</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> </P></FONT><FONT color=#ff00ff size=2><FONT color=#ff00ff size=2><P>SUBSTRING</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>(</FONT></FONT><FONT size=2>@CityState</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> </FONT><FONT color=#ff00ff size=2><FONT color=#ff00ff size=2>CHARINDEX</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>(</FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>','</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2>@CityState</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>)+</FONT></FONT><FONT size=2>1</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2> </FONT><FONT color=#ff00ff size=2><FONT color=#ff00ff size=2>LEN</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>(</FONT></FONT><FONT size=2>@CityState</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>)-(</FONT></FONT><FONT color=#ff00ff size=2><FONT color=#ff00ff size=2>CHARINDEX</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>(</FONT></FONT><FONT color=#ff0000 size=2><FONT color=#ff0000 size=2>','</FONT></FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>,</FONT></FONT><FONT size=2>@CityState</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>)-</FONT></FONT><FONT size=2>1</FONT><FONT color=#808080 size=2><FONT color=#808080 size=2>))</FONT></FONT><FONT size=2> StateCode</P></FONT>]]>
   </description>
   <pubDate>Thu, 26 Feb 2009 11:50:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.foliom.com/forum/forum_posts.asp?TID=16&amp;PID=17#17</guid>
  </item> 
  <item>
   <title>SQL Server 2005 : Clean Records &amp; reset Identity Columns</title>
   <link>http://www.foliom.com/forum/forum_posts.asp?TID=14&amp;PID=15#15</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.foliom.com/forum/member_profile.asp?PF=3" rel="nofollow">Shawn.Burget</a><br /><strong>Subject:</strong> Clean Records &amp; reset Identity Columns<br /><strong>Posted:</strong> 02 Aug 2008 at 1:40am<br /><br /><P>Well, I had a small issue regarding writing a script to clean a database we have and reset its identity columns in all tables. Although the database wasn't huge one (less than 100 tables) I had to trace relations to be able to delete child table's records before parent's ones because of the foreign key constraints. The solution is disable the foreign keys and delete records with no fear of any errors then enables the constraints again.<BR>Well, I found a solution to disable all constraints without the need to go on each table and disable it manually. and I was happy to know that I can use this solution in deleting all records from all tables. Not only this I was able to use the same solution to reset identity columns in all tables.<BR>The solution was to use this built in stored procedure <SPAN style="FONT-WEIGHT: bold">sp_</SPAN><SPAN style="FONT-WEIGHT: bold">MSforeachtable</SPAN><SPAN>. For help about this proc search for it in Books online or use this </SPAN><SPAN style="FONT-WEIGHT: bold">sp_helptext sp_MSForeachtable.</SPAN><BR>Now back to my 6 lines, bellow is how I re-zeroed my Database:<BR></P><BLOCKQUOTE><SPAN style="FONT-SIZE: 85%"><FONT face="Arial, Helvetica, sans-serif" size=2>/<SPAN>*Disable Constraints &amp; Triggers*/</SPAN><BR><SPAN>exec</SPAN> sp_MSforeachtable '<SPAN>ALTER TABLE ? NOCHECK CONSTRAINT ALL</SPAN>'<BR><SPAN>exec</SPAN> sp_MSforeachtable '<SPAN>ALTER TABLE ? DISABLE TRIGGER ALL</SPAN>'<BR><BR>/<SPAN>*Perform delete operation on all table for cleanup*/</SPAN><BR><SPAN>exec</SPAN> sp_MSforeachtable '<SPAN>DELETE ?</SPAN>'<BR><BR><SPAN>/*Enable Constraints &amp; Triggers again*/</SPAN><BR><SPAN>exec</SPAN> sp_MSforeachtable '<SPAN>ALTER TABLE ? CHECK CONSTRAINT ALL</SPAN>'<BR><SPAN>exec</SPAN> sp_MSforeachtable '<SPAN>ALTER TABLE ? ENABLE TRIGGER ALL</SPAN>'<BR><BR><SPAN>/*Reset Identity on tables with identity column*/</SPAN><BR><SPAN>exec</SPAN> sp_MSforeachtable '<SPAN>IF OBJECTPROPERTY(OBJECT_ID(''?''), ''TableHasIdentity'') = 1 BEGIN DBCC CHECKIDENT (''?'',RESEED,0) END</SPAN>'</FONT></SPAN></BLOCKQUOTE>]]>
   </description>
   <pubDate>Sat, 02 Aug 2008 01:40:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.foliom.com/forum/forum_posts.asp?TID=14&amp;PID=15#15</guid>
  </item> 
  <item>
   <title>Installation Issues : Application Hangs at Login</title>
   <link>http://www.foliom.com/forum/forum_posts.asp?TID=13&amp;PID=14#14</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.foliom.com/forum/member_profile.asp?PF=3" rel="nofollow">Shawn.Burget</a><br /><strong>Subject:</strong> Application Hangs at Login<br /><strong>Posted:</strong> 20 Apr 2008 at 7:36pm<br /><br />After pressing "OK", <SPAN lang=EN style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: EN; mso-fareast-: EN-US; mso-bidi-: AR-SA">application </SPAN>hangs:<OL><LI>Verify that <SPAN lang=EN style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: EN; mso-fareast-: EN-US; mso-bidi-: AR-SA">application </SPAN>is properly authenticating</LI><OL><LI>Type known invalid credentials</LI><LI>Application should respond with an <SPAN lang=EN style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: EN; mso-fareast-: EN-US; mso-bidi-: AR-SA">authentication </SPAN>error</LI><OL><LI>If no response, verify machine can access Active Directory <SPAN lang=EN style="FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: 'Verdana','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-: EN; mso-fareast-: EN-US; mso-bidi-: AR-SA">authentication </SPAN>source</LI></OL></OL><LI>Verify SQL native client is installed</LI><OL><LI>Go to Control Panel\Administrative Tools\Data Sources (ODBC)</LI><LI>Click Add</LI><LI>Look for the driver "SQL Native Client" (near bottom of list)</LI><LI>Cancel</LI><LI>Install the SQL Native Client if missing from list found at:<BR><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=50b97994-8453-4998-8226-fa42ec403d17&amp;DisplayLang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyId=50b97994-8453-4998-8226-fa42ec403d17&amp;DisplayLang=en</A></LI><OL><LI><a href="http://download.microsoft.com/download/2/7/c/27c60d49-6dbe-423e-9a9e-1c873f269484/sqlncli.msi" target="_blank">http://download.microsoft.com/download/2/7/c/27c60d49-6dbe-423e-9a9e-1c873f269484/sqlncli.msi</A>&nbsp;for x86</LI><LI><a href="http://download.microsoft.com/download/2/7/c/27c60d49-6dbe-423e-9a9e-1c873f269484/sqlncli_x64.msi" target="_blank">http://download.microsoft.com/download/2/7/c/27c60d49-6dbe-423e-9a9e-1c873f269484/sqlncli_x64.msi</A>&nbsp;for x64</LI></OL></OL></OL>]]>
   </description>
   <pubDate>Sun, 20 Apr 2008 19:36:54 +0000</pubDate>
   <guid isPermaLink="true">http://www.foliom.com/forum/forum_posts.asp?TID=13&amp;PID=14#14</guid>
  </item> 
  <item>
   <title>Browser Settings : Troubleshooting Excel with Cognos</title>
   <link>http://www.foliom.com/forum/forum_posts.asp?TID=12&amp;PID=13#13</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.foliom.com/forum/member_profile.asp?PF=3" rel="nofollow">Shawn.Burget</a><br /><strong>Subject:</strong> Troubleshooting Excel with Cognos<br /><strong>Posted:</strong> 15 Apr 2008 at 2:43pm<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face=Calibri size=3>Make sure that your Pop-up Blocker is either turned off, or that you have allowed the Cognos URL</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><?: prefix = v ns = "urn:schemas-microsoft-com:vml" /><v:shape id=_x0000_t75 stroked="f" filled="f" path="m@4@5l@4@11@9@11@9@5xe" o:preferrelative="t" o:spt="75" coordsize="21600,21600"><v:stroke joinstyle="miter"></v:stroke><v:ulas><v:f eqn="if lineDrawn pixelLineWidth 0"></v:f><v:f eqn="sum @0 1 0"></v:f><v:f eqn="sum 0 0 @1"></v:f><v:f eqn="prod @2 1 2"></v:f><v:f eqn="prod @3 21600 pixelWidth"></v:f><v:f eqn="prod @3 21600 pixelHeight"></v:f><v:f eqn="sum @0 0 1"></v:f><v:f eqn="prod @6 1 2"></v:f><v:f eqn="prod @7 21600 pixelWidth"></v:f><v:f eqn="sum @8 21600 0"></v:f><v:f eqn="prod @7 21600 pixelHeight"></v:f><v:f eqn="sum @10 21600 0"></v:f></v:ulas><v:path o:c&#111;nnect="rect" gradientshapeok="t" o:extrusi&#111;nok="f"></v:path><?: prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:lock aspectratio="t" v:ext="edit"><img src="http://www.foliom.com/forum/uploads/foliom/Pop-up%20Blocker%20Settings.PNG" height="494" width="433" border="0" /></o:lock></v:shape></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><o:p><FONT face=Calibri size=3>&nbsp;</FONT></o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face=Calibri size=3>Add URL as a trusted site (you may need to uncheck “Require server verification (https:) for all sites in this zone”)</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><img src="http://www.foliom.com/forum/uploads/foliom/Add%20URL%20to%20Trusted%20Sites.PNG" height="455" width="404" border="0" /></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><o:p><FONT face=Calibri size=3>&nbsp;</FONT></o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><o:p><FONT face=Calibri size=3>If you have "Custom Level.." security defined, ensure that you have enabled "Automatic Prompting for downloads"</FONT></o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><o:p><img src="http://www.foliom.com/forum/uploads/foliom/Settings%20required%20for%20Excel.PNG" height="403" width="350" border="0" /></o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><o:p>Otherwise, you will get a pop-up window, the file will begin to download and it will be prevented by this setting.</o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><o:p><FONT face=Calibri size=3></FONT></o:p>&nbsp;</P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face=Calibri size=3>When viewing in Excel formats, you should get a&nbsp; dialog box that looks like this:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><img src="http://www.foliom.com/forum/uploads/foliom/Always%20ask%20before%20opening%20this%20type%20of%20file.PNG" height="285" width="408" border="0" /></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face=Calibri size=3>If you clear the “Always ask before opening this type of file” then the file should open directly in the pop-up browser window and you will not get this dialog box in the future. </FONT></P>]]>
   </description>
   <pubDate>Tue, 15 Apr 2008 14:43:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.foliom.com/forum/forum_posts.asp?TID=12&amp;PID=13#13</guid>
  </item> 
  <item>
   <title>General : Network tools with Vista</title>
   <link>http://www.foliom.com/forum/forum_posts.asp?TID=10&amp;PID=11#11</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.foliom.com/forum/member_profile.asp?PF=3" rel="nofollow">Shawn.Burget</a><br /><strong>Subject:</strong> Network tools with Vista<br /><strong>Posted:</strong> 14 Apr 2008 at 10:25am<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>Windows Vista delivers an impressive line up of network tools that can be used to keep the operating system connectivity on a short leash.Users will be able not only to closely monitor the networking activity of the platform, but also repair network connections. The utilities are not new to Windows Vista, having survived in the operating system from previous Windows versions. </FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><BR><FONT face=Calibri size=3>1. <B>getmac</B> – this tool will enable you to display the MAC addresses for network adapters on a system. The Media Access Control (MAC) address for the network card can be accessed both on the local computer and on a network.<BR></FONT><B><BR><FONT face=Calibri size=3>Syntax</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>getmac&#091;.exe&#093; &#091;/s Computer &#091;/u Domain\User &#091;/p Password&#093;&#093;&#093; &#091;/fo {TABLE|LIST|CSV}&#093; &#091;/nh&#093; &#091;/v&#093;</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Examples</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>he following examples show how you can use the getmac command:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>getmac /fo table /nh /v<BR>getmac /s srvmain<BR>getmac /s srvmain /u maindom\hiropln<BR>getmac /s srvmain /u maindom\hiropln /p p@ssW23<BR>getmac /s srvmain /u maindom\hiropln /p p@ssW23 /fo list /v<BR>getmac /s srvmain /u maindom\hiropln /p p@ssW23 /fo table /nh</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>2. <B>hostname</B> – not sure about what the name of your machine is on the network.Just type hostname and hit enter.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Syntax</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>hostname</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Examples</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To display the name of the computer, type</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>hostname</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>3. <B>ipconfig</B> – according to Microsoft’s own description, the tool is designed to display by default only the IP address, subnet mask and gateway for each adapter associated with the TCP/IP. But in addition to enumerating the TCP/IP network configuration parameters users can also refresh the DHCP and DNS settings.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Syntax</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>ipconfig &#091;/all&#093; &#091;/renew &#091;Adapter&#093;&#093; &#091;/release &#091;Adapter&#093;&#093; &#091;/flushdns&#093; &#091;/displaydns&#093; &#091;/registerdns&#093; &#091;/showclassid Adapter&#093; &#091;/setclassid Adapter &#091;ClassID&#093;&#093;</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Examples</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To display the basic TCP/IP configuration for all adapters, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>ipconfig</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To display the full TCP/IP configuration for all adapters, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>ipconfig /all</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To renew a DHCP-assigned IP address configuration for only the Local Area Connection adapter, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>ipconfig /renew “Local Area Connection”</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To flush the DNS resolver cache when troubleshooting DNS name resolution problems, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>ipconfig /flushdns</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To display the DHCP class ID for all adapters with names that start with Local, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>ipconfig /showclassid Local*</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To set the DHCP class ID for the Local Area Connection adapter to TEST, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>ipconfig /setclassid “Local Area Connection” TEST</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>4. <B>nslookup</B> – is meant to be used according to Domain Name System.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>5. <B>net </B>– is a general tool with commands covering a broad range of functionality.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>6. <B>netstat</B> – displays protocol statistics and TCP/IP network connections.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Syntax</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>netstat &#091;-a&#093; &#091;-e&#093; &#091;-n&#093; &#091;-o&#093; &#091;-p Protocol&#093; &#091;-r&#093; &#091;-s&#093; &#091;Interval&#093;</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Examples</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To display both the Ethernet statistics and the statistics for all protocols, type the following command:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>netstat -e -s</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To display the statistics for only the TCP and UDP protocols, type the following command:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>netstat -s -p tcp udp</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To display active TCP connections and the process IDs every 5 seconds, type the following command:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>nbtstat -o 5</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To display active TCP connections and the process IDs using numerical form, type the following command:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>nbtstat -n -o</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>7. <B>netsh</B> – the command-line tool enables Vista users to both view and alter the network configuration settings of computers.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>8. <B>pathping </B>– is a middle solution which bundles the functionality delivered by traceroute and ping.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Syntax</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>pathping &#091;-n&#093; &#091;-h MaximumHops&#093; &#091;-g HostList&#093; &#091;-p Period&#093; &#091;-q NumQueries &#091;-w Timeout&#093; &#091;-T&#093; &#091;-R&#093; &#091;TargetName&#093;</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Examples</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>The following example shows pathping command output:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>D:\&gt;pathping -n corp1</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>9. <B>nbtstat</B> – a tool that will display protocol statistics and current TCP/IP connections using NetBIOS over TCP/IP.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Syntax</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>nbtstat &#091;-a RemoteName&#093; &#091;-A IPAddress&#093; &#091;-c&#093; &#091;-n&#093; &#091;-r&#093; &#091;-R&#093; &#091;-RR&#093; &#091;-s&#093; &#091;-S&#093; &#091;Interval&#093;</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Examples</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To display the NetBIOS name table of the remote computer with the NetBIOS computer name of CORP07, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>nbtstat -a CORP07</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To display the NetBIOS name table of the remote computer assigned the IP address of 10.0.0.99, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>nbtstat -A 10.0.0.99</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To display the NetBIOS name table of the local computer, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>nbtstat -n</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To display the contents of the local computer NetBIOS name cache, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>nbtstat -c</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To purge the NetBIOS name cache and reload the #PRE-tagged entries in the local Lmhosts file, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>nbtstat -R</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To release the NetBIOS names registered with the WINS server and re-register them, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>nbtstat -RR</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To display NetBIOS session statistics by IP address every five seconds, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>nbtstat -S 5</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>10. <B>Ping</B> – Verifies IP-level connectivity to another TCP/IP computer by sending </FONT><a href="http://www.windowsreference.com/windows-vista/hidden-network-tools-in-vista/" target="_blank"><U><FONT face=Calibri color=#800080 size=3>Internet Control</FONT></U></A><FONT face=Calibri size=3> Message Protocol (ICMP) Echo Request messages. The receipt of corresponding Echo Reply messages are displayed, along with round-trip times. Ping is the primary TCP/IP command used to troubleshoot connectivity, reachability, and name resolution.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Syntax</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>ping &#091;-t&#093; &#091;-a&#093; &#091;-n Count&#093; &#091;-l Size&#093; &#091;-f&#093; &#091;-i TTL&#093; &#091;-v TOS&#093; &#091;-r Count&#093; &#091;-s Count&#093; &#091;{-j HostList | -k HostList}&#093; &#091;-w Timeout&#093; &#091;TargetName&#093;</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Examples</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>The following example shows ping command output:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>C:\&gt;ping example.microsoft.com</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>Pinging example.microsoft.com &#091;192.168.239.132&#093; with 32 bytes of data:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>Reply from 192.168.239.132: bytes=32 time=101ms TTL=124</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>Reply from 192.168.239.132: bytes=32 time=100ms TTL=124</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>Reply from 192.168.239.132: bytes=32 time=120ms TTL=124</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>Reply from 192.168.239.132: bytes=32 time=120ms TTL=124</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To ping the destination 10.0.99.221 and resolve 10.0.99.221 to its host name, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>ping -a 10.0.99.221</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To ping the destination 10.0.99.221 with 10 Echo Request messages, each of which has a Data field of 1000 bytes, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>ping -n 10 -l 1000 10.0.99.221</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To ping the destination 10.0.99.221 and record the route for 4 hops, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>ping -r 4 10.0.99.221</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To ping the destination 10.0.99.221 and specify the loose source route of 10.12.0.1-10.29.3.1-10.1.44.1, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>ping -j 10.12.0.1 10.29.3.1 10.1.44.1 10.0.99.221</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>11. <B>route </B>– manipulates network routing tables.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Syntax</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>route &#091;-f&#093; &#091;-p&#093; &#091;Command &#091;Destination&#093; &#091;mask Netmask&#093; &#091;Gateway&#093; &#091;metric Metric&#093;&#093; &#091;if Interface&#093;&#093;</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Examples</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To display the entire contents of the IP routing table, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>route print</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To display the routes in the IP routing table that begin with 10., type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>route print 10.*</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To add a default route with the default gateway address of 192.168.12.1, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>route add 0.0.0.0 mask 0.0.0.0 192.168.12.1</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To add a route to the destination 10.41.0.0 with the subnet mask of 255.255.0.0 and the next hop address of 10.27.0.1, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>route add 10.41.0.0 mask 255.255.0.0 10.27.0.1</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To add a persistent route to the destination 10.41.0.0 with the subnet mask of 255.255.0.0 and the next hop address of 10.27.0.1, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>route -p add 10.41.0.0 mask 255.255.0.0 10.27.0.1</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To add a route to the destination 10.41.0.0 with the subnet mask of 255.255.0.0, the next hop address of 10.27.0.1, and the cost metric of 7, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>route add 10.41.0.0 mask 255.255.0.0 10.27.0.1 metric 7</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To add a route to the destination 10.41.0.0 with the subnet mask of 255.255.0.0, the next hop address of 10.27.0.1, and using the interface index 0×3, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>route add 10.41.0.0 mask 255.255.0.0 10.27.0.1 if 0×3</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To delete the route to the destination 10.41.0.0 with the subnet mask of 255.255.0.0, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>route delete 10.41.0.0 mask 255.255.0.0</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To delete all routes in the IP routing table that begin with 10., type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>route delete 10.*</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To change the next hop address of the route with the destination of 10.41.0.0 and the subnet mask of 255.255.0.0 from 10.27.0.1 to 10.27.0.25, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>route change 10.41.0.0 mask 255.255.0.0 10.27.0.25</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>12. <B>tracert </B>– users can implement this command-line tool to identify connectivity problems between the local computer and a network address.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Syntax</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>tracert &#091;-d&#093; &#091;-h MaximumHops&#093; &#091;-j HostList&#093; &#091;-w Timeout&#093; &#091;TargetName&#093;</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><B><FONT face=Calibri size=3>Examples</FONT></B></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To trace the path to the host named corp7.microsoft.com, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>tracert corp7.microsoft.com</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To trace the path to the host named corp7.microsoft.com and prevent the resolution of each IP address to its name, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>tracert -d corp7.microsoft.com</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>To trace the path to the host named corp7.microsoft.com and use the loose source route 10.12.0.1-10.29.3.1-10.1.44.1, type:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>tracert -j 10.12.0.1 10.29.3.1 10.1.44.1 corp7.microsoft.com</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><FONT face=Calibri size=3>When using command-line tools in Windows Vista it is healthy to remember to launch the command prompt window with administrative privileges. In order to do so, enter “cmd” in the Search box under the Vista Start Menu and press Ctrl + Shift + Enter to launch the process with elevated privileges.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 10pt"><?: prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face=Calibri size=3>&nbsp;</FONT></o:p></P>]]>
   </description>
   <pubDate>Mon, 14 Apr 2008 10:25:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.foliom.com/forum/forum_posts.asp?TID=10&amp;PID=11#11</guid>
  </item> 
  <item>
   <title>General : How to Automate Disk Defragmenter Using Scheduler</title>
   <link>http://www.foliom.com/forum/forum_posts.asp?TID=9&amp;PID=10#10</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.foliom.com/forum/member_profile.asp?PF=3" rel="nofollow">Shawn.Burget</a><br /><strong>Subject:</strong> How to Automate Disk Defragmenter Using Scheduler<br /><strong>Posted:</strong> 03 Apr 2008 at 1:19pm<br /><br /><OL><LI>Open <strong>Control Panel</strong></LI><LI>Double-click&nbsp;<strong>Scheduled Tasks</strong></LI><LI>Double-click <strong>Add Scheduled Task</strong></LI><LI>On the Scheduled Task Wizard dialog, click <strong>Next</strong></LI><LI>Click <strong>Browse</strong></LI><LI>In the Select Program to Schedule dialog, navigate to the windows\system32 folder</LI><LI>Select <strong>defrag.exe</strong></LI><LI>Click <strong>Open</strong></LI><LI>In the Scheduled Task Wizard dialog, type a name for the scheduled task (Disk Defragmenter, for instance)</LI><LI>Under Perform this task, select how often you wish Disk Defragmenter to run</LI><LI>Click <strong>Next</strong></LI><LI>Set the time at which you wish the Disk Defragmenter scheduled task to run.&nbsp; This should be a time when your computer is on, but not in heavy use.</LI><LI>Select the frequency at which you want the Disk Defragmenter scheduled task to run (Every Day, Weekdays, or Every &lt;N&gt; days, where &lt;N&gt; is the number of days between scheduled runs)</LI><LI>Click <strong>Next</strong></LI><LI>Enter a user name under which the Disk Defragmenter scheduled task will run.&nbsp; <strong>Note:</strong> This user must be an administrator on the local machine.</LI><LI>Enter the password for the user you entered in the previous step</LI><LI>Confirm the password for the user</LI><LI>Click <strong>Next</strong></LI><LI>Check&nbsp;<strong>Open advanced properties for this task when I click Finish</strong></LI><LI>Click <strong>Finish</strong></LI><LI>In the <strong>Run </strong>text box, you should see the full path and command for defrag.exe.&nbsp; By default, this path is <strong>C:\WINDOWS\SYSTEM32\defrag.exe</strong></LI><LI>Append the&nbsp;drive letter for the drive you wish to defragment to&nbsp;the command in the Run text box.&nbsp; In a default installation, your Run command will look like this:<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>C:\WINDOWS\SYSTEM32\defrag.exe C:</strong></LI><LI>Click <strong>OK</strong></LI><LI>In the Set Account Information dialog, enter and confirm the password for the user listed in <strong>Run as</strong></LI><LI>Click <strong>OK</strong><BR>&nbsp;<BR>Disk Defragmenter will now run as the specified user on the schedule you specified when you created the scheduled task.</LI></OL>]]>
   </description>
   <pubDate>Thu, 03 Apr 2008 13:19:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.foliom.com/forum/forum_posts.asp?TID=9&amp;PID=10#10</guid>
  </item> 
  <item>
   <title>Access Manager : FAILED to export to LAE file: server cannot return</title>
   <link>http://www.foliom.com/forum/forum_posts.asp?TID=8&amp;PID=9#9</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.foliom.com/forum/member_profile.asp?PF=3" rel="nofollow">Shawn.Burget</a><br /><strong>Subject:</strong> FAILED to export to LAE file: server cannot return<br /><strong>Posted:</strong> 20 Mar 2008 at 10:54pm<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>We need to change the query parameters in the ADAM service.</FONT></P><OL><LI><DIV =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><?: prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face="Times New Roman" size=3>&nbsp;</FONT></o:p><FONT size=3><FONT face="Times New Roman">Log into server with ADAM instance using an account with the proper permissions </FONT></FONT></DIV></LI><LI><DIV =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT size=3><FONT face="Times New Roman">Go to the ADAM Tools Command Prompt </FONT></FONT></DIV></LI><LI><DIV =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Start the dsmgmt tool<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>(note ? will display options) </FONT></DIV></LI><LI><DIV =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Get into the LDAP policies section</FONT></DIV></LI><LI><DIV =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Connect to the ADAM service (and quit to return to theLDAP policies prompt)</FONT></DIV></LI><LI><DIV =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Show values, set MaxPageSize to &lt;new value&gt;</FONT></DIV></LI><LI><DIV =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Show values again to verify new value</FONT></DIV></LI><LI><DIV =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Commit changes </FONT></DIV></LI><LI><DIV =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Q</FONT><FONT face="Times New Roman"><FONT size=3>uit out of ldap policy and out of dsmgmt tool</FONT></FONT><BR><?: prefix = v ns = "urn:schemas-microsoft-com:vml" /><v:shape id=_x0000_i1028 style="WIDTH: 121.5pt; HEIGHT: 48.75pt" ="#_x0000_t75"><v: o:title="" =":///C:UsersShawnAppLocalTempmsoclip101clip_007.png"></v:></v:shape></DIV></LI></OL>]]>
   </description>
   <pubDate>Thu, 20 Mar 2008 22:54:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.foliom.com/forum/forum_posts.asp?TID=8&amp;PID=9#9</guid>
  </item> 
  <item>
   <title>Access Manager : FAILED to export to LAE file: server cannot return</title>
   <link>http://www.foliom.com/forum/forum_posts.asp?TID=8&amp;PID=8#8</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.foliom.com/forum/member_profile.asp?PF=3" rel="nofollow">Shawn.Burget</a><br /><strong>Subject:</strong> FAILED to export to LAE file: server cannot return<br /><strong>Posted:</strong> 20 Mar 2008 at 10:46pm<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>When an “export to LAE” fails due to incomplete result set:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><?: prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face="Times New Roman" size=3>&nbsp;</FONT></o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>In the LAE log file:</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT size=3><FONT face="Times New Roman">The operation failed because the directory server cannot return the complete result set.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN></FONT></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>For more information, consult your directory server documentation on how </FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>to increase the maximum number of results that can be returned from the function ldap_search.</FONT></P>]]>
   </description>
   <pubDate>Thu, 20 Mar 2008 22:46:21 +0000</pubDate>
   <guid isPermaLink="true">http://www.foliom.com/forum/forum_posts.asp?TID=8&amp;PID=8#8</guid>
  </item> 
  <item>
   <title>Scheduled Jobs : Scheduled Jobs when Account is disabled</title>
   <link>http://www.foliom.com/forum/forum_posts.asp?TID=7&amp;PID=7#7</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.foliom.com/forum/member_profile.asp?PF=3" rel="nofollow">Shawn.Burget</a><br /><strong>Subject:</strong> Scheduled Jobs when Account is disabled<br /><strong>Posted:</strong> 06 Mar 2008 at 9:53pm<br /><br /><DIV><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'">If your password expires (basic signon), your scheduled reports still run, but if your account is disabled, they do not<?: prefix = u5 /><u5:p></u5:p></SPAN><?: prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></P><u5:p></u5:p></DIV><DIV>&nbsp;</DIV><DIV><img src="http://www.foliom.com/forum/uploads/foliom/ScheduledJobwithDisabledAccount.png" height="345" width="538" border="0" alt="Scheduled%20Job%20with%20Disabled%20Account" /></DIV>]]>
   </description>
   <pubDate>Thu, 06 Mar 2008 21:53:17 +0000</pubDate>
   <guid isPermaLink="true">http://www.foliom.com/forum/forum_posts.asp?TID=7&amp;PID=7#7</guid>
  </item> 
  <item>
   <title>Configuration : Increase Connection Pool Size (more users)</title>
   <link>http://www.foliom.com/forum/forum_posts.asp?TID=6&amp;PID=6#6</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.foliom.com/forum/member_profile.asp?PF=4" rel="nofollow">warddev</a><br /><strong>Subject:</strong> Increase Connection Pool Size (more users)<br /><strong>Posted:</strong> 06 Mar 2008 at 11:41am<br /><br /><P>If your user base starts to grow rapidly you may encounter errors/warnings about not enough available database&nbsp;connections to run a report/query/etc.</P><DIV>You will need to increase the default number of connections that are managed by the report servers. A tested instance has been to increase it from 20 to 50.</DIV><DIV>&nbsp;</DIV><DIV>Configuration file:</DIV><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><DIV>..c8/bin/CQEConfig.xml</DIV></BLOCKQUOTE><DIV>Code:</DIV><BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><DIV>&nbsp;From: &lt;entry name="PoolSize" value="20"/&gt;<BR>&nbsp;To:&nbsp;&nbsp;&nbsp;&nbsp; &lt;entry name="PoolSize" value="50"/&gt;</DIV></BLOCKQUOTE>]]>
   </description>
   <pubDate>Thu, 06 Mar 2008 11:41:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.foliom.com/forum/forum_posts.asp?TID=6&amp;PID=6#6</guid>
  </item> 
 </channel>
</rss>