Search found 6797 matches

by DSguru2B
Wed Jan 17, 2007 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pulling out Text in between tags
Replies: 11
Views: 2405

Back to INdex and substring. Heres a generic solution as Ken suggested. Can dig out the contents of CSTN_LAST_UPD_DTM no matter how deeply embedded it is. in.Col[INDEX(in.Col,"<CSTN_LAST_UPD_DTM>",1)+Len("<CSTN_LAST_UPD_DTM>"),INDEX(in.Col,"</CSTN_LAST_UP...
by DSguru2B
Wed Jan 17, 2007 3:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The connection is broken (81002)
Replies: 14
Views: 7216

The message says that the connection is broken. Do an exact search on those key words. People have gotton this resolved before. Try it out.
Also, when you say you couldnt get the designer to open, what 'complete' error message are you getting?
by DSguru2B
Wed Jan 17, 2007 2:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The connection is broken (81002)
Replies: 14
Views: 7216

I dont see the need of doing a REINDEX of your repository just because you are having network issues. Search for keywords "the connection is broken (81002)". It has been covered before. Lets hope you did not break anything.
by DSguru2B
Wed Jan 17, 2007 2:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Right ETL approach
Replies: 8
Views: 1236

I say cat all the files and feed it to the bulk loader. 1 million is a piece of cake for a bulk loader. A unix level cat is very fast too.
by DSguru2B
Wed Jan 17, 2007 11:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to handle no rows situation from oracle
Replies: 7
Views: 1224

Uptill now i am fine, very close to loosing my sanity :wink: Need a break.
by DSguru2B
Wed Jan 17, 2007 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: manage a flag in oracle table
Replies: 1
Views: 385

Do an Update on flag with max timestamp as the where predicate.
by DSguru2B
Wed Jan 17, 2007 11:24 am
Forum: General
Topic: Job being accessed by another user
Replies: 1
Views: 1043

He did not close it right. Go to the director, cleanup resources and unlock the job. If you need more info, search this forum. Coverd zillions of times.
by DSguru2B
Wed Jan 17, 2007 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error when using sybase target
Replies: 1
Views: 694

Advise:
Post in the correct forum.
Search on keywords "please check that all needed libraries are preloaded".
by DSguru2B
Wed Jan 17, 2007 11:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DW Certifications
Replies: 14
Views: 3742

No certifications for Server Jobs and i believe there are entries about the same in previous posts.
by DSguru2B
Wed Jan 17, 2007 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to handle no rows situation from oracle
Replies: 7
Views: 1224

Atleast that proves it that i am not going mad. I have 10 multiple tasks going on right now. I wanted to know if i had reached my cpu limit :wink:
by DSguru2B
Wed Jan 17, 2007 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of a Stored Procedure stage
Replies: 6
Views: 2293

What changed between yesterday and today? Maybe the database wasnt available. For now its just a guessing game. When the error occurs again, reset the job for more information.
by DSguru2B
Wed Jan 17, 2007 10:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to handle no rows situation from oracle
Replies: 7
Views: 1224

Isnt the OP already in the correct forum, or i am just going blind :roll:
by DSguru2B
Wed Jan 17, 2007 10:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DW Certifications
Replies: 14
Views: 3742

I bet they do, its just a matter of utilizing the search engine.
by DSguru2B
Wed Jan 17, 2007 10:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine to connect to DB2
Replies: 14
Views: 6824

You can also use DSExecute() function.
by DSguru2B
Wed Jan 17, 2007 10:49 am
Forum: General
Topic: Input buferring
Replies: 8
Views: 2869

Different engines, different methadologies. PX has a stronly typed language like C. It is particular about variable meta data which for us is column metadata.