ESP Workload Automation

 View Only
  • 1.  Passing

    Posted May 13, 2022 08:50 AM

    We need to pass this ARG, having issues trying to pass "." and need suggestions on passing "." as double quote, period, double quote all need to be passed, any ideas?

    "\\p1l-nas-02\HSIncentive\SalesIncentive\Packages\SSISPackageProcess.dtsx" /CHECKPOINTING OFF /REPORTING N /Connection "ConfigurationDatabaseConnection";"Data Source= PRDQVARSQLAGL,5533;Initial Catalog=WorkFlowMgt;Provider=SQLNCLI11.1;Integrated Security=SSPI;Auto Translate=False;"

    Thanks,
    Sharon



  • 2.  RE: Passing

    Posted May 13, 2022 11:24 AM

    The ESP Job definition below appears to work in my test environment

    NT_JOB ARGTEST
    AGENT <AgentName>
    CMDNAME <Command Name>
    ARGS "."
    RUN ANYDAY
    ENDJOB

    In the receiver.log I see:

    Args="\".\""

    Batch file output:
    Argument: "."

    Is that what you need?



    ------------------------------
    Rick Romanowski
    rromanowski@ups.com
    Sr. Systems Analyst
    UPS
    NJ, USA
    ------------------------------