Announcements
Hi All,
Before debugging the RDP class >> i did below points
1. Table type = Regular ( Instead of TempDB )
2. Created by and Created Transaction Id = Yes
3. RDP class - SrsReportDataProviderPreProcess ( instead of SrsReportDataProviderPreProcessTempDB )
4. add below code -- in method()
salesInvoiceTmp.setConnection(this.parmUserConnection());
salesInvoiceHeaderFooterTmp.setConnection(this.parmUserConnection());
5. putting breakpoint
when run the report got below error --
how to resolve this issue? anything i am missing ?
please give me more shed on this.
Hello ,
I found a similar stack trace , not sure if this would be helpful but you could check the same.
If you still have the same problem when not using a breakpoint, then it's not related to breakpoints.
For example, imagine that you computer is broken and you can't start it at all. But you want to send an email and you start claiming that you have a problem with Outlook. While the problem with your computer prevents you from using Outlook, it's clearly not Outlook's fault.
As you said "By the way, how is it related to putting a breakpoint? "
because i wants to debug dp class. So, i am facing issue. which i explained already.
The error comes from SrsReportDataProviderPreProcessTempDB, therefore it's still used. Review your code and recompile the application.
By the way, how is it related to putting a breakpoint? Or is the thread title wrong?
André Arnaud de Cal...
294,095
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator