10.4.6 server: print jobs vanish (mac & pc)

setup:
- private network (192.168.1.1/24)
- 1 mac os x server, 1 lpd printer with static addresses
- 1 mac os x client, 1 winxp client with dhcp addresses (from router)
services on server:
- afp (for network homedirectories, mac only)
- open directory (for network users, mac only)
- print and windows (for print server, mac and pc)
config:
the server connects to the printer via the lpd protocol and accepts print jobs to the queue via appletalk, ipp and windows printing.
problems:
1) jobs sent via appletalk or windows printing vanish. they appear as sent on the client's print queue but never appear on the server's queue nor the logfile. jobs sent via ipp work, though.
2) adding a "networked printer" on windows xp doesn't work. the "wizard" sees the print server and his queues but upon adding a queue refuses to connect to it, citing some access rights problems.
questions:
1) has anyone successfully connected from winxp to the print server and managed to print a document?
2) how?
thanks a lot for your time,
raoul schaffner.
Power Mac G5   Mac OS X (10.4.6)  

I'm not 100% sure about this but I think if you're providing SMB printing it is spooled through SAMBA and the /var/spool/samba folder. What the server is using to print to the printer is secondary.
And beware of the not using any Administrator account on the Windows box for printing. Might also be other permissions problems acting up.

