|
Home > Archive > Commerce Server General > May 2005 > Commerce.Scriptor.1 error
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 |
Commerce.Scriptor.1 error
|
|
| Smitty200 2005-05-17, 5:50 pm |
| I am very new to commerce server. I have found this error in my
application logs continuously and am wondering how to fix it. I am
able to browse the site and return prodoct to pages etc. The error:
Pipeline Error: Component Execution failed for component[0x5] hr:
0x80020101
ProgID: Commerce.Scriptor.1
MscsExecute() failed.
Script invocation failed.
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or
access denied.
Line: 79.
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or
access denied.
I have SQL2000, Commerce Server 2002, and Windows 2003 running on one
machine. I unpacked a PUP file that contained the site. I configured
everything as it should have been based on my machines name and SQL
servers name. I have gone into commerce server manager to the
Commerce Sites --> [mysite] --> Site Resources and checked all
the connections for the resources. They all responde with connection
succesful when tested. If anyone can point me in the right direction
I would appreciate it. IF more information from me is required please
let me know and I will provide...... Thanks
| |
| Ravi Shankar 2005-05-17, 5:50 pm |
| hi Smitty,
You would have to locate the pipelines and figure out which one giving this
problem. Then open the pipeline and locate a "scriptor" component in that.
Open the scriptor and examine the code..
based on the other information you've provided, it looks like a "hardcoded"
connection sting in the scriptor which is giving you the error. change the
servername in there and you should be good to go... Oh and don't forget to do
a IISRESET after saving the scriptor change.
"Smitty200" wrote:
> I am very new to commerce server. I have found this error in my
> application logs continuously and am wondering how to fix it. I am
> able to browse the site and return prodoct to pages etc. The error:
>
> Pipeline Error: Component Execution failed for component[0x5] hr:
> 0x80020101
> ProgID: Commerce.Scriptor.1
> MscsExecute() failed.
> Script invocation failed.
> [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or
> access denied.
> Line: 79.
> [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or
> access denied.
>
> I have SQL2000, Commerce Server 2002, and Windows 2003 running on one
> machine. I unpacked a PUP file that contained the site. I configured
> everything as it should have been based on my machines name and SQL
> servers name. I have gone into commerce server manager to the
> Commerce Sites --> [mysite] --> Site Resources and checked all
> the connections for the resources. They all responde with connection
> succesful when tested. If anyone can point me in the right direction
> I would appreciate it. IF more information from me is required please
> let me know and I will provide...... Thanks
>
>
|
|
|
|
|