Anlegen eines Benutzers/en: Unterschied zwischen den Versionen
Doeser (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Creating a user“) |
Ferrao (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Note: Users are specific to each customer! If a user should have access to several customers, the user must be created separately for each customer. # Create u…“) |
||
Zeile 3: | Zeile 3: | ||
{{Navigation|vorher=Erstellen eines Customers|hoch=Hauptseite#Programmstruktur|nachher=Schnittstellen: Import/Export}} | {{Navigation|vorher=Erstellen eines Customers|hoch=Hauptseite#Programmstruktur|nachher=Schnittstellen: Import/Export}} | ||
Note: Users are specific to each customer! If a user should have access to several customers, the user must be created separately for each customer. | |||
# | # Create users in the database: | ||
#* | #* Open the following database on the server: <code>...\Talsim-NG\customers\<CustomerName>\projectData\admin\dataBase\admin_data.mdb</code> | ||
#* In | #* In the table <code>TalsimUser</code> create the new user, a GUID can be generated e.g. [https://www.guidgenerator.com/online-guid-generator.aspx] here | ||
# | # Create directory structure: | ||
#* | #* Use the batch-file <code>Organize_TalsimNG_CreateUser.bat</code> to create a new directory structure for the user locally and then copy it to the appropriate place on the server | ||
# | # Create area and time series databases: | ||
#* | #* Copy any existing territory and time series databases to the user's directory and rename them accordingly | ||
#* Optional: | #* Optional: Connect the territory database in Talsim and delete unwanted scenarios/simulations |
Version vom 12. November 2020, 16:44 Uhr
Note: Users are specific to each customer! If a user should have access to several customers, the user must be created separately for each customer.
- Create users in the database:
- Open the following database on the server:
...\Talsim-NG\customers\<CustomerName>\projectData\admin\dataBase\admin_data.mdb
- In the table
TalsimUser
create the new user, a GUID can be generated e.g. [1] here
- Open the following database on the server:
- Create directory structure:
- Use the batch-file
Organize_TalsimNG_CreateUser.bat
to create a new directory structure for the user locally and then copy it to the appropriate place on the server
- Use the batch-file
- Create area and time series databases:
- Copy any existing territory and time series databases to the user's directory and rename them accordingly
- Optional: Connect the territory database in Talsim and delete unwanted scenarios/simulations