Similar Messages

  • C# console app - print job vanishes in Windows 8 regardless of print driver used; works in Windows 7

    I have the following which sends a print file to a specific printer. It works perfectly in Windows 7, but not in Windows 8. The print job shows in the print queue until the print job is closed. Then the print job literally vanishes from the print
    queue. This issue occurs with all print drivers, including generic text only. Conversely, I can still use the "winspool.drv" DLL directly under Windows 8 and it works. Please advise. Thank you.
    Here is my code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.IO;
    using System.Printing;
    namespace PrinterLib
        public static class PrintToSpooler
            public static string SendFileToPrinter(string szPrinterName, string szFileName, string docName)
                try
                    // Create the printer server and print queue objects
                    //PrintQueue defaultPrintQueue = LocalPrintServer.GetDefaultPrintQueue();
                    //PrintQueue mypq = new PrintServer().GetPrintQueue(szPrinterName);
                    //using (var printq = defaultPrintQueue)
                    using (var printq = new PrintServer().GetPrintQueue(szPrinterName))
                        using (PrintSystemJobInfo job = printq.AddJob(docName))
                            using (var memoryStream = new MemoryStream())
                                FileStream fs = new FileStream(szFileName, FileMode.Open, FileAccess.Read, FileShare.None);
                                fs.CopyTo(memoryStream);
                                fs.Close();
                                Byte[] myByteBuffer = memoryStream.ToArray();
                                // Write a Byte buffer to the JobStream and close the stream
                                job.JobStream.Write(myByteBuffer, 0, myByteBuffer.Length);
                                job.JobStream.Flush();
                        printq.Commit();
                    return null;
                catch (Exception ex)
                    return ex.Message;

    Hello folks,
    I have been facing the same problem until right now. All above suggested methods failed (as it did for Jeff0123) . But after long research on that issue I think I found the reason (but no proper solution yet).
    MS Windows 8 and 2012 use a new printer driver generation based on XPS. Which means drivers like "generic text-only" won't work properly depending on the method the data is sent to the printer. In my case the
    same way like Jeff0123 tried to access the printers.
    See link http://support.microsoft.com/kb/2779300
    One solution might be to use API calls. I have also found a site which shows an example project for thermal slip printing. The VB.NET source code there features a wrapper class for all API calls. The functions you find behave pretty similar to the ones of
    the posted C# code example of Jeff0123. I did a small test so far and for my needs that works fine.
    Although the page is in German you can find the mentioned class by searching for "Public
    Class RawPrinter". Beside the comments the class methods are written in English. You find the class here: http://www.vbarchiv.net/tipps/tipp_2375-kassenbon-drucker-mit-vbnet-oder-c-per-esc-pos-befehle-ansprechen.html
    Hope that might help for at least a few of you. So long!

  • Problems with stopped HP Print Jobs on Mac OS 10.5.

     I have several Mac Stations with different Mac OS X versions (Mac OS X 10.5-10.7) and bought 2 HP Laser Printers:
    - HP LaserJet Pro 400 M401dw
    - HP LaserJet Pro 200 M276nw
    After installing the HP Driver SW on all Mac Stations I changed then on the Printers the dynamic IP address to static ones. The printing didnt work anymore from the Mac Stations. I re-installed all Driver SW on every Mac Station. Then Printing worked on every Mac, except only on the Mac OS X 10.5. Station the Print Jobs were always stopped after any Print attempt.
    This appeared on the Mac OS X 10.5. Machine in the Printer Spooler Job Message Window and within the error_log File content:
    - can't create PictWPSDoc from `/private/var/spool/cups/xxx'.ERROR during execution of pictwpstops. Error number -9783
    As it seems like problems existed with file permissions I ran a complete Disk Utility File Permission Repair. Then another reinstall of the HP Driver Packages. - Still the same failures with stopping Print Jobs.
    Then I read the README file of the Installation Package. And the quite simple solution was:
    DE-INSTALL the HP Driver SW FIRST (with the HP Deinstallator), BEFORE RE-INSTALLING the HP Driver SW again.
    So I did this, then no Print Jobs were stopped anymore and both Printer are happily printing.
    The conclusion is, I guess, Mac 10.6..10.7 does not have problem with multiple re-installation of the HP driver SW. Only the Mac OS 10.5. did NOT work anymore after another reinstall of the Driver SW Package, and without de-installing it properly. The bottom line is to de-install the driver SW (and maybe disk repair) properly BEFORE another insallation wants to be done. This however solved my printing problems on the Mac OS X 10.5. machine.

    Hi,
    Please follow the link below :
    http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&taskId=110&prodSeriesId=...
    I work for HP but my posts and replies are my own.
    Make it easier for other people to find solutions, by marking my answer with \'Accept as Solution\' if it solves your problem.
    Click on the BLUE KUDOS button on the left to say "Thanks"

  • Deleting Completed Print Jobs in Mac OS X 10.8 ?

    How can the job list of completed print jobs be deleted ?
    The job list fills up with lots of completed and canceled (a 10.7./10.8 bug) jobs and many jobs are added multiple times after a time in the list untill closed and reopened again.
    This makes it nearly impossible to find a specific job.
    Thanks.

    This isn't really a good solution, but the only way I found was to delete and re-add the printer. I didn't see anything obvious in the prefs files. Maybe send feedback to Apple about this?

  • Deleting Completed Print Jobs in Mac OS X 10.5

    Hello All,
    On both my HP Officejet 7410 and Xerox Phaser 6200, after printing I am unable to delete the completed jobs from the Print Queue. The Delete functions are available, they just do not seem to work. Any suggestions?
    Thanks in advance.

    {quote}
    It would be easier to open up a Terminal and use lpq to show jobs and lprm to remove the jobs.
    Something is wrong here. Completed jobs should not be in the queue and do not need to be deleted. I would be taking a look at the printer error log. Use Console.app or open up a Terminal and look at /var/log/cups/error_log.
    Most MacIntosh users don't need and shouldn't use Terminal or type a command line instruction to do anything. If they did, they would go back to Windows, or why not just use some flavor of Linux for free? Terminal is there for those that want it, but none of my clients use a Mac because of it's Unix core.
    Just about every command for Cups is available from the browser of choice. The error logs: http://localhost:631/admin/log/error_log
    No typo's or Sudo's, easy to understand and demonstrate over the phone. The html interface is fairly simple and seems to be pretty powerful.
    Want to play with the print server settings and be able to reset to the default with a click? http://localhost:631/admin?op=config-server
    lpq shows my Laser printer on it's IP number, but it doesn't show my epson inkjet on my Airport Express print server. lprm only shows there are no active jobs on my laser (but not my inkjet), and doesn't show the completed jobs. I'm sure there are more alphabet commands I can run, but I just want to get the work done. Both of my printers do show up in Cups and I can work with both of them.
    Bookmark Cups and all of the terminal commands for all the reports, settings and preferences are clearly presented.

  • CS2 Print Jobs Vanish

    I recently upgraded my PPC Mac G5 from OSX 10.4 to 10.5.8, and ever since, my ability to print to our Ricoh 907EX has vaporized.  I can print like always from any other programs, like Word, but InDesign CS2 won't.  I go thru all the usual staps (one regular job involves going thru InBooklet SE) and it sends the job to the driver icon on the screen, then nothing happens.  There's nothing in the queue waiting to print, the Ricoh shows no problems.  I've been in tech support with Ricoh, and will probably be back, but since it seems to only happen with ID CS2, I thought someone might have an idea of something that changed between OS 10.4 and 10.5.  Really frustrating.

    Thank you Peter & Bob.  I realize I'm butting my ahead against bult-in obsolesnce but my G5 really does everything I need and I hate to landfill it quite yet.  Plus I understand a new Intel Mac with current OSX won't run anything I use now.
    I found what looks to be a reputable Amazon.com seller of an ID CS3 upgrade from CS2 and upgraded myself to Microsoft Office 2008 from 2004 while at it since Entourage has gotten very goosy since my OS upgrade.  Hopefully this will keep me goin' for a couple more years.

  • Printer connected to AE  suddenly won't print jobs submitted by Mac clients

    I have an HP 2015 Laserjet connected to an ethernet port on my AE. It has been running fine for almost a year. Suddenly (today) it no longer prints jobs submitted from 2 different Macs (10.5.7 and 10.5.8) on the wireless net. There are 2 Windoze machines on the wireless domain which have no trouble printing.
    I can see the utility page from the Macs, so the connectivity is there. When I submit a print job, it shows up in the print queue, the green data light on the printer blinks, the job now is displayed in the queue as "completed." But no printing occurs.
    Yes, there is paper in the printer. I can print a test page but only from the printer's control panel. The 2 Windows machines can print.
    I have tried everything I can think of: removing the printer and reinstalling it, rebooting the machine, cycling power on the AE, cycling power on the printer. Nothing helps.
    I run network diagnostics and get the following error message:
    +Network Diagnostics was able to connect to the Internet,+
    +but not to the server "HP Laserjet P2015 Series+
    +(20D501).pdl-datastream.tcp.local." This could be+
    +caused by problems with the server, or an Internet+
    +problem between this computer and the server.+
    Does anyone have a suggestion?
    Message was edited by: Micheal LeVine. Network diagnostics info added

    Problem has gone away.
    Removed printer from printer list
    Shut down everything -- iMac, AE, printer, wait 5 minutes, power back on,
    added printer to list
    Everything works.
    An Apple mystery.

  • Pending 'stuck' print jobs don't appear in Mac interface but appear in CUPS

    We use a product called Equitrac to manage/authenticate print jobs from the OSX 10.6 workstation through to our Windows print server. When a print queue gets stuck on the 10.6 workstation the jobs do not appear within the native Mac printing interface, you have to log into the local CUPS web server to see the jobs and manage them. Here is a screen shot.
    http://fileserver.wheatonma.edu/gibsonbrian/print_queuepaused.png
    Any suggestions on why this is happening?

    w00005414 wrote:
    Thanks Pahu,
    We do not use LPR or Windows printing, we use a proprietary application called Equitrac and they have their own way of submitting the jobs to the server.
    I was of the understanding that Equitrac run on a Windows box and was simply monitoring the spool files for user names and copy counts for internal charging. Therefore I would have expected you to submit the print jobs from the Mac via LPD or SMB to the Equitrac print server. If there is some other print service that is being used then this could explain the print jobs not being visible in the local printer proxy.
    I think you are right about the level of user access the person logging in has, I will check in with our Mac admins and see what account they are logging in with to check these queues. One other twist is that the Mac does authentication through our Windows 2003 domain so people log in with their Windows credentials.... not sure if that makes a difference.
    For an AD login with the Mac this would typically mean the users would be using managed accounts rather than local admin accounts. Since the printer proxies are at a system level then this could also mean the managed account has no rights to view the printer proxy. A test would be to log in to the Mac with an account that has Admin rights on the Mac and then see if the print jobs are visible in the printer proxy.

  • Print job gets to printer and vanishes or goes to the wrong tray

    I have one 10.4.11 computer in an office full of 10.4.11 computers and the print jobs either go to the printer and default to tray #1 which is always empty forcing the user to go to the printer and manually redirect the print job to the right tray otherwise the printer waits for input and creates a backup of print jobs for all the other users in the office or the print job goes to the printer and the data light blinks a few times and just vanishes and nothing happens. This happens when printing from the local admin account and the network user account. There are many users in the office and no one else is having this issue, it came up when the HDD was replaced and the system was rebuilt, I used the same image for another rebuild a month earlier and didn't get this issue. printers were added using printer setup utility and bonjuer as always tried adding with the ip address as well. The printers are two HP laserjet 9050's and a color laserjet 5550. I have tried changing every print tray setting I can find, this happens in every app that I have tried as well(cs2 indesign, illustrator, textedit, word) I have tried the reset printing system option in the printer setup utility and have re added the printers any number of times. The wall is still in one pice and my head is getting really sore please help.
    B

    Hi Brian, and a warm welcome to the forums!
    Not sure what it is, Might try Printer Setup Repair 5.1...
    http://www.fixamac.net/software/index.html

  • Add print job via DI Server?

    Is there a way to add a print job for the delivery note when adding a delivery to the database via DI Server?
    In the SBO Client you can set that a delivery note is automatically printed when adding a delivery. I'm developing a software for pocket PCs to edit picklists and add deliveries and I want exactly this printing feature for my software.

    Well, you could define an alert + print the required objects "manually"...
    ...or you could checkout the DI Events Service sample which provides notifications about transactions based on the SBO_SP_TransactionNotification stored procedure.
    But you will have to do the printing anyway. Sorry.
    Please note that there are discussions about future notification mechanisms; watch-out for changes!
    Regards,
    Frank

  • Printer server NETGEAR PS121 and Mac 10.5.8

    Trying to configure the PS121 on our Mac system (no PCs) and am having trouble trying to determine how I can assign the print server it's own IP.
    There are plenty of directions in this forum and on Netgear's forum that tell you how to add the printer once you have an IP address - the problem here is that I am unable to assign one in the first place. There is no instructions on how to access the print server through the web-interface without an IP address.
    Netgear does state in it's product description that you can configure the unit on a Mac (not just compatible), so I figure I'm missing something somewhere. Help is appreciate, thanks.

    The instructions say the PS121 will obtain its IP address via DHCP (the router).
    You should then be able to find the IP address by accessing the router's built-in web page.
    Then you can access the print server's web page and give it a fixed IP address.
    When you add a printer on the Mac, use P1 (p-one) for queue name, LPD protocol (IPP might work, too).

  • Print jobs slow to leave Mac print queue

    Mac laptops running 10.5.6. IP printers added, using LPD with queue of lp. There is a Xerox WCP232, HP Laserjet Series 4/5 and another print queue on the systems. Several presets created as laptops are shared, each preset is configured for a secure print with the users code associated with the setup. When multiple jobs are printed, users notice that the print queue gets backed up and the jobs slowly leave the print queue on the mac. This happens with several laptops. When only one print queue exists, the print jobs go through quickly. This can only be replicated on the subnet which the laptops are used, Xerox cannot replicate the issue nor can other users on the network.

    If you have a computer still running 10.5.8 that will likely be ON when you want to print to AppleTalk Printers, you can set up the printers on that Mac, then declare them "Shared" from that Mac.
    They will be seen from the rest of your Macs as Bonjour Shared printer that reside on the 10.5.8 Mac.
    Re-Install those printers on your other Macs, using Bonjour Shared @ 10.5computername to Install them. You can print again!
    If this solution will not work for you, post your Printer model numbers are readers can help find other approaches to get them going in a "no more AppleTalk" environment.

  • HT204135 how to re print job from print queue listing on a mac?

    how to re print job from print queue listing on a mac?

    Hello there! Welcome to the forums @technolingua ,
    I read about how you are looking to print envelopes from Mavericks. I would suggest checking out the links below to help you out!
    Create envelopes by using Mail Merge
    Print Envelopes (Mac)
    How to Print Envelopes on a Mac
    Best wishes
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Using ePrint on Mac w/Mountain Lion - print jobs line up, nothing prints, system says all is fine.

    Installed Mountain Lion and first day eprinting was fine.  Following day nothing would print.  All print jobs say received and pending.  WiFi works, test wifi print works, machine functions are correct just can't get anything to print.  Very frustrated.

    Hi there;
    I hope you are doing well and sorry to learn  that you are having this issue
    It looks like the printer is not getting a connection to the ePrint server. That is most probebly why the print jobs are not printing. Bear in mind that if you disable web services your current email will be locked for 6 months no way around that, you can if you want customize your email to one close to the one you currently have by adding a 1 (number) or another Letter to the old one.
    1. You will need to disabled web services.
    Web Services must beenabled on your HP product in order to use the ePrint service. If Web Services is disabled, ePrint will not work.
    From the product control panel, press the ePrint button ( ). The Web Services Settings menu displays.
    Press the button ( ) next to the Down Arrow ( ) to select Turn ePrint off and  restart the printer and them turn the printer On , and then press the button ( ) next to OK . An information page prints.
    2. Now re-enable web services.
    3. You can print out the printers email address.
    4. Follow these steps to register at ePrintCenter.
    Go to ePrintCenter , and then click Sign In . The Sign In to ePrintCenter window opens.
    In the Sign In to ePrintCenter window, click Create an account . The Create an HP Web Services account window opens.
    Enter your information in the text fields, and then click Create Account . The Add a Printer to your Account window opens.
    In the Enter Printer Code text box, type the printer code found on the information page that you printed in the previous step.
    6. Enter the printer code that printed out on the sheet of paper.
    7. The printer should now show up as Connected and Ready in your account.
    Let me know if you still having this issue after this troublesooting I will do my best to help you.
    Hope this helps!
    RobertoR
    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

  • MAC OS 10.9   some users cannot print to new Ricoh MP C6502   print job is holding for authentication and cannot figure out why

    I have a few IMAC and G5 users who have OS10.9 who cannot print to a new Richoh MP C6502, I downloaded and installed the new PS driver and it works on some systems but I have 3 people that goes right to Hold for Authentication.   I tried deleting everything associated with this in keychain access and after I did this it comes up to enter a password and it accepts the network login credentials but still holds the print job.  I even tried using guest as login and password as someone suggested but still cannot print any ideas on why?

    I apologize for the delay in responding to you.  I was on the road all day yesterday.
    OK.  I switched the printer's Ethernet cable to a Linksys Switch (Model EZX S55W) that's part of this local network.  That did not work.  I swapped out the cable for one that I know works.  Still no change.  I switched the printer's Ethernet cable directly to a port on the router.  No change.  I even swapped cables here, too, but no success.
    As I was doing all this, I was wondering: When I select the HP P1606dn printer in the Print and Fax "Add" dialog box, (see the image below) and the Print Using pulldown menu displays "Please select a driver or printer model" and the message "Searching for new drivers" appears under it (with the spinning wheel), why is it that the Ethernet connection to printer is critical to "finding" a new (printer) driver?
    Isn't the utility searching through my system and libraries looking for a printer driver app for the printer that I identified/selected in the dialog box?  
    After all, if the dialog box lists the printer among those to choose from, hasn't the utility already discovered the printer via the Ethernet connection?

