120 pts.
 RUNRMTCMD
i tried to run .bat file on pc using remote command but i have the below error 
A remote host refused an attempted connect operation
Command did not complete successfully.             (CPF91CC) 
noting that i used the command 
RUNRMTCMD CMD(CMD) RMTLOCNAME('199.199.199.199' *IP)


Software/Hardware used:
AS400 V5R3M0
ASKED: February 1, 2012  1:57 PM
UPDATED: March 17, 2012  5:22 AM
  Help
 Approved Answer - Chosen by Hanisadeq (Question Asker)

thanks for assist
i fount on IBM site how you can config iSeries Access for Windows Remote Command

http://www-01.ibm.com/support/docview.wss?uid=nas126e8d8b78808bc46862566ba00595402

ANSWERED:  Feb 4, 2012  4:56 PM (GMT)  by Hanisadeq

 
Other Answers:

thanks for assist
i fount on IBM site how you can config iSeries Access for Windows Remote Command

http://www-01.ibm.com/support/docview.wss?uid=nas126e8d8b78808bc46862566ba00595402

Last Wiki Answer Submitted:  February 4, 2012  4:55 pm  by  Hanisadeq   120 pts.
Latest Answer Wiki Contributors:  Hanisadeq   120 pts.
To see other answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

First thing to verify is whether or not the PC has any kind of rexec() client installed on it. The IBM iSeries Access product allows you to install the iSeries Access for Windows Remote Command service. There are others available that can be found through google searches.

Then, the service needs to be configured and started. Clearly, no business system (PC nor server) can simply allow some other system just to execute some command without proper authentication and authorization. Those need to be defined and assigned before anything is going to work.

Tom

 108,260 pts.

 

puoi aggirare il problema delle credenziali lanciando tramite RUNRMTCMD un’azione schedulata che contenga ciò che vuoi Lanciare.
Per esempio: Schtasks /RUN /TN nomeazione

 290 pts.