Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I want to automate some stuff and for that i need to create OLEDB Connection using Qlik Engine API's. I am able to create folder connection but facing issues while creating OLEDB. Error: Invalid parameters and i have double checked the parameters but issue is still exists.
Json used:
{
"jsonrpc": "2.0",
"id": 1,
"method": "CreateConnection",
"handle": 1,
"params": [
{
"qName": "MySQLConnection",
"qConnectionString": "Provider=SQLOLEDB;Data Source=your_server;Initial Catalog=your_database;User Id=your_user;Password=your_password;",
"qType": "OLEDB"
}
]
}
Is there anyone who did this already?
Thanks
Hi @skusuma1991
I have connected to Qlik Engine API, But this uses web sockets so a normal Rest API connection wont work.
You cant test in using the Dev-Hub
Regards Jandre
Mark the solution as accepted that solved your problem and if you found it useful, press the like button! Check out my YouTube Channel | Follow me on LinkedIn