Multiple people working on same iWeb domain.

I am trying to rebuild my site after upgrading to iWeb'08 and would love to be able to have multiple people work on different areas of the site to speed up the process. How do I sync them back without loosing links. Can I ever have them exist in one file again. I believe that I can manually publish to folder then put them all in same folder.
If there is any advice you guys can give would be greatly appreciated.

Advice?
Don't try it.
You would need multiple versions of the Domain.sites folder created by iWeb and there is no way to merge them into just one file.

Similar Messages

  • Multiple people working on same instance

    Can two people work on same instance at the same time. If one user makes the change and resfreshes the page, he sees the changes made by other user?
    Edited by: JoshMachine on Jul 8, 2009 9:00 AM

    Hi,
    Are you sure you want to go the Split-N (now called "Multiple" in Oracle BPM 10g) route? From your earlier thread, here's what I think you're trying to do:
    Just to clarify again - (1) One guy has a task assigned to him
    - (2) He assigns same task ( creates duplicate copy ) and assigns to some else in different role.
    - (3) Now both should edit the task , meaning if one changes the tasks , other person should see it as well.>
    I'll typically use a Split-N when I have a dynamic number of copies I want to create that is determined at runtime. Examples include:
    a) you form an adhoc committee of people in a role and you want them to approve disapprove a proposal and you determine who's on the committee and the number of people on the committee at runtime.
    b) you have a request for quote from a variety of different suppliers and if it's a large order you send out x number of requests to suppliers and if it's a small order you send out y number of requests to suppliers
    c) you have a batch of things (e.g. healthcare claims) represented by one work item instance and you want to have workers treat the individual claims as single work items inside the same process (a single work item might have 100 claims that would spawn 100 work items).
    If you're still thinking you need to use a Split-N activity, this thread explains how to use it: Re: multiple-join: get value of each participant
    I could be wrong, but I think you might be better served if you use a Split activity and not a Split-N.
    For your use case it sounds like you'd have two transitions coming out of the Split activity.
    To meet your first criteria ("One guy has a task assigned to him"), one transition would go to an Automatic activity where the original person is assigned the copy of the original instance (use "next.participant" feature to assign it to him). Following this Automatic activity, it would flow to an Interactive activity where only the original participant could edit the work item instance.
    To meet your second criteria ("He assigns same task ... and assigns to some else in different role"), you need to add a second transition that would go to an Automatic activity where the second person is assigned the copy of the original instance. Following this Automatic activity, it would flow to an Interactive activity where only the second person could edit the work item instance.
    Both Interactive activities would have a transition to the Split's Join activity.
    To meet your third criteria ("Now both should edit the task , meaning if one changes the tasks , other person should see it as well"), right mouse click the Split activity -> click "Properties" -> click "Advanced" on the left side -> uncheck the checkbox beside the text "Generate independent Copies". Now if one edits their copy, the other will see the change reflected.
    The only concern I have with this approach is a bug I encountered last week when I turned off generate copies in a Split using Oracle BPM 10g. In 10g, I noticed that the instance remained locked occasionally after one of the participants "touched" the instance. Once locked, I could not invoke the copy again. It did not happen every time, but often enough where I decided to work around the new 10g bug by leaving the property set to generate copies and writing to an outside database table once one of the people edit it and reading from the same outside database table before someone edits it.
    Hope this helps,
    Dan

  • Book file & Dropbox: Multiple people working on same book file

    I am trying to use the book file and have run into multiple issues. We have saved the book file and all relevant InDesign files on dropbox. There are two of us who work on the book file at the same time. We have the book file open together but work on different files from the book, never working on the same file at the same time.
    A few of the issues we have run into are as follows:
    1. The book file does not show the InDesign files the other person added, when opening on a different computer.
    2. When saving the book file, from the panel, it will tell us someone else saved the file and if we want to overwrite their file.
    3. When working on of the files from the book and I try to save the file (ctrl+s) I get error messages telling me the network connection was modified by another process. InDesign then has en error message it needs to shut down and start back up to recover documents. After it starts back up it can't recover document due to error(11).
    Has anyone used the bookfile with a cloud service, while multiple people work on different files for the book? For example, we want one person to work on the files 1-5 and another on 6-10 for the book file at the same time.

    Only one person can work on a book file at the same time.
    You cannot work this way on the files.
    Person A adds a file to the book
    Saves
    Person B adds a file to the book
    Saves
    Persons B version overwrites Person A file.
    Consider giving 1 person the duty of updating the Book File.
    Only 1 person can work on a file at the same time - consider splitting files you're working on into folders
    Folder>Person A
    Folder>Person B
    Add files that person should be working on.
    Person in charge of updating the book file will update from both folders.
    The way you're working will not work.

  • HT204053 Can multiple people use the same Apple ID for their own devices?

    Can multiple people use the same Apple ID for their own devices? I just set up my IPhone 4S (first time user) using the same Apple ID as my daughters and now we receive each others texts, do I need to set up my own Apple ID account?

    Yes, you can.  In fact it's recommended that you use different IDs for iMessage, FaceTime and iCloud.  You can still share the same ID for iTunes without any issues.
    You are getting each other's text messages because you're using the same ID for iMessage.  To fix this, one of you should go to Settings>Messages>Send & Receive, tap the ID, sign out, then sign in with a different ID.  To avoid getting each other's FaceTime calls, do the same thing in Settings>FaceTime.

  • How to make multiple portals work in same domain (wlp 9.2)? IMPORTANT !!!

    We have domain where one portal application is in production now and other portal application have to deploy in the same domain.
    The first one is using global scoped DataSources and the new one is using application scoped because they have to use own schemas in the database.
    Also Group and User/role management have to work application scoped, meaning that in one's portal admin console shows only users/groups/roles to that portal.
    How do I do this and what is the optional/best practises to do this kind of configuration, configure and deploy multiple portals in the same domain ?
    I get so far that I make new SQLAuthenticator and XCAMLRoleMapper to the new portal but when the LDAP and database goes out of sync and I delete P13N -tables and LDAP, server start creates only to the first portal database the needed rows and delegated admin management doesn't work in the new one at all.
    I have read all bea's documents related to JDBC - application scoping, deploying, security P13N and I can't get enough information from it to make this work.
    Thanks !

    You may want to ask in the weblogic.developer.interest.portal forum.
    I don't believe that group and user/role management can be application
    scoped.
    <Tanja Puurula> wrote in message news:[email protected]..
    We have domain where one portal application is in production now and other
    portal application have to deploy in the same domain.
    The first one is using global scoped DataSources and the new one is using
    application scoped because they have to use own schemas in the database.
    Also Group and User/role management have to work application scoped, meaning
    that in one's portal admin console shows only users/groups/roles to that
    portal.
    How do I do this and what is the optional/best practises to do this kind of
    configuration, configure and deploy multiple portals in the same domain ?
    I get so far that I make new SQLAuthenticator and XCAMLRoleMapper to the new
    portal but when the LDAP and database goes out of sync and I delete
    P13N -tables and LDAP, server start creates only to the first portal
    database the needed rows and delegated admin management doesn't work in the
    new one at all.
    I have read all bea's documents related to JDBC - application scoping,
    deploying, security P13N and I can't get enough information from it to make
    this work.
    Thanks !

  • Can multiple people work on the same project at the same time with Creative Cloud for Teams?

    We have a project we are working on, and since it needs to be done in record time, multiple people need to be able to access the most current version. Is there a way to work on one project concurrently, like on Google docs?

    The only link I have is to manage your team account http://forums.adobe.com/thread/1460939?tstart=0
    The only Adobe program/process for team work that I know of is Adobe Anywhere, but that requires a very different process
    Adobe Anywhere http://www.adobe.com/products/adobeanywhere.html
    http://www.creativeimpatience.com/adobe-anywhere-enterprise-solution/

  • Two users on same machine working on same iWeb site

    Hi
    We have two users on our new iMac because some things we want to keep separate. But we both want to work on our iWeb site when we feel like it, from our own account.
    I copied the domains file into Users\Shared and it appeared we could both work on it from there. But then I found that each blog entry becomes only partially editable by the other user. iWeb doesn't complain when I save, but it isn't actually saving the changes to blog entries that were started by the other user.
    Can anyone please help tell me how two users are supposed to work on the same iWeb blog? Thank you!

    I would also like to know the answer to this.
    Thanks!

  • Multiple person working on same planning area

    Hello,
    Can anyone please suggest how multiple people can work on same planning area at the same time. We are working on implementation project and our team has to work on different planning levels in the same planning area. But locking prevents us to achieve the same.
    Any ideas?
    Regards

    Hello,
    Regarding the change of the Area itself, it looks logic that two person cannot change its design at the same time.
    If I remember well if somebody is changing the Area, then everything is locked. But it is not the case if two person are working on separate Levels.
    A very important thing (correct me if I'm wrong) is that if you have been in change mode of an Area, Level, Package, etc... in your current BPS0 session, you will still lock it untill you get out of BPS0.
    Then, if in your team everybody knows on wich level they have to work and then don't go in change mode of other elements it should work (but not for the area because it contains all the subelements...).
    By the way, check also <a href="http://service.sap.com/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=635244">Note 635244 - Locking transaction data in SEM-BPS</a>:
    <i>Two parameters are only designed to facilitate the Customizing process, if users
    carry out Customizing in transaction BPS0 within a project.
    o SEM_BPS_NO_LOCK: This parameter has the effect that transaction
    data is not locked at all. Never use this parameter in a production
    system. As of Support Package 14 for Release 3.1B, parameter
    SEM_BPS_NO_LOCK is released by an additional switch in table
    upc_dark2: For this purpose you have to maintain a record with
    param = ENABLE_NO_LOCK and value = X in table upc_dark2. Only then
    the system includes parameter SEM_BPS_NO_LOCK. The parameter can
    then be useful if you want to test functions or the manual planning
    with 'test data' in Customizing.
    o SEM_BPS_SAVE_UNLOCK: This parameter only works in transaction BPS0;
    it has the effect that the system unlocks data (if possible) after
    it has been saved. Therefore, the system only simulates an exit and
    reentry in transaction BPS0 with the last active detail
    application. Therefore, the above parameter can be helpful if many
    people work on Customizing in transaction BPS0, because objects can
    be unlocked earlier.</i>
    You can add these parmeters to a user id in the "Parameter"tab in T-Code SU01.
    Best Regards,
    Jeoffrey

  • Working on same iWeb with 2 Macs

    I love the functionality i get with .Mac sync and using multiple macs. But I haven't found this with iWeb. When I'm working on some pages at my work computer then when I go home at night and get on the girlfriends iBook, I can't access any iWeb stuff I've created or published. I'm stuck with a blank page. Is it possible to work like this?
    thanks
    Kerry

    You just need to transfer the iWeb Domain/data files between the machines. Some info
    http://homepage.mac.com/thgewecke/iwebdata.html
    http://homepage.mac.com/thgewecke/iwebtwomacs.html

  • Multiple people working on one module pool - how?

    Hello SDN Community,
    I have a need for multiple people to be working on the same module pool.  Since the forms are in a shared include inside the main program, how is it handled the multiple people writing code at the same time for the same module pool?  Also the concurrent creation of screens in SE51 and pf-statuses in SE41?
    Thank you,
    Dean Atteberry.

    I was thinking about SAP module pool SAPMP50A (HR maintenance screen).  It has lots of screens, includes, pf-status, etc.  I realize that this has evolved over time and that lots had been added since original development.
    But the original SAPMP50A must have had a lot of screens designed for it.  Assuming it had, lets say 10 screens, did only one SAP developer build all 10 screens?   Or did SAP put multiple people on it?  And if so, how did they handle needing access to forms in same include with realities of editor locking?
    Best way that I can see this now is that only one developer to a given module pool.  Maybe a second one could build his part in a secondary module pool (and SE51/SE41) and then copy what they built to main module and SE51 and SE41.
    Just trying to think this thing thru.....

  • Multiple people working on one project

    Hello,
    A co-worker and I have run into a problem with robohelp and
    network drives. We are currently switching over a guide of
    procedures to Robohelp. We did have our project located on our
    intranet for the rest of our team members to use when we are
    finished. We are also going to be using Robo Help for more than
    what we are doing right now. I've read here that the access
    database that our project uses doesn't like network drives. My
    questions are, what do I need to buy to be able to have two people
    working in the same project at one time?
    Thank You,

    We did have our project located on our intranet for the rest
    of our team members to use when we are finished. - That sounds like
    the output and it is quite OK to put that on a network drive for
    users to read.
    What must not be on a network is you source project. To do
    that you don't need to buy anything as RH comes with source
    control. If you pop the original CD in, you will find an option to
    install it. I am assuming you have a fairly recent version.
    Before you proceed, go to
    http://www.adobe.com/devnet/robohelp/
    and take a look at Matthew Ellison's article on the subject. You
    will probably need developer assistance to set it up.

  • Can multiple computers manage the same iWeb website?

    Everyone in our family has a Mac and their own blog. Is there any way each of us can use iWeb to access the same site from different computers?

    Yes. But they can't be working on the file at the same time. See Old Toad's Tutorial #21 - Managing an iWeb site from multiple Macs with Dropbox.. This method makes it simple to do what you want but you have to adhere to the caveat that only once can be working on the file at the same time.
    Otherwise, you wound have to have the domain file for the site make available on a server or external HD that all other Macs and users could access.
    OT

  • Multiple Designers Working on Same Site in DreamWeaver, HELP!

    Here are the specifics:
    Mac based design team
    Three designers using CS4
    Three designers using CS2
    Designers working on the same website
    Website is on a network drive (all working files are on the network drive, no users have website files on their local machines)
    Website is hosted on an external server (this is where we upload the files when they are ready to go live, we use DreamWeaver to upload)
    Here is the problem:
    The site we have is a medium sized site, there are a number of different pages and images in this site.
    When we start DreamWeaver, it takes forever.
    When we work in DreamWeaver on this site, it takes forever.
    There is a significant lag when opening a file or opening a folder within DreamWeaver.
    Two key problems:
    The number of delays is a problem, it adds up to a lot of wasted time.
    Starting up DreamWeaver takes forever.
    Other notes:
    If the solution works only for the CS4 users, that is okay.  Anything solution is better than the current situation.  The CS2 users will be upgraded soon enough.
    My guess is that our current setup is probably not the best method.
    The BIG question:
    What would be the best recommended way to have multiple users over a local network work on one website in DreamWeaver that is hosted on an external server?

    Well, this sounds more like an IT question, but it seems to me if 4 people are all using the same program sitting on your server, it is going to be slow.
    I dont think that some designers having CS4 and 2 has any effect, its all HTML/CSS or.... so that should not be a worry.  I would think if you purchased more DW licenses for the individual machines it would speed thinks up. They can all fish from the same server for files.
    HTH
    Gary

  • Two people working on same site

    Hi came two people from differant computers and locations
    work on the same website, if yes would I have to GET a file
    everytime the other person changes it, or would I work on the
    remote file.
    Im using dreamweaver MX2004
    advice please

    Read up on Dreamweaver's Check In/Check Out system.
    http://tinyurl.com/67g64m
    or (same link):
    http://livedocs.adobe.com/dreamweaver/mx2004/using/wwhelp/wwhimpl/common/html/wwhelp.htm?c ontext=Using_Dreamweaver&file=05_sit53.htm
    Regards
    John Waller

  • Multiple Users working on same Model

    Hi
    In a Multi user environment if a particular Modle is being worked by many user at the same time, what is the impact.
    Will it give a Problem or all changes can be saved?
    Thanks & Regds
    Ravi

    Hi Ravi,
    Although multiple users can access the same database and same group folder simultaneously, only one user can access a particular model at a time. The subsequent users who tries to open a model which is already opened by a user, they get a message that the model is in use by that user.
    Only the first user who has opened the model can make changes to the objects / properties of the model. The users who have subsequently opened the model, will have Read-only access to the model. They can however view the changes to the model, if the first user is making the changes simultaneously, by pressing the 'refresh' (F5) button regularly.
    In a few scenarios (like certain EPC type models), I have seen that the users who have opened the model already in use also are able to capture changes to the object properties. But, they are unable to save the changes.
    Regards,
    K.C.

Maybe you are looking for

  • Performance problems, do we need to upgrade. Server and Database level

    Problem: I'm a Java programmer and a Transact SQL DBA. So i have knowledge about databases. Nowwe have a database who performs very bad and got much deadlock problems and so on. It's an Oracle Database. We have Oracle version 9 and an application in

  • Trouble with Exported .pdf Files

    I created three 20"x30" one-page documents (with iPhoto-sourced images) which saved as 24.7 MB, 19.4 MB, and 10.7 MB files, respectively. I needed to send JPEG files to my service provider for high-resolution prints. Since Pages '08 doesn't have a JP

  • F110 - error in executing

    Dear All,                I am facing a problem while executing F110. The system posts some of the vendor and leave out other vendor e.g. if I have 500 line items, the system picks only 40 or 50 and the remaining is shown as running. When I check the

  • Why i can't export into IDML [JS-CS6]?

    I have: var mDoc = app.activeDocument; if(app.activeDocument.modified){     app.activeDocument.save(); myFilename = app.activeDocument.fullName.toString(); mPathDoc = app.activeDocument.fullName; if (myFilename.match(".indd") !=null){ myFilename = my

  • 10.6.3 virtual server anomalies

    Sure could use some help here. I've installed Snow Leopard 10.6.3 Server in a virtual machine via Parallels. For a brief period I was able to ping this virtual server and even connect to it from Server Admin on my "real" Mac partition. There seemed t