Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Command line to reload Micros DB

Status
Not open for further replies.

AM_WG

Programmer
Jan 15, 2019
70
0
0
US
Does anybody know of a command that can have the Micros database reload? I could CLControl to turn it off and then set it back to FOH. However, I was hoping for one that would replicate hitting the reload DB button on the GUID.
 
Clcontrol /node MICROS1 /process rundbms reload

Replace "MICROS1" with your server name.
 
@jackalsystems

Thanks, I'll try that!
 
It worked. I used a variable so it will work on all our systems.

Clcontrol /node %COMPUTERNAME% /process rundbms reload
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top