Originally posted by: SystemAdmin
I have a map that includes an input card using the database adapter to connect to SQL Server. The Command for this card includes the -STMT option with something similar to "SELECT * FROM SomeTable WHERE Something".
This works fine when running the map from the map designer, however, when running via the event server, the * is being replace with the input file name resulting in a statement of "SELECT Input.txt FROM SomeTable WHERE Something". I have tried enclosing the -STMT in single quotes, and double quotes, as well as leaving it with no quotes.
Wildcards in the Event Server are extremely useful, but in this case, are causing me a major headache.
Does anyone know an easy way to work around this issue (other than specifying a field list).
Thanks
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender