BPM, Workflow, and Case

BPM, Workflow, and Case

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
Expand all | Collapse all

BPM Problem to realize Advanced integration service

  • 1.  BPM Problem to realize Advanced integration service

    Posted Wed January 20, 2021 08:20 AM
    I realize Advanced integration service in JAVA which returning DataObject. on Implementation and run service in ProcessCenter i get error from system:
    [<479message:javax.naming.ServiceUnavailableException: No synchronous endpoints are available for targeted SCA export/service: NBU_Solfy_Implementation/inpsRequest2 [Root exception is javax.naming.NameNotFoundException: Context: PCCell1/clusters/SingleCluster, name: sca/NBUS-Tip-NBU_Solfy_Implementation/export/inpsRequest2: First component in name inpsRequest2 not found. [Root exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0]]><97flowObjectID:/25.b048f033-2eef-4a18-9a6e-2f66d82e37c9//0256ded7-f36d-4eb2-8c2a-ca7a6dd2c2a5/Step (System Task)>]

    Can you help me to resolve solutions this problem



    ------------------------------
    Sarvar Abduhakimov
    ------------------------------


  • 2.  RE: BPM Problem to realize Advanced integration service

    Posted Tue March 23, 2021 10:50 AM
    This error indicates that the JNDI object you're trying to use in your SCA service is not available (not configured) in WAS (Websphere). You'd have to make sure it's created and available before trying to use it in your solution. If you did create it then most likely a node sync and restart it required for the changes to be picked up and visible to BPM/BAW.

    ------------------------------
    Sergei Malynovskyi
    ------------------------------