Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-13 Thread Martin Benedict
Les,
  The problem that we have is that some of the prints come from a CMS use
rs 
rdr. The originid is what actually gets passed. If the report came from t
he 
vse system to the CMS user, then the origin id is the name of the VSE 
guest, and that can't be changed that I can see. We would need to somehow
 
alter the origin id in order to be able to have a valid user id. We need 
to 
have each print job tied to a specific person and not a vm guest name.



On Tue, 13 Apr 2010 12:16:39 -0400, Les Geer (607-429-3580) 
 wrote:

>LPRXONE passes the user ID of the print job origin in the p control
>file record.  Is this being used by the Ricoh?
>
>
>
>Best Regards,
>Les Geer
>IBM z/VM and Linux Development
>
>>We have pretty much the same setup. However, we have a need to pass a
>>person's userid to the Ricoh. Our printers are setup with the badge
>>swipecard reader and we need to be able to pass a userid. We are curren
tly
>>using
>>the LPRXONE. If there is another that supports an actual userid, i woul
d
>>be willing to switch to test. We also are using RSCS to TCPIP/LPR to th
e
>>printers.
>>
>>
>>
>>
>>On Wed, 7 Apr 2010 10:47:28 -0400, Fran Hensler  wrote
:
>>
On Tue, 06 Apr 2010 15:30:27 EDT Fran Hensler f...@zvm.sru.edu said:
>We have various models of Ricoh copiers around campus to which we ha
ve
>>
>been sending print from RSCS Networking Version 3, Release 2.0-0201.

>
>Recently authorization codes were installed on some of them.  Withou
t
>the use of this code the print just goes into the bit bucket.
>So from RSCS everything looks normal but nothing prints.
>
>On the Ricoh Customer Help page http://tinyurl.com/yf2mtku
>there is a question:
>   How do I add a user code when printing from a Unix command line?
>and the answer is:
>   You may add a user code to a Unix print job by adding -o usercode
=
>> to
>>the
command line.
>
>   For example:
>
>   lp -d restricted_printer -o usercode=3D12345 /etc/hosts
>
>
>My question:
>   Is there any way to get RSCS to send the usercode?  What PARM
>statement would I use?
>
>>>
>>>On Tue, 6 Apr 2010 20:42:49 -0400 Les Geer (607-429-3580) said:
Which RSCS LPR exit are you using?  LPRXONE does not currently includ
e
the -o record in the control file sent to the printer.  You would nee
d
to modify the exit to add it.  Unsure if the printer would accept
a usercode via a PCL or postscript command.  If so, then you could ad
d
it via the prefix eparm.

Best Regards,
Les Geer
IBM z/VM and Linux Development
>>>
>>>Les -
>>>
>>>I tried
>>>*usercode=3D34043404 in ASCII
>>>   EPARM=3D'S=3DN PREFIX=3D75736572636F653D3334303433343034'
>>>and Exit LPRXONE took it but it didn't work.
>>>
>>>I found a solution at: http://tinyurl.com/yk5vveh
>>>
>>>The Ricoh configuration can specify unrestricted users by IP
>>>address.  I entered the IP address of the mainframe and I'm now
>>>able to print with RSCS LPR.
>>>
>>>Thanks to Les Geer and David Boyes for offering possible
>>>solutions.
>>>
>>rs
>>>mailto:f...@zvm.sru.edu  http://zvm.sru.edu/~fjh  +1.724.738.2153
>>>  "Yes, Virginia, there is a Slippery Rock"
>>--


Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-13 Thread Martin Benedict
We have pretty much the same setup. However, we have a need to pass a 
person's userid to the Ricoh. Our printers are setup with the badge swipe
 
card reader and we need to be able to pass a userid. We are currently usi
ng 
the LPRXONE. If there is another that supports an actual userid, i would 
be 
willing to switch to test. We also are using RSCS to TCPIP/LPR to the 
printers.




On Wed, 7 Apr 2010 10:47:28 -0400, Fran Hensler  wrote:

>>On Tue, 06 Apr 2010 15:30:27 EDT Fran Hensler f...@zvm.sru.edu said:
>>>We have various models of Ricoh copiers around campus to which we have

>>>been sending print from RSCS Networking Version 3, Release 2.0-0201.
>>>
>>>Recently authorization codes were installed on some of them.  Without
>>>the use of this code the print just goes into the bit bucket.
>>>So from RSCS everything looks normal but nothing prints.
>>>
>>>On the Ricoh Customer Help page http://tinyurl.com/yf2mtku
>>>there is a question:
>>>   How do I add a user code when printing from a Unix command line?
>>>and the answer is:
>>>   You may add a user code to a Unix print job by adding -o usercode=
 to 
the
>>command line.
>>>
>>>   For example:
>>>
>>>   lp -d restricted_printer -o usercode=12345 /etc/hosts
>>>
>>>
>>>My question:
>>>   Is there any way to get RSCS to send the usercode?  What PARM
>>>statement would I use?
>>>
>
>On Tue, 6 Apr 2010 20:42:49 -0400 Les Geer (607-429-3580) said:
>>Which RSCS LPR exit are you using?  LPRXONE does not currently include
>>the -o record in the control file sent to the printer.  You would need
>>to modify the exit to add it.  Unsure if the printer would accept
>>a usercode via a PCL or postscript command.  If so, then you could add
>>it via the prefix eparm.
>>
>>Best Regards,
>>Les Geer
>>IBM z/VM and Linux Development
>
>Les -
>
>I tried
>*usercode=34043404 in ASCII
>   EPARM='S=N PREFIX=75736572636F653D3334303433343034'
>and Exit LPRXONE took it but it didn't work.
>
>I found a solution at: http://tinyurl.com/yk5vveh
>
>The Ricoh configuration can specify unrestricted users by IP
>address.  I entered the IP address of the mainframe and I'm now
>able to print with RSCS LPR.
>
>Thanks to Les Geer and David Boyes for offering possible
>solutions.
>
>/Fran Hensler at Slippery Rock University of Pennsylvania USA for 46 yea
rs
>mailto:f...@zvm.sru.edu  http://zvm.sru.edu/~fjh  +1.724.738.2153
>  "Yes, Virginia, there is a Slippery Rock"
>
--
>
=



Re: RSCS: Printing to Ricoh Copier with LPR

2010-04-13 Thread Martin Benedict
We have pretty much the same setup. However, we have a need to pass a 
person's userid to the Ricoh. Our printers are setup with the badge swipe
 
card reader and we need to be able to pass a userid. We are currently usi
ng 
the LPRXONE. If there is another that supports an actual userid, i would 
be 
willing to switch to test. We also are using RSCS to TCPIP/LPR to the 
printers.


Re: Dirmaint

2007-03-07 Thread Martin Benedict
I have looked all through the 'SYSTEM CONFIG' file and could not
locate any reference for locking out users when password was entered
incorrectly. Could you possibly post a section of yours so that I
can see where and what it is?