Search found 42189 matches

by chulett
Thu Jun 02, 2016 11:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP error
Replies: 3
Views: 1676

Sounded more like 'I accidentally checked the Create Table option' to me... and yes, you would need a value for column's precision for Oracle to be able to create the table. If that's really what they wanted.
by chulett
Thu Jun 02, 2016 11:04 am
Forum: General
Topic: Insight at World of Watson
Replies: 4
Views: 1573

I think I agree!
by chulett
Thu Jun 02, 2016 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RCP error
Replies: 3
Views: 1676

Carefully read the error message again... it's not a RCP error, per se.
by chulett
Wed Jun 01, 2016 9:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector stage for stored procedures execution
Replies: 15
Views: 8840

You really should push back, use the right tool for the job rather than just say that it's "not an option" for you. :? I am getting below error when I use the Exec statement in SQL Where exactly in the stage are you trying to execute the procedure? How exactly do you have everything set? W...
by chulett
Wed Jun 01, 2016 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector stage for stored procedures execution
Replies: 15
Views: 8840

Your Admin is... incorrect, I'm afraid. The Stored Procedure stage exists all the way up to the most current 11.x version and is what you should be using IMHO. Here is a documentation link for 8.7 which shows support for SQL Server and shows where you should set it to a "Source" for use as...
by chulett
Wed Jun 01, 2016 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector stage for stored procedures execution
Replies: 15
Views: 8840

So, it is your version that doesn't allow you to use the Stored Procedure stage, as in SQL Server is not supported? I seem to recall it supporting ODBC, however, even way back in 8. That being said, what kind of 'values' does it return - something that needs to be check or processed by the job or ar...
by chulett
Wed Jun 01, 2016 10:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector stage for stored procedures execution
Replies: 15
Views: 8840

So... an Oracle connector to run a SQL Server procedure using ODBC?
by chulett
Mon May 30, 2016 10:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Connector "After SQL statement"
Replies: 8
Views: 4428

Okay... "update some data" is still pretty darn vague. Is something about this stopping you from using a simple DML statement to do the update? And why all the questions about put_line, anonymous blocks, error logging, exception handling and such? That would imply much more is needed than ...
by chulett
Sun May 29, 2016 11:09 pm
Forum: General
Topic: How to pass parameters to a generic job script?
Replies: 12
Views: 6494

That's funny - all these years living over a UNIX basement and I don't ever really think of using "unset". I'm typically defining variables unique to process environments outside of our daily job runs and either not setting them unless needed or for Boolean values explicitly setting them t...
by chulett
Sat May 28, 2016 12:42 pm
Forum:
Topic: How to load Extended Data Mapping and Source
Replies: 8
Views: 7347

:idea: How about starting a new post and letting us know exactly what issues / questions you are having? We can always link back to this one if it proves to still be relevant.
by chulett
Sat May 28, 2016 7:18 am
Forum: General
Topic: How to pass parameters to a generic job script?
Replies: 12
Views: 6494

Sure but basically the same thing. Either set it an empty string first regardless and then set it to your parameter list when it needs it or simply leave it not set in the process's environment and then only set it when needed. In either case it be "empty" and will just basically not appea...
by chulett
Fri May 27, 2016 11:29 am
Forum: General
Topic: Columns do not line up on emailed reports
Replies: 13
Views: 4185

I'd also be curious what exactly what see it in Outlook means? You mean the preview pane while still inside the Outlook email? Or after double-clicking the attachment so it opens up in another tool? Assuming the former as the latter would open a csv file in Excel... and if changing the extension mak...
by chulett
Fri May 27, 2016 11:25 am
Forum: General
Topic: Columns do not line up on emailed reports
Replies: 13
Views: 4185

Perhaps try using a ".txt" extension rather than ".csv"?
by chulett
Fri May 27, 2016 10:14 am
Forum: General
Topic: check job status in routine without waiting for completion
Replies: 10
Views: 3580

Yes, true... that is exactly what they are for.
by chulett
Fri May 27, 2016 7:23 am
Forum: General
Topic: job control process (pid xxxx) has failed
Replies: 9
Views: 3638

However, I will say that in my experience when you see something like this:

A fails. Sometime later with no changes or intervention, A runs fine.

This is usually resource related. As in a lack thereof.