Environment
SecureLogin SSO
Situation
When launching an application definition, the following message appears:
BROKER_SCR_UNMATCHED_QUOTES(-147) Error parsing Application Definition line X.""
Resolution
Invalid syntax in the application definition. Examples of issues that have caused the problem include the following:
Example 1:
Type ""domain\"" #1
Although you can typically use quotes for commands that do not contain spaces, the type command with a backslash () in it causes this error to appear. Removing the quotes around domain solved the problem.
Type domain\ #1
Example 2:
SetPrompt ""Please enter your credentials to logon to the Helpdesk system."Remove the double quotes “” at the beginning of the line containing the SetPrompt command.
SetPrompt ""Please enter your credentials to logon to the Helpdesk system.""