Search found 42189 matches

by chulett
Tue Jun 20, 2006 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: literal doesnot match format string
Replies: 12
Views: 2140

You get this when you go to insert the final 'product' of your manipulations into Oracle. What does your field's value look like then? What does your sql's date mask say? The two don't match.
by chulett
Tue Jun 20, 2006 6:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error
Replies: 8
Views: 2270

You've already gotten them. Drop the degree of parallelism down or be prepared for it to occasionally crater if too many other parallel queries have been requested by other folks/jobs at the same time.

Discuss that with your DBA. It's not a DataStage issue.
by chulett
Tue Jun 20, 2006 6:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Jobs lost when updated in DS_JOBS
Replies: 22
Views: 5867

Ouch... there's more than one place to change that, doing it only in DS_JOBS blew your RI in the project. First off, I'd suggest you undo that change to get everything back... However, with all the other monkey shines like reindexing, I wonder if that is even possible anymore. I'm not sure what this...
by chulett
Tue Jun 20, 2006 6:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Arguments to Independent Server Routines
Replies: 2
Views: 1246

You said 'both routines are executing fine'... what is making you say it is not differentiating between argument values? Any issue here is either in the way you are calling the routine or how the routine itself is written, otherwise they 'work fine'. You'd need to provide specific examples of either...
by chulett
Tue Jun 20, 2006 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't promote to a protected project
Replies: 3
Views: 1257

it sounds like this 7.1 bug means there's no way of getting it compiled once there. Am I right in this? From what I recall, yes - but you really should check to see for yourself as we skipped your particular version. Does the Multi-Job Compiler allow you to compile read only jobs? You are correct i...
by chulett
Tue Jun 20, 2006 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Annotation Stage
Replies: 8
Views: 3939

Actually, a reinstall of the client is pretty quick and painless. I'd suggest you give that a try first and then we can burn some braincells if that doesn't work.
by chulett
Tue Jun 20, 2006 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't see locks in DS.TOOLS
Replies: 10
Views: 2351

No ideas off the top of my head, but I think that you should explain exactly what this means to help set the scene properly:

We recently implemented proper user groups/privileges on our DS development environment
by chulett
Mon Jun 19, 2006 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Status Codes returned by dsjob
Replies: 10
Views: 2282

Try it again, Mr Guru seems to have fixed it. It didn't work for me earlier, either, asked me to log in - classic example of what happens when you link from your own search results instead of straight to the topic. Works now. :wink:
by chulett
Mon Jun 19, 2006 5:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can i Import and Read .dbf files ..?
Replies: 8
Views: 2107

If know the original post says 'Foxpro' but .dbf files are DBase files AFAIK and those have been around for ages. As noted, should be perfectly do-able. :wink:
by chulett
Mon Jun 19, 2006 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not Null date in source being recognized as null
Replies: 4
Views: 1315

Code: Select all

If IsNull(LINK_In_Txn2.IN_DT) or LINK_In_Txn2.IN_DT = " " Then "1900-01-01 00:00:00" Else LINK_In_Txn2.IN_DT
by chulett
Mon Jun 19, 2006 2:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to supress leading Zeros
Replies: 7
Views: 2584

You could define it as a numeric datatype, which would automagically do that for you, or you could check out the FMT function.
by chulett
Mon Jun 19, 2006 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can't promote to a protected project
Replies: 3
Views: 1257

I believe this is a known bug with your version. They've since corrected it in 7.5.x so that your 'dsadm' user can promote into a Protected project. In the meantime, I think the workaround is as you've noted - to temporarily lower your shields and hope no-one notices the momentary lapse in protectio...
by chulett
Mon Jun 19, 2006 12:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sort order
Replies: 9
Views: 1933

Neither one is 'better', the answer depends on what order you need them sorted in downstream from there.
by chulett
Mon Jun 19, 2006 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in filter command...
Replies: 6
Views: 3223

How is your sequential metadata setup? Looks like you are generating XML and then asking it to be read and written as a sequential file. You'll need to be careful there and define a single large varchar column, I would think.
by chulett
Mon Jun 19, 2006 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: paralle query
Replies: 2
Views: 1413

How is this any different from this post? Hint- it's not and was asked and answered in the other thread.