ADF BC 11g, Weblogic 10.3 - Deployment Issue with ADF Security

Hi all,
I know there are many many blogs about deployment of an 11g app using ADF Security to a WLS 10.3 server, however, none appear to be working for me.. or I'm not working with them! :P
I've deployed an .ear file to the WLS 10.3 and this works fine - after following these steps
http://www.freewebalbum.com/blogs/faces/bjanko/blogs.jsp?blog=bjanko20090127130431
I then followed Steve's migration technique
http://www.oracle.com/technology/products/jdev/tips/muench/credmig111100/index.html
That all built correctly.
I then tried to access the app via browser, entered in the user cred (created under Security Realms in WLS 10.3 admin console - user and groups).
I attempted to login, and received an "Error 401--Unauthorized" error.
I'll that I see in the server log is:
[JpsWlsFilter.doFilter] setContextID to testApp
I'm totally stuck, so any ideas would be awesome.
Cheers,
chris

Just gave that a shot.. No dice unfortunately.
Steve Muench wrote:
You can omit -DdstApp=DEPLOYAPPNAME if the deployed application name is the same as the source application name you supplied in the -DsrcApp=APPNAME argument.I hate massive code dumping... but this is my jazn-data.xml
<?xml version = '1.0' encoding = 'UTF-8'?>
<jazn-data>
   <jazn-realm default="jazn.com">
      <realm>
         <name>jazn.com</name>
         <users>
            <user>
               <name>system</name>
               <guid>0300AED0A9A411DD8F304FB2D3E85932</guid>
               <credentials>{903}G5cbldq4HwMVt/gQpv1lXuNdLYbSu20y</credentials>
            </user>
         </users>
         <roles>
            <role>
               <name>PlusAdmin</name>
               <guid>0300AED1A9A411DD8F304FB2D3E85932</guid>
               <members>
                  <member>
                     <type>user</type>
                     <name>system</name>
                  </member>
               </members>
            </role>
            <role>
               <name>PlusUser</name>
               <guid>0300AED2A9A411DD8F304FB2D3E85932</guid>
               <members>
                  <member>
                     <type>user</type>
                     <name>system</name>
                  </member>
               </members>
            </role>
         </roles>
      </realm>
   </jazn-realm>
   <policy-store>
      <applications>
         <application>
            <name>TestApp</name>
            <app-roles>
               <app-role>
                  <name>PlusAdmin</name>
                  <class>oracle.security.jps.service.policystore.ApplicationRole</class>
                  <members>
                     <member>
                        <class>oracle.security.jps.internal.core.principals.JpsXmlUserImpl</class>
                        <name>system</name>
                     </member>
                  </members>
               </app-role>
               <app-role>
                  <name>PlusUser</name>
                  <class>oracle.security.jps.service.policystore.ApplicationRole</class>
                  <members>
                     <member>
                        <class>oracle.security.jps.internal.core.principals.JpsXmlUserImpl</class>
                        <name>system</name>
                     </member>
                  </members>
               </app-role>
            </app-roles>
            <jazn-policy>
               <grant>
                  <grantee>
                     <principals>
                        <principal>
                           <class>oracle.security.jps.internal.core.principals.JpsAnonymousRoleImpl</class>
                           <name>anonymous-role</name>
                        </principal>
                     </principals>
                  </grantee>
                  <permissions>
                     <permission>
                        <class>oracle.adf.share.security.authorization.RegionPermission</class>
                        <name>com.delexian.plus.ui.pageDefs.LogonPageDef</name>
                        <actions>view</actions>
                     </permission>
                     <permission>
                        <class>oracle.adf.share.security.authorization.RegionPermission</class>
                        <name>com.delexian.plus.ui.pageDefs.LogonErrorPageDef</name>
                        <actions>view</actions>
                     </permission>
                  </permissions>
               </grant>
               <grant>
                  <grantee>
                     <principals>
                        <principal>
                           <class>oracle.security.jps.service.policystore.ApplicationRole</class>
                           <name>PlusAdmin</name>
                        </principal>
                     </principals>
                  </grantee>
                  <permissions>
                     <permission>
                        <class>oracle.adf.share.security.authorization.RegionPermission</class>
                        <name>com.delexian.plus.ui.pageDefs.HomePageDef</name>
                        <actions>customize,edit,grant,personalize,view</actions>
                     </permission>
                  </permissions>
               </grant>
               <grant>
                  <grantee>
                     <principals>
                        <principal>
                           <class>oracle.security.jps.service.policystore.ApplicationRole</class>
                           <name>PlusUser</name>
                        </principal>
                     </principals>
                  </grantee>
                  <permissions>
                     <permission>
                        <class>oracle.adf.share.security.authorization.RegionPermission</class>
                        <name>com.delexian.plus.ui.pageDefs.HomePageDef</name>
                        <actions>customize,edit,grant,personalize,view</actions>
                     </permission>
                  </permissions>
               </grant>
            </jazn-policy>
         </application>
      </applications>
   </policy-store>
   <jazn-policy/>
</jazn-data>

