Search found 24 matches

by Mike3000
Thu May 31, 2007 1:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Stage
Replies: 7
Views: 2350

Thanks Teej for the excellent lines that you wrote!!! """""""""""""""""""""""""""""""""""""""""...
by Mike3000
Wed May 30, 2007 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: StringToDate function
Replies: 2
Views: 2931

Thanks DSGuru2B, somehow i was sure that i can use it in Server Edition.
I'll use ICONV/OCONV
by Mike3000
Wed May 30, 2007 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: StringToDate function
Replies: 2
Views: 2931

StringToDate function

Job configuration: SeqFile->Transf->SeqFile DSLink6.stdate is "Varchar(6)" in input-tab and "Date" in output-tab of Transformer In Transformer i defined variable "v_stdate" as StringToDate(Trim(DSLink6.stdate),"%yy-%mm-%dd") to be mapped to output "Date&q...
by Mike3000
Tue May 29, 2007 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question regarding Sequences
Replies: 11
Views: 4124

Just to make it more clear. Use the following job architecture: job1-(trgOK)>job2-(trgOK)>job3-(trgOK)>job4-(trgOK)>job5 |(trgFail) |F |F |F |F ------------------------------------------------------------------ sequencer | terminator As for resuming reprocess from the 3rd job, just make it //Add che...
by Mike3000
Wed May 23, 2007 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status of JobMonApp
Replies: 6
Views: 4700

Thank you Ray!
by Mike3000
Tue May 22, 2007 2:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status of JobMonApp
Replies: 6
Views: 4700

I tried to use this answer to get going on: DS 7.5.1 Parallel Job Unix Solaris I need to find out the status of my JobMonApp. If i do : ps -ef | grep `cat $APT_ORCHHOME/java/.jobmonpid` | grep -v 'grep' I'm getting the error: "cat: cannot open /java/.jobmonpid" I know it happens, b. $APT_O...
by Mike3000
Sun May 20, 2007 5:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in join stage
Replies: 17
Views: 14372

Very professional

Thank you guys for very professional and informative discussion of
this topic.
I've learned lots new stuff.
by Mike3000
Wed May 09, 2007 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Job Routine for Job Sequence
Replies: 12
Views: 5419

Create one more Seq that will call your existing Seq and
in this new Seq do what you want: call jobs, another
Seqs, scripts, check Seqs Status, etc.

Would IT help?
by Mike3000
Wed May 09, 2007 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After Job Routine for Job Sequence
Replies: 12
Views: 5419

we can do the following:
- create OS script to call your main sequence;
- in this OS script we need to read 'Job status' from
DS log-file after your main sequence finishes.
- from those OS script we send message about
status that we have just read to TIVOLI

Tell me if it helps?
by Mike3000
Wed May 09, 2007 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Prblems with polish character
Replies: 8
Views: 4643

I believe you are doing the right thing in a right place,
but try to play with different Code Pages.
Anything else, sorry i don't know.
by Mike3000
Tue May 08, 2007 2:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage and Sequential File
Replies: 8
Views: 3976

More details,
does it make any sense, that this type of error
could come up because the Oracle installation was done
from user=OracleUser(NOT from Administrator), but
DS Server was installed from Windows Administrator???

Any ideas?
by Mike3000
Tue May 08, 2007 1:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage and Sequential File
Replies: 8
Views: 3976

This is a message after the reset: From previous run DataStage Job 98 Phantom 5020 Program "JOB.1427108223.DT.1437338697.TRANS1": Line 43, Exception raised in GCI subroutine: Access violation. Attempting to Cleanup after ABORT raised in stage my_unload_to_seqOCI..Transformer_7 Program &quo...
by Mike3000
Tue May 08, 2007 12:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle Stage and Sequential File
Replies: 8
Views: 3976

We added a [Transformer] and the error changed to : "Attempting to Cleanup after ABORT raised in stage my_unload_to_seqOCI..Transformer_7" According to my observation, i think the problem with [Oracle]-stage, but don't know what is wrong with it? We used [Oracle OCI] stage everytime, and i...
by Mike3000
Tue May 08, 2007 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Prblems with polish character
Replies: 8
Views: 4643

Go to DS Administrator -> Projects ("select your project1") -> NLS
and change a mapping only for "your project1".
It won't affect the others.
by Mike3000
Tue May 08, 2007 9:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Prblems with polish character
Replies: 8
Views: 4643

This is from DS manual: "DataStage uses special maps for client server communication, with names ending in "-CS" (for "client server")". One of those "-CS" mapping should be used for client/server communication. Mapping should be changed on a server, NOT a cli...