Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Error Code: 0xC0002A04, The application does not exist
- This topic has 0 replies, 1 voice, and was last updated 9 years, 2 months ago by
community-content.
-
AuthorPosts
-
-
December 11, 2012 at 5:32 AM #25949
Hi there
I am not very used to biztalk application development. I created a biztalk application with schemas, maps and orchestrations in. In the orchestration, I am using environment specific variables and trying to retrieve their values from the SSO config file using the SSOSettingsFileReader in the expression shape.
I created an excel sheet with all the variables and their environment specific values in. I created the spreadsheet, ran its macro and created its environment specific SSO batch files. Then I copied the SSOSettingsFileReader.dll and SSOSettingsFileImport.exe in the shared DeployTools folder in biztalk framework. Then i referenced SSOSettingsFileReader.dll in the orchestration biztalk project and finally used
SSOSettingsFileManager.SSOSettingsFileReader.ReadString(“<applicationName>”,”<variableName>”)
in the orchestration to retrieve the environment specific variable value. the application is expected to perform like, when exception occurs the processing goes to exception block of orchestration where I am initializing some values and calling “EmailHandler” orchestraion which then use the above function to retrieve environment specific variable values and send an error email to the environment specific email address. The actual run is, when exception occurs, the application goes to exception handler, initializes parameters, calls the “EmailHandler” orchestration goes to this message assignment shape where the above function is being used, and throws the following error
—
Event Type: Warning
Event Source: ENTSSO
Event Category: Enterprise Single Sign-On
Event ID: 10536
Date: <>
Time: <>
User: N/A
Computer: <computer name>
Description:
SSO AUDITFunction: GetConfigInfo ({56D74464-67EA-464d-A9D4-3EBBA4090010})
Tracking ID: 0ee6cc66-3a9b-40c7-9ee5-4e6bbe98736d
Client Computer: <client computer>
Client User: <HostInstanceUser>
Application Name: <application name>
Error Code: 0xC0002A04, The application does not exist.For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
—
Please help me resolve this issue. Thanks a lot.
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.