Home Forums Programming Connecting Execute a sql job from AS400 command line RE: Execute a sql job from AS400 command line

  • vconlan (2/26/2013)


    I am trying to use this command to execute a sql job from an AS400 command line. I am having trouble getting it to work. It doesn't say that the job started. It just says 'The remote command has produced no output'.

    I am running this:

    RUNRMTCMD CMD('sqlcmd -U user -P password -S server name -Q "msdb.dbo.sp _start_job @job_name = ''FACT852: ProcessRetailSales'', @server_name = '' server''"') RMTLOCNAME('99.99.99.99' *IP) RMTUSER(user) RMTPWD(password)

    I have not used it for a while but you can use stored procedure to execute the job but admin permission is required for both SQL Server and AS400.

    Kind regards,
    Gift Peddie