Announcement

Collapse
No announcement yet.

Case 236

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Case 236

    Question:
    How can I setup my test, validation and production environments?

    Solution:
    1. 3 different servers, with 3 different MS SQL databases.

    2. 1 server, with 1 MS SQL database and 1 instance. The software is registered 3 times (xxx/rms/register.aspx). Should the user wish to have various software versions, this solution is not possible. The software version that the customer will access will be based upon the access key.

    3. 1 server, with 1 MS SQL database and 3 different instances. RMS needs to be installed 3 times, each time the IIS details need to be different (Example: RMSTest and wServiceTest; RMSVal and wServiceVal; RMSProd and wServiceProd). Important the LAN devices need to be configured correctly to be able to communicate with the required software. Important: all software environments can be opened via the browser (/RMSTest, /RMSVal, RMSProd), however, the user cannot be logged into various systems at the same time.

    Additional Information:
    The RMS software and the MS SQL database do not have to be on the same server.
Working...
X