‎2010 May 19 5:16 AM
My select statement is working very fine in Development client, when it is transported to Production client, it is showing dump error because of huge data. how to rectify this error.
‎2010 May 19 5:19 AM
Hi Madhav,
If the dump is a time out dump, then it's performance issues and one possible solution is to run the report in background and draw out the report (as long as output is not interactive).
If the dump is not a time out dump, then study the dump more closely, especially if the query is on a Z table because there might be some field/ data element not transported across to Q and hence causing the dump.
Hope this helps!
Cheers,
Aditya
‎2010 May 19 6:02 AM
‎2010 May 19 6:06 AM
hi,
Try to optimise your query. If you could paste the query here, we might suggest the reason.
Thanks
Seema
‎2010 May 19 5:23 AM
‎2010 May 19 6:13 AM
Hi Madhav,
Optimize your code.
Post the data fetching part of your code. Lets see if could find some workarounds..
Howard.
‎2010 May 19 6:26 AM
Madhav,
check the sql traces in st05 ,st01 and see which statement is taking more time
Thanks
Bala Duvvuri