dbTalk Databases Forums  

More unexpectd GPV error issues

comp.databases.paradox comp.databases.paradox


Discuss More unexpectd GPV error issues in the comp.databases.paradox forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Craig
 
Posts: n/a

Default More unexpectd GPV error issues - 10-23-2007 , 10:03 PM






At the hospital where I work, I have 3 apps on one machine. They run on P10
runtime (written in P10) and have been running well without issues for years
(they don't run simultaneously).

Recently I was asked to put them on 5 more machines. I did so. They were
installed exactly the same way on all 5 machines. They ran beautifully on
three of the machines. On two of the machines, I received Unexpected GPV
errors when printing the reports which is the purpose of the programs.

The Hospital uses Windows 2000 and a Novel network. I ran the programs on
the C:\ drive (rather than network drive). They print to a network printer.
I am not sure I understand why some get the errors and others don't.

I don't know where to start and I am sure the IT folks won't have a clue
about Paradox.

Craig



Reply With Quote
  #2  
Old   
Jim Moseley
 
Posts: n/a

Default Re: More unexpectd GPV error issues - 10-23-2007 , 10:48 PM







Craig,

Make sure the printer names are less than 30 characters long.

HTH,
Jim Moseley

Reply With Quote
  #3  
Old   
Zal Dabhoiwala
 
Posts: n/a

Default Re: More unexpectd GPV error issues - 10-23-2007 , 10:49 PM



Craig,

Could this be the infamous printer-name error? If the printer name is
longer than 31 characters, Paradox will choke. You must use short(er)
printer names.

Zal

On 23-10-2007 22:03 Craig wrote the following email:
Quote:
At the hospital where I work, I have 3 apps on one machine. They run on P10
runtime (written in P10) and have been running well without issues for years
(they don't run simultaneously).

Recently I was asked to put them on 5 more machines. I did so. They were
installed exactly the same way on all 5 machines. They ran beautifully on
three of the machines. On two of the machines, I received Unexpected GPV
errors when printing the reports which is the purpose of the programs.

The Hospital uses Windows 2000 and a Novel network. I ran the programs on
the C:\ drive (rather than network drive). They print to a network printer.
I am not sure I understand why some get the errors and others don't.

I don't know where to start and I am sure the IT folks won't have a clue
about Paradox.

Craig



Reply With Quote
  #4  
Old   
Craig
 
Posts: n/a

Default Re: More unexpectd GPV error issues - 10-23-2007 , 11:36 PM



I appreciate the help and will look into it. Two of the computers print to
the same printer, one works and one does not.
Since it is on runtime, I'll have to write code to tell me the printer name
and how many characters.

Is there a work around?

Craig

"Zal Dabhoiwala" <dabhoiwala (AT) no (DOT) spam.com> wrote

Quote:
Craig,

Could this be the infamous printer-name error? If the printer name is
longer than 31 characters, Paradox will choke. You must use short(er)
printer names.

Zal

On 23-10-2007 22:03 Craig wrote the following email:
At the hospital where I work, I have 3 apps on one machine. They run on
P10 runtime (written in P10) and have been running well without issues
for years (they don't run simultaneously).

Recently I was asked to put them on 5 more machines. I did so. They were
installed exactly the same way on all 5 machines. They ran beautifully on
three of the machines. On two of the machines, I received Unexpected GPV
errors when printing the reports which is the purpose of the programs.

The Hospital uses Windows 2000 and a Novel network. I ran the programs on
the C:\ drive (rather than network drive). They print to a network
printer. I am not sure I understand why some get the errors and others
don't.

I don't know where to start and I am sure the IT folks won't have a clue
about Paradox.

Craig



Reply With Quote
  #5  
Old   
Tony McGuire
 
Posts: n/a

Default Re: More unexpectd GPV error issues - 10-24-2007 , 12:25 AM




I think the issue is ANY printer, not just the one being used.

Particularly if you enumprinters to switch printers.

My memory could be corrupted, however.


--
------------------------------
Tony McGuire



Reply With Quote
  #6  
Old   
Craig
 
Posts: n/a

Default Re: More unexpectd GPV error issues - 10-24-2007 , 07:05 AM



My assumption is that the printer name doesn't even need to be used for this
to happen.
In my Code I just print to the default printer.
Rinfo.name = ":alias:reportname.rsl"
R.print(Rinfo)
I don't actually identify the printer in my code
Should that make any difference?
I am assuming no workaround for this?
There is no way I can change the printer name.
The printers usually have names such as WHS5P0003
Craig



"Tony McGuire" <png.paradoxcommunity@com> wrote

Quote:
I think the issue is ANY printer, not just the one being used.

Particularly if you enumprinters to switch printers.

My memory could be corrupted, however.


--
------------------------------
Tony McGuire





Reply With Quote
  #7  
Old   
jonathan
 
Posts: n/a

Default Re: More unexpectd GPV error issues - 10-24-2007 , 11:41 AM



You guys were correct! (As usual)
On one of the computers it said:
HP Laserjet 4050 Series PCL (Copy 2)
36 characters!
I renamed it without the "(copy 2)" (there were no other printers on
there) and it printed beautifully!!
The other one had an adobe printer as the default and I changed it and
it was fine.
Thanks.

Craig
Quote:
I think the issue is ANY printer, not just the one being used.

Particularly if you enumprinters to switch printers.

My memory could be corrupted, however.

--
------------------------------
Tony McGuire- Hide quoted text -

- Show quoted text -



Reply With Quote
  #8  
Old   
Kenneth Porter
 
Posts: n/a

Default Re: More unexpectd GPV error issues - 10-25-2007 , 12:50 PM



Zal Dabhoiwala <dabhoiwala (AT) no (DOT) spam.com> wrote in news:471eb2e0$1
@pnews.thedbcommunity.com:

Quote:
Could this be the infamous printer-name error? If the printer name is
longer than 31 characters, Paradox will choke. You must use short(er)
printer names.
Does this affect only a printer one selects, or will Paradox choke if
another printer with a long name is available for enumeration? (I just want
to make sure any such "dangerous" printers won't be where my app can see
them.)


Reply With Quote
  #9  
Old   
Kenneth Porter
 
Posts: n/a

Default Re: More unexpectd GPV error issues - 10-25-2007 , 12:51 PM



"Tony McGuire" <png.paradoxcommunity@com> wrote in news:471ec933$1
@pnews.thedbcommunity.com:

Quote:
I think the issue is ANY printer, not just the one being used.

Particularly if you enumprinters to switch printers.
Ouch. Ignore my post from 10 seconds ago, I neglected to read to the end of
the thread.


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.