Hello,
I am using a DXL script to populate DOORS objects based on certain file types found in ClearCase. Once I have populated the DOORS module, the DXL script loops through each module object and parses information out of embedded links within those objects (links to Visio or text files).
This DXL script is in turn calling a Python script and must wait for the Python script to complete before continuing on. To do this, I use the Ack command after the call to Python. The last command of the Python script is to send an Enter key command, which clears the Ack window, allowing DXL to continue.
Now, when all of this is done while logged in, I have no problems. The problem comes when I try to run this overnight in an unattended batch session.
What seems to happen is that Python runs, but the DXL script never gets the Enter key command and it just hangs there waiting.
Let me know if more info is needed, and thanks in advance.
Craig
