E91 server print setup

Alex_Pastuhov

Alex_Pastuhov

Legendary Poster
I have run into a strange issue with E91 on W2008 R2: it would not print.

It just gives me errors on standard function calls in the logs:

**********************************************************************************
*** Start dumping data structure for business function SendPrintRequest
**********************************************************************************
IN->[ 1] <Item>: mnServerJobNumber <type>: MATH_NUMERIC <Value>: [15]
IN->[ 2] <Item>: szExecutionHostName <type>: STRING <Value>: [E91ENT1]
IN->[ 3] <Item>: szPrinterName <type>: STRING <Value>: [\\E91ENT1\C1100 ]
IN->[ 4] <Item>: szObjectStatus <type>: STRING <Value>: [D]
IN->[ 5] <Item>: nNumberOfCopies <type>: INT <Value>: [1]
IN->[ 6] <Item>: nOutputTray <type>: INT <Value>: [0]
**********************************************************************************
*** End dumping data structure for business function SendPrintRequest
**********************************************************************************
Entering jdeCloseDictionary
Exited jdeCloseDictionary with DDType 0
Entering JDB_InitBhvr
Exiting JDB_InitBhvr with Success (UserHandle 07128D10)
Jul 25 22:49:05.000000 - 1124/2764 WRK:Starting jdeCallObject KNT0000106 - JDENET_ReceiveMsg failed. Error = 11
Jul 25 22:49:05.000002 - 1124/2764 WRK:Starting jdeCallObject Unable to spool print request on E91ENT1.
Jul 25 22:49:05.000004 - 1124/2764 WRK:Starting jdeCallObject Entering JDB_FreeBhvr (UserHandle 07128D10)
Jul 25 22:49:05.000005 - 1124/2764 WRK:Starting jdeCallObject Exiting JDB_FreeBhvr with Success(UserHandle 07128D10)
Jul 25 22:49:05.000006 - 1124/2764 WRK:Starting jdeCallObject **********************************************************************************
Jul 25 22:49:05.000007 - 1124/2764 WRK:Starting jdeCallObject *** Start dumping data structure for business function SendPrintRequest
Jul 25 22:49:05.000008 - 1124/2764 WRK:Starting jdeCallObject **********************************************************************************
Jul 25 22:49:05.000009 - 1124/2764 WRK:Starting jdeCallObject OUT->[ 1] <Item>: mnServerJobNumber <type>: MATH_NUMERIC <Value>: [15]
Jul 25 22:49:05.000010 - 1124/2764 WRK:Starting jdeCallObject OUT->[ 2] <Item>: szExecutionHostName <type>: STRING <Value>: [E91ENT1]
Jul 25 22:49:05.000011 - 1124/2764 WRK:Starting jdeCallObject OUT->[ 3] <Item>: szPrinterName <type>: STRING <Value>: [\\E91ENT1\C1100 ]
Jul 25 22:49:05.000012 - 1124/2764 WRK:Starting jdeCallObject OUT->[ 4] <Item>: szObjectStatus <type>: STRING <Value>: [D]
Jul 25 22:49:05.000013 - 1124/2764 WRK:Starting jdeCallObject OUT->[ 5] <Item>: nNumberOfCopies <type>: INT <Value>: [1]
Jul 25 22:49:05.000014 - 1124/2764 WRK:Starting jdeCallObject OUT->[ 6] <Item>: nOutputTray <type>: INT <Value>: [0]
Jul 25 22:49:05.000015 - 1124/2764 WRK:Starting jdeCallObject **********************************************************************************
Jul 25 22:49:05.000016 - 1124/2764 WRK:Starting jdeCallObject *** End dumping data structure for business function SendPrintRequest
Jul 25 22:49:05.001000 - 1124/2764 WRK:Starting jdeCallObject **********************************************************************************

There's absolutely nothing special about this installation and everything else is working. Including printing to that printer from any other program.

I first thought this was some bug with the base release, so I have now updated it to the latest everything, but this issue persists.

Next, I thought that perhaps I need to add a server role, so I added Print Server, even added LPD support, in case JDE needed that. No difference.

Am I missing anything? Any pointers?
 
Alex,

Did you ever find the cause and get resolution. We have a this error (see below) a lot in both production and test systems. It doesn't seem to cause problems until you are looking to solve other problems - and there is no log detail to look at.

KNT0000106 - JDENET_ReceiveMsg failed. Error = 11
 
Back
Top