Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
cd C:\8Server\deploy\OEM\JTEL\
copy_keyfile_en_mcp_v67.cmd

Update all of the .NET Packages on the windows machines. Use the following Commands:

Warning
title.NET Packages on all Windows Machines


Code Block
powershell -command "& { Start-BitsTransfer -Source https://cdn.jtel.de/downloads/DotNET/dotnet-sdk-6.0.403-win-x64.exe -Destination $Env:UserProfile\Downloads }"
powershell -command "& { start-process -FilePath $Env:UserProfile\Downloads\dotnet-sdk-6.0.403-win-x64.exe -ArgumentList '/install /passive /norestart' -Verb RunAs -wait }"


Create MySQL User for Customer (If not exist)

And update the permissions for JTEL* and JTELCustomer DBs:

Role DATA - Create MySQL User for Customer Access (Debian/Win2019)

Restart Services

Start the following services:

...