Dear Sir,
In a custom page(nav2013 r2) there are two functionality developed
1. Pdf generation for individual party
2. Mail the generated pdf to respective party
Actual Scenario :
We are able to generate 200 Pdfs without any issue but when trying to shoot the mail to the respective party the following error message occurred.
The above error message occurred after the 190 mail posted successfully.
What is the reason behind that issue ?
Kindly reply.
Now or Never
0
Comments
After generating the PDFs file, these are checked manually for their physically existence. So there is no question of missing or partially generated.
All pdfs files have a common name but they are stored in a unique named folder.
{ C:\partycode\mibuso.pdf }
**Here partycode is always unique.
And so the mail attachment should not be an issue.
Sleep function is used here for two different actions. System uses the sleep function before generating the next PDF and also the same way before sending the next mail.