Search found 13 matches

by abby
Sun Jun 03, 2007 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sybase OCI Stage
Replies: 1
Views: 1183

Sybase OCI Stage

Hello All, I am using Sybase OCI stage for database connectivity in our jobs. After searching through the earlier posts and queries I could not get a satisfactory answer to the following questions : :?: 1. How does the Sybase OCI stage internally connects to the server. Are named pipes used in the O...
by abby
Wed Jun 21, 2006 12:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Proc/Unix Script/DS Routine : which is better ?
Replies: 1
Views: 1467

Stored Proc/Unix Script/DS Routine : which is better ?

Hi All, I'm facing an issue to perform a validation in my job. The job reads an input file and validate one of its fields against a look-up table. While validating I need to see if this value exists in the look-up table and if so, I need to fetch other column's value from the lookup table and mark t...
by abby
Thu Apr 13, 2006 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MetaStage_Loc_Info table error
Replies: 5
Views: 7673

Thanks very much Ray and lstsaur to provide me the necessary information.
by abby
Wed Apr 12, 2006 11:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MetaStage_Loc_Info table error
Replies: 5
Views: 7673

MetaStage_Loc_Info table error

Hi Everyone, I am wondering where the table 'MetaStage_Loc_Info' resides.There's no such table existing on the database. I had a look on earlier discussions for the same where Ray Wurlod suggests that "The job is running in MetaStage proxy mode, and DataStage is attempting to determine informat...
by abby
Tue Apr 04, 2006 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in 'open()' - Permission denied
Replies: 1
Views: 2225

Error in 'open()' - Permission denied

Hi, I'm executing a job on DS 7.5 migrated from DS 7.1. Issue : One particular job is unable to load the data from a file kept at some specific path. The file has got the required access permissions. However, the file data can be viewed from the Designer by specifying the file name and the same path...
by abby
Thu Feb 09, 2006 2:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to capture return values from Database?
Replies: 2
Views: 1425

Abby, what stage are you using to write to which database and what is teh warning message you are getting? I am using SybaseOC stage for database insertion into the Sybase Database and the warning message looks like : "Sybase Server message 0 (severity 10) from stored procedure 'ti_counties', ...
by abby
Thu Feb 09, 2006 1:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to capture return values from Database?
Replies: 2
Views: 1425

How to capture return values from Database?

Hi All, I'm observing a strange problem to handle the return value from one of the insert triggers. I'm trying to insert some records in a table with key column having auto-incremented Id value. So, for each insert the insert trigger returns the next Id value which I'm not aware how to capture in th...
by abby
Sat Feb 04, 2006 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Update query
Replies: 5
Views: 2551

Problem with Update query

Hi folks, I am trying to execute a simple update query like : Update <tablename> Set <column_name> = <new_value> where <column_name> = <old_value> But, I am stuck up when the column to be changed is a part of composite key for that table. Since, the generated query for Update statement will pass onl...
by abby
Wed Feb 01, 2006 12:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null value handling
Replies: 5
Views: 2403

Hi, Placing a @NULL as the derivation of a column in a transformer stage should work, if the column is nullable by DB definition. When you say a mandatory coulmn I assume the column is defined as not null in the DB which won't allow this kind of data, or rather lack of data in the column. So if you...
by abby
Wed Feb 01, 2006 12:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null value handling
Replies: 5
Views: 2403

Thanks for the prompt help !!!!

It really worked....and the problem seems to be rectified now.
by abby
Tue Jan 31, 2006 11:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Null value handling
Replies: 5
Views: 2403

Null value handling

Hi, I have been struggling to insert a Null value into one of the mandatory column(which allows Char data only) when no value is passed to it. The problem area is : I am trying to load data from a sequential file to the Sybase database. The last column in the row is mandatory but if no value is pass...
by abby
Tue Jan 03, 2006 6:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job not responding in the JobSequence
Replies: 2
Views: 1292

Hello ArndW, Thanks very much for the inputs!!! Well, as far as locks are concerned there were no locks on any of the tables in use. Also, the Director logs does not provide any information on the number of rows processed. Apart from this, there are no capture files created against the required user...
by abby
Fri Dec 30, 2005 4:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job not responding in the JobSequence
Replies: 2
Views: 1292

Job not responding in the JobSequence

I have encountered one issue wherein an insert job(in the sequence) kept executing for a long time (abt 5 hrs) without actually affecting the table. Before this insert operation, a delete operation(in the same sequence job) was successfully done on the same table. I am not sure as to why this insert...