Similar Messages

  • Deployment issue with ADF 11g app.

    Hi,
    I am not able to deploy the ADF 11.1.1.2.0 application on weblogic 10.3.2 (Solaris OS). Initially I got the following exception.
    Caused By: java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
    I have fixed this by removing the listener from weblogic-application.xml. Now I am getting the below exception.
    Caused By: java.lang.ClassNotFoundException: oracle.mds.lcm.weblogic.WLLifecycleListener.
    Can somebody help me how to resolve this issue.
    Thanks.

    Hi,
    I have fixed the above mentioned issue. Its due to the class path in weblogic server.Deployment is successful and it is showing in Active but when I am trying to launch the page.
    I am getting this error message.
    1266623607244> <BEA-101020> <[ServletContext@13835926[app:ESPSApp module:ESPSApp path:/ESPSApp spec-version:2.5 version:V2.0]] Servlet failed with Exception
    java.security.AccessControlException: access denied (oracle.security.jps.service.policystore.PolicyStoreAccessPermission context=APPLICATION,name=ESPSApp#V2.0 getApplicationPolicy)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
    Can somebody tell me what I suppose to do.
    Thanks.

  • I can't connect to iTunes. I think it might be and issue with McAfee Security Center. Has anyone had this problem? If so, how did you fix it?

    I can't connect to iTunes. I think it might be an issue with McAfee Security Center - not sure. I am getting an error code of -42408. (Don't know what that means...) Has anyone had this problem? If so, how did you fix it?

    Having the same issue after downloading the lastest version of itunes. Apple is going to lose me as a customer, if this keeps up with their software updates. They never seem to work.
    Really, they should want me to be able to access their store. That's money out of their pocket. 
    Honestly, I don't know why Apple doesn't have a techie monitering their support threads trying to help fix issues.
    I don't have McAffee, so that wouldn't be my issue. I guess, I'll keep checking back to see if anyone has figured anything out.
    I can't seem to sync my ipad, now either. Ebay is sounding really good.

  • Deployment issues with SDO-enabled ADF-BC

    Hi,
    I've got an application with only a model project, which contains an entity obj, it's default view obj and the application module. The view obj and the application module are SDO-enabled. I've created a deployment profile for the project with Deployment Business Component Interface. Also, I've created an EAR profile at aplication level.
    However, on deployment to server, I'm getting the following error from JDeveloper when attempting to deploy to a remote server:
    Weblogic Server Exception: weblogic.application.ModuleException:
    Caused by: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: IO Error: The Network Adapter could not establish the connection
    See server logs or server console for more details.
    weblogic.application.ModuleException:
    #### Deployment incomplete. ####
    Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    The DB is fine however, I've run a simple adf application, and it was working fine.
    Attempting to deploy the SDO-enabled ADF-BC onto a domain created in my local ssytem resulted in the followinf error:
    [04:26:52 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application Model_SDO_BC_Profile1 on AdminServer.: Exception preparing module: EJBModule(SDO_BC_Profile1_MiddleTier.jar)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    Error processing annotations: ..
    [04:26:52 PM] Weblogic Server Exception: weblogic.application.ModuleException: Exception preparing module: EJBModule(SDO_BC_Profile1_MiddleTier.jar)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    Error processing annotations: .
    [04:26:52 PM] Caused by: weblogic.utils.ErrorCollectionException:
    There are 1 nested errors:
    weblogic.j2ee.dd.xml.AnnotationProcessException: [EJB:015001]Unable to link class oracle.model.server.serviceinterface.AppModuleServiceImpl in Jar C:\Oracle\Middleware_353947\user_projects\domains\adf_domain\servers\AdminServer\tmp\_WL_user\Model_SDO_BC_Profile1\xmk9vm\SDO_BC_Profile1_MiddleTier.jar : java.lang.NoClassDefFoundError: oracle/model/common/serviceinterface/AppModuleService
    See server logs or server console for more details.
    weblogic.application.ModuleException: Exception preparing module: EJBModule(SDO_BC_Profile1_MiddleTier.jar)
    [EJB:011023]An error occurred while reading the deployment descriptor. The error was:
    Error processing annotations: .
    #### Deployment incomplete. ####
    Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Could anyone please help me out?
    Thanks,
    Sharmistha

    Hi Abhijit,
    Thanks for reply. The problem is resolved.
    Yes, you are right, i had created the datasource in the weblogic server and also mentioned it into this location : application module > configurations > Edit > jdbc Data source
    but still it was showing the error . After that i have deployed the same project using different Jdeveloper(11.1.1.3.0)from different machine and it was successfully deployed and i got my desired webservice. I think there may be problem in Jdeveloper(11.1.1.3.0)
    Thanks,
    Sharmistha

  • Weblogic 10.3.0 issues with remote object calls.

    All:
    I was wondering if anyone has experienced any issues with Weblogic 10.3.0 dropping initial remote object calls over AMF Secure Channel. Here are the issues we are experiencing.
    1.     FLEX applications fail consistently on the first remote object call made across the AMF Secure Channel. Resulting in the request not returning from the application server; which has had varying affects on the different applications including missing data, application freeze and general degrading of the user experience.
    2.     FLEX applications require a browser/application refresh once the application has been inactive for a certain period of time. In our experiences the behavior occurs after 30 minutes of inactivity.
    I've deployed this same code to Weblogic 10.3.3 and the behaviors go away. Are there any patches to 10.3.0 that might take care of this issue that we are not aware of?
    Thanks for you help,
    Mike

    Hello,
    I found the problem. But I needed change the target of all my datasources until discover that one of my datasource didn´t answer and no errors was trigged.
    My server was waiting this datasource, and not get started.

  • Issue With ADF Tree Expand/Collapse

    Hi All,
    I have a customer who is having issues using the af:tree component on a deployed application. When he tries to expand or collapse a node of the tree, the icon just blinks. This is occurring not only on our application, but also the Oracle ADF Rich Client Demo on http://jdevadf.oracle.com/adf-richclient-demo/faces/components/tree.jspx. He is using Internet Explorer v7.0.5730.13. As far as I can tell, our browser settings are identical, but I can use the tree without a problem.
    Any ideas as to what the problem could be?
    Thanks,
    Brad

    Unfortunately, Internet Explorer is the only browser that is authorized to run on his computer.
    Do you know of any specific IE settings that would cause the af:tree not to work?

  • Deployment issue with Planning & EPMA 11.1.2.0

    Hi
    I installed the following applications of Hyperion suite:
    Essbase
    EPMA
    CalcManager
    Planning
    During configuring i configured each product separately since i wanted to configure separate DB for each of them.
    The configuration went with no issues. But now when i log-in into workspace and go to Navigate, i only see administer.
    There is no option for EPMA and Planning applications.
    Did i miss any step?
    I have used IIS as my webserver because Oracle HTTP gave me some error while deploying (unable to initiate OPMN). Is it some issue with IIS
    I ahve installed my applications on Win XP SP3, IIS 5.1 and its a 32bit machine

    Did you reconfigure the web server after you finished configuring all of the products?

  • Deployment issue with EPMA & Planning in 11.1.2

    Hi
    I installed the following applications of Hyperion suite:
    Essbase
    EPMA
    CalcManager
    Planning
    During configuring i configured each product separately since i wanted to configure separate DB for each of them.
    The configuration went with no issues. But now when i log-in into workspace and go to Navigate, i only see administer.
    There is no option for EPMA and Planning applications.
    Did i miss any step?
    I have used IIS as my webserver because Oracle HTTP gave me some error while deploying (unable to initiate OPMN). Is it some issue with IIS
    I have installed my applications on Win XP SP3, IIS 5.1 and its a 32bit machine

    Hi
    Please redeploy only the Web Server under shared service. It has to be redeployed once EPMA and others are configured.
    Thanks
    Rupak
    Mantra to Win | WinMantras.com | http://hyperion.winmantras.com

  • Strange issue with ADF table in chrome browser

    I have ADF table which should display 23 rows, but only 20 rows are visible in chrome browser, but other browsers like IE, firefox displays the 23 rows correctly. I have used default ADF table with Drag&drop behaviour in this table. All the 23 rows exported correctly to Excel with export to Excel behaviour and inspect page source also shows all the rows in Chrome browser, but display in the adf is only problem in chrome browser. We're having a production issue with this, any ideas are appreciated.
    Thanks,
    Surya

    Hi All,
    Is this issue fixed yet? There are a couple of threads reporting this issue and the original thread has been Archived. It is a real issue, and it remains an issue. The Chrome browser cuts off the last row of a table in the display. IE displays the row correctly. I am working with JDev 12.1.2 and I am building an application using ADF Tables. Without exception, on every page that has one, the last row of the table is cut off from display in a very ugly way and you cannot scroll down to display the full row. I have tried wrapping the table in a Panel Collection - same result, I have tried setting the height of the table - same result. I have tried surrounding the table with a PanelGroupLayout component (layout set to scroll) - same result. I have even tried surrounding the table with a PanelHeaderComponent component, Type set to both default and Stretch - yes, you guessed it, same result! I've even put the table in the middle of a PanelStretchLayout component - but the last row is always cut off.
    This should be easy for you to reproduce, just drop a data control on a ADF page and select a table. When you view it in the Chrome browser and you will see what I'm talking about. I'm using Google Chrome version 31.0.1650.63 m.
    I have experimented with AFStretchWidth and AutoHeightRows (as suggested by previous threads), nothing seems to work.
    Here's another suggestion, if the forum would allow you to insert an image, I could actually show you what I'm talking about. Food for thought perhaps?
    Best regards,
    Nigel
    "Life's too short not to use ADF"

  • Does Weblogic 12.1.2 come with ADF Runtime 12.1.2?

    Cross posting my question from the general section:
    I would like to know if WLS 12.1.2 already comes with ADF Runtime 12.1.2.
    In another words, if I install a standalone production WLS 12.1.2, can I deploy and run an ADF application developed with JDeveloper 12c?
    https://forums.oracle.com/thread/2559377

    I'm leaning towards no as the standard "WLS" install folder doubled in size upon installing ADF Runtime.

  • Jdeveloper Deployment issue with OC4J

    I am using JDEVELOPER with Standalone Version of OC4J. I am trying to deploy the application EAR file generated using JDEVELOPER deploymnent wizard in to Standalone instance of OC4J. I am having issue with the Application server connecton wizard.
    I do not know the 'admin' password of the OC4J standalone instance. I am able to start the instance with 'java -jar oc4j.jar'. I am able to access the instacne with
    http://localhost:8888.
    I am having issue with the Application server connecton wizard. It requires 'admin'
    password to create a connection with the app server. The deployment could not succeed without the password.
    I would appreciate feedback and suggestons.
    Thanks.
    Palani

    This will reset the password to welcome for you (I've had this problem too - it happens if OC4J doesn't shutdown properly)
    java -jar oc4j.jar -install
    Enter an admin password to use: welcome
    Confirm admin password: welcome
    Installation done

  • Issue with adf projectGantt showing popus

    hi all
    am working with adf projectGantt using page template every thing goes perfectly but when I want to see task properties for example or modify the time axis reliated popus never appear (when i dont use templates every thing gonna be alright :s)
    i'll be very thankful if any one could help
    this is my gantt.jspx with template
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:dvt="http://xmlns.oracle.com/dss/adf/faces">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <!--h:inputHidden value="#{typeBean.init}"/-->
    <f:view>
    <af:document title="Project Gantt"
    binding="#{templateBindings.documentComponent}" theme="medium"
    id="d">
    <af:form id="form">
    <af:pageTemplate id="gant" viewId="/tagDemoTemplate.jspx">
    <!-- Document Title -->
    <f:attribute name="documentTitle" value="Project Gantt"/>
    <!-- Tag Name -->
    <f:facet name="first1">
    <af:image source="/images/d.png"
    inlineStyle="width:1400px;heigth:150px"/>
    <!--f:subview id="enteteTache">
    <jsp:include page="/entete.jspx"/>
    </f:subview-->
    </f:facet>
    <f:facet name="auxiliaryGlobal">
    <f:subview id="menuTache">
    <jsp:include page="/MenuProjet.jspx"/>
    </f:subview>
    </f:facet>
    <f:facet name="top1">
    <af:navigationPane id="nav1" hint="tabs">
    <af:commandNavigationItem id="tagGuideTab" text="Projet Assigné"
    shortDesc="Description détaillée du projet, diagramme de gantt, tâches, etc."
    selected="true"
    actionListener="#{navigationBean.navigationItemAction}"
    action="assigne"/>
    <af:commandNavigationItem id="componentSkinningTab"
    text="Resources Consommées"
    shortDesc="Utilisation des ressources utilisées"
    selected="false"
    actionListener="#{navigationBean.navigationItemAction}"
    action="consommation"/>
    <af:commandNavigationItem id="ressTab"
    text="Resources Prévisionnelles"
    shortDesc="Utilisation des ressources prévisionnelles"
    selected="false"
    actionListener="#{navigationBean.navigationItemAction}"
    action="prevision"/>
    <af:commandNavigationItem id="fileExplorerTab" text="Aide"
    shortDesc="Aide et description du projet"
    selected="false" action="fileExplorer"/>
    </af:navigationPane>
    </f:facet>
    <f:facet name="center">
    <af:panelGroupLayout layout="scroll" id="pg1">
    <f:facet name="separator">
    <af:separator id="sep"/>
    </f:facet>
    <dvt:projectGantt id="mygantt" startTime="2010-01-01"
    endTime="2011-12-31" var="task"
    value="#{tacheBean.model}" rendered="true"
    dataChangeListener="#{tacheBean.handleDataChanged}"
    actionListener="#{tacheBean.handleAction}"
    showCurrentDate="true" showMenuBar="true"
    labelPlacement="inside"
    binding="#{tacheBean.gantt}"
    taskbarFormatManager="#{tacheBean.taskbarFormatManager}"
    backgroundColor="#F5F5F5"
    nonWorkingDaysColor="#FFE4B5"
    nonWorkingDaysOfWeek="#{tacheBean.nonWorkingDays}"
    taskSelectionListener="#{tacheBean.handleTaskSelected}"
    doubleClickListener="#{tacheBean.handleDoubleClick}">
    <f:facet name="toolbar">
    <af:toolbar id="toolbar">
    <af:group>
    <af:commandToolbarButton partialSubmit="false"
    icon="/images/new_ena.png"
    id="bt_creer"
    actionListener="#{tacheBean.nouveau}"
    shortDesc="Créer une Tâche"
    disabledIcon="/images/new_ena_002.png">
    <af:showPopupBehavior popupId="popupDialog"/>
    </af:commandToolbarButton>
    <af:panelGroupLayout layout="default" id="pgl1"
    theme="dark">
    <af:popup id="popupDialog">
    <h:inputHidden value="#{tacheBean.init}"/>
    <h:inputHidden value="#{typeBean.init}"/>
    <af:panelWindow modal="true" title="Ajout Tâche"
    id="panelWindow1"
    inlineStyle="height:300px; width:400px;">
    <af:panelGroupLayout id="pgl2">
    <center>
    <af:panelBox text="Ajout" id="pb1"
    titleHalign="left"
    inlineStyle="height:300px; width:400px;"
    background="medium"
    showDisclosure="false"
    showHeader="always"
    icon="/images/new_ena.png">
    <table id="t1" width="525" border="0"
    cellpadding="1" height="233">
    <tr>
    <td align="left">
    <af:outputLabel value="Nom :" id="ol8"
    visible="true"
    showRequired="true"/>
    </td>
    <td align="left" width="80">
    <af:inputText id="it1" rows="1"
    value="#{tacheBean.task.taskName}"
    requiredMessageDetail="Champ Obligatoire"
    shortDesc="Le Nom de la tâche"
    autoSubmit="true"
    autoTab="true"/>
    </td>
    </tr>
    <tr>
    <td align="left" width="80">
    <af:outputLabel value="Label :" id="ol6"
    visible="true"
    showRequired="true"/>
    </td>
    <td align="left" width="80">
    <af:inputText id="it2"
    value="#{tacheBean.task.label}"/>
    </td>
    </tr>
    <tr>
    <td align="left" width="80">
    <af:outputLabel value="Id Parent :"
    id="ol5" visible="true"
    showRequired="true"/>
    </td>
    <td align="left" width="80">
    <af:selectOneChoice id="soc1"
    inlineStyle="width:80px"
    valueChangeListener="#{tacheBean.changeAttributes}">
    <f:selectItems id="si1"
    value="#{tacheBean.selectItems}"/>
    </af:selectOneChoice>
    </td>
    </tr>
    <tr>
    <td align="left" width="80">
    <af:outputLabel value="Rien :" id="rien"
    visible="true"
    showRequired="true"/>
    </td>
    <td align="left" width="80">
    <af:inputText id="rien2"
    partialTriggers="soc2 si2"/>
    </td>
    </tr>
    <tr>
    <td align="left" width="80">
    <af:outputLabel value="Type :" id="ol4"
    visible="true"
    showRequired="true"/>
    </td>
    <td align="left" width="80">
    <af:selectOneChoice id="soc2"
    valueChangeListener="#{typeBean.changeAttributes}"
    autoSubmit="true"
    rendered="true">
    <f:selectItems id="si2"
    value="#{typeBean.selectItems}"/>
    </af:selectOneChoice>
    </td>
    </tr>
    <tr>
    <td align="left" width="80">
    <af:outputLabel value="Date Début :"
    id="ol3" visible="true"
    showRequired="true"/>
    </td>
    <td align="left" width="80">
    <af:inputDate id="id1"/>
    </td>
    </tr>
    <tr>
    <td align="left" width="80">
    <af:outputLabel value="Date Fin :"
    id="ol2" visible="true"
    showRequired="true"/>
    </td>
    <td align="left" width="80">
    <af:inputDate id="id2"/>
    </td>
    </tr>
    <tr>
    <td align="left" width="80">
    <af:outputLabel value="Durée :" id="ol1"
    visible="true"
    showRequired="true"/>
    </td>
    <td align="left" width="80">
    <af:inputText id="it8" rows="1"
    requiredMessageDetail="Champ Obligatoire"
    shortDesc="Le Nom de la tâche"
    autoSubmit="true"
    autoTab="true"/>
    </td>
    </tr>
    <tr>
    <td> </td>
    <td align="center" width="80">
    <h:panelGrid columns="2">
    <af:commandButton inlineStyle="width:80px"
    id="insertion"
    text="Ajouter"
    actionListener="#{tacheBean.ajoutTache}"
    immediate="true"
    visible="true"></af:commandButton>
    <af:commandButton inlineStyle="width:80px"
    id="annuler"
    text="Annuler"
    immediate="true"
    visible="true"></af:commandButton>
    </h:panelGrid>
    </td>
    </tr>
    </table>
    </af:panelBox>
    </center>
    </af:panelGroupLayout>
    </af:panelWindow>
    </af:popup>
    </af:panelGroupLayout>
    <af:commandToolbarButton partialSubmit="false"
    shortDesc="Mettre à jour la Tâche"
    disabledIcon="/images/edit_dis.png"
    icon="/images/edit16.png"></af:commandToolbarButton>
    <af:commandToolbarButton partialSubmit="false"
    shortDesc="Supprimer une Tâche"
    icon="/images/delete16.png"
    disabledIcon="/images/delete_dis.png"/>
    <af:separator id="sep1"/>
    <af:commandToolbarButton partialSubmit="false"
    shortDesc="Impression"
    icon="/images/print_ena.png"
    disabledIcon="/images/print_ena.png"/>
    <af:separator id="sep2"/>
    <af:commandToolbarButton partialSubmit="false"
    shortDesc="Couper"
    icon="/images/cut_ena.png"
    disabledIcon="/images/cut_dis.png"/>
    <af:commandToolbarButton partialSubmit="false"
    shortDesc="Copier"
    icon="/images/copy_ena.png"
    disabledIcon="/images/copy_dis.png"/>
    <af:commandToolbarButton partialSubmit="false"
    shortDesc="Coller"
    icon="/images/paste_dis.png"
    disabledIcon="/images/paste_dis.png"/>
    </af:group>
    </af:toolbar>
    </f:facet>
    <f:facet name="menuBar">
    <af:menuBar>
    <af:menu text="Custom Menu">
    <af:commandMenuItem partialSubmit="false" text="Item 1"/>
    <af:commandMenuItem partialSubmit="false" text="Item 2"/>
    <af:commandMenuItem partialSubmit="false" text="Item 3"/>
    </af:menu>
    </af:menuBar>
    </f:facet>
    <f:facet name="major">
    <dvt:timeAxis scale="months" id="monthx"/>
    </f:facet>
    <f:facet name="minor">
    <dvt:timeAxis scale="weeks" id="weeks"/>
    </f:facet>
    <f:facet name="nodeStamp">
    <af:column headerText="Id Tâche" id="c2">
    <af:outputText value="#{task.taskId}" id="taskId"/>
    </af:column>
    </f:facet>
    <af:column headerText="Nom Tâche" id="nom">
    <af:outputText value="#{task.taskName}"/>
    </af:column>
    <af:column headerText="Date Debut">
    <af:outputText value="#{task.startTime}" id="debut"/>
    </af:column>
    <af:column headerText="Date Fin">
    <af:outputText value="#{task.endTime}" id="end"/>
    </af:column>
    <dvt:ganttLegend keys="#{tacheBean.legendKeys}"
    labels="#{tacheBean.legendLabels}"/>
    </dvt:projectGantt>
    </af:panelGroupLayout>
    </f:facet>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>

    hi,
    previously i asked that question about how can i get date with time fallowed by am/pm in table fields for that your post is useful.
    now have some of doubt about same thing, as we achieved like in table (date with time by am/pm) i need to get in query panel because in search criteria i not bale to search time filtering I'm able to filter with date only
    its not allowing to change to search in design time( we know adf query wont allow design time modification as my knowledge) please suggest how can i change or any other way to create search instead of creating declarative
    search modification.
    and one more question i have how can i count number of rows displayed in table which displayed in search table if we want display no.of row displayed in table.
    Thanks
    Shankar

  • Issues With Microsoft Security Update Q2855844

    On every one of our Windows 2008 Standard Edition 32-bit servers the Q2855844 update errors out during the installation.  Is anyone else having an issue with this update?  This is what is in the WindowsUpdate log:
    2014-08-06 09:04:07:171 3612 e40 Misc ===========  Logging initialized (build: 7.0.6002.18005, tz: -0400)  ===========
    2014-08-06 09:04:07:171 3612 e40 Misc   = Process: C:\Windows\system32\wusa.exe
    2014-08-06 09:04:07:171 3612 e40 Misc   = Module: C:\Windows\system32\wuapi.dll
    2014-08-06 09:04:07:156 3612 e40 COMAPI -----------  COMAPI: IUpdateServiceManager::AddScanPackageService  -----------
    2014-08-06 09:04:07:171 3612 e40 COMAPI   - ServiceName = Windows Update Standalone Installer
    2014-08-06 09:04:07:171 3612 e40 COMAPI   - ScanFileLocation = C:\3e436a1d0e597e7d7fb1ed77f33df5\wsusscan.cab
    2014-08-06 09:04:07:187 1004 908 Misc Validating signature for C:\Windows\SoftwareDistribution\ScanFile\91e7e2cd-c456-4147-ac0f-a4a217628611\Source.cab:
    2014-08-06 09:04:07:218 1004 908 Misc  Microsoft signed: Yes
    2014-08-06 09:04:07:374 1004 908 DtaStor Default service for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2014-08-06 09:04:07:374 3612 e40 COMAPI   - Added scan package service, ServiceID = {91E7E2CD-C456-4147-AC0F-A4A217628611}
    2014-08-06 09:04:07:374 3612 e40 COMAPI -------------
    2014-08-06 09:04:07:374 3612 e40 COMAPI -- START --  COMAPI: Search [ClientId = wusa]
    2014-08-06 09:04:07:374 3612 e40 COMAPI ---------
    2014-08-06 09:04:07:405 3612 e40 COMAPI <<-- SUBMITTED -- COMAPI: Search [ClientId = wusa]
    2014-08-06 09:04:07:405 1004 b10 Agent *************
    2014-08-06 09:04:07:405 1004 b10 Agent ** START **  Agent: Finding updates [CallerId = wusa]
    2014-08-06 09:04:07:405 1004 b10 Agent *********
    2014-08-06 09:04:07:405 1004 b10 Agent   * Online = Yes; Ignore download priority = No
    2014-08-06 09:04:07:405 1004 b10 Agent   * Criteria = "IsInstalled=0"
    2014-08-06 09:04:07:405 1004 b10 Agent   * ServiceID = {91E7E2CD-C456-4147-AC0F-A4A217628611}
    2014-08-06 09:04:07:624 1004 b10 PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-08-06 09:04:07:624 1004 b10 PT   + Offline serviceId = {91E7E2CD-C456-4147-AC0F-A4A217628611}
    2014-08-06 09:04:07:624 1004 b10 PT WARNING: Cached cookie has expired or new PID is available
    2014-08-06 09:04:11:617 1004 b10 PT +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2014-08-06 09:04:11:617 1004 b10 PT   + Offline serviceId = {91E7E2CD-C456-4147-AC0F-A4A217628611}
    2014-08-06 09:04:11:758 1004 b10 Agent   * Added update {DDD48962-1B38-478A-91B4-5DF779748AF7}.501 to search result
    2014-08-06 09:04:11:758 1004 b10 Agent   * Found 1 updates and 54 categories in search; evaluated appl. rules of 271 out of 284 deployed entities
    2014-08-06 09:04:11:820 1004 b10 Agent *********
    2014-08-06 09:04:11:820 1004 b10 Agent **  END  **  Agent: Finding updates [CallerId = wusa]
    2014-08-06 09:04:11:820 1004 b10 Agent *************
    2014-08-06 09:04:11:820 3612 d68 COMAPI >>--  RESUMED  -- COMAPI: Search [ClientId = wusa]
    2014-08-06 09:04:11:820 3612 d68 COMAPI   - Updates found = 1
    2014-08-06 09:04:11:820 3612 d68 COMAPI ---------
    2014-08-06 09:04:11:820 3612 d68 COMAPI --  END  --  COMAPI: Search [ClientId = wusa]
    2014-08-06 09:04:11:820 3612 d68 COMAPI -------------
    2014-08-06 09:04:15:783 1004 908 DnldMgr ***********  DnldMgr: Copy update to cache [UpdateId = {1941692E-A102-4EA0-804E-76906EDC3E82}.501]  ***********
    2014-08-06 09:04:15:783 1004 908 DnldMgr Asking handler to generate non-range requests.
    2014-08-06 09:04:15:798 1004 908 Handler Generating request for CBS update 1941692E-A102-4EA0-804E-76906EDC3E82 in sandbox C:\Windows\SoftwareDistribution\Download\d82fa884c766048f3875ae3333d09441_ctc
    2014-08-06 09:04:15:798 1004 908 Handler Selecting self-contained because update does not have express payload.
    2014-08-06 09:04:15:798 1004 908 Handler Selected payload type is ptSelfContained
    2014-08-06 09:04:15:798 1004 908 Handler Detected download state is dsStart
    2014-08-06 09:04:15:798 1004 908 Handler Adding Windows6.0-KB2855844-x86.cab (entire file) to request list.
    2014-08-06 09:04:15:798 1004 908 Handler Request generation for CBS update complete with hr=0x0 and pfResetSandbox=0
    2014-08-06 09:04:15:829 1004 908 Misc Validating signature for C:\Windows\SoftwareDistribution\Download\d82fa884c766048f3875ae3333d09441_ctc\Windows6.0-KB2855844-x86.cab:
    2014-08-06 09:04:15:876 1004 908 Misc  Microsoft signed: Yes
    2014-08-06 09:04:15:876 1004 908 DnldMgr Asking handler to generate non-range requests.
    2014-08-06 09:04:15:876 1004 908 Handler Generating request for CBS update 1941692E-A102-4EA0-804E-76906EDC3E82 in sandbox C:\Windows\SoftwareDistribution\Download\d82fa884c766048f3875ae3333d09441_ctc
    2014-08-06 09:04:15:876 1004 908 Handler Selecting self-contained because update does not have express payload.
    2014-08-06 09:04:15:876 1004 908 Handler Selected payload type is ptSelfContained
    2014-08-06 09:04:15:876 1004 908 Handler Detected download state is dsHavePackage
    2014-08-06 09:04:15:876 1004 908 Handler Request generation for CBS update complete with hr=0x0 and pfResetSandbox=0
    2014-08-06 09:04:15:970 3612 e40 COMAPI -------------
    2014-08-06 09:04:15:970 3612 e40 COMAPI -- START --  COMAPI: Install [ClientId = wusa]
    2014-08-06 09:04:15:970 3612 e40 COMAPI ---------
    2014-08-06 09:04:15:970 3612 e40 COMAPI   - Allow source prompts: Yes; Forced: No; Force quiet: No
    2014-08-06 09:04:15:970 3612 e40 COMAPI   - Updates in request: 1
    2014-08-06 09:04:15:970 3612 e40 COMAPI   - ServiceID = {91E7E2CD-C456-4147-AC0F-A4A217628611}
    2014-08-06 09:04:15:970 3612 e40 COMAPI   - Updates to install = 1
    2014-08-06 09:04:15:970 3612 e40 COMAPI <<-- SUBMITTED -- COMAPI: Install [ClientId = wusa]
    2014-08-06 09:04:15:970 1004 e78 Agent *************
    2014-08-06 09:04:15:970 1004 e78 Agent ** START **  Agent: Installing updates [CallerId = wusa]
    2014-08-06 09:04:15:970 1004 e78 Agent *********
    2014-08-06 09:04:15:985 1004 e78 Agent   * Updates to install = 1
    2014-08-06 09:04:15:985 1004 e78 Agent   *   Title = Security Update for Windows (KB2855844)
    2014-08-06 09:04:15:985 1004 e78 Agent   *   UpdateId = {DDD48962-1B38-478A-91B4-5DF779748AF7}.501
    2014-08-06 09:04:15:985 1004 e78 Agent   *     Bundles 1 updates:
    2014-08-06 09:04:15:985 1004 e78 Agent   *       {1941692E-A102-4EA0-804E-76906EDC3E82}.501
    2014-08-06 09:04:16:859 1004 e78 Agent WARNING: LoadLibrary failed for srclient.dll with hr:8007007e
    2014-08-06 09:04:16:859 1004 e78 Handler Attempting to create remote handler process as NT.MH.COM\ssiapp in session 2
    2014-08-06 09:04:16:937 1004 e78 DnldMgr Preparing update for install, updateId = {1941692E-A102-4EA0-804E-76906EDC3E82}.501.
    2014-08-06 09:04:16:937 3192 e74 Misc ===========  Logging initialized (build: 7.0.6002.18005, tz: -0400)  ===========
    2014-08-06 09:04:16:937 3192 e74 Misc   = Process: C:\Windows\system32\wuauclt.exe
    2014-08-06 09:04:16:937 3192 e74 Misc   = Module: C:\Windows\system32\wuaueng.dll
    2014-08-06 09:04:16:937 3192 e74 Handler :::::::::::::
    2014-08-06 09:04:16:937 3192 e74 Handler :: START ::  Handler: CBS Install
    2014-08-06 09:04:16:937 3192 e74 Handler :::::::::
    2014-08-06 09:04:16:953 3192 e74 Handler Starting install of CBS update 1941692E-A102-4EA0-804E-76906EDC3E82
    2014-08-06 09:04:16:953 3192 e74 Handler CBS package identity: Package_for_KB2855844~31bf3856ad364e35~x86~~6.0.1.2
    2014-08-06 09:04:16:968 3192 e74 Handler Installing self-contained with source=C:\Windows\SoftwareDistribution\Download\d82fa884c766048f3875ae3333d09441\Windows6.0-KB2855844-x86.cab, workingdir=C:\Windows\SoftwareDistribution\Download\d82fa884c766048f3875ae3333d09441\inst
    2014-08-06 09:04:42:522 3192 dc0 Handler FATAL: CBS called Error with 0x80070643,
    2014-08-06 09:04:42:631 3192 e74 Handler FATAL: Completed install of CBS update with type=0, requiresReboot=0, installerError=1, hr=0x80070643
    2014-08-06 09:04:42:631 3192 e74 Handler :::::::::
    2014-08-06 09:04:42:631 3192 e74 Handler ::  END  ::  Handler: CBS Install
    2014-08-06 09:04:42:631 3192 e74 Handler :::::::::::::
    2014-08-06 09:04:42:646 1004 e90 AU Can not perform non-interactive scan if AU is interactive-only
    2014-08-06 09:04:42:646 1004 e78 Agent *********
    2014-08-06 09:04:42:646 1004 e78 Agent **  END  **  Agent: Installing updates [CallerId = wusa]
    2014-08-06 09:04:42:646 1004 e78 Agent *************
    2014-08-06 09:04:42:646 3612 fc8 COMAPI >>--  RESUMED  -- COMAPI: Install [ClientId = wusa]
    2014-08-06 09:04:42:646 3612 fc8 COMAPI   - Install call complete (succeeded = 0, succeeded with errors = 0, failed = 1, unaccounted = 0)
    2014-08-06 09:04:42:646 3612 fc8 COMAPI   - Reboot required = No
    2014-08-06 09:04:42:646 3612 fc8 COMAPI   - WARNING: Exit code = 0x00000000; Call error code = 0x80240022
    2014-08-06 09:04:42:646 3612 fc8 COMAPI ---------
    2014-08-06 09:04:42:646 3612 fc8 COMAPI --  END  --  COMAPI: Install [ClientId = wusa]
    2014-08-06 09:04:42:646 3612 fc8 COMAPI -------------
    2014-08-06 09:04:47:638 1004 b10 Report REPORT EVENT: {42E5F80A-0B1F-449D-A915-B25411912282} 2014-08-06 09:04:42:631-0400 1 182 101 {DDD48962-1B38-478A-91B4-5DF779748AF7} 501 80070643 wusa Failure Content
    Install Installation Failure: Windows failed to install the following update with error 0x80070643: Security Update for Windows (KB2855844).
    2014-08-06 09:04:49:354 3612 e40 COMAPI -----------  COMAPI: IUpdateServiceManager::RemoveService  -----------
    2014-08-06 09:04:49:354 3612 e40 COMAPI   - ServiceId = {91e7e2cd-c456-4147-ac0f-a4a217628611}
    2014-08-06 09:04:49:495 3612 e40 COMAPI IUpdateService removing volatile scan package service, serviceID = {91E7E2CD-C456-4147-AC0F-A4A217628611}
    2014-08-06 09:04:49:495 1004 870 Agent WARNING: WU client fails CClientCallRecorder::RemoveService with error 0x80248014
    2014-08-06 09:04:49:495 3612 e40 COMAPI WARNING: ISusInternal::RemoveService failed, hr=80248014
    PDC

    Hi,
    I havea similar problemsomeonewas able tofix it?
    I tried to install
    manually kb but I can not
    install any updates on many of my servers.
    Manually:
    014-08-13    21:10:55:373     572    ca0    Handler    Starting install of CBS update 627B5D1A-4F3F-4038-8C70-1824EAD5CEDC
    2014-08-13    21:10:55:545     572    ca0    Handler    CBS package identity: Package_for_KB2918614~31bf3856ad364e35~amd64~~6.1.1.4
    2014-08-13    21:10:55:561     572    ca0    Handler    Installing self-contained with source=C:\Windows\SoftwareDistribution\Download\0e7476712b0c0b923c90204546edc6d6\windows6.1-kb2918614-x64.cab,
    workingdir=C:\Windows\SoftwareDistribution\Download\0e7476712b0c0b923c90204546edc6d6\inst
    2014-08-13    21:11:02:082     572    958    Handler    FATAL: CBS called Error with 0x80070643,
    2014-08-13    21:11:02:347     572    ca0    Handler    FATAL: Completed install of CBS update with type=0, requiresReboot=0, installerError=1, hr=0x80070643
    014-08-13    20:45:42:449     948    2bc    Agent    *************
    2014-08-13    20:45:42:449     948    2bc    Agent    ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-08-13    20:45:42:449     948    2bc    Agent    *********
    2014-08-13    20:45:42:449     948    2bc    Agent      * Online = No; Ignore download priority = No
    2014-08-13    20:45:42:449     948    2bc    Agent      * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1
    and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2014-08-13    20:45:42:449     948    2bc    Agent      * ServiceID = {9482F4B4-E343-43B6-B170-9A65BC822C77} Windows Update
    2014-08-13    20:45:42:449     948    2bc    Agent      * Search Scope = {Machine}
    2014-08-13    20:45:42:449    4792    13e4    CltUI    AU client got new directive = 'Install Complete Ux', serviceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}, return = 0
    2014-08-13    20:45:42:449     948    2b4    AU    No featured updates notifications to show
    2014-08-13    20:45:42:449     948    2b4    AU    Successfully wrote event for AU health state:0
    2014-08-13    20:45:42:449    4792    13e4    CltUI    AU client got new directive = 'Shutdown', serviceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}, return = 0
    2014-08-13    20:45:42:481     948    12cc    AU    AU received handle event
    2014-08-13    20:46:56:753     948    2bc    Handler    FATAL: UH: 0x80070490: EvaluateApplicability failed in CCbs::EvaluateApplicability
    2014-08-13    20:46:56:940     948    2bc    Agent    WARNING: Failed to evaluate Installed rule, updateId = {8D75381D-A3D2-452F-A13E-67FF59E2081B}.101, hr = 80070490
    2014-08-13    20:47:02:977     948    2bc    Handler    FATAL: UH: 0x80070490: EvaluateApplicability failed in CCbs::EvaluateApplicability
    2014-08-13    20:47:47:001     948    2bc    Agent      * Added update {1E993966-A3B7-4075-9ECC-FF4290C4E811}.201 to search result
    2014-08-13    20:47:47:001     948    2bc    Agent      * Added update {E20C4A54-DEE0-4641-A7D1-8EE452F8B54B}.200 to search result
    2014-08-13    20:47:47:001     948    2bc    Agent      * Added update {2BDE2BA3-EF93-49C6-A3C6-A806835A680F}.200 to search result
    2014-08-13    20:47:47:001     948    2bc    Agent    Update {0EEBE242-F0AD-4A1A-8796-4BFB54642198}.202 is pruned out due to potential supersedence
    2014-08-13    20:47:47:001     948    2bc    Agent      * Added update {AEF6280F-8C4D-4804-9913-407582227E75}.202 to search result
    2014-08-13    20:47:47:001     948    2bc    Agent      * Added update {9842D9DB-8AE8-4F0B-B974-66787AEC8FBC}.201 to search result
    2014-08-13    20:47:47:001     948    2bc    Agent    Update {14C2118E-1CE2-447D-BFE7-BDB8F99969C0}.201 is pruned out due to potential supersedence
    2014-08-13    20:47:47:001     948    2bc    Agent    Update {CB1F1FAE-F738-49E7-AE3E-7A0C2308838B}.201 is pruned out due to potential supersedence
    2014-08-13    20:47:47:001     948    2bc    Agent    Update {23AE2211-ABC3-497A-BB21-D9782B26A6EC}.202 is pruned out due to potential supersedence
    2014-08-13    20:47:47:001     948    2bc    Agent    Update {1494DE3C-4764-42DB-B5D5-A5509D7EEB26}.201 is pruned out due to potential supersedence
    Any idea? Thx!

  • Issue with updating Security Info on my Microsoft ID

    I am stuck in a vicious circle trying to sort an issue with my Microsoft account.
    I need to remove an old, defunct, email address and add a load of new security info however, depending on whether the date format on the page I keep being directed to is UK or US, either the updates haven’t happened or they won’t
    be happening until next month – which seems ridiculous!
    I’m trying to sign up for a Windows Store developer account to publish a Windows 8 app. I’m using my MSDN subscription to register for this (for free) but there is a step I can’t get past because it insists on sending a code to
    my old email address – to which I have no access. It is picking up this address from my Microsoft Account Security info – however, I updated this info weeks ago. This is the screen I see (I’ve blurred out some of it as it seemed foolish to publish all my security
    info J
    It says my old address will be removed on 03/04/2013 and my new info added on that same date. Does anyone know if this is UK date format 3<sup>rd</sup> April – in which case it’s a long wait or a US date 4<sup>th</sup>
    March in which case it didn’t happen? I’ve tried phoning 5000 and the Microsoft Customer support lines but neither of them have a clue where to start. They just keep asking me if I’ve forgotten my password – which I haven’t.
    Does anyone know how I can resolve this? My only option at the moment is to wait until 3<sup>rd</sup> of April and see if anything changes – which is not ideal.
    Cheers,
    Rob

    Hello,
    The Microsoft account forum has been retired and all account related questions must now be asked online
    here.
    Select the issue you need help with and fill out the requested details on the next page.
    You need to be signed in with a Microsoft account to access the form. If you are unable to access your primary account, you can use an alternate account (if you have one) or create a new one at
    https://signup.live.com
    You can read further information about blocked accounts
    here.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Has anyone had issues with Planning security refreshing in Essbase

    I am on Planning version 9.3.0.1 and we are having issues with planning users being able to use an essbase connection to pull data from smartview. They are able to see data in web forms in planning but they get #no access when they try to connect to the same data in smartview.
    Has anyone else experieced this issue.

    If user works when you provision individually its because they were set in the environment in EAS.
    group has to have all the access needed (bug in orig). css file open a ticket for the file name. example user needs calc access you setup calc but bug in system is not also giving user read and write access. Thus you can individually add this to the group in provisioning area in shared services. in EAS goto File open- editors create/run script with
    alter user 'userID' Add application_access_type Planning;
    alter user 'userID' add application_access_type Essbase; to add user to the environment if error you need to refresh eas first then run maxl script for planning you also need to go to workspace and select any of your dimensions all your groups ...edit .. migrate identities.. to get group/Users in planning wether adding or removing users. when you do planning changes you need to do database and security filters refresh.

Maybe you are looking for

  • HP Envy 13 1030nr. Windows 7 64-bit. RAM upgrade help.

    I just purchased a RAM upgrade for my Envy 13 and I was trying to figure out how exactly to access the memory module.  I couldn't find a youtube video for the Envy 13 and reading the maintenance manual provides only partial instructions to access the

  • Getting my friend setup on ichat

    My friend is trying to connect with her Mom via iChat AV and unfortunately, I am not an expert in this application by any stretch. I've been doing a lot of reading here and in other places about ports, firewalls, bandwidth limits, etc but we haven't

  • After the battery run out my iPad turns off

    My iPad turns off when the battery run out. Then I plug-in it for recharging. iPad start with Appel sight then switch off again. Then again start with Appel and off again. So it is not stoping on/off and not recharging. The USB cord is good, other de

  • Can someone help with my apple id

    my apple id can not be accessed because i have to verfiy it. ive had thisapple id for about 4 years and the primary email address that is linked to the apple id, i no longer use nor can i access it. is there any way i can log in still and change the

  • Used eMac purchase recommendations? (long)

    I'm looking to buy an eMac for a friend and trying to decide between two options. They're both combo-drive: 1. 1.25ghz with 1ghz ram with about 10 months left on the Applecare warranty; or 2. 1.25ghz with 256 ram with basically zero mileage on it but