Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Thin client sessions connect from a workstation to a server; the program runs on the server, but the screens are seen on the workstation. 

To accomplish this, there is a service on the server, called AcuRCL, which services requests from the workstations.  In order to run Rx-Universe in thin-client, the AcuRCL service on the server must be correctly configured, and be running. This configuration is done automatically when Rx-Universe is installed from the dongle, but moving to a different computer or recovering from a catastrophic failure might require manual setup of ACURCL.

 

The program is called ACURCL.EXE and is located in the RxUniverse\RUN8 folder.  Run the program, and go to the Services tab.  You should see a screen similar to the following:

If there is no service listed as listening on port 5640, one needs to be created.  In this case, click "New" and create an entry similar to the following:

In the entry for the port, the configuration file specifies where the runtime and other information is, when a request is received on the port.

The ACURCL.CFG file, located (as above) in the C:\RxUniverse\etc folder, needs to contain four lines, as follows (it may contain additional comment lines, but these three lines are the critical parameters):

ACCESS-FILE                 c:\rxuniverse\etc\acuaccess
SERVER_ALIAS_FILE    c:\rxuniverse\etc\acurcl.ini
DEFAULT-USER             omics

The first specifies how access will be granted to Rx-Universe programs and files; this "acuaccess" file must exist in the specified folder, and should be set up as follows:

The ALIAS file describes what program should be run when the thin client session connects with a certain name (or alias).  The only alias generally used by Rx-Universe is "rxuniverse", and it should be set similar to the following:



 

 

 

 




  • No labels