Pls help: aci based on reference to other entries?

Hello,
We've question in defining ACI. Our users are students, who can enroll multiple study programmes. Thus our entries (simplified version) looks like following:
For student:
dn: uid=1234,dc=my,dc=domain
objectclass: inetorgperson
objectclass: student
cn: my CN
sn: my SN
studentID: A1234
userpasswd: ....
For the study programmes of corresponding student ('links" to student records through studentID attribute):
dn: uid=7890,dc=my,dc=domain
objectclass: studentprofile
programmeName: Dept of Chemistry
studentID: A1234
dn: uid=8901,dc=my,dc=domain
objectclass: studentprofile
programmeName: Dept of Physics
studentID: A1234
Now we want to define an ACI to limit access to student records based on the study programme (programmeName in above example). However, since the programmeName doesn't exist in the student's record, I wonder if it's possible to setup such ACI.
Would anyone please help?
Thanks a lot.
/ST Wong

Hello,
perhaps you could base your ACIs on DS Groups.
Your study programmes definitions are essentially, or could be defined as, Groups. Each Student can be a Member of some DS Groups.
IDM Ldap connector supports group memberships.
Then you can write ACIs which refer, in the Bind Rule part, the groups.
Using groups can leverage:
- referential integrity (when you remove a student from DS it is automacally removed from his/her groups)
- class of service (attributes are automatically assigned to students depending their memberships)
HTH

Similar Messages

  • I am trying to setup iCloud account and when I login I see a popup. The Maximum number of free accounts have been activated on this iPhone. Pls, help me fix it. What other accounts? Thanks

    I am trying to setup iCloud account and when I login I see a popup. The Maximum number of free accounts have been activated on this iPhone. Pls, help me fix it. What other accounts? Thanks

    Then you'll have to use another iOS device or Mac running OS X Lion or higher to create a new account for you to use on your phone.  If you don't have one, perhaps a friend would allow you to create and account on their device (note: this will use one of their three maximum accounts).  To do this, they would need to go to Settings>iCloud, tap Delete Account (which will delete the account from their device but not from iCloud), then allow you to sign back in with your ID to create the new account.  Then tap Delete Account to delete the new account from their device, and finally, sign back in with their iCloud ID to restore their iCloud account to their device.  Then you can sign in with your ID on your phone in Settings>iCloud and use the new account.

  • Pls Help : Union with outer reference

    Hi ,
    I have a simple and but at the same time complicated problem with union in my query :
    Please see below sql :
    The inner query with union command can not access to the outer table task_history taskHistory
    I receive below error message :
    **"ORA-00904: "TASKHISTORY"."TIME_STAMP": invalid identifier**
    **00904. 00000 - "%s: invalid identifier"**
    ***Cause:**
    ***Action:"**
    would you please help me to find out what I am doing wrong?
    thanks,
    select
    (select max(closerDate) from
    select cast(max(time_stamp) as date) as closerDate
    from task_history taskHistory_2, rx_tx rxtx_2
    where
    taskHistory_2.task_name IN('order_entry', 'data_entry', 'data_verification','fill','product_verification' )
    and rxtx_2.rx_summary_id = 65656
    and taskHistory_2.rx_tx_id <= 332323
    and rxtx_2.id = taskHistory_2.rx_tx_id
    and rxtx_2.refill_number = 0
    and taskHistory_2.task_action = 'complete'
    and taskHistory_2.time_stamp < taskHistory.time_stamp
    union all
    select cast(max(log1.timestamp) as date) as closerDate
    from AUDIT_LOG log1,
    Line_item li
    where li.order_entry_id= target_record_id and
    TARGET_TABLE_NAME = 'OrderEntry' AND
    TARGET_COLUMN_NAME = 'pickupType' AND
    li.id = 3232
    ) from task_history taskHistory
    Edited by: 969251 on Nov 2, 2012 2:10 PM

    Welcome to the forum!
    >
    would you please help me to find out what I am doing wrong?
    >
    Well the first thing you are doing wrong is posting in the wrong forum.
    This is the SQL Developer forum and, as you can see from the title, is 'Not for general SQL/PLSQL questions'.
    Please repost the question in the SQL and PL/SQL forum.
    PL/SQL
    When you post use \ tags on the line before and on the line after your code to preserve the formatting. See the FAQ for details.
    You also need to provide your 4 digit Oracle version (result of SELECT * FROM V$VERSION) every time you post.
    {quote}
    The inner query with union command can not access to the outer table task_history taskHistory
    I receive below error message :
    **"ORA-00904: "TASKHISTORY"."TIME_STAMP": invalid identifier**
    {quote}
    What else would you expect? The inner query has no knowledge of the outer query. How could it? The outer query doesn't exist until it processes both of the inner queries.
    Each query of the union all needs to be a completely separate query. You should be able to run each query by itself and get a result set.
    If you can't the query is invalid. Since the only table involved that has TIME_STAMP is the task_history table you need to use that table.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Urgent,showing error while running form..pls,help...

    Hi,
    I have created my own view named GP_NUIF_V and have also successfully established a Database connection,using FWK_TBX_TUTORIAL.I have developed a personal page in Oracle9i JDeveloper ,which is to fetch particular details from my view and show it .. but whenever I run my form I am continuously getting this type of error..pls,help me out ,as my project delivery is nearing..for this I am not been able to head on to registering the form..I have checked from Pl/Sql developer that my query is just running fine as I wanted it to be..I have also changed the FNDNAM in the .dbc file to my view name but it is giving me the same error..please,look at my error and suggest all other ways in how I can solve my problem ,as early as possible..
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.adf.mds.exception.MDSRuntimeException
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1064)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1794)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:463)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:384)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.adf.mds.exception.MDSRuntimeException
         at oracle.adf.mds.internal.MUnResolvedState.resolveState(MUnResolvedState.java:193)
         at oracle.adf.mds.internal.ElementData.resolveState(ElementData.java:509)
         at oracle.adf.mds.internal.ElementData.getUntransAttrVal(ElementData.java:922)
         at oracle.adf.mds.internal.ElementData.getAttrVal(ElementData.java:835)
         at oracle.adf.mds.internal.ElementData.getAttributeValue(ElementData.java:260)
         at oracle.adf.mds.internal.Cache.getAttribute(Cache.java:237)
         at oracle.adf.mds.internal.MetadataManagerBase.getAttributeValueInternal(MetadataManagerBase.java:1069)
         at oracle.adf.mds.internal.MElementImpl.getAttrValueOrExpression(MElementImpl.java:620)
         at oracle.adf.mds.internal.MElementImpl.getAttributeValue(MElementImpl.java:230)
         at oracle.adf.mds.MElement.getLocalRef(MElement.java:291)
         at oracle.apps.fnd.framework.webui.JRADWebBeanMetaData.getUINodeName(JRADWebBeanMetaData.java:1812)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.addAkChildren(OAWebBeanContainerHelper.java:223)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:197)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:123)
         at oracle.apps.fnd.framework.webui.OARowLayoutHelper.setMetaDataProperties(OARowLayoutHelper.java:74)
         at oracle.apps.fnd.framework.webui.OARowLayoutHelper.createWebBean(OARowLayoutHelper.java:53)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanUsingHelper(OAWebBeanFactoryImpl.java:1046)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanFromCustomTables(OAWebBeanFactoryImpl.java:782)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:469)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:460)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.addAkChildren(OAWebBeanContainerHelper.java:229)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:197)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:123)
         at oracle.apps.fnd.framework.webui.OAContentContainerHelper.setMetaDataProperties(OAContentContainerHelper.java:74)
         at oracle.apps.fnd.framework.webui.OAContentContainerHelper.createWebBean(OAContentContainerHelper.java:55)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanUsingHelper(OAWebBeanFactoryImpl.java:1046)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanFromCustomTables(OAWebBeanFactoryImpl.java:782)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:469)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:460)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.addAkChildren(OAPageLayoutHelper.java:657)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:197)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:123)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.setMetaDataProperties(OAPageLayoutHelper.java:243)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.createWebBean(OAPageLayoutHelper.java:194)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanUsingHelper(OAWebBeanFactoryImpl.java:1046)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanFromCustomTables(OAWebBeanFactoryImpl.java:993)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:902)
         at oracle.apps.fnd.framework.webui.OAPageBean.createRootWebBean(OAPageBean.java:3966)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:1962)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1562)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:463)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:384)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    oracle.adf.mds.exception.MDSRuntimeException
         at oracle.adf.mds.internal.MUnResolvedState.resolveState(MUnResolvedState.java:193)
         at oracle.adf.mds.internal.ElementData.resolveState(ElementData.java:509)
         at oracle.adf.mds.internal.ElementData.getUntransAttrVal(ElementData.java:922)
         at oracle.adf.mds.internal.ElementData.getAttrVal(ElementData.java:835)
         at oracle.adf.mds.internal.ElementData.getAttributeValue(ElementData.java:260)
         at oracle.adf.mds.internal.Cache.getAttribute(Cache.java:237)
         at oracle.adf.mds.internal.MetadataManagerBase.getAttributeValueInternal(MetadataManagerBase.java:1069)
         at oracle.adf.mds.internal.MElementImpl.getAttrValueOrExpression(MElementImpl.java:620)
         at oracle.adf.mds.internal.MElementImpl.getAttributeValue(MElementImpl.java:230)
         at oracle.adf.mds.MElement.getLocalRef(MElement.java:291)
         at oracle.apps.fnd.framework.webui.JRADWebBeanMetaData.getUINodeName(JRADWebBeanMetaData.java:1812)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.addAkChildren(OAWebBeanContainerHelper.java:223)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:197)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:123)
         at oracle.apps.fnd.framework.webui.OARowLayoutHelper.setMetaDataProperties(OARowLayoutHelper.java:74)
         at oracle.apps.fnd.framework.webui.OARowLayoutHelper.createWebBean(OARowLayoutHelper.java:53)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanUsingHelper(OAWebBeanFactoryImpl.java:1046)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanFromCustomTables(OAWebBeanFactoryImpl.java:782)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:469)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:460)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.addAkChildren(OAWebBeanContainerHelper.java:229)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:197)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:123)
         at oracle.apps.fnd.framework.webui.OAContentContainerHelper.setMetaDataProperties(OAContentContainerHelper.java:74)
         at oracle.apps.fnd.framework.webui.OAContentContainerHelper.createWebBean(OAContentContainerHelper.java:55)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanUsingHelper(OAWebBeanFactoryImpl.java:1046)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanFromCustomTables(OAWebBeanFactoryImpl.java:782)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:469)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:460)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.addAkChildren(OAPageLayoutHelper.java:657)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:197)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.setMetaDataProperties(OAWebBeanContainerHelper.java:123)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.setMetaDataProperties(OAPageLayoutHelper.java:243)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.createWebBean(OAPageLayoutHelper.java:194)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanUsingHelper(OAWebBeanFactoryImpl.java:1046)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBeanFromCustomTables(OAWebBeanFactoryImpl.java:993)
         at oracle.apps.fnd.framework.webui.OAWebBeanFactoryImpl.createWebBean(OAWebBeanFactoryImpl.java:902)
         at oracle.apps.fnd.framework.webui.OAPageBean.createRootWebBean(OAPageBean.java:3966)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:1962)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1562)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:463)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:384)
         at OA.jspService(OA.jsp:40)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)

    Don't put reposts. Follow the issue at one place Re: Urgent,showing error while running form..pls,help...
    --Shiv                                                                                                                                                                                                                                                                   

  • Very simple question pls help me

    I just want to use oracle sql and pl/sql workshop isqp*plus web site, so which product or software shouuld i download??? pls help me.
    thanks.

    Pl see your other 2 threads on the same topic (posting the same question multiple times does not make the issue go away ;-) )
    Oracle install error 10g 64 bit windows
    which product should i install??
    HTH
    Srini

  • Videos becoming pixelated on win8.1 while does not happen with crome pepper base flash. pls help me to resolve this issue

    videos becoming pixelated on win8.1 while does not happen with crome pepper base flash. pls help me to resolve this issue

    videos becoming pixelated on win8.1 while does not happen with crome pepper base flash. pls help me to resolve this issue

  • XML and URLLoader in for ? pls help :/

    Hi fellas i have a big problem getting data's from xml spesific nodes i need load some spesific nodes on xml file and load it with urlloader starting with "0" and ++ but i think load xml files correcty but url loader reach the last node on the xml file and load it on only last node pls somebody help me
    this is the for code on as3 file
        for (var i:int = 0; i < myXML.Ad.InLine.Creatives.Creative.Linear.TrackingEvents.Tracking.(@event == "complete").text().length(); i++)
        var impresionElement:XML =  myXML.Ad.InLine.Creatives.Creative.Linear.TrackingEvents.Tracking.(@event == "complete").text()[i];
        impTEXT = impresionElement
        trace(impTEXT);
    and output is
    XML Output
    http://search.spotxchange.com/beacon/5.beacon.0/=tamamlandi
    http://search.spotxchange.com/beacon/5.beacon.0/=tamamlandi1
    this my problem is if i impTEXT:String; using on url loader load only this url
    "http://search.spotxchange.com/beacon/5.beacon.0/=tamamlandi1"
    but i need load it all  "  Tracking.(@event == "complete")  " in same time on urlloader
    urlloader cod is bellow
    function VideoMiddle(event:Event):void
        var midpoint1:URLLoader = new URLLoader();
        midpoint1.load(new URLRequest(impTEXT));
        midpoint1.addEventListener(Event.COMPLETE, removeVideoMiddle);
    function removeVideoMiddle(event:Event)
        stage.removeEventListener(Event.ENTER_FRAME,VideoMiddle);
        trace("Video %50 completed");
    if video reach of the middle load  all this nodes in all url's same time
    Tracking.(@event == "complete")
    pls help and

    ok i handle it.

  • TS1702 i've an iphone 3.1.3. sometimes, i have problems opening all the apps i downloaded in the past 4 months. other apps would open but the recent ones will begin to boot and then close itself. once, it persisted for over a week. pls help as am frustrat

    i've an iphone 3.1.3. sometimes, i have problems opening all the apps i downloaded in the past 4 months. other apps would open but the recent ones will begin to boot and then close itself. once, it persisted for over a week. it staarted again this evening, pls help as am frustrated. NB- i checked for apps update but all my apps are up-to-date. CT

    Try the usual steps: restart, reset, restore.
    http://support.apple.com/kb/HT1430
    http://support.apple.com/kb/HT1414
    If restoring using a backup doesn't help, try restoring the iPhone to factory settings and try for a while with just the Apple-included apps, to make sure it's not an issue with a third-party app. If it still has problems, it may have a hardware problem and will need to be sent to Apple.
    Regards.

  • Pls.help my iphone stuck in recovery mode and itunes wont recognize it..i tried the other options that posted here,,,pls tell me what to do..

    pls. help my iPhone stuck in recovery mode and iTunes wont recognize it..i tried the other options that posted here,,,pls tell me what to do..before it was just stuck in an apple logo but when i tried recovery mode to itunes then it stuck..

    Hi awison,
    If your iPhone is not recognized by iTunes on your Windows computer you may want to use the steps in this article to troubleshoot -
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    This may also resolve your recovery mode issue. If it does not, use the steps in this article to resolve it -
    Use iTunes to restore your iOS device to factory settings
    http://support.apple.com/kb/HT1414
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Pls help me my ipod nano wont charge even if i use other laptop or pc . The battery notification tells its full charge but when i remove my ipod its still not charged

    Pls help me my ipod nano wont charge even if i use other laptop or pc . The battery notification tells its full charge but when i remove my ipod its still not charged

    Is it not charging at all? Did you try to reset? If YES to both, request for a replacement of the ipod. Battery or the unit itself is defective. Cheers!

  • Ipad   apps black out after sync..just  games  ..when i  tap on  it ,just   flicker and it wont continue(black out),,other apps is  ok..pls  help..now  my  daugther is crying she cant play her smurf and hd race..pls help

    pls  help  us..   just   try  to   transfer   a  one movie   on ipad2 ,sync   it  thru itunes  and  when i finished    i cant    open any more my  games   or all
    applications,,   standard   apps     is ok   except  to all  games   we    purchase like   smurf  and   hd  race..screen  flicker   and  crash and  it wont  continue   ..pls   help  us
    tnx in advance

    Try downloading another app - any app - pick a free app and download it. See if that helps reset the iPad.
    If that doesn't work, then reboot the iPad. Hold down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple logo appears - ignore the red slider - let go of the buttons.

  • I'm using firefox 6.0.2 It's making problem with Bangla font ONLY on FACEBOOK others bangli website FORNT SIZE are OK. On the FACEBOOK it shows Bangla font in a very / Too small! I change font SIZE in firefox setting but i can't solve. Pls HELP me

    I'm using firefox 6.0.2 It's making problem with Bangla font ONLY on FACEBOOK others bangli website FORNT SIZE are OK. On the FACEBOOK it shows Bangla font in a very / Too small! I change font SIZE in firefox setting but i can't solve. Pls HELP me ..

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can use an extension to set a default font size and page zoom on web pages.
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • In my case, my earphones are playing music but it is muffled/not clear... and when i plugged my earphone on other devices it is working smoothly.. pls help. what am i going to do with my headphone jack?

    in my case, my earphones are playing music but it is muffled/not clear... but when i plug my earphone on other devices it is working smoothly.. pls help. seems there is a problem with my iphone headphone jack. what am i going to do? i also tried cleaning it but it does not resolve the problem.

    I should mention, it was on low power as I was using it.

  • I recently got an apple computer at work and downloaded my Juno email on it. Now, I can not access all my past email in my juno inbox from other computers. Pls help.

    I recently got an apple computer at work and downloaded my Juno email on it. Now, I can not access all my past email in my juno inbox from other computers. Pls help.

    If it's a POP account and you set it up in Mail with the option to delete read messages from the server, then you can indeed no longer read it on the server. You may be able to restore the messages to the server if you also have IMAP access. Ask your mail service provider whether it's possible.

  • HT4623 I have an iPod touch 2nd gen running ios 4.2.1 and i can't update it cuz theres no 'software update' in my settings. pls help. is there any other way i can update my iPod?

    I have an iPod touch 2nd gen running ios 4.2.1 and i can't update it cuz theres no 'software update' in my settings. pls help. is there any other way i can update my iPod?

    No more updates for the 2nd Gen.
    zyrako wrote:
    I have an iPod touch 2nd gen running ios 4.2.1 ...
    That is as far as your iPod will go.

Maybe you are looking for

  • Macbook Pro 15" volume level changes by itself

    Hi all! About a month ago I have upgraded my rock-solid Macbook Pro 15" (mid 2012) from Mountain Lion to Mavericks. All seemed fine (with the exception of some known annoyances with WIFI) until last week when all of a sudden the volume level started

  • Automatic antivirus install in NAC

    can i make requirement to automatically install the antivirus software on the client machine , if the  machine doesn't have antivirus installed ? and if tis will need the user to have admin privilege or not ?

  • SWF not allowing button

    Recently i made a site intro for a good friend of mine. The short intro for her basically was a small animation using masking to make it look like her architect logo was being drawn. after her name faded in i had the logo turn into a button leading t

  • Setting up printer with pc, printing wirelessly from macbook...

    ok so my new canon pixma mp530 printer just arrived and i want to set it up with my mom's desktop computer that is running windows xp... but since the desktop has the router hooked up i want to be able to print to it using my macbook. i looked in the

  • Max Disk Size Recognized ??

    I have a 160 Gb disk, but Disk Utility only recognizes it at 128 Gb. Is there a way I can get the system to recognize all of the disk capacity? Thanks.