Search found 142 matches

by pxraja
Mon May 18, 2009 12:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stoping & Restarting Repository Database while server ba
Replies: 8
Views: 4737

Thank ray, I understand the steps to be followed are 1) Stop DataStage 2) Stop the ASB agent 3) Stop Websphere Application Server 4) Stop the database instance for the XMETA repository Back up the server 5) Start the database instance for the XMETA repository 6) Start Websphere Application Server 7...
by pxraja
Wed May 13, 2009 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer job if it fails
Replies: 6
Views: 2184

Hi, in administrator enable "add checkpoints so sequence is restartable on failure" in Project Properties/sequence tab and enable "Automatically handle activities that fail" either of the things may help you to solve, I used to compile the job which is aborted and i had run the s...
by pxraja
Fri Apr 17, 2009 5:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCONV failed - NLS mapped to default
Replies: 1
Views: 1040

OCONV failed - NLS mapped to default

Hi All, I am getting following warnings in one of my job, where i am using default nls name: ISO8859-1 due to this warning, datas are rejected DSD.BCIPut call to OCONV failed. Column: "Column Name", NLS mapname: ISO8859-1, Column data (after conversion): ?20816288, Column data (in hex, bef...
by pxraja
Mon Apr 13, 2009 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling scripts using Execsh
Replies: 8
Views: 2631

Pass in yesterday's date as a job parameter. Use it in both the ExecSH call and the Sequential File stage. ... thanks for your reply, but I need some more input on how to get previous date as the parameter please trigger some ideas I can get yesterday's date in a stagevariable using the code: Oconv...
by pxraja
Fri Apr 10, 2009 4:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling scripts using Execsh
Replies: 8
Views: 2631

Exactly, simply put the full path to the script in the Input Values field along with any parameters if needed. And you can use job parameters in any portion of that. If needed. ... In my script I am saving the wordcounts of CSV files to /opt/IBM/count_<<yesterdays date>.txt and i need to call this ...
by pxraja
Thu Apr 09, 2009 4:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: calling scripts using Execsh
Replies: 8
Views: 2631

calling scripts using Execsh

Hi All, I want to know how to call the shell script using ExecSH (before job subroutine) my script is in the path /opt/IBM/test.ksh Also i want to find the materials regarding the commands for ExecTCL that can be used in datastage. any suggestions and guidance will be most welcome. thanks in advance
by pxraja
Wed Feb 25, 2009 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: fork error
Replies: 2
Views: 1886

fork error

Hi all, This is production error, job has been running successfully but I am getting this error whereas some other jobs are running in parallel OpenPath failed for - 0403-030 The fork function failed. Too many processes already exist.): DSD.BCIOpenR call to OCONV failed. DSD.BCIClose call to SQLDisc...
by pxraja
Mon Feb 16, 2009 1:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller problem: Error calling Job
Replies: 2
Views: 2085

Controller problem: Error calling Job

Hi All, I am facing the below problem in production now-a-days in one of the sequence, getting aborted for the following error Controller problem: Error calling DSRunJob(Job name), code=-99 [General repository interface 'other error'] Note: Job is running when it is compiled and run separetly but th...
by pxraja
Fri Jan 02, 2009 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error on import
Replies: 2
Views: 1943

error on import

Hi all, I am getting the following error while importing the datastage components. first time it has taken more than 30 hrs to import so i manually cancelled the import , then i tried to import the same dsx file and overwrite the existing jobs but during this error window appears and my import got c...
by pxraja
Mon Nov 24, 2008 9:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc error while fetching data
Replies: 8
Views: 5564

Or just use a double-quoted name in the Table field. ... Hi Ray, double-quoted name in the table field means where do you mean to say, in ODBC stage or SQL table structure? I tried in ODBC stage its not accepting quotes in column name as well as in the derivation field. Andrews idea works but I wan...
by pxraja
Mon Nov 24, 2008 3:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc error while fetching data
Replies: 8
Views: 5564

It sounds like you have embedded spaces as Ray surmised. You will need to quote them in order to have DataStage use them correctly. ... So where I should do this, at database level or datastage level. what I have understood is the quotes should be give in the table in sql database. Is that right? o...
by pxraja
Sun Nov 23, 2008 10:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc error while fetching data
Replies: 8
Views: 5564

Table names containing space characters have to be quoted. Is yours? ... Hi Ray, I do not have sql installed in my machine, I have the access to import the table definition from the sql server, when i am doing this I cannot able to view the data, its throwing error like as follows.. DSBrowser..ODBC...
by pxraja
Sun Nov 23, 2008 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc error while fetching data
Replies: 8
Views: 5564

odbc error while fetching data

Hi all, I want to fetch data from sql server database and load it in oracle database. But sql server database has the table with fields having space between., like, Policy No Number Item code Number while trying to fetch the data from sql server I am unable to fetch the data and I am not able to vie...
by pxraja
Sat Nov 15, 2008 3:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Order By before Hashed Stage
Replies: 11
Views: 3416

Now I need to check if the records coming from source are present in my LookUp. If yes I need to take forward the corresponding fields also from the Lookup reocrds. Here when I order By the Lookup records by Policy Number (Which is numeric DataType) I get the Lookup logic correct i.e. if records ar...
by pxraja
Sat Nov 15, 2008 3:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Order By before Hashed Stage
Replies: 11
Views: 3416

Now I need to check if the records coming from source are present in my LookUp. If yes I need to take forward the corresponding fields also from the Lookup reocrds. Here when I order By the Lookup records by Policy Number (Which is numeric DataType) I get the Lookup logic correct i.e. if records ar...