IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Erros 1004 0639

    Posted Fri June 08, 2007 06:30 PM

    Error when call entireX function from VB6.

    I create a object…
    Dim oEntireX
    oEntireX = CreateObject(“EOL.WRTSTWOL”)

    And call a function…
    Call oEntireX.WRTSTWOZ(<>)

    Then I recive this message:
    “Error: 1014 0936 NATURAL RPC Server Error 936 occurred. Lib=WRTSTWOL,Pgm=WRTSTWOZ,(NATURAL Error Info: Program=NATSRVD,Error=0936,Line=8370,Status=O,Level=01).”

    What’s this???

    Thanks.


    #Mainframe-Integration
    #EntireX
    #webMethods


  • 2.  RE: Erros 1004 0639

    Posted Fri June 08, 2007 06:47 PM

    Hi Marfil,
    This is a natural errormsg. See below.
    The natural subprog and the generated DCOM apperently does not agree hvis parameters/format should be used.
    I recommend that you doublecheck in both end and perhaps regenerated the DCOM DLL.
    regards Finn

    NAT0936 Format/length conflict in parameter :1: (:2: :3:/:4:/:5:/:6:).

    TEXT:
    Format/length conflict in parameter :1: (:2: :3:/:4:/:5:/:6:).
    EXPL:
    The parameter defined at position :1: in object :3: (of type :2:,
    loaded from library :4:, database :5:, file number :6:) does
    not match the format/length of the corresponding parameter used to
    invoke it.
    The following conditions must be met:
    - The formats must be equal.
    - The lengths must be equal.
    - The precisions must be equal.
    ACTN:
    Check program and correct error.


    #Mainframe-Integration
    #EntireX
    #webMethods