Search found 42189 matches

by chulett
Mon Jun 05, 2006 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange permissions issue with /tmp files
Replies: 5
Views: 1176

Thanks for that 'digithead' remark, Kim. I guess. For the record, installs have always been done as 'root' and umask is set correctly on all servers. Oh, and I posted the 't' bit explanation I got from the man page on 'chmod', plus a little different one from 'ls': Execute/search by others; set stic...
by chulett
Mon Jun 05, 2006 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database as lookup
Replies: 5
Views: 1013

No. How do you propose to do a lookup without 'key columns'?
by chulett
Mon Jun 05, 2006 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to create XML document
Replies: 7
Views: 2087

What stages? Did you import the XML's metadata so you are using the proper XPath expressions? :?
by chulett
Mon Jun 05, 2006 6:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Supress warnings
Replies: 4
Views: 1241

How exactly is this differing with what we've said, Roy? :wink:
by chulett
Mon Jun 05, 2006 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Control M log file from Datastage.
Replies: 3
Views: 2199

Do you have access to the Ctrl-M server? Any idea how the logs are actually stored? Talk to your Ctrl-M peoples...
by chulett
Mon Jun 05, 2006 6:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml output
Replies: 3
Views: 900

The 'required information' part is documented in the XMLPACK_20_Designer.pdf in Appendix B - Advanced Transformations.
by chulett
Mon Jun 05, 2006 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting count of records passed through a link
Replies: 17
Views: 7392

Check out the DSGetLinkInfo function.
by chulett
Mon Jun 05, 2006 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rank like functionality in DataStage
Replies: 4
Views: 2376

Isn't that just a matter of sort descending on calls and constrain to five rows?
by chulett
Sun Jun 04, 2006 8:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange permissions issue with /tmp files
Replies: 5
Views: 1176

Is there some reason to have the "t" bit set on /tmp? No clue, but I'm guessing yes as every HPUX 'server' here has it set like that. What in the heck does 'save-text-image-on-file-execution' mean? Regardless, not something I could change... I'd have to see if 'they' will. And in case it's not clea...
by chulett
Sun Jun 04, 2006 4:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Strange permissions issue with /tmp files
Replies: 5
Views: 1176

Strange permissions issue with /tmp files

Curious if anyone has seen this behaviour before and can explain what in the heck is going on. Simple scenario - point a Sequential File stage to write to a file in a folder with the 'Overwrite' option enabled. The file ends up being owned by the user running the job. Now, I know that's not always t...
by chulett
Sun Jun 04, 2006 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot open one of the folder in Datastage Director
Replies: 7
Views: 3008

Ok, got that... perhaps I'm smoking crack, but I started with version 3.1 and I distinctly remember the concept of 'categories' being added later in the product's life. I recall it being a Big Deal when it showed up. Maybe that was in 4.x. Oh, well. I was thinking 'folders' perhaps might mean 'Proje...
by chulett
Sun Jun 04, 2006 2:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Supress warnings
Replies: 4
Views: 1241

The only way to 'suppress' errors like that - ones spit back from your target database - is to ensure they never happen in the first place.
by chulett
Sun Jun 04, 2006 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot open one of the folder in Datastage Director
Replies: 7
Views: 3008

I don't recall version 4 having categories. Perhaps 'folders' means something else in this context? Or perhaps I'm just wrong. :?
by chulett
Sat Jun 03, 2006 10:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Two links to Hashfile Stage, which one first?
Replies: 5
Views: 1347

Clear the hashed file 'before job'.
by chulett
Sat Jun 03, 2006 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environmental variable setting
Replies: 4
Views: 957

The 'current date' certainly could be acceptable the vast majority of the time as long as you have a mechanism to override it if you need to. That's how we handle it. There are tons of posts on reading parameter values from a flat file. Also on reading values from a DB in a DS job and passing it out...