Windows Thread, Printing Error with long filenames in Technical; Hi all,
We're having an interesting problem here with printing from Gmail / Google Docs.
If they don't download the ...
-
8th June 2011, 09:22 AM #1 Printing Error with long filenames
Hi all,
We're having an interesting problem here with printing from Gmail / Google Docs.
If they don't download the attachment and rather choose to view the attachment and print from within their browser, the document just sits in the print queue saying "Printing" until after a few minutes it changes to "Error Printing" and just sits.
Everything else in the queue then just gets stuck behind it until I delete the problem document.
There is a screenshot attached showing the problem. I suspect it's due to the hella-long filename of the document to be printed, is there anyway to fix this or do I just have to drill into people to download the attachment?
Printing Error.png
(On a slightly different note - is there no way to have a print queue skip any error docs and continue with others?)
Thanks!
Nick
-
-
IDG Tech News
-
19th September 2011, 03:26 PM #2
- Rep Power
- 0
Hey Nick,
We are having the exact problem you experienced. We also use Konica Bizhubs for some areas of the school.
Have you found a fix at all?
I'm considering using Post script drivers but I don't hold out much hope that it'll work.
Thanks
joe

Originally Posted by
Nick_Parker
Hi all,
We're having an interesting problem here with printing from Gmail / Google Docs.
If they don't download the attachment and rather choose to view the attachment and print from within their browser, the document just sits in the print queue saying "Printing" until after a few minutes it changes to "Error Printing" and just sits.
Everything else in the queue then just gets stuck behind it until I delete the problem document.
There is a screenshot attached showing the problem. I suspect it's due to the hella-long filename of the document to be printed, is there anyway to fix this or do I just have to drill into people to download the attachment?
Printing Error.png
(On a slightly different note - is there no way to have a print queue skip any error docs and continue with others?)
Thanks!
Nick
-
-
20th September 2011, 11:22 AM #3 Is the document over 255 characters long? Or are there any unusual symbols in the file name?
This looks to me more a Google issue rather than an issue with your printers.
-
-
4th October 2011, 02:16 PM #4 Hey guys,
Still no luck, I thought it might have something to do with Papercut and have sent through the logs to Papercut Support to take a look.
Will keep you all posted.
@Michael - It does look like the print job name is over 255 characters long. Some of the characters included in the name are : / = ? +
I guess this could be causing problems? It makes sense that it could be a Google issue, however, I would expect thousands more people to be having the same problem?
@joematthews - have you have any luck with Postscript drivers? I'm using PCL as it allows us to watermark the print jobs with the user's
-
-
4th October 2011, 02:36 PM #5 I think it's a combination of length and the characters used. If everything else prints, it proves the point there's nothing wrong with your printer or the driver and that it is indeed a Google issue. I take on board what you're saying though that many millions of people use Google's services everyday.
-
-
4th October 2011, 02:56 PM #6 Had a similar problem and the file names was one of the things a search threw up as a possibility. However, checking the paper sizes are set correctly (see post) may help. (It has - so far - here).
I think it may be to do with Google considering all documents to be letter size.
-
-
7th October 2011, 12:24 PM #7 Another update, it turns out it's not a Google related problem, it's definitely to do with the length of the filename - had a student who named a Word document with one heck of a long name and it also stuck in the queue.
After some further testing, this seems to be an issue only with Konica Minolta printers, our Samsung & Canon printers handle the long file names fine.
Time to get hold of Konica Minolta
-
-
7th October 2011, 12:24 PM #8 Another thought, is there no way to have a Windows print queue automatically skip a document in an error state and move onto another document?
-
-
20th January 2012, 10:21 AM #9 Has anybody else experienced a problem with Konica Minolta printing documents/print jobs with names longer than 255 characters?
Does anybody know of a way of automatically truncating the names?
-
-
30th January 2012, 11:05 PM #10
- Rep Power
- 0
Hi Everyone,
I believe that this issue is related to the firmware on the machines. There's a 256 character limit on the path and filename length. There's a firmware fix for the 361/421/501 series but the other series are still being fixed.
I'm a Konica Dealer and I've requested the firmware be created but I'm not sure when it will be done. I'll keep you updated.
Thanks,
Terry

Originally Posted by
Nick_Parker
Has anybody else experienced a problem with Konica Minolta printing documents/print jobs with names longer than 255 characters?
Does anybody know of a way of automatically truncating the names?
-
-
17th March 2012, 09:28 AM #11 Hey guys,
Just an update for you, I've been doing some more playing around with Papercut to try reduce the Document Name to less than 255 characters and have discovered the following:
I first tried a script:
function printJobHook(inputs, actions)
{
if (inputs.job.documentName.length > 99)
{
actions.job.changeDocumentName("[Document Name Reduced]");
}
}
This would work to change the document name shown on the release station window, however, the document name in the print queue wasn't changed so it didn't solve the problem.
I then tried what this article suggested:
PaperCut KB | I want to hide document names on windows printer queues
And that seems to have worked - it's not ideal as it's hiding the document name on every document printed throughout the whole school on any printer, BUT, it's better than nothing until Konica Minolta release better drivers.
-
-
27th April 2012, 07:01 PM #12
- Rep Power
- 0
We had the same problems with our canon printers and google docs. We use iPrint and found a TID with the solution. You may be able to use a similar solution with the Konica printers.
www(dot)novell(dot)com/support/kb/doc.php?id=7010312
Thats the link to the TID, sorry my post count is too low to post the actual link. It looks like switching from LPR to RAW may work on any printer plagued by this issue.
Hope this helps.
-Ryan
-
-
27th April 2012, 07:03 PM #13
- Rep Power
- 0
We had the same problems with our canon printers and google docs. We use iPrint and found a TID with the solution. You may be able to use a similar solution with the Konica printers.
www(dot)novell(dot)com/support/kb/doc(dot)php?id=7010312
Thats the link to the TID, sorry my post count is too low to post the actual link. It looks like switching from LPR to RAW may work on any printer plagued by this issue.
Hope this helps.
-Ryan
-
SHARE:
Similar Threads
-
By chazzy2501 in forum Windows Server 2000/2003
Replies: 0
Last Post: 14th January 2011, 09:36 AM
-
By contink in forum Scripts
Replies: 0
Last Post: 22nd November 2010, 02:51 PM
-
By cromertech in forum Windows Server 2008 R2
Replies: 6
Last Post: 17th June 2010, 06:44 PM
-
By reggiep in forum Windows
Replies: 4
Last Post: 31st July 2009, 11:43 AM
-
By garethedmondson in forum How do you do....it?
Replies: 2
Last Post: 15th July 2009, 04:26 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules