Hello Everyone,
I have the Custom Gel script and want to schedule it outside of clarity and need rto call it using the Batch file and we don't want to hard code the username and password inside the gel script so I am trying to pass the xog username and password as gel script parameters from command prompt using -Dusername="user1" where username is the variable in the gel script.( <gel:parameter var="username"/> ).But unfortunately it is not working and username is passing as empty.please help me in passing parameters to the GEL script throgh command prompt.
Thanks in Advance,
Karthik
I have the Custom Gel script and want to schedule it outside of clarity and need rto call it using the Batch file and we don't want to hard code the username and password inside the gel script so I am trying to pass the xog username and password as gel script parameters from command prompt using -Dusername="user1" where username is the variable in the gel script.( <gel:parameter var="username"/> ).But unfortunately it is not working and username is passing as empty.please help me in passing parameters to the GEL script throgh command prompt.
Thanks in Advance,
Karthik
Parameter set from cmd line: not set
C:\ProjectX>\Clarity\12.1.3\bin\gel -script cmd_line.gel -from_cmd_line=qwerty
Parameter set from cmd line: qwerty
C:\ProjectX>