Problem with EHPi SDT display

Hi,
We are doing EHP4 Upgrade from a EHP4 Ready SR1 system on AIX 5.3/DB2 UDB.
While running EHPi with SDT version 7.00 and using the command
./STARTUP guistart=on it is invoking the SDT Gui initial screen(the famous SAPinst Gui first screen with faces two lady!) but then grey blank screen appears without any information on it.
Surprising thing is that earlier we were using SDT version 7.10 and the command  ./STARTUP guistart=on "jce_policy_Zip=jce_policy-1_5_0.zip" and it was invoking the SAPGui screens and we were able to reach till extraction phase. Later we found certain errors which asked for lowering SDT version to 7.00.
Any of you faced the issue with SDT 7.00 ?
Regards,
TS

Hi,
I don't use gui option. I'm using 'ssh -X' and when I've been connected I run ./STARTUP jce_policy_zip=/path/to/zip. In another terminal i've connected via 'ssh -X' and run ./DSUGui.
Did you try using 'ssh -X' to get gui in your computer?
Think that might could help.
Regards,
Lukasz

Similar Messages

  • Problem with repaint of display after a click event

    Hi,
    I have a problem with repaint of display. In particular in method keyPressed() i inserted a statement that, after i clicked bottom 2 of phone, must draw a string. But this string doesn't drawing.
    Instead if i reduce to icon the window, which emulate my application, and then i enlarge it, i see display repainted with the string.
    I don't know why.
    Any suggestions?
    Please help me.

    modified your code little
    don't draw in keyPressed
    import java.io.IOException;
    import javax.microedition.lcdui.Canvas;
    import javax.microedition.lcdui.Command;
    import javax.microedition.lcdui.CommandListener;
    import javax.microedition.lcdui.Display;
    import javax.microedition.lcdui.Displayable;
    import javax.microedition.lcdui.Graphics;
    import javax.microedition.lcdui.Image;
    public class PlayerCanvas extends Canvas implements CommandListener{
         Display display;
         Displayable dsp11;
    private Image play, pause, stop, next, previous = null;
    private int gamcode;
    private Command quitCmd = new Command("Back", Command.ITEM, 1);
    public PlayerCanvas(Display display,Displayable dsp11){
         this.display =display;
         this.dsp11 =dsp11;
         addCommand(quitCmd);
         createController();
         setCommandListener(this);
         display.setCurrent(this);
              protected void paint(Graphics g)
              g.setColor(255,200,150);
              g.fillRect(0, 0, getWidth(), getHeight());
              if (play != null){
              g.drawImage(play, getWidth()/5, getHeight()-50, Graphics.BOTTOM | Graphics.HCENTER);
              if (stop != null){
              g.drawImage(stop, getWidth()/5, getHeight()-10, Graphics.BOTTOM | Graphics.HCENTER);
              if (next != null){
              g.drawImage(next, (getWidth()/5)+10, getHeight()-30, Graphics.BOTTOM | Graphics.LEFT);
              if (previous != null){
              g.drawImage(previous, (getWidth()/5)-30, getHeight()-30, Graphics.BOTTOM | Graphics.LEFT);
                   /////this will draw on key UP
                   g.setColor(0,0,0);
                   System.out.print(gamcode);
                   if(gamcode==Canvas.UP){
                        g.drawString("PROVA",10, 0, 0);
                   }else if(gamcode==Canvas.DOWN){
                        g.drawString("DIFFERENT",10, 30, 0);     
    private void createController()
    try {
    play = Image.createImage("/icon3.png");//replace your original images plz
    pause = Image.createImage("/icon3.png");
    stop = Image.createImage("/icon3.png");
    next = Image.createImage("/icon3.png");
    previous = Image.createImage("/icon3.png");
    } catch (IOException e) {
    play = null;
    pause = null;
    stop = null;
    next = null;
    previous = null;
    if (play == null){
    System.out.println("cannot load play.png");
    if (pause == null){
    System.out.println("cannot load pause.png");
    if (stop == null){
    System.out.println("cannot load stop.png");
    if (next == null){
    System.out.println("cannot load next.png");
    if (previous == null){
    System.out.println("cannot load previous.png");
              protected void keyPressed(int keyCode)
                   repaint();
                   if ( (keyCode == 2) || (UP == getGameAction(keyCode)) ){
                        gamcode = UP;
                        repaint();
                        else if ( (keyCode == 8) || (DOWN == getGameAction(keyCode)) ){
                             gamcode =DOWN;
                             repaint();
              else if ( (keyCode == 4) || (LEFT == getGameAction(keyCode)) ){
              else if ( (keyCode == 6) || (RIGHT == getGameAction(keyCode)) ){
              public void commandAction(Command arg0, Displayable arg1) {
                   // TODO Auto-generated method stub
                   if(arg0==quitCmd){
                        display.setCurrent(dsp11);
    }

  • Problem with hotmail calendar display

    Problems with hotmail calendar display.

    I am almost a total computer novice and am having what I think is the same problem  Just got my first Apple computer (Macbook Pro).  MSN Hotmail is my email account.  All the events on my 'hotmail' account are now unreadble because they are squished to the left side of the screen and I don't find any instructions as to how to fix this in the system. This problem didn't exist when I first started using my MAC two days ago, but now I'm stuck.  Everything else in my 'hotmail' seems to work fine.  Don't know what Chrome or Firefox is or if there is a cost for them.  Also, have never downloaded a program if any kind.
    My calendar is critically important to me and I don't have a clue as to what to do now.  Hope you can help.
    Thanks.  Linda

  • Since i have upgraded my i phone5 to 7.0.3 it has problem with 3g it display the service message every time, it reduce the battery life also.

    since i have upgraded my i phone5 to 7.0.3 it has problem with 3g it display the service message every time, it reduce the battery life also.

    Try using Settings > General > Reset > Reset All Settings.

  • Problem with data not displaying in website

    Hello All,
       I am having a problem with one of our applications. It is written in ColdFusion and uses SQL server. The problem that we are having is when we use the URL Http://bma.com (that is not actually the site name)  we cannot see all the data that it is suppose to pull in. I get an error on page and when I select to view the error this is what I get
    Message: 'WddxRecordset' is undefined Line: 184 Char: 2 Code: 0 URI: http://bma.com/user_maintenance.cfm and Message: 'jsusersTLV' is undefined Line: 3208 Char: 6 Code: 0 URI: http://bma.com/user_maintenance.cfm
    If I put the IP address in the URL for example http://165.83.109.246/bma/login.cfm all of the data is displayed as it should.
    Any thoughts or sugguestios on how to correct this?
    Thanks

    Yes, the user_maintenance.cfm is one of the forms that the data is not displaying on. There are multiple forms in the application and that just happens to be one of them. the login.cfm is just the login screen. Once you select your name and enter your password to the application then you can select the user maintenance form. If you select someones name the application should pull in all of that persons information. That is the problem, it is not pulling in any information on the user. We get a blank screen where data should be. When we use the IP address in the URL and select someones name in the user manintenance form, it pulls in all the data from that user as it should.

  • Problem with two thunderbolt display's daisychained

    hey,
    i'm having problems with my mac setup. i've got two thunderbolt displays, hooked to a 15" mbp retina laptop.
    i've got my iphone hooked to one of the usb ports of the display then i've got a keyboard, a superdrive and a charger for my magic mouse hooked to the displays as well as a firewire hd. two usb 3 hard drives are hooked directly to the mbp.
    i also changed the audio midi setup to let the audio pla through both of the displays to get a better sound. the mbp is closed so only those two displays get a video signal.
    i have issues when data is transfered along the lines. f.eg my keyboard doesn't work from time to time, my iphone wont be recognized when connected to the dock. not really sure what the problems is a the transfercapacity shouldn't be to it's limit.
    could it be a energy problem? that the displays don't get enough power, my power strip has a voltag controller in it, might that be a problem?
    greets.

    I think Apple should extend the warranty if they have a known manufacturing issue.  I won't be investing another $1000 on a display from Apple ever again.  I can't afford it.  I can by an LG, Viewsonic, Dell, or "fill in the blank" for a fraction of the cost.
    I expect a $1000 display to last me more than 20 months.
    -md

  • Problem with daemons start display [SOLVED]

    Hello,
    I have a problem with the display of daemons startup, i'm not sure what could be wrong, here's a screenshot taken y fbgrab
    rc.conf -> http://arch.pastebin.com/618485

    _Gandalf_ wrote:Just edited mkinitramfs.conf and added my resolution and of course regenerated the archck image, this worked...
    When adding the resolution and theme to mkinitramfs.conf, does it need to be presented in quotes (as shown below) or without quotes?:
    Or does it make a difference??
    # Add a theme to enable fbsplash, Try 'darch', it's included in the gensplashutils.
    FBSPLASH_THEME="darch"
    # Resolution to use, 1024x768 will be used if left blank. Format is '1024x768'
    FBSPLASH_RES="1024x768"

  • Problem with subtitles automatically displaying when they shouldn't

    Hi all,
    I've got a DVD with multiple languages (English, Spanish, and French) and one subtitle stream (English) on the main program of a DVD I am authoring. I would like the DVD to default to the English audio stream and for the subtitles to be in the "off" state". The user can then select via a menu button if the subtitles are to be displayed or not.
    The problem is, on certain (multiple) DVD players, the client is telling me that the subtitles are automatically displaying, regardless of whether or not they have chosen to show them. Of course, none of my test players exhibit this behavior, so it is difficult for me to troubleshoot what the problem might be.
    I have tried setting it to default to a blank subtitle track and have also tried removing the English language designation on the subtitle track (which feel more like workarounds more than actual solutions), but the subtitles are still automatically displaying.
    Any guess as to what is going on? Is this a problem on the client end, or is there scripting I will need to add to ensure consistent results from player to player?

    I was able to solve the subtitle display problem with some simple scripting. For some reason certain DVD players (a fairly high percentage) are ignoring any Set System Stream commands from the DVD.

  • Problem with lenovo T530 display

    I have recently bought lenovo T530, it had win7 pre-installed. and win8 upgrade disks available. I have immediatly upgraded to windows 8 then win8.1.
    the problem is that the display is showing yello color instead of white, the yello keep flickering and although I have upgraded the drivers I still see the white colors as having spots of yello.
    please help.

    Okay here it goes...
    1.  First you need to save the T/W icc profile from this link: My custom profile
    2.  Right Click your Desktop and select "Screen Resolution"
    3.  Click "Advanced Settings"
    4.  Select "Color Management" Tab
    5.  Click "Color Management" button
    This is where it can get a little confusing but I will try to make it clear.
    6.  Now that you are at the "Color Management" window, go to the "Advanced" Tab
    7.  Click the "Change system defaults..." button
    Another "Color Management" window will open that looks just like the window you were in before, the only difference is that this one is called "Color Management - System Defaults"
    8.  Now go to the "Advanced" Tab in this new Window.
    9.  Next to the "Calibrate display" button there is a little square tick box which says "Use Windows display calibration", normally this does not have a tick in the box. Please tick this box and then press "Close"
    You will now be back at the "Color Management" window, not the "Color Management - System Defaults" window.
    10.  In the "Color Management" window go to the "Devices" Tab
    11.  Place a tick next to the "Use my settings for this device" box.
    12.  Below go and press the "Add" button.
    13.  Browse to where you saved the .icc or .icm profile you want to apply and select it.
    14.  Now select your profile and press the "Set as Default Profile" button
    If all has been done correctly you should notice a big difference on how colors are displayed. It should be for the better.  If you want to toggle between having your profile ON and OFF, just tick or untick the "Use my settings for this device" box.
    If you've been used to using your display with poorly calibrated colors, the new profile may come as a bit of a shock to your eyes but the colors should now be much closer to being correct than the default factory profile which is not even calibrated for the display.  For example, if you are using the Windows 7 theme, you will immediately notice that the greys around boxes are grey now, not a light bluish grey.
    Cheers
    W530 | 3840QM | 32g @ 1.35v CL9 1986z | 512g 840 Pro | 1t HGST 7200 | FHD AUO v.4 | Quadro K2k | GOBI 5k | Centrino 6300

  • Problems With MBP Retina Display late '13

    I Have some problems with my mbp:
    -I Can't use bluetooth because wifi stop work, it's impossible to surf the internet.
    -Raw and Jpeg preview too slow.
    -Mail problems every time I open it.
    -Music stop when I use lightroom.
    -I had send 4 times the computer to SAT and APPLE don't give me a solution.
    Any recommendation.

    thanks! yeah i recorded it so i hope they will take the problem more seriously.
    Unfortunately i don't have an applecare protection plan, but i hope that the proof that i've been in an apple store for the same issue already in april will help me somehow.
    I also think that when i touch with my hand both chassis and display i make some connection working again. Maybe i'm the radioactive man, or i have some special powers...or for the first time time in my life i bought a bugged apple product. But i think is more possible one of the first two options!

  • TS3276 Problem with mail not displaying the arrow "replied"

    Hi
    I having a problem with my mail account. The arrow appearing on the side of a message after being replied do not appear anymore. It is therefore hard for me to keep track if I replied or not to a specific email. The email is still being sent and received.
    Any help would be appreciated.

    I am having the same issue. I have multiple imap accounts and one of the accounts does display the replied to arrow after replying to a e-mail. I have check every setting I can think of, with no sucess.. Any luck fixing this issue??

  • FireWire (and USB?) problems with 23" Cinema display

    Hello.
    Whenever my G5 wakes from sleep, I seem to have problems with FireWire devices attached to the Cinema Display (and, possibly, the USB ports also). Somehow, it seems that the "wake" signal is not transmitted to them.
    Specifically:
    a FireWire hard drive does not spin up (a USB drive connected to the back port does, as does a FW 800 drive also connected to my PowerMac). When I try to access it, then it finally spins up.
    An EyeTV 200 device fails to connect (i.e., display TV or record shows) unless the Fi cable is unplugged and reattached.
    This happens WHENEVER the Mac sleeps. However, if I attach those two devices directly to my PowerMac, they function just fine, using the same port the Cinema Display is attached to.
    I don't have other comparable devices attached to the USB port of the Cinema Display, except (previously) for a Plextor ConvertX DVR (a USB 2 device), which exhibted the same problems as the EyeTV 200, which is why I tried swapping it with the FireWire-based EyeTV (unsuccessfully). So I have some evidence that the USB port has similar problems, but nothing conclusive.

    Hey Scott
    You are not alone. I'm beginning to think there is an issue with the power supplies of the 23" displays.
    In my case, my computer is set to never sleep, while the display is set to sleep atfter 30 mins or so.
    It appears that the computer won't wake up in these cases, but in fact what is happening is that the display won't wake up.
    Multiple re-starts are sometimes necessary to get the display up and running again.
    While your problem seems slightly different, I think that the two are related in that there is not enough power being delivered from the power supply for the monitor to both your USB and Firewire devices connected to your display.
    I don't really have a solution as of yet.... aside from purchasing a new power supply from Apple... But, you are not exactly alone in your misery. Should I run across a fix for this aside from the power supply, I'll be glad to let you know.
    Generally after HD's spin down, they usually don't spin up unless they are accessed. If you have any open files on your FW800, that may explain why it does spin up when you wake up your system.
    One thing you can try, in the System Prefs, under Energy Saver, uncheck "Put HD's to sleep". This may cause all of them to spin up when you wake your system up.

  • K7T266 PRO2-RU and Problem with a FEW DISPLAY ADAPTERS ...

    Hello ,
    I was using my mainboard with 32 MB Creative Riva TNT2 Ultra until creative's fan was damaged . I tried 16 Creative TNT2 m64 display adapter of a friend of me , but it didn't work with K7T266 PRO2-RU. Many sounds are coming from mainboard while D-LED shows Testing RTC (or boot attemp, I'm not sure about that) (Same symptoms with "no graphic adapter" - I tried again after unplugged the display adapter - )
    At the beginning I was thinking that the 16 MB creative graph adap. was broken . So , today I bought a new graphic adapter 128 MB of Creative 3d Blaster5 Radeon 9200SE . When I plugged it into mainboard , I saw the same problems with 16 MB Creative TNT2 m64 . After that , I found another 32 MB Creative TNT2 Ultra from my friend and it worked with my mainboard FINE .
    - I tried all of the old bioses of MSI K7T266 PRO2-RU
    - I tried to start the computer with no any other devices (such as HDD , sound card , tv card etc. ) . Only display adapter was plugged in the mainboard , but it didn't work . System hanged up everytime I tried .
    - I made some bios adjustments which are suggested at this forum ....
      But none of these worked ....  ?(
    What is the problem ? Why only 32 MB creative TNT2 Ultra is working with my mainboard , but 16 MB Creative TNT2 M64 and 128 MB Creative 3DBlaster5 Radeon 9200SE are not  while all of them are working FINE with an old PII mainboard . (tvout+DVI)  I'm looking forward to hear from you . , Help me please .
    Ps : Can new beta bios solve that problem ?
    XP pro
    2100+ 0.18m XP CPU with coolermaster CP5
    40 GB Seagate Barracuda IV
    300 watt Codegen Power Supply
    2*256 MB Kingston DDR 2100 Memory
    ( No floppy , no souncard , no tv card etc , no any other devices like cdrom , dvdrom , cdrw etc.)

    That's it!
    I provided a few PSU's from my friends and tried 420 watt thermaltake and 520 watt VANTEC Stealth 520A PSU  ...
    Same situation happened and 128 MB Creative ATI Radeon video card didn't work   ...
    The problem can not be about PSU ...
    I tried two different brand of fx 5200  (128 MB ) video card on my system (with 300 watt codegen PSU) . Everything is ok  .
    And I also tried the RADEON card on my friend's computer which is running with 230 watt Elan Vital PSU . It worked perfectly ...
    So what can I think about that situation?
    The Answer is : There is something about MSI mainboard ... When I wanted to contact with support center via e-mail , I got an automated e-mail answer which is not completely able to solve any of my problems.
    Besides , I saw the problems between brand new Nforce mainboard of MSI and ATI video cards ...
    SO , if we get all of these informations together , we can say "THERE IS SOMETHING ABOUT MSI" ...
    The solution is not buying expensive PSUs...
    That's really bullshit , I can buy a brand new mainboard instead of an expensive PSU.
    Finally , I bought an Asus mainboard , everthing is going ok now!
    I'll not buy products of MSI anymore because they didn't do anything to solve my problem . Goodbye MSIIIIII ....................................... ........

  • Black Spots/ Smudges/ Dust Problem with Apple Cinema Displays

    my 24" cinema display from 2010 developed dust/ stains in the lower left corner of the display after about 1,5 years in use. see the attached picture. the problem is mostly seen in imacs. there is a long thread in the macroumors forum describing this problem and showing a not easy solution.http://forums.macrumors.com/showthread.php?t=1101370. i'm convinced that there is the same problem with some of the ACD like mine. probably the cause oft his problem is the sealing between display and backlight (see the description by oggy in the above linked thread) which allows that circulating air can bring dust between the two panels. it looks really like a design flaw. if you are in guaranty apple will change the panel. without guaranty no chance of help. but even the panel is changed the problem can occur again. but there are some hints that apple is investigating this problem. please post your experiences how apple is handling your case if you have the this problem.

    Hi, I have tried shifting them around, and the problem does seem to follow the graphics card, despite all tests indicating they are both working properly. Any other arrangements will cause a grey screen to come down while starting up and say I need to restart the computer.
    Changing the slots for the graphic cards, but keeping the display attached in the right place, would allow the computer to turn on but a window would come up saying that they weren't optimally configured (16x or 8x or 4x speeds). The best configuration remains the one I begun with (slots 1 and 4). The computer will only start properly with the display in slot 4, right hand side looking at the back of the display, and only when it's turned on will it allow me to attach the second monitor, again, only in slot 4, to the left side.
    The same would work if the card was in slot 1, but it would tell me they weren't configured ideally so I put the card back in slot 4.
    At this point, then (I have also just tried resetting the PRAM by pressing cmdoption+PR when restarting, but no changes) should I reconfigure the graphics card? (If yes, how do I do it?)
    Thanks again, Valentina

  • Problem with scanning - printer display shows "Server connection error"

    My printer has been working great and I have had no problems with scanning.  But two days ago, all of a succen I rec'd message "server connection error".  I tried to send to email as well as computer.  Got the same message.  As usual, I don't recall any action on my part that could have caused this problem.    The copying and printing functions work fine. Detailed advice to someone technically challenged will be much appreciated.  Thank you.

    Ran
    into a problem with connecting to the DB on the SQL server from the IPAM server.  The Dba and I checked the target SQL instance was enabled TCP and listening on a valid TCP port.  SQL server was set to use port 1443 for incoming connections. 
    IPAM was set by default to use 1433. 
    Also used
    netstat-n to identify issue and verified 1443 on SQL server was
    being used.  Made the correction under the IPAM provisioning wizard and connected to the database.  Fixed. 
    Important note I was able to connect to the database with a .udlfile
    without any issues
    Also note that 2012 R2 IPAM only supports 2012 SQL Enterprise.  Why?

Maybe you are looking for