Hello everyone,
I am struggling to solve the following situation:
- I am trying to create the Alteryx environment variables (DEV, PROD, UAT) while bringing in an OLE DB SQL connection using a dynamic input tool.
- The Alteryx environment variables (DEV, PROD, UAT) need to update automatically in the SQL connection the Workstation ID based on the environment
- Also, the SQL query itself is using an automatic field that updates the "ingestion_date" in the query based on a date given in the input.
I tried to put everything in a workflow (PFA) but I am having an error: "Error opening connect string. Can't create data source object."
I have noticed that not all the information previous written in the query is being outputted, so I think this is the issue, but I don´t know how to solve it.
Any help or hints that you might have for me?
Please note that the attached WF has some fake info just for testing and confidentiality reasons.
Thank you in advance,
Denisa
Solved! Go to Solution.
The sample workflow sample that you attached to the formula tool SQLQuery field is V_String 2000 so I'm signaling the others are VW_String with 1073741823. If you've corrected it, great. Another point is that the concatenation of SQLconn and SqlQuery in the xml is composed of 3 "|" and you are only putting one.
><
