windows 2008 server errors

Questions related to converting various types of documents
Post Reply
tomtom1
Posts:1
Joined:Tue May 05, 2009 9:25 pm
windows 2008 server errors

Post by tomtom1 » Tue May 05, 2009 9:34 pm

clean 2.7.3 server edition install.
p2f crashes on convert- generic popup; close or debug;then p2f recovers when clicking "close"-and document does convert at the end.

Any ideas? tried: set service running under admin account, dcom - everyone full rights; installed under administrator account; gave full rights on folder.

Looks like p2f doesnot work properly under 2008 server at all. any insights?

Qualia
Posts:1
Joined:Mon Jun 01, 2009 10:47 am

Re: windows 2008 server errors

Post by Qualia » Mon Jun 01, 2009 10:53 am

Hi all,

Exact same issue here as the previous poster - this is a major problem for us. Could the Print2Flash staff please comment/provide at least some sort of guidance? It's a great product and we absolutely love it, but the above is a major roadblock!

Any feedback would be greatly appreciated!!!

Romeo
Posts:4
Joined:Tue Dec 22, 2009 1:47 am

Re: windows 2008 server errors

Post by Romeo » Tue Apr 27, 2010 1:22 am

This topic is quite old already but still seems no reply from the staff.

We do have a registered copy of 64bit P2F but it doesn't work well in 64bit Windows Server 2008, I'm having this popup error "Print driver host for 32 bit applications has stopped working" every time I covert using the p2f application. I'm also wondering if it really supports for Windows Server 2008?

Hoping I could get a reply soon. Thanks.

nguyenngoctran.info
Posts:1
Joined:Mon Dec 27, 2010 1:22 am

Re: windows 2008 server errors

Post by nguyenngoctran.info » Mon Dec 27, 2010 1:40 am

i'm using Print2Fash3 (Server Mode -Trial) on window server 2008 enterprise 32bit, i can't convert doc file in c# code:
Print2Flash3.Server2 p2fServer = new Print2Flash3.Server2();
p2fServer.ConvertFile(docname,swfname, null, null, null);
the error is: "Invalid variant operation"
but on window server 2003 is OK.
could every one help me!!!

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

Re: windows 2008 server errors

Post by staff » Sat Sep 17, 2011 11:21 am

nguyenngoctran.info wrote:i'm using Print2Fash3 (Server Mode -Trial) on window server 2008 enterprise 32bit, i can't convert doc file in c# code:
Print2Flash3.Server2 p2fServer = new Print2Flash3.Server2();
p2fServer.ConvertFile(docname,swfname, null, null, null);
the error is: "Invalid variant operation"
but on window server 2003 is OK.
could every one help me!!!
Try to turn off special processing method for Office documents before you invoke ConvertFIle:

Code: Select all

p2fServer.DefaultBatchProcessingOptions.UseAutomation=8;

Post Reply