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.

ThinManager Database Tool: Difference between revisions

From ThinManager Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:
Omitting this parameter will cause the program to connect to the local ThinServer.
Omitting this parameter will cause the program to connect to the local ThinServer.
::{|cellpadding="3"
::{|cellpadding="3"
|'''--server IPAddress UserName 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.
|}
|}


Line 20: Line 20:
|'''--calibratetouchscreens'''||Initiates the touchscreen calibration on all online terminals.
|'''--calibratetouchscreens'''||Initiates the touchscreen calibration on all online terminals.
|-
|-
|'''--replacewindowscredentials OldUserName NewUserName NewPassword'''||Replaces all instances of OldUserName with NewUser and NewPassword.
|'''--replacewindowscredentials OldUser NewUser NewPassword'''||Replaces all instances of OldUserName with NewUser and NewPassword.
|}
|}


Line 26: Line 26:
====Terminal====
====Terminal====
::{|cellpadding="3"
::{|cellpadding="3"
|'''--terminal-restart terminalName'''||Restarts the terminal with the name terminalName.
|'''--terminal-restart TerminalName'''||Restarts the terminal with the name TerminalName.
|-
|-
|'''--terminal-reboot terminalName'''||Reboots 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-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-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-calibratetouchscreen TerminalName ScreenNumber'''||Calibrates all touchscreens connected to screen ScreenNumber on the terminal with the name TerminalName.
|-
|-
|
|
|-
|-
|'''--terminal-replacewindowscredentials oldUser newUser newPassword'''||
|'''--terminal-replacewindowscredentials OldUser NewUser NewPassword'''||
|-
|-
|'''--terminal-setwindowscredentials terminalName newUser newPassword'''||
|'''--terminal-setwindowscredentials TerminalName NewUser NewPassword'''||
|}
|}




====Display Client====
====Display Client====
::''''''
::{|cellpadding="3"
|'''--displayclient-replacewindowscredentials OldUser NewUser NewPassword'''||
|-
|'''--displayclient-setwindowscredentials TerminalName DisplayClientName NewUser NewPassword'''||
|}
 


====Terminal Server====
====Terminal Server====
::'''--terminalserver-replacewindowscredentials'''
::{|cellpadding="3"
::'''--terminalserver-setwindowscredentials'''
|'''--terminalserver-replacewindowscredentials OldUser NewUser NewPassword'''||
|-
|'''--terminalserver-setwindowscredentials TerminalServerName NewUser NewPassword'''||
|}
 


====TermSecure====
====TermSecure====
::'''--termsecure-setcardnumber username cardNumber''' - Sets the card id to cardNumber for the specified TermSecure user username.
::{|cellpadding="3"
::'''--termsecure-setcardnumberbywindowsuser windowsUsername cardNumber''' - Sets the card id to cardNumber for a TermSecure user using a unique Windows username windowsUsername.
|'''--termsecure-setcardnumber Username CardNumber'''||Sets the card id to CardNumber for the specified TermSecure user username.
 
|-
::'''--termsecure-replacewindowscredentials''' -  
|'''--termsecure-setcardnumberbywindowsuser WindowsUsername CardNumber'''||Sets the card id to CardNumber for a TermSecure user using a unique Windows username WindowsUsername.
::'''--termsecure-setwindowscredentials''' -
|-
|
|-
|'''--termsecure-replacewindowscredentials OldUser NewUser NewPassword'''||
|-
|'''--termsecure-setwindowscredentials TermSecureUser NewUser NewPassword'''||
|}


====Relevance Location====
====Relevance Location====
::'''--location-replacewindowscredentials'''
::{|cellpadding="3"
::'''--location-setwindowscredentials'''
|'''--location-replacewindowscredentials OldUser NewUser NewPassword'''||
|-
|'''--location-setwindowscredentials LocationName NewUser NewPassword'''||
|}

Revision as of 21:00, 4 December 2014

Usage

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
--terminal-setwindowscredentials TerminalName NewUser NewPassword


Display Client

--displayclient-replacewindowscredentials OldUser NewUser NewPassword
--displayclient-setwindowscredentials TerminalName DisplayClientName NewUser NewPassword


Terminal Server

--terminalserver-replacewindowscredentials OldUser NewUser NewPassword
--terminalserver-setwindowscredentials TerminalServerName NewUser 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
--termsecure-setwindowscredentials TermSecureUser NewUser NewPassword

Relevance Location

--location-replacewindowscredentials OldUser NewUser NewPassword
--location-setwindowscredentials LocationName NewUser NewPassword