Search found 102 matches

by iq_etl
Mon Jul 29, 2013 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The modify operator has a binding for non-existent output
Replies: 15
Views: 32739

Sure. In my parallel job, I have an input ODBC stage 'odbc_DBO_COGNOSBUDGETS' which reads rows from a table on an SQL server and goes to a Transformer stage called 'xfm_BUDGETS'. In the below messages, 'ID' is obviously a column. Here are the error messages: Warning (type): odbc_DBO_COGNOSBUDGETS: W...
by iq_etl
Sun Jul 28, 2013 7:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The modify operator has a binding for non-existent output
Replies: 15
Views: 32739

If you mean setting $OSH_PRINT_SCHEMAS to 'True', then yes and the error message tells me the name of the column (there are 5) and just used 'AAA' as an example name.
by iq_etl
Fri Jul 26, 2013 12:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The modify operator has a binding for non-existent output
Replies: 15
Views: 32739

I'm going to go ahead and continue this thread as well. I'm getting the same error on a table coming from an sql server. I'm using an ODBC Connector stage to connect to the table and have loaded the table definition and can in fact see the columns and table data when I select 'view data'. The column...
by iq_etl
Fri Jul 19, 2013 9:03 am
Forum: General
Topic: Pre-row and Post-row Counts
Replies: 1
Views: 1260

Pre-row and Post-row Counts

For each job that we run, we want to first collect the number of rows on the table, then after running the job, the number of rows now on the table. Also, we'd compare these and if there's a sufficient difference we plan to send an email so the ETL developers are notified. So, here's my question. Wh...
by iq_etl
Fri Jul 12, 2013 3:16 pm
Forum: General
Topic: Not able to add datasource in a job
Replies: 4
Views: 2845

Just wanted to add some information here in case it's useful to anyone else. We were getting the same error, and discovered (in our case) that the ASBNode service will refuse to start a listener on TCP port 31531 if you have the following empty config files in place: /path/to/datastage/ASBNode/conf/...
by iq_etl
Wed Jul 10, 2013 10:00 am
Forum: General
Topic: Data Connection vs Environmental Variables
Replies: 6
Views: 2655

Ray, Thank you for that confirmation. We had initially used $PROJDEF in our jobs, then moved to parameter sets in the hope of saving time, but found that we had to recompile the job each time we migrate the jobs into our production project. With $PROJDEF working for jobs that are migrating across pr...
by iq_etl
Tue Jul 09, 2013 6:45 am
Forum: General
Topic: Data Connection vs Environmental Variables
Replies: 6
Views: 2655

Thanks for the tip, Ray. I've got the Data Connection set up, but what I'm really hoping to do is use Data Connection in two different projects (Test and Production) with the test Data Connection point to Test and the production Data Connection pointing to Production. Currently, I've got the two dif...
by iq_etl
Mon Jul 01, 2013 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: importing Oracle table definition changes data type
Replies: 1
Views: 1136

importing Oracle table definition changes data type

Hello, We just converted from 7.5 to 8.7, and have noticed that when we import table definitions using the Oracle Connector Import Wizard, it is changing Char columns to NChar and VarChar2 to NVarChar. I have found references to this in previous posts and within the DataStage documentation, but I am...
by iq_etl
Wed Jun 26, 2013 1:57 pm
Forum: General
Topic: Data Connection vs Environmental Variables
Replies: 6
Views: 2655

Here's a follow-up question. I'm attempting to use some of our user defined Environmental Variables in a 'new' parameter set to attach to a Data Connection (Oracle Connector). I have been able to include the Environment Variables with no problem in other parameter sets that I've created. However, Da...
by iq_etl
Wed Jun 26, 2013 9:53 am
Forum: General
Topic: Data Connection vs Environmental Variables
Replies: 6
Views: 2655

Data Connection vs Environmental Variables

Hi all, We've recently migrated from 7.5 to 8.7 and shortly will go to 9.1 Enterprise Edition to make use of parallel jobs. Currently, we're connecting with environmental variables that are grouped in parameter sets. We're considering the Data Connection option though. Will the Data Connection provi...
by iq_etl
Wed Mar 02, 2011 3:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Load >2,000 byte string into Oracle using DataStage
Replies: 3
Views: 3643

thanks again Ray but the data was not loaded into the table.
by iq_etl
Wed Mar 02, 2011 3:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Load >2,000 byte string into Oracle using DataStage
Replies: 3
Views: 3643

data type

Thank you for your reply. The data type is VARCHAR2 if we use wire driver and NVARCHAR2 with nowire driver. We have tried LONGNVARCHAR and it gave a metadata mismatch error plus an 'invalid precision value' error. Try using Long VarChar as the data type in your metadata. What is the data type when y...