[api-dev] [SOLVED] RE: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2011-01-04 Thread Herter, Scott
To: dev@api.openoffice.org Subject: RE: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API I have a stripped down test program and it is working on the server. I am now trying to figure out what is different that is causing the problem. My next steps are to add all the jar

Re: [api-dev] [SOLVED] RE: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2011-01-04 Thread Oliver Brinzing
Hi, I finally figured out what the problem was. It turned out that we would often send a copy count of 0 as a default i remember we had similar problems when upgrading from oo 1.1.5, our print dialog refused to print copy count's in some cases ... and here some other printing issues:

Re: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2011-01-03 Thread Mikhail Voytenko
and the API is somehow losing the exception or return code from that. -Original Message- From: Fernand Vanrie [mailto:s...@pmgroup.be] Sent: Monday, December 20, 2010 2:36 AM To: dev@api.openoffice.org Subject: Re: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

RE: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2010-12-31 Thread Herter, Scott
, December 20, 2010 11:02 AM To: dev@api.openoffice.org Subject: RE: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API That is encouraging, it could boil down to us setting a property we don't need or setting one with an invalid value causing this which would be easy

Re: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2010-12-20 Thread Fernand Vanrie
- From: Herter, Scott [mailto:scott.her...@napersoft.com] Sent: Sunday, December 19, 2010 8:53 AM To: dev@api.openoffice.org; and...@pitonyak.org Subject: RE: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API Yes, you did because I didn't provide the information. Sorry about

RE: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2010-12-20 Thread Herter, Scott
that. -Original Message- From: Fernand Vanrie [mailto:s...@pmgroup.be] Sent: Monday, December 20, 2010 2:36 AM To: dev@api.openoffice.org Subject: Re: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API Herter, don't sea your exact problem but please find the correct way

RE: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2010-12-20 Thread Herter, Scott
3.2.1 not printing on Windows Servers through the API Hi Herter, Herter, Scott wrote (20-12-10 14:17) At this point I don't know what the exact problem is or why it is not working on Windows Servers but is working on Windows Desktops. Maybe something simple/stupid as a default printer

Re: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2010-12-20 Thread Jürgen Schmidt
@api.openoffice.org Subject: Re: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API Hi Herter, Herter, Scott wrote (20-12-10 14:17) At this point I don't know what the exact problem is or why it is not working on Windows Servers but is working on Windows Desktops. Maybe

RE: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2010-12-20 Thread Herter, Scott
- From: Jürgen Schmidt [mailto:juergen.schm...@oracle.com] Sent: Monday, December 20, 2010 9:39 AM To: dev@api.openoffice.org Subject: Re: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API Hi, i would like to suggest that you strip down the problem and try to print from

Re: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2010-12-20 Thread Jürgen Schmidt
[mailto:juergen.schm...@oracle.com] Sent: Monday, December 20, 2010 9:39 AM To: dev@api.openoffice.org Subject: Re: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API Hi, i would like to suggest that you strip down the problem and try to print from a simple remote Java

RE: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2010-12-20 Thread Herter, Scott
] Sent: Monday, December 20, 2010 10:00 AM To: dev@api.openoffice.org Subject: Re: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API as i mentioned before, i have tried the SDK example sdk/examples/java/documenthandling/DocumentPrinter.java just a few minutes before i wrote

RE: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2010-12-19 Thread Herter, Scott
Pitonyak [mailto:and...@pitonyak.org] Sent: Saturday, December 18, 2010 10:57 PM To: dev@api.openoffice.org Subject: Re: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API I really do not understand this. Let me restate the part the confuses me: (1) I can print using

RE: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2010-12-19 Thread Herter, Scott
[mailto:scott.her...@napersoft.com] Sent: Sunday, December 19, 2010 8:53 AM To: dev@api.openoffice.org; and...@pitonyak.org Subject: RE: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API Yes, you did because I didn't provide the information. Sorry about that. 1. The macro I ran

RE: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2010-12-19 Thread Herter, Scott
. -Original Message- From: Herter, Scott [mailto:scott.her...@napersoft.com] Sent: Sunday, December 19, 2010 9:44 AM To: dev@api.openoffice.org Subject: RE: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API I got the macro working at least similarly to what we

[api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2010-12-18 Thread Herter, Scott
We have encountered a strange problem that involves OpenOffice 3.2.1 (also reproduced with OpenOffice 2.4 but does not reproduce with OpenOffice 2.1) on Windows Server 2003 R2, 2008, and 2008 R2. The basic problem is that it does not print through the API. The interesting thing is that the

Re: [api-dev] OpenOffice 3.2.1 not printing on Windows Servers through the API

2010-12-18 Thread Andrew Douglas Pitonyak
I really do not understand this. Let me restate the part the confuses me: (1) I can print using a macro with no problem. (2) I cannot print using the API When you use a macro, you use the API; or did I miss something? On 12/18/2010 12:05 PM, Herter, Scott wrote: We have encountered a