Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
2.3 KiB

  1. =================================================================
  2. = How to Migrate UDDI Service DB Component to UDDI.Microsoft.Com
  3. ===============================================================
  4. =====================
  5. = PreReqs
  6. =====================
  7. - Install SQL Server2000 SP2/SP3
  8. - Install UDDI DB Component onto server.
  9. - Get Backup from live site.
  10. - Get All Operator Certs and Keys including local operator node.
  11. ===============================
  12. = Install and Config Operators
  13. ===============================
  14. NOTE: You must install the IBM Operator for Migration to work
  15. - Install Replication DB Components to <systemdrive>\inetpub\uddi\bin
  16. - found in builds at <build>\raw\uddi.microsoft.com\dbrepl
  17. - Install local cert.
  18. - rcf.exe -i <cert.cer>
  19. - Run <systemdrive>\inetpub\uddi\bin\rcf.exe for each operator
  20. - <systemdrive>\inetpub\uddi\bin\rcf.exe -o <key> -i <cert.cer>
  21. - Open Enterprise Manager
  22. - Open the udo_operators table, and fix the SoapReplicationUrl for each
  23. operator
  24. ============================
  25. = Install and Run Migration
  26. ============================
  27. NOTE: This only works if all data files are in same place.
  28. - Copy Migration package to <systemdrive>\inetpub\uddi\bin
  29. - found in builds at <build>\raw\uddi.microsoft.com\migration
  30. - Copy BootStrap package to <systemdrive\inetpub\uddi\bootstrap
  31. - found in builds at <build>\raw\uddi.microsoft.com\bootstrap
  32. - Restore the Live Site backup to a database named uddi_v15 on your DB Server.
  33. - for instrunction on this, see SQL Help
  34. - run <systemdrive>\inetpub\uddi\bin\runmigrate.cmd [bootpath] [datapath] /p
  35. bootpath = <systemdrive>\inetpub\uddi\bootstrap
  36. datapath = <systemdrive>\inetpub\uddi\data
  37. - follow steps as promted
  38. - Backup the following:
  39. - <systemdrive>\inetpub\uddi\bin\migrate.log.txt
  40. - <systemdrive>\inetpub\uddi\bin\migrate.exceptions.txt
  41. - <systemdrive>\inetpub\uddi\bin\exceptions\*.xml
  42. - If this is the Real Live site replication, send notifications to all users in
  43. migrate.log.txt The email should include attachments which show the old
  44. and new version of changed publications in the \exceptions directory.
  45. An email generation tool built for the v1.0 to V1.5 migration may be
  46. adapted for this purpose. Instructions for this process are not
  47. included in this document.