Search found 15603 matches

by ArndW
Wed Aug 08, 2012 2:14 pm
Forum: General
Topic: EXECSH at the end of a job called by a sequence
Replies: 21
Views: 6889

I tested it again today, if an after-job call to EXECSH fails it returns a warning to the job - on Windows at 8.7
by ArndW
Wed Aug 08, 2012 10:44 am
Forum: General
Topic: EXECSH at the end of a job called by a sequence
Replies: 21
Views: 6889

If the EXECSH fails it creates a warning in the job log, isn't that sufficient to trigger a different action?
by ArndW
Wed Aug 08, 2012 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting Long Month Name from Date
Replies: 24
Views: 12123

"D-YMD[4,A3,2]"
by ArndW
Wed Aug 08, 2012 9:29 am
Forum: General
Topic: How to categorize user defined environment variables
Replies: 6
Views: 1127

I just played around and found that you can do the following: 1. Edit the DSParams file. 2. find the [EnvVarDefns] section in the file and locate the line with your parameter parameter definition 3. Replace the String "\User Defined\" with "\User Defined/{NewSection}\" 4. Save th...
by ArndW
Wed Aug 08, 2012 9:22 am
Forum: General
Topic: How to categorize user defined environment variables
Replies: 6
Views: 1127

Interesting, I haven't seen that done anywhere yet. But you've given me some ideas and my current project has a pageful of user-defined project parameters as well which I would like to organize into categories...
by ArndW
Wed Aug 08, 2012 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Integer to Date
Replies: 6
Views: 2694

Since you are in DataStage Server the error message is not from the conversion itself, but when that column is being written to your database, it is most likely using a different default format for dates. Once you convert your string to what the DB expects the job should work correctly.
by ArndW
Wed Aug 08, 2012 8:23 am
Forum: General
Topic: How to categorize user defined environment variables
Replies: 6
Views: 1127

Don't touch the DSParams file manually, it is easy to make a syntactical mistake and mess it up. You can add your own variable in the Administrator. Choose the project -> Properties -> Environment -> User Defined and add your own. They will be shown and listed in alphabetical order (of the descripti...
by ArndW
Wed Aug 08, 2012 6:59 am
Forum: General
Topic: Job is not in the right state (compiled and not running)
Replies: 60
Views: 17247

While the version might be old, the known bugs with multi-instance jobs back then were, as far as I know, all involving purge/auto-purge and the director log but it really is time to upgrade. If not, a reproduceable simple test case will be required by your support provider to get them to fix it.
by ArndW
Wed Aug 08, 2012 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Poor Performance post new DataStage Installation
Replies: 14
Views: 6170

1) Yes, it might be possible that one installation does and another doesn't insert sorts / repartitions but that would depend on your configuration settings. If you didn't explicitly change $APT_NO_PART_INSERTION or $APT_NO_SORT_INSERTION then both installations should execute the same score for job...
by ArndW
Wed Aug 08, 2012 5:21 am
Forum: General
Topic: Locks found on DS Admin
Replies: 2
Views: 680

Normally I would expect to see several locks from users with the designer and director open, but certainly not hundreds. Could you post a sample of the output of the "LIST.READU EVERY" command done from the administrator that will show what kind of locks are set on what objects.
by ArndW
Wed Aug 08, 2012 5:19 am
Forum: General
Topic: Disabling and Enabling the index ,Db is sql server 2008
Replies: 6
Views: 1598

Could you post your complete error message? Also, why aren't you doing a "ALTER INDEX [index] ON [table] DISABLE; GO;" which should be more efficient than droppig and re-creating.
by ArndW
Wed Aug 08, 2012 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading two or more files in a single job run
Replies: 7
Views: 2218

ssreeni3 - This is posted in the server forum, and the server sequential file stage does not offer this option.
by ArndW
Wed Aug 08, 2012 3:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading two or more files in a single job run
Replies: 7
Views: 2218

Yes, take a look at the server "folder file" stage, that will let you use wildcards and other rules to select files to process from a directory.
by ArndW
Wed Aug 08, 2012 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query on NextSurrogateKey() at 8.5
Replies: 7
Views: 2879

If it compiles and runs but shows up red in the designer, then the descriptor is missing from the DSParams file in the project and can be manually added. If it doesn't compile or run then you need to contact your service provider.
by ArndW
Wed Aug 08, 2012 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 load parallel instance
Replies: 1
Views: 1071

Have you turned on $APT_DUMP_SCORE and perhaps $APT_PM_PLAYER_TIMING to see how your processes are actually allocated?