RE: [U2] Plant hopping help

2005-11-09 Thread George Gallen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Larry Hiscock Sent: Tuesday, November 08, 2005 5:03 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Plant hopping help Ummm...passwords are not kept at all in .rhosts / host.equiv, only host names

RE: [U2] Plant hopping help

2005-11-08 Thread Keith W. Roberts
You'll have to define this a bit more. Assuming you mean that each plant is a different account ... a simple EXECUTE 'LOGTO ':ACCT.NAME will do it. -Keith Original Message From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason K. Szemborski Sent: Tuesday, November 08, 2005

RE: [U2] Plant hopping help

2005-11-08 Thread George Gallen
machines and usernames. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Keith W. Roberts Sent: Tuesday, November 08, 2005 11:23 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Plant hopping help You'll have to define this a bit more

Re: [U2] Plant hopping help

2005-11-08 Thread Dave Taylor
Jason, We use the following code in the :STARTSPOOLER program in our generic Pick spooler for Universe on NT: -- (Do other things) ! * Verify the current Account and log to the UVNT.SPOOLER account ! CMD = 'WHO' EXECUTE CMD CAPTURING WHO

RE: [U2] Plant hopping help

2005-11-08 Thread Larry Hiscock
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Gallen Sent: Tuesday, November 08, 2005 9:03 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Plant hopping help if each plant is on a different machine, and all machines are running unix, you could use the rlogin

RE: [U2] Plant hopping help

2005-11-08 Thread Paul Trebbien
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of George Gallen Sent: Tuesday, November 08, 2005 9:03 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Plant hopping help if each plant is on a different machine, and all machines are running unix, you could

Re: [U2] Plant hopping help

2005-11-08 Thread Dave Taylor
Sent: Tuesday, November 08, 2005 9:03 AM Subject: RE: [U2] Plant hopping help Thanks for your quick response. The way I have to look at this is as follows... I have a user at the customer master screen, they must enter search criteria and based on that, the system will log the user

RE: [U2] Plant hopping help

2005-11-08 Thread Nick Cipollina
Sent: Tuesday, November 08, 2005 12:03 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Plant hopping help if each plant is on a different machine, and all machines are running unix, you could use the rlogin command. WARNING: rlogin has some very serious security risks however. rlogin

RE: [U2] Plant hopping help

2005-11-08 Thread Jason K. Szemborski
again... Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Trebbien Sent: Tuesday, November 08, 2005 12:13 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Plant hopping help The ERP system is DataFlo. The current systems are either running

RE: [U2] Plant hopping help

2005-11-08 Thread George Gallen
is minimal For machines across the internet, the risk could be tragic George -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Larry Hiscock Sent: Tuesday, November 08, 2005 1:02 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Plant hopping help

Re: [U2] Plant hopping help

2005-11-08 Thread Jerry Banker
This must be application specific. Maybe you should see if there is a list specific to your application and not for the underlying database. Unless you know how to work under the hood of your application what we till you may be beyond your ability. - Original Message - From: Jason K.

RE: [U2] Plant hopping help

2005-11-08 Thread Keith W. Roberts
: Tuesday, November 08, 2005 9:04 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Plant hopping help Thanks for your quick response. The way I have to look at this is as follows... I have a user at the customer master screen, they must enter search criteria and based

RE: [U2] Plant hopping help

2005-11-08 Thread Steve Kunzman
Put a DW in front of the MSO-03 - EXECUTE DW MSO-03 and it should work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason K. Szemborski Sent: Tuesday, November 08, 2005 1:17 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Plant hopping help

RE: [U2] Plant hopping help

2005-11-08 Thread Paul Sohn
, 2005 11:17 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Plant hopping help Here's the whole situation... There are plants 10, 20, 30, 40 and 50. If a user is in plant 20, they enter the customer entry screen, a prompt will appear asking for search information (which can be phone, email

RE: [U2] Plant hopping help

2005-11-08 Thread Paul Sohn
To: u2-users@listserver.u2ug.org Subject: RE: [U2] Plant hopping help Put a DW in front of the MSO-03 - EXECUTE DW MSO-03 and it should work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason K. Szemborski Sent: Tuesday, November 08, 2005 1:17 PM

RE: [U2] Plant hopping help

2005-11-08 Thread Larry Hiscock
] On Behalf Of George Gallen Sent: Tuesday, November 08, 2005 11:20 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] Plant hopping help Once it's setup, the trust is assumed (no further authentication required), and the problem with rhosts is that passwords are kept in plain text. But in order

RE: [U2] Plant hopping help

2005-11-08 Thread John Jenkins
Always put in positive checks if your system is sensitive and you are exposed to potentially hostile network environments. It is possible for someone with the right tools (and you can download them :-( ) to subvert inter-host authorisation at the TCP Network level. Port blockers and spoofed TCP