Script failed through TEM

hi ,

when i am trying to execute the below code its getting failed in TEM but manually it is getting succeed.

can any one please help me fix the issue.

dos QualysCloudAgent.exe CustomerId={9b4482a2-51bf-4496-82bd-4f4ac9bd479f} ActivationId={4488f2c7-3055-4d51-a344-727954047a37}

Thanks
karthik.k

Please check Tip: Escaping curly brackets for substitutions in ActionScript

Thanks Jason,

it tried with below steps but no luck

dos QualysCloudAgent.exe CustomerId={{9b4482a2-51bf-4496-82bd-4f4ac9bd479f}} ActivationId={{4488f2c7-3055-4d51-a344-727954047a37}}

dos QualysCloudAgent.exe CustomerId={(9b4482a2-51bf-4496-82bd-4f4ac9bd479f} ActivationId={4488f2c7-3055-4d51-a344-727954047a37}}

dos QualysCloudAgent.exe CustomerId={(9b4482a2-51bf-4496-82bd-4f4ac9bd479f}} ActivationId={{4488f2c7-3055-4d51-a344-727954047a37}}

dos QualysCloudAgent.exe CustomerId={9b4482a2-51bf-4496-82bd-4f4ac9bd479f} ActivationId={4488f2c7-3055-4d51-a344-727954047a37}

can you please help.

Thanks
karthik.k

You need to read the linked reply above. You tried a lot of combinations, but not the correct one.

Sorry, I’m not going to just give you the answer, it is in Jason’s link and you need to understand it for future use.

I know it can be confusing, try reading the post again. That should lead you to try

dos QualysCloudAgent.exe CustomerId={{(9b4482a2-51bf-4496-82bd-4f4ac9bd479f} ActivationId={{4488f2c7-3055-4d51-a344-727954047a37}

(Note I’m not sure if QualysAgent actually works, just that this should be the syntax for escaping the curlybrackets. If that doesn’t work we can check next steps).

hi Jason,

sorry the given step is not working as expected

Thanks
karthik.k

We have a fixlet that installs Qualys agent - used to deploy PoC - works like a charm (as usual with Bigfix).