To make your model called MyModel available on the eSTEM server’s web service, you (or an administrator of the eSTEM server) must perform the following steps:
- Export from the Editor and Results Program. See 8.2.4 Export of selected inputs from the STEM model editor and 8.2.5 Export of particular charts, tables or views from the STEM Results Program.
- Copy the following files generated by the export to an empty folder on the eSTEM server, within the offline folder mentioned above:
-
WebServiceModelConfig.txt
-
MyModel.dtl
-
MyModel.cnf (or default.cnf as appropriate)
-
*.xls (any Excel files linked by the model will need to be copied)
- Use a text editor to open the Line_to_append_to_WebServiceMasterConfig.txt file generated by the export. Copy the single line in this file, which should look similar to this:
-
model = B714AF66-BF424B4A-85F2BECA-EC2471DA models\MyModel
- Open the WebServiceMasterConfig.txt file in the root of the offline area on the server and paste in the copied line. If you have used a different folder name for your model then alter the path shown in the pasted line. You should end up with a line that starts ‘model = ‘ followed by a 35 character ID code, then a single tab and then the relative path of your model within the ‘offline‘ folder, as illustrated in Example contents of a master configuration file