Portal favorites not displaying the iview.

Hi Team,
We have a home role with a welcome page which is the first role to be displayed to every user logged in to portal.
Now we have enabled the option "Add to Portal favorites" to the portal objects. So when a report (BI / Bo report) is added to the portal favorites we are able to see the report added to the portal favorites iview. But when we try to access the report directly from portal favorites the link is navigating to the exact report path but not displaying the report instead it is displaying the welcome page of the HOME role.
When i try to add Identity management iview of the User admin to the portal favorites  and try to aceess it from Portal favorites iview, it navigates to the identity management page but the welcome page is displayed instead of the identity management iview.
Can you please let me know a fix for this.
regards
Bharat

Hi Team,
Any ideas on this issue will be very helpful
regards
Bharat

Similar Messages

  • Portal favorites option does not add the iview or page to portal favourite

    Hi All,
    When I click on the option button in portal content area after opening a Iview or page,  the short cut menu is showing the option 'Add to Portal Favorites' . Clicking on 'Add to Portal Favorites' is not adding the iview or pages  to the portal favourites section below the detailed navigation.
    I checked the Page Title Bar Iview(com.sap.portal.pageToolbar) property in default framework page, to know whether 'Show Add to Portal Favourites' option is set to 'Yes', it was not set to 'Yes' and then I set the property to 'Yes' After this I tried adding to portal favorites but the functions are not getting added.
    Please let me know how to resolve this issue.
    Regards,
    H.K.Hayath Basha.

    I am facing the same issue, could you let me know, how did you fix this ,
    I have check the default framework and the settings for show add to buffer and also the context menu settings,
    favorites are not getting updated , unless we click on some other transac

  • "Page could not create the iview" - Error

    Hi All,
    I have a customized portal masthead par file.
    I used a specific computer for development.
    When I deploy the project from this computer to the portal, everything is fine, but when I copy/export the par and try to deploy it from other computers (other NWDS to be exact) I get:
    "Component Name: null"
    "Page could not create the iview"
    The Portal's version is EP6 SP15.
    All the NWDS I tried is also SP15.
    java version on development computers is:
    'j2sdk1.4.2_06'.
    I compared my portalapp.xml on different computers but the is the same.
    See my portalapp.xml file:
    <i><?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
        <property name="Vendor" value="sap.com"/>
        <property name="SecurityArea" value="NetWeaver.Portal"/>
        <property name="SharingReference" value="com.sap.portal.htmlb,com.sap.portal.themes.lafservice,com.sap.portal.navigation.service,com.sap.portal.navigation.helperservice,com.sap.portal.license.runtime,com.sap.portal.common.commonservices,SAPJ2EE::library:com.sap.portal.common"/>
        <property name="releasable" value="true"/>
      </application-config>
      <components>
        <component name="default">
          <component-config>
            <property name="ClassName" value="com.sapportals.portal.navigation.HeaderiView"/>
            <property name="ResourceBundleName" value="headeriView_nls"/>
            <property name="SafetyLevel" value="no_safety"/>
          </component-config>
          <component-profile>
            <property name="tlhtmlb" value="/SERVICE/com.sap.portal.htmlb/taglib/htmlb.tld ">
              <property name="propPermission" value="FINAL"/>
              <property name="personalization" value="NONE-ALL"/>
            </property>
            <property name="com.sap.portal.pcm.Title" value="Header iView"/>
            <property name="com.sap.portal.iview.HeightType" value="FIXED"/>
            <property name="com.sap.portal.iview.HeightScale" value="PIXELS"/>
            <property name="com.sap.portal.iview.Height" value="35"/>
            <property name="com.sap.portal.iview.WidthType" value="FIXED"/>
            <property name="com.sap.portal.iview.WidthScale" value="PERCENT"/>
            <property name="com.sap.portal.iview.Width" value="100"/>
            <property name="com.sap.portal.iview.TrayType" value="BORDERLESS"/>
            <property name="com.sap.portal.iview.ShowTray" value="false"/>
            <property name="com.sap.portal.iview.ShowTitle" value="false"/>
            <property name="com.sap.portal.iview.ShowRefresh" value="false"/>
            <property name="com.sap.portal.iview.ShowMaximize" value="false"/>
            <property name="com.sap.portal.iview.ShowCollapseExpand" value="false"/>
            <property name="com.sap.portal.iview.ShowPersonalize" value="false"/>
            <property name="com.sap.portal.iview.ShowRemove" value="false"/>
            <property name="com.sap.portal.reserved.iview.IsolationMode" value="EMBEDDED"/>
            <property name="com.sap.portal.iview.Availability" value="MANDATORY"/>
            <property name="CachingLevel" value="None"/>
            <property name="ValidityPeriod" value="3600000"/>
            <property name="ShowPersonalizeLink" value="true">
              <property name="validvalues" value="4/true5/false"/>
              <property name="plainDescription" value="Show Link in Masthead: Personalize"/>
              <property name="longDescription" value="Show or hide the 'Personalize' link displayed in the masthead iView at runtime."/>
              <property name="category" value="Navigation"/>
            </property>
            <property name="ShowHelpLink" value="true">
              <property name="validvalues" value="4/true5/false"/>
              <property name="plainDescription" value="Show Link in Masthead: Help"/>
              <property name="longDescription" value="Show or hide the 'Help' link displayed in the masthead iView at runtime."/>
              <property name="category" value="Navigation"/>
            </property>
            <property name="ShowNewWindowLink" value="false">
              <property name="validvalues" value="4/true5/false"/>
              <property name="plainDescription" value="Show Link in Masthead: New Session"/>
              <property name="longDescription" value="Show or hide the 'New Session' link displayed in the masthead iView at runtime."/>
              <property name="category" value="Navigation"/>
            </property>
            <property name="ShowLogInLogOffLink" value="true">
              <property name="validvalues" value="4/true5/false"/>
              <property name="plainDescription" value="Show Link in Masthead: Log In / Log Off"/>
              <property name="longDescription" value="Show or hide the 'Log In' / Log Off' link displayed in the masthead iView at runtime."/>
              <property name="category" value="Navigation"/>
            </property>
            <property name="HelpUrl" value="http://help.sap.com/nw04 ">
              <property name="plainDescription" value="Help Link URL"/>
              <property name="category" value="Navigation"/>
            </property>
          </component-profile>
        </component>
        <component name="logoffConfirmMsg">
          <component-config>
            <property name="ClassName" value="com.sapportals.portal.navigation.LogoffConfirmMsg"/>
            <property name="ResourceBundleName" value="headeriView_nls"/>
            <property name="SafetyLevel" value="no_safety"/>
          </component-config>
          <component-profile>
            <property name="com.sap.portal.pcm.Title" value="Log off"/>
            <property name="AuthScheme" value="anonymous"/>
          </component-profile>
        </component>
        <component name="logInComponent">
          <component-config>
            <property name="ClassName" value="com.sapportals.portal.navigation.LogInComponent"/>
            <property name="ResourceBundleName" value="headeriView_nls"/>
            <property name="SafetyLevel" value="no_safety"/>
          </component-config>
          <component-profile>
            <property name="com.sap.portal.pcm.Title" value="Log In"/>
          </component-profile>
        </component>
        <component name="LogOutComponent">
          <component-config>
            <property name="ClassName" value="com.sapportals.portal.navigation.LogOutComponent"/>
            <property name="SafetyLevel" value="no_safety"/>
          </component-config>
          <component-profile>
            <property name="AuthScheme" value="anonymous"/>
          </component-profile>
        </component>
      </components>
      <services/>
    </application></i>
    Please advice.
    Thanks,
    Omri

    Hi Omri,
    Harini gave the right solution.
    I just want add a small detail:
    The par file is actually a zip file.
    The simplest way to "open" it (as Harini suggested) is to change its extention to ".zip" and open it with winzip.
    Yoav.

  • Can't add to portal favorites with "&" in the name field

    Hi there
    Interesting problem which has been identified this morning ... it appears that certain iviews cannot be added to the portal favorites, and upon closer inspection, it appears that those iviews all have the "&" character in the name field.
    For example, we have an iview with the name of "SAA013 Summary of Sales & Gross Margin vs Approved Plan". As you can see, its quite long, so anything to save some space.
    If I remove the & and replace with "and", then I can add to portal favorites.
    Has anyone else come across this and found an alternate solution? I could probably get away with convincing the client to allow "and" to be inserted, but then there's quite a few iviews that will have to be renamed, which is a rather tedious task.
    Cheers,
    Andrew

    Hi,
    For some reason the note wasn't released.
    Now it is released.
    Its content:
    Symptoms:
    Portal Favorite doesn't work for object that contain the symbol "&" in the name.
    Keywords:
    Portal Favorite, navigation
    Reasons:
    The problem was a missing in the encoding of the name
    Solution:
    Fix in SP12 patch #4
    SP13 patch #1
    SP14 Patch #1.
    Regards,
    Tal.

  • Custom Portal Service not displayed under Service Configuration

    Hi All,
    I am working on EP 7.0 SP8.
    SAP Portal is not displaying any custom built Portal Services under Service Configuration tab.
    I checked with the permission, and I am having the required authorization for my service.
    I am not able to find any document on making the custom service available under Service Configutation to start/stop the service.
    Please let me know any reference docs on this.
    -Thanks,
    Pavan

    Hi Pavan,
    > working on EP 7.0 SP8
    Glad to hear that you are not stuck on EP5   No, really, that is older than old... Anyhow:
    > not displaying any custom built Portal Services under Service Configuration tab
    There services are only listed if they are configurable, i.e. if they have a service profile with at least one property (compare http://help.sap.com/saphelp_nw70ehp2/helpdata/en/df/e6b74253ffda11e10000000a155106/frameset.htm). Otherwise it makes less sense to restart a service (normally this is done after changing a service profile parameter).
    Hope it helps
    Detlev

  • GWNCC is not displaying the Organization entry in GW6.5

    Hi,
    The GroupWise Name Completion Control is not displaying the Organization
    Entry. But the older version (I mean GroupWise client less than 6.5) is
    working fine and it displays the Organization entry. But the newer version
    GroupWise 6.5 is not displaying the Organization entry in the GWNCC
    control.
    Here i have the organisation field set in the Address book also. But still
    its not coming.
    Can any one let me know how can I rectify this problem in GroupWise 6.5
    Thanks in Advance
    Shah

    Hi,
         I executed the BAPI from ECC for the same input parameter and got the corresponding output. Apart from this can you explain the Para..
    "Drag out from the Input port of SalesorderGetlist, release, and from the context menu, choose Add Input Form. The Select Input Fields dialog box is displayed, listing the metadata that can be input from the start point to the data service. Select CUSTOMER_NUMBER and SALES_ORGANIZATION and click OK"
    Actually I am developing the iView in VC first time that's why I am facing this challenge.
    Thanks & Regards,
    Kundan

  • Page could not create the iview

    Hello Everyone.
    I'm having a very strange problem, we are currently running an ESS system based in WebDynpro and SAP Portal, with custom made WebDynpro Applications. We regularly have around a hundred users logged on the system. Every now and then, some of the users report that they get an error when trying to use an application, the error is in spanish so I cant post it here directly but it basically says:
    Portal runtime error.
    Component Name: null
    Page could not create the iView
    What bothers me the most, is that this problem is not constant. It happens some times, and when you log out and log in several times it ends up disappearing.
    Does anyone know what I can do to fix this?
    PS. I only found one thread (/thread/179741 [original link is broken]) thats appears to have the same problem. However my apps work fine most of the time, so I dont feel its the same situation.

    Hello Again.
    I followed your advice and found the following entries related to the problem:
    1.- First was this log entry:
    No WorkAreaData found in POM
    2.- Inmediately after is the following entry:
    cannot retrieve title from iView pcd:portal_content/com.inelectra.folder.ine/com.inelectra.roles/com.inelectra.autogestion/com.inelectra.Autogestion/com.inelectra.Solicitudes/com.inelectra.anticipoprestaciones/com.inelectra.java_local_Anticipo_Prestaciones_com_inelectra_anticipoprest_Anticipo_Prestacion
    [EXCEPTION]
    javax.naming.NamingException [Root exception is java.lang.NullPointerException]
         at com.sapportals.portal.pcd.gl.JndiProxy.getObjectInstance(JndiProxy.java:51)
         at com.sapportals.portal.pcd.gl.PcdGlContext.getSemanticObject(PcdGlContext.java:913)
         at com.sapportals.portal.pcd.gl.PcdGlContext.getSemanticObject(PcdGlContext.java:690)
         at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:69)
         at com.sapportals.portal.pcd.gl.PcdURLContext.lookup(PcdURLContext.java:238)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.sapportals.portal.appintegrator.parameter.ProfileProvider.getTitleForIView(ProfileProvider.java:155)
         at com.sapportals.portal.appintegrator.parameter.ProfileProvider.getTitle(ProfileProvider.java:109)
         at com.sapportals.portal.appintegrator.parameter.ProfileProvider.getParameter(ProfileProvider.java:64)
         at com.sapportals.portal.appintegrator.parameter.ParameterProviderManager.getParameter(ParameterProviderManager.java:51)
         at com.sapportals.portal.appintegrator.layer.AbstractIntegrationLayer.getParameter(AbstractIntegrationLayer.java:174)
         at com.sapportals.portal.appintegrator.layer.AbstractIntegrationLayer.getStringParameter(AbstractIntegrationLayer.java:193)
         at com.sapportals.portal.sapapplication.webdynpro.pagebuilder.TopLayer.processLayer(TopLayer.java:50)
         at com.sapportals.portal.appintegrator.LayerProcessor.processActionPass(LayerProcessor.java:168)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doActionPass(AbstractIntegratorComponent.java:73)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doOnPOMReady(AbstractIntegratorComponent.java:59)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:396)
         at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
         at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:369)
         at com.sapportals.portal.prt.pom.PortalNode.processEventQueue(PortalNode.java:800)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:652)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.NullPointerException
         at com.sap.tc.webdynpro.portal.oal.impl.java.JavaObjectAccessFactory.getRootContentNodeFromCache(JavaObjectAccessFactory.java:70)
         at com.sap.tc.webdynpro.portal.oal.impl.java.JavaObjectAccessFactory.getRootContentNode(JavaObjectAccessFactory.java:55)
         at com.sap.tc.webdynpro.portal.oal.DelegatingObjectAccessFactory.getRootContentNode(DelegatingObjectAccessFactory.java:63)
         at com.sap.tc.webdynpro.portal.jndi.WebDynproRootContext.localContinuationContextLookup(WebDynproRootContext.java:86)
         at com.sap.tc.webdynpro.portal.jndi.GenericContext.getContinuationContext(GenericContext.java:47)
         at com.sap.tc.webdynpro.portal.jndi.GenericContext.lookup(GenericContext.java:83)
         at com.sap.tc.webdynpro.portal.jndi.GenericURLContext.lookup(GenericURLContext.java:92)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.sap.portal.pcm.iviewserver.tools.LinkedObjectProvider.getLinkedApplication(LinkedObjectProvider.java:77)
         at com.sap.portal.pcm.iview.admin.AdminBaseiView.createAttrSetLayersList(AdminBaseiView.java:312)
         at com.sap.portal.pcm.iview.admin.AdminBaseiView.getAttrSetLayersList(AdminBaseiView.java:188)
         at com.sap.portal.pcm.iview.admin.AdminBaseiView.getCustomImplementation(AdminBaseiView.java:107)
         at com.sap.portal.pcm.admin.PcmAdminBase.getImplementation(PcmAdminBase.java:530)
         at com.sapportals.portal.ivs.iviews.IviewServiceObjectFactory.getObjectInstance(IviewServiceObjectFactory.java:344)
         at com.sapportals.portal.prt.jndisupport.DirectoryManager.getObjectInstance(DirectoryManager.java:56)
         at com.sapportals.portal.pcd.gl.JndiProxy.getObjectInstance(JndiProxy.java:47)
         ... 41 more

  • Page could not create the iView. Error for KMC iviews

    Hi,
    I am getting this error for all KMC related iviews.
    <i>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/administrator/super_admin/super_admin_role/com.sap.portal.content_administration/com.sap.portal.content_admin_ws/com.sap.netweaver.coll.colcontent/com.sap.netweaver.coll.RoomCreation/com.sap.netweaver.coll.RoomCreationWizard
    Component Name : null
    Page could not create the iView.
    See the details for the exception ID in the log file</i>
    This is the description in the log file:
    #Error#1#/Applications/comsaptcstylesStyleSheetLinkProvider#Plain###Style sheet link will be provided by WebDynpro since the style sheet link provider coding is not able to provide a style sheet link.#
    Any clues?

    Hi Omri,
    Harini gave the right solution.
    I just want add a small detail:
    The par file is actually a zip file.
    The simplest way to "open" it (as Harini suggested) is to change its extention to ".zip" and open it with winzip.
    Yoav.

  • View the .rtf file not display the data in BI Publisher Enterprise.

    Hi,
    Platform: OBIEE 10g in NT XPsp2
    View the .rtf file not display the data in BI Publisher Enterprise.
    Step 1, I created Answer-request, create .rtf file with Word and add the request name, Add bar chart and table, preview PDF is working fine with data, Upload this template to Answers, View Template from Answer is working fine with data.
    Step 2, Answers – More Products > BI Publisher > My Folders > Create a new report > Edit > Data Model > New > Type: SQL Query > Data Source: Oracle BI EE > Query Builder > from SupplierSales assign Customer, Periods, Sales Facts (select Region, state, Year, Units Shipped) > Results > Save > Save
    Click Layouts > New > enter Name ….. > Click Layouts > borrows .rtf file in Manage T file > Upload > Save > Click View
    It is showing only the .rtf file without data. Why there is no data?
    Please guide me to solve this issue.
    Thanks,
    Jo

    Thanks for you reply,
    Our scenario is this report is basically a dissconnected mode report... we are developing these reports for mobile clients.
    We dint face this kind of issue while developing other reports.
    So please let us know if you have any idea on why we are facing this issue.
    Regards,
    Maneesh

  • Strange scenario,Oracle can not display the data in mysql correctly

    I use Heterogeneous Service+ODBC to achieve "oracle access mysql"(any other method?),and now i find Oracle can not display the data in mysql correctly:
    -------mysql------------
    mysql> create table tst(id int,name varchar(10));
    Query OK, 0 rows affected (0.00 sec)
    mysql> insert into tst values(1,'a');
    Query OK, 1 row affected (0.00 sec)
    mysql> select * from tst;
    ------------+
    | id | name |
    ------------+
    | 1 | a |
    ------------+
    1 row in set (0.00 sec)
    mysql> show create table tst\G
    *************************** 1. row ***************************
    Table: tst
    Create Table: CREATE TABLE `tst` (
    `id` int(11) DEFAULT NULL,
    `name` varchar(10) DEFAULT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8
    1 row in set (0.00 sec)
    -------------oracle ------------------
    SQL> select count(*) from "tst"@mysql;
    COUNT(*)
    49
    SQL> select * from "tst"@mysql;
    id
    1
    SQL> desc "tst"@mysql;
    Name Null? Type
    id NUMBER(10)

    You can make the following query on the result page:
    "select * from the_table where movietitle = ? and cinema = ?"
    then you set movietitle and cinema to those which the user selected. If the resultset contains more than 0 rows, that means the movie is available.
    Below is the sample code, it assumes you have a connection to the database:
    PreparedStatement stat = myConnection.prepareStatement("select * from the_table where movietitle = ? and cinema = ?");
    stat.setString(1, usersMovieTitleSelection);
    stat.setString(2, usersCinemaSelection);
    ResultSet res = stat.executeQuery();
    if (res.next()) {
    out.print("The movie is available");
    } else {
    out.print("The movie is not available");
    }Now just add that to your JSP page. Enjoy ! =)

  • I have installed iOS7 on my iPhone4. I am able to add/edit contacts by clicking the "contact" icon. But when I am trying to do the same after clicking the "phone" icon, it is not displaying the keypad. I believe it is a bug in iOS7. Please confirm. iPhone

    I have installed iOS7 on my iPhone4. I am able to add/edit contacts by clicking the "contact" icon. But when I am trying to do the same after clicking the "phone" icon, it is not displaying the keypad. I believe it is a bug in iOS7.
    Please confirm.
    iPhone 4, iOS 7

    Hello jayanand,
    You may need to force close all open apps, then restart the phone. If necessary, you may need to reset the phone after that.
    iOS: Force an app to close
    http://support.apple.com/kb/HT5137
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/HT1430
    Cheers,
    Allen

  • HT2500 How do I not display the preview pane in mail until I open it with a double click? Some mail I do not wish to open-just delete it.

    How do I not display the preview pane in mail until I open it with a double click? Some mail I do not wish to open-just delete it. New macbook pro with LION OS

    Just drag the divider line between the preview pane and the message list all the way to the edge so the preview is completely closed. Selected messages will open in a new window with a double-click or the return key.

  • App Store shows update available but will not display the update or tell me that there are no updates...

    There is a badge with the number 1 on my "App Store" icon, but when I go to see what needs to be updated, the App Store does not display the app that has an update nor does it say that there are no updates available.  Basically the place that tells me these things, is completely blank.  I have the word "Updates" at the top of the screen and I can see an icon on the bottom right corner area that has the cirlce with a down arrow and the word "Updates" with a badge with the number 1 in it. 
    The iPad 2 has 6.1.2 for the iOS.  I have already closed the app out completely by closing the app in the multitasking section and then restarting it.  This does not correct the issue.  I have also restarted the iPad 2, however this did not correct the issue either.
    If anyone has seen this and knows it is a glitch in the software, and that Apple is aware of it, please let me know.  If anyone knows how to correct this, please let me know.  Thanks.

    The update server is down; try this temporary workaround
    App Store>Purchased>Select "All"
    Note: Look out for apps that have the word "Update"
    http://i1224.photobucket.com/albums/ee374/Diavonex/9c256282736869f322d4b3071bbb2 a82_zps51a6f546.jpg

  • How do I connect to Time Capsule from a Windows 8.1 machine which is on a Windows domain. I have been able to connect from a Windows 7 machine on a Windows domain to a Time Capsule. Airport utility is not displaying the Time Capsule Win8.1 machine

    How do I connect to Time Capsule from a Windows 8.1 machine which is on a Windows domain. I have been able to connect from a Windows 7 machine on a Windows domain to a Time Capsule. Airport utility is not displaying the Time Capsule Win8.1 machine.
    I have checked that the firmware has been updated to 7.6.4 . Similalrly the Win8.1 machine has been loaded with the update specified in another discussion.

    Firstly how are you connecting to the TC.. wireless or ethernet?
    Please open a command window and ping it.. ping by name and by IP address.
    If ping succeeds at least by IP it should work.
    In windows explorer type
    \\10.0.1.1 (or whatever the TC ip is.. that is the default).
    Having the airport utility for windows loaded can help the process. As it loads bonjour for windows.
    7.6.4 firmware on the TC is useless. It works better on 7.6.1
    If the ping does not succeed by either name or IP address yet you have internet through the TC, then your network is setup wrongly. You are have firewalls blocking local IP. Take down all the firewalls.

  • Print Problem - PDF is OK on Windows 7, but OK on Windows XP with "Acrobat Reader An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem."

    I have received a PDF which prints fine in Windows 7 but with Windows XP I get "Acrobat Reader An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem." and a blank piece of paper passes through the printer. I appreciate that Windows XP is no longer supported but I would like to think that the solution to this problem is not too difficult!
    I have tried Acrobat 9, 10 and 11.
    Any advice (apart from use Windows 7! ) would be most welcome.
    Many thanks.

    If you use the same Adobe Reader versions with the same PDF on Windows 7 and XP, then I would expect the outcome to be the same.
    Is this a local or online PDF?
    If local, is the file really exactly the same?
    If online, in what browser?

Maybe you are looking for

  • How can i play music on my ipad via my macbook air?

    Hi all, A few months ago my wife convinced me to ditch my *cough* Windows PC *cough* and I converted to Apple. I am a very happy disciple these days, but still have a lot to learn I have an iPhone 4, my wife has an iPad 2 and I also have a MacBook Ai

  • Teacher/Student 9 day scheduling - 9 day schedule (within a 5 day week)

    hi there everyone, I work in the Quebec school system using a 9 day repeating schedule which is causing me all sorts of headaches trying to use repeating events... what I am trying to do: enter in my daily schedules for all of the 9 days having them

  • "for XML path "  Oracle equivalent of this SQL expression

    SELECT TheID, REPLACE( RTRIM( SELECT StudentID + ' ' FROM StudentinSchoolLocation TL WHERE (LocationID = Results.LocationID) FOR XML PATH ('') ) AS StudentIDs, What is the equivalent of 'For XML path' used above The goal is to get a concatenated list

  • Unable to open excel file in document list

    I have an excel workbook that reads from several SharePoint lists. I have a group of users (5 to be exact) that are unable to open the excel file when its in the document list, however, when I email them the workbook they can open it and update the p

  • How to define Scope of an item

    Complete nooblet question: So, I'm about to pull my hair out. Is there any simple little string of AS I can implement to maybe allow me to use Trace() to display the exact scope/path for an object in a Flash animation?