Password
Posted: June 11th, 2024, 2:46 am
Hi,
I have issues in my batch application, i have hard coded the password:
setoutput(maketext("sample_data.csdbe|password=Gq26vm@5w%b&zF$E"));
when i open it via data viewer it says "The password is invalid"
but when i open it via data entry and set the password in the input data file it becomes:
sample_data.csdbe|password=Gq26vm%405w%25b&zF$E
i notice the symbol @ becomes %40, but when i try the "Gq26vm%405w%25b&zF$E" in the data viewer still "The password is invalid".
What to do?
Thanks.
I have issues in my batch application, i have hard coded the password:
setoutput(maketext("sample_data.csdbe|password=Gq26vm@5w%b&zF$E"));
when i open it via data viewer it says "The password is invalid"
but when i open it via data entry and set the password in the input data file it becomes:
sample_data.csdbe|password=Gq26vm%405w%25b&zF$E
i notice the symbol @ becomes %40, but when i try the "Gq26vm%405w%25b&zF$E" in the data viewer still "The password is invalid".
What to do?
Thanks.