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
Expand all | Collapse all

Using Device Name in instant aplication

  • 1.  Using Device Name in instant aplication

    Posted Tue May 10, 2011 02:43 PM

    I have got a bit of the problem with instant web application in Applinx 8.2

    The backend system use for each user unique device name.
    I am able to develop by define new display session definition where can set this

    but how to configure web application to use unique device name?

    Thanks for any hint

    Marian


    #webMethods
    #ApplinX
    #Mainframe-Integration


  • 2.  RE: Using Device Name in instant aplication

    Posted Wed May 11, 2011 09:01 AM

    Hi Marian,

    In order to set the web application to use a unique device name, you should refer to GXBasicContext.java OR , if you’re working with .NET, GXBasicWebform.cs/vb.

    If you look at the gx_initSessionConfig method, you’ll notice the following commented code:

    // for device name 
    //gx_appConfig.getSessionConfig().addVariable(GXBaseObjectConstants.GX_VAR_DEVICE_NAME, "<YOUR_DEVICE_NAME>");

    Uncomment this code and replace “<YOUR_DEVICE_NAME>” with the proper unique device name.

    Please let me know if that did the job for you.
    Best regards,
    Ohad M.


    #ApplinX
    #webMethods
    #Mainframe-Integration


  • 3.  RE: Using Device Name in instant aplication

    Posted Wed May 11, 2011 11:18 AM