Search found 15 matches

by wenfei.chen
Thu Nov 01, 2007 8:32 am
Forum: General
Topic: Import Stored Procedure - Oracle
Replies: 3
Views: 2262

Re: Import Stored Procedure - Oracle

The answer is YES. You need to set up a DSN in .odbc.ini and uvconfig under your project.
by wenfei.chen
Fri Oct 26, 2007 7:49 am
Forum: General
Topic: Creating Recursively Hierarchical XML files using DataStage
Replies: 11
Views: 10504

Re: recursive XML

I already figured it out by using or XSLT or XPath. If use XPATH, use ../@employeeno for parent, //EMPLOYEE/@employeeno for the current node. for XSLT: <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="...
by wenfei.chen
Wed Oct 24, 2007 9:34 am
Forum: General
Topic: Creating Recursively Hierarchical XML files using DataStage
Replies: 11
Views: 10504

recursive XML

Now I have similar problem. I want to read the recursive XML into different tables. For example: <EmployeeNo 100> Name='a' <EmployeeNo 102> Name = 'b' </EmployeeNo> <EmployeeNo 201> Name = 'c' </EmployeeNo> <EmployeeNo 103> Name = 'z' </EmployeeNo> </EmployeeNo> which means c reports to b. b and z r...
by wenfei.chen
Fri Oct 12, 2007 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TeraSession: cli rejected buffer : Any one encountered this.
Replies: 6
Views: 5038

Re: TeraSession: cli rejected buffer : Any one encountered t

Is that the only message you got from Director?
DS_FocusGroup wrote:Al_Address_Name_Link_FL,0: TeraSession: cli rejected buffer write, stall #0 of 0.
by wenfei.chen
Fri Oct 12, 2007 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TeraSession: cli rejected buffer : Any one encountered this.
Replies: 6
Views: 5038

Re: TeraSession: cli rejected buffer : Any one encountered t

Is that the only message you got from Director?
DS_FocusGroup wrote:Al_Address_Name_Link_FL,0: TeraSession: cli rejected buffer write, stall #0 of 0.
by wenfei.chen
Mon Sep 17, 2007 2:18 pm
Forum: IBM QualityStage
Topic: Licensing Error: Could not find a license
Replies: 5
Views: 3622

Thank you very much, Ray. Even though I can't read all your content. I have the solution now. Could you please give me a discount to join the Premium Membership? As a return, I will post the complete solution. :P
by wenfei.chen
Thu Sep 13, 2007 9:29 am
Forum: IBM QualityStage
Topic: Licensing Error: Could not find a license
Replies: 5
Views: 3622

Re: Licensing Error: Could not find a license

I got this error message too. I already input the PX auth code. Does anyone konw this issue?
by wenfei.chen
Fri Aug 24, 2007 9:54 am
Forum: IBM QualityStage
Topic: QualityStage 7.5 repository
Replies: 2
Views: 2065

I went through the whole forum and find the answer. QS is not a true c/s architeture. You got to do a export/import if you want to share the jobs with others or migrate to other environment. And version 8 fix this problem, works like DataStage.
by wenfei.chen
Fri Aug 24, 2007 8:19 am
Forum: IBM QualityStage
Topic: QualityStage 7.5 repository
Replies: 2
Views: 2065

QualityStage 7.5 repository

I am new to QualityStage. I installed QualityStage Server on Unix and QualityStage Designer on my desktop. When I ran QS designer, it created a access database as repository. I went through the documents, it seems that QS doesn't have a central repository on the Server side. I am wondering how can s...
by wenfei.chen
Fri Jul 20, 2007 11:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling for dates/timestamps in MOdify Stage
Replies: 13
Views: 12295

Re: Null handling for dates/timestamps in MOdify Stage

My source column is a NULLABLE value, but it needs to get dumped into target column that is NOT NULLABLE, so i have the modify stage to convert the nullability and am using the HANDLE_NULL function in specification.. but how do i do this 1) Set the default date to 1/1/1901 if source value is null 2...
by wenfei.chen
Fri Jul 20, 2007 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: share connection between EE and TeraData
Replies: 3
Views: 2664

share connection between EE and TeraData

I installed 64 bit TeraData CLI V2 and the connection between TeraData and DataStage didn't work. And then we find out that DataStage is 32 bit application, it just support 32 bit DataBase client. And for TeraData, the database user must have creat, insert, update and delete permission, otherwise, y...
by wenfei.chen
Wed Jun 06, 2007 9:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: why to use copy stage .....
Replies: 7
Views: 3786

Re: why to use copy stage .....

You can drop or change the order of columns. You can have extra copies for backup purpose.
by wenfei.chen
Wed Jun 06, 2007 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: share string comparison
Replies: 1
Views: 1117

share string comparison

I wrote a function which can extract number out from a .ini file, it will return string number like "25". My server job will call this function and assign the output value to a stage variable: stagevar. My job is to fileter out the records that column DUE is greater than that stagevar. At ...
by wenfei.chen
Thu May 18, 2006 12:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: IBM DB2 Load Stage
Replies: 9
Views: 3938

Re: IBM DB2 Load Stage

It is really an old post. I encountered the same problem today. ETL server and DB2 reside on different machine. Does anyone know how to point 'Directory for Data and Command Files' to the DB2 box? It will be ok if I point it to ETL server dirctory. Please forgive me if this is simple, but I am runni...