Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all articles
Browse latest Browse all 3978

Correlation issue - conversion from hex to string in Oracle Utilities

$
0
0

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


Viewing all articles
Browse latest Browse all 3978

Trending Articles