OMBCONNECT to other User than workspace owner

Hi,
OWB11gR2:
there is a registered OWB user REGUSER which is able to connect to the workspace OWB_WS in the designer console. OWB_WS is owned by user OWB_WS.
But this OMB command fails:
OMBCONNECT REGUSER/<passwd>@<connection string> USE WORKSPACE 'OWB_WS'
OMB01118: Herstellen einer Verbindung zum Repository nicht möglich. PRS-00511: Sie können zum Workspace REGUSER.OWB_WS keine Verbindung herstellen, weil er nicht vorhanden ist oder Sie kein registrierter Benutzer sind.
whereas
OMBCONNECT OWB_WS/<passwd>@<connection string> USE WORKSPACE 'OWB_WS'
or
OMBCONNECT OWB_WS/<passwd>@<connection string>
connect perfectly.
Does it mean that OMB*Plus allows just connects by the workspace owner? Is it a feature?
In OWB10gR2 it was possible to connect as not owning user.
best regards
Thomas

Hi Thomas,
specify workspace owner in workspace name parameter like this
OMBCONNECT REGUSER/<passwd>@<connection string> USE WORKSPACE 'OWB_WS.OWB_WS'
Regards,
Oleg

Similar Messages

  • EWS API - Impersonating to update a calendar item created by any other user than a service account, raise an error "Access is denied. Check credentials and try again."

    Hi,
    I am new to using EWS managed APIs.
    Following is the issue:
    1. I am using a service account e.g. [email protected]. This user is a global administrator and also has ApplicationImpersonation role assigned. (Sign into Online Office 365 account -> Admin -> select "Exchange" tab- > select Permissions
    on the left panel -> create an impersonation role -> assign ApplicationImpersonation in Roles: and [email protected] in Members: -> Click on save)
    2. Create a calendar item by other user for e.g. [email protected], and invite an attendee - [email protected].
    3. In a c# program, I connect to EWS service using a service account - [email protected], fetch its calendar events. If organizer of an event is some other user - [email protected] then
    I use impersonation in the following way to update the calendar event/item properties- subject, body text etc.
            private static void Impersonate(string organizer)
                string impersonatedUserSMTPAddress = organizer;
                ImpersonatedUserId impersonatedUserId =
                    new ImpersonatedUserId(ConnectingIdType.SmtpAddress, impersonatedUserSMTPAddress);
                service.ImpersonatedUserId = impersonatedUserId;
    4. It was working fine till yesterday afternoon. Suddenly, it started throwing an exception "Access is denied. Check credentials and try again." Whenever I try to
    update that event.
           private static void FindAndUpdate(ExchangeService service)
                CalendarView cv = new CalendarView(DateTime.Now, DateTime.Now.AddDays(30));
                cv.MaxItemsReturned = 25;
                try
                    FindItemsResults<Item> masterResults = service.FindItems(WellKnownFolderName.Calendar, cv);
                    foreach (Appointment item in masterResults.Items)
                        if (item is Appointment)
                            Appointment masterItem = item as Appointment;
                            if (!masterRecurEventIDs.Contains(masterItem.ICalUid.ToString()))
                                masterItem.Load();
                                if (!masterItem.Subject.Contains(" (Updated content)"))
                                    //impersonate organizer to update and save for further use
                                    Impersonate(masterItem.Organizer.Address.ToString());
                                    // Update the subject and body
                                    masterItem.Subject = masterItem.Subject + " (Updated content)";
                                    string currentBodyType = masterItem.Body.BodyType.ToString();
                                    masterItem.Body = masterItem.Body.Text + "\nUpdated Body Info:
    xxxxxxxxxxxx";
                                    // This results in an UpdateItem operation call to EWS.
                                    masterItem.Update(ConflictResolutionMode.AutoResolve);
                                    // Send updated notification to organizer of an appointment
                                    CreateAndSendEmail(masterItem.Organizer.Address.ToString(), masterItem.Subject);
                                    masterRecurEventIDs.Add(masterItem.ICalUid.ToString());
                                else
                                    Console.WriteLine("Event is already updated. No need to update again.:\r\n");
                                    Console.WriteLine("Subject: " + masterItem.Subject);
                                    Console.WriteLine("Description: " + masterItem.Body.Text);
                catch (Exception ex)
                    Console.WriteLine("Error: " + ex.Message);
    5. What could be an issue here? Initially I thought may be its a throttling policy which is stopping same user after making certain API call limits for the day, but I am still seeing this issue today.
    Any help is appreciated.
    Thanks

    Your logic doesn't sound correct here eg
    2. Create a calendar item by other user for e.g. [email protected], and invite an attendee - [email protected]
    3. In a c# program, I connect to EWS service using a service account - [email protected], fetch its calendar events. If organizer of an event is some other user - [email protected] then
    I use impersonation in the following way to update the calendar event/item properties- subject, body text etc.
    When your connecting to [email protected] mailbox the only user that can make changes to items within
    abccalendar is abc (or ABC's delegates). If your impersonating the Organizer of the appointment pqr that wouldn't work unless the organizer had rights to abc's calendar. If you want to make updates to a calendar
    appointment like that you should connect to the Organizers mailbox first update the original, send updates and then accept the updates.
    When you impersonate your impersonating the security context of the Mailbox your impersonating so its the same a logging on as that user in OWA or Outlook.
    Cheers
    Glen

  • Cannot connect to other users than administrator

    Hi,
    I am very new to windows server, in fact, I installed it on my PC yesterday. 
    I have set up remote control for my computer which works fine on the default "Administrator" account. However, when trying to connect another user (e.g. "TestUser"), I cannot connect to the computer. 
    I have tried to make the user administrator, adding the username to users whom can be controlled, but still only works on the "Administrator" account.
    The error message I get: "Unable to connect to remote PC. Please verify that remote control is enabled, the remote PC is turned on and available on the network, and try again".
    Therefore I tried manually logging in to the user, enabling remote control, connecting again, but still didn't work.
    Any suggestions?

    Hi,
    Please go through below self support link,
    Why can’t I connect using Remote Desktop Connection?
    modify the settings according to the document.
    Regards,
    Manjunath Sullad

  • I do not get album illustrations on other accounts than the owner account on our mac

    I've tried almost everything, (shared folder properties, ...)
    Thx

    I assume these are POP accounts and all computers are set to remove from Server after downloading.
    So on the non dominant ones... Mail Preferences>Accounts, highlight an account, Advanced tab, uncheck remove from Server, just have the main dominant one remove from server.
    Or get/setup IMAP accounts.

  • Problem to load XML SQL Utility into other user

    Hi,
    I need help to load XML Utility into other user than
    "scott"tiger".
    I loaded both xmlparser.jar and oraclexmlsql.jar into
    "scott/tiger", it works and creating functions and testing work
    fine. But when change USER_PASSWORD to another user, it gave me
    some errors like
    creating : org/xml/sax/helpers/AttributeListImpl
    Error while creating class org/xml/sax/helpers/AttributeListImpl
    ORA-29506: invalid query derived from USING clause
    ORA-00942: table or view does not exist
    Error while accessing MD5 table
    ORA-00942: table or view does not exist
    Do I need create any table or view for my another oracle account?
    Or did I missed any thing. From the installation instruction, I
    cano not find any about creating table or view before I load the
    two jar files.
    Thanks
    Yuping
    null

    Hi Yuping,
    Great to hear that! Thx for posting the solution to the
    problem! Let us know if you have any problems with the utility
    or if u need any enhancements!
    Thx
    Murali
    Yuping Zhu (guest) wrote:
    : Hi,Murali,
    : The problem is fixed now. When load xmlparser into the user, it
    : creates two tables automatically, my mistake is I did not grant
    : "create table" privilege to the user. After I granted the
    : privilege to it, it works fine.
    : Thanks!
    : Yuping
    : Murali K (guest) wrote:
    : : Hi,
    : : I will check this out with the Java folks and let u know
    : : Thx
    : : Murali K
    : : Yuping Zhu (guest) wrote:
    : : : Hi, Murali
    : : : I'm using Oracle8i on Solaris 2.6. When I load xmlparser
    : using
    : : : loadjava -resolve -verbose -user $USER_PASSWORD
    xmlparser.jar
    : : : I get error message and I catch part of erros
    : : : PS, I can load it into scott/tiger.
    : : : Thanks!
    : : : Yuping
    : : : loading : org/w3c/dom/html/HTMLLegendElement
    : : : Error while loading org/w3c/dom/html/HTMLLegendElement
    : : : ORA-04068: existing state of packages has been
    discarded
    : : : ORA-04063: package body "IOEXML.LOADLOBS" has errors
    : : : ORA-06508: PL/SQL: could not find program unit being called
    : : : ORA-06512: at line 1
    : : : creating : org/w3c/dom/html/HTMLLegendElement
    : : : Error while creating class
    org/w3c/dom/html/HTMLLegendElement
    : : : ORA-29506: invalid query derived from USING clause
    : : : ORA-00942: table or view does not exist
    : : : Error while accessing MD5 table
    : : : ORA-00942: table or view does not exist
    : : : loading : org/w3c/dom/html/HTMLImageElement
    : : : Error while loading org/w3c/dom/html/HTMLImageElement
    : : : ORA-04068: existing state of packages has been
    discarded
    : : : ORA-04063: package body "IOEXML.LOADLOBS" has errors
    : : : ORA-06508: PL/SQL: could not find program unit being called
    : : : ORA-06512: at line 1
    : : : creating : org/w3c/dom/html/HTMLImageElement
    : : : Error while creating class
    org/w3c/dom/html/HTMLImageElement
    : : : ORA-29506: invalid query derived from USING clause
    : : : ORA-00942: table or view does not exist
    : : : Error while accessing MD5 table
    : : : ORA-00942: table or view does not exist
    : : : loading : oracle/xml/parser/v2/XSLException
    : : : Error while loading oracle/xml/parser/v2/XSLException
    : : : ORA-04068: existing state of packages has been
    discarded
    : : : ORA-04063: package body "IOEXML.LOADLOBS" has errors
    : : : ORA-06508: PL/SQL: could not find program unit being called
    : : : ORA-06512: at line 1
    : : : Murali K (guest) wrote:
    : : : : Hi Yuping,
    : : : : I tried the same on a 8i database and it seems to be
    : : working
    : : : : fine. (loading into two schemas). In fact I just created
    : the
    : : : : other user and it doesnt have any tables or anything in
    it.
    : : : : You do not need to create anything (table/view) extra
    for
    : : : these
    : : : : to work.
    : : : : Which database (Oracle8 or 8i) are u using?
    : : : : Thanks
    : : : : Murali
    : : : : Yuping Zhu (guest) wrote:
    : : : : : Hi,
    : : : : : I need help to load XML Utility into other user than
    : : : : : "scott"tiger".
    : : : : : I loaded both xmlparser.jar and oraclexmlsql.jar into
    : : : : : "scott/tiger", it works and creating functions and
    : testing
    : : : work
    : : : : : fine. But when change USER_PASSWORD to another user,
    it
    : : gave
    : : : me
    : : : : : some errors like
    : : : : : creating : org/xml/sax/helpers/AttributeListImpl
    : : : : : Error while creating class
    : : : : org/xml/sax/helpers/AttributeListImpl
    : : : : : ORA-29506: invalid query derived from USING clause
    : : : : : ORA-00942: table or view does not exist
    : : : : : Error while accessing MD5 table
    : : : : : ORA-00942: table or view does not exist
    : : : : : Do I need create any table or view for my another
    oracle
    : : : : account?
    : : : : : Or did I missed any thing. From the installation
    : : instruction,
    : : : I
    : : : : : cano not find any about creating table or view before
    I
    : : load
    : : : : the
    : : : : : two jar files.
    : : : : : Thanks
    : : : : : Yuping
    null

  • DBA user, 'other users' shows limited users, not all

    I have 2 workstations, both used regularly by 2 dbas with the appropriate privileges. SQL Developer release same, even copied entire install directory from working workstation to problem workstation to neutralize any differences.
    On one workstation, can access SQL Developer login as the dba user and under 'other users' ALL schema owners appear.
    On second workstation, access SQL developer with same dba login and under 'other users' only see schema owners defined by the installation (ie. system, xdb, etc), and not schema owners defined by the dba.
    I have found in the past that incorrect jdbc and java components have been issues with software that accesses Oracle and returns an incomplete set of information. I installed jre 1.6.0.13 on both and a -showversion in a command window on both show the same version. JDBC drivers I assume are taken from the SQLDeveloper directory. So I am not sure where to go next.
    Anyone encounter something similar.
    thanks in advance for the help!
    Laura

    The issue was actually resolved because of the jre upgrade. It just didn't affect my sqldeveloper results until the machine was rebooted. So when I went to try your suggestions, the correct schemas were already being displayed under other users. But I appreciate the tidbit of info. I am sure that will come in handy.
    Laura

  • Spatial Query by users other than data owner

    I am having a problem with a spatial query that works perfectly for the user that owns the table containing the SDO_GEOMETRY column. But I am unable to make this query work for other users.
    I am aware that the problem is related the using the indexes, as the error I am getting is "... Failed to tessellate window - ORA-13209 internal error while reading SDO_INDEX_METADATA ..."
    I cannot seem to find any reference in the release documentation to making this possible. And several attempts to create indexes for other users have failed, probably because I am missing some important step.
    Any advice or pointers to doco would be appreciated.
    Greg.

    I don't know of any way to control what elements of the model are made visable to a particular user. To control which data values (dimension members and associated fact data), you could implement the OLAP DML PERMIT command using OLAP DML programs that you create.

  • Report listing workspace owners, workspaces and user names (11gR2)

    I was looking for a simple report to show what has been created so far and to give an idea what to cleanup after my initial testing. The OWB 11g data collection script (owbcollect11g.sql) includes a section to exactly help with this. This needs to be executed as sys. Hopefully, this will help somebody else also. Please share any other suggestions.
    Thanks,
    Julian
    prompt
    prompt
    prompt WORKSPACES AND OWNERS (view owbsys.all_iv_workspaces)
    prompt =====================================================
    col workspace_name for a20
    col workspace_owner for a20
    col created_on for a10
    col updated_on for a10
    col created_by for a10
    col updated_by for a10
    select
    workspace_owner, workspace_name, created_on, updated_on, created_by, updated_by
    from
    all_iv_workspaces
    order by
    workspace_owner;
    prompt
    prompt
    prompt WORKSPACES USERS (views owbsys.workspace_assignment, owbsys.all_iv_workspaces)
    prompt ==============================================================================
    col workspace_name for a20
    col workspace_owner for a20
    col user_name for a20
    col createdby for a16
    col updatedby for a16
    col creationtimestamp for a17
    col updatetimestamp for a15
    break on workspace_name on workspace_owner skip 1
    select
    allws.workspace_owner, asgn.workspace_name, asgn.user_name, asgn.creationtimestamp,
    asgn.updatetimestamp, asgn.createdby, asgn.updatedby
    from
    owbsys.workspace_assignment asgn, owbsys.all_iv_workspaces allws
    where
    asgn.workspace_id = allws.workspace_id and isworkspaceowner = 0
    order by
    workspace_owner, workspace_name;

    The other approach might be to create separate workspace owners for each, i.e. dev/test, model and productionI think the second approach will be better as
    1. From the security point of view the different workspace owners has diffrerent security policy for there dev/test model and production.
    2. If at any point of time any one of the workspace would be corrupt it will not impact the other.
    Cheers
    Nawneet

  • Workspace owner and repository user

    I am little confused the difference between workspace owner and repository user?
    I think, workspace owner is repository owner. What is the use of repository user? What is the role of repository user in OWB? We are using
    OWB tool and i don't see anywhere we use repository user. I am trying to understand the difference between these two user.
    Any one please help me on this...

    The difference that I know is :
    Repository Owner has permission of repository assistant manage both workspace owner or user,
    and manage design center of a workspace :
    setup a granular security policy (setup such roles, system privileges for each registered user,
    objects (eg. design center->project explorer->choose an object(eg.table)->properties->security[full control,edit,compile,read]
    to give which user you want to give rights))
    while with repository user, we can't do all above.
    Simple Analogy is rep owner is "Administrator" of a workspace.
    Each workspace has a rep owner with few rep user (Workspace1, eg. rep owner is Oracle, rep user are John, Steven, Fina, etc)
    (Workspace2, eg. rep owner is Sigma, rep user are Lina, Nila, Fanny, ect).
    while it comes to design center all things is same except security modul in Global Explorer.
    Regards,
    SigCle

  • How to restrict a schema owner from granting privileges to other users.

    How can we restrict a schema owner from granting privileges to other users on his objects (e.g. tables). Lets say we have user called XYZ and he has tables in his schema TAB1, TAB2 an TAB3. How can we restrict user XYZ from granting privileges on TAB1, TAB2 and TAB3 to other users in the database. Is it possible in Oracle 10g R2? Any indirect or direct way to achieve this? Please help on this.
    Thanks,
    Manohar

    Whenever someone is trying to prevent an object owner from doing something, that's generally a sign of a deeper problem. In a production database, the object owner shouldn't generally have CREATE SESSION privileges, so the user shouldn't be able to log in, which would prevent the user from issuing any grants.
    As a general rule, you cannot stop an object owner from granting privileges on the objects it owns. You can work around this by creating a database-level DDL trigger that throws an exception if the user issuing the statement is XYZ and the DDL is a GRANT. But long term, you probably want to get to the root of the problem.
    Justin
    Edited by: Justin Cave on Nov 6, 2008 9:52 PM
    Enrique beat me to it.

  • Hello i payed a Iphone4s and i will registried of my account i can,t do this he says the iphone is registy of a other user but i can ussing i cloud and ican found my iphone but the old owner has this remove from his i,cloud

    Hello i payed a Iphone4s and i will registried of my account i can,t do this he says the iphone is registy of a other user but i can ussing i cloud and ican found my iphone but the old owner has this remove from his i,cloud
    but she by this iphone from a other owner and sche has no contact to the owner
    sory my englisch are not perfeckt

    There is a possibility that you've bought a stolen iphone which has an iClould lock on it. The only way to remove an iCloud lock is to contact the previous owner of your phone and inform him of your problem. But you dont know who the previous owner is hence you cant unlock your phone. Do a fresh restore with itunes by connecting your iphone to your pc, opening up itunes and clicking restore. I'm not sure if that'll help, but it's worth a try. Hope I helped. Cheers

  • Cannot log in on one particular PC as other domain user than specific

    Hello,
    We have next problem:
    On one specific PC I can log in as one specific domain user. However, I cannot log in to this PC as other domain user than specific. When I try to log in as other user it turns back to "Press Ctrl+Alt+Del to log in" screen so it doesn't go
    to user's desktop.
    Operating system is Windows 7 Enterprise.
    What could be issue in such case?

    Can you access resources like file shares with the user who can login?Has the PC been off for a long time? I just ask as the computer needs to talk to the domain controller at least once every 3 months, otherwise it looses it's domain membership and has
    to be removed and rejoined.

  • How do I restore other users (other than main user)?

    Can't go to other user now as I just started backing up....but I seem to recall not seeing Time Machine icon on the dock of other user....

    Unless you've excluded the /Users/ folder it will be backed up with everything else. You do not need to do separate backups of each user account.

  • Created By field and Modified By field and People Picker field values are hidden to other Users

    Hi,
    We have a strange permission issue in one of the MOSS-2007 server farm. The users are not able to see each other name in "created by" and "modified by" column value in lists and libraries. For example if "User A" create an item in a list then if "User B" opens that item then he cannot see "created by" and "modified by" column value and vice-versa. But they can see their name in "created by" and "modified by" column but not others. Both the users has contribute access to that list, so both can edit each other data but cannot see each other name.
    This become a bigger issue, if any of tje list has people picker column, then thay cannot see that column value(if that column value does not his/her own name). This means this column value will be always empty for "user A" when that peopel picker value is anything other than "User A". This happens for all the lists and libraries. 
    Even "User A" and "User B" are owner of that site, it behaves the same. But site collection administrator can see  "created by" and "modified by" for all items for all the users.
    It seems very strange for me. any help on this will be appreciated.
    Thanks in advance,
    Sanban

    Hi,
    You can try to create a new standard view, then select “created by” and “modified by” column under columns, next apply this view, finally check the effect.
    Did you customize the permissions of the list or document library? Did you customize the permission of the item? For example, break the permission inheritance form its parents. If so, try to inherit permission from its parents, after that create a new standard view according to the steps above, then check the effect.
    By default, permissions on lists, libraries, folders, items, and documents are inherited from the parent site. However, you can break this inheritance for any securable object at a lower level in the hierarchy by editing the permissions on that securable object (that is, creating a unique permission assignment) . For example, you can edit the permissions for a document library, which breaks the permissions inheritance from the site.
    You can also try to create a new document library, then create a new document with user A, after that log into with user B, check the effect.
    For more information about  SharePoint : page level permissions, please refer to the following article:
    SharePoint : page level permissions
    http://blogs.msdn.com/brettrobinson/archive/2009/04/24/sharepoint-page-level-permissions.aspx
    For more information about control access to sites, please look into the following articles:
    About controlling access to sites and site content
    http://office.microsoft.com/en-us/sharepointtechnology/HA101001441033.aspx
    Permission levels and permissions
    http://office.microsoft.com/en-us/sharepointtechnology/HA101001491033.aspx
    For more information about how to create a view, please refer to the following article:
    Create or change a view
    http://office.microsoft.com/en-us/help/HA100215771033.aspx
    Hope this helps.
    Rock Wang
    Rock Wang– MSFT

  • Initiator Task not visible to other users in the Group

    Hi
    JDeveloper 11.1.1.6, WLS 10.3.6, BPM 11.1.1.6
    I have a Process and the swimlane containing the Initiator Task is assigned to a Group.
    All the users in the group are able to Initiate the Task.
    But when the Task is initiated, the Task is assigned to the User specifically, but not to the Group. I guess this is the default behavior.
    The Human Task Assignee - defaultPerformer for the Initiator Task is uneditable in the initiator.task file.
    What I was expecting is that, since the Initiator swimlane is assigned to the Group, All the users in the Group should be able to see the Tasks initiated by anyone in the Group.
    I want this behavior in the Initiator type of tasks specifically. (The normal Tasks other than Initiator tasks are working as expected.)
    The reason why we want this is, let us say after the task is created, and before it is submitted, there is a lot of work to be done, for example, data entry, should be done by many people in the Group.
    If all the users in the Group are able to see the Initiator Task, then it will help to share the responsibility of data entry among the users of the group.
    I tried Reassigning the task to Group, and it works, but we am looking for something automatically assigning to the Group when the Process is created. (We may not be using the Oracle BPM Workspace at all).
    Can anyone please tell us if there is a way to make the Initiator Task automatically assigned to the Group instead of just the user?
    Thanks for any help
    Sameer

    Hi Ashwini
    Thanks for replying.
    I did the same and it was working for me even if the Type is Single.
    I just gave the Group name and all users were able to see the task. This is fine with me.
    I just observed one more thing.
    When the task is created, all the users in the Group are able to see it in 'Me & My Group'.
    But the data entered by the creator is not seen by other users.
    There is an action 'Save' in the Task. If the creator clicked on it, then the task is automatically 'Acquired' by the creator.
    Other users in the group are able to see the task and the saved data, but are not able to Submit.
    What I expected the Save button to do is only to Save the data in the Payload. Not Claim it.
    Is there a way to make the payload data only to save but not to claim the task?
    Thanks and Regards
    Sameer

Maybe you are looking for

  • Mail server log says: master[50]: ERROR: Cannot start mail services...

    Recently, after a year or more of relatively smooth service, my OS X Server 10.4.11 Mail services has been locking up daily. I was finally able to get some information from the log files (I am a noob to this) and saw the following right after my most

  • Intermittent problem in Coldfusion 9, BlazeDS with Java Service class and CFCProxy

    If that title doesn't scare you, you might be able to help. I believe there is a bug in Coldfusion 9's version of CFCProxy. Tech Stack: Flex Application BlazeDS (stock with CF9) Java Service class (java-amf BlazeDS endpoint) Coldfusion business tier,

  • Display is playing up

    Recently the display on my Ipod mini has been frezing on one song, the ipod contiues playing other songs but the display only shows the one it was on. IT also sometimes doesn't come on when i turn on the ipod and yet will play the songs. It fixes it

  • No WiFi access on iPod touch!!!

    My iPod touch will not connect to WiFi at all. The WiFi section in the settings menu isnt filled in at all, any advise on hpw to get it to connect? Also when connecting to my PC iTunes crashes?? Thankyou Andrewsean85

  • Embeddable Crystal Reports Designer Control and Visual FoxPro

    Post Author: PaulBtci CA Forum: Other Hello everyone, I have a problem adding CRXI Embeddable Crystal Reports Designer Control in the run-time. When the following line is being executed, an "Insert Object" dialog pops up. ThisForm.AddObject( "oleDesi