NCOA data

Can someone please tell me how to import address changes we receive from NCOA back into Tessitura?

 

Thank you!

Parents
  • If you used the preferred vendor you can use the import utility.

    Steps ( Search, "NCOA Processing Utility" in the documentation)

    1. Place the file on the server and note the path and session number  in the txt.

         a.Check the actions on the NOCA system table to be sure they are correct (tr_nocalink_action)

    2. Run the utility

    If you did not use the preferred vendor your DB admin will have to do a custom script to import and update. One thing to note is the utility will not archive the addresses only update. So, if you want to keep the old addresses you will need to create some procedure to archive them before running the NCOA. As always run in test first.

     

    Travis

Reply
  • If you used the preferred vendor you can use the import utility.

    Steps ( Search, "NCOA Processing Utility" in the documentation)

    1. Place the file on the server and note the path and session number  in the txt.

         a.Check the actions on the NOCA system table to be sure they are correct (tr_nocalink_action)

    2. Run the utility

    If you did not use the preferred vendor your DB admin will have to do a custom script to import and update. One thing to note is the utility will not archive the addresses only update. So, if you want to keep the old addresses you will need to create some procedure to archive them before running the NCOA. As always run in test first.

     

    Travis

Children