Tools for customizing KM content

Hi -
I want to know what tools can be used to customize the display of KM content ?
The following scenario is driving the requirement for a customized display of KM content:
To the best of my knowledge, KM does not support versioning of documents which have been broadcasted via BW. However, my client has a requirement to store the history of broadcasted documents. By default, a broadcasted document will overwrite itself each time it is broadcasted to a KM folder. You can change this behavior by appending a timestamp to the broadcasted filename. However, the KM folder quickly becomes cluttered in a scenario where the KM folder contains many broadcasted reports, each with many different versions ( based on the timestamp ).
My goal is to show the latest "version" of each document and give the user an option to view previous versions...but I'm not sure what the appropriate tool would be for iterating the contents of the folder and adding my own HTML.
Any suggestions will be greatly appreciated !

David,
These are my thoughts to date.   I have been poking around to increase my understanding and as you have experienced, the integration does not have the smarts yet to deal with versioning which would involve post processing when the BW report is sent to KM i.e. KM would ask is this a new version or overwrite the old one, and that is where BW falls down.
Therefore, a work around would be to set up a seperate repository and ICE the reports across to it.   ICE will handle versioning therefore if a new report comes in it should be versioned as the latest.   There are some tricky bits like clearing out the BW folder once it has been ICEd across but I will not know until I give it a go which is likey to be at least another month or so (the systems are still being built, we are in design mode).
Anyway, I thought I would pass on the idea for you to either try it or it my spawn ideas of your own.
Paul

