Search found 8 matches

by Tasneem
Wed Jan 11, 2006 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error accessing Parallel engine
Replies: 5
Views: 3831

Error accessing Parallel engine

Hi, I am facing a new fatal error. Error accessing Parallel engine; possible bad value for environment variable 'APT_ORCHHOME', or machine permission / resource problem accessing '/opt/Ascential/DataStage/PXEngine/bin/osh'. Please tell me what needs to be done. Also where can I find all these config...
by Tasneem
Tue Jan 03, 2006 12:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replace numeric string
Replies: 1
Views: 1128

Replace numeric string

Hi , I have a requirement where I need to trim any numeric occurence in a string. For eg: "abc2def6rg" should be made :"abcdefrg" The length of numeric string at any occurence is variant. I thought Ereplace function wud help,but for this requirement it is not of much use. Thanx,
by Tasneem
Wed Dec 21, 2005 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Select distinct records from Files
Replies: 22
Views: 8818

If u r sorting the records using the Sort stage,use the cluster key change feature to remove duplicates.
This works on the same logic as the StgVariables. :)
by Tasneem
Wed Dec 21, 2005 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to retrieve timestamps column from database
Replies: 5
Views: 2614

Hi,
If u r using OCI load stage ,on the Properties page in the Date format try using this format :YYYY-MM-DD.
Just chg those formats and try.
by Tasneem
Thu Oct 06, 2005 5:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Inner Join in the Join Stage
Replies: 4
Views: 2334

Hi, Sorry, due to an internal error my message got posted before completion. My application has the following input: COLUMNA COLUMNB 1 1 2 2 3 3 Then Output needs to be produced like: COLUMNA COLUMNB 1 1 1 2 1 3 2 1 2 2 2 3 3 1 3 2 3 3 I have used an Inner Join in the Join Stage where I get an outpu...
by Tasneem
Thu Oct 06, 2005 4:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using Inner Join in the Join Stage
Replies: 4
Views: 2334

Using Inner Join in the Join Stage

Hi,

My application needs an output of this kinf.

COLUMNA COLUMNB
1
2
by Tasneem
Sun Oct 02, 2005 1:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Added field has duplicate identifier()
Replies: 2
Views: 16342

Fatal Error: Added field has duplicate identifier()

Hi all, I have a complicated job where I look up on 7 tables and the match criteria for all is a Theater_Nr. The job after being compiled shows this fatal error :Fatal Error: Added field has duplicate identifier(): THEATER_NR [api/schema/schema.C:418] I have checked for all possibilities I can think...
by Tasneem
Fri Sep 30, 2005 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to get the correct output for a user-defined SQL
Replies: 2
Views: 1781

Unable to get the correct output for a user-defined SQL

Hi all, I am new to datastage. The current problem I am facing is that my query executes and gives the desired output when use PL/SQL developer. But when I paste the Same SQL in the SQL Query section In the Oracle Enterprise section,I get an output with the columns having NULL value. Is it something...