Hi,
I'm using LR 11.5 on Oracle Utilities application and I had a same issue.
During record I found that for get user step which is before login step, server responds with session id which needs to be used in further steps .
However, format of that session id needs to be changed when sending it back to the server
We are able to correlate that value but we are unable to change the format
Recording (3 times):
Server sends a value \x8D\xCD\xE3\xE5\x93_\x1B
It is used in further requests as -1813650483
Server sends a value \x8D\xD6\x8B\x00m_\x1B
It is used in further requests as 1828752342
Server sends a value \x8D\x13\xA0\xFD-_\x1B
It is used in further requests as 771596307
I can't find the coding rule.
Does any one know thw function to change to this format ??
we have used lr_convert_string_encoding and it did not help .
Thanks in adavance