Search found 42189 matches

by chulett
Mon Dec 12, 2005 4:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Rejecting all rows which cannot be loaded in ORACLE
Replies: 21
Views: 7785

...and what order are your links in?
by chulett
Mon Dec 12, 2005 1:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table Or View Does not exist
Replies: 7
Views: 3890

Actually, it's probably more an example of not using fully qualified table names. If the table is not qualified, the assumption is the current user owns it unless synonyms are involved. So you do the import as one user and connect as another and all you get for your trouble is 'Table or View does no...
by chulett
Sat Dec 10, 2005 5:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Maximum stages in a job
Replies: 15
Views: 5139

O. M. G. :shock:
by chulett
Sat Dec 10, 2005 1:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rows to columns
Replies: 6
Views: 1433

That would perform a Horizontal Pivot, basically the exact opposite of what the OP needs to do.
by chulett
Sat Dec 10, 2005 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exception Handler
Replies: 2
Views: 789

Exactly. All of that is spelled out in the pdf manuals that ship with the product. I don't recall off the top of my head which exact one it is, but there is one that walks you through building Sequencer jobs and all of the stages one by one. Check it out.
by chulett
Sat Dec 10, 2005 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Protected Project-Job gets deleted
Replies: 4
Views: 1032

I have a doubt, too. :wink:

bala_135 wrote:Set the project properties(ie inside the repository) only read

Please explain exactly what that means, what / how you are setting this. Thanks.
by chulett
Fri Dec 09, 2005 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Java EJB beans in PX
Replies: 5
Views: 1323

You'll definitely need the Java Pack as far as I know, the question remains if the Java Pack requires SOA or can run without it. I don't know.
by chulett
Fri Dec 09, 2005 9:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Migration from development to production - best way?
Replies: 3
Views: 1312

Greg, they aren't literally named like that are they? Project1, Project2, etc? Typically, in my experience, you would name projects based on the subject area they serve and they would come in threes as mentioned in the VC docs. Four when you throw in Version Control: SubjectAreaADev SubjectAreaATest...
by chulett
Fri Dec 09, 2005 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed files size in 7.1 vs 7.5.1
Replies: 7
Views: 2601

And when Arnd says 'all hashed files' he means literally all hashed files - not just the ones that are used in your jobs or ones that 'need' it. That means all internal hashed files created by the engine in every project as well. These are the three that Arnd mentions. Not generally something you wa...
by chulett
Fri Dec 09, 2005 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Designer closes while designing sequences
Replies: 5
Views: 1305

Windows XP - Home or Professional? And there *is* a patch to make DataStage compliant with the changes in Service Pack 2 - have you downloaded and tried that? You can find it on Ascential's eServices website.
by chulett
Fri Dec 09, 2005 8:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Protected Project-Job gets deleted
Replies: 4
Views: 1032

I believe that only an administrative user like 'dsadm' can delete jobs from a protected project, or are you saying that a regular user can as well?
by chulett
Fri Dec 09, 2005 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: help me to write shell script code for ths senario
Replies: 1
Views: 770

Seems like it, Arnd. If that's the case, and depending on the uniqueness of that target line... grep to get the '###' line pulled out -or- tail -1 if it is literally the last line cut to get the information between the parens date with the proper mask to get the current day mv to do the actual dirty...
by chulett
Thu Dec 08, 2005 7:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Java EJB beans in PX
Replies: 5
Views: 1323

Oh, and everyone gets an "RTI Pallete", it's where the XML stages all live. Doesn't mean you have SOA.
by chulett
Thu Dec 08, 2005 7:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Java EJB beans in PX
Replies: 5
Views: 1323

Sorta. That is one of the bindings you can use when you deploy an SOA enabled job, but you have to have purchased that particular binding option. However, that just means that your job is now an EJB Web Service. If you want to call Java "stuff" from inside DataStage jobs, you have to buy the... wait...
by chulett
Thu Dec 08, 2005 7:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS auto purge not working
Replies: 5
Views: 1042

I believe so... couldn't hurt to try. It will either work or not work. At worst case, unprotect the project, make the change and then protect it again.