Skip to Content
0
Jun 29, 2020 at 06:52 AM

Web client on SAP B1 10 PL02 cannot start

493 Views

I try a lot on Web Client in SAP B1 10.0 PL02 (SQL version) but not success. I deep down into the issue via code. I know that Web Client is developed by using NodeJS technology and I test it by write log.

The root cause of error is from variable is undefined from this coding line

const url = new URL("http://"+process.env.b1_jdbc_url.substr("jdbc:sap://".length));

And so, First of all, I open web client from SAP B1 itself and it error as picture below

And so, I open Web Client folder to modify code to show log and run it

----------------------------------------------------------

Attachments

1.jpg (94.0 kB)
2.jpg (131.5 kB)
3.jpg (90.3 kB)
4.jpg (87.4 kB)
5.jpg (317.1 kB)