OIM cannot create a user

I am trying to manually create a user in OIM (10g) and it is not allowing me.
I get the following error message:
DOBJ.SCHTM_NO_MIL
The definition of task could not be found.
I have seen a lot of other posts where people say to post the log where the error is given, but I don't exactly know where the error is. I've searched for "ERROR" at the timestamp and I see many errors. Below is a part of the log:
INFO,28 Dec 2010 10:01:58,854,[XELLERATE.DATABASE],Class/Method: tcDataBase/setTransaction: ##########setTransaction getting called from: #######
DEBUG,28 Dec 2010 10:01:58,854,[XELLERATE.SERVER],Class/Method: tcDataObj/doRollback left.
DEBUG,28 Dec 2010 10:01:58,854,[XELLERATE.SERVER],Class/Method: tcDataObj/save left.
DEBUG,28 Dec 2010 10:01:58,854,[XELLERATE.SERVER],Class/Method: tcUSR/addToAllUsers left.
DEBUG,28 Dec 2010 10:01:58,854,[XELLERATE.SERVER],Class/Method: tcDataBase/readPartialStatement entered.
INFO,28 Dec 2010 10:01:58,854,[XELLERATE.DATABASE],DB read: select evt.evt_key, evt.evt_name, evt.evt_package from dob dob, evt evt, dvt dvt where dob.dob_key=dvt.dob_key and dvt.evt_key=evt.evt_key and (dob.dob_name='com.thortech.xl.dataobj.tcUSR' or dob.dob_name='com.thortech.xl.dataobj.tcTableDataObj' or dob.dob_name='com.thortech.xl.dataobj.tcDataObj' ) and dvt.dvt_post_insert_sequence>0 order by dvt.dvt_post_insert_sequence
DEBUG,28 Dec 2010 10:01:58,854,[XELLERATE.DATABASE],select evt.evt_key, evt.evt_name, evt.evt_package from dob dob, evt evt, dvt dvt where dob.dob_key=dvt.dob_key and dvt.evt_key=evt.evt_key and (dob.dob_name='com.thortech.xl.dataobj.tcUSR' or dob.dob_name='com.thortech.xl.dataobj.tcTableDataObj' or dob.dob_name='com.thortech.xl.dataobj.tcDataObj' ) and dvt.dvt_post_insert_sequence>0 order by dvt.dvt_post_insert_sequence
INFO,28 Dec 2010 10:01:58,855,[XELLERATE.PERFORMANCE],Query: DB: 1, LOAD: 0, TOTAL: 1
DEBUG,28 Dec 2010 10:01:58,855,[XELLERATE.SERVER],Class/Method: tcUSR/eventPostInsert left.
DEBUG,28 Dec 2010 10:01:58,855,[XELLERATE.SERVER],Class/Method: tcDataObj/insert left.
*ERROR,28 Dec 2010 10:01:58,855,[XELLERATE.SERVER],Class/Method: tcDataObj/save Error :Insertion of dataobject into database failed*
DEBUG,28 Dec 2010 10:01:58,856,[XELLERATE.SERVER],Class/Method: tcErrorList/getErrors entered.
DEBUG,28 Dec 2010 10:01:58,856,[XELLERATE.SERVER],Class/Method: tcErrorList/getErrors left.
DEBUG,28 Dec 2010 10:01:58,856,[XELLERATE.SERVER],Class/Method: tcDataBase/getError entered.
DEBUG,28 Dec 2010 10:01:58,856,[XELLERATE.SERVER],Class/Method: tcDataBase/readPartialStatement entered.
INFO,28 Dec 2010 10:01:58,856,[XELLERATE.DATABASE],DB read: select err_key, err_code, err_desc, err_rowver, err_remedy, err_count, err_last_occurance, err_action, err_help_url, err_severity from err where err_code='DOBJ.INSERT_FAILED'
DEBUG,28 Dec 2010 10:01:58,856,[XELLERATE.DATABASE],select err_key, err_code, err_desc, err_rowver, err_remedy, err_count, err_last_occurance, err_action, err_help_url, err_severity from err where err_code='DOBJ.INSERT_FAILED'
INFO,28 Dec 2010 10:01:58,857,[XELLERATE.PERFORMANCE],Query: DB: 1, LOAD: 0, TOTAL: 1
DEBUG,28 Dec 2010 10:01:58,857,[XELLERATE.SERVER],Class/Method: tcDataBase/substitute entered.
DEBUG,28 Dec 2010 10:01:58,857,[XELLERATE.SERVER],Class/Method: tcDataBase/substitute entered.
DEBUG,28 Dec 2010 10:01:58,857,[XELLERATE.SERVER],Class/Method: tcDataObj:handleErr - Data: poError.isAction - Value: E
DEBUG,28 Dec 2010 10:01:58,857,[XELLERATE.SERVER],Class/Method: tcDataObj:handleErr - Data: poError.isCode - Value: DOBJ.INSERT_FAILED
DEBUG,28 Dec 2010 10:01:58,857,[XELLERATE.SERVER],Class/Method: tcDataObj:handleErr - Data: poError.isDescription - Value: Insert failed.
DEBUG,28 Dec 2010 10:01:58,857,[XELLERATE.SERVER],Class/Method: tcDataObj:handleErr - Data: poError.isRemedy - Value:
DEBUG,28 Dec 2010 10:01:58,857,[XELLERATE.SERVER],Class/Method: tcDataObj:handleErr - Data: poError.isDetail - Value:
DEBUG,28 Dec 2010 10:01:58,857,[XELLERATE.SERVER],Class/Method: tcErrorList/addError entered.
DEBUG,28 Dec 2010 10:01:58,857,[XELLERATE.SERVER],Class/Method: tcErrorList/addReject entered.
DEBUG,28 Dec 2010 10:01:58,857,[XELLERATE.SERVER],Class/Method: tcErrorList/addReject left.
DEBUG,28 Dec 2010 10:01:58,857,[XELLERATE.SERVER],Class/Method: tcErrorList/addError left.
DEBUG,28 Dec 2010 10:01:58,857,[XELLERATE.SERVER],Class/Method: tcDataObj/doRollback entered.
*ERROR,28 Dec 2010 10:01:58,857,[XELLERATE.DATABASE],Class/Method: tcDataBase/rollbackTransaction encounter some problems: Rollback Executed From*
java.lang.Exception: Rollback Executed From
     at com.thortech.xl.dataaccess.tcDataBase.rollbackTransaction(Unknown Source)
     at com.thortech.xl.dataobj.tcDataObj.rollback(Unknown Source)
     at com.thortech.xl.dataobj.tcDataObj.doRollback(Unknown Source)
     at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
     at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
     at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.createUser(Unknown Source)
     at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.createUser(Unknown Source)
     at com.thortech.xl.ejb.beans.tcUserOperationsSession.createUser(Unknown Source)
     at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl.createUser(tcUserOperations_voj9p2_EOImpl.java:4155)
     at Thor.API.Operations.tcUserOperationsClient.createUser(Unknown Source)
     at sun.reflect.GeneratedMethodAccessor1100.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.security.Security.runAs(Security.java:41)
     at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
     at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
     at $Proxy65.createUser(Unknown Source)
     at com.thortech.xl.webclient.actions.tcManageUserAction.createUser(Unknown Source)
     at sun.reflect.GeneratedMethodAccessor977.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
     at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
     at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
     at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
     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:292)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at com.thortech.xl.webclient.security.CSRFFilter.doFilter(Unknown Source)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
