Need help in resolving :: ERROR server:com.kintana.crt.server.CRTExecutionManager

Hello Community, please I need your urgent help to resolve my PPM error. 

We are currently on version 10.0.4 and have started seeing errors in the log as below : 

ERROR server:com.kintana.crt.server.CRTExecutionManager Batch ID: 7380635:(CommandExecutionAgent.java:1062):2024/12/30-22:45:41.124 CST: Could not delete transfer directory: D:\PPM\transfers\TMP_DEVELOPMENT04_48165\
STATUS server:com.kintana.crt.server.CRTExecutionManager Batch ID: 7380636:(FileManager.java:190):2024/12/30-22:45:41.546 CST: Failed to delete directory: [D:\PPM\transfers\TMP_DEVELOPMENT04_48166].
ERROR server:com.kintana.crt.server.CRTExecutionManager Batch ID: 7380636:(CommandExecutionAgent.java:1062):2024/12/30-22:45:41.546 CST: Could not delete transfer directory: D:\PPM\transfers\TMP_DEVELOPMENT04_48166\
STATUS server:com.kintana.crt.server.CRTExecutionManager Batch ID: 7380637:(FileManager.java:190):2024/12/30-22:45:41.890 CST: Failed to delete directory: [D:\PPM\transfers\TMP_DEVELOPMENT04_48167].
ERROR server:com.kintana.crt.server.CRTExecutionManager Batch ID: 7380637:(CommandExecutionAgent.java:1062):2024/12/30-22:45:41.890 CST: Could not delete transfer directory: D:\PPM\transfers\TMP_DEVELOPMENT04_48167\
STATUS server:com.kintana.crt.server.CRTExecutionManager Batch ID: 7380638:(FileManager.java:190):2024/12/30-22:45:42.233 CST: Failed to delete directory: [D:\PPM\transfers\TMP_DEVELOPMENT04_48168].
ERROR server:com.kintana.crt.server.CRTExecutionManager Batch ID: 7380638:(CommandExecutionAgent.java:1062):2024/12/30-22:45:42.233 CST: Could not delete transfer directory: D:\PPM\transfers\TMP_DEVELOPMENT04_48168\
STATUS server:com.kintana.crt.server.CRTExecutionManager Batch ID: 7380639:(FileManager.java:190):2024/12/30-22:45:42.577 CST: Failed to delete directory: [D:\PPM\transfers\TMP_DEVELOPMENT04_48169].
ERROR server:com.kintana.crt.server.CRTExecutionManager Batch ID: 7380639:(CommandExecutionAgent.java:1062):2024/12/30-22:45:42.577 CST: Could not delete transfer directory: D:\PPM\transfers\TMP_DEVELOPMENT04_48169\
STATUS server:com.kintana.crt.server.CRTExecutionManager Batch ID: 7380640:(FileManager.java:190):2024/12/30-22:45:42.921 CST: Failed to delete directory: [D:\PPM\transfers\TMP_DEVELOPMENT04_48170].

1. How can we find the route cause of these errors ?

2. Which service may be responsible for these errors ?

3. How to fix the error ?

 

  • Suggested Answer

    0  

    Hi Manisha,

    Deleting this "Transfer directory" is a part of executing workflows special commands. Failing to delete these folders is most likely caused by file access rights - maybe one of the PPM server in your cluster has been started with root user (or another user), and thus the transfer folders that were created by this PPM Process with be owned by a different user from the "standard" PPM user, causing errors when a different PPM node (using PPM User) will try to delete these folders.

    You can check ownership of the folders listed in the error message, that should help you identify why PPM cannot delete them. Just make sure all the folders in there are owned by the PPM user and that all PPM nodes are started with the PPM User, and the problem should disappear.