@itentialopensource/adapter-db_sybase
Version:
Itential adapter to connect to Sybase
26 lines (22 loc) • 1.45 kB
Markdown
for authenticating the Sybase SQL adapter with. Properly configuring the properties for an adapter in Itential Platform is critical for getting the adapter online. You can read more about adapter authentication <a href="https://docs.itential.com/opensource/docs/authentication" target="_blank">HERE</a>.
The Sybase SQL adapter requires Database Library Authentication. If you change authentication methods, you should change this section accordingly and merge it back into the adapter repository.
STEPS
1. Ensure you have access to a Sybase SQL server and that it is running
2. Follow the steps in the README.md to import the adapter into Itential Platform if you have not already done so
3. Use the properties below for the ```properties.authentication``` field
```json
"authentication": {
"dbAuth": true,
"domain": "",
"username": "sa",
"password": "Password"
}
```
4. Restart the adapter. If your properties were set correctly, the adapter should go online.
- Make sure you copied over the correct username and password.
- Turn on debug level logs for the adapter in Itential Platform Admin Essentials.
- Investigate the logs
- Credentials should be ** masked ** by the adapter so make sure you verify the username and password - including that there are erroneous spaces at the front or end.
This document will go through the steps