INFO,28 Dec 2010 10:01:58,858,[XELLERATE.DATABASE],Class/Method: tcDataBase/setTransaction: ##########setTransaction getting called from: #######
DEBUG,28 Dec 2010 10:01:58,858,[XELLERATE.SERVER],Class/Method: tcDataObj/doRollback left.
DEBUG,28 Dec 2010 10:01:58,858,[XELLERATE.SERVER],Class/Method: tcDataObj/save left.
DEBUG,28 Dec 2010 10:01:58,858,[XELLERATE.SERVER],Class/Method: tcErrorList/getErrors entered.
DEBUG,28 Dec 2010 10:01:58,858,[XELLERATE.SERVER],Class/Method: tcErrorList/getErrors left.
DEBUG,28 Dec 2010 10:01:58,858,[XELLERATE.SERVER],Class/Method: tcErrorList/ getRejections entered.
DEBUG,28 Dec 2010 10:01:58,858,[XELLERATE.SERVER],Class/Method: tcErrorList/ getRejections left.
*ERROR,28 Dec 2010 10:01:58,858,[XELLERATE.ACCOUNTMANAGEMENT],Class/Method: tcUserOperationsBean/createUser encounter some problems: maoErrors:The definition of task could not be found.*
DEBUG,28 Dec 2010 10:01:58,858,[XELLERATE.SERVER],Class/Method: tcDataBase/eventPreInsert entered.
DEBUG,28 Dec 2010 10:01:58,858,[XELLERATE.SERVER],Class/Method: tcDataBase/tcDataBase left.
DEBUG,28 Dec 2010 10:01:58,858,[XELLERATE.AUDITOR],Class/Method: AuditEngine/getAuditEngine entered.
DEBUG,28 Dec 2010 10:01:58,858,[XELLERATE.SERVER],Class/Method: tcDataBase/eventPreInsert entered.
DEBUG,28 Dec 2010 10:01:58,858,[XELLERATE.SERVER],Class/Method: tcDataBase/tcDataBase left.
INFO,28 Dec 2010 10:01:58,862,[XELLERATE.WEBAPP],retrieving object from cache key = xlCustomClienten_US
INFO,28 Dec 2010 10:01:58,862,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,862,[XELLERATE.WEBAPP],retrieving object from cache key = xlConnectorResourceBundleen_US
INFO,28 Dec 2010 10:01:58,862,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,862,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,862,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,862,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],retrieving object from cache key = xlConnectorResourceBundleen_US
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],retrieving object from cache key = xlCustomClienten_US
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.advice.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],retrieving object from cache key = xlConnectorResourceBundleen_US
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.advice.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.advice.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.advice.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.advice.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],retrieving object from cache key = xlConnectorResourceBundleen_US
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.advice.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.advice.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.advice.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,863,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.genericerror.advice.DOBJ.SCHTM_NO_MIL
INFO,28 Dec 2010 10:01:58,891,[XELLERATE.WEBAPP],retrieving object from cache key = xlCustomClienten_US
INFO,28 Dec 2010 10:01:58,891,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_FACILITY
INFO,28 Dec 2010 10:01:58,892,[XELLERATE.WEBAPP],retrieving object from cache key = xlConnectorResourceBundleen_US
INFO,28 Dec 2010 10:01:58,892,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_FACILITY
INFO,28 Dec 2010 10:01:58,892,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_FACILITY
INFO,28 Dec 2010 10:01:58,892,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_FACILITY
INFO,28 Dec 2010 10:01:58,892,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_FACILITY
INFO,28 Dec 2010 10:01:58,892,[XELLERATE.WEBAPP],retrieving object from cache key = xlConnectorResourceBundleen_US
INFO,28 Dec 2010 10:01:58,892,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_FACILITY
INFO,28 Dec 2010 10:01:58,892,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_FACILITY
INFO,28 Dec 2010 10:01:58,892,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_FACILITY
INFO,28 Dec 2010 10:01:58,892,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_FACILITY
INFO,28 Dec 2010 10:01:58,892,[XELLERATE.WEBAPP],retrieving object from cache key = xlCustomClienten_US
INFO,28 Dec 2010 10:01:58,893,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_EMPLID
INFO,28 Dec 2010 10:01:58,893,[XELLERATE.WEBAPP],retrieving object from cache key = xlConnectorResourceBundleen_US
INFO,28 Dec 2010 10:01:58,893,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_EMPLID
INFO,28 Dec 2010 10:01:58,893,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_EMPLID
INFO,28 Dec 2010 10:01:58,893,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_EMPLID
INFO,28 Dec 2010 10:01:58,893,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_EMPLID
INFO,28 Dec 2010 10:01:58,893,[XELLERATE.WEBAPP],retrieving object from cache key = xlConnectorResourceBundleen_US
INFO,28 Dec 2010 10:01:58,893,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_EMPLID
INFO,28 Dec 2010 10:01:58,893,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_EMPLID
INFO,28 Dec 2010 10:01:58,893,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_EMPLID
INFO,28 Dec 2010 10:01:58,893,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_EMPLID
INFO,28 Dec 2010 10:01:58,893,[XELLERATE.WEBAPP],retrieving object from cache key = xlCustomClienten_US
INFO,28 Dec 2010 10:01:58,893,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_JOBCODE
INFO,28 Dec 2010 10:01:58,894,[XELLERATE.WEBAPP],retrieving object from cache key = xlConnectorResourceBundleen_US
INFO,28 Dec 2010 10:01:58,894,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_JOBCODE
INFO,28 Dec 2010 10:01:58,894,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_JOBCODE
INFO,28 Dec 2010 10:01:58,894,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_JOBCODE
INFO,28 Dec 2010 10:01:58,894,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_JOBCODE
INFO,28 Dec 2010 10:01:58,894,[XELLERATE.WEBAPP],retrieving object from cache key = xlConnectorResourceBundleen_US
INFO,28 Dec 2010 10:01:58,894,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_JOBCODE
INFO,28 Dec 2010 10:01:58,894,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_JOBCODE
INFO,28 Dec 2010 10:01:58,894,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_JOBCODE
INFO,28 Dec 2010 10:01:58,894,[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey = global.udf.USR_UDF_JOBCODE
Anyone have any ideas? Thanks for your help!

Hi,
I was facing the same errors that you got above. In my case, It occur because I've tried to install my connector(first time and did not complete properly) and tried again. So, I solve this restoring backup and installed the connector one time only.
ERROS:
retrieving object from cache key = xlCustomClienten_US
[XELLERATE.WEBAPP],Key not found in Custom Resource Bundle: newKey
[]'s
Thiago Leoncio

Similar Messages

  • Cannot create new user in oracle bam

    Hi Guys,
    Can anyone help me in creating new user in oracle bam. I've already follow the steps in bamadmin.pdf but i cannot connect to BAM using the one i've created.
    Please Help.
    Thank you!

    RRA wrote:
    Hello,
    How can I create a new user directly in database instead of creating from System Administrator menu in Oracle Applications R12 ?
    Also, is it possible to apply some default responsibilities when a creation of new user account take place via database ?
    Thanks.This topic was discussed many times in the forum before, please see old threads for the same topic/discussion along with the code you can use.
    Create Application User from the Backend
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Create+AND+Application+AND+User+AND+Backend&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Create+AND+Users+AND+API&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Assign Responsibilities API
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Assign+AND+Responsibilities+AND+API&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    FND_USER_PKG API
    https://forums.oracle.com/forums/search.jspa?threadID=&q=FND_USER_PKG&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    FND_USER_PKG.CreateUser
    https://forums.oracle.com/forums/search.jspa?threadID=&q=FND_USER_PKG.CreateUser+&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    FND_USER_PKG.AddResp
    https://forums.oracle.com/forums/search.jspa?threadID=&q=FND_USER_PKG.addresp&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Cannot create additional user in Essbase Adminstration Services

    I have created the admin user in Admin Services but cannot create any additional users; the option to "create user" is grayed out. It doesn't allow me to use the wizard as well. Can anybody tell me what the problem is and how to resolve it.

    First if you have created the Admin user when you first installed Hyperion, you can't create another user Admin user on the same server. Second, if you created the Admin user without supervisor or create/delete users privileges you can't create other users if you logged in with this user. You mentioned the create/delete is grayed out that means you don't have privileges to create or delete a user if you logged in with that user.
    Also, you may have a problem with your EAS, so try using MaxL or ESSCMD to create users and assign them to groups, check the Tech reference for more details:
    create user Guest identified by 'password' member of group Visitors;

  • OIM to create OIA users in OIA.

    Hi,
    We have a requirement to create OIA users via OIM, to let all global users log in to OIA console. Can you please provide the detailed api documentation or suggest any other approach to achieve the same.

    Preferred method of integration in OIM and OIA supports the feature of importing users and their entitlements to OIA from OIM. If you create user in OIM, the users are imported to OIA using this job. Refer: http://docs.oracle.com/cd/E24179_01/doc.1111/e23377/integratingwithoimpreferred.htm#BABIEACD
    Thanks,
    Krish.

  • J2ee_admin login cannot create/change user

    Hi all,
    I have a dual stack installation, hence login via j2ee_admin. However, all options to create change a new portal user are disabled both in portal and visual administrator.
    How can I create new users for portal? With dual stack I am only able to login via j2ee_admin.

    HI,
    Log on to the ABAP system. Go to transaction su01, search for user sapjsf, and assign the role SAP_BC_JSF_COMMUNICATION and simultaneously remove the role SAP_BC_JSF_COMMUNICATION_RO.
    Resatrt both the ABAP+JAVA server.
    This should solve the problem.
    Regards
    Deb

  • Help.  Cannot create another user account

    I am trying to add another user account but systems preferences will hang whenever I choose Accounts. It works fine otherwise (any other selections can be made with no problems). When I press accounts it will say loading accounts but never go anywhere from there....

    then something is wrong with the accounts pref pane itself.
    it's located in /system /library/preferencePanes.
    try reinstalling it from the SL install dvd using Pacifist http://www.charlessoft.com/
    then reinstall 10.6.2 combo update. see if it works after that.

  • Itunes connect - cannot create test user

    Hello,
    I have tried many times to create a testing account that assoiate with my account
    but it alway say that.
    The following error(s) occurred: 
    Account already exists.
    Even with a random email.
    Do you know how to fix this.
    Thank you for your kinfly help

    I dont know what to do next. At resolution center, they told me to register and test an app for iAP. But i may not be able to do so. If i have to wait, for how long??
    T_T

  • Cant create a user in OIM

    Hi guys,
    I've just installed OIM 11.1.1.5.0 and cannot create a user using the Administration console. I get the following error. Please assist. Thanks.
    <Apr 26, 2012 4:24:09 PM SAST> <Error> <oracle.iam.identity.usermgmt.impl.handlers.create> <IAM-3051103> <The create operation on user entity failed in action stage.
    oracle.iam.platform.entitymgr.ProviderException
    at oracle.iam.platform.entitymgr.impl.EntityManagerImpl.createEntity(EntityManagerImpl.java:303)
    at oracle.iam.platform.entitymgr.impl.EntityManagerImpl.createEntity(EntityManagerImpl.java:239)
    at oracle.iam.identity.usermgmt.impl.handlers.create.CreateUserActionHandler.execute(CreateUserActionHandler.java:153)
    at oracle.iam.identity.usermgmt.impl.handlers.create.CreateUserActionHandler.execute(CreateUserActionHandler.java:68)
    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:597)
    at oracle.iam.platform.kernel.impl.EventHandlerDynamicProxy.invoke(EventHandlerDynamicProxy.java:30)
    at $Proxy249.execute(Unknown Source)
    at oracle.iam.platform.kernel.impl.OrchProcessData.runActionEvents(OrchProcessData.java:1035)
    at oracle.iam.platform.kernel.impl.OrchProcessData.runEvents(OrchProcessData.java:644)
    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:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    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 $Proxy354.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:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
    at $Proxy187.createx(Unknown Source)
    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:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
    at $Proxy345.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:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    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.security.am.agent.wls.filters.OAMServletAuthenticationFilter.doFilter(OAMServletAuthenticationFilter.java:265)
    at oracle.security.am.agent.wls.filters.OAMValidationSystemFilter.doFilter(OAMValidationSystemFilter.java:133)
    at oracle.security.wls.oamagent.OAMAgentWrapperFilter.doFilter(OAMAgentWrapperFilter.java:120)
    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)

    You shouldn't need any patch to create new users, it's more realistic that you did some errors during the installation process.
    Because we are talking about a fresh installation, in my opinion is more convenient to reinstall from scratch, it's not gonna take a lot, and you will be sure that you wont face some other side effect due to this error in the future.

  • XE: create DB-User in APEX and Monitor Storage???

    Hello there,
    i am wondering, where some of the features described in the XE 2Day DBA guide are?
    For Example, i cannot find the usage monitor or storage tab. I loged in:
    WS: system | internal | MyWorkspace
    user: system | admin | Jana
    PW: ***** | ***** | *****
    but nowhere i can find the storage tab or usage monitor described here:
    http://download.oracle.com/docs/cd/B25329_01/doc/admin.102/b25107/storage.htm#BABEDCEF
    I also cannot create DB-User (NOT APEX user) how it is described here
    http://download.oracle.com/docs/cd/B25329_01/doc/admin.102/b25107/users_secure.htm#CHDDCIGA
    because i can't find the right page "Manage Database users". there is no such register-tab
    what i am doing wrong? Have no more idea. isn't that available in apex 3.0.1?
    Using Oracle XE and Apex 3.0.1
    Thank you for help!!!!

    If you're using Apex 3.0.1 with Oracle XE then those things simply are not there. This is clearly explained in the documentation that describes installation of Apex 3.0.1 on Oracle XE.
    If you want to see/use the storage monitoring for Oracle XE you would need to revert back to the standard Apex 2.1 installation, which I'm not sure is possible. It probably is, but I've never tried to do it, so can't answer definitively.
    Earl

  • Error in installing BAM, can not create orabam user

    Hi all,
    I tried install Oracle BAM and always getting the same problem. Error at creating orabam user.
    Any idea?
    Afonso

    hi all
    having same problem
    i can cannot create orabam user
    my oracle home is set
    i have also set my path ahead of oracle home
    C:\OracleBAM\ClientForBAM\bin in environmental variable..
    i can login into my database as sysdba also
    but when screen goes to create ORABAM USER it gives me the error cannot create the user
    kindly help pls
    CHeers

  • Not able to create, deleted user again in OIM

    Hi,
    As part of our porcess we susped the user on the next day of his/her last working day. And after 20 days we are deleting that user from OIM.
    Now the deleted user again re-hire into the organization. So we need to re-create the user in OIM.
    But we are unable to create the user in OIM 11g. And it is showing error as "user already exist".
    Then we found there is an entry for this user in OIM repository as usr_status as deleted. And also we are not able to see this user in the OIM admin console even there is an entry in repository.
    Please help us how to solve this issue in creating the identity in OIM.
    Thanks in advance
    Siva

    If you want to re-create a deleted user with the same user id then you need to set the re-use id property to true and also drop the unique key contraint from the USR table.
    Ref: Re: Steps for re-using the same user id of a deleted user in OIM 11g ?
    -Bikash

  • I have installed Adobe Lightroom CC.  In the process of launching, a popup appears, that says:  "AN INTERNAL ERROR HAS OCCURRED.  Cannot create the required folder:  /Users/(my user name)/Library/Application Support/Adobe/Lightroom/Develop Presets."  So e

    I have installed Adobe Lightroom CC.  In the process of launching, a popup appears, that says:  "AN INTERNAL ERROR HAS OCCURRED.  Cannot create the required folder:  /Users/(my user name)/Library/Application Support/Adobe/Lightroom/Develop Presets."  So even though Lightroom CC is installed, it will not launch.  What do I need to do to allow it to launch?

    The problem was solved today.  Here's the full story.  I'm a Mac user.  At first I installed Lightroom CC on my iMac (desktop).  I had this problem so I called Adobe, and was referred to a "special unit" .  After about an hour the tech solved it for me ... we did a screen sharing and she took control of my computer for a loooong time.  Because of language difficulties, at first I wondered if she knew what she was doing but she eventually solved it.  Although she couldn't explain exactly what she was doing, she summarized it by saying "it was a permissions problem."  I asked if I would have the same issue later when I installed it on my laptop (Macbook Air).  She said probably not.
    But I did.  The same internal error popup arose on launch and launch did not complete on my laptop.  I tried chat but no joy so I eventually called Apple Care.  I had noticed that on my laptop (and the iMac for that matter), that there was no Library folder after my user name.  The Apple tech explained that the Library folder is actually there but it is hidden because it's very easy for users to do some very nasty things to their computer by going astray while in the Library folder.  The folder is actually there, but they hide it.  I did remember seeing that the tech helping me with my iMac had typed the work "Library" while she was controlling my computer.  Basically she had activated the hidden Library folder so she could open the path that Lightroom was trying to follow to create that "Develop Presets" folder.  For some reason, the inability to create that folder in the launch process was preventing launch from being completed.  The Apple tech said she didn't actually have to do that and activated the Library folder by use of the Go selection on the menu bar.  Anyway, once that complete path was replicated and opened, the next step was to go to the Lightroom Permissions field and add my user name to the user categories already there and enable "read and write" permissions to my user name.  Once done, I shut down my laptop, and then rebooted.  I launched Lightroom and then boom, voila, heavens to betsy, etc. it launched and suddenly a dismal weekend turned into a great one. 
    I am not a geek, so I hope this makes some sense.  I also hope Lightroom launches again tomorrow and beyond! 

  • Gmail on iphone was working fine until yesterday when it prompted me with the message cannot get mail user name or password for gmail is incorrect, i have tried deleting the account and re-created a new account, same problem, can anyone help?

    gmail on iphone was working fine until yesterday when it prompted me with the message "cannot get mail user name or password for gmail is incorrect", i have tried deleting the account and re-created a new account, same problem, can anyone help?

    paulcb, you're a genius, it worked, thank you so much, you don't know how much stress you have taken off my shoulders, I am constantly on my email in my iphone everyday.  Thanks a million, take care. Robert.

  • OIM 11g create user with API - double resources

    Hello.
    We have a custom web client for creating a user in OIM. When we create a user with the OOTB web app (formerly xlWebApp), it creates the user and the Access Policies work correctly to give the user one of each resource.
    When we create the user with the API from our custom web app, it tries to assign 2 of each resource to the new user. Has anyone seen this behavior before? Thank you.

    Bump Thanks.

  • Helpdesk Report Group Users - Cannot create a connection to data source 'DataSource1'

    Getting the following error for a User accessing the report who is a member of the reporting group. If I add them as a sysadmin in SQL they can get access. What permissions need changing for this user group?
    Cannot create a connection to data source 'DataSource1'. ---> System.Data.SqlClient.SqlException: Login failed for user

    Dave,
    For a complete understanding of the permission and groups, I would rather suggest you to do the installation of the MBAM components in a single server infrastructure in a test environment.
    Create the following domain security groups and use it during the configuration of the MBAM roles:-
    1) MBAM Advanced Helpdesk Users
    2) MBAM Helpdesk Users
    3) MBAM Report Users
    4) MBAM Read and Write Access
    5) MBAM Read Only Access.
    Create an application pool account and create a login in SQL for it. Use it only during:-
    1) Configuration of "Compliance and Audit Database connection"
    2) Configuration for All Web Applications.
    If your application pool account is not a domain administrator, the run the following powershell command to set the service principal name :-
    Setspn
    -s http//<FQDN of MBAM Web Server> domain\<Application pool account>
    Make sure the application pool account must be trusted for delegation.
    That's all you need to do. Then after the installation you can check the properties of each group in SQL to verify the rights and permission assigned during the installation.
    Regards, "Gaurav Ranjan" =========== NOTE: Mark as Answer and Vote as Helpful if it helps =======

