Custom Viewset not loading on browser

HI
i have created a custom view and assigned to a view set.. everything looks good. added new fields created context node. done configuration tab work, like editing the configuration and made those fields available on screen.
everything looks good. but when i test this custom component . the browser asks me the user id and pwd, but doenstload anything
white blank window apperas and that is it.
i tried to test BT115S_SLSO component, its the same for this tooo?
but when i run the complete webui, its good, means crm_ui tcode.... i can login with web ui link ..
how to test individual components std or custom? is there anything needs to do.. i saw SICF services with these components are active..
pls help

Hi,
I tested in bsp_wd_cmpwb with BT115S_SLSO, it is okay, the page shown with the search page.
Would you please take an httpwatch trace?
Is bspwd_cmp_test correctly started?
Hongyan

Similar Messages

  • Custom fonts not loading while Edge Animation inside an iFrame

    Hi can someone help me with this strange problem? Custom fonts, specifically, Typekit fonts I used in my Edge Animate animation is not loading IE 11 when the animation is inside an iFrame. If you view the animation HTML directly on the browser, the fonts load perfectly fine.
    Here is an example where the animation is inside an iFrame and part of a webpage where fonts are not loaded when using IE11.
    http://www.pandaequipment.com/test/contact.html
    and here is the HTML file directly where fonts and loaded fine in IE 11
    http://www.pandaequipment.com/test/edgeanimate_assets/myhero/Assets/myhero.html
    All the other browsers I tested don't have this problem.
    Can someone tell me some ways to fix this in IE?

    Hi Keith,
    I'm sorry that you ran into trouble with this.  I also saw this issue when I tested your site in Chrome on OS X 10.9, although the fonts worked on reload because they were then cached in the browser.
    I suspect the the issue is in the "src" attribute on the iframe:
    iframe allowtransparency="true" frameborder="0" scrolling="no" src="edgeanimate_assets/myhero/Assets/myhero.html"
    Would you try changing the src to a full path, and see if the fonts load into the iframe?
    iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://www.pandaequipment.com/test/edgeanimate_assets/myhero/Assets/myhero.html"
    Background:  Typekit gets the domain name from the browser referrer and uses it to check that the site matches the listing on your kit.  This is one of the security layers to make sure someone can't steal your Typekit fonts and use them on their own site.  When loading fonts into an iframe, the iframe referrer needs to match as well.
    If the iframe referrer doesn't match or is blank, the behavior is browser-specific.  Some browsers will use the referrer of the parent page and so the fonts load, while others don't apply the fonts at all.
    Setting the iframe src to the full URL should ensure that a referrer is sent, and may fix this issue.
    Please give that a try, and let me know how it goes!  Thank you,
    -- liz

  • [SOLVED]Custom DSDT not loading - OEM battery doesn't work - Sony Vaio

    EDITING ORIGINAL POST TO POST SOLUTION so I don't do a massive bump
    Installed windows and ran the BIOS flasher that came with the battery. Didn't work until I changed a line in the plaintext configuration file (config.ini or something) it comes with. Changed "Capacity: 20" to "Capacity: -10". This changed the battery charge requirement from 20% to negative ten percent (any negative number will do), allowing the program to run and flash the BIOS. Didn't realize I could do that, but it fixed  the problem 100%.
    #### BEGIN ORIGINAL POST: ################################
    Hey guys,
    I'm a bit of a linux noob, but I've spent many hours this week trying to fix this issue on my own and have learned a lot about making custom kernels, hardware stuff, ACPI, and ABS. However, nothing I've done has worked and I've hit a wall. For reference, I'm on a Sony Vaio VGN-FZ4000 with linux-3.0 base kernel, gnome3/gdm. The battery is made in china and doesn't list a manufacturer, just model number BPS8, 52000mAh.
    [Backstory]
    So I recently got an OEM battery to replace the broken original, which hasn't worked since before I installed arch (though it worked with an Arch install I did a couple years ago). When I first plugged it in, the gnome battery symbol popped up listing the battery at 0% with an exclamation icon. I unplugged from AC power and the laptop still ran, but the battery monitor just said it was at 0% and 'Estimating' remaining time. I figured this was a glitch with gnome or just because it was this battery's first cycle so I let it run down until it hard-crashed. Then I plugged back into AC and tried to turn on the computer, but it wouldn't do anything until I removed the battery.
    Looking into the problem I discovered this was due to the ACPI firmware table DSDT being compiled for Windows, which has, shall we say, fewer restrictions on sanity than the Intel ASL compiler used for UNIX systems. Sure enough I extracted /sys/firmware/acpi/tables/DSDT to find that its section about the battery contained the entry 'Zero' for Battery Technology, which translates to "non-rechargeable", rather than 'One', which makes it chargeable. acpitool confirmed this; my system thought the battery was non-rechargeable and was constantly discharging it. Needless to say I've only been putting it in temporarily to test solutions since.
    [/backstory]
    [tl;dr] DSDT firmware contains malformed battery description, now I can't get my system to run with a custom DSDT. [/tl;dr]
    Attempted solutions:
    [1]
    Extract, modify, recompile DSDT and include it with the kernel compilation .config options
    CONIFG_ACPI_CUSTOM_DSDT=y
    CONFIG_ACPI_CUSTOM_DSDT_FILE="/usr/src/custom_dsdt.hex
    CONIFG_STANDALONE=n
    as suggested here, a page linked to by the arch wiki page on DSDT.
    I followed the instructions but no matter what this has generated errors during the kernel compilation, sometimes due to every line containing unexpected \231 (or other numbers) characters, sometimes finding some error in the DSDT file and then claiming that the driver it was compiling (ol.c somewhere in the drivers/acpi section I believe) had references to undefined functions all over the place. I CANNOT compile with a custom DSDT specified.
    [2]
    Place recompiled DSDT in /lib/initcpio/custom.dsdt and add 'dsdt' to the HOOKS in mkinitcpio (and rebuild the initramfs-linux-*.img, of course). Another version of this included recompiling the kernel with CONFIG_STANDALONE disabled.
    In neither of these situations has the running DSDT ever been anything but the BIOS-supplied one and not once has the battery shown any different behavior.
    acpitool and $ cat /proc/acpi/battery/BAT0/info have consistently claimed the information specified in the BIOS-supplied DSDT; the battery is non-rechargeable and is discharging at an unknown rate. Sometimes acpi will even report that the battery has zero capacity.
    The arch wiki does say mkinitcpio doesn't support the dsdt hook as of 2.6.30, but [1] didn't work either and mkinitcpio -H dsdt still told me to try this so I did.
    [3]
    The final solution I have tried has been to do [2] but to recompile the kernel with the legacy support for battery and ac adapter stuff disabled. I tried this because it was suggested in the kernel.log;
    Sep  13 11:51:03 localhost kernel: [   11.740059] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    Sep  13 11:51:03 localhost kernel: [   11.753434] ACPI: AC Adapter [ADP1] (on-line)
    The corresponding line now reads
    ACPI: AC Adapter [ADP1] (on-line)
    (The same goes for the battery BAT0)
    but all this does is remove the battery/ and adp1/ folders from /proc/acpi/ and break acpitool functionality. The log still doesn't mention the dsdt hook, either.
    [4]
    The old way to do this was to use the acpi-dsdt-initrd-patch-* patch, but that hasn't been updated for modern kernels, presumably because of the new "functionality" from mkiniticpio. The current kernel .config doesn't include any options for ACPI initrd/initramfs support or reading a DSDT from initramfs, which is the functionality provided by this patch.
    This covers all the methods I've been able to find on the internet and I'm at a loss for what to do. Am I doing something wrong in [1]? Under what conditions will the compiler fail/succeed with a CONFIG_ACPI_CUSTOM_DSDT_FILE?
    When I recompile I fix the 'Zero' definition and a couple compiler errors and warnings. The errors come from section length definitions, which read as 0x00000000 rather than the appropriate max-min value so I fix those, and the warnings come from _T_* methods belonging to the compiler, so I refactor the code to remove the initial underscores. The last warning comes from an isolated And statement that's within brackets (compiler complains it doesn't do anything), but if I remove that the compiler fails hard.
    Thanks to anyone who's read this far.  Please let me know if you have any ideas how to get my system to use a customized DSDT.
    Last edited by paraffin (2011-09-29 23:20:30)

    Thanks for the offer, Radioactive man However, I'm actually compiling a customized kernel with the linux-ck and -sony patches, so your packages won't help. (The custom kernel works fine and I've tested this battery behavior on the the regular, -ck, and -sony kernels as well)
    Anyway, so I tried another compile with
    CONFIG_PREVENT_FIRMWARE_BUILD=n in addition to the options listed in [1] and that time it compiled.
    Unfortunately it still didn't load the DSDT!
    I did catch a quick little error message that turned up in kernel.log though;
    /var/log/kernel.log:Sep 15 11:50:24 localhost kernel: [    0.925780] acerhdf: unknown (unsupported) BIOS version Sony Corporation/VGN-FZ4000E/R2110J7, please report, aborting!
    acerhdf is a fan controller module for the Aspire One, and perhaps I left that in the kernel config and it's preventing the custom DSDT from loading, even though the acerhdf module never gets loaded itself, nor is it in my rc.conf or anything else... If that was the cause of all this, I'm gonna be angry...
    Anyway, this message does not appear with my latest kernel build because I took off the custom DSDT option, hoping to be able to use ACPI_CUSTOM_METHOD=y, which supposedly allows one to inject a custom AML method into a debug fs. It wouldn't have worked anyway, as it doesn't let you modify Device sections, but even with a dummy method insertion it didn't give my root modification privileges as it was supposed to...
    Will try recompiling AGAIN with this CONFIG_ACERHDF=n (it's simply 'not set' in my current .config), while also enabling the custom kernel etc. If this doesn't work I have no idea what I'll do.
    Anyway, thanks for your help and time:

  • Scripting elements do not load in browser

    Half the navigation elements are invisible in both IE8 and Firefox (I can hover over an empty space - text box tells me what is there and I can click and go the page).
    Error messages come up with something like "element missing line {;) - this page may not display properly (I think it is not loading jscript}.
    I have cleared the cache in IE, updated java and directx, checked all the right boxes are clicked in the Java console, downgraded my hardware acceleration.
    I have disabled Zone alarm and turned off the Windows firewall, and downgraded the security settings in IE.
    Any idea what is going on?
    Could it have had something to do with my installing and uninstalling Virtual Box v.3. I also find that System restore won't complete.

    hi insitu,
    are you using any anti-virus-software like e.g. norton ?
    if you define rules that ignores some scripts and/or content on a website this rules allways block them.
    even when the browser is an open door anyway.
    zonealarm ist a powerful tool, once content is blocked you have to modify your setting IN this software,
    disabling is not the way to success - some resident modules do their job even when the main window of the software is disabled.
    uninstalling could lead you to success.
    try a different browser loke firefox.
    maybe there is a script blocker installed in IE?

  • Xml does not load in browser

    i made an applet that loads an .xml to get data. it works fine when i compile it in netbeans but when i try to use it in my browser in does not load the xml. Tha paths are ok. Is there something that could be done?

    Is the XML file on the local hard drive?
    By default applets cannot read local media (like the hard drive). You can get around that by signing the applet and having the user permit signed applets to read local media (which may or may not be the default; I don't know).
    A possibly better solution is to rework your applet so it either comes bundled with the XML file (say, in the jar file it's deployed in), or have it retrieve the XML from the server it came from. Both of these solutions do not require signing the applet or having the user give special permission.

  • Why math equations are not loading in browser when I open Wikipedia?

    Math equations are not loading instead some code is displayed...........whereas i found equations are displayed in other firefox browsers........am i supposed to install any plug ins?...........

    You may be seeing this bug, although this should be fixed in Firefox 17:
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=791526 bug 791526] - MathJax seems to fail on some (not all!) sites due to enablePrivilege removal
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=468568 bug 468568] - [@font-face] printing pages with downloadable fonts doesn't render all fonts on the page
    <i>([https://bugzilla.mozilla.org/page.cgi?id=etiquette.html please do not comment in bug reports])</i>
    You may have to make sure that you've install all required fonts locally to make this work properly.
    *https://developer.mozilla.org/en-US/docs/Mozilla_MathML_Project/Fonts

  • Acrobat not loading in browser

    PDfs loaded in my browser for years but I had to reinstall Adobe Acrobat Pro and now it will not, when I click on a PDF link it takes me to the "Enter name of file to save to" window.
    I have everything setup properly. Attached is the about:plugins and Options:Applications windows.
    I have tried every suggestion on the
    "Troubleshoot issues with plugins like Flash or Java to fix common Firefox problems"
    page https://support.mozilla.org/en-US/kb/troubleshoot-issues-with-plugins-fix-problems#w_re-initializing-the-plugins-database
    and none of them work .
    Any helpful suggestions? Thanks.

    ''profggiles [[#answer-709190|said]]''
    <blockquote>
    I posted a screen shot of my Application Settings and they all ask FIrefox to open PDFs in Firefox, but it does not work. I have everything set correctly but it still does not work.
    </blockquote>
    Hi,
    yes you posted a screenshot, but it does not show what your settings for PDF files are (Adobe Acrobat Forms Document is a different type of file, with a different extension).
    The Applications dialog has a search bar at the top, try entering "pdf" there and see if a row comes up, which contains the setting for PDF files. If it does, switch that setting to "Use Adobe Acrobat (in Firefox)" and see if this helps.

  • PDF's not loading in browser - Internet Explorer 9, Adobe Reader X, Win 7 x64

    I have Adobe Acrobat Reader installed and have a site that uses forms that need to be filled and submitted.  The problem is that when I open the form, they are opening in a seperate Window.
    I've uninstalled and reinstalled Adobe Reader
    I've done 'detect' and repair several times.
    I have checked and unchecked "Display PDF in browser" under EDIT -> PREFERENCES -> Internet
    What I CAN tell is that when I go into Internet Explorer and look at the addons I do NOT see any of the acrobat add-ons that I see on my other computers (that work).
    I've looked in the program files/common files/adobe/acrobat/active x folder and all the files are there but I don't see a way to make Internet Explorer force loading those or getting them in there manually.
    Any help would be appreciated, I'm at my wits end!

    Thank you for this.
    One you said this I checked and it was running IE 64bit.
    For some reason IE*64 was the default browser (which shouldn't happen).  Since IE*32 wouldn't allow me to set it as default (greyed out) I installed Chrome, set it as default browser then fired IE*32 back up, set it as default and vioila it's fixed.
    I'm embarrased I didn't think of that first....
    Thank you!

  • Save file to desktop, not load in browser window.

    Hello,
        I've created a page where I describe certian videos or audio files and then give the visitor the option to download that video or audio clip. These clips are saved as .mov and .wav .
    My issue is that I set up a link to those files. When the link is pressed the video or audio loads into a new browser window and plays as opposed to giving the visitor the option to download the file to a location on their desktop.
    I need these particular files to be downloaded as files to be saved on the visitors computer and not displayed in a new window.
    Is there a setting within the Dreamweaver property inspector where I can set this. Is this a behavior that I need to apply to the link.
    As far as the compression on the movie files. I used compressor in the final cut 2 suite to compress these as downloadable mp4 files instead of streaming.
    Thanks for any advice.

    Jeric914 wrote:
    Is this a behavior that I need to apply to the link.
    No. It's a behavior of the browser nad depends on how the user has configured it, plain and simple. Some browsers will play, some will offer to download, some will do neither and block the content. Anyway, it is good practice to contain data files in Zip archives, if they are meant for downloading. This will also prevent cross-platform compatibility issues and avoid possible damage of the data files.
    Mylenium

  • Oracle Form will not load in browser

    Setup;
    Oracle 9.0.1.4.0 Database
    Oracle 9.0.4.0.19 Forms
    OS XP SP2
    This is for testing so this is all local, no application server in use
    I have setup a very simple form using only one canvas with two fields.
    Login to Forms Dev->Start OC4J->Connect to DB->Compile->Run Form
    When opening in;
    Explorer 7 -
    "Do you want to open or save file" therefore I adjusted the security settings, it will automatically open the file but it will only display the Oracle Forms header in the page, this is all. If I open the file in notepad I see the form I have run being called but it will not display
    Foxfire 2.0.0.6 -
    A webpage will open, then see the Forms Builder splash page, the webpage will then load for 10 seconds then disappear, never displaying the form.
    I have reinstalled the application and looked at the known issues for Forms Developer, did see one about the spaces between the names in the directory structure, I have changed that and that did rid of some errors, but the about is currently where I am at.
    I have installed many DB's and created forms on that info, I do not see what I am missing.
    Anyone have an idea
    Thanks

    thank you for the reply,
    the form will not even load, to be more clear (sorry) I will speak of Internet Explorer since other threads in this forum state issues w/ Firefox and Java
    Run the Form->'Oracle Forms.' will display in the browser (not the actual form though)-> you hear the sound indicating something has been blocked->allow-> Error - Internet Explorere has encountered a problem and needs to close.
    When selecting more
    Error signature
    AppName: iexplore.exe
    AppVer: 7.0.6000.16473
    ModName: jvm.dll
    ModVer: 0.0.0.0
    Offset 0004ed44
    This is the HTML that is in the file being loaded;
    <html> <head> ORACLE FORMS.</head>
    <body onload="document.pform.submit();" >
    <form name="pform" action="http://MIS87129:8889/forms90/f90servlet" method="POST">
    <input type="hidden" name="form" value="C:\oracle\Forms_FMB\BLOB_TEST.fmx">
    <input type="hidden" name="userid" value="SYSTEM/SYSTEM@test1">
    <input type="hidden" name="obr" value="yes">
    <input type="hidden" name="array" value="YES">
    </form> </body></html>
    There is a further detailed report attached to that but the size of it is much like a trace file in Oracle DB =), I don't know if you can assist with the info provided.
    Message was edited by:
    dnunknown

  • PDFs will not load in browser

    Hi,
    I have a problem with a few of my pdfs. They are not always fully loading in the browser (sometimes they do, but more often they don't). They get stuck at various points and quit loading. The one i have been experimenting with is 2.01 MB, so I don't think size is an issue. It doesn't matter what browser, FF, IE, Chrome, it just gets to a certain point and then stops. Sometimes it will even crash the browser. Created in Acrobat and compressed to reader 8 and above, if that makes any difference.
    Any ideas?
    My first post here... if there is a way to privately send a message, I can send a link to the pdf that I have been experimenting with.
    Thanks!
    BA

    Maybe it's the toolbar conflict, if possible try to uninstall them as a try !

  • 1.4.1.1 many images still not loading in browser

    I can't believe it.
    A LOT of people use the smartphone to go online, I mean A LOT.
    and what did palm do with the browser? get a nice ACID3 score? how much day to day benefit does it have? ZERO
    and the problems. slight large images stop loading, this is absurd problem and I can't believe its not on the fix list with 1.4.1.1.
    Lets get real here, with this problem, it means it can't be used as a BASIC decent browser. Now thats a big problem if you want to compete with iPhone, Android.
    I would make other suggestions such as password remembering, inline search, etc, but for god sake, fix the basics!

    I couldn't agree more. I use this browser every day and it's a frustrating experience having seemingly half or more of all images on the internet unviewable! What is this arbitrary size limitation about?
    too many cards: please, can someone tell us? Will this be a permanent design flaw or can this be fixed? Give us some hope here. I love the potential of webos but is this Pre up to the task? I'm losing my patience. This is NOT the multitasking phone we were sold on and I tell people as much.

  • ICloud 'mail' not loading in browser

    Can't get the iCloud 'mail' app to load in Safari (or Firefox) browser window, every other 'App' loads and shows correctly, but every time I try and launch the 'Mail' it just says 'not responding - send report to Apple?' Frustrating!!
    I've flushed the cache and the DNS cache, still no joy.
    'Mail' is defiantly 'ticked' across all iCloud preferences/settings.
    I'm running Yosemite.
    Any ideas?

    Settings/Preferences and iCloud in a web browser are two completely different things.
    If you're setting up iCloud Mail in Preferences/Settings on your iOS device or Mac, then you should be able to access it via the preinstalled Mail application on your device. If you want to access iCloud Mail in a web browser (only accessible via Mac or PC), then please use the latest version of Safari, Firefox, Chrome, visit www.icloud.com and sign in using your icloud email address.
    With kind regards,
    David

  • Siteminder and KM - Document will not load in browser

    Hello SDN,
    I have posted this in the KM Forum as well, but wanted to post here as well since EP owns the Authentication for KM.
    We have setup our EP6 SP2 portal to use Netegrity Siteminder for authentication. This works fine until we try to directly access a document in KM Content.
    For example if we try to access a text file located at http://portal.server.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/ipaper_kmcontent/ipep/public/images/$images.readme.txt
    We are prompted by Siteminder for Authentication which is successful then we just get a blank screen.
    However if I take off the text file name and just leave the folder name /Images/ it loads but with the following screen
    The folder you are looking for has no displayable content
    You can try one of the following:
    Access the folder using the User interface navigation.
    Access the folder as a Web folder. You operating system and browser dictate whether this works.
    If I click on the User Interface Navigation link it does load the folder contents and then I can click on the text file and it will open,
    Any ideas why it will not open the text file or any other document when I use the complete access URL ?
    Thanks,
    Keith

    Take a look in this thread
    /thread/182007 [original link is broken]
    It's the same issue...

  • Portal will not load in Browser

    Hello,
    We are running EP6 SP2 Patch 29.  I can start the portal and it starts without any errors, but when I try to access it in a web browser nothing loads.  This the second server in a cluster.
    Any ideas?
    Thanks,
    Keith

    Are you able to see the server at all? When you say this is the second cluster I take that to mean that you can access one of the nodes just not the second node. Is that correct?
    Not sure if this feature is available in 6.20 but what do you get if you enter http://host:wasport
    Do you get the was admin page? If yes what is the state of the node you are trying to access?
    If you cant see the server at all verify that you are able to ping the host etc and check that this is not a DNS issue... if you cant ping it try adding the IP address and hostname of the server into your hosts file.
    Regards
    Daniel

Maybe you are looking for