Skip to main content
Known Participant
October 12, 2007
Answered

Why is this so?

  • October 12, 2007
  • 3 replies
  • 302 views
I saw in another thread that "All RH projects should be on your local drive."
Why is this, and how important? Mine in on a network drive - a merged project with several users. I generally work locally, and generate to the network, and copy my project files there (for the merge), but others are working only on the network dive.

Is it just a matter of security - so no one deletes your stuff?

Gail
    This topic has been closed for replies.
    Correct answer Peter Grainge
    It is because underpinning RH there is a Microsoft Access database and quite simply they often do not work nicely across a network.

    We often see people say they have been working on a network drive for years and not had trouble before. A bit like they have been working on the roof for years but haven't fallen off before.

    Work locally. Generate locally. Zip up your projects each time you work on them and put the zip on the network.

    3 replies

    Peter Grainge
    Community Expert
    Peter GraingeCommunity ExpertCorrect answer
    Community Expert
    October 12, 2007
    It is because underpinning RH there is a Microsoft Access database and quite simply they often do not work nicely across a network.

    We often see people say they have been working on a network drive for years and not had trouble before. A bit like they have been working on the roof for years but haven't fallen off before.

    Work locally. Generate locally. Zip up your projects each time you work on them and put the zip on the network.

    Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
    RoboColum_n_
    Legend
    October 12, 2007
    Hi Gail/Julien. It has nothing at all to do with security. RoboHelp uses an Access database as it's engine. MS Access is well known as having problems when run over a network hence the numerous posts from users that have problems that disappear when they move their project source files to a local drive. You may never run into problems but if you do, they can be severe (e.g. corrupted projects). It is strongly recommended by those in the know never to have your source files on a network drive. By all means backup or publish output to a network drive though.
    October 12, 2007
    quote:

    Originally posted by: GailK1226
    Is it just a matter of security - so no one deletes your stuff?



    I would guess that it is so. This can also prevent that many people try to open the same file at the same time and making concurrent changes.

    If you want to work on a network drive, or be many users on the same project, your best guess would be to use some kind of version control, under which the files are stored locally and changes are commited to the network.