Maybe you are looking for

  • Networking a Mac and a pc to share internet.

    Hello, I have a pc that is running a wireless connection using windows xp and I have a Mac running Leopard. I have them connected but I would like to use the internet on my Mac through the pc. Does anyone know what I need to do to set this up. I have

  • GRIR Differences in MIRO Transaction

    Dear Friends, I have one issue in MIRO Document posting, I will explain the issue by below steps. 1. I have created Purchase Order with option "Exchange rate fixed" and my PO Exchange rate is 1.8700     Purchase order details    Quantity - 2, Price -

  • LDAP: error code 53 - Function Not Implemented

    Hi All, While doing search on Oracle internet directory server(oracle ldap server), we are getting following exception. Exception in thread "main" javax.naming.OperationNotSupportedException: [LDAP: error code 53 - Function Not Implemented]; remainin

  • Help Changing Fonts colors on Podcast Page

    I have went crazy over this... i am tryin to change the font color on my podcast page but no matter what i do it still says this brownish color.. can someone help me with this.. thanks... here is the page link... http://web.mac.com/xavier.kiyoko/iWeb

  • 32 bit problem on a 64 bit operating system

    I have iTunes, reasonably current, on a Windows XP-Home laptop. I just bought a new desktop with Windows 7 Ultimate. I purhcased PC Mover from Dell to migrate my stuff. Foolishly, I migrated the iTunes that was on my laptop. After the migration, I tr