proy40
18th November 2017, 09:08
Hi All,

I want from External Application to call Baan Session(With out giving any credential)

External Application is a page, user do not give any credential form login in Baan.. it will bypass or give anonymous credential?

any thought please share with me.

Regards,
Pradipta

bhushanchanda
19th November 2017, 08:11
Hi,

If you are on Windows Server, you can create a Scheduled Task which will run a Baan/LN job that will execute the session you want in LN. You can set a user here in Scheduled task.

Now, your external application can run a bat file on the server to run the scheduled task.

This is just one way. There can be various other options to run the session from external apps like using OLE Automation, using bshell command or deploying a custom webservice or using a middleware like C4WS.

But, its never going to be an anonymous call. You will need to have a user id for running the session which can be set in the job or in case of other options.