dbTalk Databases Forums  

Need to know how to clear printers in D3

comp.databases.pick comp.databases.pick


Discuss Need to know how to clear printers in D3 in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kyle Hojem
 
Posts: n/a

Default Need to know how to clear printers in D3 - 11-04-2010 , 02:41 AM






Hello guys:

I am working with a company which uses D3. I need to know how to
clear a printer jam within D3. It appears I may also need to know how
to assign, reassign, and delete printers as well. Can anyone help?


Thank you!

Kyle

Reply With Quote
  #2  
Old   
Mike Wooding
 
Posts: n/a

Default Re: Need to know how to clear printers in D3 - 11-04-2010 , 04:02 AM






Kyle Hojem wrote:
Quote:
Hello guys:

I am working with a company which uses D3. I need to know how to
clear a printer jam within D3. It appears I may also need to know how
to assign, reassign, and delete printers as well. Can anyone help?


Thank you!

Kyle
Good morning Kyle

What, specifically, is the problem you're having?

For example, are jobs queueing up but not being released to the printer,
being released to the printer but not printing, printing but not clearing
from the queue, etc.

Can you print from within RedHat?

If you provide more details I'll try and help in any way I can.

As to your second request, I'm not sure how deep your knowledge of all
things D3 is, (I'm guessing "not very"), so apologise in advance if you
already know what I'm about to say.

Printing in D3 is performed via form queues. Assume I assign my output to
form queue "0", then the printer (or printers), assigned to print jobs to
that form queue will print the job.

The "SP-ASSIGN ?" will show your current form queue assignment.

"LISTPTR" will show which printers are "started" on the system and their
respective form queue assignments.

Hope that helps.

Regards

Mike

Reply With Quote
  #3  
Old   
Ross Ferris
 
Posts: n/a

Default Re: Need to know how to clear printers in D3 - 11-04-2010 , 05:10 AM



On Nov 4, 7:41*pm, Kyle Hojem <kyleho... (AT) gmail (DOT) com> wrote:
Quote:
Hello guys:

I am working with a company which uses D3. *I need to know how to
clear a printer jam within D3. *It appears I may also need to know how
to assign, reassign, and delete printers as well. *Can anyone help?

Thank you!

Kyle
Maybe start here http://www.tigerlogic.com/tigerlogic...n/d3server.jsp
and refer to the appropriate system administration guide .... and if
the documentation doesn't ,atch what you have in place .... maybe
consider an upgrade :-)

Reply With Quote
  #4  
Old   
Kevin Powick
 
Posts: n/a

Default Re: Need to know how to clear printers in D3 - 11-04-2010 , 07:37 AM



On 2010-11-04 07:10:57 -0400, Ross Ferris <rossf (AT) stamina (DOT) com.au> said:

Quote:
Maybe start here http://www.tigerlogic.com/tigerlogic...pport/document
ation/d3server.jsp
and refer to the appropriate system administration guide
You'll be most interested in the chapter on the Spooler.

Typical commands of interest:

listpeqs
listptr
startptr
stopptr
sp-assign
sp-kill
sp-edit

--
Kevin Powick

Reply With Quote
  #5  
Old   
Mike Wooding
 
Posts: n/a

Default Re: Need to know how to clear printers in D3 - 11-04-2010 , 08:14 AM



Kevin Powick wrote:
Quote:
On 2010-11-04 07:10:57 -0400, Ross Ferris <rossf (AT) stamina (DOT) com.au> said:

Maybe start here
http://www.tigerlogic.com/tigerlogic...pport/document
ation/d3server.jsp and refer to the appropriate system administration
guide

You'll be most interested in the chapter on the Spooler.

Typical commands of interest:

listpeqs
listptr
startptr
stopptr
sp-assign
sp-kill
sp-edit
Wot no startshp? :-)

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

Default Re: Need to know how to clear printers in D3 - 11-04-2010 , 02:32 PM



Here is something I've used with PICK on UNIX.
It's very old and I have no way to test it but it may help you or at
least give you a hint.
PROMPT ''
LOOP
LOOP
PRINT ' Printer : ':
INPUT PRT,3
IF LEN(PRT) ELSE EXIT
IF PRT MATCHES '0N' THEN EXIT
PRT = ''
REPEAT
IF PRT = '' THEN STOP

LOOP
PRINT ' Kill printer ':PRT:' [Y/N] : ':
FLD = ''
INPUT FLD,1
IF COUNT('YN',FLD) THEN EXIT
REPEAT
PRINT ''
IF FLD = 'N' THEN CONTINUE

LINE = 200 + PRT ;* Line number - specific to your
system
QQ = OCONV(PRT,'MR%2') ;* Queue number
EXECUTE 'STOPPTR ':PRT:'DW'
EXECUTE 'STARTSHP ':PRT:',':PRT:',0,s':LINE:',lp.unix,(lp -
dq0':QQ:')'
REPEAT
END

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

Default Re: Need to know how to clear printers in D3 - 11-08-2010 , 10:13 AM



On Nov 4, 1:41*am, Kyle Hojem <kyleho... (AT) gmail (DOT) com> wrote:
Quote:
Hello guys:

I am working with a company which uses D3. *I need to know how to
clear a printer jam within D3. *It appears I may also need to know how
to assign, reassign, and delete printers as well. *Can anyone help?

Thank you!

Kyle
A good reference for D3 can be found at http://www.d3ref.com, it's
helped me a lot.

Reply With Quote
Reply




Thread Tools
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 - 2012, Jelsoft Enterprises Ltd.