Search found 68 matches

by sush26283
Wed Apr 20, 2011 4:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TIMESTAMP TO INTEGER
Replies: 6
Views: 2243

its in yyyymmdd : hr:mm:ss
by sush26283
Wed Apr 20, 2011 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TIMESTAMP TO INTEGER
Replies: 6
Views: 2243

I was initially using link.column [1,4] in the transformer for the derivation of the column but, its giving error that non numeric character present where numeric expected..
by sush26283
Wed Apr 20, 2011 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TIMESTAMP TO INTEGER
Replies: 6
Views: 2243

both source and target are SQL SERVER
by sush26283
Wed Apr 20, 2011 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TIMESTAMP TO INTEGER
Replies: 6
Views: 2243

TIMESTAMP TO INTEGER

Hi,

I have a job where, I am using a column say Px_A (source) which is in TIMESTAMP to use it for a column at target say ZX_B which is in integer and I need to get there only the YEAR from the source column PX_A.
Can anyone please guide me how I can achieve that.

Thanks
by sush26283
Mon Apr 18, 2011 10:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I increase the rows/sec while running the job
Replies: 6
Views: 7218

Re: some basic background questions

hi...well its simple job with one to one mapping with over 56k records...the source and target are both sql server...with only one source table and one target table
by sush26283
Mon Apr 18, 2011 9:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I increase the rows/sec while running the job
Replies: 6
Views: 7218

How can I increase the rows/sec while running the job

How can I increase the rows/sec while running the job... I have the transaction handling and array size both set to 500 each, but am getting only 10rows/sec..someone please suggest.

Thanks
by sush26283
Mon Apr 11, 2011 10:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning message :DataStage Job 4364 Phantom 6488
Replies: 2
Views: 1972

warning message :DataStage Job 4364 Phantom 6488

Hi am running a DataStage job (server job)...the job ran successfully but at the end in the log files in director I have a warning message...which I dont get...can someone please reflect on it, and let me know how to get rid of it.. DataStage Job 4364 Phantom 6488 Program "JOB.1496282158.DT.157...
by sush26283
Wed Mar 23, 2011 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date Calculate
Replies: 8
Views: 5194

ray.wurlod wrote:Use a database stage (eg ODBC stage) to service the reference link, and use user-defined SQL that specifies the BETWEEN condition. You can generate the two dates using SQL functions. ...
but wont it be better performance wise if we do it in transformer itself..
by sush26283
Wed Mar 23, 2011 12:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date Calculate
Replies: 8
Views: 5194

chulett wrote:I know, it wasn't a question... I posted it because the answer you got was specific to PX jobs.
i did figure that out, so what would you suggest
by sush26283
Wed Mar 23, 2011 12:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date Calculate
Replies: 8
Views: 5194

chulett wrote:Server job.
yes server job
by sush26283
Wed Mar 23, 2011 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date Calculate
Replies: 8
Views: 5194

date Calculate

I need to calculate date, and the requirement is, if the date in column column_X is between the current date and the last 4 years then 'Y' else 'N'
can someone please help me with that, how I can do that in transformer.
Thanks in advance.
by sush26283
Fri Mar 11, 2011 4:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning message: DSD.BCIPut call to SQLExecute failed.
Replies: 11
Views: 6296

Call it what you like, I'm trying to assertain if you are updating 16 rows in the one update you posted on purpose (i.e. it was expected) or by accident and it was an unexpected result. The former you may have to take up with your DBA while the latter could be because (for example) your key choice ...
by sush26283
Fri Mar 11, 2011 4:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning message: DSD.BCIPut call to SQLExecute failed.
Replies: 11
Views: 6296

chulett wrote:Answer my question, please... are you intentionally updating multiple records in the target table with each record you process?
by multiple do u mean DUPLICATES...
by sush26283
Fri Mar 11, 2011 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning message: DSD.BCIPut call to SQLExecute failed.
Replies: 11
Views: 6296

OK, then I'll concur with Craig, because DataStage expects the database server (or ODBC driver) to be silent on request but yours is returning informational content. So DataStage alerts you to the fact that unexpected output has been received. alright, so what exactly am I to do, to get rid of thos...
by sush26283
Fri Mar 11, 2011 2:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning message: DSD.BCIPut call to SQLExecute failed.
Replies: 11
Views: 6296

ray.wurlod wrote:I don't see any value in that recordset that could be converted to smalldatetime. ...
actually that is for the load_date column for which in transformer am using the date.tag(@date) in derivation to get the current date..