If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
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.
puoi aggirare il problema delle credenziali lanciando tramite RUNRMTCMD un’azione schedulata che contenga ciò che vuoi Lanciare.
Per esempio: Schtasks /RUN /TN nomeazione
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
puoi aggirare il problema delle credenziali lanciando tramite RUNRMTCMD un’azione schedulata che contenga ciò che vuoi Lanciare.
Per esempio: Schtasks /RUN /TN nomeazione