Change proxy user

Hello,
after I installd creative cloud I was asked to insert a proxy user with password.
I need to change that now, where can I do it? I uninstalled Creative Cloud but it does not ask me the user again.
thanks

Delete opm.db from the machine and restart creative cloud.
Location of this file:
Mac: ~/Library/Application Support/Adobe/OOBE (~ means user's directory. the Library folder is generally hidden under it. The easiest way to get to it is to use the the Go to Folder option of go menu of finder and type the path exactly as I typed including the ~ symbol)
Win: %LocalAppData%\Adobe\OOBE (%LocalAppData% is an environment variable defined by windows. Type it in start menu search bar, navigation bar of any open explorer window or run dialogue and it will open the correct folder which usually is \Users\{current_user}\AppData\Local\)
Regards,
Anirudh

Similar Messages

  • Different database connection or proxy user change

    Hi forms guys,
    in everyday life I am fulltime DBA, so please forgive my spare forms word pool.
    Our users open a forms application that displays a menu with forms applications the user has access to. Users can then click on the menu items and another form pops up. Now having reviewed the code, I can say that the opening of the new forms is done by calling the builtin OPEN_FORM. As parameter "SESSION_MODE" for this function, "SESSION" is supplied. If I understand correctly, this means that another session using THE SAME username/password/connectionstring is created (for the purpose of parallel transactions in parent and child form).
    At the moment each and every user (~400) has it's own database account which has roles (depending on the applications they are granted access to) assigned and also sometimes owns dblinks and synonyms. We want to get rid of them by storing the credentials in OID and just create ONE single application user for every application we host. This user shall contain all nescessary objects such as dblinks and private synonyms.
    The enduser then logs in using the proxy mechanism. For example if user XYZ (defined in OID) wants to start application ABC, then he/she connects like XYZ[ABC_APPUSER]/XYZPASSWD. This must occur when the form opens, directly after the OPEN_FORM call.
    Now my question: Is this possible somehow? Is there a way to have different database connections within a single forms window, if there are different forms? Or is it possible to make a switch to another proxy user within forms? e.g. JDBC has the ability to quickly switch to an other proxy user, without having to re-establish the whole session.
    All I have read so far tells me, that it is not possible. But I would really like to hear that acknowledged by experts. Also other, perhaps better ideas for our intention are welcome.
    Kindest regards
    Matschbirne

    Not really sure how to answer your question other than to say that from within your form's pl/sql you can connect and disconnect as often as you like programatically. However, you can only have one connection at a time (as far as I know). So if you connect as SCOTT and later want to do a login as FRED, you can do so, but SCOTT will no longer be connected.
    Forms does support using Oracle SSO, but for the most part cannot directly access OID. Also, the db login information needed by Forms (when using SSO) is stored in a RAD (Remote Access Descriptor) in OID. The RAD behavior is unique to Forms and Reports. For each SSO user there is a related RAD. At the moment, there is no provided way to have RAD groups (e.g. Admin, Sales, Guests, etc). So each user get their own RAD.
    If you are using Forms 11.1.x, Forms now supports db proxy users.
    More information about SSO and Proxy users with Forms can be found in the Forms Deployment Guide:
    http://docs.oracle.com/cd/E24269_01/doc.11120/e24477/sso.htm
    In the code, you can control the connection using the LOGON, LOGOUT, and LOGON_SCREEN built-ins. Refer to the Forms Builder online help for details on how to use these.

  • Proxy User - Forms 11.1.2 and Oracle Database (version 10.1.0.5) ??

    Hi,
    we are migrating from Forms 6i to 11.1.2. Our database version is very old (Enterprise Edition, version 10.1.0.5) because this is the latest version of the DB that Forms 6i runs, and we will migrating to 11g in phases. So 6i and 11g will co-exists for a while (accesing the same DB).
    I am trying to use proxy users feature to login to database.
    So I did this:
    - I created a user PROXY_USR to be the proxy user:
    SQL> create user PROXY_USR identified by PROXY_PASW;*
    - I grant create session for the user:
    SQL> grant create session to PROXY_USR;*
    - I changed the application users (eg APPUSER01), to connect via proxy user:
    SQL> alter user APPUSER01 grant connect through PROXY_USR;*
    The comand in Forms module to login is:
    +LOGON('PROXY_USR[APPUSER01]','PROXY_PASW@DB01');+*
    The logon built is being performed and the connection being made, without erros.
    But when I verify in what user the application is logged on, the result is not
    what was expected:
    I did the follwing PL/SQL inside Form module:
    begin*
    select user into v_user_DB from dual;*
    MESSAGE('User Connected: '||v_user_DB,ACKNOWLEDGE);*
    exception*
    when others then*
    MESSAGE('ERR: '||SQLERRM,ACKNOWLEDGE);*
    end;*
    The result from this select, is PROXY_USR and not APPUSER01 (that would be the correct):
    *>>Result: "User Connected: PROXY_USR"*
    Some more commands that were also performed inside Forms module:
    begin+
    select sys_context('userenv','current_user') v_current_usr from dual+
    MESSAGE('Current User: '||v_current_usr,ACKNOWLEDGE);+
    exception+
    when others then+
    MESSAGE('ERR: '||SQLERRM,ACKNOWLEDGE);+
    *>>Result: "User Connected: PROXY_USR"*
    begin+
    select sys_context('userenv','proxy_user') v_proxy_user from dual;+
    MESSAGE('Current User: '||v_proxy_user,ACKNOWLEDGE);+
    exception+
    when others then+
    MESSAGE('ERR: '||SQLERRM,ACKNOWLEDGE);+
    *>>Result: "Proxy User: "*
    OBS: when a connect via SQL*Plus, in a 11g database (Express), and run the commands above, the results are OK. The
    APPUSER01 is returned.
    Any ideas ?? I will open a SR in Metalink, but I think they will first request a database upgrade,
    which is not feasible for us at the moment ...
    Thanks in Advance.
    Franco

    Unfortunately besides trying on a certified combination (maybe use the Developer Database VM and import the required schemas for trial) and going through the documentation at http://docs.oracle.com/cd/E24269_01/doc.11120/e24477/sso.htm I can't offer more. I don't have a 10gR1 database anymore and also I don't have OID to play with.
    cheers

  • How do i set the proxy user in FF 3.6.13, this entry was existing earlier its gone now. using IE with entries in user account pwds works while FF doesn't.

    How do i set the proxy user in FF 3.6.13.
    previous versions had an entry for proxy user.
    its gone now.
    using IE with entries in user account pwds works while FF doesn't.
    too bad have to change back to IE :-(

    You can find the connection settings in Tools > Options > Advanced : Network : Connection
    See "Firefox connection settings":
    *[[Firefox cannot load websites but other programs can]]

  • Authenticate/Authorize a proxy user in Workflow.

    Are there any methods to Authenticating a Proxy User in Workflow. I am running some workflow in the anonymous user context. In that context i do not have the privileges run for example the password generator. It works fine when i am an enduser or admin. I would like to use a proxy user so that the password generator will work. Any idea on how to proceed with this in workflow.
    Thanks

    Hi donjosh, were you able to solve this issue?
    Is there a way to change context from anonymous context to end user context?
    I'm authenticating users with siteminder and I want to automatically create users that don't exists in IDM running a process as anonymous user and then redirecting to the end user interface, how this can be done??
    thanks,

  • JDBC Dynamic Credential with proxy users

    Hi
    We've developed an application with Business Components and it's been working very well. We're using JDBC Dynamic Credential like explain the document (How to Support JDBC Dynamic Credentials - http://www.oracle.com/technology/products/jdev/howtos/10g/dynamicjdbchowto.html). Now we want to use proxy users with JDBC Dynamic Credentials. How can we
    user proxy users with JDBC Credentials? What classes or parameters we need to change?
    I've been tested proxy users a lot, but in simple java classes, I don't know where to set some parameters in business components, for example, where can I set the following parameters?:
    OracleOCIConnectionPool.PROXY_USER_NAME
    OracleOCIConnectionPool.PROXYTYPE_USER_NAME
    Thanks in advance
    Liceth

    Hi Frank, thanks again
    Now we are using JDBC Credentials(like explain the paper http://www.oracle.com/technology/products/jdev/howtos/10g/dynamicjdbchowto.html), every user connects to the application with a diferent database user and password, then at database level the administrator can see diferents usernames (not the same user). Every application user correspond to a database user, relation one to one. The application works fine with that configuration. But, now for performance we want to change our application to use proxy users, I read that with proxy users redirectec to a single user, then the pooling connections are well reused, and at database level you have diferent usernames. Our principal goal is use pooling (for performance) and see diferent usernames at database level, this for facilitate administration tasks and auditory .
    We want that the application user autenticate with proxy users (username and password) but we have some problems because we don't know where specify that we're using proxy users. (The parameters OracleOCIConnectionPool.PROXY_USER_NAME
    OracleOCIConnectionPool.PROXYTYPE_USER_NAME).
    We want open our connections with the following code:
    OracleOCIConnectionPool ods = new OracleOCIConnectionPool();
    ods.setURL("jdbc:oracle:oci:@"+tnsAlias);
    ods.setUser("user_application");
    ods.setPassword("oracle");
    java.util.Properties prop = new java.util.Properties();
    prop.setProperty(OracleOCIConnectionPool.CONNPOOL_MIN_LIMIT,"3");
    prop.setProperty(OracleOCIConnectionPool.CONNPOOL_MAX_LIMIT,"20");
    prop.setProperty(OracleOCIConnectionPool.CONNPOOL_INCREMENT,"1");
    ods.setPoolConfig(prop);
    java.util.Properties userNameProp = new java.util.Properties();
    userNameProp.setProperty(OracleOCIConnectionPool.PROXY_USER_NAME,"Mark/123");
    Connection conn = ods.getProxyConnection(OracleOCIConnectionPool.PROXYTYPE_USER_NAME,userNameProp);
    with other user
    userNameProp.setProperty(OracleOCIConnectionPool.PROXY_USER_NAME,"Marty/123d");
    Connection conn = ods.getProxyConnection(OracleOCIConnectionPool.PROXYTYPE_USER_NAME,userNameProp);
    Thanks in advance
    Liceth

  • How do I run a scheduled task as a specific user (proxy user)

    I am a little stumped here.
    We have some Taskdefinition that we can schedule so they run every N minutes or once a day and so forth... works fine...
    How can I set which user it is supposed to run as?
    I dont want it to run as me or any of the other admins, I wan tit to run as a specific proxy user so that it is easy to see which task that did what changes to a user or resource.
    I know that the reconcilliations and active syncs can use a proxy account, and I noticed that I can change a tasks user by editing it in debug after it is scheduled.
    But I would like to add it in the taskdefinition itself, trying to find info on how to do that....
    either I am missing it in the manuals or I am blind...
    /dhurgan

    1. WARNING: This procedure is for advanced users only. Some third-party software may not work as expected, or may not work at all, if the home folder is moved.
    2. Back up all data.
    3. Copy your home folder to the desired location, which must be on a volume of type "Mac OS Extended (Journaled)" with file ownership enabled, as shown in the Finder Info dialog. Encryption is optional. The volume must be on a local storage device, not on the network, and it must be mounted automatically at startup — before any user logs in. A disk image will not work.
    The name of your home folder is your short user name. Do not rename it. Do not copy the "Users" folder.
    5. Select
     ▹ System Preferences ▹ Users & Groups
    Click the lock icon and authenticate. Right-click or control-click your name in the account list, and select Advanced options from the popup menu. In the sheet that opens, change the location of the home directory. Log out and log back in.
    6. Test. If you have problems, reverse the above steps. If you got this far, you should have no trouble doing that. If everything works as you expect, delete the original home folder.

  • MX 7 won't restart unless I change the user it runs as

    We've had this happen to two servers now and I'm just waiting
    for it to happen to the third.
    Afte a while, Coldfusion MX 7 will not restart. If we change
    the user the service runs as to "Administrator" it will run, but
    now longer under the "SYSTEM" user it was always running under
    before.
    On;y after hours of working on this and upsetting a LOT of
    clients did we discover it would run by changing the users.
    WTF. Anyone know why it seems that all of our MX 7
    installations eventually get to this point?
    Thanks
    Mike

    each time I would start it the three lines would appear:
    Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
    03/28 15:13:31 warning Unable to open
    C:\CFusionMX7\runtime/lib/license.properties
    03/28 15:13:33 info JRun Naming Service listening on *:2920
    Then it would hang indefinitely.
    After changing it to run as "Administrator" I would get:
    Starting Macromedia JRun 4.0 (Build 92909), coldfusion server
    03/28 15:26:24 warning Unable to open
    C:\CFusionMX7\runtime/lib/license.properties
    03/28 15:26:25 info JRun Naming Service listening on *:2920
    03/28 15:26:25 warning No sessionSecret has been specified in
    jrun.xml. Installing a self generated sessionSecret.
    03/28 15:26:28 info No JDBC data sources have been configured
    for this server (see jrun-resources.xml)
    03/28 15:26:28 info JRun Proxy Server listening on *:51011
    03/28 15:26:28 info Deploying enterprise application
    "Macromedia ColdFusion MX" from: file:/C:/CFusionMX7/
    03/28 15:26:29 info Deploying web application "Macromedia
    Coldfusion MX" from: file:/C:/CFusionMX7/
    03/28 15:26:42 INFO License Service: Flex 1.5 CF Edition
    enabled
    03/28 15:26:42 INFO Starting Flex 1.5 CF Edition
    03/28 15:26:43 user JSPServlet: init
    03/28 15:26:44 user MessageBrokerServlet: init
    03/28 15:26:48 user CFMxmlServlet: init
    03/28 15:26:48 user CFMxmlServlet: Macromedia Flex Build:
    87315.134646
    03/28 15:26:48 INFO Macromedia Flex Build: 87315.134646
    03/28 15:26:51 user ColdFusionStartUpServlet: init
    03/28 15:26:51 user ColdFusionStartUpServlet: ColdFusion MX:
    Starting application services
    03/28 15:26:51 user ColdFusionStartUpServlet: ColdFusion MX:
    VM version = 1.4.2_09-b05
    03/28 15:26:53 Information [main] -
    C:\CFusionMX7\logs\server.log initialized
    03/28 15:26:53 Information [main] - Starting logging...
    03/28 15:26:53 Information [main] - Starting crypto...
    03/28 15:26:59 Information [main] - Starting license...
    03/28 15:26:59 Information [main] - Starting License server
    03/28 15:27:00 Information [main] - Starting scheduler...
    03/28 15:27:00 Information [main] - Starting WatchService...
    03/28 15:27:00 Information [main] - Starting debugging...
    03/28 15:27:01 Information [main] - Starting sql...
    03/28 15:27:18 Information [main] - Pool Manager Started
    03/28 15:27:19 Information [main] - Starting mail...
    03/28 15:27:20 Information [main] - CORBA Configuration not
    enabled
    03/28 15:27:20 Information [main] - Starting cron...
    03/28 15:27:20 Information [main] - Starting registry...
    03/28 15:27:20 Information [main] - Starting client...
    03/28 15:27:20 Information [main] - Starting xmlrpc...
    03/28 15:27:22 Information [main] - Starting graphing...
    03/28 15:27:32 Information [main] - Starting verity...
    03/28 15:27:32 Information [main] - Starting archive...
    03/28 15:27:32 Information [main] - Starting document...
    03/28 15:27:33 Information [main] - Starting eventgateway...
    03/28 15:27:34 Information [main] -
    C:\CFusionMX7\logs\eventgateway.log initialized
    03/28 15:27:34 Information [main] - Starting Event Backend
    Handlers
    03/28 15:27:34 Information [main] - Initialized
    EventRequestDispatcher with a Thread Pool size of 10
    03/28 15:27:34 Information [main] - Initializing
    EventRequestHandler
    03/28 15:27:34 Information [main] - Starting Event Gateways
    RMI Registry started and listening on port 1099
    03/28 15:27:34 Information [main] - Starting FlexAssembler...
    03/28 15:27:34 Information [main] - ColdFusion started
    03/28 15:27:34 user ColdFusionStartUpServlet: ColdFusion MX:
    application services are now available
    03/28 15:27:34 user CFSwfServlet: init
    03/28 15:27:34 user CFCServlet: init
    03/28 15:27:36 user FlashGateway: init
    03/28 15:27:37 user CFFormGateway: init
    03/28 15:27:37 user CFInternalServlet: init
    Server coldfusion ready (startup time: 77 seconds)
    This is repeatable on BOTH machines by switching back to the
    "Local System" account and then to the "Administrator" account.
    Since this is now happening on TWO machines I have a hard
    time believing Adobe hasn't identified what the problem is. Maybe
    they have, a post to a hotfix would be GREATLY appreciated :)
    Thanks again
    Mike

  • Is proxy user list dynamic?

    Hi all,
    I don't know if this post is in the right place. Think it is client (8.x) related...
    Situation
    We are currently about to begin moving a large number of users to newly created postoffices. The users will be moved from Groupwise 8.0.2HP3 to Groupwise 12.0.1 (Build Date: 09-06-12). In a test environment we've moved users from one post office to the other and the proxy user list seems to be static.
    Question
    Is there a way to change the proxy list automatically? I mean the one under the online button.
    Any help greatly appreciated.
    With kind regards,
    Joost Brenters
    CNV

    On 4/4/2013 6:26 AM, laurabuckley wrote:
    >
    > Hi Joost,
    >
    > To the best of my knowledge the proxy list is static. If you move a
    > user you will need to manually remove them from the proxy list and
    > re-add them. I find the same thing with multi-user calendars.
    >
    > Cheers,
    >
    >
    Laura is correct - it's static and tends to break with moves.
    There is no dynamic or gwcheck process that checks all of these and
    rebuilds a list. The proxy list merely represents a snapshot in time. It
    may be incomplete, and it may also include accounts that no longer
    exists or to which access has been pulled. Think of the proxy list as a
    browser bookmark list, and you'll get the idea.

  • We have an itunes account on our desktop and my kids have it on their ipod and iphone. I went in and changed our user name from my old e-mail address which is no longer accessible to my new one and now either of my kids can access the itunes store..

    We have an itunes account on our desktop and both my kids have it on iphone and ipod. I went in and changed out user name from an old e-mail address which is no longer accessible to my one I use now... When the kids try to sign onto the itunes store it tells them they have the wrong user name..
    Can this be fixed??

    Did you change the email address or create a new Apple ID?
    If the email address associated with the account was merely changed, sign out of the Apple ID on the devices and sign in using the new credentials.

  • OSB db-adapter: how to pass a proxy user or something like this?

    Hello, on OSB with a Oracle db-adapter, I'd like to do some database updates. Usually the db-adapter is set up with a technical database user.
    But on database side, this way I don't know exactly which user has been updating my table because only the technical user will be inserted into "Created_by" Column
    (select USER from dual ==> technical user).
    Now I thougt about using Proxy Users. But there exists some other Problems:
    - every proxy user has to be initially created in the database
    - how can I pass proxy user and technical user from OSB to the database?
    (using JCA, JNDI and JDBC Data Sources)
    ... on JDBC datasources I can only specify hard coded userid/password (--> technical user)
    Any help would be appreciated. Maybe some good white papers or tutorial exists in the web, but I can't finde a good one.
    Thanks
    Best regards

    You can pass in the adapter header property "jca.db.ProxyUserName". That way you can specify a user for each invoke.
    I got confirmation that OSB supports setting these properties. The sample adapters-db-201-MovieImages on soasamples.samplecode.oracle.com > Adapters shows working with header properties but with Mediator.
    Thanks
    Steve

  • How to change SSO user's password: Get LDAP URL

    Hi,
    I would like to add a 'change user SSO password' form to my BC4J application. The form's submit button fires an action that calls a PL/SQL package. This package receives 7 parameters, and uses de dbms_ldap package to change the user's password.
    Parameters:
    - LDAP Host
    - LDAP Port
    - User DN
    - SSO Username
    - Old Password
    - New Password
    - Retyped New Password (for confirmation)
    I'm trying with a DataForwardAction event whose purpose is to get the user's account information and the LDAP location, but I can't get the LDAP Location (ClassCastException) and the SSOUsername (NullPointerException).
    I'm using JDeveloper 10.1.2.0.0 (Build 1811)
    My question is: ¿What am I doing wrong? ¿Is there any easier way to do this?
    The code is below:
    import javax.servlet.http.HttpServletRequest;
    import oracle.adf.controller.struts.actions.DataActionContext;
    import oracle.adf.controller.struts.actions.DataForwardAction;
    import oracle.security.jazn.JAZNConfig;
    import oracle.security.jazn.spi.ldap.LDAPJAZNProvider;
    public class ChgPwdAction extends DataForwardAction
      public void onChange(DataActionContext ctx) throws Exception
        HttpServletRequest request = ctx.getHttpServletRequest();
        String host                = null;
        String port                = null;
        String userDN              = null;
        String SSOUsername         = null;
        String oldPwd              = null;
        String newPwd              = null;
        String confirmNewPwd       = null;
        try
          LDAPJAZNProvider ldapProvider = (LDAPJAZNProvider)JAZNConfig.getJAZNConfig().getJAZNProvider();
          host = ldapProvider.getJAZNConfig().getLocationURL().getHost();
          port = "" + ldapProvider.getJAZNConfig().getLocationURL().getPort();
        catch (ClassCastException e)
          //System.out.println(e);
          throw new Exception("Missing LDAP location");
        try
          userDN = request.getHeader("Osso-User-Dn");
        catch (NullPointerException e)
          //System.out.println(e);
          throw new Exception("Missing User DN.");
        SSOUsername   = request.getRemoteUser();
        oldPwd        = (String)request.getParameter("oldPwd");
        newPwd        = (String)request.getParameter("newPwd");
        confirmNewPwd = (String)request.getParameter("confirmNewPwd");
        request.setAttribute("Host", host);
        request.setAttribute("Port", port);
        request.setAttribute("UserDN", userDN);
        request.setAttribute("SSOUsername", SSOUsername);
        request.setAttribute("OldPwd", (String)ctx.getHttpServletRequest().getParameter("oldPwd"));
        request.setAttribute("NewPwd", (String)ctx.getHttpServletRequest().getParameter("newPwd"));
        request.setAttribute("ConfirmNewPwd", (String)ctx.getHttpServletRequest().getParameter("confirmNewPwd"));
        //System.out.println (userDN + "-" + SSOUsername);
      // To override a method of the lifecycle, go to
      // the main menu "Tools/Override Methods...".
    }Thanks in advance.

    Hi again,
    First of all, thanks for your reply.
    Yes, I know I can use JNDI instead of a call to a PL/SQL package (I visited this link: http://forum.java.sun.com/thread.jspa?threadID=592611&start=0 that explains how to do it), but in both cases I have the same problem: I don't know if it's possible to get the LDAP's environment specifications (PROVIDER_URL, SECURITY_PROTOCOL) dynamically.
    Our production environment's LDAP is not the same as our development environment's LDAP. This is why I want to get this information dynamically.
    I think that this information is stored in the jazn.xml file: Is there any way to get this information?
    Thanks a lot.

  • How to change Analyzer user password with Administration API?

    Hi,<BR>I would like to change Analyzer user password with Administration API. Can someone post some sample commands to do the task?<BR><BR>I would just like to write an application to change end user's Analyzer password.<BR>As I see I would need to do the following:<BR>1. login with admin userid/password<BR>2. execute some method to change password for required userid. I think the input parameter should be userid (of the user I would like to change password) and new password (the new password for the user).<BR>3. logout<BR><BR>Can someone post some sample code (commands to execute)?<BR><BR>Thanks,<BR>grofaty<BR><BR>My system:<BR>Analyzer Server 7.0.1.<BR>Essbase server 7.1<BR>Windows XP SP2<BR>

    <blockquote>quote:<br><hr><i>Originally posted by: <b>knightrich</b></i><BR>Hello Mr. Jordan.<BR><BR>I would like to exchange some thoughts about "housekeeping" Analyzer reports in preparation for migration from Analyzer 7.0.0.0.01472 to 9.x:<BR><BR>...<BR><BR>Did you solved such a problem or do you have an idea if it could be solved with the Admin API methods?<BR> ...<BR>Migration from 7.00 to 9.x: As we heard last week the "Migration Wizard for Reports" in 9.3 should be able to migrate reports. Do you have experience or more detailed information about that Wizard?<BR><BR>Many thanks in advance<BR><BR>knigthrich<hr></blockquote><BR><BR>knighrich, <BR>I'd like to be more help, but I have no experience with System 9. I did substantial cleanup when we migrated from Analyzer 6 to Analyzer 7.1, and even more cleanup when moving up to 7.2, but our installation is smaller in scale than yours and we didn't need to automate report cleanup.<BR><BR>You might be able to get the ownership information you need through the back door, doing a direct query on the database, but simpler might be an export users, at least from 7.0. (This facility probably doesn't exist in system 9; it was dropped in 7.2 in favor of an undocumented API) The export file is an xml file that could easily be parsed to identify reports that have the administrator as user and then a second pass to delete those with otuer ownership as well. As previously suggested, you might be able to get this by a well crafted SQL query against the repository.<BR><BR>Procedurally, we have both public reports that have the blessing of management and are widely available, owned by a "public owner", and private reports developed by indivdual users and shared or not. Our team maintains the public reports, but not the private reports. We may be asked to make a previously private report public and take over maintenance of it. <BR><BR>I hope that you can find a solution that meets your needs. Certainly a call to customer support to identify a poorly documented feature would be in order.<BR>

  • How do I change my user name in syn? I typed in the wrong email address. And I cancelled syn thinking this may work but no luck.

    How do I change my user name in syn? I typed in the wrong email address. And I cancelled syn thinking this may work but no luck.

    You have to clear saved password for this page:
    # Open you login page (where you have to enter username and password).
    # Right click on page and select '''Page Info''' form context menu.
    # On last tab ('''Security''') there is '''View saved passwords''' button, click it and delete all saved passwords for this page.
    # Also clear all related cookies (just in case) there is button for this next to first one.

  • How to Change Default User Directory without changing System Directory

    Hi Everyone,
    I need to change default User Directory for my JDeveloper 11.1.1.0.2.
    Default User Directory = C:/JDeveloper/mywork
    Default System Directory = *<JDEV_HOME>/System*
    Now I Need to Change it to
    My Default User Directory = C:/Monty/JDev11g2/
    But System's Default Dir = *<JDEV_HOME>/System*(Same)
    For this i explicitly Set variable ide.user.dir to C:/Monty/JDev11g2/ in JDev.boot file as explained in Installation document.
    Working fine but it contains System Folder too. I don't want this.
    Any Help to find me separate these both as it works for Single User.
    Thanks,
    Fizzz...

    Hi John, You must be right if i'd believe in ghost, A Ghost of System's Folder :-). Well that's true, We should ignore it. But still If someone finds any Clue then let me know.
    Thanks
    Fizzz...

Maybe you are looking for

  • OS X wouldn't install after accidentally installing Windows over it

    My sister attempted to install Windows XP on her Macbook Pro using boot camp but some how accidentally installed Windows over OS X. I used Disk Utility to erase the drive and reformat it back to "Mac OS Extended (Journaled)" but I get the following e

  • LSMW step by step

    Hi , can anyone expalin LSMW step by step with screen shotsand example Thanx, Bhakti

  • Solaris 10/services network

    I set up a network using Solaris 10...but was unable to set up the network....so I did sys-unconfig and the network. come up. I am able to assign IP addresses and get them with ifconfig -a. But I am unable to access the internet with the browser.. Al

  • Syntax errors in WLST are not reported to calling program

    Hi, When there are syntax errors in WLST-script, the calling program will get no information about this. In our case the calling program is ANT. If the user enters invalid properties it could cause syntax errors in the WLST script. But the ANT task a

  • Question about renamed packages in APEX 2.2

    A simple question. If the packages in 2.2 have been renamed, do I need to expect any problems upgrading to that version. Some of the HTMLDB_UTIL functions and procedures are used in my application code. Or you just kept the old names as synonyms? Den