Logon Screen not appearing

Hi
I have installed ITS 6.20 .
When i am trying to access the webgui service
(http://sap_its/scripts/wgate/webgui/!),it is trying to download the page.
The content of the downloaded page is junk.
Please let me know, how to resolve .
Thanks

Hi,
1) Which ITS version do you have installed on which operating system?
2) Which web server software do you use? Is the webserver also used for other purposes? Did you change the mime type configuration of the web server?
3) What kind of junk is produced exactly? Please describe if there is anything readable in the downloaded file.
4) What happens if you just call http://sap_its in your web browser?
5) Which web browser do you use?
Best regards,
Henning

Similar Messages

  • Oracle Forms 11g Login Screen Not Appearing

    Environment:
    1 PC running RHEL5 (Red Hat Enterprise Linux version 5) Operating System 64-bit with Oracle Database 11g (64-bit)
    1 PC running RHEL5 (Red Hat Enterprise Linux version 5) Operating System 32-bit with Oracle Fusion Middleware 11g (64-bit), plus Oracle WebLogic Server 32-bit
    1 PC windows (work PC) is the client so just using any browser to connect to the application
    Trying to run a sample form, and have all processes started (nodemanager, weblogic, opmn, emagent, emctl), database listener, database started up, but when the Oracle Forms Services splash screen display comes up, it just hangs and the default Oracle login screen does not appear. I'm at a loss. I moved my 3 pcs thus got new IP addresses via the DHCP network. Setup the TNSNAMES.ORA with the IP address of the db machine in the file of the webserver machine. Can connect directly on the machine, can connect via TOAD, SQL+ but not when launching a form. Any clues?
    Thanks,
    GJ

    FormsEleven wrote:
    Did you start Managed servers like WLS_FORMS .. Well when I go to the AdminConsole for the FormsDomain, I see 3 servers with a status of "RUNNING": AdminServer, WLS_FORMS, WLS_REPORTS. Then when I go to the Enterprise Manager for the FormsDomain I see all domains with all the servers (AdminServer, WLS_FORMS, WLS_REPORTS), in a green status up and running (100%).
    I made sure I started the NodeManager, WebLogicServer scripts.
    FormsEleven wrote:
    What is the ports you are using to run the form.?8888
    FormsEleven wrote:
    Did the test Form came up fine?No. I even created a simple form to look at the default Oracle "emp" table, and nothing comes up.

  • Multiple logon screen doesnt appear and session end in 30mins

    Hi all,
    I have a problem with my login session.
    Multiple users use the same SAP USER ID to logon. but when i try to logon ( even when others are logged on d same id) i dont get the option for multiple logon screen to terminate/continue without ending the other logons but i get to logon directly without this screen as if i am the only user of this id.
    but when others try to logon (when others are logged on the same id) they get the screen of multiple logon with options.
    and my session termiates after every 30mins but their sessions continue without any termination. please note that no one termites the session by themselves.
    I am not able to figure out what is happening. I changed my pc, my gui, updated to the latest patches, changed the lan ports but nothing changes. i continue to face the same problem. please provide d needful solution.
    thanks.

    Check these parameters
    login/disable_multi_gui_login
    Controls the deactivation of multiple dialog logons
    Available as of SAP Basis 4.6
    login/multi_login_users
    List of excepted users, that is, the users that are permitted to log on to the system more than once.
    Available as of SAP Basis 4.6
    Find the full list of relevant parameters at:
    http://help.sap.com/saphelp_nw04/helpdata/en/22/41c43ac23cef2fe10000000a114084/content.htm

  • Loading Screen Not Appearing

    I have published five Captivate tutorials using the same
    preferences; however, the loading screen is not appearing for one
    of the published tutorials. Does anyone know how I can I fix this
    problem? (I have selected the loading screen check box under
    Project Start Options.)

    Hi again
    How odd. The only thing that comes to mind on this (and it's
    such a long shot that you can see I'm grasping at straws here) is
    that perhaps instead of the default preloader, (you know, the one
    where the little arrow circles round and round until it counts up
    to 60%) the option to display an image was used. And somehow the
    image selected is just all white or something. Actually, that may
    be worth double checking as well. Try clicking the button with the
    ellipsis ( ... ) and selecting one of the simple images or possibly
    the DefaultPreloader.swf and see if that makes a difference.
    I sincerely hope you get it sorted easily
    Cheers... Rick

  • Calibration order-time confirmation screen not appearing

    I am setting up a calibration process.
    While doing the result recording , time confirmation screen doesnt appear.
    Why is it so?

    hi
    In task list assigned the work center along with control key QM04, so that when u provide the reault then system pop-up the confirmation screen.
    provide confirmation and apply UD and close it.
    Regards

  • Caller ID on TV screen not appearing

    Transferred Comcast service when moving last week. Called ID shows ON when going to Menu on remote but  Caller ID doesn't appear on TV screen. Help!!!!  

    shookie5962 wrote:
    Transferred Comcast service when moving last week. Called ID shows ON when going to Menu on remote but  Caller ID doesn't appear on TV screen. Help!!!!  1.  Try rebooting the cable box by pulling power and then pliug back in.  2.  If that doesn't work, you may need to call into Comcast since you referenced a recent move, your account information may not have been rolled over correctly..   Ask the CSR to verify that you have the CallerID rate code on your account.

  • Analysis Authorization : Selection screen not appearing for query

    Hi,
    I am facing an issue with analysis authorization. I have created the new roles and assigned to the users. For one user when I am executing the query, the selection screen is not coming up and it shows error message to specify the variables. Whereas its running for all other users.
    In S_RS_COMP I have selected Type of a reporting component as Query View, Query & Template structure. I also tried adding Variable in this field but that also did not help.
    Please let me know if you have faced similar issue.
    Regards,
    Manish

    Hi,
    Go to your query desinger opend your query and select your variable in that you have see first "Ready Input Query" Check box is selected or not. It's not selected you can select that check box.
    Your problem will be sloved.
    Thanks & Regards,
    venkat.

  • Custom splash screen not appearing in the Dynamic created jnlp()

    Hi,
    I am not able to show my custom splash screen while starting the webstart application, instead getting the "sun webstart logo". I am dynamically generating the jnlp file using jsp (struts application). Application is working perfectly except custom splash screen. Below is my jsp which will generate the jnlp on fly. The test.gif file is in place.
    <% response.setContentType("application/x-java-jnlp-file");
      response.setHeader( "Pragma", "no-cache");
      response.setDateHeader( "Expires", 0 );%>
    <%@ page import="java.io.*" %> 
    <%String baseURL = WebUtil.webUrlParser(request.getRequestURL().toString(),request.getContextPath(),request.getServerPort());%>
    <jnlp      spec="1.0+" codebase="<%=baseURL%>/cs_jnlp">
    <information>
        <title>Launching JNLP</title>
        <vendor>Satyasai</vendor>
        <icon href="/images/test1.jpg"/>
        <homepage href="docs/help.html"/>
       <description>test</description>
            <icon kind="splash" href="images/test.gif" />
       </information>
          <security>
            <all-permissions/>
         </security>
         <resources>
       <j2se version="1.6+"/>
       <jar href="<%=baseURL%>/cs_jnlp/AppLaunch.jar"/>
      </resources>
           <application-desc main-class="Launch" >
           <%
           int roleId = (Integer)session.getAttribute(Constant.USER_TYPE);
           String sessionID=(String)request.getAttribute("SELECTION_SESSION_ID");
           String action=(String)request.getAttribute("action");
           String userID = (String)session.getAttribute(Constant.LOGIN_ID);       
           String sessionType=(String)request.getAttribute("sessionType");        
           %>
           <argument><%=sessionID%></argument>
           <argument><%=action%></argument>
           <argument><%=userID%></argument>
           <argument><%=sessionType%></argument> 
    </application-desc>
    </jnlp>If I use normal servlet - jsp using RequestDispatcher to forward request to a jsp which on fly creates jnlp, it shows the my custom splash screen. I am not very sure where is the difference. If I look at both generated jnlps they are almost one and the same. Can any one throw some insight on this.
    Thanks & Regards,
    Satyasai

    Hi Andrew,
    Thanks for your response.
    1. I have launched it number of times but no luck.
    2. I have written a jsp (using servlet + jsp no struts frame work) which will create jnlp on fly, which is showing my custom splash screen. If you refer in the initial post, it is not working with struts kind of framework. See the below jsp which shows custom splash screen. It worked without href.
    3. All jnlps are well formed and perfectly working in my development environment. For security purposes I have not shown some of the texts and logos.
    <% response.setContentType("application/x-java-jnlp-file");
      response.setHeader( "Pragma", "no-cache");
      response.setDateHeader( "Expires", 0 );%>
    <%@page import="java.util.ArrayList" %>
    <%
    String client = (String)request.getAttribute("clientLocation");
    String fileNames = (String)request.getAttribute("filenames");
    String url= (String)request.getAttribute("serverFilesLocation");
    String baseURL = "http://"+request.getLocalAddr()+":"+request.getServerPort()+request.getContextPath();
    %>
    <jnlp spec="1.0+" codebase="<%=baseURL%>/sw_jnlp"> 
      <information>
        <title>Softwares Download</title>
        <vendor>test</vendor>
        <icon href="/images/test1.jpg"/>
        <homepage href="docs/help.html"/>
       <description>Software Downloads </description>
            <icon kind="splash" href="images/logo_small.gif" />
       </information>
       <update check="timeout" policy="always"/>
          <security>
          <all-permissions/>
      </security>
      <resources>
        <j2se version="1.6+"/>        
        <jar href="mod.jar"/>  
      </resources> 
      <application-desc main-class="InstallSW">
      <argument><%=client%></argument>
      <argument><%=fileNames%></argument>
      <argument><%=url%></argument>
      </application-desc>
    </jnlp>Thanks & Regards,
    Satyasai

  • Why is the upload screen not appearing?

    Hello All.
         I have made another topic post about this topic, however the solution for that is not working. I am using a Macbook Pro running OS X Mavericks. iPhoto recognizes this camera, however on iMovie, an upload screen on iMovie, which is supposed to show up, is not showing up to upload videos. What steps or series of steps should I do in order to make this work?
    Thanks,
    RubikCubeSolver

    RubikCubeSolver wrote:
    Sony "Carl Zeiss Vario-Sonnar T*" camera.
    That refers to the lens not the specific camera.model
    But it sounds like you're using a "still" camera that also records video
    Does iPhoto recognize the camera?
    Have you tried connecting with the AC power adapter connected?
    Matt

  • Password screen not appearing at startup

    The password screen as a part of the start up routine has mysteriously disappeared.
    Any ideas why?

    System Preferences > Users & Groups > Login Options
    Automatic login turned on?

  • Product selection screen not appearing when uninstalling 11.1

    Hi,
    I installed the FR client version 11.1.1.2 onto my laptop which has windows xp. I need to uninstall it but the uninstall tool doesn't show any products to uninstall when I run it. If I click next I get a message to select a product.
    I have version 11.1.1.1 on HSS and essbase is 9.3.1 so it is a bit of clash of versions. I would expect the uninstall to be OK though. The alternative is to remove financial reporting client manually but that never a neat way of uninstalling hyperion products.
    I would welcome any suggestions
    Thanks,
    Nathan

    try to restart in safe mode by pressing F8 and then try uninstall it
    worth trying.

  • Query Selection Screen does not appear in Web Analyzer

    Hi Experts,
    Query Selection Screen appears when we open the query in Bex Analayzer in production system. But when we open the query in ABAP or JAVA Web view, the selection screen does not appears.
    As the volume of data in the cube is very high, and since the selection screen is not appearing, the query extracts 1.5Mrecords and results in dump.
    Kindly let me know the possibility for selection screen not appearing.
    Note: The selection screen appear in Development system in Bex Analyzer, ABAP View and Java View
    Regards
    Suresh Kumar

    Dear Suresh,
    You can check if the parameter &VARIABLE_SCREEN=X is added to standard template or not, If not add this,
    In order to add this parameter in the webtemplate you have to change 0ANALYSIS_PATTERN and save it as ZANALYSIS_PATTERN and enter this standard web template under TCODE RSCUSTV27.
    Also I would like to explain you the behavior of Web Analyzer,
    Parameter VARIABLE_SCREEN=X only influences the WEB application at startup. This will not come into affect
    when you use the 'New Analysis' button. The 'New Analysis' button resets the dataprovider so this would not
    affect the variable screen and would not redisplay the variable screen as you require.
    Regards,
    Arvind

  • Portal logon screen customization: size of branding image

    Hi Experts,
    1. the portal log on image should be changed to custom image. i replaced the branding image in D:\usr\sap\DP1\JC00\j2ee\cluster\server0\apps\sap.com\com.sap.security.core.admin\servlet_jsp\logon\root\layout
    and cleared the cache and refreshed the screen. the new image is seen. But i placed an image over 25kb (standard branding-image.jpg) size, it is not shown. is this the standard behaviour?
    2. i would like to change the "Welcome" text, what is the best method to change.
    I changed the test in D:\usr\sap\EPD\JC00\j2ee\cluster\server0\apps\sap.com\com.sap.security.core.admin\servlet_jsp\logon\root\WEB-INF\classes
    in <b>logonLabels_en.properties </b>file.
    3. what is the way to change "SAP Netweaver Portal Internet Explorer" on the logon screen which appears on the interenet explorer top left corner!
    i am on NW2004s SP11. EP7.0 SP11
    thanks for reading. points will be awarded for the responses.
    Regards,

    Hi,
    When you want to chane the text appering on top of Internet explorer, do following things,
    Go to System administrator-->system config -->  In detail navigation panel, find Service configuration --> open it --> Open Portal runtime --> right click on central configuration > configure>find property named <b>portal.html.head.title</b> here enter any text you want and restart the J2EE engine.
    2)You want to change "Welcome" text to say "welcome to my company", in this case you have done changes in <b>logonlables_en</b> properties, Now you have to again create the <b>umelogonbase.zip</b> file and then change the extension to <b>.jar</b> now replace this file in your<b> PAR file project in NWDS</b>, then deploy the project,
    Once this is done, In your NWDS project find <b>portalapp.xml</b> file and click on default component and <b>run</b>, see if changes are appearing..if this is successfull, then its time to change the <b>authschemes.xml</b> file.
    IF you have done with all this then please update the thread, we will proceed with authschemes file.
    Regards,
    Ameya

  • Finger Print reader does not link to Win7 Logon Screen

    Win7 Ultimate 64 bit
    FingerPrint software 5.9.4
    Biometric link to windows Logon accepted
    MS Server domain client
    At system boot, the logon screen appears and the fingerprint light is "on". I scan my finger, the light blinks once and no submission of the saved Windows password to the logon window. I must key in password.
    Lenovo support asked me to uninstall software, BIOS clear saved finger prints then re-install (and re-register). I have done this twice with no change.
    This was working until I had to break the domain connection (server change) and re connect to the domain with the same logon/password. It was at this time that the finger print reader stopped passing the biometric password to the OS.
    Any thoughts on how to re-connect reader to logon?
    Solved!
    Go to Solution.

    This was working until I had to break the domain connection (server change) and re connect to the domain with the same logon/password. It was at this time that the finger print reader stopped passing the biometric password to the OS.
    Any thoughts on how to re-connect reader to logon?
    I am using 5.9.4 with no problem, although I seem to recall having to go into the Fingerprint software and make some innocuous setting change, then change it back.  But I was changing a lot of things at the time and don't know for sure if that had any effect.
    Are you able to log onto the domain by manually entering your password?  If not, may need to re-add the computer to the domain.
    W520 | FHD | i7-2720QM | 8GB RAM | nVidia Quadro 1000M | Intel 510 120GB SSD | Seagate 7200rpm 500GB HDD
    T510 | 1366x768 | [email protected] | 8GB RAM | nVidia NVS 3100M | Seagate 7200rpm 500GB HDD
    T61p | 1920x1200 | [email protected] | 4gb RAM | nVidia Quadro FX 570M | Hitachi 320GB HDD | (broken frame, now a file server)

  • CHaRM-Logon Screen appear

    Hi All,
    In CHaRM, In Ur.gent Correction, When Import into Production, logon screen appear which should not.
    It was not coming before. Not sure why now. I even checked all the authorizations but not able to trace the solutions. Even logon screen appear after "pass correction to Test" which imort to QA system.
    Requesting your valuable inputs to solve this problem.
    Thanks
    Ava

    Hi Christian,
    Which user you are referring. I created user SOLTMW<SID><client> in both Solution manager client 000 and CHarM Client and managed systems client 000 & working client. Assigned the profiles are S_BDLSM_READ
    S_CSMREG
    S_CUS_CMP
    S_TMW_CREATE
    S_TMW_IMPORT
    My understanding is while doing the actions from the Solution Manager CHaRM, supposed to use SOLTMW<SID><client> user and RFC connection SM_<SID>CLNT<client>_TMW (as per Solution Manager EHP1 Security Guide). I am not sure to assign S_CTS_ADMIN. But I will try.
    Even I created my own ID in client 000 & working clients on both sides Solution Manager & managed systems roles SAP_S_RFCACL and roles in managed system SAP_CHANGEMAN_ADMIN & profile S_A.SYSTEM & S_TMW_IMPORT.
    Even when I run report CRM_SOCM_SERVICE_REPORT to import into Production or Pass connection to test (set next status ) logon screen appears. Even I authorized SAP_ALL, SAP_NEW but still I am seeing the logon screen.
    I will appreciate your help.
    Thanks
    Ava

