## These are the steps to take to import ## a raptor client into the RPS system. ## ## It will cover setting up a new client ## on an RPS server, exporting the data ## from the raptor server and importing ## that data on the rps server. ## ## Jun 12, 2006 -jff- Requirement: you need to know the client_id of the client you are importing. Look in /app/tools/common/lib/Common/Consts.pm or the db table RSCOMMON.client for this info. 1. Export client catalog on Raptor server: raptorshell> cd /app/tools/data_classes/bin/product raptorshell> perl get_product_catalog.pl -c [CLIENT_ID] > [SAVE_FILE_DEST] Example (Sanctuary): raptorshell> perl get_product_catalog.pl -c 31 > /tmp/srgi_raptor01_catalog.txt 2. Copy the catalog file to your RPS server (you might have to "pull" copy from the RPS machine) 3. Set up new client on RPS server. (see: /app/tools/rps/docs/client_setup.txt) 4. Import catalog file: rpsshell> cd /app/tools/rps/bin/import rpsshell> perl import_rps_product_catalog.pl -c 31 -f /tmp/srgi_raptor01_catalog.txt