PS/SLQ Developer Freezing on Extended Error

AMarinik

Member
Good Morning,

I commonly run scripts overnight to take advantage of times when servers are less busy. On a regular basis these scripts throw and error that is not cleared until the next day. The error is commonly pushed to the background by the developer program and is extremely difficult to clear, if possible at all. Is there a trick to bringing these error back to the top. It looks like in this case there might be two errors stacked on top of each other and the developer requires the errors to be cleared in the order they were thrown. Any advice on this would be awesome and much appreciated by both my team and me.
 
Is there a way to turn these pop up error messages off all together?
AMarinik said:
Good Morning,

I commonly run scripts overnight to take advantage of times when servers are less busy. On a regular basis these scripts throw and error that is not cleared until the next day. The error is commonly pushed to the background by the developer program and is extremely difficult to clear, if possible at all. Is there a trick to bringing these error back to the top. It looks like in this case there might be two errors stacked on top of each other and the developer requires the errors to be cleared in the order they were thrown. Any advice on this would be awesome and much appreciated by both my team and me.
 
Are you using the Command Window for this? Because this is a batch/script oriented tool that should not raise any message boxes.
 
Back
Top