Having problems Generating Sequence Number

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

rumu
Participant
Posts: 286
Joined: Mon Jun 06, 2005 4:07 am

Post by rumu »

In Surrogate Key generator stage ,use Bigint...and the same in your Database table,from the error it seems that in Database you are using Smallint and hence the problem come.Surrogate Key generator stage always generates Bigint.so change your Database column datatype accordingly.
Rumu
IT Consultant
Post Reply