Search found 42189 matches

by chulett
Mon Aug 16, 2010 6:41 pm
Forum: General
Topic: Changing Parameter Set values at runtime
Replies: 3
Views: 1463

ray.wurlod wrote:But writing from within the job will not affect the values that the job read when it started.
Of course, didn't mean to imply that and assumed that one process would handle setting up the new values before any subsequent processes needed them.
by chulett
Mon Aug 16, 2010 8:41 am
Forum: General
Topic: Server Routine output in Job sequence
Replies: 7
Views: 2519

Don't use the convert() there in the call to the routine, use it on the result of the call in the actual parameter assignment or wherever it is being consumed. See if that helps.
by chulett
Mon Aug 16, 2010 6:56 am
Forum: General
Topic: loading
Replies: 1
Views: 692

:!: I'm going to lock this thread before things get out of hand as it's not hard to imagine what kind of responses this will attract. dssubhani - please try again but this time: 1. Post in the forum tied to your job type. For PX questions, use the Enterprise / PX forum, for example. 2. Be way more s...
by chulett
Mon Aug 16, 2010 6:33 am
Forum: General
Topic: Run Multiple instance with max of 2 instances.
Replies: 8
Views: 2673

Why "in shell scripting"? That seems like a needless complication to me, I would do something like this in a Sequence or more likely hand coded "job control" code.
by chulett
Mon Aug 16, 2010 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Jobs Not Running
Replies: 28
Views: 16223

You sure it's not "Project is currently locked"? Couldn't find your message anywhere in the forums but this one I've seen myself.
by chulett
Mon Aug 16, 2010 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter to Oconv function
Replies: 7
Views: 4363

Short answer is "yes" but you should answer Arnd's questions so we have a better idea what is going on.
by chulett
Mon Aug 16, 2010 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project got Locked
Replies: 2
Views: 1123

Worst case, a reboot/restart would work but you could also use the DS.TOOLS menu to release excess locks from dead connections, which is what typically causes the error.
by chulett
Mon Aug 16, 2010 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to fire an update query using datastage job?
Replies: 23
Views: 15187

I'm getting an error for this as SQLSTATE=23000, DBMS.CODE=2601 [DataStage][SQL Client][ODBC][Microsoft][ODBC SQL Server Driver][SQL Server]Cannot insert duplicate key row in object 'dbo.CREFEE' with unique index 'ix_location_1'. Not really sure what "this" is anymore or how we got to ins...
by chulett
Mon Aug 16, 2010 6:03 am
Forum: General
Topic: Changing Parameter Set values at runtime
Replies: 3
Views: 1463

Not quite sure I follow but if your parameter set has an associated 'values file' then you can certainly write new values there 'at runtime' if desired.
by chulett
Sun Aug 15, 2010 5:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Runtime parameter using $UserStatus
Replies: 11
Views: 13612

You concatenate them together with the delimiter of your choice, in other words you create the delimited string to pass to the function. No change is needed in the function itself, all it ever does is take the passed in value, store it in UserStatus and then pass it back out. So rather than calling ...
by chulett
Sun Aug 15, 2010 2:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Runtime parameter using $UserStatus
Replies: 11
Views: 13612

You can put any number of values in $UserStatus - in a delimited string. Then your call to get any value back would just need to include the field number from the delimited string which you then parse out and return.
by chulett
Sun Aug 15, 2010 8:08 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: deploying the webservice
Replies: 14
Views: 7857

But the problem is you've been using the terminology wrong which confuses people and makes your actual issue harder to troubleshoot as we chase the wild gooses instead. So, now that things are a little clearer... I don't know about anyone else but I'd appreciate it if we can take a step back and get...
by chulett
Sun Aug 15, 2010 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer problem in WIN XP
Replies: 3
Views: 1523

Still don't see how that is any kind of "legal UNIX pathname" with that equal sign in there. Is that is some magic MKS way to designate the drive letter? :?
by chulett
Sun Aug 15, 2010 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: empty file
Replies: 7
Views: 2508

Why? Because I made the silly assumption that (since we're here) the question was not simply how to create an empty file but how to create an empty file using a DataStage job. It's unclear just how "empty" they want it to be, so I was also assuming it should be empty of data but still hav...
by chulett
Sat Aug 14, 2010 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: to change commit level
Replies: 3
Views: 1808

It should, yes, hence the recommendation. Transaction Size = Commit Level.