Search found 155 matches

by bala_135
Fri Jan 20, 2006 3:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execption Handler
Replies: 6
Views: 2048

Hi Craig/Ray,

Thank you very much.I understood how execption handler activity worrks.It really helped me.

Regards,
Bala.
by bala_135
Thu Jan 19, 2006 9:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execption Handler
Replies: 6
Views: 2048

Hi All, My Design looks something likes this Exeption hadler------->Job1-Job2--->Job3--and so on I can take only outputs from my exception Handler and the Exception handler variables are used only in the custom trigger condition of any of the activities.I am trying this but.it gives an compile are a...
by bala_135
Thu Jan 19, 2006 5:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execption Handler
Replies: 6
Views: 2048

Execption Handler

Hello All, I have a problem.I am using 10 jobactivities in a sequence and I am using Exception Handler in my sequence.But whenever I try to complile the sequence I getting the following "Error Job has no start point defined".I dont know how to proceed further.Anyone can let me how to recti...
by bala_135
Mon Jan 16, 2006 9:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Null Value tab in hashed file mnot enabled.
Replies: 4
Views: 1145

Hi Craig,

Thank you very much.Even I had the same thoughts.Now I can work on these lines.

Regards,
Bala
by bala_135
Mon Jan 16, 2006 4:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Null Value tab in hashed file mnot enabled.
Replies: 4
Views: 1145

SQL Null Value tab in hashed file mnot enabled.

Hi,

Can anyone let me know how to enable the SQL Null Value tab.
I have tried using an account name but its not getting enabed.Do I need to do something to make it enabled.

REgards,
Bala
by bala_135
Wed Jan 11, 2006 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error viewing data from Oracle
Replies: 18
Views: 7278

Hi Thiru/Eric, Thank you very much.I tried the following. APT_ORCHHOME\bin ;C:\Oracle\Ora81\bin;C:\Program Files\Oracle\jre\1.1.7\bin;C:\PROGRA~1\MKSTOO~1\bin;C:\PROGRA~1\MKSTOO~1\bin\X11;C:\PROGRA~1\MKSTOO~1\mksnt;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;;C:\Ascential\ODBCdrive...
by bala_135
Tue Jan 10, 2006 12:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command Stage
Replies: 5
Views: 1265

Hi Kumar_s/ArndW, Thanks I have used the stage varibale technique to remove duplicates.But here the scenario is I am using composite key to remove duplicates.Thats why I using some unix commands to remove the duplicates.The stage which which allows me to use the OS commands is command stage but that...
by bala_135
Mon Jan 09, 2006 11:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset management Utility shows different results
Replies: 11
Views: 4919

Thank you very much.I got it

REgards,
bala
by bala_135
Mon Jan 09, 2006 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command Stage
Replies: 5
Views: 1265

Command Stage

Hello All,

I want to get the unique rows from a transformer stage.I am trying to do this with the command stage.I am issuing OS commands(like uniq,sort) in the command tab but I am not getting the results as expected.Do I need to do something to achieve this.

Regards,
Bala
by bala_135
Mon Jan 09, 2006 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error viewing data from Oracle
Replies: 18
Views: 7278

Hi,

Still I could not resolve it. There is some configration issue with datastage.
Anyhow I am able to read and write the data through DynamicRDBMS stage but I am not sure of the pros and cons of this with Oracle stage.

Regarads,
Bala.
by bala_135
Mon Jan 09, 2006 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset management Utility shows different results
Replies: 11
Views: 4919

Hello AmeyVidhya/thebird,

It's working fine.Thank you very much.Kindly correct me if I am wrong in my understanding.Is this the case even if we keep seqential file as the target as the data's in link are virtual datasets eventhough there is no utility for that.

Regards,
Bala
by bala_135
Mon Jan 09, 2006 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset management Utility shows different results
Replies: 11
Views: 4919

Hello All, Kindly let me know where to find the control file path name.I have checked the APT_config_file it's prperly configured. I have copied the script generated in the data set management utility on clicking on the output tab. ##I TFSC 000001 12:13:22(000) <main_program> APT configuration file:...
by bala_135
Sun Jan 08, 2006 4:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset management Utility shows different results
Replies: 11
Views: 4919

Hello All,

Sorry for the confusions.It's columns not rows.ie 10 columns in view data and in the dataset management utility it shows 25 columns.

REgards,
bala
by bala_135
Sat Jan 07, 2006 6:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset management Utility shows different results
Replies: 11
Views: 4919

Dataset management Utility shows different results

Hello All, I am using some transformations and saving the result in a Dataset. I am mapping only few rows to the dataset(eg:25 rows only 10 rows to the dataset).When I viewing the data of the dataset it 's showing me only 10 rows but when I view the same in dataset Management utility it's showing al...
by bala_135
Mon Jan 02, 2006 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from String to Date
Replies: 2
Views: 1306

Conversion from String to Date

Hi, I have a column with Datatype varchar length 19.It's a date column.I wanted varchar type to be changed to date. I am trying the following. source field-> 5/1/2003 0:00:00 datatype- varchar length- 19 Transform function->StringToDate(DSLink8.First_Due_Date). Result---->********** Any suggestions....