Issue in number decoding with decodePC.java

I am using decodePC.java to decrypt the peoplecode. Since I am using PT4.49 plus Oracle 10g. The numbers are not decrypted properly in the above peoplecode, I dont know where is the issue, Someone please check the above peoplecode with your decodePC.java and see the result..

If None( ENTRY_REASN_TBL.DESCRSHORT) Then
ENTRY_REASN_TBL.DESCRSHORT = Substring( ENTRY_REASN_TBL.DESCR, 1, 10);
End-If;

The result that I got is..

If None( ENTRY_REASN_TBL.DESCRSHORT) Then
ENTRY_REASN_TBL.DESCRSHORT = Substring( ENTRY_REASN_TBL.DESCR, 65536, 655360);
End-If;

See the function argument, it shows "65536, 655360" instead of "1, 10".

Please help me out of this..

Regards
Mohamed

Reply