Results 1 to 6 of 6

Thread: Synchronization in revit through internet

  1. #1
    Member
    Join Date
    2014-02
    Posts
    4
    Login to Give a bone
    0

    Default Synchronization in revit through internet

    I have my revit central file in a location(say India). But my local file is saved in a geographicaly seperated place (say US). The only medium between these

    two is internet. When a suer make changes in the local file(in US) and click on "Synchronize now" , I wanna get the differentials(delta) and send it over

    WAN(internet) and synchronize it to the central file(in India).

    Is that possible?

    I have implemented the Doument_Synchronizing method of Revit api.

    Platform: C#.Net

    OS: Windows 7 32 bit

    Revit 2012 Architecture

    Regards,
    Manosh Jacob

  2. #2
    Member
    Join Date
    2012-09
    Posts
    34
    Login to Give a bone
    0

    Default Re: Synchronization in revit through internet

    This is not an API question - this is simply a matter of synchronizing the document.

    Not to be rude, but based on the couple questions I've seen you ask, I'd recommend that you familiarize yourself a little more with Revit itself before you start looking into the API.

    Your previous question (synchronizing when opening a local file) should instead be handled by creating a new local file from the central file when opening it, like so:

    Revit open model.png

    The only time users should be opening a local file directly is in the event that Revit crashes, or the central model becomes corrupt and you want to restore it from a user's local model.

    In this case, you sound like you're trying to work on a local file in a location where there is no communication with the central file. This isn't possible - you need to maintain a connection between the local and central file at all times.

    If you need to be on 2 different networks, you should look into either Revit Server, or WAFS, which are both products that allow users on 2 separate networks to work on the same file.

  3. #3
    Member
    Join Date
    2014-02
    Posts
    4
    Login to Give a bone
    0

    Default Re: Synchronization in revit through internet

    Thank you for you reply.

    actually i am creating a plugin for the revit and I want to automate its function as much as possible.

    I have already created the basic plugin and all.

    Revit server comes with revit setup or do i have to buy it separately?

    How much does it cost for a single license?

  4. #4
    Super Moderator david_peterson's Avatar
    Join Date
    2002-09
    Location
    Madison, WI
    Posts
    5,687
    Login to Give a bone
    0

    Default Re: Synchronization in revit through internet

    depending on workflow and if you can have separate files linked, the best method I've seen is Rsync and FTP. Set it and forget it. If you truely need to work in the same file across that kind of distance, I hope you keep your file small and have a direct fiber connection. The first time Revit times out due to network latency, you're done. Crash, kaput. Revit Sever helps a little bit with this, but can and most likely will cause issues down the road.

  5. #5
    AUGI Addict MikeJarosz's Avatar
    Join Date
    2015-10
    Location
    New York NY
    Posts
    1,497
    Login to Give a bone
    0

    Default Re: Synchronization in revit through internet

    We've been using Revit server and it's been working well, but our corporate IT wanted the files on their centralized server. So we gave it a try. It was a disaster. Every linked file timed out.

    The experiment was over in one day. We went back to Revit server.

  6. #6
    100 Club
    Join Date
    2006-05
    Location
    Seattle, WA
    Posts
    180
    Login to Give a bone
    0

    Default Re: Synchronization in revit through internet

    Quote Originally Posted by MikeJarosz View Post
    We've been using Revit server and it's been working well, but our corporate IT wanted the files on their centralized server. So we gave it a try. It was a disaster. Every linked file timed out.

    The experiment was over in one day. We went back to Revit server.
    Agree with Mike completely. Even using Revit Server to connect India with the continental US does not meet Autodesk's Revit Server recommendations for network connections under 100 ms latency.
    Revit Server uses IIS in place of SMB2/3, which is a much lighter protocol than SMB2/3.
    Last edited by meng005; 2014-06-26 at 08:37 PM.

Similar Threads

  1. 2014: Auto Synchronization to central file upon opening a local Revit file
    By manoshj1534948 in forum Revit - API
    Replies: 2
    Last Post: 2014-02-05, 04:33 AM
  2. Revit network synchronization problems
    By sachaotoole357702 in forum Networks
    Replies: 0
    Last Post: 2011-07-12, 04:29 AM
  3. Revit file synchronization with Dropbox
    By clog boy in forum Revit - Worksharing/Worksets/Revit Server
    Replies: 3
    Last Post: 2011-03-03, 05:32 PM
  4. REVIT worksets via internet FTP
    By madmax5201797 in forum Revit - Worksharing/Worksets/Revit Server
    Replies: 18
    Last Post: 2006-01-23, 03:10 PM
  5. Revit and the Internet
    By ariasdelcid in forum Revit Architecture - General
    Replies: 0
    Last Post: 2004-12-18, 03:46 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •