Error in setting up Multi-user RPD

Hi
I've managed to set up a local MUD RPD on my laptop for testing purposes. I am able to make updates and then check these into the shared RPD. However when trying to access the shared RPD I receive the message that I am only able to update the RPD in Read-Only mode.
What I want to know is have I missed a step in cecking the updates into the shared RPD which has left a lock on the shared RPD?
The following files are listed in the shared directory:
modified subset of shared_samplesales.001
modified subset of shared_samplesales.002
shared_samplesales.000
shared_samplesales.001
shared_samplesales.002
shared_samplesales.002.csv
shared_samplesales.mhl
shared_samplesales.rpd
Regards
Adnan

Hi
I may have the answer. I copied the file into a different folder and I was able to open the file in offline mode.
It seems that when you set the multi-user RPD in the Tool>Options>Multiuser the folder that you specify here automatically any repository in this folder can only be opened as read-only. I changed the foler path to where I copied the the RPD to and low and behold I was only able to open the file in read-only mode.
A

Similar Messages

  • Get error while setting Folder in user Preferences

    When user tries to set Folder in Preferences (InfoView start page) he gets an error "An error has occurred: null". Where is the problem?
    Thanks,
    Olga

    Hi Olga,
    He is trying to change Infoview Start page to be a specific folder instead of Home page. I guess user doesnt have rights to change it. if you login as an administrator you can change it and select which folder you wan to view in infoview start page. I guess the user doesnt have those rights to change.
    Thanks,
    SK.

  • How to set up multi-user access for an email account?

    Hi,
    In our business, we run 3 macs with Mountain Lion and use Mail to access our IMAP account. Each of us needs to be able to respond to and see incoming/outgoing messages on our respective computers. Unfortunately our mail provider doesn't like concurrent connections. What kind of application can we use to synchronize this account so everyone sees the same thing on each computer? Any suggestions appreciated.
    I should note that we actually have 10 e-mail accounts which all need to function this way, but in the interest of simplicity let's consider we have just the one. Because we have 10 accounts, we can't use iCloud sync, nor do I want to because I don't trust it. I'm looking for something bulletproof and ideally locally stored.

    I use Dreamhost and have been happy with them. There are probably a few hundred companies with similar services, although Dreamhost is one of the largest. It is pretty standard practice these days to have either Google or Microsoft transparently hold e-mail services. Exchange has definitely won the e-mail protocol wars. Basically just pick one that uses Google or Microsoft.

  • Set multi user column with PowerShell used to work in 2010 but no longer works in 2013

    In SharePoint 2010 I used PowerShell to set the value of multi user people columns and it worked really well.  I attempt to use the same PowerShell to set the same column type in SharePoint 2013 and it fails.
    here is the PowerShell that I use in 2010:
    $web = Get-SPWeb "http://intranet"
    $list = $web.lists["TestList"]
    $item = $list.items.add()
    $item["Title"] = "Test multi user column"
    $users = @("Domain\user1", "Domain\user2")
    $userList = new-object Microsoft.SharePoint.SPFieldUserValueCollection
    foreach($user in $users)
    $spUser = $web.EnsureUser($user)
    $userValue = new-object Microsoft.SharePoint.SPFieldUserValue($web, $spUser.ID, $spUser.Name)
    $userList.Add($userValue)
    $item["MultiUserColumn"] = $userList
    $item.update()
    I have used this on three SharePoint 2013 farms with differing results.  On two of them I receive an error when running $item.update(): Exception calling "Update" with "0" argument(s): "Invalid look-up value.  A look-up
    field contains invalid data. Please check the value and try again."
    If I take one of the users out of the $users list then it works fine, but it will not allow multiple users to be set with PowerShell.  I can use the GUI to add more than one user but not PowerShell.
    Does anyone know if these methods have changed in 2013? I haven't been able to find anyone else with this issue.
    mmm... coffee...

    Not sure but maybe something to do with casting. Below is the code snippet from one of the blogs. Try modifying your script like below and see if still you get the error
    [Microsoft.SharePoint.SPFieldUserValueCollection]$lotsofpeople = New-Object Microsoft.SharePoint.SPFieldUserValueCollection
    $user1 = $w.EnsureUser("domain\user1");
    $user1Value = New-Object Microsoft.SharePoint.SPFieldUserValue($w, $user1.Id, $user1.LoginName)
    $user2 = $w.EnsureUser("domain\user2");
    $user2Value = New-Object Microsoft.SharePoint.SPFieldUserValue($w, $user2.Id, $user2.LoginName);
    $lotsofpeople.Add($user1Value);
    $lotsofpeople.Add($user2Value);
    $i["lotsofpeoplefield"] = $lotsofpeople;
    $i.Update();
    #-or-
    $l.Fields["lotsofpeoplefield"].ParseAndSetValue($i,$lotsofpeople);
    $i.Update();
    Reference to the link
    http://social.technet.microsoft.com/wiki/contents/articles/20831.sharepoint-a-complete-guide-to-getting-and-setting-fields-using-powershell.aspx
    Geetanjali Arora | My blogs |

  • Set Database Back to Multi User from Single User

    I am using SharePoint Services 3.0 (SP1) with default configuration options, which installs the Microsoft##SSEE instance of SQL to my local C:\ drive.
    While attempting to relocate the files to another drive, I set one of the databases (as recommended) to Single User by using the SQL Server Management Express tool.
    I cannot now reset that database to Multi User, even by executing the query
    exec sp_dboption 'database_name', 'single user', ''FALSE'
    again by using the Management Express Tool.
    Can someone please help, in plain english???? Thanks

    I have similar issue.
    I have took backup of WSUS (Windows Server 2002 R2) Windows internal database using SQL Server 2008 Management Studio and restored on Windows Server 2012 R2 Server.
    Now SUSDB database was in Single User mode. I have tried ALTER  DATABASE <<Database Name>>   SET MULTI_USER  WITH NO_WAIT and i'm getting blow error.
    Msg 5069, Level 16, State 1, Line 1
    ALTER DATABASE statement failed.
    How i can change it Multi User?
    Thanks 
    Uma

  • Error d124 Multi user calendar

    Hello,
    we moved all of our users from one PO to another, both GW2012SP2. When the users now open their multi user calendar they get the error "d124".
    When i open the multi-user list in a users mailbox there are entries from the old po an the new po. I tried to remove the old entries by click the Name, click Remove User, click OK to save. When i re-open the list, the removed users dont appear. Now i closed the Client, start it again and all of the removed users are shown up again in the multi-user list...
    Does anyone have an idea how to remove the user in the multi-user list permamently? Or have any GW Check options to solve this?
    kind regards
    Benjamin

    In article <[email protected]>, Bmulfinger wrote:
    > we moved all of our users from one PO to another, both GW2012SP2. When
    > the users now open their multi user calendar they get the error "d124".
    Moving in every sense of the term always leaves some loose ends like
    this. This is why as much as possible we like to move POs and not the
    users if we can avoid it. Basically some of the connectsions betweek
    users broke because a bunch of them are still looking at the old PO, so
    we need to work through those connections and fix them.
    >
    > When i open the multi-user list in a users mailbox there are entries
    > from the old po an the new po.
    In looking this up I found I had a user in my list that was no longer in
    the system and I had the same behaviour in trying to deal with it. I
    realized that this was only the users I have proxied into, so I went into
    my proxy list, removed the offending user, and after a restart the
    problem went away. So how many of these do you need to deal with?
    Before we look at the specialized GWchecks, make sure you are running a
    regular set of them and checking the resulting outputs for any errors
    that might point you to parts of the cleanup.
    http://www.konecnyad.ca/andyk/gwlogs.htm
    Running through the TopDown rebuild (TID 3347260 at
    https://www.novell.com/support/kb/doc.php?id=3347260) and selecting the
    Rebuild Indexes after doing the other parts at those levels may help.
    Afterwards an Analyze/Fix of Structure & Index would be useful, checking
    the results to see if it reports problems. If there are such problems,
    rerun again to see that they are gone.
    Andy of
    KonecnyConsulting.ca in Toronto
    Knowledge Partner
    http://forums.novell.com/member.php/75037-konecnya
    If you find a post helpful and are logged in the Web interface, please
    show your appreciation by clicking on the star below. Thanks!

  • Hi .. Is there a way to set up our iPad (1) for multi users. Our household iPad is under my husbands account and my iPhone my own account. Can the iPad be set up to read both iCloud / iTunes or not?

    Hi .. When we bought our iPad my hubby set up in his name / iTunes / iCloud. I now have iPhone ( he does not) and the two do not sync !! I would wipe him from the iPad but we have purchased all the apps etc in his iTunes account and not mine. Is there a way that my iPhone could sync with the iPad .. Can you set up multi iCloud accounts ?? Sorry but not very techno savvy !!!!

    The iPad, like the iPod Touch and the iPhone was really designed to be a single user device. It was originally designed to be used in conjunction with ones personal iTunes library and one library only. Now it has gone PC free, but it still works the same way that it did at the inception, meaning it is still best suited as a single user device.
    If you sign in and out of different Apple ID's on the iPad and you download past purchases with another ID, you will lock yourself out of the other ID for 90 days becuse you have associated the device with another Apple ID. You can read more about that here.
    http://support.apple.com/kb/ht4627
    You can have multiple iCloud accounts (up to 3 I think) on the device, but to me that serves no real purpose if you can't associate the device with multiple ID's without worry of being locked out of your own ID.

  • Error trying to run SSIS Package via SQL Server Agent: DTExec: Could not set \Package.Variables[User::VarObjectDataSet].Properties[Value] value to System.Object

    Situation:
    SSIS Package designed in SQL Server 2012 - SQL Server Data Tools
    Windows 7 - 64 bit.
    The package (32 bit) extracts data from a SQL Server db to an Excel Output file, via an OLE DB connection.
    It uses 3 package variables:
    *) SQLCommand (String) to specify the SQL Statement to be executed by the package
    Property path: \Package.Variables[User::ExcelOutputFile].Properties[Value]
    Value: f:\Output Data.xls
    *) EXCELOutputFIle (String) to specify path and filename of the Excel output file
    Property path: \Package.Variables[User::SQLCommand].Properties[Value]
    Value: select * from CartOrder
    *) VarObjectDataSet (Object) to hold the data returned by SQL Server)
    Property path: \Package.Variables[User::VarObjectDataSet].Properties[Value]
    Value: System.Object
    It consists out of 2 components:
    *) Execute SQL Task: executes the SQL Statement passed on via a package variable. The resultng rows are stored in the package variable VarObjectDataSet
    *) Script Task: creates the physical output file and iterates VarObjectDataSet to populate the Excel file.
    Outcome and issue:The package runs perfectly fine both in SQL Server Data Tools itself and in DTEXECUI.
    However, whenever I run it via SQL Server Agent (with 32 bit runtime option set), it returns the errror message below.
    This package contains 3 package variables but the error stating that a package variable can not be set, pops up for the VarObjectDataSet only.  This makes me wonder if it is uberhaupt possible to set the value of a package variable
    of type Object.
    Can anybody help me on this please ?
    Message
    Executed as user: NT Service\SQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility  Version 11.0.2100.60 for 32-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  6:40:20 PM  DTExec: Could
    not set \Package.Variables[User::VarObjectDataSet].Properties[Value] value to System.Object.  Started:  6:40:20 PM  Finished: 6:40:21 PM  Elapsed:  0.281 seconds.  The package execution failed.  The step failed.
    Thank you very much in advance
    Jurgen

    Hi Visakh,
    thank you for your reply.
    So, judging by your reply, not all package variables used inside a package need to be set a value for when run in DTEXEC ?
    I already tried that but my package ended up in error (something to do with "... invocation ...." and that error is anything but clearly documented. Judging by the error message itself, it looks like it could be just about anything. that is why I asked my
    first question about the object type package variable.
    Now, I will remove it from the 'set values' list and try another go cracking the unclear error-message " ... invocation ...". Does an error message about " ... invocation ..." ring any bells, now that we are talking about it here ?
    Thx in advance
    Jurgen
    Yes exactly
    You need to set values only forthem which needs to be controlled from outside the package
    Any variable which gets its value through expression set inside package or through a query inside execute sql task/script task can be ignored from DTExec
    Ok I've seen the invocation error mostly inside script task. This may be because some error inside script written in script task. If it appeared after you removed the variable then it may because some reference of variable existing within script task.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How to set Multi User Environment in the weblogic 5.1 and 6.1 server..(Urgently)

    Hi all,
    I need to know how to set Multi User Environment in the weblogic 5.1
    properties file..
    Here my question is..:)
    1) I have a database with multiple users and having different privileges
    for the users.. and i need to use all the privileges when user aceess
    the database through weblogic server connectionPool.
    2)According to the user privileges i need access the database tables
    content and gives the frontEnd(jsp).
    3)How to modify dynamically weblogic.properties file in the weblogic
    5.1.
    If anybody having idea reg. this issues pl...help me..
    Thanks in advance
    Chandu([email protected],[email protected])

    Hi. A JDBC connection pool is a set of identical, interchangeable, pre-made
    connections, and the controls to make sure only one user uses a particular
    connection at any one time. If you want to have different DBMS users, you can
    have a separate pool for each DBMS user, which may contain as many or few
    connections as you want. Some applications has a pool for the accounting
    applications, and another for the sales applications etc. Some do have a
    separate pool for john, jane, joe etc, each with one connection. Pools
    can be created and destroyed dynamically using the dynamic pool API.
    Joe
    softstar wrote:
    >
    Hi all,
    I need to know how to set Multi User Environment in the weblogic 5.1
    properties file..
    Here my question is..:)
    1) I have a database with multiple users and having different privileges
    for the users.. and i need to use all the privileges when user aceess
    the database through weblogic server connectionPool.
    2)According to the user privileges i need access the database tables
    content and gives the frontEnd(jsp).
    3)How to modify dynamically weblogic.properties file in the weblogic
    5.1.
    If anybody having idea reg. this issues pl...help me..
    Thanks in advance
    Chandu([email protected],[email protected])

  • Multi User Conference Error (Multiple Subnets)

    Hello,
    I do not have a Mac OS X Server, but I was told that the OS X Server used Jabber and I am using a Jabber server (Windows based). I was hoping to find someone who has general knowledge of what I'm doing to possibly help out. I did originally post this question here: http://discussions.apple.com/thread.jspa?messageID=4921360#4921360
    but I have not gotten a solution yet. It was suggested I post here because they are both Jabber servers.
    Basically, I purchased 3 identical iMac computers. They are all running OS X version 10.4.9 with 2.16 GHz Intel Core 2 Duo and 2 GB of RAM. They are all running iChat AV 3.1.8. For authentication, we are using a Windows based Jabber server.
    My company has three locations connected via a hardware VPN. Each site has their own subnet and all ports are open between the three sites.
    When we first purchased the Mac computers, two went to Location X and were put on Subnet X. The other one was shipped to Location Y and put on Subnet Y. We tested three way video conferencing and it worked fine. We then packed up one of the computers and shipped it out to Location Z on Subnet Z. I can connect to Location X and Location Z on a 1 to 1 basis, but I can't begin a 3 way conversation. It tells me the user in Location Z can't enter a multi user conference.
    Audio chat works, as well as text chat. Video chat does not. Based on the specs, I don't believe it is a hardware issue and I don't believe bandwidth is an issue. I spoke with tech support and they said I need only 100 kbps, which I have above and beyond.
    As per my previous post in the iChat discussion, the bandwidth needed is actually 384k, which we have. It was also suggested that I run the cron scripts, which did not help. All ports are open, which is not something we need to consider.
    I believe the root of the issue is the fact they are all on different subnets, but I can't seem to figure out how to fix that. It was suggested that I use Bonjour as a test, but I do not want a huge amount of traffic running around on the network as it detects the two Macs I need it to find. I have close to 400 users (most with two computers), over 100 servers, 50 users in each of the remote sites...and then to do that over a VPN.....
    Any and all help is greatly appreciated and I thank you in advance.
    P.S. - I am not super experienced at Mac, but I can usually find my way around. I have been mostly a PC guy most of my life.

    Hi,
    I appreciate that it was suggested that you post the question on this group, but I'm not sure that this is jabber technology problem.
    I feel it is very important that you clarify some points for me.
    Are you saying that the problem is only at location Z?
    Can you confirm exactly what happens when the ichat Z tries to start the the way conference? Do the other clients get any messages (most important - does the status of client Z change in the window of clients X and Y?)
    Need to know what happens when X and Y initiates the video chat.
    Please clarity the above.
    Jabber as a protocol set is very robust to issues of subnet and firewalls. The initiation of the group conference is processed via the jabber server, but once that phase in complete, the clients communicate directly with each other. If voice works, the video should also work, as the only difference is number of ports used (and bandwidth).
    To help, I can give you access to a jabber server outside of your network to test things.

  • Firefox 4 multi user environment in linux: How to set global settings?

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/826921]</blockquote><br>
    Hi,
    We used to be able to change settings in all.js file in FF 3.x.x platform, for changing settings like, proxy, authentication, etc. We installed FF 4.0.1 in linux, but, I can't find the all.js file to change any of the global settings in FF 4.0.1.
    Could you please point me how to changeglobal settings in FF 4.x version?
    thanks in advance.

    Hi. A JDBC connection pool is a set of identical, interchangeable, pre-made
    connections, and the controls to make sure only one user uses a particular
    connection at any one time. If you want to have different DBMS users, you can
    have a separate pool for each DBMS user, which may contain as many or few
    connections as you want. Some applications has a pool for the accounting
    applications, and another for the sales applications etc. Some do have a
    separate pool for john, jane, joe etc, each with one connection. Pools
    can be created and destroyed dynamically using the dynamic pool API.
    Joe
    softstar wrote:
    >
    Hi all,
    I need to know how to set Multi User Environment in the weblogic 5.1
    properties file..
    Here my question is..:)
    1) I have a database with multiple users and having different privileges
    for the users.. and i need to use all the privileges when user aceess
    the database through weblogic server connectionPool.
    2)According to the user privileges i need access the database tables
    content and gives the frontEnd(jsp).
    3)How to modify dynamically weblogic.properties file in the weblogic
    5.1.
    If anybody having idea reg. this issues pl...help me..
    Thanks in advance
    Chandu([email protected],[email protected])

  • Multi-user set-up

    Naive newbie question:
    What is the usual method for making tables available to multiple users?
    If I log in as user a and create a table, then try to access it as user b, I can access tables in a's schema as a.table.
    How do I make the table available to all users so they don't have to keep qualifying it with the schema name? Or is there some better approach to setting up a multi-user d/b?
    Which manual best covers these issues?
    Thanks,
    -Andy-

    As user b, enter:
    CREATE SYNONYM table FOR a.table ;
    Or, if user a wants ALL users to access the table, then as user a, enter:
    CREATE PUBLIC SYNONYM table FOR a.table ;
    (Note that user a will need the CREATE PUBLIC SYNONYM privelege).

  • Multi-user streams replication error in 10gR2

    hi, i am testing multi-user streams replication,using the following sql statement:
    begin
    dbms_streams_adm.maintain_schemas(
    schema_names                     => 'hr,scott,ddup',
    source_directory_object           => null,
    destination_directory_object      => null,
    source_database                => 'yjsh.oracle.com',
    destination_database           => 'test1.oracle.com',
    perform_actions                => true,
    bi_directional                     => false,
    include_ddl                     => true,
    instantiation      => dbms_streams_adm.instantiation_schema_network,
    SCRIPT_DIRECTORY_OBJECT => 'admindir',
    SCRIPT_NAME => 'generated_schemas_script.sql' );
    end;
    all objects in scott,ddup were successfully replicated to target database.
    but in hr schema,only EMP_DETAILS_VIEW was replicated to target db.
    all other objects were not replicated.
    and there was no error in alert.log and dba_apply_error.
    sqlplus hr/hr@test1
    HR > select * from tab;
    TNAME TABTYPE CLUSTERID
    EMP_DETAILS_VIEW VIEW
    1 row selected.
    anyone know how to resolve this problem?
    Your feedback is greatly appreciated !

    Hi
    did you find a solution to your problem?I too have the same problerm. But what I understand is , When the driver fails to connect to the database due to wrong password or username, It repeatedly attempts to connect. So is there any way to restrict the number os attempts made by the driver?I guess Jconnect driver has some attributes to do this.Does someone know if there are any other drivers?

  • Video display errors with multi-user

    Macbook Pro  or Mavericks bug
    10.9.3, MacBook Pro (Late 2010), MacBookPro6,2 
    When using the multi-user switching, the background image is distorted.
    To recreate:
    Establish user "B" with a background image on screen.  I have three Spaces with three different images.  All users logged out.
    Login as user "A"
    Login to user "B" using the Menubar to select the other user without logging out of user "A"
    Note bar on right-hand side of screen and distorted colors.
    User A has one of the Apple background photographs
    User B has personal photographs from 8 MP camera
    If user B is logged in from the Login Window then all is OK.  Display issue only shows up when logging in from other user via fast user switching (or whatever that is called).  If user B logs out and logs in again from the Login Window all is OK.

    Can you post screenshots of the distortion, someone may recognize it.
    What you describe sounds like one user as something running that doesn't work well with FUS (I think it's still called 'fast user switching' ).
    You can disable all login items by holding alt as you click the login button. See if that has any effect. If it does you know you need to look at the users login items (in System Preferences > Users & groups). In not sure if the 'alt trick' works inside the fast user switching menu, so you may want to verify the flaw exists when going to the login window, then reboot & try the 'alt trick' with the same steps.
    The other thing to try is using a background image that has been resaved via Preview's export (or another app). It's possible the file itself is a reason for the issue, do standard backgrounds do the same?

  • Error: property is not set correctly for User Defined Fields.

    Hi Gurus,
    I am trying to define a new field Department of type Lookup. For this i have created a new field in user defined fields. But when i click on create user in web console it give me "property is not set correctly for User Defined Fields."
    I created a lookup field for department , but looks like i have to some kind of mapping. How can it be done?
    Thanks,
    sat

    Hi Kevin,
    I couldnt get it done. This is what I had done so far.
    Created Lookup.Users.Dept ( with code code=23 & decode=treasury)
    Added two field in xlwebadmin.properties & xlwebadmin_en.properties
    lookupfield.header.users.deptcode=Department code
    lookupfield.header.users.deptname=Department name
    In my lookfield properties in
    column caption=Department code,Department name
    Column query= Not sure what to give? here
    Thanks,
    sat

Maybe you are looking for