srkndnsn
15th November 2017, 17:00
Hi everyone,

We are want use Webui for develop and debug. When i try to open script webui, the error occurs;

--Session ttadv2130s0000 is not supported in this version of LN UI-

I searched that error in Infor Extreme and someones also faced that problem. They said, you need LN studio for edit/view scripts.(https://www.inforxtreme.com/espublic/EN/AnswerLinkDotNet/SoHo/Solutions/SoHoViewSolutionC.aspx?SolutionID=1676984&FromWP=1&kb_is_archived=0&kb_accessed_from=KBFavorites) So, does the LN Studio any requirements like tool version or something else? Does anyone have experiences with LN Studio?

Any suggestions on a good way to approach this?

Regards,
Serkan

sasikanth
16th November 2017, 11:33
Hi Serkan,

You can't use WEBUI for Development. However, you can use WEBUI for debugging by following specific steps.

Though Infor suggests to use LN Studio for Development, you can use BECS for development. This is much easier than LN Studio.

To use LN Studio, you need to have little knowledge about ECLIPSE.

srkndnsn
17th November 2017, 15:34
Hi Sasi,

I see your point, but why they said you need LN studio for that in Infor Extreme. Beside that we cant debug also in webui.

Hi Serkan,

You can't use WEBUI for Development. However, you can use WEBUI for debugging by following specific steps.

Though Infor suggests to use LN Studio for Development, you can use BECS for development. This is much easier than LN Studio.

To use LN Studio, you need to have little knowledge about ECLIPSE.

bhushanchanda
17th November 2017, 16:27
You can debug in WebUI

1. Run Connector Daemon (ottstpcondaemon) from your Worktop/BECS.
2. Click on Listen
3. Note down the port number
4. Open WebUI using a slightly different link e.g.

Instead of http://<WebUIAddress>/webui/servlet/login use http://<WebUIAddress>/webui/servlet/debugLogin.

Now, just open the session which is under debug and it will work.

sasikanth
18th November 2017, 06:10
Hi Serkan,

Refer the KB 1495758 on InforXtreme for more details about the procedure to debug the sessions running inside Ming.le/LN UI.

Coming to your other query on Development using LN Studio, though Infor Suggests to use LN Studio (Which is a Standardized Platform for Development), you can still use BECS for Development.

Let me know if you need more details.

srkndnsn
20th November 2017, 08:02
I tried also what you said. I found these knowlodge base from Infor Extreme (KB 1666332, KB 1495758,KB 809503). But after the configured the deamon session,when I changed the link with debugLogin, i see HTTP Status 404 page. Do we need to do more things for see the debug page in webui mode?

You can debug in WebUI

1. Run Connector Daemon (ottstpcondaemon) from your Worktop/BECS.
2. Click on Listen
3. Note down the port number
4. Open WebUI using a slightly different link e.g.

Instead of http://<WebUIAddress>/webui/servlet/login use http://<WebUIAddress>/webui/servlet/debugLogin.

Now, just open the session which is under debug and it will work.

bhushanchanda
20th November 2017, 08:19
Error 404 means the page is not found.

Are you closing the Worktop/BECS after you run the Daemon session? You have to keep it running in the background when you try to access the WebUI Link. Once the page gets opened up, you have to put the port number you get on your session.

srkndnsn
21st November 2017, 07:45
No I dont close to deamon session. After the session start to listen, i entered the debugLink then 404 not found. I have searched from Tomcat engine, this page not serviced or i cant find it.

Error 404 means the page is not found.

Are you closing the Worktop/BECS after you run the Daemon session? You have to keep it running in the background when you try to access the WebUI Link. Once the page gets opened up, you have to put the port number you get on your session.

bhushanchanda
21st November 2017, 08:13
Can you please tell me what link you are using?

You can leave your server name details off from the link. May be the link you are providing is not right.

srkndnsn
21st November 2017, 13:07
I use this link : http://<myweb adress>/webui/servlet/debugLogin

Can you please tell me what link you are using?

You can leave your server name details off from the link. May be the link you are providing is not right.

joanfuentes
21st November 2017, 17:36
Hi Bhushan:

I read the post and i tried to make this works, but i have a message say connection refused, maybe i have to configure something before try use the debugger?

Tks

Reggards