Search found 15603 matches

by ArndW
Tue Oct 23, 2007 10:35 pm
Forum: General
Topic: How to use MODIFY STATE ? help please
Replies: 12
Views: 2885

It looks like you cannot get rid of the message unless your source string is fixed length, I've experimented around a bit. You can always suppress the message from the log and it might be worth submitting the problem to your support provider.
by ArndW
Tue Oct 23, 2007 10:07 pm
Forum: General
Topic: How to use MODIFY STATE ? help please
Replies: 12
Views: 2885

tini - did you use 13 instead of 14 as the string end position? How did you declare this new column in your metadata? Somewhere you have specified this as unbounded, which is where the warning is coming from.
by ArndW
Tue Oct 23, 2007 9:53 pm
Forum: General
Topic: How to use MODIFY STATE ? help please
Replies: 12
Views: 2885

Try

Code: Select all

targetfield:string[14]=substring[0,13](sourcefield)
That will give you a lenght of 14, not 15 as you are currently doing.
by ArndW
Tue Oct 23, 2007 9:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLinkInfo to get the DSJ.LINKROWCOUNT
Replies: 6
Views: 2224

The link row counts will work if called from the after-job subroutine.
by ArndW
Tue Oct 23, 2007 7:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Locked
Replies: 2
Views: 936

The "cleanup resource" method will result in lost data if the job is locked because it is running; if the job is locked for editing then just the changes since the last save will be lost.
by ArndW
Tue Oct 23, 2007 5:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file (100 % hard disk usage)
Replies: 8
Views: 2219

The only tuning you can do in this case that would make any difference is to pre-set the MINIMUM.MODULUS to a higher number. You will still end up with 100% I/O activity.
by ArndW
Tue Oct 23, 2007 5:39 pm
Forum: General
Topic: How to use MODIFY STATE ? help please
Replies: 12
Views: 2885

Specify an explicit length of 14 for your new string and the warning will go away.
by ArndW
Tue Oct 23, 2007 5:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invacation ID
Replies: 21
Views: 4955

JoshGeorge - in the context of the user working with instanciation, the job is almost certainly not "runnable" because it is already running; not because it aborted on the last run.
by ArndW
Tue Oct 23, 2007 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hash file (100 % hard disk usage)
Replies: 8
Views: 2219

Ray answered your question in the publicly visible portion. You don't have a problem, so there is no solution. If you wish to speed this up you will need to talk to your system administrator and discuss what options you have on your hardware platform and UNIX OS to tune I/O buffers.
by ArndW
Tue Oct 23, 2007 5:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invacation ID
Replies: 21
Views: 4955

Kaps - that error happens when you try to run a job that is running; which means that your Invocation ID is not unique.
by ArndW
Tue Oct 23, 2007 3:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Preclude direct parallel loading unless an index option
Replies: 2
Views: 5270

You need to read the help files, they describe your options in detail. You need to set the index option to mainenance or rebuild; but you also need to understand the implications so you really should read the docs before adding this option.
by ArndW
Tue Oct 23, 2007 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exporting the Project: read only items were ignored problem
Replies: 7
Views: 1500

The read-only objects are DataStage builtin routines and they do not need to be exported, as they are present in all projects. You can safely ignore this message.
by ArndW
Tue Oct 23, 2007 2:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where can I enable the NLS setting???
Replies: 14
Views: 6096

re-running the installer and specifying NLS will do what you requested, but you really should follow what Ray just suggested and go through the documentation. Once you have NLS you cannot go back.
by ArndW
Tue Oct 23, 2007 1:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can any one look into this????
Replies: 13
Views: 3388

Have you though about just using 3 Oracle Enterprise stages and linking the 3 streams using a funnel stage?
by ArndW
Tue Oct 23, 2007 1:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to connect database from datastage
Replies: 4
Views: 3235

Vinita, there are few things as frustrating at DSXChange as having someone post that they are getting an error and need help in solving it - but they never post the actual error message. Ray is still developing the "RMM" stage (read-my-mind) but that won't be available until the telepathy protocol i...