Hide iView when no contents available.

Hi All,
I have an iView which has certain contents from the KM. The iView is a JSP Dynpage portal application  which reads the KM and shows some links.(for eg. docs, ecternal links, etc.)
The requirement is such that if no content is available in the iView, the iView along with its tray should be hidden. This should happen at runtime only.
Is there any possible way of achieving this.
Regards,
Melwyn.

Hi SDNers,
I managed to solve the above error and my remove functionality is working fine.
However i am also trying to add the iView to the page dynamically if content is available.
My question is : Is it possible to write the addiView() functionality if content exists and the removeiView() functionality if content does not exist in the same JSP Dynpage ?
I tried creating 2 JSPDynpage applications, 'Add View' for the addiView() functionality and the other 'Hide View' for the removeiView() functionality. I added the 'Add View' iview to Page A and the 'Hide View' app to Page B.
In the 'Hide View' app i am checking if content exists or not.
ie. if the 'Hide View' property "TextValue" contains the value "X' or not. If "X" 'Hide View' app should be hidden else shown.
Upon excecution when i supply the value "X" to TextValue the iView 'Hide View' is hidden when i launch Page B. Now when i change the value to any string other than "X" and select the Page A whose task is to add the iView it throws a OperationFailedException saying that the 'Target object already exists'.
When i navigate to Page B i am unable to see the 'Hide View' app.
/*This is the AddView java file*/
try {
     Hashtable env = new Hashtable();
          env.put(Context.INITIAL_CONTEXT_FACTORY,IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
          env.put(Context.SECURITY_PRINCIPAL,request.getUser());
          env.put(Constants.REQUESTED_ASPECT,PcmConstants.ASPECT_SEMANTICS);
     InitialContext iCtx = null;
     iCtx = new InitialContext(env);     
     IPage myPage = (IPage)iCtx.lookup("portal_content/com.test.portal.Demo_test/com.test.articles/com.test.PageB");
     IiViews iViewSrv = (IiViews)PortalRuntime.getRuntimeResources().getService(IiViews.KEY);
     INewObjectDescriptor iViewDescriptor = (INewObjectDescriptor)iViewSrv.instantiateDescriptor(CreateMethod.NEW,"portal_content/com.test.portal.Demo_test/com.test.articles/com.test.PageB/com.test.HideView",request.getUser());
     myPage.addiView(iViewDescriptor,"com.test.HideView");
     myPage.save();
     IPcdUtils pcdUtils = PcdAccess.getPcdUtils();
     pcdUtils.publishChanges();
} catch (NamingException e) {
     response.write("Naming error:" + e.getLocalizedMessage());
} catch (OperationFailedException e) {
     response.write("operation failed error:" + e.getLocalizedMessage());
And the code for HideView is :
String text = profile.getProperty("TextValue");
if(text.equals("X"))
       try {
     java.util.Hashtable env = new java.util.Hashtable();
     env.put(Context.INITIAL_CONTEXT_FACTORY,IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
     env.put(Context.SECURITY_PRINCIPAL, request.getUser());
     env.put(Constants.REQUESTED_ASPECT,PcmConstants.ASPECT_SEMANTICS);
     InitialContext iCtx = new InitialContext(env);
     IiView myIView = null;
     IiViews iViewSrv = (IiViews)PortalRuntime.getRuntimeResources().getService(IiViews.KEY);
     Object currentObject = iCtx.lookup("portal_content/com.test.portal.Demo_test/com.test.articles/com.test.PageB/com.test.HideView");
     if (currentObject instanceof IiView)
     myIView = (IiView) currentObject;
     else
     IPage myPage = (IPage) iCtx.lookup("portal_content/com.test.portal.Demo_test/com.test.articles/com.test.PageB");
     myPage.removeiView("com.test.HideView");
     myPage.save();
     IPcdUtils pcdUtils = PcdAccess.getPcdUtils();
     pcdUtils.publishChanges();
       } catch (Exception e) {
     response.write(e.getMessage()+e.getClass());
     StackTraceElement[] elements = e.getStackTrace();
     for(int i=0;i<elements.length;i++)
      response.write("<p>"+elements<i>.toString()+"</p>");
}//close if
else
      response.write("Hello User" + text);     
Could someone please provide a solution..
Regards,
Melwyn.

Similar Messages

  • Hide "No content available for this navigation node" message

    Hello everybody,
    we run EP7 SP022. We have a role with several BI reports / iViews. As long as the user selects no report the message "No content available for this navigation node" is shown. As far as I know this is standard behavoir but we'd like to hide this message.
    SAP note 1437667 says: "When navigating to a folder/workset/role which has no default content to be displayed, the content area should render the default content component which is configured at property "DefaultContent" in the content area iView. The default value for this property is:
    "pcd:portal_content/com.sap.pct/every_user/general/com.sap.portal.noContentMessage", which is the pcd location of SAP default content component."
    Does anybody know where the mentioned "content area iView" can be found, so that we could change the "DefaultContent" property ?
    Thank you in advance.
    Regards,
    Nikolaus

    Hi, hope this can help you
    In your portal navigation menu
    1.- Select the option content manage
    2.- Portal´s Content - select your node if you have it, if not select content avaliable for sap.
    3.- Content for final user
    4.- Portal standar users
    5.- Standar Framework Page . open this object
    5.1 .-Select internal area of desktop open it.
    5.2.- Select option content area and open it.
    5.3.- In property category on combo box, select show all by category.
    6 .- Search Default Content field and erase this content pcd:portal_content/com.sap.pct/every_user/general/com.sap.portal.noContentMessage
    Save the changes.

  • When will content filters be available for the samsung s5?

    When will content filters be available for the samsung s5?

    When we reach the screen for filters...
    I also have the Samsung S5.
    This is the message we get:

  • No Content available for this navigation node message after Portal Upgrade

    Hi,
    After Portal upgrade to 7.01 EHP1 SP7, when we are clicking on any role at the TLN, the Portal Content area is showing the message " No Content available for this navigation node". However before upgrade when we are clicking on any TLN role the content area used to show the first iview in the folder in the detailed navigation.
    Please help as we are in a very critical state.
    Best

    Ameya Pimpalgaonkar wrote:
    Hello Mahesh,
    >
    > Did  you happen to see this thread:
    >
    > Hide "No content available for this navigation node" message
    >
    > Ameya
    Hi Amiya,
    I already gone through this thread but iwe will get an empty page if we will change the value of default content to null in the Content Area iview. My requirement is to expand the folder in the detail navigation area and display the first iview in that folder in the content area whenever we click on any role in the TLN.
    Mahesh

  • KM Navigation iview not showing contents

    Hi,
       I am using the KM Navigation iview to show contents in the desktop innerpage below detailed Navigation.When the propert 'height type = Automatic' its not showing any content its showing a single white line.But when i change the 'hieght type= Fixed ' then i could able to see the content with the scroll bar.I know i can change the height,but i cant do it each and everytime when i add the content to the location in KM.
    I need the property to be Automatic.
    Can anybody provide some help on this issue?
    Naga

    Hi Prathamesh,
      I am using KM Navigation iview i could not find the Fech mode property.The fetch mode property will be available for URL iview.
    Hi Atul,
        I changed it to Automatic max height :5000.Still no use.
    When i change the Layout set then i could able to see the content with the property 'Height Type :Automatic'.Currently i am using 'portal favorites explorer' layout set.
    Naga

  • No BI Content available at all...

    Dear All,
    Our SAP BI 2004s system is set up technically. Now I want to set up some Business Content cubes. But they don´t appear in the AWB Business Content Tab....
    Can it be that the technical consultant didn´t install the BC?
    You're helpfull reaction will be rewarded and appriciated!
    Thanks in advance.

    Hi,
    Try transporting just those info objects before you transport the cube. See if they reflect in active version in the target system. Then you can transport the cube. Its not a best pratice to send all the objects related to cube (dataflow before/after) in one huge request. Due to the dependencies, the transposrts tend to fail when they dont find the necessary dependent objects in the target
    try running RSDG_IOBJ_ACTIVATE program in the target system.
    Installing Business Content
    Use
    Before you are able to work with Business Content objects, you have to convert them from the SAP delivery version (D version) into the active version (A version). For more information, see Business Content (Versions).
    SAP recommends that you install Business Content objects in the following cases:
    ·        After a Content release upgrade
    An upgrade to a new Content release usually contains a large number of new and modified Business Content objects. If you want to be able to use the new and modified Business Content, you have to reinstall the Business Content objects. Refer to the Release Notes published with the upgrade. In some cases, SAP will recommend explicitly that you install the A versions of certain objects.
    ·        After installing a Content Support Package
    Refer to the SAP Notes that are delivered with each Content Support Package. These notes contain information on why certain Business Content objects are being redelivered.
    Procedure
    The following is an overview of the individual steps in the procedure:  These steps are subsequently explained in more detail.
           1.      Navigate to the Administrator Workbench to install Business Content (selection of objects, settings for the transfer, starting the transfer).
           2.      Assign relevant source systems.
           3.      Group objects to be included, determine mode of collection for the objects.
           4.      Determine the view of the objects.
           5.       Transfer the objects in Collected Objects.
           6.      Check the settings for the Collected Objects with reference to the Install,Match or Copy and Active Version Available functions.
           7.      Make settings in the selection list and Transfer.
           8.      Correct errors.
    1. Navigate to the Administrator Workbench to Install Business Content
    In the main menu of the SAP Business Information Warehouse select Modeling ® Administrator Workbench: Business Content. If you are already in the Administrator Workbench, select the Business Content function area by clicking on the corresponding pushbutton in the left-hand navigation window or by choosing the path Goto ® Install Business Content.
    The Administrator Workbench for installing Business Content has three navigation windows:
    ·        In the left-hand window you determine the view of the objects in the middle area of the screen.
    ·        In the middle window, you select the objects that you want to activate.
    ·        In the right-hand window, you make the settings for installing the Business Content. The right-hand window also contains an overview of the objects you have selected, and it is here that you start the installation of the Business Content.
    You use the  Navigation Window On/Off pushbutton on the toolbar in the Administrator Workbench to display or hide the left-hand navigation window. The rest of this section assumes that the left-hand navigation window is displayed.
    2. Assign Relevant Source Systems
    If you want to assign a source system, select the  Source System Assignment function. The Choose Default Source Systems dialog window appears.
    Select one or more source systems by setting the corresponding indicators in the Default Assignment column.
    Only ever select the source systems that you really need, otherwise you may have to wait unnecessarily when objects are collected.
    The assignment of the source system is only relevant for source-system dependent objects (such as transfer rules, file DataSources, and InfoPackages). If more than one source system is available, only those objects assigned to the specified source system are collected ready for the transfer. Objects that have not been assigned to the specified source systems are ignored.
    For more information about the special features inherent in activating process chains that can reference to source-system dependent objects, see the Customer Content documentation, under Process Chain and Process Variant.
    If you do not select a source system, all the source systems are assigned automatically. You can subsequently change your selection by using the  Source System Assignment function.
    3. Group Objects To Be Included, Determine Mode of Collection for Objects
    Make the settings you require from the following selection lists on the right-hand side of the screen:
    ·         Grouping
    Choose the objects that you want the system to include. The groupings combine the objects from a particular area. You have the following options:
    ¡        Only Necessary Objects (default setting)
    ¡        In Data Flow Before
    ¡        In Data Flow Afterwards
    ¡        In Data Flow Before and Aftrwds
    For more information about groupings, see Collection Object Grouping.
    If you change the default setting (Only Necessary Objects), the new setting becomes the default setting for your user.
    The grouping selection has an impact on system performance when installing Business Content. For more information, see View of Objects and Object-Specific Recommendations.
    ·        Collection Mode
    Select how you want to collect the objects:
    ¡        Collect Automatically (default setting): The data is collected directly when the objects are selected.
    ¡        Start Manual Collection: The data is collected only when you click on the  Gather Dependent Objects icon.
    Set the collection mode to Start Manual Collection. You can then select all objects without having to wait.
    4. Determine View of Objects
    In the left-hand navigation window, specify how you want the objects to be displayed. For more information, see View of Objects and Object-Specific Recommendations.
    5. Transfer the Objects in Collected Objects
    In the central area of the screen, select the objects that you want to install, and use the drag and drop function to transfer them into the right-hand Collected Objects area of the screen.
    The  Find Object functionenables you to use strings of characters (for example, 0CUST) or wild card searches (for example, 0CUST_*B) to search for objects.
    Input help is available for every type of object: Double-click on the  Select Objects icon in the tree structure of the corresponding object type to display the Input Help for Metadata screen. Select the required objects. Choose  Transfer selection.
    You can only use the Business Content DataSources of a source system for transferring data in BW if you have transferred these in their active forms and then copied them into the BW system. For more information, see Implementing Business Content DataSources .
    In the Collected Objects area of the screen, the system displays the selected objects and all dependent objects. To reduce the time taken to access the objects when wanting to use them again, the collected objects are stored by default in the Repository Cache.
    When you transfer objects into the Collected Objects area of the screen, these objects are also added to the tree structure of the corresponding object type in the central area of the screen and stored for your user. This personal object list can be called up each time the program is restarted.
    If you want to remove objects from your personal list, select the objects that you want to remove and choose the Remove Object from Display option from the context menu or click on the  icon.
    Objects that are listed in several tree structures can only be changed in the place where they first appear. All additional instances of these objects are grayed out so you cannot modify them.
    6. Check Settings for Collected Objects
    Check the following columns in the Collected Objects area of the screen:
    ·        Install
    The following Business Content objects are highlighted in this column by default:
    ¡        Objects that are being transferred for the first time. There is not an active version of these objects in the system.
    ¡        Business Content objects that have been redelivered in a new version. These objects are identified by the Content time stamp in the corresponding object tables.
    When setting this indicator check whether the checkbox refers to a folder of an individual object: If the checkbox refers to a folder, the indicator is set for all the objects that belong to this folder.  If the checkbox refers to an individual object, the indicator is set for a single object and the indicators for the other objects in the folder are not changed. The same applies when removing this indicator.
    In the context menu, the following two options are available for the installation:
                                a.      Install all Below
    The object in the selected hierarchy level and all objects in the lower levels of the hierarchy are selected as to Install.
                                b.      Do Not Install All Below
    The Install indicators are removed for the object in the selected hierarchy level and all objects in the lower levels of the hierarchy.
    ·        Match (X) or Copy
    If the SAP delivery version and the active version can be matched, a checkbox is displayed in this column.
    With the most important object types, the active version and the SAP delivery version can be matched.
    From a technical point of view, the SAP delivery version (D version) is matched with the M version. As in most cases the M version is identical to the active version (A version) in a customer system, this is referred to as a match between the D and A versions for reasons of simplification.
    When a match is performed, particular properties of the object are compared in the A version and the D version. First it has to be decided whether these properties can be matched automatically or whether this has to be done manually. A match can be performed automatically for properties if you can be sure that the object is to be used in the same way as before it was transferred from Business Content.  When performing matches manually you have to decide whether the characteristics of a property from the active version are to be retained, or whether the characteristics are to be transferred from the delivery version.
    Example of an automatic match
    Additional customer-specific attributes have been added to an InfoObject in the A version. In the D version, two additional attributes have been delivered by SAP that do not contain the customer-specific attributes.  In order to be able to use the additional attributes, the delivery version has to be installed from Business Content again. At the same time, the customer-specific attributes are to be retained. In this case, you have to set the indicator (X) in the checkbox.  After installing the Business Content, the additional attributes are available and the customer-specific enhancements have been retained automatically. However, if you have not checked the match field, the customer-specific enhancements in the A version are lost.
    Example of a manual match
    An InfoObject has a different text in the A version than in the D version. In this case the two versions have to be matched manually. When Business Content is installed, a details screen appears which asks you to specify whether the text should be transferred from the active version or from the D version.
    The Match indicator is set as default in order to prevent the customer version being unintentionally overwritten. If the Content of the SAP delivery version is to be matched to the active version, you have to set the Install indicator separately.
    The active version is overwritten with the delivery version if
    ¡        the match indicator is not set and
    ¡        the install indicator is set.
    In other words, the delivery version is copied to the active version.
    If the Install indicator is not set, the object is not copied or matched. In this case, the Match indicator has no effect.
    In the context menu, two options are available:
                                a.      Merge All Below
    The object in the selected hierarchy level and all objects in the lower levels of the hierarchy are selected as to Match.
                                b.      Copy All Below
    The Match indicators are removed for the object in the selected hierarchy level and all objects in the lower levels of the hierarchy. If the Install indicator is also set, these objects are copied from the delivery version to the active version.
    The most important properties which are taken into account when versions are matched are now listed.
    When referring to InfoObjects it is important to differentiate between:
    §         Characteristics
    §         Time characteristics
    §         Key figures and
    §         Units
    Valid for All InfoObjects Named Above:
    Properties Matched Automatically:
    Properties Matched Manually:
    ·        Texts
    ·        Description
    If texts/descriptions in the delivery version do not yet exist in the active version, they are transferred.
    ·        Attribute only (flag)
    ·        Short and long text (description)
    ·        Time dependency of attributes
    ·        Transfer routine
    Valid for Characteristics
    Properties Matched Automatically:
    Properties Matched Manually:
    ·        Compounding
    New InfoObjects are included in compounding
    ·        Referenced characteristic
    Reference characteristics are transferred automatically. A warning is issued.
    ·        Attributes / navigation attributes
    New attributes are included.
    If an attribute is added by the customer, the settings for this attribute are transferred (for example, F4 sequence).
    ·        Application components
    If the entry for the active version is initial, the delivery version is used.
    ·        BEx display
    ·        Characteristic constants
    ·        Default member
    ·        Authorizations (flag and field)
    ·        Selection (CHASEL)
    ·        InfoObject is document attribute
    ·        Data type
    ·        Length
    ·        Output length
    ·        Conversion routines
    ·        Lower case allowed (flag)
    ·        Contains master data (flag)
    ·        Master data is authorization relevant (flag)
    ·        Export DataSource (Flag)
    ·        F4 query design
    ·        F4 query runtime
    ·        Check ODS object
    ·        Contains text tables (flag)
    ·        Texts are language-dependent (flag)
    ·        Short, medium and long texts exist (each with flag)
    ·        Default currency
    ·        GIS attribute
    ·        Hierarchies exist (flag)
    Valid for Key Figures
    Properties Matched Automatically:
    Properties Matched Manually:
    ·        Type of key figure
    ·        Fixed unit
    ·        Fixed currency
    ·        Aggregation
    ·        Exception aggregation
    Valid for Units
    Properties Matched Automatically:
    Properties Matched Manually:
    ·        See the table above (Valid for Characteristics), if these properties are also relevant for the units.
    When referring to InfoProviders it is important to differentiate between:
    ¡        MultiProviders
    ¡        InfoCubes
    ¡        ODS Objects and
    ¡        InfoObjects
    InfoObjects are discussed above (see the first table Valid for All Objects Named Above).
    Valid for All InfoProviders Named Above:
    Properties Matched Automatically:
    Properties Matched Manually:
    ·        New InfoObjects
    If InfoObjects in the delivery version do not yet exist in the active version, they are transferred.
    ·        Manual matching is not necessary.
    Valid for MultiProviders
    Properties Matched Automatically:
    Properties Matched Manually:
    ·        New InfoProviders
    If InfoProviders in the delivery version do not yet exist in the active version, they are transferred.
    ·        Manual matching is not necessary.
    Valid for InfoCubes
    Properties Matched Automatically:
    Properties Matched Manually:
    ·        New dimensions
    If dimensions in the delivery version do not yet exist in the active version, they are transferred.
    ·        Manual matching is not necessary.
    With the InfoObject catalog object type, InfoObjects that are assigned to a catalog in the delivery version are transferred to the active version automatically. Manual matching is not necessary.
    With the transfer rule object type, those objects that exist in the delivery version but are not yet contained in the active version (for example, additional attributes) are added automatically when the match is performed.  Manual matching is not necessary.
    With the process chain object type, those objects that exist in the delivery version but are not yet contained in the active version (for example, additional objects in the process chain) are added automatically when the match is performed.  Manual matching is not necessary.
    ·        Active Version Available
    In this column, the following display options are available:
    ¡        : The object is available in an active version. You decide whether you want to retain this version or reinstall the latest version of the object.
    ¡        Date symbol: The object is already available in an active version. However, the active version belongs to an older Content release. SAP recommends that you install the latest version.
    ¡        Gray symbol: An activated version of the object is available in the system. However, the object status is inactive. If an object version is activated, this indicates that all metadata for the object can be created successfully. The inactive object status indicates that the processed object is inconsistent and cannot currently be used for processing data. Transfer the object again from the SAP delivery version (D version).  If this is not enough to change the object status from “inactive” to “active” the object has to be postprocessed. You find notes on postprocessing in the activation log.
    Postprocessing: An inactive object status may also occur for an InfoObject if changes are made to the structure at field level. Postprocessing the object involves converting the relevant tables in accordance with the activation log.
    ¡        No indicator: The object is not available in an active version.
    7. Make Settings in the Selection List and Install.
    Make the required settings in the  Install selection list:
    Installation Type
    Installation Type
    Information
    Simulate installation
    The system runs a test to see whether any errors are likely to occur during the installation. However, not all errors that may occur can be identified during simulation: Some error messages can only be generated when a real A version (and not just a simulation) is available in the system. You should, therefore, only use the simulation function as a rough guide to help you identify and remove basic errors.
    Install
    The selected objects are installed immediately.
    Install in background
    The selected objects are installed in the background.
    Install and transport
    The selected objects are installed immediately and then written to a transport request.
    SAP recommends you use the Install in background option because installing a large number of objects can take a long time. Modifying objects that are already active can take an especially long time to complete. Make sure that when you install objects in the background that the versions are not matched. It is always the delivery versions that are installed. These are not matched with any available customer versions.
    8. Correct Errors
    Any errors that occur during the installation of the Business Content are listed in a log. Click on the  Log pushbutton to view this log. In the relevant maintenance transaction, repair any errors that occurred during the installation. Install the Business Content again.

  • No content available for this navigation node

    Hi,
    I am receiving the message "No content available for this navigation node" on clicking  System Administration in Portal. I receive the same messages for the other roles .
    Can somebody kindly help?
    Portal version: 7.01 SP7
    Best regards,
    Dharmi
    p.s,. For previous versions, no message is being generated.

    Hello Dharmi,
    It was a change in the default behavior, then when navigating to a folder/workset/role which has no default content to be displayed, the content area should render the default content component which is configured at property "DefaultContent" in the content area iView.
    The default value for this property is:
    "pcd:portal_content/com.sap.pct/every_user/general/com.sap.portal.noCont
    entMessage"
    which is the pcd location of SAP default content component.
    This property can also be configured with the pcd location of any component, It can also be set to an empty string if it desired to continue with the old behavior (empty page is displayed).
    Also in NW 7.01 SP8 it also have changed back to the old behavior - So in case you are upgrading your system to this version no changes are needed.
    I hope this info helps you to resolve your issue,
    If so please evaluate this answer,
    It will help SDN to keep growing,
    Best Regards,
    Edison Buttenbender

  • Portal activity reports "No content available for the specified period."

    Hello experts,
    I'm running NW04S PS18 (7.0.18.0.0), and I like to create a activity report iview. I've turned on the service in the service configuration and it's all running and enabled there. Then I created an iview from the portal activity report template. Type of report is page/iview activity and reporting period is most recent activity for 1 week. I add a couple of iviews. When I preview the iview I get the message 'No content available for the specified period'. When I add a role where the iviews are included the reports shows data. I try it with pages and worksets but the report is only working when I add roles. When I add roles, the hits will be shown add role level. When iview 'a' is added to 3 roles, the iview is displayed 3 times in the report and not 1 time.  Why?
    Is it not possible to add just iviews?
    Greetings
    Joeri

    Hi,
    First check the monitor properties of the page/iview is properly enabled or not.
    then add the role(in which your iview/page is present) to the portla activity report iview.
    Delete all other pages/iviews/worksets/role  except your iview/page. this can be done easily.
    now save and check the report iview.
    Raghu

  • I am in the process of expanding a database of chemistry journal articles.  These materials are ideally acquired in two formats when both are available-- PDF and HTML.  To oversimplify, PDFs are for the user to read, and derivatives of the HTML versions a

    I am in the process of expanding a database of chemistry journal articles.  These materials are ideally acquired in two formats when both are available-- PDF and HTML.  To oversimplify, PDFs are for the user to read, and derivatives of the HTML versions are for the computer to read.  Both formats are, of course, readily recognized and indexed by Spotlight.  Journal articles have two essential components with regards to a database:  the topical content of the article itself, and the cited references to other scientific literature.  While a PDF merely lists these references, the HTML version has, in addition, links to the cited items.  Each link URL contains the digital object identifier (doi) for the item it points to. A doi is a unique string that points to one and only one object, and can be quite useful if rendered in a manner that enables indexing by Spotlight.  Embedded URL's are, of course, ignored by Spotlight.  As a result, HTML-formatted articles must be processed so that URL's are openly displayed as readable text before Spotlight will recognize them.  Conversion to DOC format using MS Word, followed by conversion to RTF using Text Edit accomplishes this, but is quite labor intensive.
      In the last few months, I have added about 3,500 articles to this collection, which means that any procedure for rendering URL's must be automated and able to process large batches of documents with minimal user oversight.  This procedure needs to generate a separate file for each HTML document processed. Trials using Automator's "Get Specified Finder Items" and "Get Selected Finder Items", as well as "Ask For Finder Items"  (along with "Get URLs From Web Pages") give unsatisfactory results.  When provided with multiple input documents, these three commands generate output in which the URLs from multiple input items are merged into a single block, which yields a single file using "Create New Word Document" as the subsequent step.  A one-to-one, input file to output file result can be obtained by processing one file at a time, but this requires manual selection of each item and one-at-a-time processing. What I need is a command that accepts multiple input documents, but processes them one at a time, generating a separate output for each file processed.  Is there a way for Automator to do this?

    Hi,
    With the project all done, i'm preparing for the presentation. Managed to get my hands on a HD beamer for the night (Epason TW2000) and planning to do the presentation in HD.
    That of course managed to bring up some problems. I posted a thread which i'll repost here . Sorry for the repost, i normally do not intend to do this, but since this thread is actually about the same thing, i'd like to ask the same question to you. The end version is in AfterEffects, but that actually doesn't alter the question. It's about export:
    "I want to export my AE project of approx 30 min containing several HD files to a Blu Ray disc. The end goal is to project the video in HD quality using the Epson  EMP-TW2000 projector. This projector is HD compatible.
    To project the video I need to connect the beamer to a computer capable of playing a heavy HD file (1), OR burn the project to a BRD (2) and play it using a BRplayer.
    I prefer option 2, so my question is: which would be the preferred export preset?
    Project specs:
                        - 1920x1080 sq pix  (16:9)
                        - 25 fps
                        - my imported video files (Prem.Pro sequences) are also 25 fps and are Progressive (!)
    To export to a BRD compatible format, do i not encounter a big problem: my projectfiles are 25 fps and progressive, and I believe that the only Bluray preset dispaying 1920x1080 with 25 fps requests an INTERLACED video  (I viewed the presets found on this forum, this thread)... There is also a Progr. format, BUT then you need 30 fps (29,...).
    So, is there one dimension that can be changed without changing the content of the video, and if yes which one (either the interlacing or the fps).
    I'm not very familiar with the whole Blu-ray thing, I hope that someone can help me out."
    Please give it a look.
    Thanks,
    Jef

  • Error in Java based iView when trying to use J2EE bean

    I am trying to create a iView based on Java Portal app.
    [Java portal app has dynPage based Portal App Object]
    I created a PAR and uploaded to Portal. I created iView and worked it fine in (preview).
    [iView created using "Content Administration -> Portal Content -> New From Par -> iView"]
    I deleted my iView and removed my archive (using "Java Developer -> Portal Archive Deployer/Remover").
    I changed java portal project so that I can reference a bean from J2EE app already deployed on server.
    [Edited Portalapp.xml to add a
        <property name="PrivateSharingReference" value="SAPJ2EE::service:p4, SAPJ2EE::test.myApp/myBean"/>
    This time PAR installs fine, but when I try to preview iView, get following error.
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    com/sapportals/portal/htmlb/page/PageProcessorComponent.
    Exception id: 02:36_11/08/05_0016_4991450
    See the details for the exception ID in the log file
    I removed "SAPJ2EE::test.myApp/myBean" from portalapp.xml and rebuilt PAR and rebuilt iView but I get same error as above.
    1. Where are logs located (for iView errors)?
    2. Any pointers on using J2EE bean? (I am trying to use step described in topic  "J2EE Applications Access from Portal Applications" from manuals).
    3. Do I need to reference any additional libraries to use p4?
    Thanks.

    The problem seems to be in portalapp.xml
    I created second PrivateSharingReference in it
    <property name="PrivateSharingReference" value="com.sap.portal.htmlb">
    <property name="PrivateSharingReference" value=" SAPJ2EE::service:p4, SAPJ2EE::test.myApp/myBean"/>
    I changed to be one entry only like
    <property name="PrivateSharingReference" value="com.sap.portal.htmlb, SAPJ2EE::service:p4, SAPJ2EE::test.myApp/myBean"/>
    Now iView works again....But still donot know where log is..

  • Adobe Flash player, when will be available for downloading, really frustrated

    Adobe flash player, when will be available for mac, iPhone, iPad. I am really frustrated. My friends are posting each other comic moments with kids or holiday events and I am always left out because I have iPhone. Also, I am unable to watch live tv on iPad when my husband watching football as unable to view without flash player.
    It seams like apple is a bit behind with some part of technology, when will be available for download
    Frustrated
    Rosie

    It has never not been available for Mac.
    It will very likely never be available for iphone/ipad/ipod.
    Do a forum search.  This is dicsussed over and over and over and over and over and over and over again on these forums.
    Adobe is working on a versin that will not require any download at all to watch flash content.

  • Planning trip to europe where internet access may not be available.  How to store pdf files on iPad for use when internet not available?

    can content (ie: rail system map in Ireland) found on internet be saved on ipad and retrieved when internet not available?

    I use iBooks to store and organize my PDFs. You can get iBooks free from the App Store.
    If your are viewing a PDF in Safari you can tap the PDF and get the option to "Open in iBooks." once you open the PDF in iBooks you can create different collections and store related items together.
    Besides getting PDFs from Fari you can receive them in emails. Tap to get the open in iBooks choice.
    If the PDFs are on the computer you normally sync with you can copy them into the Book section of iTunes on your computer so that the next time you sync they will be copied to your iPad. Once on your iPad you can move them into Collections that you might have created.

  • How to make business content available for reporting

    The business content is loaded.The version is 3.5.3 SP2 which we have and BW version is 3.5
    I can see the business content going thru RSA1 for e.g for Sales 0SD_O01 etc
    Now how can i make the content available for reporting.When I go in modeling and click on infoprovider, infoobject it doesnt show me anything.Its blank.
    Do i have to connect R/3 to BW for reporting or load data to BW from R/3 and do reporting.Why the content is not showing in modeling?How can i make it available for reporting

    Hi,
    First you need to install the Businesscontent object first...right side window in the business content will give you the option.once it is installed then u can view it in modeling then load data and do reporting...
    If you need any details..feel free to post..If u satisfied upto some level..exibhit it by awarding points..

  • TS4062 How do I get music on iPhone w/out downloading from Cloud? Error "sync will resume when "computer" is available." Tried syncing music w/ cord, w/out cord; only purchased music, only a few songs. Restarted devices & both are updated w/ latest softwa

    How do I get music onto my iPhone without having to download it from the Cloud? My iPhone gives the error "sync will resume when "computer" is available" on the final step of synching. The computer says "waiting for changes to be applied" but the phone doesn't have the two little sync arrows anymore. Seems it will stay like that for hours if I don't cancel it. I've tried syncing the songs with the cord & without the cord; using only purchased music or only a few songs. I've restarted both devices & both are updated with the latest software. My phone says it hasn't synced in 5 months, even though I've tried. WiFi is working. I've tried checking and unchecking the box in iTunes. I've turned Windows Firewall on/off. Ran the diagnostics in iTunes. Nothing seems to work. Help!

    Hello Megurine Lockhart,
    I would recommend re syncing the music to the phone from iTunes by unchecking the sync music checkbox in iTunes, sync, then re check it and sync again.
    For reference this is what I mean:
    Syncing music
    Connect your iPod to your computer and open iTunes.
    Select your your iPod in the Devices section on the left side of the iTunes window.
    In the main iTunes browser window, select Music.
    Select the option to Sync Music. You may also select "Include Music videos" if you would like to sync Music videos to a device.
    From: iTunes: Syncing media content to iPod
              http://support.apple.com/kb/ht1351
    The article references an iPod but its the same for an iPhone.
    All the best,
    Sterling

  • Content Available on Distribution Points

    Hi,
    I would like to create a report for the content (packages, Image files, driver package, applications) available on Distribution Points in our environment.
    If i go to the properties of Distribution Point -> content, it shows all the data available on DP.
    Is there a way to export this to excel or any other SCCM report which provides all the details of the content available on DP.
    Thanks

    Torsten, Let me explain 
    If you go to Administration -> Distribution Points -> Properties -> Content
    I could see all the content available on this distribution point
    Now when i run the report All
    content on a specific distribution point. This report shows the names of all the package/application etc. names available on this distribution point.
    But in this report it shows names of applications/software which are not available on this and are not showing under the Content section of the distribution point. 

Maybe you are looking for