Client Management Suite

 View Only
Expand all | Collapse all

Question on task property Script Output

  • 1.  Question on task property Script Output

    Posted Dec 02, 2014 03:26 PM

    We are trying to get the name of a client computer as task input.

    Both of these tasks are assigned to a server job.

    Our first task is simply an echo. The save script output box has been checked.

    @echo %COMPNAME%

    This is the second task.

    @echo %!var1!%

    For the Task Input window, the settings are:

    For var1: [Use output from a previous task]

        [First Task - Script]

    Basically, we want the first task to return the computer name, then have the second task take the computer name as a token.

    However, this does not seem to be working. We're not getting the expected output of the computer name. Could someone clarify how this process works and what option we should be using if we want to pass a string between tasks? Thank you for your time.

     



  • 2.  RE: Question on task property Script Output
    Best Answer

    Broadcom Employee
    Posted Dec 03, 2014 01:27 AM

    Hi,

    Clients tasks output cannot be properly evaluated inside the server job. Please try to use Client Job with client tasks within.

    Thank you,

    Alex.



  • 3.  RE: Question on task property Script Output

    Posted Dec 04, 2014 10:51 AM

    Thanks, that helps clarify things.



  • 4.  RE: Question on task property Script Output

    Broadcom Employee
    Posted Dec 05, 2014 05:08 AM

    No prob :)