Search found 230 matches

by sb_akarmarkar
Mon May 29, 2006 11:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with flat Files related to date field
Replies: 8
Views: 2193

Can you check your OCI Stage genrated TO_DATE is it matching with "yyyy-mm-dd HH:MM:SS.SSS"....


Thanks,
Anupam
by sb_akarmarkar
Mon May 29, 2006 10:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Type Varchar 1500
Replies: 10
Views: 4887

Re: varchar(1500) is valid and I have used this...

jojipjohn wrote: while importing definations for that column i have given it as varchar(1500)


Have you provided it manually... Use whatever metadata coming for column after improting from database.

Thanks,
Anupam
by sb_akarmarkar
Mon May 29, 2006 10:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with flat Files related to date field
Replies: 8
Views: 2193

You can also try TO_DATE of oracle function by writing user-defined SQL insert statement in target stage....


Thanks,
Anupam
by sb_akarmarkar
Fri May 26, 2006 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Upgradation to 6.0
Replies: 16
Views: 4372

I guess currently no need of considering security issues...


Thanks,
Anupam
by sb_akarmarkar
Fri May 26, 2006 2:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract DS Job Logs
Replies: 2
Views: 1192

Try the following this will create file and write to0

* t.var is directory name
* Filename is name of file
* Logrec is log record

Openpath DirName to fvar then
write Logrec to fvar, FileName


Thanks,
Anupam
by sb_akarmarkar
Fri May 26, 2006 12:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Upgradation to 6.0
Replies: 16
Views: 4372

Berfore doing upgration take project level backup, Job level back, routine backup and parameter file backup...


Thanks,
Anupam
by sb_akarmarkar
Fri May 26, 2006 12:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer is getting aborted continuously
Replies: 11
Views: 3085

Try this also....

SELECT * FROM VOC WHERE NAME LIKE 'DSU.ExecSH'

any records?

if not copy the code of ExecSH from manager and create new routine and compile....

and execute the above query with new routine name start with DSU....


I hope this will help to catalog routine....


Thanks,
Anupam
by sb_akarmarkar
Fri May 26, 2006 12:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer is getting aborted continuously
Replies: 11
Views: 3085

Please try following...

SELECT * FROM VOC WHERE NAME LIKE 'DSX.EXECSH'

in TCL

Thanks,
Anupam
by sb_akarmarkar
Thu May 25, 2006 11:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unble to open hash file ,& not able to delete hash file
Replies: 6
Views: 1724

I think there is problem with your OS permission......
Please check with your administrator....


Thanks,
Anupam
by sb_akarmarkar
Thu May 25, 2006 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date format conversion
Replies: 4
Views: 1222

Your job type is parallel and you posted your query in server jobs...


Thanks,
Anupam
by sb_akarmarkar
Thu May 25, 2006 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Should wait and check for abort
Replies: 10
Views: 4312

Try to create same setup with small job in test enviroment and there you try to execute... It is working fine here and getting correct result.

Thanks,
Anupam
by sb_akarmarkar
Thu May 25, 2006 5:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date conversion problem
Replies: 20
Views: 6687

Is it happing to that 2333 row only ? with timestamp value "1998-01-31 00:00:00"

Thanks,
Anupam
by sb_akarmarkar
Thu May 25, 2006 5:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Should wait and check for abort
Replies: 10
Views: 4312

For this you wont be even need to include the terminator stage. Just "check Automatically handle that fail". Make the 5 job activities independent. But i think it will show the status of sequence completed sucessfully at end. and i think siva dont want that status of sequence. and as he i...
by sb_akarmarkar
Thu May 25, 2006 5:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date conversion problem
Replies: 20
Views: 6687

Why dont you try to insert manually 1 row in target with this date format.... May be one of the way to check format of table...

Thanks,
Anupam
by sb_akarmarkar
Thu May 25, 2006 5:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Should wait and check for abort
Replies: 10
Views: 4312

Link all jobs to sequencer stage, keep sequencer mode as all, link it to nested condition , place status of all job in trigger of nested condition "Jobname1.$jobstatus=DSJS.RUNFAILED or Jobname2.$jobstatus=DSJS.RUNFAILED...................." link that to terminator activity... Thanks, Anupam