Hi there,
Can anyone tell me please how to create and debug a CUDF under an authorized user ? Every time I try this error appears and I cannot skip it. On the Internet I didn’t find a solution that works. Can anyone help me please to fix this one ?
Thank you !
Problem Occurred
‘Launching vnc_aggregate Debug’ has encountered a problem.
Error in final launch sequence
Error in final launch sequence
Failed to execute MI command”
-target-attach 9113
Error message from debugger back end:
PTRACE: Operation not permitted
CUDF error debug under an authorized user
This type of errors usually occurs when "iscobl liberary" is set to an invalid path or filename.
Follow the steps below.
-
Edit the launch configurations.
-
Click the "Classic path" tab.
-
Set "isCOBOL library" field to a valid name or path.
-
Now there will be no issue again.
There is another method to solve this issue. Do the following steps.
-
Open launch configuration menu.
-
Allow edit launch cofiguration.
-
Open "classic path" tab.
-
Clear the field value.
-
It will prompt the IDE to use isCOBOL runtime built that includes IDE.
-
Now edit field accordingly.
-
In this way you can fix the issue.