Description:
From CAI IM Connector Xpress.
Solution:
Create a new project from « SDK DYN Script.con » template:
<Please see attached file for image>
Create a new Endpoint Type:
<Please see attached file for image>
Try to acquire a new endpoint for this endpoint type:
<Please see attached file for image>
It fails because no bundle matching 'SDKSCRIPT' found for this connector type:
<Please see attached file for image>
Log In to CA IAM Connector Server:
<Please see attached file for image>
You need to add first SDKDYN bundle because there is a dependency on this parent connector (see sdkscript\build.xml) else the SDKSCRIPT bundle will not be resolved due to this missing constraint:
<Please see attached file for image>
Then add the SDKSCRIPTConnectorOsgi.jar bundle:
<Please see attached file for image>
Check that the bundles are active:
<Please see attached file for image>
Now you can add the endpoint:
<Please see attached file for image>
And you can work with it:
<Please see attached file for image>