Hello, all
After a power outage, sapb1servertools fails to start on our server, recording the following error in sapb1servertools.log:
Checking 192.168.0.126:30013
* 10: authentication failed SQLSTATE: 28000
I have made certain that our HANA s...
Hello, all
Deinstalling XSA 1.0.133 fails with the following error:
Configuration error:
Cannot establish database connection
Connect failed (code = 2): general error: database 'B1P' not connected
The said tenant B1P does not exist, and d...
Hello, all
I can't seem to cause ESLint in WebIDE to heed a project-wide configuration file. I have tried adding eslintConfig field to package.json and creating a .eslintrc.js file, as described in ESLint documentation, but neither method had any e...
On our development Linux server, HANA 2.00.050.00.1592305219 constantly loads about 50% of the CPU resources when nobody is using the server. Most of the CPU load is coming from the following processes:
hdbindexserver
hdbnameserver
xsexecagent
T...
Hello, all
What is the simplest way of opening a connection to a HANA database from an XSA application running on the same HANA sever? In XS Classic it used to be very easy because a connection was automatically available via hdb.getConnection. Doe...
Dear administrators,can you please mark this answer of mine as accepted? When I try do it, the forum shows the error message: We're sorry, but this question already has an accepted answer, which is not true!
This error was caused by a lack of free space on the HDD. B1 Analytics Platform had devoured it with 40 GB of log files in:/var/log/SAPBusinessOne/AnalyticsPlatform/Upon cleanup of this directory, b1servertools started successfully. The power outage ...
You refer me to SAP note 2554177—How To Reactivate SYSTEM User. What made you decide that my SYSTEM user was locked, inspite of my explicit statement to the contrary? I have to downvote your answer.
In B1, the code does not need the surrounding procedural block:
DECLARE V1, v2 vARCHAR(8);SELECT 'Hello', 'there' INTO V1, V2 FROM DUMMY;SELECT :V1, :V2 FROM DUMMY;