MiniSAP Navigator Problem Win XP SP2

I am using the SAP Mini Basis System to practice ABAP programming. My problem is that in the Object Navigator, the Object List Selector is not displayed. This problem was already described here in an earlier discussion.
I am using Win XP SP2, SAP GUI 6.20 (from Galileo Press book ABAP objects). Is there an other patch around? My problem is that I cannot download from SAP Service since I am not a customer. Any help would be appreciated.
The original topic is
Re: Object Navigator

Everyone,
http://www.sap-press.de/download/dateien/473/sapgui_patch.zip
Thats the GUI update patch. That works.
Install it. Reboot PC and restart miniSAP. Use new shortcuts created and enter new host in SAPlogon.
You should be fine,
Any issues, I can walk you through the process.

Similar Messages

  • Problems with wireless mouse in win xp sp2

    I recently installed Windows XP2 in a Bootcamp 3.0 partition on my iMac 27". After installing the Apple drivers from the Mac OSX disk everything seems to work fine except for the Magic Mouse which does not respond at all. A wired USB mouse works fine, and, strangely eonough, when I access the Bootcamp partition through VMWare Fusion 3.0, the Magic Mouse works fine.
    I tried uninstalling and re-installing the Apple drivers but that didn't work. When I look in Device Manager in Windows, under Bluetooth Radios, there is a Microsoft Bluetooth Enumerator at Location:Apple Wireless Mouse and an Apple Wireless Mouse at Location:0. Could this be causing the conflict? I tried uninstalling the Microsoft Bluetooth Enumerator but it gets automatically re-installed at the same location when I reboot Windows.
    Any suggestions on what I can do?
    Thanks in advance
    Javed Shakoor

    Hi Stefan,
    Thanks for your response. As you advised I set a System Restore point and installed Bootcamp 3.1. After I restarted the computer, the message "Found New Hardware: Apple Wireless Mouse" appeared briefly above the task bar, then it disappeared. The usual message which comes after this, telling you that the new hardware is ready for use, did not appear.
    And whats more important, the wireless mouse still refuses to work!
    When I go to Bluetooth Devices in the Windows Control Panel, the Apple Wireless Keyboard is shown as connected, but there is a "macbook 1's mouse" in the list which is not shown as connected.
    As I said earlier I am still running on Win XP SP2. I am wondering maybe SP2 doesn't work with the new Apple wireless mouse. Do you think I should set another System Restore point and upgrade to SP3?
    In the Windows Device Manager, under Bluetooth Radios, there are two devices:
    1. AppleBroadcom Built-in Bluetooth at Location 0 (Bluetooth USB Host Controller}
    2. Microsoft Bluetooth Enumerator at Location on Apple Broadcom Built-in Bluetooth
    Both these devices are shown as working properly. However, does it seem to you there is a conflict there?
    Thanks for your help so far, and apologies for the long list of questions.
    Javed

  • Graphic card prob on PM8M3-V using Win XP SP2

    Hi guys, i having a problem wif my GC using win XP SP2 on MSI PM8M3-V. I'm using Geforce 2 MX 400 AGP 4X, 512 DDR 400 and 40 GB WD ide hardisk. Last time when i'm using win XP SP1, it work jus fine but only when the correct driver version install. When i check the graphic card information on the nvidia driver, it shows the bus as PCI instead of AGP 4X. This one cause no prob to my PC but when i using the newer driver version, it shows AGP 4X but this one makes my PC hang a while and blue screen of death come out and then my PC restart when i trying to access to video file. Same prob happen to Win SP2 even when i use the correct driver version. The built-in VGA works juz fine but it sucks in games. Can someone help me wifth this prob? Thanks

    Hello!
    I don't completely understand, but you can relax a bit. DeviceManager calls the graphics card PCI even if it is AGP. Used to worry me too, I can tell you.
    Hope the on-board card is disabled in BIOS.
    Can you tell us please what processor and what Power Supply Unit you have got?

  • Hal.dll error during/after Win XP SP2 installation

    At the moment I'm trying to install Win XP (SP2) into a bootcamp partition. I have a Mac Pro with 4 HDDs.
    HDD1: OSX
    HDD2: free
    HDD3: OSX Data (raid 1)
    HDD4: OSX Data (raid 1)
    The setup I'd like to have is:
    HDD2:
    (1) Bootcamp-Partition (NTFS ~75GB)
    (2) Bootcamp-Scratch (NTFS ~150GB)
    (3) Scratch (HFS+ ~250GB)
    I partitioned the disk that way (with FAT32 instead of NTFS) and booted from the Windows install disk. The installer starts, reformats disk (1) to NTFS and copies data onto the disk.
    After the first reboot it breaks with hal.dll error. The files are on the disk but boot.ini seems to be corrupt. The "bootcfg" command from the recovery console is not working - it only duplicates the wrong entry in boot.ini.
    After the third non-working installation I tried to move the Bootcamp-Partition into the middle, OSX in front:
    (1) Scratch (HFS+ ~250GB)
    (2) Bootcamp-Partition (NTFS ~75GB)
    (3) Bootcamp-Scratch (NTFS ~150GB)
    Same error.
    Any hints on howto do that? Or will I have to move the Bootcamp-Disk to the end? How to succeed in having the Bootcamp-Scratch as 'D:' in Windows if I swap those two partitions?
    BTW: I succeeded to install WinXP on the same disk before. Back then I only had a 75GB Bootcamp-Partition on the disk (no other partition) and had the disk in Bay 3. But I moved it to Bay 2 because of performance problems in Bay3/4 (PIO-mode) and don't want to waste 400GB in the future .

    First of all I believe this is not the right place to discuss the issue. This issue is related to the Windows operating system file corruption and I think the physical location of the hard drive is not the cause of the issue.
    The hal.dll file is a system file which holds the hardware access layer information and linking the necessary components. This include the information about all the hardware resources for the operating system. What you had done to change the hardware configuration files in the boot.ini looks ok. Also you can try this link.
    http://shanegfowler.wordpress.com/2007/01/10/missing-haldll-error-corrupt-bootin i-file-quick-fix/
    Hope that helps you........

  • Still having navigation problems and need help with how to debug

    Hi,
    I've been porting over a servlet project to JSF and I'm still having navigation problems. I thought the problem might have been because the original project used HTML frames and so the "from-view-id" JSP defined the frame/framesets and the specific JSP that does the submit (and so is named in the "from-view-id" is never defined in a "to-view-id" attribute). I've now switched to using an IFRAME, and that resolves that problem. So now the JSP is defined in a "to-view-id" attribute and it includes an named IFRAME that can be used as a target. I press the submit button and I get not the JSP expected butinstead the same JSP displayed inside its own IFRAME.
    Here is the code for the submit. I've simplified it as much as possible with a static action (originally it was a call to a method) just to try and get things to work. This is the current version:
    <h:commandButton value="View Alias" action="foo" styleClass="select" type="submit" />Here is the navigation rule in faces-config.xml. Again, the problem is that SelectManager get redisplayed in the IFRAME instead of display.jsp.
    <navigation-rule>
       <from-view-id>/SelectManager.jsp</from-view-id>
       <navigation-case>
          <from-outcome>foo</from-outcome>
          <to-view-id>/display.jsp</to-view-id>
       </navigation-case>
    </navigation-rule>I have also tried it without the "from-outcome-value" which I presume means that the "to-view-id" gets displayed unconditionally and it still fails. Any ideas on how I can debug this? (I'm using GlassFish if that's important to know)
    Rob Tanner
    Linfield College

    Raymond, The real trick is avoid doing technical things when coming down with the flu (I should also add that I'm a JSF newbie). Reading your original message this time I see what you're suggesting and found a conversion error although I don't understand it. Here's the code (including the <h:message/>):
                <h:selectOneMenu value="#{members.dcodes}"
                  style="color: #7f0000" id="selector">
                  <f:selectItems value="#{members.departmentList}" />
                </h:selectOneMenu> 
                <h:message for="selector" style="color:white"/>And here's a snippet of the generated HTML:
    <select id="j_id_id26:selector" name="j_id_id26:selector" size="1" style="color: #7f0000">
             <option value="aad" selected="selected">Academic Advising</option>
         <option value="aaf">Academic Affairs</option>
         <option value="adm">Admission</option>
         <option value="up">Upward Bound</option>
    </select>If I select "Admission" for example, the error I get is:
    Conversion Error setting value 'adm' for 'null Converter'.Since everything is a String value, I don't get the error. Could someone please enlighten me.
    Thanks.

  • Navigation Problem in OBIEE

    Hi,
    I have a strange navigation problem. I have the navigation setup from the 1st page of my dashboard to go to the second. When I first bring up the first page, and then click , nothing happens. Now if I refresh this page and then click again, I am able to navigate to the second page. I would to hear if anyone has seen similar issue. Any help is appreciated.
    Thanks,
    Bharat

    Still haven't found a solution to this problem.
    Even if I remove the form1.setTarget( null or other framename/windowname)
    I tried changing to using the onclick="from1.target='mywin';" and also onclick="form1.target='_self'; on the button. Does not work/ have the desired effect of controlling where the page is opened: in same window or in another frame or window.
    For some reason navigation also totally breaks, after a search, with a similar sql as in this message, and I get no error when I debug and step through the code.
    After doing one search, navigation seems to stop working and only the search.jsp page is the target.
    If I do a view first navigation works to new page/servlet output but still not in a new window/frame.
    This simple stuff in a normal simle html page, should not be so hard to accive with SJSC perhaps someone of you in the community or the developers at sun can give us insight into this simple problem.
    It must be fairly common that one likes to control where a page is opened, in the existing window/page/frame or in a new window/frame.
    Anybody else had any problems with navigation not working with similar code ??
    If I remove the do_search() call it works, the navigation continues to function, but still have no control of the destination window/frame.
    Kind Regards
    Roger

  • RoadMap UI Navigation Problem

    I'm facing a navigation problem using the roadmap UI in WD4A.
    Let's say we have 5 views. The roadmap view is the default view, the other views will be embedded into a view container UI element on the roadmap view. The roadmap UI has 4 steps, one for each view.
    V_ROADMAP
    V_STEP_1
    V_STEP_2
    V_STEP_3
    V_STEP_4
    Now, I need to add navigation buttons (previous & next) to navigate between the roadmap steps.
    My question is where should I placed these navigation buttons? On each view or only on the roadmap view.
    Personnaly and it think it would make more sense to place them only on the roadmap view.
    My problem using this approach is has follow: When you are on v_roadmap on step 1 (V_STEP_1), you click on Next to go to the next view (V_STEP_2), actually the action is trigger in V_ROADMAP so I am not able to validate user input field or obligatory field in V_STEP_1. I would have to call an action from V_STEP_1 in V_ROADMAP so the event handler method WDDOBEFOREACTION will be called. I don't think it's possible. The problem here, is you can click on next and you can go to the next view without filling the obligatory fields.
    If I placed my navigation buttons on each view. The advantage is that before triggering an action, I can validate user input field, obligatory field in the method WDDOBEFOREACTION before going to the next step.
    The desadvantage is that I have to recreate them on each of my view.
    thanks
    Alex

    Just to close this thread, I will summarize the different possible options:
    Navigation buttons on each view: This is the easiest way to validate obligatory fields but for component reuse it's not good idea to have navigation buttons on individual views.
    Navigation buttons on main views: If we placed the navigation buttons on our main view, the validation is kind of painful, before firing an outbound plug from the main view and a corresponding inbound plug on the individual view, we will have to manually verify our obligatory fields from the context of the componenent controller or using cross-component data sharing.
    Navigation using GAF (Guided Activity Floorplan): I think this option is the way to go! The problem here is that's very difficult to find documentation on that subject, also, the tools from SP 15 is not as user friendly then the one that's coming in NW EhP1.
    Alex

  • Mouse navigations problem with Sun Java 1.5.0_*

    Hello gurus,
    We need to move from JInitiator to Sun Java Plugin; according to the Forms10g Client Platform Support (http://www.oracle.com/technology/products/forms/htdocs/10gR2/clientsod_forms10gR2.html) one of the certified version for Forms 10.1.2.0.2 of the the Sun Java Plugin is 1.5.0_06 and Internet Explorer 6.0, we have tested also SJPI 1.5.0_09 and we get the same mouse navigation problem reported in the following Oracle Forum threads.
    Mouse navigation don't work with Java Plugin.
    Mouse navigation don't work with Java Plugin.
    Forms 10gR2, Sun Java 1.5.0_06 gives mouse problems
    Forms 10gR2, Sun Java 1.5.0_06 gives mouse problems
    Does anybody know a solution to this problem?
    Any help will be really appreciated.
    Regards,
    Victor.

    You need to use 1.5.0_12 or newer. The client SOD is not up-to-date on this specific point. A lot of navigation problems was fixed in this very release.
    The Management team should change this in the client SOD, wonder why they still refer to 1.5.0_06. For Applications, the first 1.5.0 to be certified was _12.
    Also make sure, that you are using the latest Patch 3 for 10.1.2 (10.1.2.3). This patch also contains fixes for a lot of these wellknown issues.
    Hope this helps,
    Jacob

  • PC Suite 4.88 - WIN XP SP2

    Hi,
    I have a Nokia 6310i.
    I have downloaded PC Suite 4.88 and tried to install it on a PC with Win XP SP2.
    I get an error message saying that the .exe file is corrupted.
    I have since been informed that PC Suite 4.88 will not function with Win XP with SP2.
    Is this correct, and if so, is there another way to sync the 6310i with my PC ?
    Best regards
    LH Larsen

    Hi Gforce!
    Welcome to the Nokia Discussion boards!
    Unfortunately PC Suite 4.88 is not compatible at all with Windows XP SP2. However you can use the latest version of PC Suite, 6.6.18, for some of the functions.
    With version 6.6.18 you are limited to using the sync function and the backup/restore function.
    If you would like more info on PC Suite you can find it here: PC Suite Homepage.
    Cheers
    Karim

  • Navigation Problem in Next/Previous Record

    Hi,
    I have a Master (have 20 fields) and Four its Detail block visible on same screen but each block have its own Canvas and Window. Now master table have 1700 records with its detail tables. So after Query when I press the Next_Record button it will no response some time I have to press it twice or thrice then it will respond and some time on fist click it gives the response.
    So I want to navigate through Next Records or Previous Record buttons on single click.??????????
    Kindly send me the solution of this problem on urgently basis.
    Best Regard,

    Hi,
    It's very difficult to suggest something by readingyour post. There are many reasones for navigation problem. Validation is one of them. Be sure that validation triggers written on any level are working properly. What code you have written on the buttons that you are using for navigation. In which blocks you have put your buttons. It is recommended that you put all your non-database items in a non-database block. Check this also.......

  • SCOM 2007 server OS upgrade from 32 bit Win 2003 SP2 to Win 2008 R2 64 bit

    Dear Experts,
    We are planning to upgrade where in SCOM 2007 R2 presents on 32 bit Virtual Machine Win 2003 SP2 to Win 2008 R2 32 bit or 64 bit. Though OpsManager Database is already upgraded to SQL 2008 R2 from SQL 2005. So No pblm with DB upgradation.
    So my point is If I go ahead to upgrade from Win 2003 (SCOM 2007 R2 resides) to Win 2008 R2 does it create any impacts on SCOM 2007 R2 environment ? Please let me know the procedure for this or any documentation is available to complete this.
    Thanks in advanced!
    Saravana Raja

    Firstly,
    Please note that you can only upgrade an OS to the same architecture (i.e. from x86 to x86, and not to x64). See the following Support Article about supported upgrade paths for Windows Server 2003: https://support.microsoft.com/kb/951041?wa=wsignin1.0.
    Therefore, if you plan to upgrade to a x64 architecture, you will need to perform a new installation, and not an in-place upgrade. If you are going that route, I'd suggest skipping Windows Server 2008 R2, and try to push to Windows Server 2012 if not Windows
    Server 2012 R2; to more future-proof your environment.
    Further, If you are going to perform a new OS installation (to move into x64 architecture), why not also utilize the "new installation" requirement in that scenario to also upgrade to System Center 2012 R2 Operations Manager?
    The base scenario would be for you to perform an in-place upgrade of Windows Server 2003 x86 to Windows Server 2008 R2 x86. Except, there is no x86 version of Windows Server 2008 R2, only x64! Note: Windows Server 2008 (without the 'R2') has an x86 option.
    --- If you found this post/reply helpful, please visit my personal blog for more helpful articles. --- AdinE MCSE, MCSA, MCITP, MCTS; (Specializing in System Center and Private Cloud) LinkedIn: http://ca.linkedin.com/in/adinermie Website: http://AdinErmie.Wordpress.com

  • Installing ios8.2 does not resolve Google map navigation problem or gps tracking!

    Installing ios 8.2 does not resolve Google map navigation problem.

    I have tried to install both of them lots of times but in each case I receive the same in my XE.bat file:
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
    Have checked OS 1387 error at Microsoft Support and as possible cause of the problem they give as follows:
    This issue can occur if the environment has a disjointed namespace (i.e. the domain has different NetBIOS and DNS names). For example, assume that the domain has a NetBIOS name of "domain.com" and a DNS name of "domain-old.com." When users are added in the Windows UI, they are displayed in the format of domain\ComputerName. However, you notice in the error log that there was an attempt to add a computer account in the format of domain-old\ComputerName. (System Center 2012 R2 Data Protection Manager install fails and generates ID: 4323: "A member could not be added")
    Tried to find out my DNS name, but it is impossible because I don't have any domain installed and my machine is not connected to it. Some other blog (Install Oracle 11gR2 on Windows) advices to work with adding my computer account to some non-real windows domain (just for the purpose of resolving the network) as well and reinstall the database then. If I undestand it right I need minimum 2 machines for this. But I own just one, where the server is based and thought that is enough to run the database... no idea ..

  • Flash player v10.0.12.36 & IE7 Win XP SP2

    After latest Flash Player update (10.0.12.36) I cannot load
    any flash content using IE7 Win XP SP2
    Result on this page
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507
    is this message - "
    This movie displays the version number only for Flash Player
    4.0.12.0 and later."
    Any ideas ?
    Thanks

    you don't have a flash player installed. retry installing the
    player.

  • Is OBIEE 11g compatible with win 2003 sp2 64 bit OS

    What is the difference between software only installation and enterprise install? Our company has win2003 sp2 64 bit OS on the server. Is it compatible to OBIEE 11.1.5 g.
    Thanks,
    Sushil

    Hi,
    There no compatible with win 2003 sp2 64 bit OS, you can install.for more refer BI Certification Matrix:
    http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
    Simple Install :- Demonstration and Evaluation for Single-User Development .
    software only install means it installs only the BI components not all the BI domain comoponents like java tools
    Enterprise install :-Enterprise Deployment for Hosted Development and Production (this type enables you to specify several more configuration settings than the simple
    FYI...
    Software only install refer my blog and installation steps for Enterprise Installation
    have a look for 4.5.2.3 Enterprise Install Procedure for New Installations on
    http://download.oracle.com/docs/cd/E21764_01/bi.1111/e10539/c4_installing.htm#CEGIAGBC
    For diff between Simple and Enterprise Installations?
    Refer: http://download.oracle.com/docs/cd/E21764_01/bi.1111/e10539/c2_scenarios.htm#CHDHFGEI
    Thanks
    Deva

  • Lookout 5 cannot find computer - win xp sp2 problem?

    I'm receiving this message when I try to connect to a machine in Lookout 5 object browser:
    Lookout cannot find any resources on the specified computer. This computer may have become disconnected from the network.
    The computer is not disconnected from the network, network connection is fine, ping and explorer browsing work fine. Object explorer lists the computer, but when I try to open it I receive the mentioned message.
    The only thing that I noticed odd is that problematic machine runs xp sp2, and other does not (it runs sp1). When I try to connect with other machine that also has sp1, all works fine.
    Anybody has a clue? Is this sp2 problem and is there a work around?
    Thanks,
    Darko

    The following KB article, and the links therein, discuss the SP2 and firewall issues for Lookout (and other NI products).  One of the links lists the ports used, etc., as well. 
    http://digital.ni.com/public.nsf/websearch/1708e8a3106c1c3886256e5b005072fe
    If the above link doesn't work, search for KB article # 37H7JBQA.
    Regards,
    -Khalid

Maybe you are looking for

  • Logical Port

    Hi. I have downloaded a wsdl file from a BAPI in r/3 4.7. I have created a Proxy object in neatwever 2004s client. I created the logical Port for the Proxy Class. When I tested the Proxy class I get the followinf error <CODE>ERROR_WEBSERVICE_RUNTIME_

  • Post-install problem - svrmgrl

    Hi all, I've installed Oracle on RH5.2. It all seemed to go well. No i've just run the root.sh script as root. Before going much further, I wanted to start up the database (via svrmgrl). I tried starting both svrmgrl and sqlplus and received an error

  • Vendor Number Range Conflict SAP ECC and CRM 2007

    I need to load SAP ECC Vendor data from SAP to CRM and have setup most of the configuration as required. However I have an issue, the vendor number range used currently in our SAP system is already in use in our CRM system and has been for some time

  • Missing Display Tab

    I've just got a new Samsung Smart PC with Windows 8.  My Flash videos in full screen are choppy, but when I right click and get the settings, there is no Display tab.  Does this mean that there is no hardware acceleration for the CloverTrail chip?

  • My G5 is running so slowly now and is in urgent need of an upgrade. I'm running 10.5.8 - is Mavericks out of the question?

    I've had a look at the mavericks spec and it looks like I can't upgrade directly to that. Any one know what I can upgrade to - if anything? My mac has 3.5GB and is running OSX 10.5.8. Thanks for your help.