Article ID: 312714 - Last Review: June 4, 2003 - Revision: 2.2 PRB: COM+ Application Programmatically Set As Workflow Host Causes ErrorThis article was previously published under Q312714 SYMPTOMS
If you try to run a COM+ application that is set to host XLANG Schedules, and the application is not configured with an appropriate DSN, you may receive the following error message:
The database connection could not be established. The following error(s) occurred: The User/System DSN is either not present or has not been configured to use Windows Authentication. CAUSE
All XLANG Scheduler System Manager objects must have an associated Data Source Name (DSN) that points to a SQL Server database to support the dehydration and rehydration of long-running business processes.
RESOLUTION
To resolve this problem, create a DSN for the COM+ application that you have configured as a host for XLANG Schedules. To do this, follow these steps:
STATUSThis behavior is by design. MORE INFORMATION
If you manually set a COM+ application to be a host for XLANG Schedules and you do not specify an appropriate DSN that points to an XLANG persistence database, you receive the following error message:
No DSN Found
To configure a COM+ server application as a host for XLANG schedules, you must first create and configure a DSN for its persistence database. It is possible to programmatically set a COM+ application to be a host for XLANG Schedules when you use the BizTalk WKFlow.SysMgr interface. For example, the following script sets the COM+ application named TestWorkflowHost to be a host for XLANG Schedules: | Article Translations
|
Back to the top
