Configure connect Board System (SSL) on batch file
On Board SSL. We would like to use batch file for access Board software and log-in to designated users. After we have configured using batch file can only access into Board software but cannot log-in designated users. Is there any relevant key to add in "Batch file" in order to log-in to designated user?
Accepted Answer
-
Hi
as Sebastian Gurt said, for loading data it's stongly recommended to use the Board Procedure Launcher (he didn't wrote it, but I assume he wanted to).
A full list of all Parameters for the Win Client can be found in our help:
Opening a capsule from command line
So you only have to add an /SSL
Regards
Björn
2
Answers
-
please refer to this ressource: BOARD Procedure Launcher
There is a parameter to enable SSL.
Hope this helps.
BR
Sebastian
2 -
hi, this is my way to log-in into Board platform with win authentication: "%\AppData\Roaming\Board International\Board 7.0\Autoupdate2\Clients\10.3.0.51220\BoardWinClient.exe" /host "hostname:9700" /sso /winEncryption "on" /multiinstance /capsule "WELCOME.cpsx"
Modify hostname with the name of your server (and not IP) and maintain /multiinstance if you want to open more session at the same time.
Regards,
0