Provisioning log is not available on Access request type Change Account

Hi,
So I have and issue when I try to submit a request to add a role to a user and I'm trying to understand what could be the reason for it.  Basically I have a workflow that works perfectly for a "Change Request".  I can see that all the steps are executed and then at the end of the request when is suppose to do the actual role assignment I see the message "Provisioning log is not available" then the approval path is finish and the request is closed but when I take a look at the user in the back end the role is not assign.  In terms of access I have try giving SAP_ALL to WF-Batch, nothing shows in Yellow or Red on SLG1 and in SPRO->AC-> User Provisioning -> Define request Type I see "Change Account" with SAP_GRAC_ACCESS_REQUEST.  What else can I do to troubleshoot this error?
Note: I when back to the  to the AC 10.0 Pre-Implementation From Post-Installation to First Access Request and everythings looks right in terms of the AC Configuration settings.

Hi Jonathan,
In my question I was referring to SPRO - GRC/access control/user provisioning / maintain provisioning settings. Those need to be setup (min. global provisioning settings) in order to have role being assigned to user at the end of path.
Change account option you can see under request type is referring to change user master data(e.g. password/ account validity / details).
Is this system maintain by CUA? If so settings have to be different (see CUA settings in SPRO)
I would recommend moving to SP14 as in SP13 there were many bugs, by the way I believe the worst SP ever since beginning of AC is SP13 (maybe due to number), as it destroys many working functionality.
Filip         

