Announcements
Hello,
I am facing time out error in Project WIP report in AX 2012.
I have tried below solutions but not get resolution.
1. Increased the Time out from 10 to 30 in Client Config
2. Increased the Time out from 10 to 30 in Server Config
3. Changed the Time out property in Report Server url.
4. Below given Code level changes:
On the table that is returned as a dataset to the report make the following changes
-Created by - Yes
-CreatedTransactionId - Yes
-TableType – Regular
Change the DP class so it extends SrsReportDataProviderPreProcess
Within the DP class.processReport() method add the following code reportData.setConnection(this.parmUserConnection()); where reportData is the table that is returned as a dataset within your report
Executed incremental cil
Open the SSRS report and hit refresh on the dataset. At this point you should see the field 'createdTransactionId' added to the available field.
Deploy report
Security Note: For your security object it is good to note that when using this preprocessing method you need to add the DPClass.processReport() method to the Server methods node in the privilege associated with the report
Please suggest.
Hello Nikhil,
Have you been able to get this issue resolved in the meantime?
Would be great if you could let us know if you need any other help from the community.
Many thanks,
Ludwig
Hi Nikhil,
Please clarify the scenario as per Ludwig questions, so that we have a better picture of the scenario you are facing:
1. what is the AX2012 version?
2. are you running the report in batch mode? if not please check this option also and see if any improvement
3. does running the report with smaller sets of data produce the same error?
Hi,
What AX2012 version do you operate?
Does the report give you an outcome if you filter for a small subset of your projects?
Have you tried running the report in batch mode?
Best regards,
Ludwig
André Arnaud de Cal...
294,110
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator