Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have implement the section access in my application, It reduces the data properly according to the matrix which I have define.
I schedule this application on daily basis, problem is that the application ask for userid and password every time when I open it for making any changes and also whenever schedule triggered .
Now my question is that
1) can I pass the user id and password (Admin userid) to application
2)or I am missing anything
Thanks and Regards,
Dear Upendra,
Please veryfy as answer to my reply so it will be useful to others.
Thanks
Manesh Khot
You better can use NTname.
Once you are logged on your network, your username will automatically detect.
Greetz,
Dirk
how to use NTname
Hi,
Thank u for your reply, I really appreciate your quick response.
I dont want to use the NTName, can I pass the userid and password to application when scheduler trigger
Thanks and Regards,
Hi Upendra,
Concatenate the Sectin access table with below table provide DEVELOPER SERIAL KEY.
So whenever u open ur application on same machine it will not prompt for user id and pasword.
concatenate
LOAD * INLINE [
ACCESS, USERID, PASSWORD, SERIAL
ADMIN, *, *, 1234 5678 1234 5678
];
Hey Manesh,
Thanks for solution, it's working .
Thanks & Regards,
Dear Upendra,
Please veryfy as answer to my reply so it will be useful to others.
Thanks
Manesh Khot