Search found 42189 matches

by chulett
Sun Apr 17, 2016 2:16 pm
Forum: General
Topic: Searching for file name in XML export
Replies: 8
Views: 2776

One option is to not use XML, a dsx export is perfectly readable and won't be so freaking huge. Second option is to use a better editor like UltraEdit which can handle large files. Third option - go to Chuck Smith's site and from his Tools section grab some of his stuff. Simplest might be "Sear...
by chulett
Sat Apr 16, 2016 7:30 am
Forum: General
Topic: Wait for file issues
Replies: 16
Views: 4946

UCDI wrote:Otherwise I am just going to proceed now that, 2 days later, this 5 min task is finally done.
Funny and sad, all at the same time. And I hate crap like that.
by chulett
Fri Apr 15, 2016 1:11 pm
Forum: General
Topic: Wait for file issues
Replies: 16
Views: 4946

I'm not really sure what Rick meant by his "not intended" comment, hoping he'll clarify when next he swings by. As we all know, the whole "wait for file" doesn't mean anything like wait for it to be complete, it means wait for it to appear (or disappear) with no regard for if is ...
by chulett
Fri Apr 15, 2016 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pivot: Error parsing schema: Duplicate field identifier
Replies: 2
Views: 2509

Why is this marked as Resolved, did you figure out your issue? If so, could you post it please?
by chulett
Fri Apr 15, 2016 7:40 am
Forum: General
Topic: Reading SalesForce.com Objects
Replies: 4
Views: 2010

I'm going to go out on a limb here and guess they meant in their current version. :wink:

Isn't the SalesForce API... published?
by chulett
Thu Apr 14, 2016 1:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to perform multiple if else validation in a transformer
Replies: 5
Views: 4210

Except that I've done exactly what they are doing in the past and it has worked just fine. I think the difference might simply be this: (If Len(trim(col1))=0 then "col1 is invalid" else ""): (If Len(trim(col2))=0 then "col2 is invalid" else ""): (If Len(trim(c...
by chulett
Thu Apr 14, 2016 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where can I get files for XML examples
Replies: 4
Views: 1800

So, in other words, the link from the documentation I posted where it says "To get the files for the examples, go to". Did you think it would be too hard to find it there, Andy? :wink:
by chulett
Thu Apr 14, 2016 10:29 am
Forum: General
Topic: Wait for file issues
Replies: 16
Views: 4946

Sorry but how do 'the symptoms match' here? Is this an ISD job failing with the error that they mention? I thought it a normal Sequence job that just waited... forever... without any kind of failure. :?
by chulett
Thu Apr 14, 2016 6:43 am
Forum: General
Topic: Identify if job is in 'COMPILED' status
Replies: 2
Views: 1712

Check for 99 / DSJS_NOTRUNNING and call it COMPILED if you like. Not running implies runnable and it must be compiled to be in that state. This as opposed to 98 / Not Compiled.
by chulett
Wed Apr 13, 2016 4:05 pm
Forum: General
Topic: Delete 100 jobs via script
Replies: 6
Views: 3018

Well... it's an official way and orders of magnitude safer than when I've seen people roll their own and run delete SQL against the repository. :shock:
by chulett
Wed Apr 13, 2016 12:46 pm
Forum: General
Topic: Delete 100 jobs via script
Replies: 6
Views: 3018

From the link: The preferred way to run this command is in the istool command-line window. If you run this command in your operating system command-line window or in scripts, you must add istool to the command name. Based on your initial requirements of doing this from a script, it sounds like you s...
by chulett
Wed Apr 13, 2016 11:16 am
Forum: General
Topic: Delete 100 jobs via script
Replies: 6
Views: 3018

You can use istool to delete DataStage assets as noted here. You'll need to know what type of job it is in order to leverage that.
by chulett
Wed Apr 13, 2016 8:22 am
Forum: General
Topic: Wait for file issues
Replies: 16
Views: 4946

Be curious what you find. Perhaps you should involve support because when push comes to shove it really should be that simple, so perhaps there's an issue with the stage in your platform / version. Never mind that it seems to me that we are way past remote suggestions being helpful, sounds like it r...
by chulett
Wed Apr 13, 2016 7:29 am
Forum: Data Integration
Topic: Oracle ODI Vs DataStage Balanced Optimization (Part 2)
Replies: 7
Views: 13248

My biggest question right now is - where is part 1? A (mostly) honest question as I figured it must have been something I didn't recall reading but a search failed to turn any such thing up. Hence the question. :wink: