X
Xplicare
Hi everybody,
I've been running a Windows 2003 server with 2X ApplicationServer 7.1 for some time now and apart from some minor issues everything's ok. Printing from 2X published applications however is often a problem for my users. Here are a few:
1. Our Ubuntu (9.04) users don't see their own (locally attached) printers when they want to print from a published application. The only way to access one of their printers is by creating a desktop launcher that starts their program like this:
This method works, but now only one printer is available.
Using the option (to have 2X use the printers from /etc/printcap) doesn't work.
It just adds a printer named printcap to Windows.
Adding printers in the 2X client GUI doesn't work; they don't show up. By the way; what do you have to put in the field 'Printer Driver Name'? I think it is the device URI (because that's the only value it accepts), but I'm not sure.
The manual doesn't mention this part.
2. One of our Windows XP users has a HP LaserJet 4200n network printer. When she uses a 2X published application, the printer shows up as a mapped printer (HP LaserJet 4200 PCL 6 (from COMPUTER_NAME). The trouble is that the default configuration is wrong (letter instead of A4 paper, wrong tray setting, duplex unit not installed etc.). She's able to adjust some of the settings in the print dialog, but all settings are discarded once she's logged out. I tried adjusting the printer settings of her mapped printer from the server console (as administrator), but all settings are gone once she's logged out.
Where does Windows pull the (wrong) printer settings from? They're correct on her own computer.
3. The user from point 2 has access to the 2X universal printer, so that should solve her printing problems, right? Well, there are three options: 'Print to default printer', 'Select printer before printing' and 'Use the following printer'. Printing to the default printer sometimes does nothing, the print task simply disappears immediately. Select printer before printing, doesn't always show the dialog window. Using a fixed printer for 2X universal printing mostly works, but this doesn't solve the problem from point 2.
Maybe simple problems for seasoned Windows/2X administrators, but I'm stuck :cry:
Thanks in advance for any help you can give me.
Paul
I've been running a Windows 2003 server with 2X ApplicationServer 7.1 for some time now and apart from some minor issues everything's ok. Printing from 2X published applications however is often a problem for my users. Here are a few:
1. Our Ubuntu (9.04) users don't see their own (locally attached) printers when they want to print from a published application. The only way to access one of their printers is by creating a desktop launcher that starts their program like this:
Code:
/opt/2X/Client/bin/appserverclient -s servername -u username -p password -a application_name -P "Printer name"
Using the option (to have 2X use the printers from /etc/printcap) doesn't work.
Code:
-P "printcap"
Adding printers in the 2X client GUI doesn't work; they don't show up. By the way; what do you have to put in the field 'Printer Driver Name'? I think it is the device URI (because that's the only value it accepts), but I'm not sure.
The manual doesn't mention this part.
2. One of our Windows XP users has a HP LaserJet 4200n network printer. When she uses a 2X published application, the printer shows up as a mapped printer (HP LaserJet 4200 PCL 6 (from COMPUTER_NAME). The trouble is that the default configuration is wrong (letter instead of A4 paper, wrong tray setting, duplex unit not installed etc.). She's able to adjust some of the settings in the print dialog, but all settings are discarded once she's logged out. I tried adjusting the printer settings of her mapped printer from the server console (as administrator), but all settings are gone once she's logged out.
Where does Windows pull the (wrong) printer settings from? They're correct on her own computer.
3. The user from point 2 has access to the 2X universal printer, so that should solve her printing problems, right? Well, there are three options: 'Print to default printer', 'Select printer before printing' and 'Use the following printer'. Printing to the default printer sometimes does nothing, the print task simply disappears immediately. Select printer before printing, doesn't always show the dialog window. Using a fixed printer for 2X universal printing mostly works, but this doesn't solve the problem from point 2.
Maybe simple problems for seasoned Windows/2X administrators, but I'm stuck :cry:
Thanks in advance for any help you can give me.
Paul