mpc330 print issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • digicor
    Service Manager

    1,000+ Posts
    • Jul 2008
    • 1152

    #1

    mpc330 print issue

    I have the latest firmware, and using google chrome, the client will be printing and for no apparent reason, it starts printing like it has the wrong print driver (greek at the top of the page) and wont stop until the machine is shut down, ive cleared the print in memory clear, re seated the memory, print cnt, and made sure the fan is working, they are running win10, 64 bit. i have used every ricoh driver from pcl5c to the latest ver6.0 bla bla .
    anybody have this problem? Im thinking the 3300 is just out of date and needs to be retired, but i need a solution if there is one. thanks
  • Lagonda
    Service Manager

    Site Contributor
    1,000+ Posts
    • Aug 2008
    • 1649

    #2
    Re: mpc330 print issue

    Have you tried the basics? ie hooked your laptop up to the MPC and tried to print the customers file from that. It will quickly tell you whether its a problem with the customers network or the NIB on the controller board is dying.
    At least 50% of IT is a solution looking for a problem.

    Comment

    • sandmanmac
      Field Supervisor

      Site Contributor
      2,500+ Posts
      • Feb 2009
      • 3964

      #3
      Re: mpc330 print issue

      Originally posted by digicor
      Im thinking the 3300 is just out of date and needs to be retired, but i need a solution if there is one. thanks
      While I don't have a solution, I do know that this is not the reason.

      Comment

      • Iowatech
        Not a service manager

        2,500+ Posts
        • Dec 2009
        • 3930

        #4
        Re: mpc330 print issue

        Check the power supplied to the machine from the wall outlet it is plugged into. As all of the instructional parts of a print job are transmitted to the machine first, even a momentary loss of power will cause those to be lost. Then the machine will consider the rest of the data as raw ASCII and print it as such.

        Comment

        • PJF
          Technician
          • Jul 2014
          • 32

          #5
          Re: mpc330 print issue

          Is it only in Chrome?
          printing to IP address, Host name, USB, WSD?
          RAW or LPR

          Comment

          • anothertech
            Service Manager

            Site Contributor
            1,000+ Posts
            • Nov 2007
            • 1756

            #6
            Re: mpc330 print issue

            Try changing the IP address, give it a new one that has not been used.

            What print driver are they using? PCL6? try the PCL5c driver. Make sure they're using the Standard TCP/IP Port

            Comment

            • NeoMatrix
              Senior Tech.

              2,500+ Posts
              • Nov 2010
              • 3514

              #7
              Re: mpc330 print issue

              Are you using Ethernet or USB comms ?

              You may like to try resetting the print spooler directory on the offending PC.
              Example:
              Net Stop spooler
              Del C:\WINDOWS\system32\spool\PRINTERS\*.*
              Net Start spooler.


              Here is a batch file that makes it a bit easier. The batch file shows all the files
              in the spooler print queue, and who owns each prn file, before it deletes all files.

              Cut and paste the below text to a file called Del_Spooler.bat and run the batch file.
              It hasn't been fully tested so let me know of any errors in the script.

              ---Updated---
              You'll have to put all the header text spacing back to it's correct tabs width.
              Copytechnet removes extra spaces from all thread text formatting.

              The batch file must be run as administrator so the NET START SPOOLER
              and NET STOP SPOOLER function can reset.

              I'd appreciate it if someone could test this batch file on Win 10.

              --------------8<---------------------- Insert -------------------------------------------

              @Rem Cut & Paste text to notepad.exe and save as Del_Spooler.bat.
              @Echo off
              @Echo ======================================
              @Echo * Clear Print Spooler directory. *
              @Echo * Author : NeoMatrix Date : 27-04-17 *
              @Echo * Website: www.copytechnet.com *
              @Echo ==========================[Ver 1.0]===
              @Rem @Echo Must be run as Windows administrator.
              @Echo.
              @Rem Feel free to modify this batch file however.
              @Setlocal
              @Set SpoolerDir="%comspec:cmd.exe=%spool\printers":Star t
              >nul 2>nul dir /a-d "%SpoolerDir%\*" && (goto CheckPrivileges)
              @Echo No file(s) found in Spooler Print directory :
              @Echo %SpoolerDir%
              @Echo.
              @goto Halt

              @Rem Check user has elevated admin privileges by forcing condition test.
              :CheckPrivileges
              @NET FILE 1>NUL 2>NUL
              @if '%errorlevel%'=='0' goto AllOk
              @Echo Batch file must be run as Administrator
              @Echo to allow Spooler Service to Reset.
              @Echo.
              @goto Halt
              :AllOk
              @Rem @Echo Deleting all Print Files in :
              @Rem @Echo %SpoolerDir%
              @Rem Remove unwanted DIR headings.
              @Echo Date Time Owner File Name
              @Echo -------------------------------------------------------------------------------
              @FOR /f "tokens=*" %%D IN ('dir /q /a-d %spoolerdir%\*.* ^| find "/"') DO echo %%D
              @Echo.

              :MainExecution
              @Net stop spooler
              @Del /F /Q %SpoolerDir%\*.*
              @Echo All Spooler Print files deleted....
              @Echo.
              @Net start spooler
              @Echo.
              >nul 2>nul dir /a-d "%SpoolerDir%\*" && (goto Remaining) || (goto Halt)

              :Remaining
              @Echo Files Still Remaining in Print Directory :
              @Echo -------------------------------------------
              @Dir %SpoolerDir% /b
              @Echo.

              :Halt
              @EndLocal
              @pause

              ---------------------------------------------------- End --------------------------------------------
              Last edited by NeoMatrix; 04-27-2017, 06:43 AM.
              Inauguration to the "AI cancel-culture" fraternity 1997...
              •••••• •••[§]• |N | € | o | M | Δ | t | π | ¡ | x | •[§]••• ••••••

              Comment

              • digicor
                Service Manager

                1,000+ Posts
                • Jul 2008
                • 1152

                #8
                Re: mpc330 print issue

                thank you for all your input

                Comment

                • TonerMunkeh
                  Professional Moron

                  2,500+ Posts
                  • Apr 2008
                  • 3865

                  #9
                  Re: mpc330 print issue

                  Another cause for this can be a virus trying to replicate itself on the network.
                  It's 106 miles to Chicago. We've got a full tank of gas, half a pack of cigarettes, it's dark and we're wearing sunglasses.

                  Hit it.

                  Comment

                  Working...