Welcome to the ThinManager Knowledgebase.
Additional knowledgebase articles can be found at Rockwell Automation Tech Support.

If you would like to speak with one of our engineers, please Submit a Question or give us a call at the phone number here. In North America, To route your phone support request directly to a technical support engineer, call toll-free 1-888-382-1583 or 1-440-646-3434, select Option 3 (Technical Support), then select Option 5 (More Options). When prompted, enter the ThinManager Direct Dial Code 201.

Difference between revisions of "ThinManager Database Tool"

From ThinManager Knowledge Base
Jump to: navigation, search
m (Usage)
(Usage)
Line 15: Line 15:
 
|'''--server IPAddress User Password'''||Connects to the server specified by IPAddress using the UserName/Password specified.
 
|'''--server IPAddress User Password'''||Connects to the server specified by IPAddress using the UserName/Password specified.
 
|}
 
|}
 
  
 
====Global====
 
====Global====
Line 23: Line 22:
 
|'''--replacewindowscredentials OldUser NewUser NewPassword'''||Replaces all instances of OldUserName with NewUser and NewPassword.
 
|'''--replacewindowscredentials OldUser NewUser NewPassword'''||Replaces all instances of OldUserName with NewUser and NewPassword.
 
|}
 
|}
 
  
 
====Terminal====
 
====Terminal====
Line 41: Line 39:
 
|
 
|
 
|-
 
|-
|'''--terminal-replacewindowscredentials OldUser NewUser NewPassword'''||
+
|'''--terminal-replacewindowscredentials OldUser NewUser NewPassword'''||Replaces all instances of OldUser with NewUser and NewPassword for all terminals.
 
|-
 
|-
|'''--terminal-setwindowscredentials TerminalName NewUser NewPassword'''||
+
|'''--terminal-setwindowscredentials TerminalName NewUser NewPassword'''||Sets the credentials for the specified TerminalName to NewUser and NewPassword.
 
|}
 
|}
 
  
 
====Display Client====
 
====Display Client====
 
::{|cellpadding="3"
 
::{|cellpadding="3"
|'''--displayclient-replacewindowscredentials OldUser NewUser NewPassword'''||
+
|'''--displayclient-replacewindowscredentials OldUser NewUser NewPassword'''||Replaces all instances of OldUser with NewUser and NewPassword for all [[display clients]].
 
|-
 
|-
|'''--displayclient-setwindowscredentials TerminalName DisplayClientName NewUser NewPassword'''||
+
|'''--displayclient-setwindowscredentials TerminalName DisplayClientName NewUser NewPassword'''||Sets the credentials for the specified DisplayClientName under TerminalName to NewUser and NewPassword.
 
|}
 
|}
 
  
 
====Terminal Server====
 
====Terminal Server====
 
::{|cellpadding="3"
 
::{|cellpadding="3"
|'''--terminalserver-replacewindowscredentials OldUser NewUser NewPassword'''||
+
|'''--terminalserver-replacewindowscredentials OldUser NewUser NewPassword'''||Replaces all instances of OldUser with NewUser and NewPassword for all terminal servers.
 
|-
 
|-
|'''--terminalserver-setwindowscredentials TerminalServerName NewUser NewPassword'''||
+
|'''--terminalserver-setwindowscredentials TerminalServerName NewUser NewPassword'''||Sets the credentials for the specified TerminalServerName to NewUser and NewPassword.
 
|}
 
|}
 
  
 
====TermSecure====
 
====TermSecure====
Line 71: Line 66:
 
|
 
|
 
|-
 
|-
|'''--termsecure-replacewindowscredentials OldUser NewUser NewPassword'''||
+
|'''--termsecure-replacewindowscredentials OldUser NewUser NewPassword'''||Replaces all instances of OldUser with NewUser and NewPassword for all TermSecure users.
 
|-
 
