Question Regarding Name and Address Clensing

Hello,
Can someone help me with understanding the Name and Address Cleansing operatior of OWB.
I am currently using OWB Client 9.2.0.2.8
Before using the Name and Address operator should you do any configuration for it to function? Based on the viewlet which i tried there were no configuration steps and once i finished doing the steps in the demo there were rows inserted but with *null data.
Is Trillium packaged with the OWB or should you still purchase it?
Thank You

Thank you for the information Mark, I still have another question.
Here is my situation:
I have been tasked to integrate a 3rd party DQ ventor to the name and address cleansing operator of OWB. In relation to that I have downloaded the OracleAdaptorKit provided by Oracle for such development. The problem is I still dont really understand how the whole thing works. My understanding is that once you use the Name and Address operator in a Map and execute the it OWB will call the Name and Address Server which will trigger the Adaptor (which should be created by the vendor or me in this case) that will do the Parse() function based on the libraries of the 3rd party DQ vendor. Is my understanding correct?
My second question is on how will the Name and Address Engine call the Adaptor(JAVA applet?) which will use the Parse() function and what are the values that Name and Address Engine throw to the Adaptor? And how will you know if you have successfully created a connection between the Name and Address Engine and the Adaptor you created?
My third question is in regards to the components to be created. So given that the Name and Address Engine is by default installed with OWB does that mean that the only thing left to program are the Adaptor and Libraries?
I hope you can help me, Thank You