Similar Messages

  • Tools for Developing portal content

    Hi Experts,
    Do we have any other tools like  WEB PAGE COMPOSER for developing  the portal content ?
    Thanks
    Suresh

    Hi Suresh,
    There are options which you can avail for creating portal contents.
    1). SAP NetWeaver Developer Studio.
    Based on open source Eclipse IDE & looks very essential for extensive Java projects and supports standard technologies as well from the SAP technologies & the Infrastructure as well.
    Can work well in both Java & ABAP platforms as it supports different perspective for both of them.
    2). SAP Enterprise Portal Developer Kit (PDK).
    It is a collection of information, samples & tools for use by developers.
    Sample Applications include Portal Data Viewer, OBN, WebDynPro, HTMLB, EPCF & few more.
    3). SAP NetWeaver Visual Composer.
    It is a powerful tool for creating the Portal contents using a visual interface rather than stressing more on writing code.
    Hope this gives you a fair idea.
    Do reward points if found helpful.
    Thanks & Regards
    Gourav.

  • Tools for custom development

    Hello!
    I have done some programming in MS Excel(VBA) - source data are taken from bw and erp systems. This program does complicated computation based on the source data and it takes few hours to execute. Results are later analyzed with different Excel files. Now I need to extend this program with addition source data and calculations which Excel might not handle.
    What tools within the SAP NetWeaver you can suggest for custom application development?
    Best Regards,
    Maris Klimavicius

    Basically, you need a VM/Application server that can handle processing of large datasets. Visual Basic is extremely good for rapid application development but when it comes to large data processing and computations of millions of records, its not the best choice available. There are a lot of overheads of this development environment that make it unsuitable for your case. Unless you are ok to work with Win32 API using VB, I'd strongly suggest using ABAP which has been built ground up for data processing. Moreover, when using VB, you may need to employ techniques for parallel processing to reduce the processing time. All of this can be handled in ABAP very easily. Unless you can use SQL Server's data processing capabilities for analytics, I think you should re-evualte your current preferences.
    Thoughts????
    Message was edited by:
            Shehryar Khan
    Message was edited by:
            Shehryar Khan

  • Configuring folder structure for custom url contents

    Hi Experts,
    We are trying to create a custom help link similar to the standard help links provided by SAP (example:  http://help.sap.com/saphelp_xrpm400/helpdata/en/AD/815F4283F26255E100000000A155106/content.htm).
    Our custom help link should look like this: http://help.mycompany.com/xrpm450/en/AD/815F4283F26255E100000000A155106/content.htm
    To achieve this we are following a SAP FAQ Note: 991559
    Based on the solution provided in this note for Q.4 we have implemented the following steps:
    Proposed solution by SAP:
    Yes it is possible to configure custom help. For instance, the default xRPM help doc url for Item Details looks like this: http://help.sap.com/saphelp_xrpm400/helpdata/en/AD/815F4283F26255E100000000A155106/content.htm
    The value of "http://help.sap.com/saphelp_xrpm400/helpdata/" and
    "http://help.sap.com/saphelp_xrpm450/helpdata/" is maintained in property sheet of com.sap.xapps.cprxrpm.common.component.CommonComp. To change the value to custom url, please follow the steps:
    1. log in to J2EE Visual Administrator
    2. go to J2EE instance -> Server -> Services -> Configuration Adapter
    3. at right panel, click on webdynpro -> sap.com->xappscprxrpmcommon-> Components -> com.sap.xapps.cprxrpm.common.component.CommonComp -> Propertysheet.profile
    4. Open Propertysheet.profile, replace default value for SAP_HELP_URL with custom help url, such as http://help.mycompany.com/xrpm400/
    5. Set up required folder structure such as /en/AD/815F4283F26255E100000000A155106/, and create content.htm with your custom help content.
    Now the complete path for custom doc could be: http://help.mycompany.com/xrpm400/en/AD/815F4283F26255E100000000A155106/content.htm
    However, in the 5th point SAP has mention about creating a folder structure like /en/AD/815F4283F26255E100000000A155106/ . We created this folder. However, we cannot access this folder through http url.
    Please let me know if any extra configuration needs to be done after creating this folder structure.
    Thanks & regards,
    Sujit

    Hi Experts,
    We are trying to create a custom help link similar to the standard help links provided by SAP (example:  http://help.sap.com/saphelp_xrpm400/helpdata/en/AD/815F4283F26255E100000000A155106/content.htm).
    Our custom help link should look like this: http://help.mycompany.com/xrpm450/en/AD/815F4283F26255E100000000A155106/content.htm
    To achieve this we are following a SAP FAQ Note: 991559
    Based on the solution provided in this note for Q.4 we have implemented the following steps:
    Proposed solution by SAP:
    Yes it is possible to configure custom help. For instance, the default xRPM help doc url for Item Details looks like this: http://help.sap.com/saphelp_xrpm400/helpdata/en/AD/815F4283F26255E100000000A155106/content.htm
    The value of "http://help.sap.com/saphelp_xrpm400/helpdata/" and
    "http://help.sap.com/saphelp_xrpm450/helpdata/" is maintained in property sheet of com.sap.xapps.cprxrpm.common.component.CommonComp. To change the value to custom url, please follow the steps:
    1. log in to J2EE Visual Administrator
    2. go to J2EE instance -> Server -> Services -> Configuration Adapter
    3. at right panel, click on webdynpro -> sap.com->xappscprxrpmcommon-> Components -> com.sap.xapps.cprxrpm.common.component.CommonComp -> Propertysheet.profile
    4. Open Propertysheet.profile, replace default value for SAP_HELP_URL with custom help url, such as http://help.mycompany.com/xrpm400/
    5. Set up required folder structure such as /en/AD/815F4283F26255E100000000A155106/, and create content.htm with your custom help content.
    Now the complete path for custom doc could be: http://help.mycompany.com/xrpm400/en/AD/815F4283F26255E100000000A155106/content.htm
    However, in the 5th point SAP has mention about creating a folder structure like /en/AD/815F4283F26255E100000000A155106/ . We created this folder. However, we cannot access this folder through http url.
    Please let me know if any extra configuration needs to be done after creating this folder structure.
    Thanks & regards,
    Sujit

  • How to create instant quote tool for website? Customer enters height and width and price is calculated.

    I am trying to create a instant quote tool for my site.. so customer type in there height and width and a price appears but I have no clue where to start.. is there any tutorial or would someone kindly give me some advice on how to do this on dreamweaver. I havent used Dreamweaver in years and I cant even remember anything now
    Kind Regards

    Well this is what I have soo far.. so I want to enter the height /width then if they want to add extras such as fixing options and cut out it will add to the product price ????
    <!doctype html>
    <html>
    <head>
    <div class="summary entry-summary">
            <h1 itemprop="name" class="product_title entry-title">Ral 1000</h1><div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
        <meta itemprop="price" content="160" />
        <meta itemprop="priceCurrency" content="GBP" />
        <link itemprop="availability" href="http://schema.org/InStock" />
    </div><div itemprop="description">
        <script src="https://apis.google.com/js/plusone.js" type="text/javascript">
    </script>
    <script type="text/javascript">gapi.plusone.go();</script>
    <p>6mm, low iron, toughened glass, PAR
    </div>
    <div class="shortcode-google-plusone"><div class="g-plusone"  data-size="standard" data-annotation="none"></div></div><!--/.shortcode-google-plusone-->
    </p>
    </div>
    <form class="cart" method="post" enctype='multipart/form-data'>
            <table id="price_calculator" class="simple_price_calculator">
            <tr>
            <td style="text-align:right;">
              </td>
    <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
    <script>
    $(document).ready(function() {
    $('#width').keyup(function() {
    var height = $('#height').val();
    var width = $('#width').val();
    var price = (height * width / 1000000 * 325).toFixed(2);;
    $('.price').html('Product price: &pound;' + price);
    </script>
    </head>
    <body>
    <p><label for="height">Height (mm)</label>
    <input type="text" name="height" id="height">
    </p>
    <p>
    <label for="width">Width (mm)</label>
    <input type="text" name="width" id="width">
    </p>
    <p>
    </p>
    </body>
    </html>
        </tr>
    </table>
    <div class=" product-addon product-addon-add-fixing-option">
                <h3 class="addon-name">Add Fixing Option </h3>
        <p class="form-row form-row-wide addon-wrap-1738-add-fixing-option">
        <select class="addon addon-select" name="addon-1738-add-fixing-option">
                        <option value="">Select an option...</option>
                        <option data-price="5" value="silicone-adhesive-tube" >Silicone Adhesive Tube (<span class="amount">&pound;0.00</span>)</option>
                        <option data-price="5" value="screws-and-drill-holes" >Screws and Drill Holes (<span class="amount">&pound;6.00</span>)</option>
        </select>
    </p>
        <div class="clear"></div>
    </div><div class=" product-addon product-addon-add-extra-layer-multi-coloured-fine-glitter">
                <h3 class="addon-name">Add Cut Out and Notches </h3>
        <p class="form-row form-row-wide addon-wrap-1738-add-extra-layer-multi-coloured-fine-glitter">
        <select class="addon addon-select" name="addon-1738-add-extra-layer-multi-coloured-fine-glitter">
                        <option value="">Select an option...</option>
                        <option data-price="8" value="1" >1 (<span class="amount">&pound;25.00</span>)</option>
                        <option data-price="15" value="2" >2 (<span class="amount">&pound;50.00</span>)</option>
                        <option data-price="25" value="3" >3 (<span class="amount">&pound;75.00</span>)</option>
                        <option data-price="25" value="4" > (<span class="amount">&pound;100.00</span>)</option>
        </select>
    </p>
    </p><p class="price">Product Price: &pound;</p>
        <div class="clear"></div>
    </div><div id="product-addons-total" data-type="simple" data-price="160"></div>
            <input type="hidden" name="add-to-cart" value="1738" />
            <button type="submit" class="single_add_to_cart_button button alt">Add to cart</button>
                </form>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    </head>
    <body>
    </body>
    </html>

  • Create ribbon button to launch my webpage in office 365 content pane application using napa tool for sharepoint

    Hi ,
    I have created Excel content pane application in office 365 using NAPA tool for SharePoint,so  here  i need to launch my page through the ribbon button instead of directly loading .
    please provide me some samples how to get ribbon for office 365 content pane application and on click of ribbon how to interact the page through the ribbon.
    Thanks
    Lokesh

    Actually i want to Create Custom Ribbon  for office 365 with the help of napa tool, without use of Visual studio 2013. 
    Please provide me a sample or help regarding to create Office 365 ribbon using "NAPA"
    Thanks
    Abhishek

  • How to use custom aspx page as template for custom content type

    Hi,
    I have created custom content type and custom aspx page. I want to use aspx page as template for custom content type.
    Can anybody please let me know how to accomplish this?
    Any help would be appreciated.
    Thank you,
    AA.

    Check if you are looking for the below
    http://www.sharepointpals.com/post/How-to-Create-a-Page-Layout-(PageLayout)-with-ContentType-in-SharePoint-2013
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • SWF File creation tool for Unifier Custom Dashboards

    Hello Everyone,
    I am looking for a tool that can allow me to create SWF files to be used for Custom Dashboard. I know that using third-party SWF file creation tools, swf template files can be created and we can build custom dashboards in Unifier.
    Can anyone provide me with list of SWF file creation tools that you have used for Unifier dashboards.
    Thanks

    The only tool that the SWF Dashboards were designed to work with is Xcelcius. Please bear in mind that only legacy Skire customers that had created SFW dashboards have the ability to use SWF dashboards.

  • Unable to view external webcam content.  I'm using IE11 with Windows 7 64 bit.  I've tried deactivating Activex control, tried different browsers etc, tweeked the tools for trusted sites etc, but am totally stuck. I know the cams are working as i can view

    Unable to view external webcam content.  I'm using IE11 with Windows 7 64 bit.  I've tried deactivating Activex control, tried different browsers etc, tweeked the tools for trusted sites etc, but am totally stuck. I know the cams are working as i can view them on mobile phone via puffin browser.  I can play Youtube videos etc just fine. So why not the webcam?

    First, confirm that ActiveX Filtering is configured to allow Flash content:
    https://forums.adobe.com/thread/867968
    Internet Explorer 11 introduces a number of changes both to how the browser identifies itself to remote web servers, and to how it processes JavaScript intended to target behaviors specific to Internet Explorer. Unfortunately, this means that content on some sites will be broken until the content provider changes their site to conform to the new development approach required by modern versions of IE.
    You can try to work around these issues by using Compatibility View:
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11
    If that is too inconvenient, using Google Chrome may be a preferable alternative.

  • Web content management tools for enterpise portal

    I'm currently trying to research web content management tools for enterprise portal.
    My general requirements are:
    -  Tool should sit on top of the portal/km and not require another landscape infrastructure, in other words we don't need another document management repository, but rather a way an easier interface to KM.
    -  Should be geared towards end-user management of actual content.  In other words IT provides the site framework and the business user handles the rest, with approvals with business unit
    -  Compatible with EP 7.0
    My research so far has turned up two possible solutions:
    - Webpage composer delivered by SAP
    - EasyWCM by btexx
    Are there any other solutions that people are using which might meet these needs or alternative web content management tools that could live with the portal on the same physical hardware environment?  I have searched this forum and ecohub and have not found much besides this thread which is now almost 4 years old:
    https://forums.sdn.sap.com/click.jspa?searchID=24164203&messageID=448870
    Thank you,
    Stephen

    Hi Stephen
    I'm not aware of too many other options than the ones already mentioned here. Also Iu2019m probably not the right person to ask as I have been part of the development team for the KMD product.  So Iu2019m a bit biased on that part.
    You could try to have a look at this presentation where other WCM solutions are mentioned (page 5):
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d07b5354-c058-2a10-a98d-a23f775808a6
    However if you are looking for a WCM solution with no extra landscape infrastructure and low initial setup effort you are (in my opinion) down to 3 options (Web Page Composer, Btexxu2019s or KMDu2019s product). I think all of them can be used for external content. Try to have a look at this web site u2013 made entirely with the web page composer:
    http://www.kmd.dk
    It was no easy task but it can be done.
    Martin

  • Glassfish Tools for Luna

    I am running  Groovy/Grails Tool Suite™  eclipse distribution on a mac os x.
    when I try to install GlassFish Tools for Luna | Eclipse Plugins, Bundles and Products - Eclipse Marketplace
    it throws the following error below.
    Any suggestions?
    Thanks
    An error occurred while collecting items to be installed
    session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.application.common.services_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.application.common.services_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.doc_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.doc_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.services_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.services_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.services.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.services.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.templating_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.templating_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.upgrade_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.common.upgrade_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.envcheck_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.envcheck_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.glassfish_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.glassfish_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.glassfish_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.glassfish_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.glassfish.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.glassfish.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.javaee_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.javaee_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.javaee.doc_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.javaee.doc_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.javaee_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.javaee_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs.v11_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.jaxrs.v11_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.patches_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/oracle.eclipse.tools.patches_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.common.services_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.common.services_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.doc_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.doc_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.html_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.html_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.html.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.html.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.javawebapp_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.javawebapp_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf.facelet_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf.facelet_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsf.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsp_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsp_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsp.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jsp.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jstl_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jstl_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jstl.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.jstl.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.struts_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.struts_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.struts.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.struts.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.trinidad_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.trinidad_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.trinidad.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.trinidad.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.webtier.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.xml.edit.ui_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.xml.edit.ui_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.xml.model_7.2.1.201407111426.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/oracle.eclipse.tools.xml.model_7.2.1.201407111426.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.java_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.java_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java.jdt_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java.jdt_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.java.jdt_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.java.jdt_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java.jdt.ui_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.java.jdt.ui_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.modeling.xml_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.modeling.xml_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.osgi_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.osgi_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.osgi_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.osgi_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.osgi.fragment_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.osgi.fragment_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.platform_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.platform_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.ui_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.ui_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.ui_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.ui_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.ui.swt.xml.editor_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.ui.swt.xml.editor_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.ui.swt.xml.editor_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/features/org.eclipse.sapphire.ui.swt.xml.editor_0.7.4.201406171836.jar
    Artifact not found: http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.workspace.ui_0.7.4.201406171836.jar.
    http://download.oracle.com/otn_software/oepe/luna/plugins/org.eclipse.sapphire.workspace.ui_0.7.4.201406171836.jar

    Could you see if you can access the following two URLs on your system? The expected behavior is 404/not-found, but you are somehow trying to install based on metadata from the previous release, which was found in these two files.
    http://download.oracle.com/otn_software/oepe/luna/content.jar
    http://download.oracle.com/otn_software/oepe/luna/artifacts.jar

  • Usage of SAP Event Management as backend for custom mobile applications

    Hi,
    I'm am looking for an appropriate implementation approach for custom mobile applications as complement for warehouse processes with SAP Extended Warehouse Management.
    Possible scenarios:
    i) Goods issue - loading process
    There are requirements like capturing of various data about the vehicle and load per RF handheld computer. The goal is to trace and archive them for analysis and reporting purposes.
    ii) Goods receipt -production process
    The production supply and goods receipt from production are realized in SAP EWM. The request is to collect data about the production process for quality reasons by use of RF devices.
    You can picture oneself the additional mobile data entry activities during the various processes as predefined question catalogues with answer options.
    The frontend - the additional mobile transactions can be realized with the EWM-Radio-Frequency-Framework, too. But I feel confindent that there is a better way to track, trace, store, analyse, report and archiv of the collected data to Y-TABLES.
    Would you recommend to use SAP Event Management for this purpose to complement the SAP EWM processes?
    The existing requirements as described above is in my understanding only a little fraction of the capabilities of SAP Event Management. The data collection and evaluation process is local within the warehouse. At first there is not requested any automatic system behaviour to particular events...
    There are a lot material and information about SAP Event Management. But I havent found an easy getting started for my simple business scenario to enhance the EWM processes with the EM capabilities. How I could realize a question/anwer catalogue with the EM tools?
    Thanks in advance!
    Best regards,
    Laura

    Hello Laura,
    principally the process would fit for EM. But EWM is not integrated up to now to EM i.e. you would have to do the connection from EWM to EM by your own.
    How to generally connect an application to EM is described here:
    service.sap.com/scm
    -> Event Managament
    -> Technical Information
    -> Connect SAP objects to SAP EM
    Best regards,
    Steffen

  • Microsoft Office Developer Tools for Visual Studio 2013 on Windows 10 Technical Preview

    Hi, I've never developed a plugin for Office before. I've downloaded the technical preview of Windows 10 and have it running via Boot Camp on my MacBook (Looks good! I'll buy it when it comes out). Obviously with this being in beta it's understandable that
    there are problems, so this is just a heads up on one particular problem. Maybe there's already a solution or workaround?
    I've downloaded Visual Studio 2013 Community Edition, brought a copy of Microsoft Office Home And Student 2013 and am currently in the process of installing Microsoft Office Developer Tools for Visual Studio 2013.
    The only problem though is that when I try to install it I get the following message:
    http://s22.postimg.org/dxh1gtra9/Install_Problem_Office_Plugin_Tools.png
    Here is the log:
    http://pastebin.com/7wWkSfjF
    I also tried to download the file directly and run that.
    http://s3.postimg.org/tj9vb660j/Install_Problem_Office_Plugin_Tools2.png
    I right clicked on the file and noticed an options called "Troubleshoot Compatibility". There was a wizard, and I ran through the wizard a number of times through different routes but none of them worked. I was unable to find the option which turned
    off compatibility mode. I then searched for answers online which told me to do some things in the regedit program but that didn't seem to solve the problem.
    Anyway, I understand that this is a beta version of Windows 10 and that there are going to be problems but thought it would be best to let you know. Perhaps I should just bite the bullet and buy Windows 8.
    Many thanks,
    Lawrence

    Hi RealByReel,
    Thanks for sharing the solution back.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error when using Channel Migration Tool in SAP Directory Content Migration Tool

    Hi Experts,
    I'm trying to migrate a file receiver channel using the Channel Migration Tool in SAP Directory Content Migration Tool.
    I enter the channel name and then select it or click in "Edit"; I get the bellow error:
    Thanks in advance.
    Su May
    500   Internal Server Error
      SAP NetWeaver Application Server/Java AS
    The initial exception that caused the request to fail, was:
    java.lang.NullPointerException: while trying to invoke the method
    com.sap.pi.tools.dirmig.channel.metadata.SoftwareComponentVersion.getVersion()
    of a null object returned from
    com.sap.pi.tools.dirmig.channel.metadata.AdapterMetadataFactory.getLatestSWCV(java.lang.String)
    at
    com.sap.tc.pi.tools.dirmig.wd.wd.comp.channelmigration.ChannelSelectionView.onActionChannelTableSelect(ChannelSelectionView.java:548)
    at
    com.sap.tc.pi.tools.dirmig.wd.wd.comp.channelmigration.wdp.InternalChannelSelectionView.wdInvokeEventHandler(InternalChannelSelectionView.java:486)
    at
    com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:142)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:75)
    at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.doHandleActionEvent(ProcessingEventPhase.java:159)
    ... 56 more
      See full
    exception chain for details.
    Failed to process request. Please contact your system
    administrator.
    While processing the current request, an exception occured which could not be handled
    by the application or the framework.
    If the information contained on this page doesn't help you to find and correct the
    cause of the problem, please contact your system administrator. To facilitate
    analysis of the problem, keep a copy of this error page. Hint: Most browsers
    allow to select all content, copy it and then paste it into an empty document
    (e.g. email or simple text file).
    For further information about the Web Dynpro error page, error
    analysis and a description of well-known error situations, see SAP note
    1113811.
      Correction Hints
    Exception
    could be caused by the development component: sap.com/tc~pi~tools~dirmig~wd
    Note: The above hints are only a guess. They
    are automatically derived from the exception that occurred and therefore can't
    be guaranteed to address the original problem in all cases.
    System Environment
    Client
    Web Dynpro Client Type
    AJAX Client
    User agent
    Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1;
      Trident/5.0)
    Client Type
    msie 
    Client Type Profile
    ie6
    ActiveX
    enabled
    Java Applets
    enabled
    Accessibility mode
    disabled
    Inline CSS
    false
    Validate by rendering
    true
    Server
    Web Dynpro Runtime
    vendor: 'sap.com', name: 'tc/wd/webdynpro', scV: 'sap.com',
      scN: 'WD-RUNTIME', location: 'SAP AG', counter: '7.4008.20140808120905.0000',
      R: '7.40', SP: '8', PL: '0', change number: '613920', codeline:
      NW731CORE_13_REL
    J2EE Engine
    7.40.3301.367419.20140806095041
    System ID (SID)
    Server Node ID
    |6080050|60800|Server 00
      00_60800|douaklsappod.douglas.local/10.2.0.87|SERVER|RUNNING
    Java VM
    SAP Java Server VM, version:6.1.071 24.55-b08, vendor: SAP AG
    Operating system
    Windows Server 2008 R2, version: 6.1, architecture: amd64
    Application
    Java EE Application (deployable object)
    sap.com/tc~pi~tools~dirmig~wd
    Web Dynpro Application
    DirectoryCockpit
    Request URI
    /webdynpro/resources/sap.com/tc~pi~tools~dirmig~wd/DirectoryCockpit
    Version
    vendor: 'sap.com', name: 'tc/pi/tools/dirmig/wd', scV:
      'sap.com', scN: 'SOAMON', location: 'SAP AG', counter:
      '7.4008.20140828111619.0000', R: '7.40', SP: '8', PL: '0', change number: '9' 
    Web Dynpro Code Generation Infos
    sap.com/tc~pi~tools~dirmig~wd
    WD web module
      webdynpro/resources/sap.com/tc~pi~tools~dirmig~wd:
      SapDictionaryGenerationCore
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T20:01:39+0000, changelist=402811, host=vmw5876,
      is-central=true)
    WD web module
      webdynpro/resources/sap.com/tc~pi~tools~dirmig~wd:
      SapDictionaryGenerationTemplates
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T20:02:11+0000, changelist=402811, host=vmw5876,
      is-central=true)
    WD web module
      webdynpro/resources/sap.com/tc~pi~tools~dirmig~wd: SapGenerationFrameworkCore
      7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T19:41:09+0000, changelist=402838, host=vmw5876,
      is-central=true)
    WD web module
      webdynpro/resources/sap.com/tc~pi~tools~dirmig~wd: SapIdeWebDynproCheckLayer
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T20:25:15+0000, changelist=612716, host=vmw5876,
      is-central=true)
    WD web module
      webdynpro/resources/sap.com/tc~pi~tools~dirmig~wd: SapMetamodelCommon
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T19:44:59+0000, changelist=402897, host=vmw5876,
      is-central=true)
    WD web module
      webdynpro/resources/sap.com/tc~pi~tools~dirmig~wd: SapMetamodelCore
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL, buildtime=2014-08-22T19:42:52+0000,
      changelist=402897, host=vmw5876, is-central=true)
    WD web module
      webdynpro/resources/sap.com/tc~pi~tools~dirmig~wd: SapMetamodelDictionary
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T19:51:47+0000, changelist=402813, host=vmw5876,
      is-central=true)
    WD web module
      webdynpro/resources/sap.com/tc~pi~tools~dirmig~wd: SapMetamodelWebDynpro
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T20:03:52+0000, changelist=612717, host=vmw5876,
      is-central=true)
    WD web module
      webdynpro/resources/sap.com/tc~pi~tools~dirmig~wd: SapWebDynproGenerationCore
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T20:25:48+0000, changelist=612716, host=vmw5876,
      is-central=true)
    WD web module
      webdynpro/resources/sap.com/tc~pi~tools~dirmig~wd:
      SapWebDynproGenerationTemplates
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T20:25:36+0000, changelist=612716, host=vmw5876,
      is-central=true)
    WD web module
      webdynpro/resources/sap.com/tc~pi~tools~dirmig~wd: SapWebDynproRuntimeGen
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T20:22:51+0000, changelist=612719, host=vmw5876,
      is-central=true)
       sap.com/tc~wd~api
    WD web module webdynpro/resources/sap.com/tc~wd~api:
      SapDictionaryGenerationCore
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T20:01:39+0000, changelist=402811, host=vmw5876,
      is-central=true)
    WD web module webdynpro/resources/sap.com/tc~wd~api:
      SapDictionaryGenerationTemplates
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T20:02:11+0000, changelist=402811, host=vmw5876,
      is-central=true)
    WD web module webdynpro/resources/sap.com/tc~wd~api:
      SapGenerationFrameworkCore
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL, buildtime=2014-08-22T19:41:09+0000,
      changelist=402838, host=vmw5876, is-central=true)
    WD web module webdynpro/resources/sap.com/tc~wd~api:
      SapIdeWebDynproCheckLayer
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T20:25:15+0000, changelist=612716, host=vmw5876,
      is-central=true)
    WD web module webdynpro/resources/sap.com/tc~wd~api:
      SapMetamodelCommon
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T19:44:59+0000, changelist=402897, host=vmw5876,
      is-central=true)
    WD web module webdynpro/resources/sap.com/tc~wd~api:
      SapMetamodelCore
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T19:42:52+0000, changelist=402897, host=vmw5876,
      is-central=true)
    WD web module webdynpro/resources/sap.com/tc~wd~api:
      SapMetamodelDictionary
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T19:51:47+0000, changelist=402813, host=vmw5876,
      is-central=true)
    WD web module webdynpro/resources/sap.com/tc~wd~api:
      SapMetamodelWebDynpro 
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T20:03:52+0000, changelist=612717, host=vmw5876,
      is-central=true)
    WD web module webdynpro/resources/sap.com/tc~wd~api:
      SapWebDynproGenerationCore
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T20:25:48+0000, changelist=612716, host=vmw5876,
      is-central=true)
    WD web module webdynpro/resources/sap.com/tc~wd~api:
      SapWebDynproGenerationTemplates
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL, buildtime=2014-08-22T20:25:36+0000,
      changelist=612716, host=vmw5876, is-central=true)
    WD web module webdynpro/resources/sap.com/tc~wd~api:
      SapWebDynproRuntimeGen
    7.4008.20140806095041.0000 (release=NW731CORE_13_REL,
      buildtime=2014-08-22T20:22:51+0000, changelist=612719, host=vmw5876,
      is-central=true)
    Detailed Error Information
    Detailed Exception Chain 
      java.lang.NullPointerException:
    while trying to invoke the method
    com.sap.pi.tools.dirmig.channel.metadata.SoftwareComponentVersion.getVersion()
    of a null object returned from
    com.sap.pi.tools.dirmig.channel.metadata.AdapterMetadataFactory.getLatestSWCV(java.lang.String)
    at
    com.sap.tc.pi.tools.dirmig.wd.wd.comp.channelmigration.ChannelSelectionView.onActionChannelTableSelect(ChannelSelectionView.java:548)
    at
    com.sap.tc.pi.tools.dirmig.wd.wd.comp.channelmigration.wdp.InternalChannelSelectionView.wdInvokeEventHandler(InternalChannelSelectionView.java:486)
    at
    com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:142)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:75)
    at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.doHandleActionEvent(ProcessingEventPhase.java:159)
    at
    com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.execute(ProcessingEventPhase.java:94)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:162)
    at
    com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:110)
    at
    com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:97)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:515)
    at
    com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:58)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1671)
    at
    com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1485)
    at
    com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:908)
    at
    com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessing(ApplicationSession.java:880)
    at
    com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:357)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:326)
    at
    com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
    at
    com.sap.tc.webdynpro.serverimpl.wdc.DispatcherServlet.doContent(DispatcherServlet.java:101)
    at
    com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:62)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)
    at
    com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:38)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:466)
    at
    com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
    at
    com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
    at
    com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:278)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at
    com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at
    com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at
    com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at
    com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at
    com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
    at
    com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
    at
    com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
    at
    com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at
    com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
    at
    com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)

    Hi,
    Go to NWA>Configuration>Infrastructure>Java System Properties, Click on the Applications tab and search tc~pi~tools~dirmig~wd & Start Application as shown in below screenshot.
    I am not sure but you can try this if it helps.
    Regards,
    Dipen.

  • How do I embed a search tool for site readers?

    I have been using a different web authoring platform and am
    shopping now for a new one. I have one specific question: does
    DreamWeaver include a search tool for my site readers (so they can
    search my site for content)? If not,
    1) are there 3rd party tools that can be used for this
    (recommendations)?, and
    2) can I embed those tools in my DreamWeaver site (overview
    of how that works)?

    "KLMyers" <[email protected]> wrote in
    message
    news:e4fk0u$ivr$[email protected]..
    >I have been using a different web authoring platform and
    am shopping now
    >for a
    > new one. I have one specific question: does DreamWeaver
    include a search
    > tool
    > for my site readers (so they can search my site for
    content)? If not,
    >
    > 1) are there 3rd party tools that can be used for this
    (recommendations)?,
    > and
    >
    > 2) can I embed those tools in my DreamWeaver site
    (overview of how that
    > works)?
    >
    This might be of interest to you:
    http://searchenginewatch.com/resources/article.php/2156591
    ss.

Maybe you are looking for