Search found 27 matches

by shails
Wed Mar 28, 2012 2:04 pm
Forum: IBM QualityStage
Topic: Quality Stage Reference match help
Replies: 2
Views: 5015

Re: Quality Stage Reference match help

What are your cut-off values? Change the cut-off values and see if that gives you the desired output.
by shails
Tue Mar 27, 2012 2:22 pm
Forum: IBM QualityStage
Topic: Quality Stage Reference match help
Replies: 2
Views: 5015

Re: Quality Stage Reference match help

What columns are used for blocking and matching in reference match specification?
by shails
Tue Mar 20, 2012 4:49 am
Forum: IBM QualityStage
Topic: Modifying PAT file
Replies: 4
Views: 4276

Here is the code under input patterns. *. CALL Periods 0*. ; RETYPE [1] 0 0*, ; RETYPE [1] 0 *- | - | RETYPE [1] 0 *W="NURSE" | W="PRACTITIONER" RETYPE [1] S "NP" "NP" RETYPE [2] 0 *- | S | - | $ ; ; -ARNP- RETYPE [1] 0 RETYPE [3] 0 *- | S | $ ; ; -ARNP RETYPE...
by shails
Mon Mar 19, 2012 10:03 pm
Forum: IBM QualityStage
Topic: Modifying PAT file
Replies: 4
Views: 4276

Hi Staurt, Thanks for your reply. I modified my original post with correct input data. This is happening only when the first 2 words in the firstname are same. I checked my classification table and lookup tables and I dont see any terms matching the formats AB/BB. I see spaces added after each word ...
by shails
Mon Mar 19, 2012 7:57 pm
Forum: IBM QualityStage
Topic: Modifying PAT file
Replies: 4
Views: 4276

Modifying PAT file

I created a custom rule set based out of USNAME ruleset for name standardization. Input to the ruleset must be in this format - ZQ,FirstName,ZQ,MiddleInitial,ZQ,LastName When I pass repeated words to FirstName column, I see that the spaces are not preserved. For example, if I pass input string - &qu...
by shails
Tue Dec 07, 2010 4:54 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: More than one join in a data rule
Replies: 1
Views: 2652

More than one join in a data rule

Hi, Can 3 tables be joined together in one data rule as below. TableA_colB in_reference_column TableB_colB AND TableA_colC in_reference_column TableC_colC If I do the joins individually in 2 different data rules I am getting correct result but when I use a AND condition and try to do the joins toget...
by shails
Fri Dec 03, 2010 5:11 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Data Rules in IA
Replies: 2
Views: 2698

Hi Ray, Thanks for your reply. I couldn't really test the count() function so far as I see that the joins are not working. I have table A with 5 million recs and table B with 2000 recs. There is a key column in both the tables and using a join I have to test if every record in table B has a matching...
by shails
Wed Dec 01, 2010 10:52 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Data Rules in IA
Replies: 2
Views: 2698

Data Rules in IA

Hi, I have a query with joins on 4 tables and a couple of filter conditions. The query returns 5 columns as output and has a count(distinct(colA)) as one of the output columns. I am trying to implement this query using Data Rules functionality in IA and I was able to replicate the joins and filter c...
by shails
Thu Mar 18, 2010 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SCD Stage using a DB sequence
Replies: 7
Views: 5237

Yes, its a bug in SCD stage. We faced the same issue in our project and support confirmed that its a bug.
by shails
Fri Sep 18, 2009 9:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-12571: TNS:packet writer failure
Replies: 9
Views: 7446

Thanks Craig.
We tried all possible options but the oracle trace files doesn't tell anything about the problem.
by shails
Fri Sep 18, 2009 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-12571: TNS:packet writer failure
Replies: 9
Views: 7446

Since it has nothing to do with datastage, Can you please tell me what can be done to avoid this error? Any database related settings/ network settings that can be configured?
Thanks.
by shails
Thu Sep 17, 2009 1:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-12571: TNS:packet writer failure
Replies: 9
Views: 7446

Did anyone encounter this issue earlier?
by shails
Wed Sep 16, 2009 12:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-12571: TNS:packet writer failure
Replies: 9
Views: 7446

Oracle client is installed on the Datastage Server. If I restart the Job, the Job completes successfully.
by shails
Wed Sep 16, 2009 12:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-12571: TNS:packet writer failure
Replies: 9
Views: 7446

Thanks for your reply.
But why other applications that connect to the same database server are not throwing the same error.
by shails
Wed Sep 16, 2009 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-12571: TNS:packet writer failure
Replies: 9
Views: 7446

ORA-12571: TNS:packet writer failure

I am running a Job which reads the data from a dataset and writes the data to a Oracle Table. There are no column level transformations or filters in the Job. This is a simple Job which inserts/updates the source data to the target table on a daily basis. Dataset -> Transformer -> Oracle Enterprise ...