reconfigure edc host url in docsoft
This commit is contained in:
Generated
+8
@@ -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
|
||||
Generated
+8
@@ -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>
|
||||
Generated
+8
@@ -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>
|
||||
Generated
+19
@@ -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>
|
||||
Generated
+6
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
@@ -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
|
||||
* 
|
||||

|
||||
* 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.
|
||||

|
||||
@@ -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...
|
||||

|
||||
2. In the "Select user level" dialog enter the password "int-tec" and select "Advanced"
|
||||

|
||||
3. Again navigate to:
|
||||
|
||||
Options -> EDC...
|
||||

|
||||
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/
|
||||

|
||||
5. Test your EDCenter connection using the actions available under:
|
||||
|
||||
EDC -> Context menu (Send data.., Import vessel.., Synchronize scalars)
|
||||
|
||||
Test using Synchronize scalars
|
||||

|
||||
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 155 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
Reference in New Issue
Block a user