Similar Messages

  • Local characters in Name and Address Details

    Hi,
    For an Thailand Employee,
    I need to print his Name from PA0182(Alternative Names) and the Adress Details from Pa0006 with a custom subtype 0026(Thailand Address).
    The source of Name and Address is different if I want to do the same for a Taiwan PERNR.
    Is there a way to dynamically determine the source of Data based on Country Grouping?
    Please suggest.
    Thanks,
    Suryakiran D.

    Sorry for misreading your question!
    In the view T588M, you can choose the infotype 0006 and subtype too it is probably already customized for Thailand!
    There is probrably a feature with county grouping!
    Just add the country grouping of taiwan to the one of thailand!

  • In Contacts version 8, how can I print ALL information in each individual card? When I select the print command the only thing printed is the name and address. I need phone number(s) and all other information in the cards.

    In Contacts version 8, how can I print ALL information in each individual card? When I select the print command the only thing printed is the name and address. I need phone number(s) and all other information in the cards. We enter various pieces of data, other than the standard name address & phone numbers and we print all information on each card so it fits in a 5x7 inch loose binder. We have used InTouch software for many years and it has served us extremely welll, however, the publisher (The Prairie Group) has not, and apparently has no plans to update their software to be compatible with any Mac OSX OS beyond 10.6. Any help will be appreciated!

    You can select what you want included in a list format. In the Print command from Contacts, click the Show Details button. Then in the Style pulldown menu select "Lists" and there you'll be able to select what you want included. You can also select what you wish included if you select the Pocket Address Book style.
    If neither of those options will work for you, then you will need to look to third-party software. Here's one possibility that seems to get good reviews:
    https://www.macupdate.com/app/mac/15485/labels-&-addresses
    I haven't done more than try it to make sure that it works with OS X 10.9's Contacts, which it does, but you can download their demo and try it yourself.
    Regards.

  • Since upgrading to Firefox 6, I can't use my autofill forms. It now has my name and address but doesn't have credit card or password information that it had before and I don't know how to input it or import it from former versions of Firefox.

    I just upgraded to Firefox 5. Before when I filled in a form, I just had to click autofill and all my information was provided. I found autofill on customize toolbars and added it, but it only had my name and address, not my credit cards or passwords. Before I could click on them and change them if I needed to. I would like to input them on this version or import them from the last one so I can easily fill forms online, but I can't see how to do it.

    See https://support.mozilla.com/en-US/questions/822354#answer-185784

  • How do I print a Thunderbird contact name and address on an postal envelope?

    I want to select a Thunderbird contact and print the name and address directly on to a postal envelope for mailing.
    I do not want to print a list of contacts or fiddle around with single labels. Yes, I can handwrite the details on the envelope but it is not ideal. I have tried LibreOffice>Writer>Envelope but it results in all contacts being included in the output document. Ditto for mail merge. I am running:
    Lubuntu 14.04.2 LTS
    LibreOffice Version: 4.2.7.2 Build ID: 420m0(Build:2)
    Thunderbird 31.5.0
    This should be such an obvious and simple thing. Please help.

    ''MorrisG [[#question-1055519|said]]''
    <blockquote>
    Я хочу, чтобы выбрать контакт "Тандерберд" и напечатать имя и адрес непосредственно на почтовые конверты для рассылки. Я не хочу, чтобы распечатать список контактов или возиться с одиночной этикетки. Да, я могу рукописные реквизиты на конверте, но он не подходит. Я попробовал в LibreOffice>писатель>конверт но при этом все контакты включены в выходной документ. Так же для слияния. Я использую: Lubuntu 14.04.2 ЛТС версии LibreOffice: 4.2.7.2 построить идентификатор: 420m0(сборка:2) Тандерберд 31.5.0 это должна быть такая очевидная и простая вещь. Пожалуйста, помогите.
    </blockquot
    Привет, открой адресную книгу, кликни на контакте ПКМ - свойства - личные данные. Копируй данные в Paint через Print screen, а из Paint уже распечатывай. Возможно, как-то можно печатать непосредственно из Тундербирда, я не смог.

  • Name and Address operator's packge do not have any values

    Hi All,
    I am using the Name and Address operator, but I do not have/want the 3rd party vendor's connector/tool/data library to work with my OWB.
    I developed the map and deployed that map into my target.
    Package got generated of name NAME_ADDRESS
    In this package the entry point is the MAIN function, in the main function taking one parameter p_env.
    When I execute the Package from SQL*Plus I am getting the value of p_env, which is wrong, p_env can not be NULL/0 at any case.
    All I want is, how to pass/populate the value into p_env parameter, there will be more than one value into that parameter, param_value varchar2(30)and param_name varchar2(4000).
    But I know nothing about what are the values may be in , when I execute the package...
    ALSO I AM ATTACHING SOME MORE DETAILS....
    create or replace package
    FUNCTION Main(p_env IN WB_RT_MAPAUDIT.WB_RT_NAME_VALUES) RETURN NUMBER IS
    end package
    In this main function, the p_env is getting Initialize, it calls the initialize
    procedure, there directly getting count on this parameter.
    my question is at what point of time these valiables get initialize and what
    are the exact details for the followings
    TYPE WB_RT_NAME_VALUE IS RECORD
    param_name varchar2(30),
    param_value varchar2(4000)
    TYPE WB_RT_NAME_VALUES IS TABLE OF
    WB_RT_NAME_VALUE
    INDEX BY BINARY_INTEGER;
    What are these two variables (param_name and param_value) implies in wb_rt_mapaudit package
    ANY HELP GREATLY APPRECIATED
    THANKS FOR YOUR TIME
    Gladson
    [email protected]

    Gladson,
    Page 8-73 of the Warehouse Builder user's guide explicitly highlights the following section:
    Note: Taking advantage of the Name and Address operator requires separate licensing and additional installation steps. Refer to the Oracle9i Warehouse Builder Installation and Configuration Guide for more information.
    The functionality that does the parsing and standardization is not part of Warehouse Builder, but part of the package that the software partner brings in. If you think about that, it actually makes sense. Would you expect Warehouse Builder to contain the code to perform this action for all countries across the globe, in all different languages and the like? The data vendors, who are the experts in the different areas, know this information.
    So, if all you want to do, is parse and standardize an address, then yes, you may be better of going directly to a partner (having said that, you may get a discount if you are a Warehouse Builder customer, but that I do not know for sure).
    However, what does Warehouse Builder add:
    - Data object design (maybe your target tables don't exist) and deployment
    - ETL design and code generation
    - Process flow creation and deployment
    - Execution management (automatic logging etc)
    - Integration with Discoverer
    - Metadata management, such as impact analysis, version management, multi language support...
    - Much, much more.
    Specific to name and address (or say data quality): if you include the name and address operator on a Warehouse Builder mapping, then you can plug in any partner library you want, and in case you find out that another partner delivers better results, then go with the other partner. At the end of the day, you abstracted the implementation from the design. That makes you much more flexible in your choice of a data vendor. Besides, you get impact analysis, lineage and lots of other metadata management features for free. On top of that, if you want to identify duplicates, perform householding and the like, then there is match and merge (which yes, is part of the tool and not a third-party implementation) in order to define the rules for matching and merging.
    Again, if you don't need any of that, then perhaps you don't want the overhead of having all this and you go directly to a data vendor.
    Hope this helps,
    Mark.

  • Installation guide for OWB 9.2 name and address

    Hi,
    May you show me where I can find the OWB 9.2 installation document for name and address cleaning software.
    In the installation guide of OWB 9.2, it ask to refer to the installation instruction of software vendor. I am going to use the default vendor (Trillium, the same as OWB9.0.4), but I don't know where to find the installation instruction.
    Thanks in advance,
    Qiguang Wu

    When do you get this message? It seems to be referring to the N&A server, but I would need to have more details. When you installed OWB, the installation program asked for the port (defaulting to 4040) where the N&A server would run. Th N&A server should be started automatically when a mapping containing a N&A operator is run. Otherwise, it is possible to start and stop the N&A server by running the NASstart.bat and NASstop.bat unde the <OWB home>/owb/bin/win32 directory (or the same .sh files in the unix directory).
    Regards:
    Igor

  • Question regarding roaming and data usage

    I am currently out of my main country of service, and as such I have a question regarding roaming and data usage.
    I am told that the airplane mode is sufficient from keeping the phone off from roaming, but does this apply to any background data usage for applications and such?
    If the phone is in airplane mode, are all use of the phone including wifi and application use through the wifi outside of all extra charges from roaming?

    Ann154 wrote:
    If you are getting charged to use the wifi, then it is possible.  Otherwise no
    Just to elaborate here, Ann154 is referring to access charges for wifi, which is nothing to do with Verizon, so if you are using it in a plane, hotel, an internet cafe etc that charges for Wifi rather than being free .   Verizon does not charge you (or indeed know about!) wifi usage, or any other usage that is not on their cellular network (such as using a foreign SIM for example in global phones)  So these charges, if any, will not show up on the verizon bill app.  Having it in airplane mode prevents all cellular data traffic so you should be fine

  • Question regarding MM and FI integration

    Hi Experts
    I have a question regarding MM and FI integration
    Is the transaction Key in OMJJ is same as OBYC transaction key?
    If yes, then why canu2019t I see transaction Key BSX in Movement type 101?
    Thanks

    No, they are not the same.  The movement type transaction (OMJJ) links the account key and account modifier to a specific movement types.  Transaction code (OBYC) contains the account assignments for all material document postings, whether they are movement type dependent or not.  Account key BSX is not movement type dependent.  Instead, BSX is dependent on the valuation class of the material, so it won't show in OMJJ.
    thanks,

  • **question regarding 3G and wif**.

    I have a question regarding 3G and wifi. I have #G activated as well as wifi, when I go to retrieve mail for example I get a pop up asking me if I want to connect to a wifi network…should I have wifi and 3G activated at the same time, and why am I getting the pop up…
    Thanks

    You can have them on at the same time, but they will not be used at the same time for data. The order of preference for data is WiFi > 3G > EDGE > GPRS. You're getting the pop up, most likely, because you have Settings > Wi-Fi > Ask to Join Networks set to ON. You can set that to OFF, and the iPhone will still join known (i.e. previously used) WiFi networks automatically.

  • Question regarding Dashboard and column prompt

    My question regarding Dashboard and column prompt:
    1) Dashboard prompt usually work with only for columns which are in subject area. In my report I've created some of the columns which are based on other columns. Like I've daysNumber column that is based on two other columns, as it calculates the difference of two dates. When I create dashboard prompt I can't find this column there. I need to make a prompt on this column.
    2)For one of the column I've only two values 1 and 0. When I create prompt for this column, is it possible that in drop down list It shows 'Yes' for 1 and 'No' for 0 and still filter the request??

    Hi Toony,...
    I think there was another way of doing this...
    In the dashboard prompt go to Show option > select SQL Results from dropdown.
    There you need to write your Logical SQL like...
    SELECT CASE WHEN 1=0 THEN PERIODS.YEAR ELSE difference of date functionality END FROM SubjectAreaName
    Here.. Periods.Year is the column which is already exists in repository's presentation layer..
    and difference of date functionality is the code or formula of column which you want to show in drop-down...
    Also write the CASE WHEN 1=0 THEN PERIODS.YEAR ELSE difference of date functionality END code in fx of that prompt.
    I think it helps you in doing this..
    Just check and inform me if it works...
    Thanks & Regards
    Kishore Guggilla
    Edited by: Kishore Guggilla on Oct 31, 2008 9:35 AM

  • Data Quality for name and address

    Hello,
    We have OWB10G and would like to use Name and Address operator. It seesm to me that we need to buy some Data Quality library from some 3rd party ( FirstLogic etc). Our client is not ready to pay money to buy these 3rd party libraries. How would we go and still be able to use Name and address operator.
    I was in the impression that OWB has some builtin Data Quality libraries. Do we have to write some PL/SQL to clean , parse , match and merge data or it can be done using OWB? Why OWB does not have these libraries built-in.
    Is there some freely available Data Quality tool?
    Thanks
    Suhail Ahmad

    bump again,
    Oracle used to have pure extraxt and integrate, could we use these libraries with OWB10G?
    Syed

  • Data Quality , Name and address

    I would like to know if someone has used Name and address functinality in OWB. I would like to clean our data and possibly link two or more record with one record and also would like to standardise the addresses such as Parkway to Pkwa, st. to street etc. Is this all possible in OWB? Could I use Name and address server to do all these?
    While reading a FAQ on http://otn.oracle.com/products/warehouse/htdocs/ORACLE92_WAREHOUSE_BUILDER_DQ_FAQ.htm , it seems to me that I need to buy some kind of data qulaity software from third party, am I right?
    Thanks
    Suhail

    Syed,
    Many OWB customers are using OWB's Name and Address, and Match-Merge capabilities to perform the tasks you described.
    You are right, as the Data Quality FAQ states, Name and Address, while modelled in OWB at design time, requires third-party software at the run-time. That software is licensed separately (directly with third-party vendors, previously Oracle re-sold the third-party technology as an extra option to OWB). However, Match-Merge does not rely on any third-party technology.
    There are introductory viewlets and self-paced exercises for both of these features at http://otn.oracle.com/products/warehouse/htdocs/OTN_viewlet.html
    Nikolai

  • How do I get Calendar to suggest name and address from Contacts on my iPhone 5 in iOS 8?

    How do I get Calendar to suggest name and address from Contacts on my iPhone 5 in iOS 8?

    Restore it from your backup.

  • My Contacts File in Applications has lost all name and addresses - how can I retrieve them?

    Out of the blue my Contacts File in Applications has lost all my names and addresses.  Is there any way I can retrieve them?  On my back-up systems they don't appear either.  Panic!
    Lecia

    Hello again
    Alothogh I could not find help on any of the Communities (that I could acyually understand) - I haven't a clue what I have just done but ALL my addresses have now shown up in Contacts.  Wish I knew what I had 'clicked" to achieve this - but as I have been "clicking" just about everything in sight - I am not sure what did the magic trick.
    Maybe, although I have answered my own query, someone could perhaps tell me what may have happened?  I THINK it was something to do with iCloud --- which is something I don't understand AT ALL!
    Cheers,  Lecia
    CHEER

Maybe you are looking for

  • Mac Mail on both my laptops suddenly will no longer sync with mobile me

    I have two macbooks - both of which sync with mobile me quite reliably. A couple of days ago, the Mac mail application stopped syncing with mobile me on both of my macbooks. When I tell it to syncronize with ".Mac" or get mail, I get the small triang

  • Extension manager gray out in Photoshop CC 2014

    After installing and then uninstall and reinstalling Photoshop CC 2014, the Extension Manager remains grayed-out.  I've also Uninstall and Reinstall the Extension Manager--all to no avail. I'm running OS X 10.9.3 Solutions? Thoughts? Stephen

  • Defective 9320 : Under repair with Redington Pune Service Center for past 4 weeks

    The camera of my 9320 stopped working after 3 months of purchase. There was a problem with other features too and I could not take the incoming calls sometimes. I want to take up the issue with BlackBerry. Can anyone guide me about the email ID / oth

  • Grid view by rating includes raw unstarred images

    In the grid view by rating, if you have a starred psd PLUS the raw file from whence it came, they both appear in sort by rating (this is NEW and UNDESIRABLE).  Is there a way not to see the raw file?

  • Changing spacing in grid lines in Numbers

    Does anyone know how to change the grid line spacing in the new Numbers??  The default spacing is much wider and higher than the old, and I can't see any way to change it other than manually reducing each one line by line.  I have about 50 lines... t