I’m trying to integrate MS SQL express edition on windows machine but not able to. AEUI opens but not able to login with default credentials for the first time. Attached is the log file which indicates that it only supports Postgress or Oracle only. Any idea?
I Already use AE with SQL , i Use the Table input activity, but you have to create the connection by using the wizard, in there you will find the MS SQL connection use the JDBC default. but remember you have to have the java files as mentioned in the article
AE Support gave me the solution, I’ll reply here:
It worked for me.
There is a small issue with the error message which has now been changed. The problem you are facing is because you have not entered the database name as expected. The solution to your problem is:
Go to your <AE_HOME> directory location
In that, go to the conf folder
Edit the database.properties file
For database.type value, give value as MSSQLSERVER
Save the changes and restart your web server
A sample config is: database.type=MSSQLSERVER database.url=jdbc:sqlserver://localhost:56724;databaseName=vae; database.username=sa database.password=xxxxx
Thanks for replying.
Actually the issue is with underlying main DB which is used internally for AE. Table input is working as expected, no issue in that one.