Hi Team,
im fetching data from SSMS 18. based on data im doing some transformation.
when i run the workflow in local designer workflow is working and providing me the output.
But when im trying to save it in server it throws me multiple error.
For sql i also even tried with oledb and ODBC it works in designer but not working in server.
Can anyone help me to fix this issue.
Attaching below snap of error.
Hi @Surajnair ,
From the error message, it looks like you have two different issues:
Best,
FErnando Vizcaino
Hi @fmvizcaino ,
I tried all the above steps but im still facing issue in DB connection.
please find attached img.
Hi @Surajnair ,
Not sure if you only deleted from the image, and that was probably my bad. But you need to add the user and password on your connection string.
Driver={SQL Server Native Client 11.0};Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword;
The password will be automatically encrypted after you click out of the input tool.
Best,
Fernando Vizcaino
hi @fmvizcaino ,
I tried above steps but no luck.
After configuring i came to know there is firewall block issue due to which DB is getting blocked.
Still thnx for the help will figure out firewall issue with infosec team then i wil check the same.