Troubleshooting
Problem
For Information Server Parallel engine, '#' and '$' characters are internally reserved characters. However, Information Server supports most of the cases where those characters are used in data source column names, and table names. All database "Connectors" stages properly handle such columns and table names, but this support may vary for the other type of Stages accessing databases that might be used. Caution should be taken especially when migrating Jobs from "Server" to "Parallel" engine. This article describes how Information Server handles these situations and if needed, what to do in the development phase to get this feature enabled.
Symptom
At runtime, parallel Job may fail with error message like :
----
Syntax error: Error in "pxbridge" operator: Error in output
redirection: Error in output parameters: Error in modify adapter: Error
in binding: Expected '=', got: "#", line 121
Error in binding: Expected '=', got: "#", line 146
Error in binding: Expected '=', got: "$", line 151
Error in binding: Expected '=', got: "$", line 152
Error in binding: Expected '=', got: "$", line 153
Error in binding: Expected '=', got: "#", line 155
Error in binding: Expected '=', got: "#"
.../...
====
Note that when such a failure occurs, the Parallel Job has not yet started processing any data.
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
25 April 2025
UID
swg21590770