System hangs when addind an item on a Purchase Order

rparikh

New Member
Hi,

We are using Syteline ver 6.0 Progress 9.1c on Windows 2003 Server.

I'm having very unusual problem here. When a user tries to add an item on a PO the whole system hangs and you can not do anything unless you kill the application from the taskbar. The only thing in Item Maintenance audit trail is the cost change which is very common. Also we are not running MRP here. It looks like the case of recursive product structure but I am not sure or my databse has some corrupted files.

Even when I run the following query the system runs in infinite loop

for each symix.jobmatl where
jobmatl.item = "MyItem"
no-lock:

disp job.
end.

Your help is very well appreciated.

Thanks
 
Top