cancel
Showing results for 
Search instead for 
Did you mean: 

Web client on SAP B1 10 PL02 cannot start

Ooh
Discoverer
0 Kudos

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

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

Accepted Solutions (0)

Answers (1)

Answers (1)

lucca_mello
Participant
0 Kudos

Hi,

Please kindly check if the issue is the same as the SAP Note:

If this solves your issue, kindly let us know.

KR,

Lucca Mello

Ooh
Discoverer
0 Kudos

Thank you for your reply. First of all, I use MS SQL version and I cannot use Web Client since installed not after restart but anyway I try this solution by checking and restart the service respectively. It still didn't work.