Announcement

Collapse
No announcement yet.

Authentication failed between BPEL and OTM

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Authentication failed between BPEL and OTM

    All,
    BPEL will send us RElease xml through integration. When tyring to send we are facing error that XML is not being loaded and BPEL is receing acknowledgemnt like below without any transmission number.


    <EchoedTransmissionHeader>
    <TransmissionHeader/>
    </EchoedTransmissionHeader>
    <TransmissionAckStatus>
    REJECTED
    </TransmissionAckStatus>
    <TransmissionAckReason>
    MISSING_GLUSERGID_OR_GLPASSWORD



    We have checked with both User name and password but its correct. Same generated xml uploaded successfully when manually done. WE are in the process of figuring out if any property file has to be enabled.

    Please throw your inputs since it is of high criticality. Thanks!
    Cheers,
    -Neo

  • #2
    Re: Authentication failed between BPEL and OTM

    Should be formatted as follows:
    <UserName>INBOUND.TRANSMISSION</UserName>
    <Password>PASSWORD</Password>
    YOu can not include the password, and then use IP authentication. This will require your EXTERNAL_SYSTEM table to be configured correctly.

    Are you sending the correct password?

    Regards,
    James Foran
    Toll Global Information Services
    http://www.tollgroup.com

    Comment


    • #3
      Re: Authentication failed between BPEL and OTM

      James,
      Here is the format of Transmission header that is being generated in BPEL.

      <TransmissionHeader>
      <UserName>DOMAIN.INTEGRATION</UserName>
      <Password>PASSWORD</Password>
      <IsProcessInSequence>Y</IsProcessInSequence>
      <StopProcessOnError>N</StopProcessOnError>
      </TransmissionHeader>

      we also checked few properties
      we are trying with glog.integration.enableBpelCommMethod. hoping to work!!

      thanks!
      Cheers,
      -Neo

      Comment


      • #4
        Re: Authentication failed between BPEL and OTM

        James,
        "YOu can not include the password, and then use IP authentication. This will require your EXTERNAL_SYSTEM table to be configured correctly." --------

        Since it is inbound, i hope external system will not come into picture. We always use external system for outbound. Please correct me if iam wrong.

        Thanks!
        Cheers,
        -Neo

        Comment


        • #5
          Re: Authentication failed between BPEL and OTM

          Added following 3 properties after which it worked fine

          glog.integration.printXmlDeclaration=false
          glog.integration.enableXmlNamespace=true
          glog.integration.enableTargetNamespace=false

          Thanks.
          Cheers,
          -Neo

          Comment


          • #6
            Re: Authentication failed between BPEL and OTM

            Hi neoandr,

            Thanks for your post. Could you give me your sample XML (Transmission & TransmissionHEader). I'm not sure what namespaces should be defined in the Transmission tag. Also do I need to include namespace in every tag or is it sufficient to be present just in Transmission?

            Appreciate your early response.

            Thanks,
            Naveen

            Comment

            Working...
            X