webMethods

webMethods

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

User session required to invoke a protected remote server

  • 1.  User session required to invoke a protected remote server

    Posted Thu April 13, 2023 09:57 AM

    Issue:
    Hi Experts, I am trying to invoke a service on another integration server using remote invoke service. But I am getting below error in runtime.
    User session required to invoke a protected remote server”.

    When I trace the service, it is successfully executing.

    Remote service (pub.remote:invoke) inputs:
    $alias - remoter server alias name fetching from global variables.
    $service - hardcoded
    $scope - SESSION
    $close
    $clusterRetry - true

    Currently our UAT is not in cluster, but our Production has clustering.

    Please provide your suggestions to fix this issue.

    Thanks in advance.


    #Service-Designer
    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 2.  RE: User session required to invoke a protected remote server

    Posted Thu April 13, 2023 01:17 PM


    Error Messages document tells you to contact support. Only reason I can think of is the clusterRetry is true. I think you have cluster configuration error. If you have cluster configured, check if terracotta server array is set correctly. User sessions are stored in terracotta if clustering is enabled. If you don’t use clusters check if it is enabled, and disable it. Cluster settings is in Settings → clustering → Edit cluster settings

    Hope this helps.


    #Service-Designer
    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: User session required to invoke a protected remote server

    Posted Thu April 13, 2023 01:32 PM

    Thank you for the reply.
    I have removed the clusterRetry and tested again its same results.
    -----[ISS.0085.9103] User session required to invoke a protected remote server-----

    We don’t have any clustering configuration in Settings.


    #Flow-and-Java-services
    #Service-Designer
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: User session required to invoke a protected remote server

    Posted Mon April 24, 2023 03:35 AM

    I have used REST call, instead of using invoke service.

    Thank you.


    #webMethods
    #Service-Designer
    #Flow-and-Java-services
    #Integration-Server-and-ESB