Commerce Server Setup - Can't browse solution sites

This is Interesting: Free IT Magazines  
Home > Archive > Commerce Server Setup > October 2004 > Can't browse solution sites





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Can't browse solution sites
Djole

2004-10-18, 7:46 am

I have CS2002(SP2) Developer Ed. on my WinXP computer.
I use SQL autentification
I can't browse http://localhost/retail, I meen IE never shows anything on
the screen
I just wait and wait and wait..... I look In the PUP.log file and I find
these lines
"Time=Sunday, October 17, 2004 13:52:34 Site=Retail Resource=retail
Function=CIniFileHelper::ReadValue(LPCOL
ESTR pszKeyName,bool &bValue)
Key name: UseAutoCookie Value read:false.
Time=Sunday, October 17, 2004 13:52:34 Site=Retail Resource=retail
Function=CIniFileHelper::ReadValue(LPCOL
ESTR pszKeyName,bool &bValue)
Key name: PerSiteCookie Value read:true.
Time=Sunday, October 17, 2004 13:53:02 Site=Retail Resource=retail
Function=(null)
The network location cannot be reached. For informati[13:53:02] Error
importing object data for Retail from file C:\Documents and Settings\el\Local
Settings\Temp\Retail 80004005:Method '~' of object '~' failed"

I got always the same message in PUP.log file when I try to instal
CatalogSitelet or no matter what ( for example AdSitelet)
Nihit Kaul [MSFT]

2004-10-18, 5:49 pm

Hi,

You might want to edit the Globabl.asa file in the Retail web site
directory and change the debug setting to "Development" instead of
"Production" to see the errors on the site itself.

Also - are you able to connect to the SQL server correctly from the server
machine using the credentials under which the web site is running?

Thanks,

Nihit Kaul[MSFT]
Commerce Server
http://blogs.msdn.com/nihitk

This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
| >>Thread-Topic: Can't browse solution sites
| >>thread-index: AcS09yM3defruQmuS/KgjdC6y+komQ==
| >>X-WBNR-Posting-Host: 213.240.50.130
| >>From: "=?Utf-8?B?RGpvbGU=?=" <Djole@discussions.microsoft.com>
| >>Subject: Can't browse solution sites
| >>Date: Mon, 18 Oct 2004 02:45:01 -0700
| >>Lines: 20
| >>Message-ID: <51E42886-5A75-45EE-9EAC-06DA1E6EB665@microsoft.com>
| >>MIME-Version: 1.0
| >>Content-Type: text/plain;
| >> charset="Utf-8"
| >>Content-Transfer-Encoding: 7bit
| >>X-Newsreader: Microsoft CDO for Windows 2000
| >>Content-Class: urn:content-classes:message
| >>Importance: normal
| >>Priority: normal
| >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| >>Newsgroups: microsoft.public.commerceserver.setup.deploymentoperations
| >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| >>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
| >>Xref: cpmsftngxa06.phx.gbl
microsoft.public.commerceserver.setup.deploymentoperations:3641
| >>X-Tomcat-NG: microsoft.public.commerceserver.setup.deploymentoperations
| >>
| >>I have CS2002(SP2) Developer Ed. on my WinXP computer.
| >>I use SQL autentification
| >>I can't browse http://localhost/retail, I meen IE never shows anything
on
| >>the screen
| >>I just wait and wait and wait..... I look In the PUP.log file and I
find
| >>these lines
| >>"Time=Sunday, October 17, 2004 13:52:34 Site=Retail Resource=retail
| >> Function=CIniFileHelper::ReadValue(LPCOL
ESTR pszKeyName,bool &bValue)
| >>Key name: UseAutoCookie Value read:false.
| >>Time=Sunday, October 17, 2004 13:52:34 Site=Retail Resource=retail
| >> Function=CIniFileHelper::ReadValue(LPCOL
ESTR pszKeyName,bool &bValue)
| >>Key name: PerSiteCookie Value read:true.
| >>Time=Sunday, October 17, 2004 13:53:02 Site=Retail Resource=retail
| >>Function=(null)
| >>The network location cannot be reached. For informati[13:53:02] Error
| >>importing object data for Retail from file C:\Documents and
Settings\el\Local
| >>Settings\Temp\Retail 80004005:Method '~' of object '~' failed"
| >>
| >>I got always the same message in PUP.log file when I try to instal
| >>CatalogSitelet or no matter what ( for example AdSitelet)
| >>

Djole

2004-10-19, 2:47 am

Thanks for the answer butt I solve the problem.
Problem is in Norton Antivirus.
I opened the Norton Antivirus properties and disable the scripting protect
function
It is the key thing.
How to solve the problem?
Well I go in EventViewer via Administrative Tool and see the next message

"The description for Event ID ( 5 ) in Source ( Active Server Pages ) cannot
be found. The local computer may not have the necessary registry information
or message DLL files to display messages from a remote computer. You may be
able to use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event: Error
while reading default settings. please do regsvr32 asp.dll.. "
Then I find on the net next page answer for my problem
http://www.programmersresource.com/...hread.php?t=218

