cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP JRA Start Session Dynamic Connection

Former Member
0 Kudos
92

Hi, I have several JRA connections correctly configured on on SAP Mii. I now need to be able the connection dynamically on SAP JRA Start Session based on a user specified value.

The only property available on the SAP JRA Start Session action block is the FactoryName ([this seems to be the default case on vesrions 12.1 or later|http://forums.sdn.sap.com/thread.jspa?threadID=2146888]). When I try to pass a value to the property FactoryName, the connection goes through as successful no matter what the input is (even if it is an incorrect value).

How will I be able to dynamically specify which connection it should use?

Using SAP Mii Version 12.1.7 build(50).

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member193328
Active Participant
0 Kudos

Hi

If you are checking the staus of the Start Session action to see if it connected successfully or not then you will always see success as the actual connection only happens during the JRA Function Call action.

So you will need to check the status of the Function call that follows the Start Session.

Regards

Partha

Former Member
0 Kudos

Thank you Partha. If the path I pass is incorrect, the function call is still successful. It seems to be connecting to the default connection. How can I specify for it to not use a default connection and just give me an error?