Please Help - Abort DC_PRINTER:ATSAY

This forum is for eXpress++ general support.
Message
Author
Jeanne
Posts: 34
Joined: Thu Jan 28, 2010 8:11 am
Location: Oklahoma, USA
Contact:

Please Help - Abort DC_PRINTER:ATSAY

#1 Post by Jeanne »

We have one customer who is getting a printer abort while printing a text file. We upgraded them to a new version from 1.9 331 to 1.9 355. They have the same printer as they did using 1.9 331. This part of our code has not changed at all and I and lots of others have no problems printing text files.

Could this be a printer driver issue?

Operating System is Windows XP
Toshiba - eStudio 351c (photocopier/printer)
Same Printer as last year

Date : 09/09/10
Time : 08:23:42
Procedure : DC_PRINTER:ATSAY
Line Number : 2335
Information : Error BASE/5
Description : Internal data structures corrupted
Operation : graStringAt
Thread ID : 1
Source :
Called from : (B)INIT: _DCINIT(28)
Called from : DC_PRINTER:ATSAY(2335)
Called from : DC_PRINTFILE(3897)
Called from : WDSEOPN(533)
Called from : XWDSE(37)
Called from : UTILMAIN(282)
Called from : XUTIL(34)
Called from : LMAIN(1786)
Called from : MAIN(1815)
Last edited by Jeanne on Wed Sep 29, 2010 1:31 pm, edited 1 time in total.

User avatar
Auge_Ohr
Posts: 1407
Joined: Wed Feb 24, 2010 3:44 pm

Re: Abort DC_PRINTER:ATSAY

#2 Post by Auge_Ohr »

Jeanne wrote:We upgraded them to a new version from 1.9 331 to 1.9 355. They have the same printer as they did using 1.9 331.
did you "verify" Version after "Patch" ?
use XppLoad from your Application Path to "see" which DLL will be load, perhaps you have somewhere older Xbase++ DLL ?
greetings by OHR
Jimmy

User avatar
Tom
Posts: 1171
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Abort DC_PRINTER:ATSAY

#3 Post by Tom »

Hi, Jeanne.

Did you rebuild your eXpress++ with the new Xbase version?
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

Jeanne
Posts: 34
Joined: Thu Jan 28, 2010 8:11 am
Location: Oklahoma, USA
Contact:

Re: Abort DC_PRINTER:ATSAY

#4 Post by Jeanne »

Yesterday I sent XppLoad to our tech support who is handling this. The school seems to have been closed yesterday because no one answered. Yes we did rebuild eXpress with xBase.

Jeanne
Last edited by Jeanne on Tue Sep 14, 2010 6:41 am, edited 1 time in total.

Jeanne
Posts: 34
Joined: Thu Jan 28, 2010 8:11 am
Location: Oklahoma, USA
Contact:

Re: Abort DC_PRINTER:ATSAY

#5 Post by Jeanne »

I ran xppload on my system and had these two files that did not look correct. I am wondering why these show up as 311 and if that is ok.

C:\Program Files\ALASKA\XBTW32\LIB\XbtBase1.dllVersion: 1.90.331
C:\Program Files\ALASKA\XBTW32\LIB\XBTBase2.dllVersion: 1.90.331

User avatar
Tom
Posts: 1171
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Abort DC_PRINTER:ATSAY

#6 Post by Tom »

Hi, Jeanne.

These are the Xbase-tools-DLLs. The version # is correct, since there was no update for the tools.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

Jeanne
Posts: 34
Joined: Thu Jan 28, 2010 8:11 am
Location: Oklahoma, USA
Contact:

Re: Abort DC_PRINTER:ATSAY

#7 Post by Jeanne »

Is there a way to test the eXpress DLLs version?

reganc
Posts: 257
Joined: Thu Jan 28, 2010 3:08 am
Location: Hersham, Surrey, UK
Contact:

Re: Abort DC_PRINTER:ATSAY

#8 Post by reganc »

Jeanne wrote:Is there a way to test the eXpress DLLs version?
Yes, try:

dc_VersionExpress(0)

and

dc_VersionExpress(3)
Regan Cawkwell
Real Business Applications Ltd
http://www.rbauk.com

User avatar
Tom
Posts: 1171
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: Abort DC_PRINTER:ATSAY

#9 Post by Tom »

Call DC_Dot (Alt-D) and type:

Code: Select all

? DC_VersionExpress(0) // full version
? DC_VersionExpress(3) // build number
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

Jeanne
Posts: 34
Joined: Thu Jan 28, 2010 8:11 am
Location: Oklahoma, USA
Contact:

Re: Abort DC_PRINTER:ATSAY

#10 Post by Jeanne »

Call DC_Dot (Alt-D) and type:

Code: Select all
? DC_VersionExpress(0) // full version
? DC_VersionExpress(3) // build number
I was looking for an app that a customer could run that might tell me what eXpress DLLs versions that they had on their system.

Jeanne

Post Reply