Beas can't connect to SAP - DBMS is not supported

  • Updated

In several customers sometimes we have an strange behavior when Beas addon is starting at the same time than other addons.

Sometimes Beas does not start in a proper way and system throws different error messages like:
* DBMS is not supported in your current installation
* Addon timeout
* Application terminated
 
We found that problem is related with "beas.ini" file, for any reason sometimes this file is not read by Beas in a proper way and parameters for connection to database are ignored.
 
We modified Beas to generate this file in a proper way
 
As workaround you can manually modify "beas.ini"
This file is located into %programdata%\Beas folder.
You have to add an empty line at the beginning of the file, nothing else.
 

[beas.ini]

// <- insert here an empty line
[connect]
properties...

 
For any reason used "ProgfileString" function is not finding section [CONNECT] when this section is located at the first line of the file, to avoid this you simply have to add a line at the beginning of the file and problem is solved.

Was this article helpful?

1 out of 1 found this helpful

Comments

0 comments

Please sign in to leave a comment.