C++ Runtime Error with SAP-adapter v2.0

Home Page Forums BizTalk 2004 – BizTalk 2010 C++ Runtime Error with SAP-adapter v2.0

Viewing 1 reply thread
  • Author
    Posts
    • #23561

      Hello at all,

      I have unexplainable error messages for me by the use of the mySAP Adapter (SP1) with .NET Runtime v1.0.3 on BizTalk Server 2006. For me unexplainable because of my missing praxis in Biztalk developement and debugging. Only the the two official MS BizTalk-Courses are mine.

      But now to the problem.

      I have a functional EAI to connect Siebel via BizTalk with SAP. Now SAP changes to unicode and I thougt I can only change the code page in the adapter config, but it isn’t so. After change the this I minutely get an application popup with the folling error message:

      —————————
      Microsoft Visual C++ Runtime Library
      —————————
      Runtime Error!

      Program:

      This application has requested the Runtime to terminate it in an unusual way.
      Please contact the application’s support team for more information.

      —————————
      OK  
      —————————

       

      The adapter ist a static Send-/Request-Port with the SAP-Adapter as port type. Send- and Receive-Pipeline ist configured to XML Transmit and XML Receive.

      Reinstallation of the SAP .NET Runtime and the mySAP-Adapter wasn’t helpful.

       

      Does anybody has an hint for me, where I can search or debug.

      Please help.

       

      Thanks

      Ulf

    • #23565

      The adapter created proxy dlls for each RFC and cached in the bin folder of the <Adapter Install Directory> .

      These proxies might have been created using the non-unicode server.

      Deleting these proxise from bin folder might help.

      • #23572

        Thanks for the really fast answer. I think that was it. Actually I have a another error, but this ist from SAP. So I vote your answer if the message go trough.

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