Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Instructions

  1. Switch to 'Release'
    1. Also, ensure you are pointing to x86 in project properties:Image Added


2. Right-click on project MSCA_HOST, click "Publish..." point MEMS to your new version directory \\ncrfs352\MSCA\PRODUCTION\RUNTIME\vX.X.X:Image Modified

  1. Create a shortcut with MSCA.exe and add the environment as a parameter to the shortcut:
  2. Please create a new directory under "\\ncrfs352\MSCA\PRODUCTION\sp". Most likely, you will simply copy the files from the previous version to this new folder, as you probably didn't update any SQL procedures. For example:
    1. COPY \\ncrfs352\MSCA\ACCEPTANCE\sp\3.9.4 TO \\ncrfs352\MSCA\ACCEPTANCE\sp\3.9.5
    2. COPY \\ncrfs352\MSCA\DEVELOPMENT\sp\3.9.4 TO \\ncrfs352\MSCA\DEVELOPMENT\sp\3.9.5
    3. COPY \\ncrfs352\MSCA\PRODUCTION\sp\3.9.4 TO \\ncrfs352\MSCA\PRODUCTION\sp\3.9.5
    4. COPY \\ncrfs352\MSCA\TRAINING\sp\3.9.4 TO \\ncrfs352\MSCA\TRAINING\sp\3.9.5
    5. If you did make any updates to any of these files/folders, you will need to include them as well

...