SSC-EWI-TS0067
Invalid parameters in OPENXML table-valued function.
Severity
Critical
Some parts of the output code are omitted for clarity reasons.
Description
This EWI is added when there are invalid parameters in the OPENXML, specifically when the XML path cannot be accessed.
To avoid this EWI, please send the explicit node path through the parameters.
Input Code:
IN -> SqlServer_01.sql
Output Code:
OUT -> SqlServer_01.sql
Input code (Explicit parameter)
IN -> SqlServer_02.sql
Output code (Explicit parameter)
OUT -> SqlServer_02.sql
Recommendations
Try to see if the path can be explicitly passed as a parameter.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated