Hello.
I am experiencing problems when signing remotely from a Windows 7 32 bits connected to a Windows 7 32 bits by Windows Remote Desktop.
When signing, sometimes it works the first or second time, but suddenly it stops working (grey signing box), despite I have been following the Topaz instructions (How-To Guide "SigSock Remote Environment System For HSB (HID USB) Pads").
Any ideas?
Thanks in advance.
David
Problems signing remotely
- Hersheydmd
- Posts: 703
- Joined: Sun May 03, 2009 9:12 pm
Re: Problems signing remotely
Hi David,
I never got it to work properly with my HSB Topaz pad. I was in contact with Topaz Systems tech support and I did everything they advised, but it still wouldn't work. I believe a BSB Topaz pad would probably work, since it is designed to work remotely. But I haven't tried one yet.
I found the easiest solution is to copy my database to my home computer and then copy it back to my office when I am done working. The advantage is that it is speedier working locally than remotely.
I wrote two scripts to copy my database from my office to my home computer and back again via Remote Desktop. It takes about 10 minutes in either direction. Before copying the database it renames the existing database on the receiving end so it is saved with the current date, just in case of a problem and I want to undo all my work.
Note:
I never got it to work properly with my HSB Topaz pad. I was in contact with Topaz Systems tech support and I did everything they advised, but it still wouldn't work. I believe a BSB Topaz pad would probably work, since it is designed to work remotely. But I haven't tried one yet.
I found the easiest solution is to copy my database to my home computer and then copy it back to my office when I am done working. The advantage is that it is speedier working locally than remotely.
I wrote two scripts to copy my database from my office to my home computer and back again via Remote Desktop. It takes about 10 minutes in either direction. Before copying the database it renames the existing database on the receiving end so it is saved with the current date, just in case of a problem and I want to undo all my work.
Note:
- The computer I remote into at work is a workstation, not my server.
- The scripts are run from two .bat files on the desktop on the workstation at work.
- First I turn off MySQL on the receiving end with a shortcut on the desktop that executes: 'C:\Windows\System32\net.exe stop MySQL'.
- When I am done copying I turn it back on with a shortcut to 'C:Windows\System32\net.exe start MySQL'.
- <Renames OD database on home computer to 'opendental_yy_mm-dd'. Copies OD database from office server to home computer>
@Echo On
ren \\tsclient\C\mysql\data\opendental opendental_%date:~10,4%_%date:~4,2%_%date:~7,2%
robocopy \\Server\C\mysql\data\opendental \\tsclient\C\mysql\data\opendental /s
pause - <Renames OD database on office server to 'opendental_yy_mm_dd'. Copies OD database from home to office.>
@Echo On
ren \\Server\C\mysql\data\opendental opendental_%date:~10,4%_%date:~4,2%_%date:~7,2%
robocopy \\tsclient\C\mysql\data\opendental \\Server\C\mysql\data\opendental /s
pause
Robert M Hersh DMD, FAGD
Univ. of Penn 1982
Brooklyn, NY 11234
https://www.facebook.com/pages/Robert-M ... 1471599429
Univ. of Penn 1982
Brooklyn, NY 11234
https://www.facebook.com/pages/Robert-M ... 1471599429
Re: Problems signing remotely
Hi Robert.
Thanks for your suggestion.
I can't copy and paste the database because it's shared and used by the computers of the clinic at the same time I'm working in remote.
Maybe using a BSB Topaz would be the solution, although the price is higher than the HSB one.
Thanks again.
Regards
Thanks for your suggestion.
I can't copy and paste the database because it's shared and used by the computers of the clinic at the same time I'm working in remote.
Maybe using a BSB Topaz would be the solution, although the price is higher than the HSB one.
Thanks again.
Regards
- Hersheydmd
- Posts: 703
- Joined: Sun May 03, 2009 9:12 pm
Re: Problems signing remotely
How much are they?DavidM wrote: Maybe using a BSB Topaz would be the solution, although the price is higher than the HSB one.
Robert M Hersh DMD, FAGD
Univ. of Penn 1982
Brooklyn, NY 11234
https://www.facebook.com/pages/Robert-M ... 1471599429
Univ. of Penn 1982
Brooklyn, NY 11234
https://www.facebook.com/pages/Robert-M ... 1471599429