Welcome, Guest
Username: Password: Remember me

TOPIC: Move progam to an other computer

Move progam to an other computer 11 years 3 months ago #5421

  • RHRKH
  • RHRKH's Avatar
  • Offline
Hi! The Red Cross Rescue team on Tyrifjorden in Norway are working with maping A river, and we are going to buy the program. But can we after the project is finnish transfer the licens to an other PC? We are using an PC in the SAR boat now, and want to use another PC in the office from the autum.
The administrator has disabled public write access.

Move progam to an other computer 11 years 3 months ago #5422

  • Matt
  • Matt's Avatar
  • Offline
Hi,
This is no problem - you need to deactivate the license on the old computer using the Deactivate License button in the "About Reefmaster" window, and then reactivate on the new computer. You can in any case activate ReefMaster on two PC's simultaneously, so if you are working across two computers you won't need to deactivate the first one.

One issue with moving workspaces between computers is that ReefMaster expects sonar log files to be in the original location from which they were imported. Whilst it is possible to locate each file individually when prompted, it is usually easier to copy sonar logs to the new PC in the same location that they were originally stored - e.g. if your sonar logs were in C:\sonar_logs, then create the same folder on the new PC and put the existing logs there.

Matt
The administrator has disabled public write access.

Move progam to an other computer 11 years 3 months ago #5425

  • Team Colibri
  • Team Colibri's Avatar
  • Offline
Som Matt sier går det helt fint Thor. :) Jeg bruker selv en laptopp i båten, og en annen hjemme.
The administrator has disabled public write access.

Move progam to an other computer 11 years 3 months ago #5426

  • RHRKH
  • RHRKH's Avatar
  • Offline
Thanks to you both for the quick reply ;-)
The administrator has disabled public write access.

Sonar logs in workspace folders? 10 years 11 months ago #6062

  • cootcraig
  • cootcraig's Avatar
  • Offline
Matt wrote:
One issue with moving workspaces between computers is that ReefMaster expects sonar log files to be in the original location from which they were imported. Whilst it is possible to locate each file individually when prompted, it is usually easier to copy sonar logs to the new PC in the same location that they were originally stored - e.g. if your sonar logs were in C:\sonar_logs, then create the same folder on the new PC and put the existing logs there.
Matt
I am running ReefMaster Pro in a VirtualBox guest from a Linux host. I plan
to put my workspace folders on a shared host folder and use git as a change
management tool. I think it would be good to keep the tracks and any other
asset files in the workspace folder along side the rmdb file.

/my_workspace/
/my_workspace/.gitignore # file for git
/my_workspace/.git/ # local git repository folder
/my_workspace/my_workspace.rmdb
/my_workspace/sonar_logs/
/my_workspace/sonar_logs/t1.sl2
/my_workspace/sonar_logs/t2.sl2

Can you think of any issues is this scheme?
The administrator has disabled public write access.

Sonar logs in workspace folders? 10 years 11 months ago #6063

  • cootcraig
  • cootcraig's Avatar
  • Offline
cootcraig wrote:
/my_workspace/
/my_workspace/.gitignore # file for git
/my_workspace/.git/ # local git repository folder
/my_workspace/my_workspace.rmdb
/my_workspace/sonar_logs/
/my_workspace/sonar_logs/t1.sl2
/my_workspace/sonar_logs/t2.sl2

Can you think of any issues is this scheme?

Possibly the UNC paths for

/my_workspace/sonar_logs/t1.sl2
/my_workspace/sonar_logs/t2.sl2

will be an issue. I think the full path to
the host shared files would be

\\vboxsrv\rm\my_workspace\sonar_logs\t1.sl2
...
The administrator has disabled public write access.

Sonar logs in workspace folders? 10 years 11 months ago #6067

  • Matt
  • Matt's Avatar
  • Offline
It shouldn't matter where you store your sonar log files, and UNC paths should work just fine.
The issue is still what happens when sonar files are moved, or a database is moved to another computer. At the moment, we only have a way of reconnecting sonar log files one by one, and this is rather tedious. If you have a better suggestion, then I would be interested to hear it. One possibility is some kind of "root" directory that can be updated, with relative paths to sonar logs retained. This mechanism would also work in the case where all files are located in a single directory.
The administrator has disabled public write access.

Sonar logs in workspace folders? 10 years 11 months ago #6068

  • cootcraig
  • cootcraig's Avatar
  • Offline
Matt wrote:
It shouldn't matter where you store your sonar log files, and UNC paths should work just fine.
The issue is still what happens when sonar files are moved, or a database is moved to another computer. At the moment, we only have a way of reconnecting sonar log files one by one, and this is rather tedious. If you have a better suggestion, then I would be interested to hear it. One possibility is some kind of "root" directory that can be updated, with relative paths to sonar logs retained. This mechanism would also work in the case where all files are located in a single directory.

The relative path is what I was thinking, since I plan to place the sonar log files into a sub/relative directory.
The administrator has disabled public write access.

Sonar logs in workspace folders? 10 years 11 months ago #6069

  • Matt
  • Matt's Avatar
  • Offline
I think this would be the easiest solution, I'll look into it. The way it could work is to scan all imported sonar log files and look for the highest common directory ancestor in the existing paths. This could then be replaced.

For now I'm afraid you need to ensure that the log file paths are identical, or else update each track manually (or reimport them all, of course).
The administrator has disabled public write access.

Sonar logs in workspace folders? 10 years 11 months ago #6070

  • cootcraig
  • cootcraig's Avatar
  • Offline
Matt wrote:
For now I'm afraid you need to ensure that the log file paths are identical, or else update each track manually (or reimport them all, of course).

This is working for me. All the files are on a host shared folder. Here is the workspace file:

\\VBOXSVR\reefmaster\Runyon_Lake\Runyon_Lake.rmdb

And here is one of the sonar log files:

\\VBOXSVR\reefmaster\Runyon_Lake\sonar_logs\Chart 09_08_2015 [0].sl2

I can easily reproduce this path on another virtualbox host if needed.
The administrator has disabled public write access.
SCROLL TO TOP