We are using two load balancing server for asp.net site in that we have a functionality which will create a receipt of order in pdf using abcpdf component it was working fine without load balancing server and but when we move it to load balancing server it is giving errors like. A generic error occurred in GDI. I have given full rights to directory which is used but still there problem. Does anybody have a solutions for this.

link|improve this question

80% accept rate
Did you manage to resolve these errors? We're experiencing similar issues on a load balanced server. – Votive Oct 6 '10 at 15:34
We have resolved it via giving proper rights to the folder where you are creating Images which you are incorporate in the PDF. The rights should be same as your application pool identity. – jalpesh Oct 9 '10 at 6:16
Thanks very much for your response, we'll give that a try. – Votive Oct 13 '10 at 9:53
Out of interest, how did you diagnose this issue, because as far as we can see there's no logging output by ABCPDF to indicate the underlying error? – Votive Oct 13 '10 at 10:12
We just do trial and Error and found that.. Nothing else.. – jalpesh Nov 19 '10 at 9:31
feedback

1 Answer

I cannot believe that. It fixed it. The other server had the permission, but the server that was throwing an error message did not have correct permission. We copied missing user permission from the sane server folder to insane server folder.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.