Page 1 of 1

windows 2008 server errors

Posted: Tue May 05, 2009 9:34 pm
by tomtom1
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?

Re: windows 2008 server errors

Posted: Mon Jun 01, 2009 10:53 am
by Qualia
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!!!

Re: windows 2008 server errors

Posted: Tue Apr 27, 2010 1:22 am
by Romeo
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.

Re: windows 2008 server errors

Posted: Mon Dec 27, 2010 1:40 am
by nguyenngoctran.info
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!!!

Re: windows 2008 server errors

Posted: Sat Sep 17, 2011 11:21 am
by staff
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;