![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | unable open Log CBS file. Can someone please advise me how to open this file so i can maybe get a clue as to why SP1 download failed. Using Cmd prompt administrator, "findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >sfcdetails.txt" after enter no details appear.Just goes back to the prompt. Have protected files unchecked Thanks. |
My System Specs![]() |
| | #2 (permalink) |
| | RE: unable open Log CBS file. Hello John, First Nothing is displayed to the screen when you direct the output using > symbol You just return to the prompt so the log file may contain the information So check if the log exists and if anything is in it. There may be some delay before the file is available after the scan is run.. First try running it without the log file redirection "findstr /c:"[SR]" %windir%\logs\cbs\cbs.log This outputs to the screen, so if there are any errors when it runs we can see them, plus see if any output exists to write to the log file This shows that output exists as well as any potential errors when running. Thanks, Darrell Gorter[MSFT] This posting is provided "AS IS" with no warranties, and confers no rights -------------------- | >Date: Mon, 28 Apr 2008 16:28:32 -0700 | >From: John <mcdouga@xxxxxx> | >User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) | >MIME-Version: 1.0 | >Subject: unable open Log CBS file. | >Content-Type: text/plain; charset=ISO-8859-1; format=flowed | >Content-Transfer-Encoding: 7bit | >X-Antivirus: avast! (VPS 080428-0, 28/04/2008), Outbound message | >X-Antivirus-Status: Clean | >Message-ID: <e#tsReYqIHA.4280@xxxxxx> | >Newsgroups: microsoft.public.windows.vista.general | >NNTP-Posting-Host: d75-156-46-25.bchsia.telus.net 75.156.46.25 | >Lines: 1 | >Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP02.phx.gbl | >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.vista.general:297723 | >X-Tomcat-NG: microsoft.public.windows.vista.general | > | >Can someone please advise me how to open this file so i can maybe get a | >clue as to why SP1 download failed. | >Using Cmd prompt administrator, "findstr /c:"[SR]" | >%windir%\logs\cbs\cbs.log >sfcdetails.txt" after enter no details | >appear.Just goes back to the prompt. Have protected files unchecked | >Thanks. | > |
My System Specs![]() |
| | #3 (permalink) |
| | Re: unable open Log CBS file. Darrell Gorter[MSFT] wrote: Quote: > Hello John, > First > Nothing is displayed to the screen when you direct the output using > symbol > You just return to the prompt so the log file may contain the information > So check if the log exists and if anything is in it. > > There may be some delay before the file is available after the scan is run.. > First try running it without the log file redirection > "findstr /c:"[SR]" %windir%\logs\cbs\cbs.log > This outputs to the screen, so if there are any errors when it runs we can > see them, plus see if any output exists to write to the log file > This shows that output exists as well as any potential errors when running. > > Thanks, > Darrell Gorter[MSFT] > > This posting is provided "AS IS" with no warranties, and confers no rights > -------------------- > | >Date: Mon, 28 Apr 2008 16:28:32 -0700 >Hello Darrell Persist log has 50.0MB copied and pasted your suggestion but it was rejected saying the file name,directory name or volume label syntax is incorrect" with my level of experience with this procedure you could paint the error black and i wouldnt recognize it. I was just hoping to get excerpts of the log for posting so some one might see the problem. Thanks for your effort |
My System Specs![]() |
| | #4 (permalink) |
| | Re: unable open Log CBS file. Hello, There was a leading quote that wasn't supposed to be on the string Removed the quote mark. This is run from the c:\windows\logs\cbs folder findstr /c:"[SR]" %windir%\logs\cbs\cbs.log Thanks, Darrell Gorter[MSFT] This posting is provided "AS IS" with no warranties, and confers no rights -------------------- | >Date: Mon, 28 Apr 2008 20:01:29 -0700 | >From: John <mcdouga@xxxxxx> | >User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) | >MIME-Version: 1.0 | >Subject: Re: unable open Log CBS file. | >References: <e#tsReYqIHA.4280@xxxxxx> <vO7F3wZqIHA.6028@xxxxxx> | >In-Reply-To: <vO7F3wZqIHA.6028@xxxxxx> | >Content-Type: text/plain; charset=ISO-8859-1; format=flowed | >Content-Transfer-Encoding: 7bit | >X-Antivirus: avast! (VPS 080428-0, 28/04/2008), Outbound message | >X-Antivirus-Status: Clean | >Message-ID: <e7gFRVaqIHA.4884@xxxxxx> | >Newsgroups: microsoft.public.windows.vista.general | >NNTP-Posting-Host: d75-156-46-25.bchsia.telus.net 75.156.46.25 | >Lines: 1 | >Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP06.phx.gbl | >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.vista.general:297867 | >X-Tomcat-NG: microsoft.public.windows.vista.general | > | >Darrell Gorter[MSFT] wrote: | >> Hello John, | >> First | >> Nothing is displayed to the screen when you direct the output using > symbol | >> You just return to the prompt so the log file may contain the information | >> So check if the log exists and if anything is in it. | >> | >> There may be some delay before the file is available after the scan is run.. | >> First try running it without the log file redirection | >> "findstr /c:"[SR]" %windir%\logs\cbs\cbs.log | >> This outputs to the screen, so if there are any errors when it runs we can | >> see them, plus see if any output exists to write to the log file | >> This shows that output exists as well as any potential errors when running. | >> | >> Thanks, | >> Darrell Gorter[MSFT] | >> | >> This posting is provided "AS IS" with no warranties, and confers no rights | >> -------------------- | >> | >Date: Mon, 28 Apr 2008 16:28:32 -0700 | >>Hello Darrell | >Thanks for taking the time to reply The log file has 1.8 MB and the | >Persist log has 50.0MB | >copied and pasted your suggestion but it was rejected saying the file | >name,directory name or volume label syntax is incorrect" with my level | >of experience with this procedure you could paint the error black and i | >wouldnt recognize it. I was just hoping to get excerpts of the log for | >posting so some one might see the problem. Thanks for your effort | > |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| unable to open wmv file attachments using windows mail | Vista mail | |||
| Vista unable to open windows and file names missing | Vista General | |||
| Unable to see file names and some windows won't open. | Vista General | |||
| Unable to open .exe file | Vista security | |||
| Unable to open .exe file | Vista General | |||