PDA

View Full Version : vvcall.pgm Aborted



Kurt Schrauwen
01-21-2011, 08:07 AM
Hai All,

I have a vvcall.pgm aborted problem.
When I call an RPG program and it takes longer than 30 seconds to get a response I get the avorted message.
I have tested it and it happens always at 30 seconds.
Does anyone had this problem before ?
How can I change the 30 seconds to a minute ?

Thanks,
Kurt

53

sean.lanktree
01-21-2011, 08:11 AM
Ext.Ajax.timeout = 60000

Kurt Schrauwen
01-21-2011, 08:24 AM
Hai Sean,

This works, thanks !

Kurt