AM console - Unable to create Users

I'm unable to create users under any organization through AM console. I'm getting the following error in amProfile_ldap.
12/04/2006 10:19:03:585 AM CST: Thread[service-j2ee-2,5,main]
WARNING: DirectoryServicesImpl.createUser(): Internal Error occurred. Unable to create User Entry
com.iplanet.ums.UMSException: Unable to add the entry "uid=scott,ou=People,o=testorg,dc=test,dc=com"::null. Root exception is
netscape.ldap.LDAPException: error result (65); Object class violation
at netscape.ldap.LDAPConnection.checkMsg(LDAPConnection.java:4866)
at netscape.ldap.LDAPConnection.add(LDAPConnection.java:2851)
at netscape.ldap.LDAPConnection.add(LDAPConnection.java:2866)
at netscape.ldap.LDAPConnection.add(LDAPConnection.java:2816)
at com.iplanet.ums.DataLayer.addEntry(DataLayer.java:432)
at com.iplanet.ums.PersistentObject.addChild(PersistentObject.java:722)
at com.iplanet.am.sdk.ldap.DirectoryServicesImpl.createUser(DirectoryServicesImpl.java:998)
at com.iplanet.am.sdk.ldap.DirectoryServicesImpl.createEntry(DirectoryServicesImpl.java:1490)
at com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl.createEntry(CachedDirectoryServicesImpl.java:349)
at com.iplanet.am.sdk.AMObjectImpl.create(AMObjectImpl.java:1001)
at com.iplanet.am.sdk.AMPeopleContainerImpl.createUsers(AMPeopleContainerImpl.java:190)
at com.iplanet.am.console.user.model.UMCreateUserModelImpl.createUser(UMCreateUserModelImpl.java:356)
at com.iplanet.am.console.user.UMCreateUserViewBean.createUser(UMCreateUserViewBean.java:490)
at com.iplanet.am.console.user.UMCreateUserViewBean.handleBtnCreateRequest(UMCreateUserViewBean.java:368)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.iplanet.jato.view.command.DefaultRequestHandlingCommand.execute(DefaultRequestHandlingCommand.java:183)
at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:308)
at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:802)
at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:740)
at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandler(ViewBeanBase.java:571)
at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:957)
at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:615)
at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:473)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:807)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)
12/04/2006 10:19:03:597 AM CST: Thread[service-j2ee-2,5,main]
In CachedDirectoryServicesImpl.getAttributes(SSOToken entryDN, attrNames, ignoreCompliance, byteValues) (cn=dsameuser,ou=dsame
users,dc=test,dc=com, o=testorg,dc=test,dc=com, [sunRegisteredServiceName], true, false method.
12/04/2006 10:19:03:598 AM CST: Thread[service-j2ee-2,5,main]
CachedDirectoryServicesImpl.getAttributes(): found all attributes in Cache.
12/04/2006 10:19:03:598 AM CST: Thread[service-j2ee-2,5,main]
DirectoryServicesImpl.getRegisteredServiceNames() Registered Service Names for entryDN: o=testorg,dc=test,dc=com are: [iPlanet
AMSessionService, iPlanetAMAuthMembershipService, iPlanetAMAdminConsoleService, iPlanetAMAuthService, iPlanetAMPolicyConfigSer
vice, iPlanetAMAuthLDAPMultiService, iPlanetAMUserService, iPlanetAMAuthAnonymousService, iPlanetAMAuthConfiguration, iPlanetA
MAuthLDAPService, SunPortalDesktopService, sunAMAuthSAMLService, srapGatewayAccessService]
12/04/2006 10:19:03:599 AM CST: Thread[service-j2ee-2,5,main]
CachedDirectoryServicesImpl.getOrganizationDN() - looping Organization DN for entry: o=testorg,dc=test,dc=com
12/04/2006 10:19:03:600 AM CST: Thread[service-j2ee-2,5,main]
CachedDirectoryServicesImpl.getOrganizationDN(): found OrganizationDN: o=testorg,dc=test,dc=com for: o=testorg,dc=test,dc=com
12/04/2006 10:19:03:631 AM CST: Thread[service-j2ee-2,5,main]
CachedDirectoryServicesImpl.doesEntryExist(): entryDN: uid=amAdmin,ou=People,dc=test,dc=com found in cache & exists: true
12/04/2006 10:19:03:642 AM CST: Thread[service-j2ee-2,5,main]
CachedDirectoryServicesImpl.getOrganizationDN() - looping Organization DN for entry: o=testorg,dc=test,dc=com
12/04/2006 10:19:03:642 AM CST: Thread[service-j2ee-2,5,main]
CachedDirectoryServicesImpl.getOrganizationDN(): found OrganizationDN: o=testorg,dc=test,dc=com for: o=testorg,dc=test,dc=com
I'm really not sure what change caused this to happen. I can't import any user specific ldif files through DS console as well. I appreciate if somebody guides me how to correct this?
Thanks in advance,
lakshmi

Lakshmi.Panala wrote:
I'm unable to create users under any organization through AM console. I'm getting the following error in amProfile_ldap.
12/04/2006 10:19:03:585 AM CST: Thread[service-j2ee-2,5,main]
WARNING: DirectoryServicesImpl.createUser(): Internal Error occurred. Unable to create User Entry
com.iplanet.ums.UMSException: Unable to add the entry "uid=scott,ou=People,o=testorg,dc=test,dc=com"::null. Root exception is
netscape.ldap.LDAPException: error result (65); Object class violation
at netscape.ldap.LDAPConnection.checkMsg(LDAPConnection.java:4866)
at netscape.ldap.LDAPConnection.add(LDAPConnection.java:2851)
at netscape.ldap.LDAPConnection.add(LDAPConnection.java:2866)
at netscape.ldap.LDAPConnection.add(LDAPConnection.java:2816)
at com.iplanet.ums.DataLayer.addEntry(DataLayer.java:432)
at com.iplanet.ums.PersistentObject.addChild(PersistentObject.java:722)
at com.iplanet.am.sdk.ldap.DirectoryServicesImpl.createUser(DirectoryServicesImpl.java:998)
at com.iplanet.am.sdk.ldap.DirectoryServicesImpl.createEntry(DirectoryServicesImpl.java:1490)
at com.iplanet.am.sdk.ldap.CachedDirectoryServicesImpl.createEntry(CachedDirectoryServicesImpl.java:349)
at com.iplanet.am.sdk.AMObjectImpl.create(AMObjectImpl.java:1001)
at com.iplanet.am.sdk.AMPeopleContainerImpl.createUsers(AMPeopleContainerImpl.java:190)
at com.iplanet.am.console.user.model.UMCreateUserModelImpl.createUser(UMCreateUserModelImpl.java:356)
at com.iplanet.am.console.user.UMCreateUserViewBean.createUser(UMCreateUserViewBean.java:490)
at com.iplanet.am.console.user.UMCreateUserViewBean.handleBtnCreateRequest(UMCreateUserViewBean.java:368)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.iplanet.jato.view.command.DefaultRequestHandlingCommand.execute(DefaultRequestHandlingCommand.java:183)
at com.iplanet.jato.view.RequestHandlingViewBase.handleRequest(RequestHandlingViewBase.java:308)
at com.iplanet.jato.view.ViewBeanBase.dispatchInvocation(ViewBeanBase.java:802)
at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandlerInternal(ViewBeanBase.java:740)
at com.iplanet.jato.view.ViewBeanBase.invokeRequestHandler(ViewBeanBase.java:571)
at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:957)
at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:615)
at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:473)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:807)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
at com.iplanet.ias.web.WebContainer.service(WebContainer.java:580)
12/04/2006 10:19:03:597 AM CST: Thread[service-j2ee-2,5,main]
In CachedDirectoryServicesImpl.getAttributes(SSOToken entryDN, attrNames, ignoreCompliance, byteValues) (cn=dsameuser,ou=dsame
users,dc=test,dc=com, o=testorg,dc=test,dc=com, [sunRegisteredServiceName], true, false method.
12/04/2006 10:19:03:598 AM CST: Thread[service-j2ee-2,5,main]
CachedDirectoryServicesImpl.getAttributes(): found all attributes in Cache.
12/04/2006 10:19:03:598 AM CST: Thread[service-j2ee-2,5,main]
DirectoryServicesImpl.getRegisteredServiceNames() Registered Service Names for entryDN: o=testorg,dc=test,dc=com are: [iPlanet
AMSessionService, iPlanetAMAuthMembershipService, iPlanetAMAdminConsoleService, iPlanetAMAuthService, iPlanetAMPolicyConfigSer
vice, iPlanetAMAuthLDAPMultiService, iPlanetAMUserService, iPlanetAMAuthAnonymousService, iPlanetAMAuthConfiguration, iPlanetA
MAuthLDAPService, SunPortalDesktopService, sunAMAuthSAMLService, srapGatewayAccessService]
12/04/2006 10:19:03:599 AM CST: Thread[service-j2ee-2,5,main]
CachedDirectoryServicesImpl.getOrganizationDN() - looping Organization DN for entry: o=testorg,dc=test,dc=com
12/04/2006 10:19:03:600 AM CST: Thread[service-j2ee-2,5,main]
CachedDirectoryServicesImpl.getOrganizationDN(): found OrganizationDN: o=testorg,dc=test,dc=com for: o=testorg,dc=test,dc=com
12/04/2006 10:19:03:631 AM CST: Thread[service-j2ee-2,5,main]
CachedDirectoryServicesImpl.doesEntryExist(): entryDN: uid=amAdmin,ou=People,dc=test,dc=com found in cache & exists: true
12/04/2006 10:19:03:642 AM CST: Thread[service-j2ee-2,5,main]
CachedDirectoryServicesImpl.getOrganizationDN() - looping Organization DN for entry: o=testorg,dc=test,dc=com
12/04/2006 10:19:03:642 AM CST: Thread[service-j2ee-2,5,main]
CachedDirectoryServicesImpl.getOrganizationDN(): found OrganizationDN: o=testorg,dc=test,dc=com for: o=testorg,dc=test,dc=com
I'm really not sure what change caused this to happen. I can't import any user specific ldif files through DS console as well. I appreciate if somebody guides me how to correct this?
Thanks in advance,
lakshmiWhat you need to do is to check directory logs in order to see what is the specific object class violation. If your AM instance was working before, something nasty should have happened in directory. Check logs and schema files.
Regards

Similar Messages

  • MDS Error: unable to create user DBs in /var/folders/...

    What does this error mean? I have tons of them in my console. I have also repaired my permissions with Disk Utility, which found nothing in /var.
    Oct 21 15:29:02 macpro trustevaluationagent[25914]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:30:02 macpro trustevaluationagent[25938]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:31:02 macpro trustevaluationagent[25960]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:32:02 macpro trustevaluationagent[25984]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:32:28 macpro /Applications/AppFresh.app/Contents/MacOS/AppFresh[25993]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:33:02 macpro trustevaluationagent[26009]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:34:02 macpro trustevaluationagent[26028]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:35:02 macpro trustevaluationagent[26049]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:35:02 macpro trustevaluationagent[26049]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:35:02 macpro trustevaluationagent[26049]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:36:04 macpro trustevaluationagent[26069]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:37:27 macpro trustevaluationagent[26100]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:39:29 macpro trustevaluationagent[26116]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:39:29 macpro trustevaluationagent[26116]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:39:29 macpro trustevaluationagent[26116]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:39:29 macpro trustevaluationagent[26116]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:39:29 macpro trustevaluationagent[26116]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:39:29 macpro trustevaluationagent[26116]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:39:30 macpro trustevaluationagent[26116]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:39:30 macpro trustevaluationagent[26116]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:40:17 macpro trustevaluationagent[26132]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:40:17 macpro trustevaluationagent[26132]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:40:18 macpro trustevaluationagent[26132]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:41:13 macpro trustevaluationagent[26150]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:42:12 macpro trustevaluationagent[26167]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:43:04 macpro trustevaluationagent[26186]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:44:02 macpro trustevaluationagent[26217]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:45:02 macpro trustevaluationagent[26241]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:46:02 macpro trustevaluationagent[26260]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:47:02 macpro trustevaluationagent[26279]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:48:02 macpro trustevaluationagent[26304]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:48:02 macpro trustevaluationagent[26304]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:48:02 macpro trustevaluationagent[26304]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:48:02 macpro trustevaluationagent[26304]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:49:25 macpro trustevaluationagent[26329]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:49:25 macpro trustevaluationagent[26329]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:50:17 macpro trustevaluationagent[26346]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:50:21 macpro trustevaluationagent[26346]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:51:55 macpro trustevaluationagent[26375]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:51:56 macpro trustevaluationagent[26375]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:52:43 macpro trustevaluationagent[26391]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:52:44 macpro trustevaluationagent[26391]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:52:45 macpro trustevaluationagent[26391]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:53:29 macpro trustevaluationagent[26407]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:53:29 macpro trustevaluationagent[26407]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:54:13 macpro trustevaluationagent[26421]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:55:23 macpro trustevaluationagent[26445]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:56:22 macpro trustevaluationagent[26465]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:56:25 macpro trustevaluationagent[26465]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:56:26 macpro trustevaluationagent[26465]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:58:00 macpro trustevaluationagent[26480]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:59:26 macpro trustevaluationagent[26504]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 15:59:27 macpro trustevaluationagent[26504]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:01:40 macpro trustevaluationagent[26545]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:05:33 macpro mds[33]: (/.Spotlight-V100/Store-V1/Stores/ACA815D7-8530-4611-9FB3-40B6B294F769)(Error) IndexCI in openindexfile:bad file size: 20480, min size 136632, live.0.indexIds
    Oct 21 16:05:51 macpro loginwindow[35]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:06:08 macpro /Library/PreferencePanes/Growl.prefPane/Contents/Resources/GrowlHelperApp.app/C ontents/MacOS/GrowlHelperApp[302]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:06:10 macpro /Library/PreferencePanes/Growl.prefPane/Contents/Resources/GrowlHelperApp.app/C ontents/MacOS/GrowlHelperApp[302]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:06:13 macpro /Applications/Quick Search Box.app/Contents/MacOS/Quick Search Box[303]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:06:17 macpro /Applications/Quick Search Box.app/Contents/MacOS/Quick Search Box[303]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:06:17 macpro /Applications/Quick Search Box.app/Contents/MacOS/Quick Search Box[303]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:06:18 macpro /Applications/Quick Search Box.app/Contents/MacOS/Quick Search Box[303]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:07:05 macpro /Applications/Gmail Notifr.app/Contents/MacOS/Gmail Notifr[306]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:07:05 macpro /Applications/Gmail Notifr.app/Contents/MacOS/Gmail Notifr[306]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:07:05 macpro /Applications/Gmail Notifr.app/Contents/MacOS/Gmail Notifr[306]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:07:05 macpro /Applications/Gmail Notifr.app/Contents/MacOS/Gmail Notifr[306]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:07:11 macpro trustevaluationagent[332]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:07:13 macpro trustevaluationagent[332]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:07:13 macpro trustevaluationagent[332]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:07:46 macpro /Applications/Quick Search Box.app/Contents/MacOS/Quick Search Box[303]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:08:06 macpro trustevaluationagent[372]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:09:06 macpro trustevaluationagent[386]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:09:27 macpro /System/Library/Frameworks/IMCore.framework/iChatAgent.app/Contents/MacOS/iChat Agent[392]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:09:28 macpro /System/Library/Frameworks/IMCore.framework/iChatAgent.app/Contents/MacOS/iChat Agent[392]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:09:28 macpro /System/Library/Frameworks/IMCore.framework/iChatAgent.app/Contents/MacOS/iChat Agent[392]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:09:39 macpro /Applications/Skype.app/Contents/MacOS/Skype[390]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:10:06 macpro trustevaluationagent[401]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:10:09 macpro /Applications/Adium.app/Contents/MacOS/Adium[398]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:10:11 macpro /Applications/Adium.app/Contents/MacOS/Adium[398]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:10:23 macpro /Applications/Safari.app/Contents/MacOS/Safari[407]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:10:30 macpro /Applications/Vienna.app/Contents/MacOS/Vienna[403]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:10:42 macpro /Applications/Vienna.app/Contents/MacOS/Vienna[403]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:10:45 macpro /Applications/Mail.app/Contents/MacOS/Mail[406]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:10:57 macpro /Applications/Vienna.app/Contents/MacOS/Vienna[403]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:10:57 macpro /Applications/Vienna.app/Contents/MacOS/Vienna[403]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:10:57 macpro /Applications/Vienna.app/Contents/MacOS/Vienna[403]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:11:04 macpro /Applications/iPhoto.app/Contents/MacOS/iPhoto[411]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:11:08 macpro trustevaluationagent[416]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:11:13 macpro /Applications/Vienna.app/Contents/MacOS/Vienna[403]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:11:20 macpro /Applications/Safari.app/Contents/MacOS/Safari[407]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:11:54 macpro /Applications/Safari.app/Contents/MacOS/Safari[407]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:12:06 macpro trustevaluationagent[424]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:13:06 macpro trustevaluationagent[426]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds
    Oct 21 16:14:06 macpro trustevaluationagent[460]: MDS Error: unable to create user DBs in /var/folders/J6/J6UzEwjGneeaBy5QLvbPU++TI/-Caches-//mds

    Hello,
    Add me to the list.
    Tonight, the finder crashed during an iDisk operation.
    I had to manually turned off the mac.
    On the restart, Snow leopard decided to index spotlight for like an hour!
    I suspected things so I went into the console, and yes I get all these "MDS Error: unable to create user DBs in /var/folders/..." for nearly each app I launch.
    Any ideas?? I've been reading your thread, and couldn't find any relevant in google too.
    It doesn't seem to affect the use of the mac, but it's still strange! (there's a part of me that wanna clean reinstall right now! I just hate now that i know that something might not be working like it should! haha)
    Any idea an help very welcome.
    J

  • DRM-61026: Unable to create user session for the following reason: Login failed. Invalid user name or password.

    All Im very new to Oracle DRM and Im trying to get the app setup on Windows server running SQL Server 2008.  When I try to login to the Web Client I keep getting this error.
    DRM-61026: Unable to create user session for the following reason: Login failed. Invalid user name or password.
    Can you please help

    This might be due to The 'Oracle Instance' path may not have been set to a path relative to the 'CSS Bridge Host' (i.e. the Foundation Services machine) on the Configuration > Host Machines > CSS > General tab of the DRM Configuration Utility.
    if this is the case then
    1. Open the DRM Configuration Console.
    2. Go to the Configuration > Host Machines > CSS > General tab of the DRM Configuration Utility.
    3. Ensure that the path in 'Oracle Instance' has been set relative to the 'CSS Bridge Host' (i.e. the Foundation Services machine defined in 'CSS Bridge Host').
    4. If corrections are made to 'Oracle Instance' then restart the DRM services to pick up the change.
    Thanks,
    ~KKT~

  • IPhoto exports some Originals but hangs, saying "Unable to create /Users/

    I have a folder of 43 photos, some jpgs but a lot of the Originals are RAW and a couple of large tiffs, too. I'm trying to send them to a graphic designer for use in a book, so I want the highest quality. I would like to export them as Originals, so I don't have to search for each photo individually. The Export Originals process works for three jpgs, then I get Unable to create Users/amyzerner/Desktop/ then the first four letters of the name of the folder to which I'm exporting the photos, which I want to burn to a DVD. If I export them as Jpgs or Tiffs, all works well. Does anyone have any idea what the problem is here? Thanks in advance.

    How much free space do you have on the boot drive?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • IPhoto 6 trouble EXPORTING VERTICAL photos; Unable to create/Users/...

    I've been trying everything I can think of to export all of my photos to Finder folders and then to albums on a website - either by selecting and dragging to the folder OR by exporting. The horizontal photos export easily, but the VERTICAL photos will not move out of iPhoto. The message that pops up is: "Exporting - Unable to create/Users/my name/place tp which I'd like to export." Nor will the VERTICAL photos enlarge/display when I double click on them in iPhoto - the window that comes up has a gray square with an exclamation mark in it. Since my problem only ocurrs with VERTICAL photos, it seems to be different than the recently posted question about the same message. I did verify my HD disk. My computer savvy is limited, so detailed help is needed! Thanks!

    Check them all and leave them checked. The "!" problem can also occur if iPhoto is interrupted while writing to its database file, Library6.iPhoto. See the tip at the end of my signature. It can help you recover from the "!" problem and get your library back to where it was at the time of the last backup.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • When copying pic from iPhoto 09 to a file, to burn a CD, after 35 photos it stops copying and I get "Unable to create/users/dividrublesr/ documents/I don't know what is going on.

    When copying pic from iPhoto 09 to a file, to burn a CD, after 35 photos it stops copying and I get "Unable to create/users/dividrublesr/ documents/I don't know what is going on. Forgive me for any mistakes, I am a first timer.

    Given that the file is selected then the next possibility is that you're exporting two files with the same name. When you do this the export breaks down as the second file would overwrite the first. Check the filenames.
    Regards
    TD

  • Unable to created users through UME on portal with AS ABAP as its data sorc

    Hi,
    Unable to created users through UME on portal with AS ABAP as its data source.
    I have assigned SAP_BC_JSF_COMMUNICATION to the user SAPJSF but this only helps in editing the already existing users but not in creating new users on portal.
    I have checked that that the role SAP_BC_JSF_COMMUNICATION is properly generated and has *  in all authorizations. I have even assigned SAP_ALL and SAP_NEW to SAPJSF and another ID.
    DO we need to make any config changes to make the database writable from portal. Please advise.
    Thanks,

    Hi,
    If your system is a AS ABAP + +JAVA System,, you have to do the following
    1. Login to Client 001 using SAP GUI
    2. Create a user id
    3. Login to portal and you will be able to see the user.
    4.Assign him the portal rights
    If you want the portal to use seperate Database for USers, there is a setting in Visual admin, that you can change for the same, but i dont remember that

  • Issue after ldap syncronization enabled in oim 11.1.1.5.0 unable to create user in oim  console

    Hi Experts,
    I installed oim 11.1.1.5.0 and enabled ldap sync OID 11.1.1.6.0 and after completion of deployments i tried to create user from OIM admin console resulted in error.if i create roles it is working fine.I can see the same roles in OID.
    Error message:
    [2013-09-26T15:46:02.706+05:30] [oim_server1] [NOTIFICATION] [IAM-0080006] [oracle.iam.platform.kernel.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: 4ebbc6d3d62f6b09:-4d9bdbc2:14130907d1b:-8000-0000000000005984,0] [APP: oim#11.1.1.3.0] Orchestration process moved to failed stage, and the corresponding error is - {0}[[
    oracle.iam.platform.kernel.EventFailedException: Failed to find obpasswordexpirydate in mandatory or optional attribute list.
      at oracle.iam.ldapsync.impl.eventhandlers.user.UserCreateLDAPHandler.execute(UserCreateLDAPHandler.java:98)
      at oracle.iam.platform.kernel.impl.OrchProcessData.runPreProcessEvents(OrchProcessData.java:898)
      at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:634)
      at oracle.iam.platform.kernel.impl.OrchProcessData.executeEvents(OrchProcessData.java:227)
      at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:664)
      at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.process(OrchestrationEngineImpl.java:435)
      at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.orchestrate(OrchestrationEngineImpl.java:381)
      at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.orchestrate(OrchestrationEngineImpl.java:334)
      at oracle.iam.identity.usermgmt.impl.UserManagerImpl.create(UserManagerImpl.java:653)
      at oracle.iam.identity.usermgmt.api.UserManagerEJB.createx(Unknown Source)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:616)
      at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
      at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
      at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
      at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
      at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
      at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
      at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
      at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
      at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
      at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
      at $Proxy329.createx(Unknown Source)
      at oracle.iam.identity.usermgmt.api.UserManager_nimav7_UserManagerRemoteImpl.__WL_invoke(Unknown Source)
      at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
      at oracle.iam.identity.usermgmt.api.UserManager_nimav7_UserManagerRemoteImpl.createx(Unknown Source)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:616)
      at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
      at $Proxy184.createx(Unknown Source)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:616)
      at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
      at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
      at $Proxy323.createx(Unknown Source)
      at oracle.iam.identity.usermgmt.api.UserManagerDelegate.create(Unknown Source)
      at oracle.iam.identitytaskflow.backing.taskflows.createuser.CreateUserView.saveUserOperation(CreateUserView.java:528)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:616)
      at com.sun.el.parser.AstValue.invoke(Unknown Source)
      at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
      at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
      at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
      at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
      at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:902)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:313)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:186)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:121)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:107)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: oracle.iam.platform.entitymgr.ProviderException: Failed to find obpasswordexpirydate in mandatory or optional attribute list.
      at oracle.iam.platform.entitymgr.impl.EntityManagerImpl.createEntity(EntityManagerImpl.java:303)
      at oracle.iam.ldapsync.impl.eventhandlers.user.UserCreateLDAPPreProcessHandler.createUser(UserCreateLDAPPreProcessHandler.java:193)
      at oracle.iam.ldapsync.impl.eventhandlers.user.UserCreateLDAPHandler.execute(UserCreateLDAPHandler.java:84)
      ... 111 more
    Caused by: javax.naming.directory.SchemaViolationException: [LDAP: error code 65 - LDAP Error 65 : [LDAP: error code 65 - Failed to find obpasswordexpirydate in mandatory or optional attribute list.]]; remaining name 'uid=400011,ou=identity,ou=ubank,ou=users,ou=external,dc=national,dc=com,dc=au'
      at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3063)
      at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2978)
      at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2785)
      at com.sun.jndi.ldap.LdapCtx.c_createSubcontext(LdapCtx.java:801)
      at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_createSubcontext(ComponentDirContext.java:337)
      at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:266)
      at javax.naming.directory.InitialDirContext.createSubcontext(InitialDirContext.java:200)
      at oracle.iam.platform.entitymgr.provider.ldap.LDAPUtil.createSubcontext(LDAPUtil.java:1045)
      at oracle.iam.platform.entitymgr.provider.ldap.LDAPDataProvider.create(LDAPDataProvider.java:487)
      at oracle.iam.platform.entitymgr.impl.EntityManagerImpl.createEntity(EntityManagerImpl.java:291)
      ... 113 more
    [2013-09-26T15:46:02.842+05:30] [oim_server1] [NOTIFICATION] [IAM-3050144] [oracle.iam.identity.usermgmt.impl.handlers.create] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: 4ebbc6d3d62f6b09:-4d9bdbc2:14130907d1b:-8000-0000000000005984,0] [APP: oim#11.1.1.3.0] Compensate method called in pre-process handler of user operation CREATE with process Id 87 and event Id 494
    [2013-09-26T15:46:02.862+05:30] [oim_server1] [NOTIFICATION] [IAM-3010089] [oracle.iam.ldapsync.impl.eventhandlers.user] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: 4ebbc6d3d62f6b09:-4d9bdbc2:14130907d1b:-8000-0000000000005984,0] [APP: oim#11.1.1.3.0] Compensate method called in pre-process handler of user operation CREATE with process Id 87 and event Id 485
    [2013-09-26T15:46:02.902+05:30] [oim_server1] [NOTIFICATION] [IAM-0080046] [oracle.iam.platform.kernel.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: 4ebbc6d3d62f6b09:-4d9bdbc2:14130907d1b:-8000-0000000000005984,0] [APP: oim#11.1.1.3.0] Completed orchestration with action result - null
    [2013-09-26T15:46:02.911+05:30] [oim_server1] [NOTIFICATION] [IAM-3050031] [oracle.iam.identity.usermgmt.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: 4ebbc6d3d62f6b09:-4d9bdbc2:14130907d1b:-8000-0000000000005984,0] [APP: oim#11.1.1.3.0] The result of the CREATE operation is null.
    [2013-09-26T15:46:02.915+05:30] [oim_server1] [ERROR] [IAM-3050030] [oracle.iam.identity.usermgmt.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: 4ebbc6d3d62f6b09:-4d9bdbc2:14130907d1b:-8000-0000000000005984,0] [APP: oim#11.1.1.3.0] An exception occurred while performing the operation.[[
    oracle.iam.platform.kernel.EventFailedException: Failed to find obpasswordexpirydate in mandatory or optional attribute list.
      at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:817)
      at oracle.iam.platform.kernel.impl.OrchProcessData.executeEvents(OrchProcessData.java:227)
      at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.resumeProcess(OrchestrationEngineImpl.java:664)
      at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.process(OrchestrationEngineImpl.java:435)
      at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.orchestrate(OrchestrationEngineImpl.java:381)
      at oracle.iam.platform.kernel.impl.OrchestrationEngineImpl.orchestrate(OrchestrationEngineImpl.java:334)
      at oracle.iam.identity.usermgmt.impl.UserManagerImpl.create(UserManagerImpl.java:653)
      at oracle.iam.identity.usermgmt.api.UserManagerEJB.createx(Unknown Source)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:616)
      at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
      at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
      at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
      at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
      at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
      at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
      at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
      at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
      at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
      at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
      at $Proxy329.createx(Unknown Source)
      at oracle.iam.identity.usermgmt.api.UserManager_nimav7_UserManagerRemoteImpl.__WL_invoke(Unknown Source)
      at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
      at oracle.iam.identity.usermgmt.api.UserManager_nimav7_UserManagerRemoteImpl.createx(Unknown Source)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:616)
      at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
      at $Proxy184.createx(Unknown Source)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:616)
      at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
      at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
      at $Proxy323.createx(Unknown Source)
      at oracle.iam.identity.usermgmt.api.UserManagerDelegate.create(Unknown Source)
      at oracle.iam.identitytaskflow.backing.taskflows.createuser.CreateUserView.saveUserOperation(CreateUserView.java:528)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:616)
      at com.sun.el.parser.AstValue.invoke(Unknown Source)
      at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
      at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
      at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
      at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
      at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
      at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
      at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:902)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:313)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:186)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:121)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:107)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    [2013-09-26T15:46:02.916+05:30] [oim_server1] [ERROR] [] [oracle.iam.identitytaskflow.logging] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: 4ebbc6d3d62f6b09:-4d9bdbc2:14130907d1b:-8000-0000000000005984,0] [APP: oim#11.1.1.3.0] IAM-3060023
    [2013-09-26T15:46:04.026+05:30] [oim_server1] [NOTIFICATION] [IAM-0060016] [oracle.iam.platform.auth.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: 4ebbc6d3d62f6b09:-4d9bdbc2:14130907d1b:-8000-0000000000005988,0] [APP: oim#11.1.1.3.0] The IP address from which browser is triggered is 148.87.19.45
    Please suggest me on this.
    Best regards,
    Srikanth Vadlamudi.

    check this link:
    Updating Existing LDAP Users with Required Object Classes
    http://docs.oracle.com/cd/E29597_01/fusionapps.1111/e21032/oim.htm

  • Unable to Create Users/Groups/Orgs in OAM

    I have created a admin user [oamadmin] in Sun One Directory Server and configured the admin user as a Administrator during the initial installation/configuration. When I go the Identity System Console, I can see the users from Sun One Directory Server. When I tried to create a User, Group or a Organization, I see the error message
    "You do not have sufficient access rights"
    Is there anything I'm missing? What should I tune if I have to create users, groups and organizations from Identity System Console? I have included the admin user [oamadmin] in Directory Administrators group in Directory Server.

    You have to create a workflow that creates user, group, ... and make the current logged in user (your admin in this case) the initiator of this workflow
    for more details check the identity and common administration guide section 5 - chaining identity actions into workflows

  • Unable to create users in identity management of XI system

    Hi
    I am trying to create an user using j2ee_admin user in XI system. But I am getting the following error
    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: "The unique ID is null and principal cannot be bound!".
    Please help me why I am getting this problem and how to resolve it
    Regards
    Sowmya

    Hi,
    Please make sure that you have assigned the role of
    SAP_BC_JSF_COMMUNICATION role to the user J2EE_ADMIN.
    Since, it is delivered without a profile, so you must first generate a
    profile otherwise it will not work properly.
    Please check that the role is NOT SAP_BC_JSF_COMMUNICATION_RO (this is
    a read only role and therefore the users won't be able to create the
    user).
    As described in the SAP Note 748195 you can assign the
    assign the SAP_BC_JSF_COMMUNICATION role to the communication user.
    You must restart the J2EE Engine after you change the role assignment.
    Additionally, you can check consistencies on UME using SAP Note 1016283.
    Best regards,
    Sumanth

  • Wireless: unable to create user

    Hi,
    I got this error: "Resource /marconi/error not found" when trying to create a wireless user with using http://midtierhost:midtierport/marconi/welcome.uix.
    The user has been created in OID, and has been provisioned to use email, calendar, files successfully.
    Any clues?

    Hi Swarup,
    Try putting the password between single quotes like:
    create user test identified by 'password';
    Best regards,
    Etienne van den Heiligenberg
    TenICT, NL
    url: http://www.tenict.nl/mailons.html

  • Unable to create user in PKGBUILD / fakeroot

    tl;tr Package creation witk makepkg crashes if a certain user does not exist
    I'm maintaining package Icinga [1] and I've had three comments about the way the pakage wants to install. Following the install from the official documentation [2] a user needs to be created. This will be the main user for the build process. Is built with [3]:
    --with-icinga-user=${_icinga_user} \
    --with-icinga-group=${_icinga_user} \
    thus owning the main files to that user. This is a preferred e.g. suPhp [4][5] method where exposed (web/server) files are not owned by root or http but by a limited user. Apart from my ideas of a safe environment I want to be able to package an application the way it's intended by the creators.
    I've investigated an researched a decent amount. I found [6] discussing the possibility of creating a user. One of the examples [7] tries to create a temporary user inside the fakeroot environment of build() and poackage():
    if [ -z $(getent passwd $_amandauser) ] ; then
    msg "Adding user/group (temporarily)"
    groupadd -g $_amandagid $_amandagroup
    useradd -u $_amandauid -g $_amandagroup -G storage,disk -m -d /var/amanda -s /bin/bash -c "Amanda Backup Daemon" $_amandauser
    _cleanup=1
    else
    _cleanup=0
    fi
    but that fails as this snippet shows
    $ faketroot
    # groupadd -g 667 icinga
    # groupadd: PAM: Authenticatie service kan geen authenticatie informatie ophalen
    Interestingly emerge (Gentoo) has a function to add a user in pkg_setup() [8]
    enewgroup icinga
    enewuser icinga -1 -1 /var/spool/icinga icinga -c "icinga alert"
    The only reference to such idea in the Arch world is a keyword in PKGBUILD [9] like
    require_user('user1' 'user2')
    require_group('group1')
    What I did manage is removing all chown's from PKGBUILD, create a user in post_install() and chown several files to that user [10]. I would regard that a highly unsafe operation. Can anyone think of a better solution to be able to build() and later.package() an application when it's uncertain if a user exists? It might be helpful to exit makepkg in an early stage with a clear message (instructions to create the user) if that user doesn't exist.
    [1] https://aur.archlinux.org/packages/icinga/
    [2] http://docs.icinga.org/latest/en/quicks … ateaccount
    [3] https://aur.archlinux.org/packages/ic/icinga/PKGBUILD
    [4] http://www.suphp.org/Home.html
    [5] https://wiki.archlinux.org/index.php/Suphp
    [6] https://bbs.archlinux.org/viewtopic.php?id=105894
    [7] https://aur.archlinux.org/packages/am/amanda/PKGBUILD
    [8] https://271339.bugs.gentoo.org/attachment.cgi?id=287405
    [9] https://wiki.archlinux.org/index.php/De … D_Database
    [10] http://sprunge.us/XMgi?sh
    Last edited by foppe (2013-04-03 13:56:41)

    progandy wrote:I wanted to know whether my thoughts were realistic first
    https://github.com/progandy/fakeuser
    tl;tr Works like a charm
    git clone git://github.com/progandy/fakeuser.git
    cd fakeuser
    make
    # Folder fakeuser contains libfakeuser.so and fakeadd
    # Folder fakeuser/example-makepkg contains fakepkg
    wget https://aur.archlinux.org/packages/ic/icinga/icinga.tar.gz
    tar -zxf ./icinga.tar.gz
    cd icinga
    # Prepare MAKEPKG see [1]
    # Mostly:
    ## fakeadd -G -n $_icinga_group -g 667
    ## fakeadd -U -n $_icinga_user -u 667 -g 667
    # Prepare icinga.install see [2] - created group/user icinga:icinga in pre_install()
    # Make sure the user icinga:icinga doesn't exist
    sudo userdel icinga
    sudo groupdel icinga
    # copy fakepkg
    cp ../example-makepkg/fakepkg .
    # run fakepkg instead of makepkg
    ./fakepkg
    # Works like a charm
    # installing package
    sudo pacman -U icinga-1.8.4-2-x86_64.pkg.tar.xz
    # test
    ls -al /usr/share/webapps/icinga
    # drwxrwxr-x 10 icinga icinga 4096 5 apr 12:37 .
    # drwxr-xr-x 3 root root 4096 5 apr 12:37 ..
    # drwxr-xr-x 2 icinga icinga 4096 5 apr 12:37 cgi-bin
    # <snip>
    # drwxrwxr-x 2 icinga icinga 4096 5 apr 12:37 ssi
    # drwxrwxr-x 2 icinga icinga 4096 5 apr 12:37 stylesheets
    ls -al /var/spool/icinga
    # drwxr-xr-x 4 icinga icinga 4096 5 apr 12:37 .
    # drwxr-xr-x 10 root root 4096 5 apr 12:54 ..
    # drwxrwxr-x 2 icinga icinga 4096 5 apr 12:37 checkresults
    # drwxr-xr-x 2 icinga icinga 4096 5 apr 12:37 rw
    # [1] http://sprunge.us/ISjA?sh
    # [2] http://sprunge.us/PUPI?sh
    I used a modified PKGBUILD [1] plus a modified icinga.install [2]. The PKGBUILD adds the fakeuser
    package() {
    fakeadd -G -n $_icinga_group -g 667
    fakeadd -U -n $_icinga_user -u 667 -g 667
    cd "$srcdir/$pkgname-$pkgver"
    The icinga.install file adds the read user in pre_install()
    pre_install() {
    _icinga_user="icinga"
    _icinga_group="icinga"
    _icinga_gid=667
    _icinga_uid=667
    getent group icinga > /dev/null || groupadd -g $_icinga_gid $_icinga_group > /dev/null
    getent passwd icinga > /dev/null || useradd -u $_icinga_uid -g $_icinga_group -G http \
    -d /dev/null -s /bin/false $_icinga_user > /dev/null
    and this is exacly what I think is the very best solution to solve this issue. It's completely safe because all tricky file manipulation is done in a fakeroot environment and it's completely hassle free for the end-user.
    Heads up. Let's try get this idea upstream
    [1] http://sprunge.us/ISjA?sh
    [2] http://sprunge.us/PUPI?sh
    Last edited by foppe (2013-04-05 11:17:33)

  • OIM 9.1.0.18 - Unable to create User MailBox in Exchange 2007

    Hi,
    I am using OIM 9.1.0.18 configured AD resource with SSL (636).
    AD SSL is done. I was able to provision user & change passwords too.
    Remote Manager is configured & running fine.
    Exchange Connector version *9.1.1.4*
    Followed ActiveDirectoryExcServ_guide.pdf doc
    Exchange 2007 was installed on another system. All my systems are Windows 2003 R2 SP2
    Exchange 2007 has been configured with Remote Manager
    User got created on Exchange Server with Recipient Type as Mail User.
    The Recipient Type should be UserMailBox.
    Pls share some thoughts.
    Regards,
    Praveen

    I created a new user. In User Detail >> Resource Profile --> Exchange the status is Provisioned.
    User is created in Exchange but still the RecipientType in Exchange is MailUser.
    The Recipient Type should be UserMailBox.
    Exchange Mailbox Details
    AD Server     ----     ADITResource
    Object GUID     ----     b6304538ae3bb847a9c1fe0f334f94e7
    Log On Name     ----     [email protected]
    Mail Store Name     ----     ADITResource~CN=Mailbox Database,CN=First Storage Group,CN=InformationStore,CN=PWEXCHANGE,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=pwad,DC=com
    Email Alias     ----     paul
    Display Name     ----     paul smith
    Weblogic logs.
    Running CHECKPROCESSORDEREDFORUSER
    Target Class = com.thortech.xl.util.adapters.tcUtilXellerateOperations
    Running GETVALUE
    Target Class = com.thortech.xl.integration.Exchange.tcExchangeTasks
    Running GETSTRINGLENGTH
    Target Class = com.thortech.xl.util.adapters.tcUtilStringOperations
    Running Create mailbox
    CN=PWEXCHANGE,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative G
    roups,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=pwad,DC=com--
    Running SETUSERPROPERTIES
    Target Class = com.thortech.xl.integration.Exchange.tcExchangeTasks
    Can anyone help me out with this.
    Regards,
    Praveen

  • Unable to create new user thru Portal

    Hi,
    I am unable to create user from the oracle portal web page under the Administer tab.
    I have logged in as user PORTAL30 which has DBA rights.
    When I click the Create new user link, it generates an error page WWC-00000.
    Would appreciate if any can help me out urgently.
    OS: NT4 SP5
    9iAS 1.0.2.1
    Vipul
    null

    Cindy,
    Thanks for the solution. It worked fine after changing servername to lowercase.
    The servername was set in in httpd.conf by the 9iAS installer itself. I would like to express that Oracle should have checked before launching or should have listed it in the release notes.
    Once again thanks for the inputs, Cindy.
    Regards,
    Vipul
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by cindy:
    I too was having the same problem. I found this in another post:
    "this is reported as
    BUG:1534919
    the solution is to use lower case server name in httpd.conf. It must be in lower case."
    I made the change and am now able to create users.<HR></BLOCKQUOTE>
    null

  • Disk Utility "Unable to create" Disk Image "error -39"

    I am trying to create a disk image using Disk Utility of my wife's user area for backup. Everytime I try, I get the same result. Disk Utility spends several hours creating the archive, then at the very end it generates an error message and terminates the process. The error message is always "unable to create "user" - error -39".
    The problem follows her data and not her computer. I backed up her user to an external drive and did the image creation on another computer. Same result.
    When I do the same on my computer, the process completes fine.
    What problem is Disk Utility having? Where can I find the meaning of Disk Utilitility's -39 error?
    PowerBook G4   Mac OS X (10.4.5)  

    I am still experimenting. To narrow the problem, I decided to create individual disk images of the folders in the User folder. The first one I tried was 7 GB and worked fine. Overnight, I tried one that is 13 GB. It failed with an out of room message on the startup disk! The startup disk has 17 GB free. Nothing should have been written to the startup disk!
    This time, I configured Disk Utility to read from the startup disk and write to an external disk. The destination disk had more than enough space. But, I ran out of space on the source. It appears that Disk Utility is writing all or a portion of the compressed file to either the startup or the source disk and running out of room.
    Previously, when I created the image of my user folder (instead of my wife's), the source was my user folder on the startup disk and the destinaion for the image was on an external disk. The difference I see is that my startup disk has enough free space for the entire compressed image file.
    In my first attempt that gave me the -39, both the source and the destination disks were external. So maybe Disk Utility is creating the image on the source and at the end copying it to the destination. This would explain the difference in the error messages.
    I'll try to confirm all of this in the next few days and report my findings.

Maybe you are looking for

  • Recovering files external hard drive

    Wasn't sure where to post this.  I haven't been on here for awhile, and I'm not used to the "new" structure. My 1TB LaCie external hard drive - which had my Time Machine backups on it (multiple ones unfortunately) no longer mounts.  I downloaded some

  • WIP quantity in prod order

    Dear All The PP process in our client is like this, One material is produced thru 10 operations, input material is 100 nos ROH, for producing 100 nos FG now i created one Prod order for FG - 100 nos and CNF the first opperation - qty cnf is 100 nos ,

  • Home Movie Film Transfer File Format

    What file format should I request for my home movie film transfers?  I want to both archive the films in high definition and edit with Premiere Elements 8.  Disc space is not a problem.

  • Cannot open backup device 'F:\foldername'. Operating system error 5(Access is denied.).

    SQL 2005 Enterprise Even if I logon as Administrator and try to backup any of my databases to local partitions, I get this error below. I have been operating fine up until this point and doing backups all the time.  As far as I know, and after checki

  • Opening a worksheet

    when opening a worksheet, it always opens on the first row. Even if in the last time used I was for example working on row 145. Is it possible to arrange numbers that way that when changing sheets it opens on the row used last time and not always on