November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Why not just put a break point in there, run the application locally in debug mode and trigger the scheduled job manually, to see the error details, or log the stack trace somewhere.
Frederik
Hi all, I have a job scheduled to run nightly, which exports all form data as XML and places it in a folder for that day, see code below.
This is working perfectly for all exisiting forms. However, I have created a number of new pages and forms - which are not being exported by this job (the old pages/ forms are still being exported just fine).
What could be causing the new forms to not export? I am also noticing the following 2 errors in the logs: "Object reference not set to an instance of an object" and "The given path's format is not supported"
Any help would be appreciated!
Here is the code for the export job: