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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  NAT0963 when called from EntireX

    Posted 04/18/12 01:42 PM

    Hi Friends,

    When i call subprograms using EntireX eventually return the error NAT0963, its a sporadic error that occours only when using entireX.

    When the program was called from the emulation terminal, has no problem.

    It occours from specific users group, not occours with developer users.

    Any sugestions?


    #webMethods
    #Mainframe-Integration
    #EntireX


  • 2.  RE: NAT0963 when called from EntireX

    Posted 04/18/12 01:54 PM

    As a NAT0963 means

    it depends on how the clients connect to the RPC server, how securitxy is set up on the RPC server side etc.


    #webMethods
    #Mainframe-Integration
    #EntireX


  • 3.  RE: NAT0963 when called from EntireX

    Posted 04/18/12 02:03 PM

    Thanks Wolfgang

    When i create the EOL object i am using the parameters:

    With objEOL
    .ServerAddress = “THE ADDRESS OF THE SERVER”
    .NaturalLogon = “Y”
    .UserID = “USERID”
    .Password = “PASSWD”
    .Library = “LIBRARY”
    End With

    After this i do a call to the subroutine using:

    objEOL.SUBROTINE PARM1, PARM2, PARM3, …, PARM4

    And the next step (i used this after detected the problem, to force the clear of any buffer):

    objEOL.logoff


    #EntireX
    #webMethods
    #Mainframe-Integration


  • 4.  RE: NAT0963 when called from EntireX

    Posted 04/19/12 06:42 AM

    The explanation of NAT0963 says: “The current user has attempted to execute a Natural program which has a restricted status.”

    You said that it occurs from specific users group so it looks like these users do not have the right permission.


    #EntireX
    #webMethods
    #Mainframe-Integration


  • 5.  RE: NAT0963 when called from EntireX

    Posted 04/19/12 07:43 AM

    The question is:

    are THE ADDRESS OF THE SERVER, USERID, PASSWORD and LIBRARY static, i.e. the same
    for those users receiving the NAT0963, or are they different for the developers group ?


    #webMethods
    #Mainframe-Integration
    #EntireX


  • 6.  RE: NAT0963 when called from EntireX

    Posted 04/19/12 07:33 PM

    your client is VB? are you not setting the RPCUserId and RPCPassword? These are the values used by the Natural Logon unless you are using the logon options S or E.


    #webMethods
    #EntireX
    #Mainframe-Integration


  • 7.  RE: NAT0963 when called from EntireX

    Posted 04/20/12 06:29 AM

    If RPCUserId or RPCPassword are missing UserID resp. Password will be used. See http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite8-2_sp2/EntireX/8-2-SP2_EntireX/dcomWrapper/genObjects.htm#standardWrapperProperties


    #EntireX
    #Mainframe-Integration
    #webMethods