Search found 42189 matches

by chulett
Fri Jun 17, 2016 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Parameter in Stored Procedure stage
Replies: 3
Views: 3047

First off, this is incorrect: 2) Procedure Type: Transform That would mean it is in the middle of a job with input and output links. Yours should be set to 'Target'. Also note that there absolutely needs to be "metadata" there, meaning your row generator should be sending the single column...
by chulett
Fri Jun 17, 2016 7:35 am
Forum: General
Topic: Job sequence failed with unknown reason
Replies: 11
Views: 2895

All that is happening here is the job that the Sequence is running, the "does nothing but create 10 rows" job which you said "works fine", is aborting. The sequence job's log shows it being reset and run, meaning it had aborted before and needed to be reset before it could be run...
by chulett
Wed Jun 15, 2016 3:34 pm
Forum: General
Topic: Error when starting EngMonApp and ResMonApp
Replies: 3
Views: 4007

Help us understand your situation. Is this something that was working and has stopped working? Or from your comments is this part of an installation attempt, i.e. a new installation and you are trying to get them to start for the first time?
by chulett
Wed Jun 15, 2016 11:13 am
Forum: General
Topic: Create parameter from the result of a SQL query
Replies: 4
Views: 1531

thiagobertho wrote:I have to use a routine?
Yes, and hopefully this conversation on the topic helps.
by chulett
Wed Jun 15, 2016 6:02 am
Forum: General
Topic: Timed out while waiting for an event,code=-14
Replies: 5
Views: 2243

Re: Timed out while waiting for an event,code=-14

Developer9 wrote:Admin Team Prefers us to do at job level.
Yeah... no.
by chulett
Tue Jun 14, 2016 12:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage 11.5 RCP Oracle 12c Varchar field issue.
Replies: 3
Views: 4573

So... as a total SWAG on my part... is there a way to include the extended "Unicode" property in the schema file?
by chulett
Tue Jun 14, 2016 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connections details in Store Procedure stage
Replies: 4
Views: 2462

Re: Connections details in Store Procedure stage

Okay, fair enough. The only reason I asked was because you said you were "facing issue": I am facing issue while parameterizing the connection details It would have been better to simply ask for help, for guidance on how to parameterize them. And Ray has covered that, let us know if you ha...
by chulett
Mon Jun 13, 2016 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP not working for Salesforce Server Package stage
Replies: 6
Views: 5911

You did catch the fact that the "bug" they are going to fix is removing the RCP button/checkbox as it is not valid with SF, yes? Not making it work somehow. Just double-checking. Or perhaps you can check to see if perhaps it should / will be supported now...
by chulett
Mon Jun 13, 2016 10:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connections details in Store Procedure stage
Replies: 4
Views: 2462

What kind of issues, exactly?

And sorry, but just to be pedantic it is the stored procedure stage.
by chulett
Sun Jun 12, 2016 4:20 pm
Forum: General
Topic: Starting services always takes two attempts?
Replies: 6
Views: 3056

eostic wrote: ...where karge is hundreds of stagrs?
Guess I need to get caught up on the latest techno-babble. :?
by chulett
Fri Jun 10, 2016 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cross Database Access not supported for this type of command
Replies: 4
Views: 3536

Why not just do this "in job" rather than burying it in the After SQL?
by chulett
Fri Jun 10, 2016 6:29 am
Forum: General
Topic: Dynamic array notation in sequences
Replies: 14
Views: 3857

Thanks Ray, I was really hoping someone else would pop in here and help out. Ray for one is always championing using the right tool for the right job and that means Server jobs when there's really no need for all the overhead of a Parallel one to do something pretty straight-forward, like as a timel...
by chulett
Thu Jun 09, 2016 12:05 pm
Forum: General
Topic: Dynamic array notation in sequences
Replies: 14
Views: 3857

Okay. Just to level set, I assume this job to produce those files is a Parallel job. If so, are you at one of those shops where Server jobs are forbidden? You could easily use one to read the table and build a 'ready to go' delimited string and actually use the true USERSTATUS area to pass that alon...
by chulett
Thu Jun 09, 2016 11:34 am
Forum: General
Topic: Dynamic array notation in sequences
Replies: 14
Views: 3857

Okay, fair enough... what exactly is the job in the Job Activity stage doing to generate the email address list? Guessing it gets them from a table somewhere and then writes a delimited list out to a file? Clarify that for us please and we'll see if we can improve this part of the process for you.
by chulett
Thu Jun 09, 2016 9:06 am
Forum: General
Topic: Dynamic array notation in sequences
Replies: 14
Views: 3857

Okay, in that context... There's no reason to go through all of those steps for "dynamic" parameters, be it in a sequence or otherwise. That is a very old school approach, something we had no choice but to do Back In The Day as there was no other mechanism. Well, other than USERSTATUS whic...