Error Code: 0xC0002A04, The application does not exist

Home Page Forums BizTalk 2004 – BizTalk 2010 Error Code: 0xC0002A04, The application does not exist

Viewing 0 reply threads
  • Author
    Posts
    • #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 AUDIT

      Function: 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.

Viewing 0 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.