reconfigure edc host url in docsoft

This commit is contained in:
Raphael Fuchs 2024-10-25 13:01:39 +02:00
parent 09e75fd638
commit 20e8d0199b
11 changed files with 79 additions and 2 deletions

8
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/edcenter-installation.iml" filepath="$PROJECT_DIR$/.idea/edcenter-installation.iml" />
</modules>
</component>
</project>

19
.idea/php.xml Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MessDetectorOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCSFixerOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCodeSnifferOptionsConfiguration">
<option name="highlightLevel" value="WARNING" />
<option name="transferred" value="true" />
</component>
<component name="PhpStanOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PsalmOptionsConfiguration">
<option name="transferred" value="true" />
</component>
</project>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -64,7 +64,7 @@ can be configured as well as their default values.
* Login to your corporate Azure portal
* Navigate to MS Entra -> App registrations
* Click on new registration
* ![img_4.png](img_4.png)
![img_4.png](img_4.png)
* Enter a name “EDCenter”, select the supported account types and define the redirection URI (public domain) under
which you want to make the EDCenter accessible.
![img_5.png](img_5.png)
@ -401,4 +401,32 @@ provided master data records that can be executed using a script within the cont
sh masterdata/0_INIT.sh
````
The script asks for SQL host, database, username and password to perform the import on your database. If already
configured, the script pulls the data from the environment variables
configured, the script pulls the data from the environment variables
# Reconfigure host url in DocSoft
EDCenter can be operated as a SAAS or onprem solution. Depending on the variant, the host url of the EDCenter target server must be changed in DocSoft so that the measurement data is sent to the correct EDCenter instance.
The link to the EDCenter SAAS, which is operated by Internationtal Technology and is stored as the default value, is as follows:
Default host url (SAAS): https://edc.int-tec.com/docsoft/
1. Open DocSoft on the DocSystem tablet (DocPad, DocHub, ...) and navigate to:
Options -> User level...
![docsoft_1.png](docsoft/docsoft_1.png)
2. In the "Select user level" dialog enter the password "int-tec" and select "Advanced"
![docsoft_2.jpg](docsoft/docsoft_2.jpg)
3. Again navigate to:
Options -> EDC...
![docsoft_3.png](docsoft/docsoft_3.png)
4. Enter the your prefered host url in to the text input "Host:"
* Default host url (SAAS): https://edc.int-tec.com/docsoft/
* Onprem host url: https//xxx/docsoft/
![docsoft_4.png](docsoft/docsoft_4.png)
5. Test your EDCenter connection using the actions available under:
EDC -> Context menu (Send data.., Import vessel.., Synchronize scalars)
Test using Synchronize scalars
![docsoft_5.png](docsoft/docsoft_5.png)

BIN
docsoft/docsoft_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
docsoft/docsoft_2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

BIN
docsoft/docsoft_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
docsoft/docsoft_4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

BIN
docsoft/docsoft_5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB