win 64bit 2008 server,error

Questions common to all types of automated processing
Post Reply
jingzhou
Posts:2
Joined:Thu Sep 29, 2011 6:24 am
win 64bit 2008 server,error

Post by jingzhou » Thu Sep 29, 2011 6:32 am

windows 2008 server 64bit
print2flash version 3.2,64bit,
test project:sample >automation > asp.net,
upload a excel file,click 'Convert' button, appear a error message: 'File could not be converted. The parameter is incorrect'.

help me solve the error,thanks!

staff
Posts:267
Joined:Sat Dec 15, 2007 4:48 pm

Re: win 64bit 2008 server,error

Post by staff » Thu Sep 29, 2011 8:12 pm

Try to turn off special processing method for Excel documents like this:

Code: Select all

p2fServer.DefaultBatchProcessingOptions.UseAutomation = 14;
Here p2fServer is a reference to the Server object.

jingzhou
Posts:2
Joined:Thu Sep 29, 2011 6:24 am

Re: win 64bit 2008 server,error

Post by jingzhou » Thu Sep 29, 2011 9:41 pm

i have tried,but got a new error 'Before printing timeout expired '.

staff
Posts:267
Joined:Sat Dec 15, 2007 4:48 pm

Re: win 64bit 2008 server,error

Post by staff » Thu Sep 29, 2011 11:11 pm

Please see this forum topic for information on this issue: http://print2flash.com/forum/viewtopic.php?f=19&t=5&p=5

Post Reply