Forum Discussion

jaideepk's avatar
jaideepk
New Contributor II
10 days ago
Solved

Decrypting files in integration

Hi All, There are two files. I can decrypt one file but unable to decrypt the second file during the integration stage, getting this error: Session details have been confirmed. No changes there...
  • RobbSalzmann's avatar
    10 days ago

    The way to troubleshoot this is to first make sure the message in the file you say is encrypted can be decrypted with the supplied key by manually decrypting it.  You can do this online: https://8gwifi.org/pgpencdec.jsp

    Next, make sure you're using the correct keys.  You say there's two different files to decrypt.  Ensure that the key used to decrypt the second file is the right key (e.g. make sure you're not reusing the key from the first file.).

    Write your decryption code in logical steps and write to the log the status of each step - this is because OneStream doesn't provide a debugger for its code.