Copying AI transforms/jobs

2018-02-08 Thread Jaffer Mahsoob
I am looking for a reasonable way to copy portions of the AI repository between systems, for example from DEV to QA. Exporting/Importing the repository makes the folders, but none of the content (Jobs/Transformations). Exporting to XML and then importing is painful at best, I have approximately

Re: Can we call shell script on remote server via AL run process command?

2017-09-14 Thread Jaffer Mahsoob
Have you tried running the plink command using psexec (from sysinternals/Microsoft) as the system account and seeing if it still works? I assume the AR Server is running as system, so it may be that the putty session info isn't available to system, etc... Something like psexec -s plink (whatever

Re: Process not stopping - Linux

2017-01-10 Thread Jaffer Mahsoob
The service dispatcher "should" terminate with the rest of the ARS processes after issuing the stop command, it might hang around for a short time after, but not more than a minute give or take about 30 seconds, just enough time for a clean stop. If it's not I'd wonder if it was hung prior to the

Re: Load balancing

2016-07-11 Thread Jaffer Mahsoob
Hey Mark, here's what I've done before... I used the mid-tier sample script to check if a specific server is responding to requests, then set the netscaller to use the script URL to check the servers, it responds with a 200(OK) if the server responds, if not then disable the port redirect