I have a problem in the Object Studio.
I run a Browser-based Application in a BO. And in a read-stage I want to use the Get Document URL functionality, and put the output in a text data item.
But sometimes (and only sometimes) this dosen't Work, and I get the following message:
"Internal : Failed to perform step 1 in Read Stage 'Read doc URL' on page 'Navigate to note' - The object reference is not set to an instance of an object." (the last part of the error message is translated, so the exact wording in the origin message may be different)
I have tried to solve the problem in different ways, but it dosen't help:
- Put a 1 sec. wait-timer before the read-stage
- Split the read-stage in two (before I ran to actions in one read-stage)
- Use "Get Document URL Domain" instead
But I haven't tried to kill all Internet Explorer instances yet. But if someone know a more proper solution to the problem, I will try that before the kill all instance solution.
I do notice, that if I run the BO step-by-step and the problem coccurs, it will work if I idle for about a minute, and then step the read-stage. But this is not a proper solution, when the proces is released in PROD.
I hope that someone can help.