Search found 128 matches

by oacvb
Mon Sep 29, 2008 5:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence gone haywire
Replies: 19
Views: 6962

How to clear &PH& files, Please help me.
by oacvb
Sun Oct 21, 2007 6:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connection Issue
Replies: 4
Views: 3008

Thanks for your input. Sad part is i am not using Oracle 7, It's Oracle 10. I could able to connect the new oracle db server & Oracle DB from Unix Server(Where DS is installed). I could able to do write select,insert commands from Unix Server.
by oacvb
Fri Oct 19, 2007 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connection Issue
Replies: 4
Views: 3008

ODBC Connection Issue

Hi, I wanted to connect to a new DB Server, so i added the entries in UVDOBC.config and .odbc.ini files and got the following error. ODBC_2: DSD.BCIConnect connecting to ictp, call to SQLConnect failed. SQLSTATE=08004, DBMS.CODE=0 [DataStage][SQL Client][ODBC][DataDirect][ODBC Oracle Wire Protocol d...
by oacvb
Mon Apr 16, 2007 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Nullability
Replies: 5
Views: 2167

Hi,

Since you are converting NULL values to 0 in your query setting up the Null property at aggregator doesn't have any impact. Hence you are getting the same result.
by oacvb
Tue Mar 27, 2007 12:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to reject the rows that not in the parent table???
Replies: 22
Views: 7992

Lookup is ODBC stage, How about source? Is it again ODBC?If so, can you join both table in source ODBC through SQL query (Make sure performance is not affected), if so no need to have the look up.
by oacvb
Mon Mar 26, 2007 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: refersh user defined environment variables
Replies: 4
Views: 1348

When you are adding environmental variable in job, directly it will apply the value set from environmental variable. To reflect the change, instead of having value of environmental variable, mention this $PROJDEF. it will take directly the value from environmental variable. Please see the below defi...
by oacvb
Mon Mar 26, 2007 12:53 am
Forum: General
Topic: Link Count
Replies: 27
Views: 13691

Remove the routine from transformer stage, let the job complete. Change the routine to pass the file name as parameter and in the routine write the result (row count) in the file. Call the routine after completion of job through After-Job subroutine. Hope it will help you.
by oacvb
Fri Mar 16, 2007 1:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Timeout Expired Error
Replies: 18
Views: 16774

It could be either Data Base or Network. Check with Database, Call a Stored Procedure which runs for more than 20 minutes (Since you speicified 20 Minutes) through toad or sql plus, after 20 minutes if SP is running still (You can use DBA to check the process), then talk with your network admin. If ...
by oacvb
Thu Mar 15, 2007 7:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle - NoWait error
Replies: 5
Views: 2809

No need to issue Commit while Truncating. So check with some other process when it happens as well check with your DBA.
by oacvb
Thu Mar 15, 2007 7:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle - NoWait error
Replies: 5
Views: 2809

Chulet is right. One process might require exclusive access to the table (Might be for truncate table) but another process might have hold the table for inserting record. So the first process waits for the table for the specific period, if it didn't get the acess then it will result to your error. S...
by oacvb
Thu Mar 15, 2007 7:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Run Condition
Replies: 5
Views: 2207

Write a Stored Procedure and check for the existence of record for current day, if it's available throw an exception else insert a record in control table then it proceed as you want. Call the Stored Procedure from job. Hope it satisfies your requirement.
by oacvb
Mon Mar 12, 2007 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: load Problem from sequential file
Replies: 14
Views: 6806

Please correct me if i am wrong, You are not able to see the value of one column through toad but the length of the column gives the correct value. If so try to see the data from SQL prompt. As well view the data from sequential file from Data Stage Designer (Sequential File --> View Data) and check...
by oacvb
Mon Mar 12, 2007 4:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transaction handling in Parallel jobs
Replies: 23
Views: 8064

I didn't say you are referring Version 7. I just told the difference. Load will work as Oracle Bulk Loader. Hope it clears.
by oacvb
Mon Mar 12, 2007 4:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-12154 Error and Possible Job Corruption
Replies: 17
Views: 7876

What are the info you are passing from Sequential File to Transformer and then to STP. Just curious, Are you passing any db details (Login, Password, Schema) from sequential file?
by oacvb
Mon Mar 12, 2007 3:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Director
Replies: 9
Views: 3320

Login to Data Stage Administrator and Enable the property which is at Project level.