Hello community,
I have a program that has been working fine for the last couple of days with no problems. Today when Q/A tried testing it on their computer, it didn't say procedure complete anymore all of a sudden it just showed a blank screen. It doesn't even run on my computer anymore. All of the other programs say procedure complete as soon as I press f1 to run them. What could be the causes of this and what are some solutions if any?
Thanks.
are you using the same database as qa? any chance its hitting a bad record/index and hanging
Thanks Brian I will try running it in the debugger.
Yes we are in the same db. I am going to see if its hitting a bad record though also. Thanks for the information
I am sorry Brian I don't understand that level of information. I forgot to mention that I am new to this technology. I just started working with this two months ago and do not have that much level of understanding.
Oh ok I understand now and will do.
Thanks again
Since you are getting started you should also spend some time going through the OpenEdge documentation:
community.progress.com/.../1329.openedge-product-documentation-overview
The deployment section covers the concepts of deploying code and setting up shortcuts. The development tools section has a section on the debugger. Quite a lot of information is available in the documentation... finding what you are looking for isn't always easy though :-)
Another useful tool in this case is proGetStack. It signals the progress process to write a protrace file in the working directory.
Just be aware of the risks of calling proGetStack multiple times on the same process (groups.google.com/.../