Maybe you are looking for

  • Portal & SSL

    Hi, I'm using Oracle Portal ( Oracle Application Server 10g 9.0.4.0.0 + Metadata repository Update 9.0.4.1.1 and Oracle Application Server 10g 9.0.4.0.0 + 9.0.4.1.1 Update) and it works fine. Now I want to implement SSL. Firstly to secure the connect

  • Is it poss to do text paging using RTP Streaming???

    Hi, Is it possible to send text message to group of Cisco IP phones connected to CME through HTTP POST using CiscoIPPhoneExecute and RTPMRx and RTPMTx commands Thanks, Preetha

  • CE 7.1 Trial Version

    Hello Guys, I'm trying to download SAP NetWeaver Composition Environment 7.1 SR5 - Trial Version. Is there a way I can use some sort of download manager so I don't need to download this overnight? Any external sites hosting this? Thank you! Regards,

  • Problem transferring white balance Exif info from iPhoto to Aperture

    I originally posted this question on the Aperture discussions page, but it was suggested to me that maybe I should try asking it on the iPhoto page as well. I want to transfer my iPhoto library over to Aperture, but am reluctant to do so until I have

  • Photos not viewable

    I have an iMac and iPhoto. I was playing around, and somehow navigated to my Pictures folder and noticed that some of my pictures were stored under folders titled rollxxx (where xxx was a number). All the pictures I moved over from another computer w