| Ramiro García Arce 2004-04-30, 11:36 am |
| Hello:
I've posted this message a few months ago.
I've applied MS Q322816 but I still get the same problem.
I've also configured each application to run in Isolated mode.
Help will be very appreciated!
Thanks in advance.
----------------------------------------------------------------------------
--------
Randomly, I get these errors in the web browser:
In front-end application:
Microsoft Commerce OLE DB Provider error '8007000e'
Could not create the catalog (-2147024882)
/_SeleccionarCDR.asp, line 49
this line is:
Set oProfileService = Server.CreateObject("Commerce.ProfileService")
-> oProfileService.Initialize sBDSConnect, "Profile Definitions"
In the bizdesk application:
Microsoft Commerce OLE DB Provider (0xCA17801A)
Could not bind to connection string (-2147024882)
/Bizdesk/global.asa, line 383
this line is:
connstr= g_MSCSConfiguration.Fields("Biz Data
Service").Value.Fields("s_CommerceProviderConnectionString").Value
set cn = Server.CreateObject("ADODB.Connection")
if (cn.State = AD_STATE_CLOSED) then
-> cn.Open CStr(connstr)
set cnGetProviderConnection = cn
end if
When these happend I olso get these error messages in the event log:
Event ID: 32785
Event Source: Commerce Server 2000
Description:
Could not create the catalog (-2147024882)
Event ID: 32773
Event Source: Commerce Server 2000
Description:
DataSource::Init(DS-462[Class Factory]DS-463-Profile Definitions) failed on
catalog load (-2147024882)
Event ID: 32769
Event Source: Commerce Server 2000
Description:
In BindArgs::OpenDataSrc(), failed initializing data source (-2147024882)
Event ID: 32794
Event Source: Commerce Server 2000
Description:
Could not bind to connection string (-2147024882)
Only an IIS Reset solve the problem.
I'm runnig Commerce Server 2000 SP2 with SQL 2000 SP3
I have tested the connection string in the profile resource and it works
fine.
I have no connection problems t the SQL Server.
Help will be very appreciated!
Thanks in advance.
|