Hello @Peter Michalik
It seems like there is a syntax error in the connection string of your linked service. The error message suggests that the error is at position 23. To parametrize the connection string in your linked service, you can use the following syntax:
{
"connectionString": { "value": "@{linkedService().connectionString}",
"type": "Expression"
}
Replace the connectionString
property in your code with the above syntax and try again.
Make sure to replace the linkedService().connectionString
with your own variable name. Also, make sure that the variable SYNW.mysqlstringaaa
is defined and has a valid connection string value.
I hope this helps.