Similar Messages

  • CUP: Request type change account-  Change of user data other than roles

    Hi Experts,
    I am using the request type change account to change the user type and/or validity of the user. In the description of this request type it says I can use it to request additional access and other changes to an account. Yet when i try to change user validity.. CUP asks me to select one role when I try to submit the request..
    Is there any thing else that I need to do so that the request type works for account changes as well?
    Thanks!

    Hi,
      Go to End Configuration -> End user personlization, select the checkbox next to 'Roles' and click on change. Change the 'Manadatory' dropdown to 'No'. Now, save the changes and create the change request.
    Alpesh

  • System error - User not authorized to access requested Info Object!

    Hi, Experts,
    I have a user ID begin with S***, but when I click some links, the following message shows:
    "System error - User not authorized to access requested Info Object!"
    How could I have authorization to see these links?
    Thanks!
    Lorrie

    Hi Lorrie,
    If you are a superuser, you should not get this error.
    If not, you can not change any autohorizations.
    Check it out.  For your job, you have to be a super user.
    Thanks,
    Gordon

  • CF9 Problems with Select * query, resulting in Value can not be converted to requested type.

    So, I work on a legacy CF web site and there are numerous SELECT * FROM USERS_TABLE queries all over the site.
    Well, we changed the structure of said table in the database on our Testing and Staging sites, with no issues.
    When we pushed up to our production environment and changed the structure of the production DB table, the server kept kicking back "Value can not be converted to requested type."
    After doing some searching out there, it looks like CF caches the structure of the table, and you either have to restart CF to clear it, or rename and then name-back the DSN to fix the issue.
    http://www.bennadel.com/blog/194-ColdFusion-Query-Error-Value-Can-Not-Be-Converted-To-Requ ested-Type.htm
    That said, this doesn't happen in our testing and staging environments - so what would be the difference?
    Is there some setting I need to change in the CF Admin to keep this from happening again?

    Also, if you can use a Stored Procedure to retrieve the data, do so.  Standard queries gets all the information, anyway, chokes bandwidth passing it all to the CF server, and forces the CF server to filter, sort, and format the data.  SPs tell the db server to get ONLY the data requested, and forces the db server to filter and sort the data, leaving only formatting to the CF server.
    That's not true. The only time CF messes with data returned from the DB is if there's a maxrows attribute, and the record set returnded from the DB has more than that number of records... which causes CF to truncate the recordset to the correct size before returning it. The DB might or might not stop sending rows down to CF after CF says "yeah, I've got all I want now".
    Other than that, for all intents and purposes all CF does with the SQL is pass it to the DB and wait for an answer. The only thing it does to the returned data is to create a CF record set ("query") with it... this does not involve any filtering and sorting.
    Adam

  • Exception --- Value can not be converted to requested type.Error Code: 0

    Inside my query, I try to use function,like
    Expression formattedRegDateCol = regDateCol.getFunction("to_char", "YYYY/MM/DD");
    sometimes query works fine and sometimes got following exception, can anyone here help me out..
    Internal Exception: java.sql.SQLException: [BEA][Oracle JDBC Driver]Value can not be converted to requested type.Error Code: 0
    Call:SELECT COUNT(*), to_char(REG_DATE, 'YYYY/MM/DD') FROM SYSTEM_DETAIL WHERE ((REG_DATE BETWEEN {ts '2008-08-10 00:00:00.0'} AND {ts '2008-09-30 23:59:59.0'}) AND (GEOGRAPHIC_ID = 104)) GROUP BY to_char(REG_DATE, 'YYYY/MM/DD') ORDER BY to_char(REG_DATE, 'YYYY/MM/DD') ASC
    Query:ReportQuery(com.cad.registration.RegistrationDetailImpl)
         at com.cad.report.data.DocumentReturnedDataGenImpl.loadData(DocumentReturnedDataGenImpl.java:130)
         at com.cad.report.data.AbstractDataGen.getReport(AbstractDataGen.java:96)
         at com.cad.report.command.ProcessReportRequestOnMessage.run(ProcessReportRequestOnMessage.java:74)
         at com.cad.registration.command.AbstractCommand.execute(AbstractCommand.java:106)
         at com.cad.flow.core.Run.run(Unknown Source)
         at com.cad.flow.core.WorkflowComponent.run(Unknown Source)
         at com.cad.flow.ejbs.WorkflowManagerBean.execute(WorkflowManagerBean.java:238)
         at com.cad.flow.ejbs.WorkflowManagerBean.execute(WorkflowManagerBean.java:135)
         at com.cad.flow.ejbs.WorkflowManager_uh667k_EOImpl.execute(WorkflowManager_uh667k_EOImpl.java:132)
         at com.cad.flow.ejbs.WorkflowManager_uh667k_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:335)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
         at com.cad.flow.ejbs.WorkflowManager_uh667k_EOImpl_1001_WLStub.execute(Unknown Source)
         at com.cad.util.WorkflowProxy.runWorkflow(WorkflowProxy.java:128)
         at com.cad.kbd.messenger.listener.mdb.ReportRequestMDB.onMessage(ReportRequestMDB.java:84)
         at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
         at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
         at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
         at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4072)
         at weblogic.jms.client.JMSSession.execute(JMSSession.java:3964)
         at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:4490)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:464)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    Caused by: Exception [TOPLINK-4002] (Oracle TopLink - 10g Release 3 (10.1.3.3.0) (Build 070620)): oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.SQLException: [BEA][Oracle JDBC Driver]Value can not be converted to requested type.Error Code: 0
    Call:SELECT COUNT(*), to_char(REG_DATE, 'YYYY/MM/DD') FROM SYSTEM_DETAIL WHERE ((REG_DATE BETWEEN {ts '2008-08-10 00:00:00.0'} AND {ts '2008-09-30 23:59:59.0'}) AND (GEOGRAPHIC_ID = 104)) GROUP BY to_char(REG_DATE, 'YYYY/MM/DD') ORDER BY to_char(REG_DATE, 'YYYY/MM/DD') ASC
    Query:ReportQuery(com.cad.registration.RegistrationDetailImpl)
         at oracle.toplink.exceptions.DatabaseException.sqlException(DatabaseException.java:282)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.getObject(DatabaseAccessor.java:988)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.fetchRow(DatabaseAccessor.java:780)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:562)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:441)
         at oracle.toplink.threetier.ServerSession.executeCall(ServerSession.java:457)
         at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:117)
         at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:103)
         at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:174)
         at oracle.toplink.internal.queryframework.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:481)
         at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:825)
         at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:791)
         at oracle.toplink.queryframework.ReportQuery.executeDatabaseQuery(ReportQuery.java:518)
         at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:620)
         at oracle.toplink.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:779)
         at oracle.toplink.queryframework.ReadAllQuery.execute(ReadAllQuery.java:451)
         at oracle.toplink.publicinterface.Session.internalExecuteQuery(Session.java:2089)
         at oracle.toplink.publicinterface.Session.executeQuery(Session.java:993)
         at oracle.toplink.publicinterface.Session.executeQuery(Session.java:965)
         at oracle.toplink.publicinterface.Session.executeQuery(Session.java:878)
         at com.cad.persistence.toplink.TopLinkPersistenceBrokerImpl.executeQuery(TopLinkPersistenceBrokerImpl.java:420)
         at com.cad.report.data.DocumentSys.getSummitedDocumentNumber(DocumentSys.java:332)
         at com.cad.report.data.DocumentSys.loadData(DocumentSys.java:110)
         ... 24 more
    Caused by: java.sql.SQLException: [BEA][Oracle JDBC Driver]Value can not be converted to requested type.
         at weblogic.jdbc.base.BaseExceptions.createException(Unknown Source)
         at weblogic.jdbc.base.BaseExceptions.getException(Unknown Source)
         at weblogic.jdbc.base.BaseData.getTimestamp(Unknown Source)
         at weblogic.jdbc.base.BaseResultSet.getTimestamp(Unknown Source)
         at weblogic.jdbc.wrapper.ResultSet_weblogic_jdbc_base_BaseResultSet.getTimestamp(Unknown Source)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.getObjectThroughOptimizedDataConversion(DatabaseAccessor.java:1038)
         at oracle.toplink.internal.databaseaccess.DatabaseAccessor.getObject(DatabaseAccessor.java:942)
         ... 45 more

    Here is my code
    ExpressionBuilder builder = new ExpressionBuilder();
    ReportQuery query = new ReportQuery(RegistrationDetailImpl.class, builder);
    query.addArgument("startTime");
    query.addArgument("endTime");
    query.addArgument("lro");
    Expression lroCol = builder.get("lro");
    Expression regDateCol = builder.get(
    QueryConstants.RegistrationDetailQueryConstants.REGISTRATION_NUMBER_COL).get(
    QueryConstants.RegistrationDetailQueryConstants.REGISTRATION_DATE_COL);
    Expression formattedRegDateCol = regDateCol.getFunction("to_char", "YYYY/MM/DD");
    Expression timeExp = regDateCol.between(builder.getParameter("startTime"), builder
    .getParameter("endTime"));
    Expression lroExp = lroCol.equal(builder.getParameter("lro"));
    query.setSelectionCriteria(timeExp.and(lroExp));
    query.addCount();
    query.addAttribute("regDate", formattedRegDateCol);
    query.addGrouping(formattedRegDateCol);
    query.addOrdering(formattedRegDateCol.ascending());
    descriptor.getDescriptorQueryManager().addQuery("testquery", query);

  • User details are not populating in access request

    Hello All,
    We have configured GRC 10 with LDAP and we are able to search the users in LDAP tcode(find option) and in the access request. But when i select the user and click on ok in the access request, user information is not populating to user details tab. I have followed the SAP Standard doc and configuration is fine. When i select data source as SAP system, user details are population as expected. But when i use LDAP as data source, i am having the issue. I hope this is an field mapping issue but i tried all different options but no solution i found. Kindly help me with your expert suggestions.
    Field mapping is as follows:
    LASTNAME
    SN
    FIRSTNAME
    GIVENNAME
    USERID
    SAMACCOUNTNAME
    ROLE_NAME
    NAME
    MEMBER_OF
    MEMBEROF
    EMAIL
    MAIL
    MANAGERID
    MANAGER
    Regards,
    Jai Reddy.

    I know the path, but how to check it? is it using metaverse search?
    Look at the Runs. Are they succeeding, or failing to connect?
    Remove the Bit 17 and try again.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • The policy store is not available - Oracle Access Manager

    Hi,
    I am trying to configure OAM in a new domain and I get the below error message in the OAMCONSOLE.
    The policy store is not available; please see the log file for more details
    The database security store has been configured using the below command :
    C:\Oracle\Middleware\oracle_common\common\bin\wlst.cmd C:\Oracle\Middleware\Oracle_IDM1\common\tools\configureSecurityStore.py -d C:\Oracle\Middleware\user_projects\domains\OIMDomain -c IAM -p password123 -m create
    The security store initialization fails with this error :
    Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique
    constraint (DEV_OPSS.IDX_JPS_RDN_PDN) violated
    Any help would be appreciated.

    Hi,
    There are one or two situations that can cause this message:
    - the schema is already correctly configured, or is corrupt somehow (in which case drop/recreate the schema)
    - different versions of Identity Management products have been installed in the same Weblogic domain (for example OID 11.1.1.7 and OAM 11.1.2). In this case, the products must be installed in different domains
    - the environment (CLASSPATH, PATH) is for some reason pointing to, or including, a different domain containing a different version of Identity Management software. In this case, ensure that the environment does not have these references.
    Please also see Note 1525714.1 and Note 1553293.1
    Regards,
    Colin

  • Composite role not showing in Access request screen. (BRM not used)

    Dear All
    I have created a composite role in backend system with 2 single roles.
    a. I have imported the single roles using the NWBC screen.
    b. run the auth sync job.
    c. imported the composite role as a techincal role using the NWBC import screen.
    the import procedure was successfully completed.
    But when i try to search for the role in Access request screen for a user - i can only see the single roles & not the composite roles?
    Pls advise
    Raju

    Hi Raju,
    In addition to Alessandro's valuable inputs, you need to be sure whether or not you were able to generate the composite roles (in NWBC).
    The final stage of the composite role has to be in complete status.
    Regards,
    Ameet

  • TCL and Radius, not getting a ACCESS-REQUEST /ACCEPT / REJECT

    I'm trying to setup TCL for PREPAID. I'm told by the person who's making the script that no ACCESS-REQUEST is going through to the RADIUS SERVER (FREE RADIUS).
    Anyone have any ideas?? Here's a debug output...
    Feb 25 21:36:36.798: RADIUS(0000229C): Config NAS IP: 0.0.0.0
    Feb 25 21:36:36.798: RADIUS(0000229C): sending
    Feb 25 21:36:36.802: RADIUS/ENCODE: Best Local IP-Address 66.38.123.145 for Radius-Server 66.38.193.149
    Feb 25 21:36:36.802: RADIUS(0000229C): Send Accounting-Request to 66.38.193.149:1646 id 21829/176, len 213
    Feb 25 21:36:36.802: RADIUS: authenticator B5 29 CF 05 BE 7E 9C F8 - FE 15 76 F2 9F 32 3D 55
    Feb 25 21:36:36.802: RADIUS: Acct-Session-Id [44] 139 "14714/16:36:36.794 EST Fri Feb 25 2005/Router./1E30B8A1 86AC11D9 81649A83 4E410D97/originate/VoIP/////1E30B8A1 86AC11D9 81649A83 4E410D97"
    Feb 25 21:36:36.806: RADIUS: User-Name [1] 12 "1111111111"
    Feb 25 21:36:36.806: RADIUS: Acct-Status-Type [40] 6 Start [1]
    Feb 25 21:36:36.806: RADIUS: Calling-Station-Id [31] 12 "4169237347"
    Feb 25 21:36:36.806: RADIUS: Called-Station-Id [30] 6 "1111"
    Feb 25 21:36:36.806: RADIUS: Service-Type [6] 6 Login [1]
    Feb 25 21:36:36.806: RADIUS: NAS-IP-Address [4] 6 66.38.123.145
    Feb 25 21:36:36.806: RADIUS: Acct-Delay-Time [41] 6 0
    Feb 25 21:36:36.834: RADIUS(0000229C): Config NAS IP: 0.0.0.0
    Feb 25 21:36:36.834: RADIUS(0000229C): sending
    Feb 25 21:36:36.834: RADIUS/ENCODE: Best Local IP-Address 66.38.123.145 for Radius-Server 66.38.193.149
    Feb 25 21:36:36.834: RADIUS(0000229C): Send Accounting-Request to 66.38.193.149:1646 id 21829/177, len 322
    Feb 25 21:36:36.838: RADIUS: authenticator 11 18 AA 5F 2A 1D C6 5D - FD D5 85 A7 77 D3 08 CB
    Feb 25 21:36:36.838: RADIUS: Acct-Session-Id [44] 218 "14714/16:36:36.786 EST Fri Feb 25 2005/Router./1E30B8A1 86AC11D9 81649A83 4E410D97/originate/VoIP/16:36:36.830 EST Fri Feb 25 2005/16:36:36.830 EST Fri Feb 25 2005/1C/66.38.193.148/1E30B8A1 86AC11D9 81649A83
    thanks,
    Paul

    Maybe you miss some radius commands:
    aaa authentication login h323 group radius
    aaa authorization exec h323 group radius
    best regards
    Grzegorz

  • Phone List View: "Call Log" Option Not Available

    I recently upgraded from BB 8830 to BB 9630. With the 8830, I was able to display my Call Log on the phone screen, but I can't seem to make it happen with the 9630. According to the User Guide for the 9630, I should be able to change the Phone List View field to "Call Log." However, "Call Log" does not appear in the drop-down list of options on my BB. My choices are Most Recent, Most Used, and Name. What am I missing? Please help!

    If this were possible, there would be a setting for this.
    Not possible.

  • Help Please - Function not available to this reponsibility. Change....

    Hi,
    I am implementing Quality Module.
    I have copied the collection plans
    Defined parent-child relationship
    Updated menu entry to point to the correct plan (Mandatory). Made changes to Form Functions window
    I am in Receiving Transactions and I enter the quality results, select the child plan (Nonconformance Master Plan) and click on Enter. I get the message "Function not available to this responsibility. change responsibilities or contact system administrator".
    Ideally I should be getting Nonconformance form.
    Kindly help. Thanks

    How do you suggest me to go to Quality Plan?
    I have selected the child entry mode as "immediate". So even if I try closing the form, it is suggesting me to enter the child plan (As per trigger I set) and I do select the child plan from drop down and click Enter.

  • Access error when changing Account data

    Several users with same role (inside sales) are getting same error (Access Denied - SBL-DAT-00278) when trying to change account owner info or converting a lead and associating it with an existing account.
    The roles and access profiles are correct and have not been changed. Could this be the result of specific field changes?
    Any ideas?
    Thanks

    You have implemented the BADI  HRXSS_PER_BEGDA which results in this error
      ESS scenario's will allow data creation/modification starting
      from a Default Start Date.  By default this Default Start Date
      is set to Today's date.  To further explain, when the Default
      Start Date is set to Today's date ESS User can create or
      change a data record valid starting from Today's date
      or future date.
      It is possible to customize this behaviour.  Business Add-in
      HRXSS_PER_BEGDA is available.  Parameters like molga, pernr,
      infty, subty and begda can be used in different combinations
      for customization.  For further informatio, please
      refer to IMG:
      Personnel Management -> Employee Self-service -> Own Data ->
      Change Default Start Date.
    Check your use case subtypes as well

  • Access file type changing

    iPlanet-Web-Proxy-Server/3.6-SP6/2004.243.0654 SP6
    Obj.conf Init section:
    Init fn="flex-init" access="/web/soft/3.6proxy/proxy-ntsmtcmlon01-acl-xrp1/logs/access" format.access="%Ses->c
    lient.ip% - %Req->vars.pauth-user% [%SYSDATE%] \"%Req->reqpb.proxy-request%\" %Req->srvhdrs.clf-status% %Req->
    vars.p2c-cl%"
    Init fn="load-types" mime-types="mime.types"
    Init fn="init-proxy" timeout="300" timeout-2="15"
    Init fn="init-dns-cache" status="on" dir="/tmp" semas="4" size="512" expire="3600"
    <Object name="default">
    NameTrans fn="reverse-map" from="http://someurl.com" to="http://someurl.com"
    NameTrans fn="pfx2dir" from="/ns-icons" dir="/web/soft/3.6proxy/ns-icons" name="file"
    NameTrans fn="map" from="/" to="http://someurl.com"
    PathCheck fn="url-check"
    Service fn="deny-service"
    AddLog fn="flex-log" name="access"
    AddLog fn="urldb-record"
    </Object>
    Server starts fine and the access file type is ascii text
    As soon as someone hits the site the file type changes to data
    These were migrated using the interface and I ahve also tried tobuild a new site and get the same results.

    If the server gets a small request GET /f5/proxy.html all is fine. When it gets its first request longer than that it starts corrupting and you can see part of the first request in the second request log entry. It happens on any every server I have that was migrated . I have also created a brand new site through the GUI and get the same results.
    Once I stop and start the site the logs are fine until a first long request.
    All of this started when I migrated to this version.
    Thanks for all of your help!

  • User Management Setup: Registration Process not visible in Access request f

    Hi,
    We are trying to setup a autorisation flow for our responsibilities by using User Management.
    For this I added some roles to the MISC Role category.
    Then I created a registration process for these roles.
    After that I would expect to see the acces request in the Additional acces request page. Unfortunately I don't.
    When I run the view object behind the page, I notice that column umx_reg_services_vl.reg_funtion_id is empty for the roles I added. The seeded authorization that was allready present has a value for this column, and is presented in the screen.
    I am wondering how to add a value into this reg_function_id column. I cannot seem to find the functionality in the User management pages.
    We are on 12.1.2
    Can someone help me out?
    Kind regards,
    Wilro

    Hi,
    You will need to have required permission (atleast read permission) for displaying this content. Access denied is showing at com.sap.portal.system/security/sap.com/NetWeaver.Portal/high_safety/com.sap.portal.heartbeats/components/PortalHeartbeat
    Go to System Admin -> Permissions -> Portal permissions. Expand security zone folder -> sap.com and the subsequent folders in the above path (sap.com/NetWeaver.Portal/..) . Right click the last folder in that path as mentioned above and provide read permissions to the delegated content admin role.
    Regards,
    Harini S

  • After os7 installation, iCLOUD dosen't work,because T&C terms server not available;how access this to accept?

    I have installed os7.04,but can not use  iCloud, because it says I must accept terms and conditions for iCloud, but when I try to do this, the iPAD says "UNABLE TO CONNECT TO SERVER". How is this problem overcome?

    Try deleting the account and then logging in again. (Settings > iCloud, scroll down and hit "Delete Account")
    Providing you are using the same account details and not changing to another account, when you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.
    Some users have found that logging into the ‘Find my friends’ app and accepting the terms and conditions from there has helped.
    Others have found they can accept these terms and conditions by signing in from a computer.
    Some have found that restrictions (settings > general > restrictions) have caused a problem being able to accept the terms and conditions.

Maybe you are looking for

  • Missing/corrupted non-english characters in Preview

    I know there have been posts on this recently, but this is such a significant problem that I thought it worth keeping live. Preview does not display non-english characters in PDFs properly. Things like greek characters are either displayed as the eng

  • OIM 11g Entity Adapters

    Hi all, I have developed an Entity Adapter using Oracle Identity Manager Design Console which generates different account user ids against a user defined field on Process Form. Here I'll provide more details about my scenario. SCENARIO* a. OIM versio

  • Proxy Error after 5 mins

    Hello, We have reports that we have built that are causing a Proxy error, but really its a timeout error. I have installed a stand alone OC4J and it runs fine there, thus I know its not the OC4J causing the error. In the log files I find this: - java

  • How to make this iPhone known

    My iPhone is unknown how to make it known

  • Best virus protection for HP split x 2?

    Having problems with out go split x 2 and have barely had it :/ thinking it's because we need better antivirus- any suggestions for this? Don't want to slow it down and it has fewer GB than normal laptops