Skip to main content

I am getting an invalid credential when launching a web application. I tested the managed account and password is correct but when I inject this using the ps_automate, it comes up with an invalid credential. I have also added the “FixupPassword=1” under the General section since my password contains spaces. Anything I am missing here or should be trying out?

 

2025/11/04 13:56:52 [TaskSequence1] BEGIN
2025/11/04 13:56:52 [Function] execute_task_sequence_webapp (TaskSequence1)
2025/11/04 13:56:52 [TaskSequence1] [INI] WaitLoginWindowDelay=0
2025/11/04 13:56:52 [TaskSequence1] [INI] XPathElement=//*[@id="username"]
2025/11/04 13:56:52 [TaskSequence1] [INI] XPathValue=%username%
2025/11/04 13:56:52 [TaskSequence1] [INI] XPathAction=
2025/11/04 13:56:52 [Function] insert_custom_strings (*MASKED*)
2025/11/04 13:56:52 [Custom string] username
2025/11/04 13:56:52 [TaskSequence1] END
2025/11/04 13:56:54 [TaskSequence2] BEGIN
2025/11/04 13:56:54 [Function] execute_task_sequence_webapp (TaskSequence2)
2025/11/04 13:56:54 [TaskSequence2] [INI] WaitLoginWindowDelay=0
2025/11/04 13:56:54 [TaskSequence2] [INI] XPathElement=//*[@id="password"]
2025/11/04 13:56:54 [TaskSequence2] [INI] XPathValue=%password%
2025/11/04 13:56:54 [TaskSequence2] [INI] XPathAction=
2025/11/04 13:56:54 [Function] insert_custom_strings (*MASKED*)
2025/11/04 13:56:54 [Custom string] password
2025/11/04 13:56:54 [TaskSequence2] END
2025/11/04 13:56:56 [TaskSequence3] BEGIN
2025/11/04 13:56:56 [Function] execute_task_sequence_webapp (TaskSequence3)
2025/11/04 13:56:56 [TaskSequence3] [INI] WaitLoginWindowDelay=5000
2025/11/04 13:56:56 [TaskSequence3] [INI] XPathElement=/html/body/div[3]/form[1]/div/input[3]
2025/11/04 13:56:56 [TaskSequence3] [INI] XPathValue=
2025/11/04 13:56:56 [TaskSequence3] [INI] XPathAction=click
2025/11/04 13:57:01 [TaskSequence3] END
2025/11/04 13:57:03 [TaskSequence] All sections processed.
2025/11/04 13:57:03 [Function] quit_script
 

Be the first to reply!