Search found 78 matches

by dj
Fri Aug 26, 2016 8:25 am
Forum: IBM QualityStage
Topic: QS webservice jobs compilation issue
Replies: 7
Views: 19008

thanks for the replies. After trying to view the RT Log files which caused the issue, icould only find the below error in all the jobs. Fatal Error: waitForWriteSignal(): Premature EOF on node server Bad file descriptor 1) Is this error is related to server down? we are just trying to identify what ...
by dj
Thu Aug 25, 2016 11:54 am
Forum: IBM QualityStage
Topic: QS webservice jobs compilation issue
Replies: 7
Views: 19008

QS webservice jobs compilation issue

Hi, Few of the web service enabled quality jobs which were running fine earlier aborted. And the compilation failed with below error > ISD_Address_Standardization - Failed << Failed to invoke GenRuntime using phantom process helper. Internal data error. File '/path/IBM/InformationServer/Server/Proje...
by dj
Wed Aug 24, 2016 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic arrays/or pivot
Replies: 4
Views: 2111

Thanks for the details. The column names "name" and "address" are the file field names.File1_name and File2_name. For the comparision part, even after using column export how to get the fieldnames? how to get the field names over there without hardcoding to make it generic custid...
by dj
Mon Aug 22, 2016 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic arrays/or pivot
Replies: 4
Views: 2111

Dynamic arrays/or pivot

Hi All, We have got requirement to compare 2 datasets and generate reports for the mismatches/ detail records and counts. And also we are trying to keep it generic for any file metadata.(to enable rcp later) 1. After passing thr diff stage, the below layout is achieved Custid, File1name, File2Name, ...
by dj
Thu Aug 11, 2016 4:30 am
Forum: IBM QualityStage
Topic: Matching Frequencies/cutoff value
Replies: 6
Views: 17830

Thanks Ray! In the tutorial example Two source reference match, after running passes the Reference data and the data source all fall under MB. In single unduplicate match, it is match and duplicate within the set. But what does all the data source MB means all the candidate records are matching with...
by dj
Fri Aug 05, 2016 2:48 am
Forum: IBM QualityStage
Topic: AVI/CASS Quarterly files
Replies: 4
Views: 15803

yes 3 zip files and 4 tar ones.It was due to directory name (not as per the standards too)

The new path where we placed has got some " -" in the directory name.

Corrected the directory names and it is working fine now.

Thanks
by dj
Thu Aug 04, 2016 8:19 am
Forum: IBM QualityStage
Topic: AVI/CASS Quarterly files
Replies: 4
Views: 15803

Thanks for the details. We installed the latest USPS files and when trying to access from CASS Stage it throws the below error "CASS_195,0: Default Huffman handle was not set from Street Names error opening files for reader" Not sure what this error is all about. We didn't overwrite the ex...
by dj
Thu Jul 28, 2016 4:40 am
Forum: IBM QualityStage
Topic: PAL - Validate Ruleset
Replies: 6
Views: 18626

Thanks Robert. Eg: shut up - is a single word provided by customer to ignore them. smith "shut up" shut X up X Pattern :FXX But what we doubt is if either "shut" or "up" appears to be valid ones if it is part of any name/address, then it may be incorrect to categorize t...
by dj
Wed Jul 27, 2016 12:10 pm
Forum: IBM QualityStage
Topic: PAL - Validate Ruleset
Replies: 6
Views: 18626

Thanks, we kind of created a new classfication code for ignorable words. But for single words with space, as in classfication table we are unable to add , these words are not getting properly handled. We cannot add w1 w2 as 2 different entries as w1 and w2 when parsed separately will be of valid one...
by dj
Wed Jul 27, 2016 11:56 am
Forum: IBM QualityStage
Topic: Matching Frequencies/cutoff value
Replies: 6
Views: 17830

Thanks for the details,helped a lot for better understanding! Regarding the frequency file generation, bit confused as we were just suggested to keep a default file. 1. Default file is definitely not entire source system data, its just generated for a particilar system.in this case will not affect t...
by dj
Tue Jul 26, 2016 5:03 am
Forum: IBM QualityStage
Topic: Matching Frequencies/cutoff value
Replies: 6
Views: 17830

Matching Frequencies/cutoff value

Hi All, I have setup the tutorial jobs for Match specification and trying to understand the rules. There are few clarifications. 1) what is the param1 signifcance? First_name it is 850 and last_name 800 and few columns with no param specified. On what basis it should be mentioned? 2) The lowest weig...
by dj
Thu Jul 21, 2016 8:31 am
Forum: IBM QualityStage
Topic: AVI/CASS Quarterly files
Replies: 4
Views: 15803

AVI/CASS Quarterly files

Hi All, We are trying to design a notification system for the AVI and CASS Reference files updates. Can someone clarify the below please. 1) AVI even when the next Quarter files were available, we were able to use the previous quarter files. It did not stop the process.Wherease in CASS USPS when 105...
by dj
Wed Jul 20, 2016 3:51 am
Forum: IBM QualityStage
Topic: AVI Setup or Installation Process
Replies: 16
Views: 43460

Yes, In AVI stage- to specify the path where the AVI reference files resides.

Code: Select all

/proj/IBM/AVIdata/Ref/data $ ls  | more
rd_CI_geop.lfs
rd_BI_geop.lfs
country.lfs
rd_ZA_geop.lfs
lx_AA.lfs
IBMNAV1_manifest.properties
loqate.ini
Thanks
by dj
Tue Jul 19, 2016 9:14 am
Forum: IBM QualityStage
Topic: AVI Setup or Installation Process
Replies: 16
Views: 43460

Usually we have encountered "lqtcr library has not yet been successfully initialized" error when AVI ini & reference files path is incorrect. In AVI Processing Path for .ini and reference files property - specify the correct AVI files path where it was installed. find for loqate.ini an...
by dj
Mon Jun 20, 2016 9:04 am
Forum: IBM QualityStage
Topic: PAL - Validate Ruleset
Replies: 6
Views: 18626

PAL - Validate Ruleset

Hi All, I'm trying to create a rule to identify words to ignore and i'm referring to the VDATE/VPHONE ruelsets. If any of the input column for a row is identified with IGNORABLE words then it is set. For single pattern it works fine. But the Input string is of 7 Columns with N number of patterns. + ...