Search found 24 matches

by saxena_richa
Fri May 04, 2018 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connector source connection
Replies: 6
Views: 4827

Yes. My current job setting is:
Fail on size mismatch=yes
Fail on type mismatch=yes

Is this is a separate connection, additional to when the data is read ?
by saxena_richa
Wed May 02, 2018 12:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connector taking v.long to connect to source
Replies: 7
Views: 3978

Craig,

I agree. The data movement in the job is slow too.
However I want to point out that there are some jobs where connection time is around 2 - 3 minutes. Hence the total connection time is slightly more than 100 mins.

Any ideas/ suggestions to improve these timings?
by saxena_richa
Tue May 01, 2018 12:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connector taking v.long to connect to source
Replies: 7
Views: 3978

I haven't enabled partitioned reads, because that comes into play after the connection has been setup to source. Currently this source connection is what is taking up most time. I want to improve this. Currently it takes about a min to establish the connection to source (with encryption on), which w...
by saxena_richa
Tue May 01, 2018 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connector source connection
Replies: 6
Views: 4827

Thanks Craig. My job design is as follows: ODBC (sqlserver) -----> xfr ------> Netezza connector (select statement) -----> simple mapping-----> Truncate &load to netezza The netezza connector is set for truncate and load. So the message should be for netezza connector. I want the source ODBC to ...
by saxena_richa
Tue May 01, 2018 7:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connector source connection
Replies: 6
Views: 4827

ODBC connector source connection

Hi, I have a job where I am using ODBC connector stage as source to read from sql server. In the logs, I see that it connects to the source two times. Why is that so? Isnt ODBC connector stage sequential by default? I have not configured parallel read option. I want to run it in sequential mode. I c...
by saxena_richa
Tue May 01, 2018 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connector taking v.long to connect to source
Replies: 7
Views: 3978

Previous runtimes are without encryption, i.e with encryption turned off.
by saxena_richa
Mon Apr 30, 2018 11:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connector taking v.long to connect to source
Replies: 7
Views: 3978

ODBC connector taking v.long to connect to source

Hello, I have around 100 jobs, all simple extract jobs (no filter) to pull data from SQL Server (cloud instance) using ODBC connector. It is a requirement to have a encrypted connection & we are doing this using recommended ODBC driver and settings in DSN. The problem is that jobs are taking pre...
by saxena_richa
Fri Aug 19, 2016 2:22 pm
Forum: General
Topic: Environment variable in attached parameter set
Replies: 3
Views: 1841

Thanks for the reply Craig. May be I should have phrased the ques better. The problem is that I am not able to reference the environment variable itself. When I click 'create & attach' option from DataConnection object, it allows me to create a parameter set but I cant add any environment variab...
by saxena_richa
Thu Aug 18, 2016 2:42 pm
Forum: General
Topic: Environment variable in attached parameter set
Replies: 3
Views: 1841

Environment variable in attached parameter set

Hello, I am trying to create a data connection object that uses the attached parameter-set. In this parameter-set, I want the password value to come from an environment variable. But I don't see a way to specify it this way. I tried to directly type the name of the environment variable in the passwo...
by saxena_richa
Wed May 27, 2009 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Surrogate key generator with db2 sequence
Replies: 7
Views: 5425

I wud like to know how can we use a db2 sequence in surrogate key generator and increment it. As stated earlier, I am facing prob. in incrementing it. Would be grateful if anyone can help on this.
Thanks
by saxena_richa
Wed May 27, 2009 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Surrogate key generator with db2 sequence
Replies: 7
Views: 5425

Does this mean there is no way to directly use a db2 sequence :roll:
by saxena_richa
Wed May 27, 2009 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Surrogate key generator with db2 sequence
Replies: 7
Views: 5425

Using Surrogate key generator with db2 sequence

Hi, I am using surrogate key generator stage to generate incremental number. For this i tried to use a DB2 database sequence. I have specified the sequence name in the 'Source Name' property. The jobs runs fine but the no. doesnt get incremented.. How can we specify 'next value' type of clause to th...
by saxena_richa
Sat Jun 14, 2008 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Separate 1st row from binary file
Replies: 4
Views: 1968

Hi, The src binary file is a fixed length one. Both the header and detail types are of same length. Basically I wnt to separate the header nd read the 'rec-count' field value & thereafter use this to re-concile the number of detail recs following it. From unix side we tried to use 'dd' command b...
by saxena_richa
Sat Jun 14, 2008 11:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Separate 1st row from binary file
Replies: 4
Views: 1968

Hi, The src binary file is a fixed length one. Both the header and detail types are of same length. Basically I wnt to separate the header nd read the 'rec-count' field value & thereafter use this to re-concile the number of detail recs following it. From unix side we tried to use 'dd' command b...
by saxena_richa
Sat Jun 14, 2008 2:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Separate 1st row from binary file
Replies: 4
Views: 1968

Separate 1st row from binary file

Hi, My src file is a EBCDIC binary file. I want to skip the first row from this src file and process the rest. Since it is a parallel job, I m not sure if putting constraint @INROWNUM<>1 will work.. I m not able to use UNIX- head command as when I do 'wc -l' for this file it gives count=0. (The file...