HT5538 How to update the devices: after Change of Apple ID & Password

I changed my Apple ID name and password using my PC and was already verified. 
How do I update the Icloud account settings in my Iphone4 and Ipod Touch 5th generation
with my new Apple ID?  My old Apple ID Account name is greyed and cannot be edited in my devices. 
And still prompts for a password with my old Apple ID in the prompt message.

Hi ilayski,
Sign out of the iTunes & Apps store and then sign in with your new AppleID. Delete the iCloud account, and then create a new one using your new AppleID.
Hope this helps!
Cheers,
GB

Similar Messages

  • How to update the inventory after committing order..?

    How to update the Inventory stock level of a commerce item after committing the order.. in ATG 10.0.1..?
    Thanks in Advance,
    Vishnu & Nithin Kayithi

    you can add the pipeline chain after the processOrder in the commerce pipeline , in the runProcess method call InventoryManager.decreaseStockLevel(String pId, long pNumber);

  • How to update the table when change list item in classic report

    hi ,
    i worked with apex 4.2 and i create normal classic report with one select list(named loved)Column ,now i want to update table when user change the list with new value ,i can't create dynamic action to do this,i create check box with primary key and loop for check item to update the table but i can't get the value of list item. and for more speed the user want to do this when change the list value.
    my question
    1- how to do this by javascript and get the value from list item and update the table with new value
    2- is i must use API to create list item so i can get the value of item in report or what.
    Thanks
    Ahmed

    I coded the following to give you direction:
    1. In the "Element Attributes" section of the DEPTNO column, I call a javascript function as:
    onchange = "javascript:updateTable(this);"2. I wrote a simple javascript function that shows an alert when the user changes the select list as:
    <script language="JavaScript" type="text/javascript">
    function updateTable(pThis)
        var vRow = pThis.id.substr(pThis.id.indexOf('_')+1);
        alert('Row# - '+ vRow + ' has the value - ' + pThis.value);
    </script>Now, you can call a AJAX on-demand process inside the javascript function to update the database value.

  • How to populate the enddate after change in user status

    Hi,
    I have created an entity adapter to populate start date and end date.
    I have a scheduler that disables user accounts based on following two conditions:
    1. The system date and end date are same.
    2. There is a predefined difference in number of days between start date and end date.
    Now the requirement is that the end date has to be populated with a new value when the user is enabled.
    I have created a process task adapter that computes the new end date.I have created a new task in Xellerate user process and attached this adapter to new task.I have mapped the output of adapter to User definition-End date.This new task has been added as a dependent task in the enable user task.Also in the USR_PROCESS_TRIGGER i have added USR_END_DATE and have provided the adapter name in decode column.
    Now when i try to enable user,the account gets enabled but end date is not populated with new value.
    I am not getting any errors on the either.
    Please let me know if my approach is right.Please guide me.
    Thanks in advance.

    Hi,
    I created a trigger for USR_DISABLE insted of USR_END_DATE and added the process name for decode value in the lookup.When i do this the process to update the enddate is triggered while creating user also.Please find the stack trace :
    11:17:52,155 ERROR [SERVER] Class/Method: tcScheduleItem/checkMultiple Error : Invalid Duplicate in
    ScheduleItem.There are other instances of this milestone in this ORC.
    11:17:52,186 ERROR [ACCOUNTMANAGEMENT] Class/Method: tcUserOperationsBean/enableUser encounter some
    problems: maoRejections:Duplicate schedule item for a task that does not allow multiples.
    11:17:52,186 ERROR [WEBAPP] Class/Method: tcManageUserAction/enableUser encounter some problems: Dup
    licate schedule item for a task that does not allow multiples.
    Thor.API.Exceptions.tcAPIException: Duplicate schedule item for a task that does not allow multiples
    at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.enableUser(Unknown Source)
    at com.thortech.xl.ejb.beans.tcUserOperationsSession.enableUser(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.jboss.invocation.Invocation.performCall(Invocation.java:359)
    at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta
    iner.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI
    nterceptor.java:158)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance
    Interceptor.java:169)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:350)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.
    java:138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at sun.reflect.GeneratedMethodAccessor132.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
    at org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:169)
    at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:118)
    at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:209)
    at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:195)
    at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:61)
    at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:70)
    at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:1
    12)
    at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:100)
    at $Proxy734.enableUser(Unknown Source)
    at Thor.API.Operations.tcUserOperationsClient.enableUser(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 Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
    at Thor.API.Security.LoginHandler.jbossLoginSession.runAs(Unknown Source)
    at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
    at $Proxy786.enableUser(Unknown Source)
    at com.thortech.xl.webclient.actions.tcManageUserAction.enableUser(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.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:710)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j
    ava:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j
    ava:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j
    ava:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja
    va:182)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:
    157)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja
    va:583)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
    at java.lang.Thread.run(Thread.java:619)
    Also tried with USR_STATUS.But this dosen't work.
    On the GUI i get the following message :
    DOBJ.SCHTM_INVALID_DUP
    Duplicate schedule item for a task that does not allow multiples.
    Please help.

  • How to recover purchased apps after changing an Apple ID?

    So I changed my apple id because my current email address is not working anymore on Yahoo. The next day when I checked for some updated on my apps, I found out that my deleted apps under "Not on this iPod" button are missing! And so I checked the store for my recent purchase and it has price. So it means I have to pay for them again to download! Anyone please help me how to recover them all!

    Despite the fact that your old email doesn't work doesn't work anymore, the Apple ID still does.  Log out and back in again with the old ID and downlload the apps.  When finished, log out/in again to get back to your new ID.
    These apps should sync to iTunes on your computer.  If they do not, do the same log out/in in iTunes to retrieve the apps and store them on your computer.
    The Sync function is totally independent of which ID was used to obtain the apps, music, movies, etc.  The only time that you will care is when you need to update the app.  If you choose to do it from iTunes, you must again log out/in to update.  However, the iPod handles that for you and all you'll need is the correct password.

  • How to update a form after changing the underlying table

    Hi All,
    I have read a few posts on this, and I know that it would have been better to not do this, but I had to add a new column to a table in order to meet a new requirement.
    See this post:
    Design Question - Slowly Changing Dimensions (I think)
    I decided that I would store the 'price' with the 'mailed_item' - so I had the actual price at the time the item was mailed. And then the MST table could be updated as needed without impacting the historic records.
    Now my issue is: How do I add another field to the form (I was thinking hidden) that would reference the price from the Mail_Service_Type table?
    Mailed_Item
    ID
    MST_ID (Mail_Service_Type FK)
    Piece_Count
    Price (**New)
    Mail_Service_Type
    ID
    Name
    Weight
    Price
    Can this be done easily, or should I recreate the form? Is is just a simple PL/SQL or SQL statement? Or should I build another process (maybe a trigger) to get the value?
    Any thoughts would be appreciated...
    Corey

    Nahman,
    Typically it's enough to re-load data used: check binding of your UI controls on second tab to context attributes and depict what nodes are used. Then re-initialize these nodes: either just via invalidating them or via re-binding elements / re-executing queries + re-binding elements.
    Valery Silaev
    SaM Solutions
    http://www.sam-solutions.net

  • How to refresh the table after change value in the VO programatically?

    Hi,
    I like to update my table by using a popup. My problem is that the table does not refresh after I change the value in the table's VO by the popup.
    There is another table in the popup, and the popup is triggered by a command button. An af:showPopupBehavior is nested in the button. The method of the button in backing bean is as following,
    public void accountcodeButtonClicked(DialogEvent dialogEvnt) {
    ViewObject volisttable=am.getAcChartValidateView1();
    String nowcode=volisttable.getCurrentRow().getAttribute("Code").toString();
    ViewObject vobasetable=am.getGlDetailView1();
    vobasetable.getCurrentRow().setAttribute("AccountCode",nowcode);
    The partialTrigger of the base table's column AccountCode points to the triggering button.
    I do not know why the base does not refresh after the above method is executed.
    Please me.
    Stephen

    Hi,
    kind of a shame that after so many years of ADF the message that updates should be through the binding layer hasn't gone through ;-)
    You change the underlying business service, which doesn't impact the binding layer the way you do it. So here is what you can try in the same order
    - 1. RequestContext.getCurrentInstance().addPartialTarget(<table reference>)
    - 2. If 1. doesn't show the changed data, try and re-execute the iterator that is the base of the table. If this works then the effect you see is caused because you ignore using the binding layer
    Frank

  • How to verify my IPad after changing my Apple ID?

    For some time already, I can`t  verify my IPad under my new ID.It keeps telling me my new ID is still my old ID the one I stated my IPad..Old ID address is not in use any more,so what to do?
    Message was edited by: Smolanna

    Your ringtones will only be where you put them.
    If you failed to save them then they are gone.

  • Just changed my apple id password  and now I cant log into facetime

    I just changed my apple id password  and now I can't log into facetime, it doesnt accept my new password.

    Hey there caribbeanbeach,
    It sounds like you are not able to log into FaceTime after changing your Apple ID password. I would use these troubleshooting steps from the following article to help you troubleshoot the issue:
    FaceTime for Mac: Troubleshooting FaceTime
    http://support.apple.com/kb/ts4185
    Activating FaceTime for Mac
    Use your Apple ID to register and use FaceTime. FaceTime registration validates your Apple ID and email address for use with FaceTime.
    If you are unable to activate FaceTime, try the following:
    Verify that you are using a valid Apple ID at appleid.apple.com. You can also create an Apple ID or reset your password from this website.
    Check that your email address is verified in FaceTime > Preferences.If FaceTime > Preferences shows your email status as "verifying," follow the instructions in the verification email that was sent to complete the process.
    Toggle FaceTime off and on in FaceTime > Preferences.
    If still unable to Sign In follow the instructions in FaceTime, Game Center, Messages on OS X: Troubleshooting Sign in
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

  • How to update the windows cached password after SSPR?

    Scenario: Windows 7 remote user forgets the cached password for her laptop and uses FIM 2010 R2's Reset Password invoked from the login screen. The domain password change is successful, but the user still cannot login to the laptop as the
    cached password has not been updated.
    Question: How to update the cached windows logon password after SSPR to allow user to login with the new password.
    Thanks 

    Please try the following:
    KB2845626 - Cached credentials are not updated when you change your password in Windows
    If you found my post helpful, please give it a Helpful vote. If it answered your question, remember to mark it as an Answer.

  • How to restate the ytd after an update??

    I have a situation that I need to tackle to update b_id column and restate the YTD charge in a table.
    Can some one help me on how to use analytical function to update and restate the ytd in a table.
    Step 1: Update in Column b_id to replace C4000 with NV500 for eff_dt 1/31/2007
    Step 2: Restate the Ytd_chrg column as shown in the following record set:
    Following are the record set before update
    a_id b_id c_id eff_dt curr_chrg ytd_chrg
    07200 C4000 ABC_01 1/31/2007 400 400
    07200 C4000 ABC_01 2/28/2007 0 400
    07200 C4000 ABC_01 3/31/2007 0 400
    07200 C4000 ABC_01 4/30/2007 0 400
    07200 C4000 ABC_01 5/31/2007 0 400
    07200 C4000 ABC_01 6/30/2007 0 400
    07200 NV500 ABC_01 2/28/2007 500 500
    07200 NV500 ABC_01 3/31/2007 600 1100
    07200 NV500 ABC_01 4/30/2007 250 1350
    07200 NV500 ABC_01 5/31/2007 100 1450
    07200 NV500 ABC_01 6/30/2007 200 1650
    Following are record set after update and restate the ytd_chrg
    a_id b_id c_id eff_dt curr_chrg ytd_chrg
    07200 NV500 ABC_01 1/31/2007 400 400
    07200 C4000 ABC_01 2/28/2007 0 400
    07200 C4000 ABC_01 3/31/2007 0 400
    07200 C4000 ABC_01 4/30/2007 0 400
    07200 C4000 ABC_01 5/31/2007 0 400
    07200 C4000 ABC_01 6/30/2007 0 400
    07200 NV500 ABC_01 2/28/2007 500 900
    07200 NV500 ABC_01 3/31/2007 600 1500
    07200 NV500 ABC_01 4/30/2007 250 1750
    07200 NV500 ABC_01 5/31/2007 100 1850
    07200 NV500 ABC_01 6/30/2007 200 2050
    Your help is appreciated.
    Thanks.

    The rule/logic on which we need to update that column are:
    Step 1: Update the b_id column. change C4000 TO NV500 for eff_dt '1/31/2007'
    update T_INVC_RPT
    set b_id = 'NV500'
    WHERE A_ID = '07200'
    AND B_ID = 'C4000'
    AND C_ID = 'ABC_01'
    AND eff_dt = to_date('1/31/2007','mm/dd/yyyy');
    Step 2: Update the 'running total' from column curr_chrg to the column ytd_chrg.
    Pl. see the above after update example for ytd_chrg calculation from Jan-June period.
    I can run the select analysical sql without error. (computes the running total for curr_chrg from jan-june
    The update sql script is not working!!!
    update T_INVC_RPT
    set YTD_CHRG = (SELECT sum(CURR_CHRG)
    OVER (ORDER BY a_id, b_id, c_id, eff_dt)
    FROM T_INVC_RPT
    WHERE A_ID = '07200'
    AND B_ID = 'NV500'
    AND C_ID = 'ABC_01'
    ORDER BY C_ID)
    WHERE A_ID = '07200'
    AND B_ID = 'NV5000'
    AND C_ID = 'ABC_01'
    ORDER BY C_ID;
    Thanks,
    Message was edited by:
    [email protected]
    Message was edited by:
    [email protected]

  • How can I change my original security questions? After changing my AppleID and password, I am not given an opportunity to change my security questions, which I cannot remember the answers to, so I cannot purchase any music.

    How can I change my original security questions? After changing my AppleID and password, I am not given an opportunity to change my security questions, which I cannot remember the answers to, so I cannot purchase any music.

    See my User Tip for some help: Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities.
    Send Apple an email request for help at: Apple - Support - iTunes Store - Contact Us
    Call Apple Support in your country: Customer Service: Contacting Apple for support and service

  • "They" changed the Podcast URL address. How 2 update the old address?

    New podcasts weren't downloading.
    I thought it was for all my subscriptions, but it turned out to be just the one. (Or two).
    It took a little while to notice, but it turned out the the podcast providers, a radio station had changed the URL address for the podcast. (Just one word changed).
    *I could not figure out how to update the old podcast subsrciption to the new address.*
    *is it possible?*
    Meanwhile; I subscribed again, which created a new entry under the same name as the old subscription but with the new address, and the podcast downloads for that subscription are running again.

    bypass

  • Windows: how do I update the device driver for my video/display adapter?

    Installed video drivers may not always support the functionality of the latest Flash Player.  If Flash Player does not function correctly, updating the video drivers to the latest available version is one of the first steps to try.  Below are instructions how to update the video drivers on Windows systems.
    identify the manufacturer and type of your video card
    open Device Manager: Start | Run | enter devmgmt.msc
    open the Display Adapters drop-down; this will show you the installed video card:
    identify the device driver version
    right-click on your display adapter entry and select Properties
    click on the Driver tab; this will show you the driver version and date:
    go to the device manufacturer's support site and download the latest driver
    NVIDIA cards: NVIDIA driver download page, or auto-detect
    ATI cards: ATI driver download page, or auto-detect
    Intel cards: Intel driver download page, or auto-detect
    Matrox cards: Matrox driver download page
    VIA cards: VIA Arena driver download page (redirects to 3rd-party download site)
    SiS cards: SiS driver download page, or auto-detect
    S3 cards: S3 driver download page, or auto-detect (option 2 on the download page)
    follow the instructions on the manufacturer's support site
    Note: some of the auto-detect utilities linked above will only run on Internet Explorer.

    Hello, 
    Please download and run the HP Printer Install Wizard from www.hp.com/go/tools
    Regards,
    Jabzi
    Give Kudos to say "thanks" by clicking on the "thumps Up icon" .
    Click "Accept as Solution" if it solved your problem, so others can find it.
    Although I am an HP employee, I am speaking for myself and not for HP.

  • How to update the table value in the valuechange event?

    I have an input field in the datatable with the valueChangeListener
    <rich:dataTable id="cart" value="#{cart.cartList}" var="item">
    <h:inputText value="#{item.cost}" id="qty" valueChangeListener="#{items.updateCost}" onchange="submit()">
    <h:outputText value="#{item.errorMsg}"> </h:outputText>
    in the backing bean
         Item item = (Item) model.getRowData();
    // do some update, if the cost too larger, change to max_cost
         item.setCost(max_cost);
         item.setErrorMsg("Error Msg");
    After calling the valuechange method, the screen output doesn't update the cost.
    How to update the table value in the valuechange event?

    As you're misusing the valueChangeListener to set another input field, you need to skip the update model values phase. Otherwise the value set in the valueChangeListener will be overridden by the submitted value. You can do this by calling the FacesContext#renderResponse() inside the valueChangeListener method. This will shift the current phase immediately to the render response phase, hereby skipping the update model values and invoke application phases.

Maybe you are looking for

  • Can't decide which ipod nano case to buy :S

    I am actually planning to buy an ipod nano 2gb. I want to buy a nice protective leather case with it which will protect my ipod from scratches. But I am actually very confused which one to buy :S Can any one of you help me with the decision? It would

  • Create form to email and post to database for Dataset

    #1 I'm trying to adapt my email form to post to my database after all checks are cleared, but am not sure where to post the Insert Record server behavior. #2 I plan on using YUI Calendar with a Spry Dataset, so I'm trying to figure out how to create

  • Can we generate a dummy request from a backend process?

    I would want to generate a dummy request from a backend process since I need to use the 'process instanace key' which will be associated with it. The 'process instance key' is vital for my requirement since we need to trigger a process task in OIM. I

  • GSSAPI Error: Server not found in Kerberos database

    Hi all For about 3 days I'm now seeing this error message in system.log every 3 minutes: DirectoryService: GSSAPI Error: Miscellaneous failure (Server not found in Kerberos database) This happens on a fileserver which is connected to an OD server. I

  • Basic PBE questions and clarifications

    I have some basic questions about PBE and java. My first question is how do I determine the size of the derived key that will actually be used? Do we have any control over that? I guess that the password strength is probably more important than size