Problem creating user in RDBMS realm Using com.bea.wlpi.rdbmsrealm.RDBMSRealm

Hi,
I am currently using WLI 2.0 SP2 installation. Here is a very unusual thing I
noticed. Can somebody tell me what is going on ???
1 : I have set up the security realm as indicated in the config.xml file. As far
as I understand, the caching realm entry has attribute pointing to the wlpiRDBMSRealm,
which is a RDBMS implementation from the WLI 2.0 SP2 distribution.
2: I start the server, open the WLS console, and create a new user through the
console. I get no error message and it seems to work fine. ( I also click on the
save it to database link, and it returns with msg that cache is refreshed ).
3: I see an entry in the fileRealm.properties file, but no record is inserted
in the WLSUSER table in the database.
Since the RDBMS realm (from WLI distribution) is defined as basic
realm implementation, should it not insert entry into the database, instead of
the file realm.
Is this a general problem ( any RDBMS realm ) or is it specific to the WLI ?
Is there anything that I have not configured here that is causing this behavior
Is it just refreshing the cache instead of inserting record in DB ?
Why should it insert entry into fileRealm.properties ?
Thanks,
Girish
[noaa1.zip]

Hi,
I turned on the caching realm through the WLS Console, (Security).
After this I get a very unusual error, which seems to be comming
from the RDBMS implementation class (from WLI 2.0 SP2 distribution).
Here is the msg that I get while WLS server boots (the WLS server boots ok, but
WLPI does not initialize) ....
Unable to initialize WebLogic Process Integrator:
SQL Exception: ResultSet not open, operation 'next' not permitted. Verify that
autocommit is OFF.
at c8e.k.j.l_(Unknown Source)
at c8e.k.j.l_(Unknown Source)
at c8e.k.j.j_(Unknown Source)
at c8e.k.n.checkIfClosed(Unknown Source)
at c8e.k.n.movePosition(Unknown Source)
at c8e.k.n.movePosition(Unknown Source)
at c8e.k.n.next(Unknown Source)
at com.bea.wlpi.rdbmsrealm.RDBMSDelegate.getGroup(RDBMSDelegate.java:425)
at com.bea.wlpi.rdbmsrealm.RDBMSRealm.getGroup(RDBMSRealm.java:235)
at weblogic.security.acl.CachingRealm.getGroup(CachingRealm.java:1120)
at weblogic.ejb20.deployer.SecurityRoleMapping.lookupPrincipal(SecurityRoleMapping.java:243)
at weblogic.ejb20.deployer.SecurityRoleMapping.getSecurityRolePrincipals(SecurityRoleMapping.java:96)
at weblogic.ejb20.deployer.SecurityRoleMapping.getSecurityRolePrincipals(SecurityRoleMapping.java:128)
at weblogic.ejb20.deployer.SecurityRoleMapping.isPrincipalInAnyRole(SecurityRoleMapping.java:174)
at weblogic.ejb20.deployer.MethodInfoImpl.checkAccess(MethodInfoImpl.java:214)
at weblogic.ejb20.internal.MethodDescriptor.checkAccess(MethodDescriptor.java:285)
at weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:90)
at weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java:55)
at com.bea.wlpi.server.plugin.PluginManagerCfgBeanEOImpl.init(PluginManagerCfgBeanEOImpl.java:1301)
at com.bea.wlpi.server.initlistener.InitListenerBean.onMessage(InitListenerBean.java:151)
at weblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at weblogic.kernel.Kernel.execute(Kernel.java:250)
at weblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
at weblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
<Aug 22, 2001 11:56:01 AM MDT> <Notice> <WebLogicServer> <WebLogic Server started>
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
--------------- nested within: ------------------
com.bea.wlpi.rdbmsrealm.RDBMSException: caught SQL exception - with nested exception:
[SQL Exception: ResultSet not open, operation 'next' not permitted. Verify that
autocommit is OFF.]
at com.bea.wlpi.rdbmsrealm.RDBMSRealm.getGroup(RDBMSRealm.java:242)
<Aug 22, 2001 11:56:01 AM MDT> <Notice> <WebLogicServer> <ListenThread listening
on port 7101>
at weblogic.security.acl.CachingRealm.getGroup(CachingRealm.java:1120)
at weblogic.ejb20.deployer.SecurityRoleMapping.lookupPrincipal(SecurityRoleMapping.java:243)
at weblogic.ejb20.deployer.SecurityRoleMapping.getSecurityRolePrincipals(SecurityRoleMapping.java:96)
at weblogic.ejb20.deployer.SecurityRoleMapping.getSecurityRolePrincipals(SecurityRoleMapping.java:128)
at weblogic.ejb20.deployer.SecurityRoleMapping.isPrincipalInAnyRole(SecurityRoleMapping.java:174)
at weblogic.ejb20.deployer.MethodInfoImpl.checkAccess(MethodInfoImpl.java:214)
at weblogic.ejb20.internal.MethodDescriptor.checkAccess(MethodDescriptor.java:285)
at weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:90)
at weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java:55)
at com.bea.wlpi.server.plugin.PluginManagerCfgBeanEOImpl.init(PluginManagerCfgBeanEOImpl.java:1301)
at com.bea.wlpi.server.initlistener.InitListenerBean.onMessage(InitListenerBean.java:151)
at weblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at weblogic.kernel.Kernel.execute(Kernel.java:250)
at weblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
at weblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
"Girish Gupte" <[email protected]> wrote:
>
>
>
Hi,
I am currently using WLI 2.0 SP2 installation. Here is a very unusual
thing I
noticed. Can somebody tell me what is going on ???
1 : I have set up the security realm as indicated in the config.xml file.
As far
as I understand, the caching realm entry has attribute pointing to the
wlpiRDBMSRealm,
which is a RDBMS implementation from the WLI 2.0 SP2 distribution.
2: I start the server, open the WLS console, and create a new user through
the
console. I get no error message and it seems to work fine. ( I also click
on the
save it to database link, and it returns with msg that cache is refreshed
3: I see an entry in the fileRealm.properties file, but no record is
inserted
in the WLSUSER table in the database.
Since the RDBMS realm (from WLI distribution) is defined as basic
realm implementation, should it not insert entry into the database, instead
of
the file realm.
Is this a general problem ( any RDBMS realm ) or is it specific to the
WLI ?
Is there anything that I have not configured here that is causing this
behavior
Is it just refreshing the cache instead of inserting record in DB ?
Why should it insert entry into fileRealm.properties ?
Thanks,
Girish

Similar Messages

  • Creating Users with RDBMS realm

    "I am currently creating new users in the RDBMS realm by an EJB that inserts into

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected]:
    Ralf,
    Your syntax looks right so it migth be something else. Could you please post the full example and I'll try it out here.<HR></BLOCKQUOTE>
    Sure:
    <?xml version = '1.0' standalone = 'yes'?>
    <SimpleUser>
    <UserName>eclark</UserName>
    <Password>ifs</Password>
    <DistinguishedNameSuffix>.ambiguity.com</DistinguishedNameSuffix>
    <AdminEnabled>false</AdminEnabled>
    <HomeFolderRoot>/home</HomeFolderRoot>
    <EmailAddressSuffix>@ambiguity.com</EmailAddressSuffix>
    <PrimaryUserProfileAcl refType="name">Private</PrimaryUserProfileAcl>
    </SimpleUser>
    Without the PrimaryUserProfileAcl-Tag, the example works fine and the user is created; but when including the tag, I get the 21000-Error. Our iFS-version is 1.0.8, maybe it's a bug that is fixed in version 1.1?

  • After Int Install OS10.5.8 on PowerPC G4 having major system problems (created user to verify) CS4 apps go non responsive

    After Int Install OS10.5.8 on PowerPC G4 having major system problems (created user to verify) CS4 apps go non responsive

    Ok no difference, I don't get any drive errors that seem significant or numerous, sometimes I don't get any at all, the disk always verifies and I haven't had to run a repair on it yet. I've gotton one or two drive errors, I'll save them next time I run either DU or DW.... however with permissions, there are a lot and they all fix (except: see below: Last 3: ACL errors are always there) but as I keep having to do force quits and system re boots they keep coming back; posted them below IDK if this will help you to help me, LOL... but figured it couldn't hurt, the ones below are re-occuring I know i've seen them b4. . .  Don't know if this makes a difference but on initial install I had several font conflicts w/system fonts, I renamed suitcases and that error message hasn't come back . . . but do you think this could be a font issue . . . I have like 12,000 fonts of which a couple hundred are ususally always active . . . IDK it doesn't make sense to me it would be, but you never know... just a shot in the dark
    I also saved my last PS crash report and it was like 100 Pages long, I've never seen one that long, I make a pdf of it and post link to my idisk, if its something that you can interpet.
    Verify permissions for “Rayce”
              Reading permissions database.
              Reading the permissions database can take several minutes.
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/DVD.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSettings.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSources.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Movies.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Music.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Photos.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Podcasts.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/TV.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/BackRow.framework/Versions/A/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Menu Extras/RemoteDesktop.menu/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/CodeResources", should be -rw-rw-r-- , they are lrw-rw-r-- .
    Permissions differ on "private/var/spool/cups/cache/rss", should be drwxr-xr-x , they are drwxrwxr-x .
    ACL found but not expected on "Applications/Utilities".
    ACL found but not expected on "Applications".
    ACL found but not expected on "Library".
    Permissions verification complete
    Repairing permissions for “Rayce”
              Reading permissions database.
              Reading the permissions database can take several minutes.
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/DVD.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSettings.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSources.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Movies.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Music.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Photos.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Podcasts.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/TV.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/PrivateFrameworks/BackRow.framework/Versions/A/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Menu Extras/RemoteDesktop.menu/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    Permissions differ on "Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/CodeResources", should be -rw-rw-r-- , they are lrw-rw-r-- .
    Permissions differ on "private/var/spool/cups/cache/rss", should be drwxr-xr-x , they are drwxrwxr-x .
    ACL found but not expected on "Applications/Utilities".
    ACL found but not expected on "Applications".
    ACL found but not expected on "Library".
    Permissions repair complete

  • Com.bea.wli.bpm.EventQueue vs com.bea.wlpi.EventQueue

    Hi
    Which event queue should be used if an external application wants to post a message
    to wli to be consumed by an event node?
    com.bea.wli.bpm.EventQueue vs com.bea.wlpi.EventQueue ????????
    I am using WLI 7.0 and tried with com.bea.wli.bpm.EventQueue but the event node
    doesn't seem to be consuming the messages at all.
    With com.bea.wlpi.EventQueue, the messages are being consumed but the event node
    is not necessarily waiting. Moreover com.bea.wlpi.EventQueue is not listed at
    all in the weblogic admin console.
    Any comments
    -Thanks
    Sreeram

    Hi Sreeram,
    The WLI_BPM_Event (com.bea.wli.bpm.Event) queue is the default event
    queue for BPM. Here is a link that describes how to take a JMS message
    and deliver it to BPM process engine:
    http://e-docs.bea.com/wli/docs70/devclient/jms.htm
    Cheers,
    Chris
    Sreeram wrote:
    Hi
    Which event queue should be used if an external application wants to post a message
    to wli to be consumed by an event node?
    com.bea.wli.bpm.EventQueue vs com.bea.wlpi.EventQueue ????????
    I am using WLI 7.0 and tried with com.bea.wli.bpm.EventQueue but the event node
    doesn't seem to be consuming the messages at all.
    With com.bea.wlpi.EventQueue, the messages are being consumed but the event node
    is not necessarily waiting. Moreover com.bea.wlpi.EventQueue is not listed at
    all in the weblogic admin console.
    Any comments
    -Thanks
    Sreeram

  • Creating New Users for RDBMS realm

    I am currently creating new users in the RDBMS realm
    by an EJB that will insert into the "Users" table. Is this
    the correct way to create users or should I be calling
    methods on classes in examples.security.RDBMSRealm?
    Thanks
    Bill.

    Thanks a lot for the guideline.
    I can able to create multiple users using Import option of the user administration but i have one more question regarding the same.
    What about the password setting of these newly created users. Or can the set the password field in test file?? Because when we export the user, it is not showing any Password field.
    Thanks & Regards,
    Prashant

  • How to create user in UME when using ABAP as datasource

    hi, everyone
    We are using ABAP as EP user datasource, when create user in EP, it says "Current user has user creation permissions in the UME, but cannot create users in the back-end system (data source). The original and possibly untranslated message was: "No active writeable datasource found for user creation, check your Persistence Configuration."
    But we can not create in UME neither, anyone know how to do this?
    Lee

    Hi,
    Solution would be to disconnect the UME from ABAP and reboot the portal, create the user in UME, and revert back to the UME/ABAP connection again... but this is not supported:
    Changing Data Source
    Once you have chosen this data source configuration, you cannot change to any other data source configuration. For details, see SAP Note 718383.
    Source: http://help.sap.com/saphelp_nw70ehp1/helpdata/en/45/af3ac012d32e78e10000000a155369/frameset.htm
    Ask the autorisation team of the ABAP stack that is connected to you UME to create the user for you is the only solution.
    Cheers,
    Benjamin

  • RDBMS Realm using Oracle 8.1.6

    Has anyone created an RDBMS Security realm using Oracle 8.1.6
    I can't seem to get it to work.

    "Bernie Ferguson" <[email protected]> wrote:
    >
    Has anyone created an RDBMS Security realm using Oracle 8.1.6
    I can't seem to get it to work.Never mind
    Stupid mistake ---- bad classpath to RDBMSRealm.class
    Everything works great now!!!

  • Problem Creating Users

    Pls help, when I use the API to create users i get the following message:
    ++++++++++++++++++++
    com.iplanet.am.sdk.AMException: Unable to find parent organization
    at com.iplanet.am.sdk.AMCacheManager.getOrganizationDN(AMCacheManager.java:469)
    at com.iplanet.am.sdk.AMCacheManager.getExternalAttributes(AMCacheManager.java:523)
    at com.iplanet.am.sdk.AMCacheManager.getPluginAttrsAndUpdateCache(AMCacheManager.java:689)
    at com.iplanet.am.sdk.AMCacheManager.getAttributes(AMCacheManager.java:776)
    at com.iplanet.am.sdk.AMDirectoryManager.getAttributes(AMDirectoryManager.java:456)
    at com.iplanet.am.sdk.AMObjectImpl.getAttribute(AMObjectImpl.java:231)
    at com.iplanet.am.sdk.AMUserImpl.getRoleDNs(AMUserImpl.java:130)
    at com.iplanet.am.sdk.AMObjectImpl.create(AMObjectImpl.java:928)
    at com.iplanet.am.sdk.AMPeopleContainerImpl.createUsers(AMPeopleContainerImpl.java:175)
    at com.iplanet.am.sdk.AMPeopleContainerImpl.createUsers(AMPeopleContainerImpl.java:126)
    at core.OneSpaceOrgOperations.connectToOrg(OneSpaceOrgOperations.java:288)
    at core.loadAllOrg.main(loadAllOrg.java:72)

    Hmm, doesn't sound like it's seeing your parent Org. Have you created a top-level org and are creating users beneath it?
    -J

  • EBS 11.5.1 - Problem creating user with NO APPS user

    Hi everybody.
    I am working on an EBS enviroment on demand that we are trying to set up for a Colombian customer. We are trying to set up the connector between Oracle IDentity Manager and EBS and it is not working.
    After some test cases we figured out that the main issues are related with the privileges that has the user that is going to interact with the EBS DB Procedures. In fact, we are trying to call this procedure:
    declare
    user1 varchar2(50);
    owner varchar2(50);
    begin
    user1 := 'USERNAME';
    owner := '-23432';
    fnd_user_pkg.CreateUser(user1,owner);
    end;
    IF WE RUN THIS SENTENCE OVER APPS USER (THE EBS ADMIN USER) IT WORKS. HOWEVER when we try to use the OIM user it throws the following error:
    Unable to create user USERNAME due to the following reason(s):
    Oracle error -1031: ORA-01031: insufficient privileges has been detected in FND_WEB_SEC.VALIDATE_PASSWORD..
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.FND_USER_PKG", line 869
    ORA-06512: at "APPS.FND_USER_PKG", line 915
    ORA-06512: at "APPS.FND_USER_PKG", line 1034
    ORA-06512: at line 1
    We already checked the FND_WEB_SEC Package (that has the VALIDATE_PASSWORD function) and it looks like the problem is when it calls the function VALIDATE_PASSWORD_JAVA wich tries to validate the password with a Java task. It looks like the OIM user doesn't have privileges to access this remote java function.
    Anyone knows wich is the real problem and how can i solve it??
    Many thanks for the help

    Hi everybody.
    I am working on an EBS enviroment on demand that we are trying to set up for a Colombian customer. We are trying to set up the connector between Oracle IDentity Manager and EBS and it is not working.
    After some test cases we figured out that the main issues are related with the privileges that has the user that is going to interact with the EBS DB Procedures. In fact, we are trying to call this procedure:
    declare
    user1 varchar2(50);
    owner varchar2(50);
    begin
    user1 := 'USERNAME';
    owner := '-23432';
    fnd_user_pkg.CreateUser(user1,owner);
    end;
    IF WE RUN THIS SENTENCE OVER APPS USER (THE EBS ADMIN USER) IT WORKS. HOWEVER when we try to use the OIM user it throws the following error:
    Unable to create user USERNAME due to the following reason(s):
    Oracle error -1031: ORA-01031: insufficient privileges has been detected in FND_WEB_SEC.VALIDATE_PASSWORD..
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.FND_USER_PKG", line 869
    ORA-06512: at "APPS.FND_USER_PKG", line 915
    ORA-06512: at "APPS.FND_USER_PKG", line 1034
    ORA-06512: at line 1
    We already checked the FND_WEB_SEC Package (that has the VALIDATE_PASSWORD function) and it looks like the problem is when it calls the function VALIDATE_PASSWORD_JAVA wich tries to validate the password with a Java task. It looks like the OIM user doesn't have privileges to access this remote java function.
    Anyone knows wich is the real problem and how can i solve it??
    Many thanks for the help

  • Problems creating a new folder when using webmail

    Hi, has anyone else out there encountered problems when trying to create a new folder when using webmail ?
    It just seems to create a new folder called 'New Folder' and misses out the step that would normally allow you to rename it to a title of your choice.
    A whole list of folders called 'New Folder' is about as useful as an ashtray on a motorbike.
    It did used to work as I've used it many times in the past.....but then so did a lot of things before the 'new' and 'improved' version of BT Mail came along.
    Any help or suggestions gratefully received (apart from the obvious solution, switch to a mail client).
    Maybe it needs flagging to the 'techies'......they must be really busy trying to sort out all the so called teething problems.
    Solved!
    Go to Solution.

    What should happen is that when you click on the + for add a new folder a box should appear, somewhere amongst the folder list. (The list is in alphabetical order so if you have a number of folders previous to the letter N it maybe out of view ) .
    The box will have the text " New folder-X," ( see below for the explantion for the -X ) you then delete the text, type in the name you want, hit enter and there it is.
    If you don't notice the box, possibly because it's off screen further down the list, you then open and close the list, or log out the next time you view the list it, or they, are simply named New folder.
    So you now have umpteen " New folders ", here's how to rename them.
    Place your cursor on the word New Folder in your folder list, you will see a little box appear with" New folder-X,"  x being the number of the new folders you have created., eg -0, -1, -2 etc.
    Then double click on it, you should then get a larger box with New folder-X.
    Delete the text in the box, type in the name you want for the new folder, hit enter there's you newly named folder.

  • Unlocking user in RDBMS realm of portal

    Hi All,
    Does any body know where the information of a user being locked is stored in case
    oif RDBMS Realm ? In portal server, some user is locked b'coz of wrong password
    and I tried unlocking from weblogic console, but didn't work. Does any body having
    any idea on this ?
    Any suggestion is welcome.
    TIA,
    Sudarson

    Hi All,
    Does any body know where the information of a user being locked is stored in case
    oif RDBMS Realm ? In portal server, some user is locked b'coz of wrong password
    and I tried unlocking from weblogic console, but didn't work. Does any body having
    any idea on this ?
    Any suggestion is welcome.
    TIA,
    Sudarson

  • Creating users in Caching Realm and not FileRealm

    Hey,I was wondering if there was anyway a user ( whose username password) i retrieve from a database can be created only in the caching realm and the createUser not propogate to the fileRealm..caz when the server is stopped, i want all the cached user entries to be deleted..and if the createUser propogates to the fileRealm, they will become persistent..Thanx for help in advance,Tapan

    Step 1) (As Andreas explained): create an extra realm; navigate to the your.servername/oiddas page. Select the third tab "Directory". Notice an extra picture appears in the upper right corner, called "Realms". Click that, and create the realm.
    Step 2) Reconfigure your SSO server to allow for the extra realm
    Step 3) Configure Application Server Hosting
    Step 4) Add the subscriber
    Step 5) Add user(s) - note the extra option "Realm" in the basic data part
    It's a lot more complicated than rpelies on this forum allows; the documentation describes it quite well - note that the enblhstg.csh misses the "-mode sso" switch (at least for 10.1.2 on HP-UX)
    Bottom line: create users is simply the Create button on the users page - you shoud have the option to select the default realm there, not on the realm pages

  • Problem creating user running wizard

    Hi,
    When trying to run the initial setup of functional unit SLD wizard, I receive the "You are not authorized to create users" error message.  We are only running this wizard because we are changing to local SLD from a remote SLD.  I am able to create a test user as J2EE_ADMIN from both the ABAP and Java sides.  However, I receive this error when running the wizard.
    It is not an authorization issue for j2ee_admin as I am able to manually create users as above mentioned.  I only see the error durning the wizard when the step Create SLD_DS user is running.
    Does anyone have any ideas?
    Regards,
    Rick

    This problem is resolved.  I mistakenly thought the authorization issue was with the j2ee_admin user and it was actually DDIC.  I corrected the authorization issues for DDIC and the process continued.
    Regards,
    Rick

  • Why use com.bea.wlw.runtime.descriptor.module.ConfigModuleFactory?

    What is the use of the module com.bea.wlw.runtime.descriptor.module.ConfigModuleFactory?
    What is the purpose of wlw-system.jar?
    How does the following work in weblogic-extension.xml
    <module-provider>
    <name>wlw-runtime-config</name>
    <module-factory-class-name>com.bea.wlw.runtime.descriptor.module.ConfigModuleFactory</module-factory-class-name>
    </module-provider>
    Someone please answer.

    These look like they are from the deprecated and I believe retired BEA Workshop framework in older releases of WLS such as 8.1 and probably still needed by code written for that deprecated framework. It looks like you're already seen this thread that hint that this may not be supported beyond 10.3.1:
    Re: <BEA-149205> Error

  • How use com.bea.wlai.client.ApplicationView??

    Hi, Bea experts,
    When I use WLI8.1 API to write code use a application view of MQSeries adapter.
    The server throws a Exception like this :
    javax.resource.NotSupportedException: com.bea.adapter.mqseries.cci.InteractionSpecImpl@114c598:
    func
    tion='sendreq', verb='InteractionSpec.SYNC_SEND_RECEIVE', time-out='-1', request
    schema name='null'
    request document root element='sendreq', response schema name='null' response
    document root element=
    'sendreq'
    at com.bea.adapter.mqseries.cci.InteractionImpl.execute(InteractionImpl.java:87)
    at com.bea.adapter.cci.AbstractDocumentRecordInteraction.execute(AbstractDocumentRecordInter
    action.java:198)
    at com.bea.wlai.appview.ApplicationViewBean.executeInteraction(ApplicationViewBean.java:1967
    at com.bea.wlai.appview.ApplicationViewBean.executeRequest(ApplicationViewBean.java:1616)
    at com.bea.wlai.appview.ApplicationViewBean.invokeService(ApplicationViewBean.java:1391)
    at com.bea.wlai.appview.ApplicationViewBean.invokeService(ApplicationViewBean.java:1199)
    at mqdemo.mqadpter.connhost_elzhn1_EOImpl.invokeService(connhost_elzhn1_EOImpl.java:384)
    at mqdemo.mqadpter.connhost_elzhn1_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:166)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:284)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:244)
    at mqdemo.mqadpter.connhost_elzhn1_EOImpl_811_WLStub.invokeService(Unknown
    Source)
    at com.bea.wlai.client.ApplicationView.invokeServiceInternal(ApplicationView.java:908)
    'mqdemo' is the application name, 'connhost' is the name of Application view.
    In the code, I just initialize a 'ApplicationView' instance, and new two IDocument
    for request and response to a Service of the application view.
    And then : view_instance.invokeService(service_name,req_idocument,true);
    Then, server print the Exception as I metioned.
    But, if I use this code : view_instance.invokeService(service_name,req_idocument);
    just like in the aiuser(adapter).pdf guid.
    It print another exception, just show the response idocument is null.
    So, Can anybody tell me how use the ApplicationView API? Wether before call
    the invokeService(), need I call anyother methods like setConnectionSpec(ConnectSpec)?
    But how to set the ConnectSpec??? I have no idea about this totally : (
    Can BEA provide much detail document?
    Regards,
    Shannon

    Thanks for the reply. I think I am close, based on your instruction, I did the following but still got the same error.
    C:\Program Files\Java\j2re1.4.2_13>java com.mypack.testdpws.TestDPWS
    javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificate not Trusted
    C:\Program Files\Java\j2re1.4.2_13>keytool -import -alias testDPWS -file TestDpClSsl.crt
    Enter keystore password:
    Enter keystore password: password
    Owner: CN=TestDpClSsl
    Issuer: CN=TestDpClSsl
    Serial number: 2dd2d12e
    Valid from: 12/1/10 4:37 PM until: 12/1/11 4:37 PM
    Certificate fingerprints:
    MD5: 3A:89:FE:76:BC:30:BF:F0:87:31:F5:14:29:07:60:91
    SHA1: 40:71:51:4C:84:BD:08:40:A6:7D:60:A8:A8:04:BA:09:B7:E5:C9:A4
    Trust this certificate? [no]: y
    Certificate was added to keystore
    C:\Program Files\Java\j2re1.4.2_13>java com.mypack.testdpws.TestDPWS
    javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificate not Trusted
    Any idea ? or do I need to add something in the test program ?

Maybe you are looking for

  • Is it possible to A/B video tracks when coming straight from Premiere?

    I've got a two-camera project in Premiere where the cameras didn't have the same white balance, so I want to match one to the other: one of them's good, the other was too cold. If I do a "Direct link to Adobe Speedgrade" from Premiere, I can't see an

  • How Can I change the default system editor to use it on Eclipse?

    Hi, I want to know something. In Eclipse, when I do the following with a file: Open With -> System Editor, GVIM is opened, and I would want to change this behaviour to another editor. How Can I perform this? Greetings

  • I want to print a b c f simultaniously in one console.writeLine statment how to do that pls check my code

     int a = 12;             double b = 15.0;             float c = 15.0F;             bool f = true;             Console.WriteLine(a.ToString,b.ToString,c.ToString,f.ToString);

  • Transform XML

    Hi to you all. I have a XML(with a some elements) and that i want to transform to a XML that as the design of a XMLForms. I´ve already created a XMLForm and so I have the schema and xsl (but the names of the elements that I´m using are diferent from

  • Need opinions about using methods in-line

    Hello fellow SDNers, I have this piece of code where i use functional method as operand, string formatting options in-line et al. A friend of mine says it's not too descriptive.   cl_demo_output=>display_text( |Laufzeit: { lcl_calc_laufzeit=>main(