Latter I try to istall CatalogSitelet or AdSitelet.
During the setup I disabled Norton Antivirus butt if I use Windows
integrated security to connect to database the site(s) won't work.If I use
SQL autentification site(s) everything is O.K I wonder why???
Lett me remind you that I have all the software one one hard disk:
CS2002(SP2) Developer Ed.on WinXp and SQLServer Developer Ed.


"Nihit Kaul [MSFT]" wrote:

> Hi,
>
> You might want to edit the Globabl.asa file in the Retail web site
> directory and change the debug setting to "Development" instead of
> "Production" to see the errors on the site itself.
>
> Also - are you able to connect to the SQL server correctly from the server
> machine using the credentials under which the web site is running?
>
> Thanks,
>
> Nihit Kaul[MSFT]
> Commerce Server
> http://blogs.msdn.com/nihitk
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> --------------------
> | >>Thread-Topic: Can't browse solution sites
> | >>thread-index: AcS09yM3defruQmuS/KgjdC6y+komQ==
> | >>X-WBNR-Posting-Host: 213.240.50.130
> | >>From: "=?Utf-8?B?RGpvbGU=?=" <Djole@discussions.microsoft.com>
> | >>Subject: Can't browse solution sites
> | >>Date: Mon, 18 Oct 2004 02:45:01 -0700
> | >>Lines: 20
> | >>Message-ID: <51E42886-5A75-45EE-9EAC-06DA1E6EB665@microsoft.com>
> | >>MIME-Version: 1.0
> | >>Content-Type: text/plain;
> | >> charset="Utf-8"
> | >>Content-Transfer-Encoding: 7bit
> | >>X-Newsreader: Microsoft CDO for Windows 2000
> | >>Content-Class: urn:content-classes:message
> | >>Importance: normal
> | >>Priority: normal
> | >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> | >>Newsgroups: microsoft.public.commerceserver.setup.deploymentoperations
> | >>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> | >>Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
> | >>Xref: cpmsftngxa06.phx.gbl
> microsoft.public.commerceserver.setup.deploymentoperations:3641
> | >>X-Tomcat-NG: microsoft.public.commerceserver.setup.deploymentoperations
> | >>
> | >>I have CS2002(SP2) Developer Ed. on my WinXP computer.
> | >>I use SQL autentification
> | >>I can't browse http://localhost/retail, I meen IE never shows anything
> on
> | >>the screen
> | >>I just wait and wait and wait..... I look In the PUP.log file and I
> find
> | >>these lines
> | >>"Time=Sunday, October 17, 2004 13:52:34 Site=Retail Resource=retail
> | >> Function=CIniFileHelper::ReadValue(LPCOL
ESTR pszKeyName,bool &bValue)
> | >>Key name: UseAutoCookie Value read:false.
> | >>Time=Sunday, October 17, 2004 13:52:34 Site=Retail Resource=retail
> | >> Function=CIniFileHelper::ReadValue(LPCOL
ESTR pszKeyName,bool &bValue)
> | >>Key name: PerSiteCookie Value read:true.
> | >>Time=Sunday, October 17, 2004 13:53:02 Site=Retail Resource=retail
> | >>Function=(null)
> | >>The network location cannot be reached. For informati[13:53:02] Error
> | >>importing object data for Retail from file C:\Documents and
> Settings\el\Local
> | >>Settings\Temp\Retail 80004005:Method '~' of object '~' failed"
> | >>
> | >>I got always the same message in PUP.log file when I try to instal
> | >>CatalogSitelet or no matter what ( for example AdSitelet)
> | >>
>
>

Djole

2004-10-19, 2:47 am

And one little thing which I didn't mention in previous post.The message in
PUP.log file remains the same nomather if Norton Antivirus is disabled or not.

"Function=(null)
The network location cannot be reached. For informati[13:53:02] Error
importing object data for Retail from file C:\Documents and Settings\el\Local
Settings\Temp\Retail 80004005:Method '~' of object '~' failed"

Butt now site(s) are working.


"Djole" wrote:
[vbcol=seagreen]
> Thanks for the answer butt I solve the problem.
> Problem is in Norton Antivirus.
> I opened the Norton Antivirus properties and disable the scripting protect
> function
> It is the key thing.
> How to solve the problem?
> Well I go in EventViewer via Administrative Tool and see the next message
>
> "The description for Event ID ( 5 ) in Source ( Active Server Pages ) cannot
> be found. The local computer may not have the necessary registry information
> or message DLL files to display messages from a remote computer. You may be
> able to use the /AUXSOURCE= flag to retrieve this description; see Help and
> Support for details. The following information is part of the event: Error
> while reading default settings. please do regsvr32 asp.dll.. "
> Then I find on the net next page answer for my problem
> http://www.programmersresource.com/...hread.php?t=218
>
> Latter I try to istall CatalogSitelet or AdSitelet.
> During the setup I disabled Norton Antivirus butt if I use Windows
> integrated security to connect to database the site(s) won't work.If I use
> SQL autentification site(s) everything is O.K I wonder why???
> Lett me remind you that I have all the software one one hard disk:
> CS2002(SP2) Developer Ed.on WinXp and SQLServer Developer Ed.
>
>
> "Nihit Kaul [MSFT]" wrote:
>
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com