Launch Page with News App not working

Hi All,
We are trying add news app (Local Getway) on launch page and it is showing "No Article display" also found lots of error in fire bug.
Please find attached.
We have added the feed "https://scn.sap.com/community/feeds/allcontent?community=2421 in Feed #1 field.
Even I checked the required configuration : technical installation and configuration of one app from A - Z but still getting lots of javascript error.
and nothing is working properly.
Below is getway version:
SAP_BASIS
731
SAP_ABA
731
PI_BASIS
731
ST-PI
2008_1_710
GW_CORE
200
IW_BEP
200
SAP_BW
731
UI2_700
100
UI2_701
100
UI2_702
100
UI2_731
100
UI2_FND
100
UI2_SRVC
100
UI5_731
100
UISAPUI5
100
UI_INFRA
100
IW_FND
250
WEBCUIF
731
UIX01EAP
100
ST-A/PI
01Q_731
Also curious if somebody give me a list of required to notes to apply.
Thank you in advanced.
Regards,
Nikhilesh

Thank Masa.
New news app is working fine with small URL. When i try to use below length of url application is not saving the URL even we have replaced ~ with "&#126".
"http://XXX.XXXXXXXXXXXXXXXXX.XXX/investor/corporate.rss?c=XXXXX&Rule=Cat=news&#126subcat=ALL"
Is there any length limitation. How do I use such length of URL.
Thanks & Regards,
NJ

