RE: RMS for separate stores
OK, I found the files.
Basically the solution is in two different .Bat files that is executed by the user, instead of running the shortcut of the RMS SO Admin to change the database and then running the RMS SO Manager. Each .BAT file is for a different RMS database. All the .REG and .BAT files have to be in the same folder.
Inside the .BAT file, before executing the RMS SO exe file, the .BAT file is executing a .Reg file that is changing the database name where RMS is pointing, so the "correct" database.
Here is the code:
1º) The .REG file code is something like
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Retail Management System\Headquarters\Server\Database] "Initial Catalog"="RMSHQDatabase1"
2º) The .BAT file code should be something like this next:
"@echo off
cd\
start /wait SP.reg
cd "C:\\Archivos de programa\\Microsoft Retail Management System\\Headquarters\\"
start HQMANAGER.exe
@echo on"
where SP.reg is the name of the .REG file. You will need to edit a little bit the .REG and .BAT files to adapt it to your needs.
If you need help, do not hesitate to contact me directly.
Please verify my answer if this solution works for You.
Best regards, A.