RQM command line adapater: From which shared location the adpter was started?
Hi,
we have a shared location in RQM and an command line adapter is available there.
When the adapter is running I need the full path of the adapter because additional files are located in the same directory:
\<shared location>\adapter\ my_adapter.bat
my adpater.pl
(the batch file calls a perl script, the real adapter).
RQM is copying the adapter (*.bat) first to another local directory.
I would like to know how to get the original (shared location) path within the adapter?
any ideas?
thanks, Jörg
Accepted answer
Hi Jorg,
We expose the shared location in the adapter task xml. You can find it inside the tag name "shareprefix". You can query for this within the adapter.
Thanks,
Vijay.