Hi All,
I am trying to handle sensitive data in SAP PO and for that I am following below steps:
1. Encrypting Message Content on Database Level
2. Second I would need to restrict role based access to that interface/ message monitoring. When you activate message encryption on database level, the entire payload containing the secure payload(and any attachments) is stored encrypted. However, PI components access the message in clear text (for example, in monitoring).
3. Have audit log setup in SAP PO to see who all tried to access the data. All access to message content is logged in the security audit log of the underlying Application Server.
Now I tried to implement step 1 following below blog: Michal's PI tips: Encrypting Message Content (DB level) - 7.31. It worked once but after that when I bounced my SAP PI server I am getting below error:
Error while processing inbound message. com.sap.engine.services.applocking.exception.AppLockingTechnicalLockException: The lifetime can not be the transaction, because currently no transaction is open.: The lifetime can not be the transaction, because currently no transaction is open
Anybody come across similar error ?
Thx in advance
Ravijeet