Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > unable open Log CBS file.

Reply
Thread Tools Display Modes

unable open Log CBS file.

 
 
John
Guest
Posts: n/a

 
      04-28-2008
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.
 
Reply With Quote
 
 
 
 
Darrell Gorter[MSFT]
Guest
Posts: n/a

 
      04-29-2008
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@telu>
| >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#>
| >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!TK2MSF TNGP02.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.
| >

 
Reply With Quote
 
John
Guest
Posts: n/a

 
      04-29-2008
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
 
Reply With Quote
 
Darrell Gorter[MSFT]
Guest
Posts: n/a

 
      04-29-2008
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@telu>
| >User-Agent: Thunderbird 2.0.0.12 (Windows/20080213)
| >MIME-Version: 1.0
| >Subject: Re: unable open Log CBS file.
| >References: <e#>
<>
| >In-Reply-To: <>
| >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: <>
| >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!TK2MSF TNGP06.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
| >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to open wmv file attachments using windows mail rick Windows Vista Mail 0 01-22-2008 11:15 PM
Unable to see file names and some windows won't open. Aeonus Windows Vista General Discussion 0 10-22-2007 03:40 AM
Unable to open .exe file winattack Windows Vista Security 6 06-04-2007 12:22 PM
Unable to open .exe file winattack Windows Vista General Discussion 5 05-31-2007 04:25 AM
Unable to open file management in the mobile device center Jemaho Windows Vista Hardware 1 06-03-2006 11:53 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59