× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



This is a MIME message. If you are reading this text, you may want to 
consider changing to a mail reader or gateway that understands how to 
properly handle MIME multipart messages.
--
Angela:
Control Panel —> Client Access —> Incoming Remote Command Tab.  This is where 
you do setup.

>>> "Angela Wawrzaszek" <awawrzaszek@nucorauburn.com> 03/21/02 10:38AM >>>
Where is this service to run? Our administrator looked under Admin Tools, 
Services, there are a few remote access services but the desription on each 
show more for dial in connections, and VPN's. We searched for 'rexecd' on help 
but only came up with 'rexec' which is the command to intitiate a remote call 
from this server.

-----Original Message-----
From: Tom Daly [ mailto:Tdaly@sddsystems.com]
Sent: Thursday, March 21, 2002 9:57 AM
To: ' midrange-l@midrange.com'
Subject: RE: RUNRMTCMD/STRPCO



Does the machine you want to run this command on have rexecd running? This
daemon has to be running in order for the machine to accept incoming
requests.


Tom
| -----Original Message-----
| From: Angela Wawrzaszek [ mailto:awawrzaszek@nucorauburn.com]
| Sent: Thursday, March 21, 2002 09:51
| To: Midrange Mail List (E-mail)
| Subject: RUNRMTCMD/STRPCO
|
|
|
| I am trying to start an executable program on another
| server from the AS/400. I tried using strpco however it
| does not like this and I am assuming it is because we are
| not executing the as/400 CL from that PC. I would like
| to have this CL on a user(s) menu so that is can be
| executed whenever and it will also be submitted on a job
| sceduler. I then tried running the command by using
| runrmtcmd within the CL. It is telling me host refused an
| attempted connect operation. I am able to browse this
| server from my PC so I would think that means I am authorized.
|
| Error Message:
|
| 2816 - RUNRMTCMD CMD('"\\CNYNUCOR002\DNB EMAILER\DNB.EXE"
| DNB-BATCH')
| RMTLOCNAME('192.168.0.196' *IP) RMTUSER(MCLOUGHLIN) RMTPWD()
| A remote host refused an attempted connect operation.
| Command did not complete successfully.
| CPF91CC received by ACR@296CL at 2816. (C D I R)
| C
|
|
|
|
|
|
|
| CHGVAR VAR(&CMD) VALUE('"\\CNYNUCOR002\DNB +
| EMAILER\DNB.EXE" DNB-BATCH')
|
| OVRPRTF FILE(*PRTF) OUTQ(QEZDEBUG)
| RUNRMTCMD CMD(&CMD) RMTLOCNAME('192.168.0.196' *IP) +
| RMTUSER(MCLOUGHLIN) RMTPWD(XXXXXXXXX)
| DLTOVR FILE(*PRTF)
|
| _______________________________________________
| This is the Midrange Systems Technical Discussion
| (MIDRANGE-L) mailing list
| To post a message email: MIDRANGE-L@midrange.com
| To subscribe, unsubscribe, or change list options,
| visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l
| or email: MIDRANGE-L-request@midrange.com
| Before posting, please take a moment to review the archives
| at http://archive.midrange.com/midrange-l .
|
_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l
or email: MIDRANGE-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l .

_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l
or email: MIDRANGE-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l .
--
[ Converted text/html to text/plain ]
Angela:
Control Panel —> Client Access —> Incoming Remote Command Tab.  This is where
you do setup.
>>> "Angela Wawrzaszek" <awawrzaszek@nucorauburn.com> 03/21/02 10:38AM >>>
Where is this service to run? Our administrator looked under Admin Tools,
Services, there are a few remote access services but the desription on each
show more for dial in connections, and VPN's. We searched for 'rexecd' on help
but only came up with 'rexec' which is the command to intitiate a remote call
from this server.
-----Original Message-----
From: Tom Daly [ mailto:Tdaly@sddsystems.com][1]
Sent: Thursday, March 21, 2002 9:57 AM
To: ' midrange-l@midrange.com'[2]
Subject: RE: RUNRMTCMD/STRPCO
Does the machine you want to run this command on have rexecd running? This
daemon has to be running in order for the machine to accept incoming
requests.
Tom
| -----Original Message-----
| From: Angela Wawrzaszek [ mailto:awawrzaszek@nucorauburn.com][3]
| Sent: Thursday, March 21, 2002 09:51
| To: Midrange Mail List (E-mail)
| Subject: RUNRMTCMD/STRPCO
|
|
|
| I am trying to start an executable program on another
| server from the AS/400. I tried using strpco however it
| does not like this and I am assuming it is because we are
| not executing the as/400 CL from that PC. I would like
| to have this CL on a user(s) menu so that is can be
| executed whenever and it will also be submitted on a job
| sceduler. I then tried running the command by using
| runrmtcmd within the CL. It is telling me host refused an
| attempted connect operation. I am able to browse this
| server from my PC so I would think that means I am authorized.
|
| Error Message:
|
| 2816 - RUNRMTCMD CMD('"\\CNYNUCOR002\DNB EMAILER\DNB.EXE"
| DNB-BATCH')
| RMTLOCNAME('192.168.0.196' *IP) RMTUSER(MCLOUGHLIN) RMTPWD()
| A remote host refused an attempted connect operation.
| Command did not complete successfully.
| CPF91CC received by ACR@296CL at 2816. (C D I R)
| C
|
|
|
|
|
|
|
| CHGVAR VAR(&CMD) VALUE('"\\CNYNUCOR002\DNB +
| EMAILER\DNB.EXE" DNB-BATCH')
|
| OVRPRTF FILE(*PRTF) OUTQ(QEZDEBUG)
| RUNRMTCMD CMD(&CMD) RMTLOCNAME('192.168.0.196' *IP) +
| RMTUSER(MCLOUGHLIN) RMTPWD(XXXXXXXXX)
| DLTOVR FILE(*PRTF)
|
| _______________________________________________
| This is the Midrange Systems Technical Discussion
| (MIDRANGE-L) mailing list
| To post a message email: MIDRANGE-L@midrange.com[4]
| To subscribe, unsubscribe, or change list options,
| visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l[5]
| or email: MIDRANGE-L-request@midrange.com[6]
| Before posting, please take a moment to review the archives
| at http://archive.midrange.com/midrange-l[7] .
|
_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@midrange.com[8]
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l[9]
or email: MIDRANGE-L-request@midrange.com[10]
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l[11] .
_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@midrange.com[12]
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l[13]
or email: MIDRANGE-L-request@midrange.com[14]
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l[15] .

===References:===
  1. mailto:Tdaly@sddsystems.com]
  2. mailto:midrange-l@midrange.com'
  3. mailto:awawrzaszek@nucorauburn.com]
  4. mailto:MIDRANGE-L@midrange.com
  5. http://lists.midrange.com/cgi-bin/listinfo/midrange-l
  6. mailto:MIDRANGE-L-request@midrange.com
  7. http://archive.midrange.com/midrange-l
  8. mailto:MIDRANGE-L@midrange.com
  9. http://lists.midrange.com/cgi-bin/listinfo/midrange-l
 10. mailto:MIDRANGE-L-request@midrange.com
 11. http://archive.midrange.com/midrange-l
 12. mailto:MIDRANGE-L@midrange.com
 13. http://lists.midrange.com/cgi-bin/listinfo/midrange-l
 14. mailto:MIDRANGE-L-request@midrange.com
 15. http://archive.midrange.com/midrange-l



As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.