Once trying to deploy a OSB FileAdapter service and activating the changes I received the below Error:
Error(s) found in module 'FileAdapterService'.
Invalid JCA transport endpoint configuration, exception: BINDING.JCA-11043
Invalid Interaction parameter.
Invalid Interaction parameter.
Interaction parameter Physical/Logical Output Directory has invalid value {/placeholder}.
Please correct the value of the interaction parameter and redeploy the process.
at FileAdapter.biz
Cause -
The issue is typically caused by a invalid directory definition in the business service.
Means, the file path that you have defined in the adapter is invalid.
Solution -
Correct the file path definition, check if the path is valid and has the right permissions.
Helpful? Please Comment.
Happy Learning!!
Error(s) found in module 'FileAdapterService'.
Invalid JCA transport endpoint configuration, exception: BINDING.JCA-11043
Invalid Interaction parameter.
Invalid Interaction parameter.
Interaction parameter Physical/Logical Output Directory has invalid value {/placeholder}.
Please correct the value of the interaction parameter and redeploy the process.
at FileAdapter.biz
Cause -
The issue is typically caused by a invalid directory definition in the business service.
Means, the file path that you have defined in the adapter is invalid.
Solution -
Correct the file path definition, check if the path is valid and has the right permissions.
Helpful? Please Comment.
Happy Learning!!