Search found 42189 matches

by chulett
Tue May 07, 2013 7:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue returning duplicate surrogate keys
Replies: 12
Views: 6071

So this isn't a one-time occurrence for you? :?

I'm not aware of any way to 'monitor' this, unfortunately. Perhaps post-cycle timestamped backups are in order?
by chulett
Tue May 07, 2013 7:13 am
Forum: General
Topic: High CPU usage by WorkloadManagment (WLM) - V9.1
Replies: 6
Views: 2114

Would report this to your official support provider, if you haven't already.
by chulett
Tue May 07, 2013 7:08 am
Forum: General
Topic: Library file missing in the library search path
Replies: 2
Views: 1175

Don't be sorry, just don't do it. :wink: Split and linked back for you. Similar != same and you post in the old thread if you are trying to help them, when you need help start a new post. For "library" related issues you need to verify your "shared library" environment variable s...
by chulett
Tue May 07, 2013 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deletion of records other than current month and then load
Replies: 0
Views: 779

Sure, don't see why not. You just need a way to determine what "the current month" is and then craft SQL that does the delete for you. Put it in the Open or Before SQL option in that stage, whatever it's called there after you get it working outside of DataStage.
by chulett
Tue May 07, 2013 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema File - Select few columns
Replies: 4
Views: 1830

I have close to 40 different layouts to load 40 different tables. This is the reason why i have picked schema files instead of canvassing 40 sequential file stages. Schema files and one RCP enabled job, yes? All fields must always be read from a sequential file, that's their nature. Eric's "dr...
by chulett
Mon May 06, 2013 4:39 pm
Forum: General
Topic: DataStage parallel job tutorial files
Replies: 6
Views: 4228

From what I've read if you have installed the client you should have the tutorial files on your client PC as well. Read the Installing and setting up the tutorial appendix in the documentation link posted above.
by chulett
Mon May 06, 2013 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need solution
Replies: 6
Views: 1966

Can you post a complete example of your source, something without dashes so we can see everything? Also, will your source have multiple records and you need to do this calculation once per row or would there be any kind of aggregation involved? Really don't want to be doing a lot of guessing here an...
by chulett
Mon May 06, 2013 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: HTTP call out
Replies: 7
Views: 2776

What version of DataStage are you running?
by chulett
Mon May 06, 2013 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need solution
Replies: 6
Views: 1966

Pretty vague requirements, I'm afraid. And "need solution" is not the best choice for a topic's subject. Clarify for us what exactly your source is: database, flat file? If a database, do you have a date dimension that drives your fiscal v. calendar year? I'd also be curious what you've tr...
by chulett
Mon May 06, 2013 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java Transformer
Replies: 13
Views: 6350

I am just a beginner who is seeking the solution of the problem. You can :roll: all you like but you must realize that people are trying to help you. The first thing any responsible mentor is going to do is attempt to point out when there are better solutions out there than the path a student is go...
by chulett
Mon May 06, 2013 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue returning duplicate surrogate keys
Replies: 12
Views: 6071

It's not stored as far as I know. :(
by chulett
Sun May 05, 2013 2:02 pm
Forum: Site/Forum
Topic: Premium Membership Activation
Replies: 18
Views: 23072

8)
by chulett
Fri May 03, 2013 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage - Heap allocation error
Replies: 7
Views: 3384

The one mentioned in the first post.
by chulett
Fri May 03, 2013 7:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort Stage Question
Replies: 4
Views: 1341

Sort stage is used for sorting the data,if you want to remove duplicate records user "remove dupicate" stage. Or you can sort and remove duplicates while sorting by setting the "Allow Duplicates" option to False in the Sort stage, i.e. a unique sort akin to a sort -u in UNIX. Of...
by chulett
Fri May 03, 2013 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValue returning duplicate surrogate keys
Replies: 12
Views: 6071

Another (remote) possibility might be a restore of files in the Project from backup. This hashed file might have been accidentally included.