Similar Messages

  • Issue with iPad: apps not working

    Hi all. Also iPod and iPhone user, I just bought the iPad2. But, differently from the other ones I'm having big troubles with the Apps on iPad. The icon is getting on the screen after downloading, but no downloads ensue. Only thing I get is "waiting...", and I can't use any new App. Same story with updates of existing Apps. Once update is agreed upon, the App goes in the same kind of "limbo mode".
    Who can help out and resolve this issue?!
    Many thanks already!
    Cheers
    Kristof

    Finish the download in iTunes on your computer.
    Launch iTunes and go to Store>Check for Available Downloads. If you have one available, go ahead and download it to the computer. Maybe that will open up the pipeline on the iPad. You can sync the app or update to the iPad. Or if it was an app clogging the download stream, you can download it again on the iPad without syncing via the purchased tab in the App store.
    If that doesn't work, try a couple of basics.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • New apps not working .

    i just bought the new apps for my ipod touch, and theyre not working!! the only thing it downloaded was the gray area around the bottom portion, i didnt get any of the new apps. HELP !!!
    i dont know what to do, i hope i didnt just waste $20 !

    did you upgrade to 1.1.3 BEFORE you purchased the new apps? You must upgrade first b/c the apps are in the free upgrade.. all you are purchasing is an unlock type of file to open the new apps... what u need to do is probably reset your ipod to factory now, and then update it... then sync last.. that should get them working... you don't have to repurchase them again

  • "Automatically install new apps"  not working

    I've got "Automatically install new apps" checked on  my ipod touch 4g, but it hardly ever does what it says. For example, I just downloaded three new apps to my computer and then did a Sync operation on ipod none of the new apps showed up. On the App List, they each showed the button as Install. When I pressed the Install button on the App List for each of the affected apps, they then installed on the next Sync.
    Just to keep me guessing, new apps WILL occasionally install correctly, but I've never figured out what magic circumstance triggered the proper behavior.
    Ideas?

    did you upgrade to 1.1.3 BEFORE you purchased the new apps? You must upgrade first b/c the apps are in the free upgrade.. all you are purchasing is an unlock type of file to open the new apps... what u need to do is probably reset your ipod to factory now, and then update it... then sync last.. that should get them working... you don't have to repurchase them again

  • Page with PartialTriggers is not working when it loads for the first time

    Hi All,
    I am experiencing unexpected behavior when using partial triggers and this recurres every time the page loads and the second time it works fine.
    Here is the requirement, The page has a check box, when checked, two text boxes should be disabled. When unchecked the two fields should be enabled.
    (The fields are Start Date Time and End Date Time in the code below). I am also handiling the Date Validations on value change listener of Start Date time and have no issues on that.
    When I try to enter the dates on page load (The check box - "Process Full Indicator" is not selected), I enter the required fields (PEID, Dates and check the Process IAF and Process SMS check boxes and click on the ProcessRFI Button, the date fields are emptied and nothing happens. When i redo the same thing the second time, it works.
    The button invokes a BEPL process.
    One of the links suggested that I use the partialTrigger tag in the parent layout, I used in the panelFormLayout and it sill did not reflect.
    I am facing the same issue in an other page that is reteriving data from a DB Table. As I notice, both the pages are invoking dataControlls. Not too sure if it is related.
    Kindly help.
    <af:panelFormLayout id="pfl1"
    inlineStyle="font-weight:bold; height:181px;"
    >
    <af:inputText value="#{bindings.PEID.inputValue}"
    label="PEID"
    required="#{bindings.PEID.hints.mandatory}"
    columns="#{bindings.PEID.hints.displayWidth}"
    maximumLength="#{bindings.PEID.hints.precision}"
    shortDesc="#{bindings.PEID.hints.tooltip}" id="it1"
    inlineStyle="font-weight:bold;">
    <f:validator binding="#{bindings.PEID.validator}"/>
    </af:inputText>
    <!--af:inputText value="#{bindings.EnrichmentBatchID.inputValue}"
    label="Enrichment Batch ID"
    required="#{bindings.EnrichmentBatchID.hints.mandatory}"
    columns="#{bindings.EnrichmentBatchID.hints.displayWidth}"
    maximumLength="#{bindings.EnrichmentBatchID.hints.precision}"
    shortDesc="#{bindings.EnrichmentBatchID.hints.tooltip}"
    id="it3">
    <f:validator binding="#{bindings.EnrichmentBatchID.validator}"/>
    </af:inputText-->
    <af:inputDate value="#{bindings.StartDateTime.inputValue}"
    label="Start Date Time"
    shortDesc="#{bindings.StartDateTime.hints.tooltip}"
    id="id1" inlineStyle="font-weight:bold;"
    binding="#{backing_ProcessRFI.input_startDate}"
    valueChangeListener="#{backing_ProcessRFI.assignFromDateValue}"
    autoSubmit="true"
    required="true" immediate="true">
    <f:validator binding="#{bindings.StartDateTime.validator}"/>
    <af:convertDateTime pattern="#{bindings.StartDateTime.format}" type="both"/>
    </af:inputDate>
    <af:inputDate value="#{bindings.EndDateTime.inputValue}"
    label="End Date Time"
    shortDesc="#{bindings.EndDateTime.hints.tooltip}"
    id="id2" inlineStyle="font-weight:bold;"
    binding="#{backing_ProcessRFI.input_endDate}"
    partialTriggers="id1"
    required="true"
    valueChangeListener="#{backing_ProcessRFI.checkNullStartDateValue}"
    autoSubmit="true" immediate="true">
    <af:validateDateTimeRange minimum="#{backing_ProcessRFI.dtFromDate}"
    hintMinimum="End date should be greater than the Start Date"
    />
    <f:validator binding="#{bindings.EndDateTime.validator}"/>
    <af:convertDateTime pattern="#{bindings.EndDateTime.format}" type="both"/>
    </af:inputDate>
    <af:selectBooleanCheckbox value="#{bindings.ProcessIAFIndicator.inputValue}"
    label="Process IAF"
    required="#{bindings.ProcessIAFIndicator.hints.mandatory}"
    shortDesc="#{bindings.ProcessIAFIndicator.hints.tooltip}"
    id="it2"
    inlineStyle="font-weight:bold;">
    <f:validator binding="#{bindings.ProcessIAFIndicator.validator}"/>
    </af:selectBooleanCheckbox>
    <af:selectBooleanCheckbox value="#{bindings.ProcessSMSIndicator.inputValue}"
    label="Process SMS"
    required="#{bindings.ProcessSMSIndicator.hints.mandatory}"
    shortDesc="#{bindings.ProcessSMSIndicator.hints.tooltip}"
    id="it5"
    inlineStyle="font-weight:bold;">
    <f:validator binding="#{bindings.ProcessSMSIndicator.validator}"/>
    </af:selectBooleanCheckbox>
    <af:selectBooleanCheckbox value="#{bindings.ProcessFullIndicator.inputValue}"
    label="Process Full Indicator"
    required="#{bindings.ProcessFullIndicator.hints.mandatory}"
    shortDesc="#{bindings.ProcessFullIndicator.hints.tooltip}"
    id="it4"
    inlineStyle="font-weight:bold;"
    binding="#{backing_ProcessRFI.processFullIndicator}"
    valueChangeListener="#{backing_ProcessRFI.handleFullIndicator}"
    autoSubmit="true">
    <f:validator binding="#{bindings.ProcessFullIndicator.validator}"/>
    </af:selectBooleanCheckbox>
    <af:panelStretchLayout id="psl1" inlineStyle="height:40px;">
    <f:facet name="center">
    <af:panelGroupLayout layout="horizontal"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    id="pgl2">
    <af:commandButton actionListener="#{bindings.ProcessRFI.execute}"
    text="Process RFI"
    disabled="#{!bindings.ProcessRFI.enabled}"
    id="cb2"
    attributeChangeListener="#{ProcessRFI.processResult}"/>
    <af:resetButton text="Clear" id="rb1"/>
    <f:facet name="separator">
    <af:spacer width="10" height="10" id="s2"/>
    </f:facet>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </af:panelFormLayout>

    Hi John,
    My page is not a part of a task flow. The whole app is an Admin app comprising of multiple individual pages navigated using Menu.
    I have tried to run this page individually on my local machine as well as when deployed on the WLS server. The behavior is the same.
    Kindly advice,
    Thanks,
    Ram

  • Customized OAF pages(with customized controller) not working in Upgraded R 12.2.4

    Hello All,
    There is a problem, I am facing with my custom page. I am trying to extend the controller with my custom class, but getting the below error
    oracle.apps.fnd.framework.OAException: Could not create Java class: (oracle.apps.xxar.cusstd.createcus.webui.xxArCreCusCO) associated with region: (ArUtilRN). This is probably because the class name is wrong or not included in project.
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1247)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2848)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1991)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:567)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:455)
    Though the file is present in the right folder
    [applmgr@gfs3devapp1 webui]$ pwd
    /opt/oracle/gfs2d/fs1/EBSapps/comn/java/classes/oracle/apps/xxar/cusstd/createcus/webui
    [applmgr@gfs3devapp1 webui]$ ls -ltr
    total 4
    -rw-r-----. 1 applmgr oinstall 1177 Feb 25 10:17 xxArCreCusCO.class
    I got to follow this discussion but it is not helping me: https://community.oracle.com/thread/3647610
    Please assist.
    Thanks, Prakhar

    Hi Prakhar,
    I hope that xxar is your custom application name. You dont need to run the adop_sync.drv
    Please follow the below steps to create your own jar.
    Creating a custom jar file and making it available:
    Create a temporary custom.zip file which contains all the custom application's directories/files at the non-standard location. The commands are:
    cd $JAVA_TOP
    zip -r customprod.zip <directory list> where the <directory list> is the list of all the directory paths, relative to $JAVA_TOP, for custom application's java files at the non-standard location.
    Generate and sign the customprod.jar file. Command: adjava oracle.apps.ad.jri.adjmx -areas $JAVA_TOP/customprod.zip -outputFile $JAVA_TOP/customprod.jar -jar $CONTEXT_NAME 1 CUST jarsigner -storePass <KeyStore Password> -keyPass <Key Password>
    Delete the temporary customprod.zip. Command: rm $JAVA_TOP/customprod.zip
    Follow the steps below to make the custom jar file available for WebLogic Server:
    Back up the existing <FND_TOP>/admin/template/ebsProductManifest_xml.tmp
    Modify <FND_TOP>/admin/template/ebsProductManifest_xml.tmp to add the entry below for customprod.jar (after customall.jar):
    <library>customprod.jar</library>
    Run AutoConfig.
    Bounce the middle-tier services.
    NOTE: These changes will be lost if ebsProductManifest_xml.tmp is patched in future; changes will need to be done again.

  • 10.7 VPN Config with Server.app Not Working

    I have a clean install of 10.7.2 running on an Xserve.
    Configure VPN using the new method through the Server.app, no problems.
    Generate .mobileconfig file and install on remote systems
    all necessary ports have been opened on Firewall for server and for external clients (note that the problem exists even with firewalls disabled)
    attempt to VPN into server and receive error message: "The L2TP-VPN server did not respond. Try reconnecting. If the problem continues, verify your settings and contact your Administrator."
    I have verified that the user account has VPN enabled; correct SharedSecret, etc.; even with admin account this fails
    Any thoughts or wisdom would be greatly appreciated.
    Resulting log is:
    10/18/11 2:26:45.416 PM configd: SCNC: start, triggered by System Preferen, type L2TP, status 0
    10/18/11 2:26:46.971 PM pppd: pppd 2.4.2 (Apple version 560.13) started by justinhendrix, uid 501
    10/18/11 2:26:47.419 PM Firewall: Stealth Mode connection attempt to UDP 172.20.20.236:63220 from 198.6.1.122:53
    10/18/11 2:26:50.630 PM pppd: L2TP connecting to server 'c-71-201-174-210.hsd1.il.comcast.net' (71.201.174.210)...
    10/18/11 2:26:50.633 PM pppd: IPSec connection started
    10/18/11 2:26:50.645 PM racoon: Connecting.
    10/18/11 2:26:50.645 PM racoon: IPSec Phase1 started (Initiated by me).
    10/18/11 2:26:50.646 PM racoon: IKE Packet: transmit success. (Initiator, Main-Mode message 1).
    10/18/11 2:26:50.792 PM racoon: IKE Packet: receive success. (Initiator, Main-Mode message 2).
    10/18/11 2:26:50.796 PM racoon: IKE Packet: transmit success. (Initiator, Main-Mode message 3).
    10/18/11 2:26:50.873 PM racoon: IKE Packet: receive success. (Initiator, Main-Mode message 4).
    10/18/11 2:26:50.886 PM racoon: IKE Packet: transmit success. (Initiator, Main-Mode message 5).
    10/18/11 2:26:51.051 PM racoon: IKEv1 Phase1 AUTH: success. (Initiator, Main-Mode Message 6).
    10/18/11 2:26:51.051 PM racoon: IKE Packet: receive success. (Initiator, Main-Mode message 6).
    10/18/11 2:26:51.051 PM racoon: IKEv1 Phase1 Initiator: success. (Initiator, Main-Mode).
    10/18/11 2:26:51.051 PM racoon: IPSec Phase1 established (Initiated by me).
    10/18/11 2:26:51.052 PM racoon: IPSec Phase2 started (Initiated by me).
    10/18/11 2:26:51.053 PM racoon: IKE Packet: receive success. (Information message).
    10/18/11 2:26:51.055 PM racoon: IKE Packet: transmit success. (Initiator, Quick-Mode message 1).
    10/18/11 2:26:51.149 PM racoon: IKE Packet: receive success. (Initiator, Quick-Mode message 2).
    10/18/11 2:26:51.150 PM racoon: IKE Packet: transmit success. (Initiator, Quick-Mode message 3).
    10/18/11 2:26:51.151 PM racoon: IKEv1 Phase2 Initiator: success. (Initiator, Quick-Mode).
    10/18/11 2:26:51.151 PM racoon: IPSec Phase2 established (Initiated by me).
    10/18/11 2:26:51.151 PM pppd: IPSec connection established
    10/18/11 2:27:11.152 PM pppd: L2TP cannot connect to the server
    10/18/11 2:27:11.829 PM racoon: IKE Packet: transmit success. (Information message).
    10/18/11 2:27:11.829 PM racoon: IKEv1 Information-Notice: transmit success. (Delete IPSEC-SA).
    10/18/11 2:27:11.830 PM racoon: IKE Packet: transmit success. (Information message).
    10/18/11 2:27:11.830 PM racoon: IKEv1 Information-Notice: transmit success. (Delete ISAKMP-SA).

    I have the same problem. I was wondering if it was becaue I needed a static IP address or a more simple secret word, but waiting to give those a try.

  • LOM with new Xserve not working

    I've got my first Xserve last night (its one of the new ones). Setup the server via Remote Desktop on my administrator computer and set the user name and password for the LOM during the setup. However LOM status is listed as "Access Denied" under the list of computers. I opened Get Info on the Xserve in ARD and re-entered the LOM user name and password, but that didn't help. Tried deleting the Xserve and re-adding it and that didn't work.
    I know the user name and password is valid, because Server Monitor from the administrator computer can access it just fine. Server Monitor can power on/off, etc.
    Any ideas?

    Well, new tidbit. Downloaded the server tools (latest) from Apple's website to a different machine. The version of Server Monitor in the download had the same problem with user name and password not being correct. So I installed the server tools from the CD that ships with the Xserve. That version worked.
    Sounds like Apple has changed something in the LOM sign in protocol and ARD needs an update (as well as the downloadable server tools).
    Thanks for the help anyway.

  • How can I get help with an app not working properly?

    I just bought a 'learn Gujarati' app and the sound is so low I can hardly hear it even with the sound control on the iPad turned up as high as it would go. I have only had the iPad a few months - present from children, and I LOVE it and want to make most of it, thanks, Chrissy

    FOR ASSISTANCE WITH ORDERS - iTUNES STORE CUSTOMER SERVICE
    For assistance with billing questions or other order inquiries, please refer to our online support page by clicking here: http://www.apple.com/support/itunes/store/. If you cannot find the answers you are seeking in our robust knowledge base, you can contact us by visiting the following URL http://www.apple.com/support/itunes/store/, clicking on the appropriate Customer Service topic, then using the contact button or email form at the bottom of the page. Responses to emails will be provided as soon as possible.
    Phone: 800-275-2273 How to reach a live person: Press 0 four times
    Hours of Operation: Mon-Fri: 9am-5pm ET
    Email: [email protected]
    How to report an issue with Your iTunes Store purchase
    http://support.apple.com/kb/HT1933
    How to Get a Refund from the App Store
    http://gizmodo.com/5886683/how-to-get-a-refund-from-the-app-store
    Canceling a Digital Subscription
    http://gadgetwise.blogs.nytimes.com/2011/10/14/qa-canceling-a-digital-subscripti on/
     Cheers, Tom

  • Syncing with new computer not working

    My company gave me an upgrade to a DELL Latitude E6500 and ever since, the calendar on the  phone will update when I update on the computer, but the computer won't update when I add a calendar item on the phone.  I've synced manually and checked the setting that I think would be the cause.  Any thoughts?
    PS - my email updated and syncs fine.
    GEO24

    Hello GEO24. We are sorry to hear about the problems encountered. After researching your concerns,  we were able to determine that there maybe a known issue for the problem described. Please click the link to visit the support page for your Dell Latitude e6500. Dell Support
    ChaunceyM_VZW Support

  • Java apps not working right

    I lately have found problems with Java apps not working correctly. For example, in Yahoo Widgets I cannot get any widget preferences to display; in Apple's Java Preferences for J2SE 5.0 the preference window opens but is blank; and in JBidwatcher the buttons are missing in main and preference windows.
    When I log in as another user I find all those apps work properly, so it seems to be something wrong within my User folder. I tried reinstalling the Java J2SE50ReIease4 but it didn't help. Is there something I can delete and/or reinstall to fix this problem?

    Ditto here,
    I made the mistake of thinking I could throw away the preferences in the Java folder and new pref's would automatically replace the missing pref's, much to my surprise no such thing happened. My settup is the same as yours, except my OS is 10.4.8.
    Someone please help.
    Thanks,
    BJZTX
    G5 D2GHz   Mac OS X (10.4.7)   G4 Notebook 10.3

  • Updated app not working

    I updated the Facebook app on 1/28/13.  New app not working.  Followed apple and facebook instructions. App still not working. I cannot get to my Family Feud...because..,.it is on Facebook!  I have had my ipad 2 for 20 months with absolutely NO PROBLEMS what so ever...until now.  I just want my old app back!!!

    Hello medcart1257 and welcome to the BlackBerry Support Community Forums.
    I suggest deleting it and reinstalling Google Talk from www.blackberry.com/googletalk
    Let me know how you make out.
    Thanks!
    -HMthePirate
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Problem with new version 4.3.2 apps not working " after update to the new version "

    Problem with new version 4.3.2 apps not working " after update to the new version "
    i was in 4.3.1 then i do the update , but now after update i face this problem , so what i Supposed to do ?!!

    Hi There
    Had the same problem as you. App would terminate when launched.
    Solution to working You Tube app:
    -Go to playstore
    - Uninstall app (it doesn't remove the app, only removes the update)
    - "Et Voila", working again.
    This doesn't correct the problem, it's just a workaround for you to be able to use youtube app again.
    Hope it helped.
    Best Regards

  • Apps not working with docomo after updating new sw...

    hello brother,
    i have updated my nokia c2-00 sw v3.99 .
    After updating new sw v.3.99 my apps not working with tata docomo only .
    Docomo is my personal sim-card.
    What can do for get ride it.
    Solved!
    Go to Solution.

    Hello, Premkoli. Which specific apps are you referring to? Are these apps downloaded from the Store, or preloaded ones? When you say 'my apps not working with tata docomo only', does it mean that these apps work with other SIM cards aside from TaTa Docomo? How did you update your Nokia C2-00? Is it by going to Settings > Phone > Device Updates > Check for updates, or via Nokia Suite?
    Since the issue started after the software update, you can try to reinstall the phone's SW via Nokia Suite. Just download it on your PC, and then connect the phone via a compatible USB cable. After that, launch Nokia Suite, and the go to SW Updates > Device Software Updates > Reinstall current SW. After that, try opening the same apps and see if they'll work with your Docomo SIM card. Get Nokia Suite from this link: Nokia Suite
    Let us know the outcome. 

  • I keep trying to download Photoshop CS3 and a get a 404 error page, does Photoshop CS3 not working with a new Mac operating system?

    I keep trying to download Photoshop CS3 and a get a 404 error page, does Photoshop CS3 not working with a new Mac operating system?

    you must also use a browser that allows cookies.  try a different browser or download from adobe.com
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.5 (win), 5.5 (mac) | 5.4 (win), 5.4 (mac) | 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

Maybe you are looking for