Maybe you are looking for

  • In "Set your default programs" under Win7, file associations of Firefox are tampered!

    In "Set your default programs" under the Control Panel of Windows 7, Firefox does appears in the "Programs" list on the left. But, its icon is that of Windows Media Player. After I click on the program's name (Firefox) to display the details on the r

  • Error in SSO Configuration

    Hello, I am configuring SSO between Portal 7.4 and ECC production system. I am getting following connection test error:- Please guide me to resolve it. Thanks and regards, Akshay

  • Is the Info Tab still there in Yosemite upgrade?

    Hi. So I know that the info tab disappeared in Mavericks when it was launched but was then later re introduced after a load of complaints. Does anyone know if the info tab is still there in Yosemite? The reason I ask is I upgraded to Mavericks when i

  • How to correctly use spot colours in Photoshop?

    Hi, Using CS2, I've created one of those swooshy Macintosh Panther wallpaper images, with various layers of sweeping lines and tinted gradient arcs. Now I want to create the image using just tints of pantone 519 but I'm unsure of how to work with pan

  • Error in remote call of destination PROCESS_CHAIN

    Dear All, I am getting following error in transport of prcocess chains from DEV to QA. Error Message : Error in remote call of destination PROCESS_CHAIN Message no. RSPC051 Diagnosis The following error occurred during the remote function call for de