Blank page for UME

Hi All,
We are using WebAS 640 with which we are experiencing issues. It was working fine till yesterday and nothing had been changed so far.
But today, whenever we click on User Management Engine on the NWA page, it comes to a blank page.
Just to let you know, my other B2B sites are also showing some blank screens
Anything that needs to be checked for this? Please suggest.
Thanks
Vijay

Hi,
To resolve the problem,
Go into the Security Provider service of the Visual Administrator->Runtime tab->Policy Configurations tab->sap.com/com.sap.security.core.admin*useradmin->Select 'admin' from Security Roles.
In the field 'Run-As Indentity', there might be a user specified, which is not longer existing in the system or was not existing during the start of the service yet.
If this user does not exist, clear this entry and restart the UMEADMIN application. The 'Run-AS Indentity' will sometimes automatically be updated with the Administrator user and the application will work correctly
Hope this helps! If found helpful, assign points.
Regards
Srinivasan T

Similar Messages

  • Hi. I am not able to update the Adobe Flash Player on my MackBook Pro. The problem I am getting is a blank page for Step3. Can someone help please?

    Hi. I am not able to update the Adobe Flash Player on my MackBook Pro. The problem I am getting is a blank page for Step3. Can someone help please?

    If you already have an older version of Flash Player, open the Preference pane and select Check Now... under the Update portion under the General tab:
    You shouldn't have to install a new version from the website (I'm not even sure if you can) if you've already installed Flash Player.
    Clinton

  • Blank pages for all applications in Manager Self Service (MSS) role

    Hi Experts,
                       We are newly implementing ESS/MSS and deployed ESS/MSS business packages with following BP's
    BP ERP05 COMMON PARTS 1.51 SP5
    BPERPESSWDA 1.50 SP5
    BP ERP05 MSS 1.51 SP5
    after deploying above BP's all ESS applications working fine, but in MSS role all applications(Team,Budget, Projects and Planning) giving me blank page.
    for example..MSS>TeamEmployee Information--> when I click on "General Information,compensation Information links etc.." it is displaying in separate window with blank page. it is not displaying any error, just displaying blank page.
    We are using Net Weaver7.3, EHP5 and ECC6. Can any one help out of this?
    Thanks in advance,
    Janardhan

    There are two parts of the Web Dynpro based business package
    1. Portal content (iView Page, Role etc) (Starts with BPxxx.sca)
    2. Web Dynpro content(MSSxxx.sca)
    My guess is you have just deployed the Business package content and not the Web Dynpro content.
    Refer to this and deploy the corresponding files
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/HOWTOGETRIDOFSPSTACKMISMATCHISSUES
    Thanks
    Prashant

  • Blank page for PDF Report

    I have a XML report with header and footer and repeatable details. When the number of the detail transactions just fit in one page, a blank page will be printed as the last page.
    In the first field pf the detail line I have the xml code as
    <?for-each:G_LINE?><?sort:ITEM_CODE;'ascending';data-type='text'?><?sort:LOT_NUMBER;'ascending';data-type='text'?>
    In the last field of the detail line
    <?end for-each?>
    Does anyone know how to suppress the blank page? Thanks in advance.
    Regards
    Lawrence

    Simple check :
    1) Check your rtf template, if that has extra carriage return after last code line.
    If your last code line is <?end for-each?> then check carriage return.
    2) If your RTF template has empty page.

  • Blank page for some user

    sharepoint server was move to another place, back up and restore!
    now some of pages are blank for some user.  they see blank page instead of main page!

    Hi Hoorie,
    Please navigate to these problem pages in SharePoint Designer 2013, check-out the page, then check-in and publish as a major version and approved, then check if these pages could be accessed by some particular users you mentioned.
    If issue still persists, please copy the problem page, delete and re-add the webparts into the page, see if it helps.
    Thanks
    Daniel Yang
    TechNet Community Support

  • Inserting blank page for ads according to datamerged field.checking for whether a variable exists on

    Let me see if I can explain what I am trying to do. I have a script which loops through pages of an indesign document. I use a for loop to do so.
    Within each page is a text frame called "Advertising" with a Y or N as the value. If the value is Y, I want to insert a blank page before the page with the advertising field. Within the for loop however, there are calls to other data fields. My issue is that when I add a blank page, and the for loop continues, it errs out because the blank page does not contain the variable fields I am using. (highlights)...
    So my question is, how can I cause the for loop to skip the newly inserted page so that the missing variable doesn't cause the script to fail?
    should I be checking whether the layer exists then doing something like:
    if(newDoc.pages.item(i).pageItems.item("CompanyHighlights").length > 0){}
    for(var i = o; i < PageLength-1; i++){
    //some kind of check to determine whether it's a blank page, or a page with the variable.
         if(newDoc.pages.item(i).pageItems.item("CompanyHighlights").length > 0){
              var highlights= newDoc.pages.item(i).pageItems.item("CompanyHighlights").contents;
              var advertising = newDoc.pages.item(i).pageItems.item("Advertising").contents;
              if(advertising == "Y")
                   //add blank page before this page

    Thanks Hans, I actually got it working last night: I had to run a double if statement to check the Master page and move the counter var to a global var, and then add 1 to the counter "i" since I was adding a page, and add 1 to the PageLength so the for loop can continue on the pages that were moved ahead a page number by adding a page...not the best solution, but it works and I'm on a deadline. Thank you for trying to help though.
    //make i a global variable
    var i = 0;
    for(i = 0; i < PageLength-1; i++){
    //define master page of current page in the loop
    var masterpage = newDoc.pages.item(i).appliedMaster.name;
    //if its C-Master, skip it
        if(masterpage  != "C-Master"){
           //if it contains the merged Advertising field add a page
          var advertising = newDoc.pages.item(i).textFrames.item("Advertising").contents;
              if(advertising == "Y")
                   //Add a page.
                   newDoc.pages.add(LocationOptions.before, newDoc.pages.item(i) );
                   newDoc.pages.item(i).appliedMaster =app.activeDocument.masterSpreads.item("C-Master");
                   i=i+1;
                   PageLength = PageLength+1;
    var masterpageAgain = newDoc.pages.item(i).appliedMaster.name;
                if(masterpageAgain  != "C-Master"){
                   var highlights=newDoc.pages.item(i).textFrames.item("CompanyHighlights").contents;

  • Safari displays blank pages for some sites

    MBP 15 inch. mid-2014
    OS X Yosemite 10.10.1
    Safari Version 8.0.2 (10600.2.5)
    Some pages, sometimes on Apple's on support site simply display as blank pages. The same page displays perfectly on Firefox or Chrome. What is this strange behaviour? For example, this link: http://support.apple.com/kb/PH15327 shows a completely blank page. See: http://i.imgur.com/PRPWgus.png
    The same site displays without problem in Firefox:
    http://i.imgur.com/82lEuaF.png
    I have no extensions installed in Safari. JS is enabled, all settings are default. This is a fresh and clean install of Yosemite. No anti-virus installed.
    What's going on? Any pointers will be appreciated. Thanks.

    As an aside, and I don't have specific data for this, but Safari does seem to load some other pages so slowly, it's annoying to the extreme.
    How can I debug this? (The blank page issue.)

  • Printing blank pages for entire document

    I can see the PDF from within the browser or in Adobe Reader. It also shows in the thumbnail in the print dialog box. But, it prints black pages for each page of any of my documents. From within the web browser (Firefox 3.02 or IE 7), print preview shows it as blank also. I can print form other applications. This is using Adobe 9.0 on Windows Vista. Version 8.0 also stopped working recently, so I upgraded to version 9 to try and fix this issue.

    Hi Sanjeev,
    Generally, if the report display properly in the browser, it should be also work well when we print the report. And I can’t reproduce the scenario in my own environment. As to this issue, I recommend that you can try to run it in compatibility mode or use
    IE explorer to print the report.
    If this issue still exists, please try to update the report viewer control to latest release and check this issue again.
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • "insert" "section" causes unwanted blank page for numbering

    I have a section/page numbering problem.
    I want to start page numbering on the 5th page (Chapter One). But.. when I insert a Section Break between the end of the TOC and first Chapter (where I want re-numbering to start) it causes a blank page to be inserted after the TOC and before the section break...
    How do I insert a section break between TOC and Heading that's set to "start new page" without getting blank page?

    Thanks I've got your file and have fixed it. It had to do with the way you constructed it.
    This is how to do what I did after I deleted your existing T.O.C.:
    1 click at foot of Title page > Menu > Insert > Section Break
    2 Type "Table of Contents" return > Menu > Insert > Table of Contents
    3 Menu > Insert > Section Break
    If there is a return at the beginning of the Introduction page just delete it.
    I also tidied up your layout a bit and have emailed it back.
    Peter

  • JSP works fine? but I get a blank page for answer

    Hello,
    I'm trying to get jsp to work.
    I've changed the jdk path in global settings.
    When I test with hello_world.jsp I get a blank page.
    There's nothing in error log and nothing in the access log.

    Looks like some config issue... Under server_root/https-admserv dir, check the variables defined iin start-jvm file. They should something(paths will differ) like follows:
    NSES_JDK=/export/j2sdk1_3_1_08; export NSES_JDK
    NSES_JRE=${NSES_JDK}/jre; export NSES_JRE
    NSES_JRE_RUNTIME_LIBPATH=${NSES_JRE}/lib/sparc:${NSES_JRE}/lib/sparc/server:${NSES_JRE}/lib/sparc/classi
    c:${NSES_JRE}/lib/sparc/native_threads; export NSES_JRE_RUNTIME_LIBPATH
    NSES_JDK_RUNTIME_CLASSPATH=${NSES_JRE}/lib/ext/iiimp.jar:${NSES_JRE}/lib/i18n.jar:${NSES_JRE}/lib/rt.jar
    :${NSES_JDK}/lib/tools.jar:${NSES_JDK}/lib/dt.jar; export NSES_JDK_RUNTIME_CLASSPATH
    If this does not help, perhaps you should open up a support case to Sun Services.
    Thanks
    Manish

  • Only seeing Blank Pages for IE6 & IE7

    Currently testing a site in development and this is my first try of Browser Lab, and am getting blank views for IE6 and IE7.
    I am using the online version (not through Dreamweaver).
    Any suggestions on how to get it to work?
    Thanks Steve.

    Hi steve@mcpd,
    Thank you for your interest in BrowserLab.  We are currently looking into a similar issue another customer has encountered, but have not established a root cause.  If you don't mind sharing, I'd be grateful if you would Private Message me the URL that you are testing (so far the problem seems to be specific to a certain type of web server or domain name convention).
    Regards,
    Josh

  • Customized about:blank pages (for use with stylish firefox extension)

    i just made a couple of new archlinux about:blank pages and i thought i would share
    1 . 
    http://userstyles.org/styles/14090
    Last edited by tjwoosta (2009-01-24 23:18:52)

    2. http://omploader.org/vMTY0dg
    http://www.filefactory.com/file/a038c8a … larger.txt

  • Printing Blank pages for SSRS Reports in Firefox browser

    I have created an SSRS Report that works well on chrome, but when I use the site in Firefox the SSRS Page prints blank pages though the report displays properly. I have tried every thing like reducing table width. I am using the report viewer control.
    Sanjeev Menon

    Hi Sanjeev,
    Generally, if the report display properly in the browser, it should be also work well when we print the report. And I can’t reproduce the scenario in my own environment. As to this issue, I recommend that you can try to run it in compatibility mode or use
    IE explorer to print the report.
    If this issue still exists, please try to update the report viewer control to latest release and check this issue again.
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Get a blank page for hotmail

    Blank Hotmail page
    I have tried all the various solutions found on Google and the Firefox site but still get a blank screen when trying to access Hotmail.
    I can access when using IE.

    Same problem here. Suggested URL result in the same problem i.e. having a blank screen. www.hotmail.com redirects to https://login.live.com/login.srf?wa=wsignin1.0..... as if it tries to restore earlier session. It skips the standard screen and goes to blank. (History and cookies cleared). To avoid the redirect I have tried to link to hotmail from any other MS site that has link to hotmail. Interesting is that for example msn.com shows in correct layout. All items text, pictures, links are on the left part of browser screen followed by other item below. Other browsers show no problem.
    Edit> Just found that problem is circumventable in private browse mode, i.e. I get the normal Hotmail signon. But what is the problem

  • Click Firefox shortcut - 4 secs delay WITH white screen, then firefox loads, also every new tab flashes a white blank page fOR half a sec.

    Firefox 31, Windows 8.1, AVG, Spybot, dusabked addins ni change, used several suggestions on internet, nothing works. changed proxy settings to manual 127.0.0.1 and port as suggested - no change, could I have an NSA reroute of firefox?

    Before doing anything I started Tor Browser Bundle, then exited. Started up Firefox – no 4 secs delay, very minor delay but no white page at all it seemed. Then clicked on the Open New Tab (x) and saw a white flash then the new tab – again a .5 sec delay or less before the new tab appeared.
    Shutdown computer. Restarted and clicked on Fireforx shortcut. No blank white page anymore and no delay except for a very minor one.
    But still had the white page flash when loading a new tab from the small x on the current page tab. Saw a white flash, then the new tab loaded. Shut down computer, restarted same problem with the new tab click on the small x - .5 sec or less white flash then tab loads.
    Went into Firefox Add-Ons and disabled a number of items. Surprise no white flash on loading new tab. Decided to enable AVG PrivacyFix 5.0.11 – miracle, no white flash at all on clicking the small x on the current tab. loaded veryfast no delay there.
    Will alert AVG of this issue. But still very surprised that the original main issue of having a 4 secs delay with a completly whtie screen with nothing on it except white disappeared after launching Tor Web Browser throws me for a loop.
    Have not tried BlueHell yet and wonder why I should now in addition to the fact that AVG is certainly far superior to it. But if Bluehell does a better job than AdBlocker, willing to try it.
    Problem appears solved – Why did Tor fix main issue?

Maybe you are looking for