|-
|'''--termsecure-setwindowscredentials TermSecureUser NewUser NewPassword'''||
+
|'''--termsecure-setwindowscredentials TermSecureUser NewUser NewPassword'''||Sets the credentials for the specified TermSecureUser to NewUser and NewPassword.
 
|}
 
|}
  
 
====Relevance Location====
 
====Relevance Location====
 
::{|cellpadding="3"
 
::{|cellpadding="3"
|'''--location-replacewindowscredentials OldUser NewUser NewPassword'''||
+
|'''--location-replacewindowscredentials OldUser NewUser NewPassword'''||Replaces all instances of OldUser with NewUser and NewPassword for all locations.
 
|-
 
|-
|'''--location-setwindowscredentials LocationName NewUser NewPassword'''||
+
|'''--location-setwindowscredentials LocationName NewUser NewPassword'''||Sets the credentials for the specified LocationName to NewUser and NewPassword.
 
|}
 
|}

Revision as of 21:06, 4 December 2014

Usage

Commands

Program Behavior

Logging

By default only errors will be printed to the command prompt. Using one of the below settings will modify this behavior.

--quiet Suppresses all messages.
--verbose Outputs information from all commands as well as errors.
Connection

Omitting this parameter will cause the program to connect to the local ThinServer.

--server IPAddress User Password Connects to the server specified by IPAddress using the UserName/Password specified.

Global

--calibratetouchscreens Initiates the touchscreen calibration on all online terminals.
--replacewindowscredentials OldUser NewUser NewPassword Replaces all instances of OldUserName with NewUser and NewPassword.

Terminal

--terminal-restart TerminalName Restarts the terminal with the name TerminalName.
--terminal-reboot TerminalName Reboots the terminal with the name TerminalName.
--terminal-poweroff TerminalName Turns off the terminal with the name TerminalName.
--terminal-calibratetouchscreens TerminalName Calibrates all touchscreens connected to the terminal with the name TerminalName.
--terminal-calibratetouchscreen TerminalName ScreenNumber Calibrates all touchscreens connected to screen ScreenNumber on the terminal with the name TerminalName.
--terminal-replacewindowscredentials OldUser NewUser NewPassword Replaces all instances of OldUser with NewUser and NewPassword for all terminals.
--terminal-setwindowscredentials TerminalName NewUser NewPassword Sets the credentials for the specified TerminalName to NewUser and NewPassword.

Display Client

--displayclient-replacewindowscredentials OldUser NewUser NewPassword Replaces all instances of OldUser with NewUser and NewPassword for all display clients.
--displayclient-setwindowscredentials TerminalName DisplayClientName NewUser NewPassword Sets the credentials for the specified DisplayClientName under TerminalName to NewUser and NewPassword.

Terminal Server

--terminalserver-replacewindowscredentials OldUser NewUser NewPassword Replaces all instances of OldUser with NewUser and NewPassword for all terminal servers.
--terminalserver-setwindowscredentials TerminalServerName NewUser NewPassword Sets the credentials for the specified TerminalServerName to NewUser and NewPassword.

TermSecure

--termsecure-setcardnumber Username CardNumber Sets the card id to CardNumber for the specified TermSecure user username.
--termsecure-setcardnumberbywindowsuser WindowsUsername CardNumber Sets the card id to CardNumber for a TermSecure user using a unique Windows username WindowsUsername.
--termsecure-replacewindowscredentials OldUser NewUser NewPassword Replaces all instances of OldUser with NewUser and NewPassword for all TermSecure users.
--termsecure-setwindowscredentials TermSecureUser NewUser NewPassword Sets the credentials for the specified TermSecureUser to NewUser and NewPassword.

Relevance Location

--location-replacewindowscredentials OldUser NewUser NewPassword Replaces all instances of OldUser with NewUser and NewPassword for all locations.
--location-setwindowscredentials LocationName NewUser NewPassword Sets the credentials for the specified LocationName to NewUser and NewPassword.