Jim2 API After Restoring from a Backup

Back Top Prev Next Print

This is for on premises only, not Jim2Cloud.

 

After restoring a database, two changes occur to prevent accidental processing on a dev/test/training database:

Email Send/Receive is disabled.

The System Mode global variable is changed from Production to Restored.

 

You will need to perform the following for any GetData queries and custom API endpoints to work:

1.If the database is not named Training (e.g. UAT, DEV, etc), change the database colour in Tools > Options > General to differentiate from the live database (optional, but recommended)

Jim2options
dbcolour

2.Change the SystemMode global variable in Tools->Global Variables from "Restored" to "Test"

systemmode
Info

Note: Screenshot shows Production, restored database will actually show Restored.

systemmod31

2.Restart Jes to ensure that the custom endpoints are loaded.

stopstart

 

Further information

Jim2 API Current API Capabilities

Jim2 API Getdata Custom Endpoint

Jim2 API Postman Auth Example

Jim2 API Installation and Configuration