Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We need to know what are the other Situations where we get general script error.
1. when there is missed column and wrong syntax ...
but in the above cases we get the detailed errors.
For us it always just says "General script error". (please refer below screenshot).
Any advice or thoughts.
Thanks in Advance.
[Edited] : We also found that our RAM/memory(8GB) reached to maximum. Currently we are trying to increase it.
Message was edited by: anjan kumar
Hi All,
We resolved this issue today, we checked that the data was Corrupted. Due to which it was making Cartesian Product and memory was exhausted. We corrected it and it Worked.
Thanks for all the replies.
Hi,
Lot of good ideas,
I would normally start by adding Trace commands in the script to find out exactly were it drops out.
i.e.
Trace 'Load table 1':
...
...
Trace 'Load table 2'
Then will see where it drops out and hopefully give you somewhere to troubleshoot further.
Mark