Search found 42189 matches

by chulett
Mon Feb 01, 2010 11:19 am
Forum: General
Topic: time conversion
Replies: 17
Views: 10756

Details, please. I could guess but I'd really rather not. What database and what is your target field type? What exactly are you doing now and what errors are you seeing?
by chulett
Mon Feb 01, 2010 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Clean DataSets
Replies: 3
Views: 1485

That is also in the linked topic, there is an orchadmin command to delete datasets from the command line.
by chulett
Mon Feb 01, 2010 9:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: limit to cpu allocation to datastage
Replies: 3
Views: 1902

No. there's no configuration option for that. That's completely under the control of the O/S rather than DataStage. Well... other than strict scheduling and specific job designs, I suppose.
by chulett
Mon Feb 01, 2010 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: executing Mainframe shadow program from datastage
Replies: 5
Views: 1462

Exactly. How would you do it if you took DataStage out of the picture? That's the same way you would have DataStage do it.
by chulett
Mon Feb 01, 2010 8:56 am
Forum: General
Topic: Job dependancy between different DS projects
Replies: 10
Views: 3244

:?

That's great and all, though I don't really agree with your conclusion. Never mind the fact that the post is about how to establish dependancies between already established projects, not one seeking advice on how to set up new projects.
by chulett
Mon Feb 01, 2010 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: U_TRUNCATED_CHAR_FOUND encountered
Replies: 9
Views: 6430

Any "unusual" data types you are using? A LONG or CLOB for example? If not, please give us a better idea of what you're doing in the Oracle stage and the nature of the data you are "loading".
by chulett
Mon Feb 01, 2010 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issues due to datastage upgrade
Replies: 8
Views: 3607

Please try to do a better job of identifying what the 'bottleneck' jobs have in common to see where exactly they might be 'hanging up'. Are they all doing database work? If so, what kind? Again if so, check your 'explain plans' (or equivalent) to make sure they haven't changed in any significant fas...
by chulett
Mon Feb 01, 2010 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: InfoServer 8 on changing networks
Replies: 2
Views: 1153

Thanks for posting your resolution. I would have posted something but it wouldn't have been all that helpful, never having played with VM on a laptop and then carting it around like you've been doing. :wink:
by chulett
Mon Feb 01, 2010 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: executing Mainframe shadow program from datastage
Replies: 5
Views: 1462

I take it we're not talking about the Mainframe / 390 version of DataStage here, yes?
by chulett
Mon Feb 01, 2010 8:27 am
Forum: General
Topic: HASH FILE CONTENT INTERCHANGED
Replies: 10
Views: 2461

Actually, it creates a folder with three files in it. :wink:
by chulett
Mon Feb 01, 2010 8:26 am
Forum: General
Topic: Sequence "All" Behaviour
Replies: 5
Views: 1620

I don't think there's really an elegant way. Typically, one would use All rather than Any sequencers but as you noted, the longest running job in each segment will be the bottleneck. But on the flip-side, as you have it now the shortest job will trigger the next segment so hopefully the segments are...
by chulett
Sun Jan 31, 2010 6:05 pm
Forum: General
Topic: Sequence "All" Behaviour
Replies: 5
Views: 1620

'All' means all input links directly connected to the stage, regardless of what may or may not have happened with any upstream activities and their associated links / triggers. So your last stage only cares about the state of jobs 7, 8 and 9.
by chulett
Sun Jan 31, 2010 1:07 pm
Forum: General
Topic: Naming convention for Projects and Net Service Name
Replies: 4
Views: 1331

I prefer using the '-DEV/TEST/UAT/PROD' part of the name as a suffix, because I prefer projects to sort by name rather than environment when mixed on the same server. Still just a personal preference in the end, so you could end up with something like this: A-DEV A-TEST A-UAT B-DEV B-TEST B-UAT -or-...
by chulett
Sun Jan 31, 2010 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UV command support
Replies: 6
Views: 1894

Technically, it hasn't been "Universe" for years now.
by chulett
Sat Jan 30, 2010 3:36 pm
Forum: IBM QualityStage
Topic: Investigate stage inactive
Replies: 7
Views: 2881

Ah... thanks for that clarification.