%s warning

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
Krazykoolrohit
Charter Member
Charter Member
Posts: 560
Joined: Wed Jul 13, 2005 5:36 am
Location: Ohio

%s warning

Post by Krazykoolrohit »

Hi when i am doing a lookup (decimal to decimal as keys) i get the following warning and no rows are returned.

<Job Name>..Transformer_37: %s

Anyone ever faced this?
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Never saw it, change it to varchar and see if the warning remains.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
Krazykoolrohit
Charter Member
Charter Member
Posts: 560
Joined: Wed Jul 13, 2005 5:36 am
Location: Ohio

Post by Krazykoolrohit »

The SQL definition was different from the listed columns. (i copied this stage from someplace which was using a custom SQL).

Changing the options to auto-column generated SQL solved the issue
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

If you look in the log file they do not store job name. They create place holders for it with %s and I think %1 and %2. I think that is so that you can rename the job easily.
Mamu Kim
Post Reply