Errors with SAP GUI 7.10 issues with IE 7.0? and most curr patches?

We are attempting to patch our SAP GUI 7.0 with the most recent GUI patches
GUI patch 12
BW patch 500
BI patch 900
we are applying these patches to correct the following
>preview and printing of blank pages with web browser(ie 6.0)
>german lang. toolbar appearing
>missing active components when using analyzer (BW 3x)
>BI rspc error 'x dump'
these issues above have been corrected, however we are now having issues with this GUI and IE 7.0 , printing errors
As anyone had these same issues above, and could you recommend on what patch combination (if any) have corrected them
We have worked on this project for the last few months, to get the correct combination of patches that would not break anything else installed.  But, now we are finding that we may have issues with IE 7,0 and the SAP GUI with the above patches.
Please advise
Maria

what happens on the desktops with IE 7.0 is that it looses printing capabilities.

Similar Messages

  • Issue with SAP GUI 7.30 launching with users upgrading from 7.10

    We started rolling out SAP 7.30 GUI Final 7300.3.7.117 out to people, and we've ran into this error with people who had upgraded from SAP GUI 7.10.
    Our environmental variable uses saplogon.ini (SAPLOGON_INI_FILE) and points to c:\windows\saplogon.ini
    I don't know why the program is trying to search for saplogontree.xml.
    I've tried uninstalling, rebooting, reinstalling. Deleting some of the %appdata% SAP folders.
    I need some guidance as people who upgraded from GUI 7.20 do not run into this issue.

    This popup would make sense Jason,as the path C:\Windows\SapLogonTree.xml would not be a valid path to this file.
    Really, 7.10 should not have been used at all as an upgrade path as this had finished support in 2009
    If you have a small number of users with 7.10, it's recommend to remove it via add/remove programs in the OS, then install a clean 7.30 gui.
    The environment variable should not point to C:\Windows\ at all since this is a restricted folder in
    Windows Vista and higher, and will only cause further trouble later on in the updates
    See note http://service.sap.com/sap/support/notes/1409494
    Jude

  • An issue using the COM components supplied with SAP GUI 6.2 or 6.4

    We are having an issue using the COM components supplied with SAP GUI 6.2 or 6.4.  We used to have SAP 4.6c and now we have 5.0.  When we were on 4.6c, we used these COM components to logon and execute RFC calls and we had much success.  Now that we are on 5.0, we can’t seem to instance any SAP functions that have something to do with SAP Workflow.  We have experienced this problem when using VB6 or .NET, but our existing code that always worked is in VB 6.0.
    SAP Components used:
    o     SAP Logon Control
    o     SAP Function Control
    o     Librfc32.dll
    o     Other supporting C DLLs and/or COM object supplied with the SAP GUI installation.
    For example, if we want to call the RFC ARCHIV_CONNECTION_INSERT, this code fails in VB6 when the “Set objworkflow = objFuncCtrl.Add(strFunction)” line of code executes.  Instead of returning an instance of the object ARCHIV_CONNECTION_INSERT function, no object is created.  In 6.2, SAP raises no errors, but the object we are trying to create is still “Nothing”.  If we use 6.4, SAP raises an error “SAP data type not supported” via a message box and then the object is still = Nothing.  Interestingly enough, the 6.2 GUI COM controls don’t display the error dialog.  The message box that is shown comes from the SAP Function COM Object "SAP.Functions" (wdtfuncs.ocx).
    Now, what is interesting is if we use the same code to call a standard function or custom function that doesn’t have anything to do with SAP Workflow, then the code works fine.  Again, all of our code used to work just fine on an SAP 4.6 system.
    Here is the code that fails:
        'SAP Logon control - object for creating connections to an SAP system
        Dim objSAPLogonCtrl As Object
        'SAP connection object
        Dim objConnection As Object
        'Object that will represent the SAP function called
        Dim objSAP As Object
        'SAP function control object - object factory for creating other SAP function objects
        Dim objFuncCtrl As Object
        'Create instance of an SAP logon conrol
        Set objSAPLogonCtrl = CreateObject("SAP.Logoncontrol.1")
        'Create a connection object
        Set objConnection = objSAPLogonCtrl.NewConnection
        'Define connecion parameters
        objConnection.ApplicationServer = "sapvm"
        objConnection.SystemNumber = "00"
        objConnection.Client = "800"
        objConnection.User = "iissap"
        objConnection.Password = "tstadm"
        objConnection.Language = "E"
        objConnection.TraceLevel = 10
        'call the logon method of the connection object
        If objConnection.Logon(0, True) = False Then
            MsgBox Error
            Exit Sub
        End If
        'Create an instance of the SAP Function control object
        Set objFuncCtrl = CreateObject("SAP.Functions")
        'Set the function control connection object
        Set objFuncCtrl.Connection = objConnection
        'Function name to be generated and called
        Dim strFunction As String
        strFunction = <b>"ARCHIV_PROCESS_RFCINPUT"</b>
        'Create an instance of the function defined in strFunction
        Set objworkflow = objFuncCtrl.Add(strFunction)
        If objworkflow Is Nothing Then
            MsgBox "Could not create object " & strFunction
        Else
            MsgBox strFunction & " object created."
        End If
    If anyone has seen anything like this or has any ideas, please help!
    Mike and Hameed
    <b></b>

    Hi,
    documentation on the Scripting API is available at ftp://ftp.sap.com/pub/sapgui/win/640/scripting/docs/
    This API is a replacement of the existing, obsolete COM interfaces.
    Best regards,
    Christian

  • SAP GUI 7.10 Compatibility with ECC6 EHP4

    Hello,
    My company is on SAP GUI 7.10 Patch 8 and we are looking to install EHP 4 on our ECC6 system. Can someone tell me if we need to apply the latest patch to SAP GUI for EHP 4 support?
    Does anyone know if there are known issues with SAP GUI 7.10 Patch 8 and EHP 4 if we do not patch?
    Thanks,
    Pete

    Hello,
    We did not find any issue with this, hope all goes well with you.
    Thanks,
    Prasant K Paichha

  • In case of problems with SAP GUI for Java  ...

    Hello all,
    in case of having problems (errors, ABAP dumps etc.) with SAP GUI for Java, please create an OSS message on component BC-FES-JAV with information described in OSS note 326558
    http://www.service.sap.com/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700010521522001.
    This makes sure our official support channels get aware of your problem.
    Thanks and best regards
    Rolf-Martin

    Hello Rolf-Martin,
    i don't have access to this website to view the note.
    The version of the Suse libc is:
    GNU C Library stable release version 2.3.2, by Roland McGrath et al.
    Copyright (C) 2003 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    Compiled by GNU CC version 3.3 20030226 (prerelease) (SuSE Linux).
    Compiled on a Linux 2.4.20 system on 2003-03-13.
    Best Regards,
    Piotr Brostovski

  • Problem with SAP GUI for HTML

    Hi SDN
    I am creating a SAP transaction iView with SAP GUI for HTML. I have give the Transaction code VA01 but when i execute the the iView it is displaying the  SAP Easy Access screen in html. Can any one suggest me how to rectify this error and display the required transaction in html.
    Thanks in advance.
    Regards
    Basha

    Hi Basha,
    Try this in the browser:
    http://<host>:<port>/sap/bc/gui/sap/its/va01?sap-client=100(XXX)
    1) It will ask for the username and password
    2) Enter the credentials and it should directly take you to the VA01 transaction
    If it fails again, try this:
    http://<host>:<port>/sap/bc/gui/sap/its/vl31w?sap-client=100(XXX)
    This should display the "Create Inbound Delivery NotificationTitle Create Inbound Delivery Notification " sreen."
    If it faisl again, there is some problem with the way the ITS has set up. Check with your basis.
    Thanks,
    Sathya

  • Help with SAP GUI on Trial VMWare Edition

    I currently have a trial version of NetWeaver installed (SAP NetWeaver 7.0.1 Java + ABAP Trial VMWare Edition), but having problems getting the GUI to work.  The VM is using GNOME 2.12.2.
    I'm currently having trouble with SAP GUI.  According to SAP help, a requirement to run SAP GUI for HTML is Windows NT 4.0.  Since I'm using GNOME, I tried to get the Java version to work.
    When I try to launch SAP GUI, it gives me the following error:
    http://i.imgur.com/0ZBVI.png
    I wasn't able to troubleshoot the error, so I'm in the process of uninstalling this version of SAP GUI, and try installing again.  However, I'm having trouble performing the uninstall.  I did some reading, and it says to either run the SAPsweep.exe utility or NWSapSetup.exe.  But I can't find either of them on my machine (tried doing a system search, no luck).
    I found this thread to be helpful: Re: sapsweep.exe for SAPGUI 7.10 ?, but I'm not running on Windows.
    Thanks in advance for any input

    Hello Anoop.
    The error occurs because you have selected OLE DB for OLAP Provider in the Business Explorer selection.
    You can tell this from the following line in your sapsetup
    00:43:58 NwSapsAtlC  1W  Marking package SAPGUI_7.30 ({57F4A687-AE41-4BEA-9553-F852C36F8C1E}) as disabled: selected node OLE DB for OLAP Provider ({5390360A-98D9-4377-BD41-9A147392D000}) has failing condition.
    Since you don't have Office installed,you cannot use the Business Explorer modules.
    Run the installation again only selecting the components you require.
    Jude

  • BOE XI R2 compatibility with SAP GUI 7.1

    Hi Experts,
    Currently, my company has BO XI R2 SP2 working with SAP BW 3.5. We use BOE XI R2 integration kit for SAP which is compatible with SAP GUI 6.4
    Now we have upgraded system to BI 7.0. We also plan to upgrade the SAP GUI version to 7.1 as SAP has stopped support for SAP GUI version 6.4.
    Can anyone please let me know what version of which SP of BOE XI R2 for windows can support GUI 7.1?
    Thanks,
    Smruti

    Hi,
    you should be able to get the latest list of supported version at http://service.sap.com/bosap-support
    Ingo

  • Problem with SAP GUI 710 in SDP94

    Hi!
    In SDP94, with SAP GUI 640, I have thousand separator. But with SAP GUI 710 there isn't thousand separator. Why?
    The user would like to recover the thousand separator. How can i do?
    More information about my sap gui:
    File version : 7100.1.3.1029
    Version : 919412
    Thanks by advance,
    LB
    Message was edited by:
            Laurent BOUDART

    Hello,
    I am getting Coma seprator for neumeric values with GUI7.0
    see the details below
    SAP PC VERSION INFORMATION: saplogon.exe
    MAIN MODULE INFORMATION:
       Name............: saplogon.exe
       Description.....: SAP Logon for Windows
       Product version.: 710 Final Release
       File version....: 7100.1.0.1027
       Build number....: 0
    SYSTEM INFORMATION:
       Operating system: Whistler 5.1 (2600)
                         Service Pack 2
    LOADED MODULES:
    Name                                                                                Product-Version   File-Version     Size       Date/Time                    
    C:\Program Files\Common Files\Microsoft Shared\INK\SKCHUI.DLL                                                     1.0.1038.0        1.0.1038.0        000364607 07.02.2001  02:17            
    C:\Program Files\Common Files\system\ado\msado15.dll                                                              2.81.1128.0       2.81.1128.0       000536576 26.12.2006  18:37            
    C:\Program Files\Common Files\System\ado\msadox.dll                                                               2.81.1128.0       2.81.1128.0       000200704 26.12.2006  18:37            
    C:\Program Files\Common Files\system\ado\msadrh15.dll                                                             2.81.1117.0       2.81.1117.0       000057344 04.08.2004  13:30            
    C:\Program Files\Common Files\system\ole db\oledb32.dll                                                           2.81.1117.0       2.81.1117.0       000487424 04.08.2004  13:30            
    C:\Program Files\Common Files\system\ole db\OLEDB32R.DLL                                                          2.81.1117.0       2.81.1117.0       000065536 04.08.2004  13:30            
    C:\Program Files\SAP\FrontEnd\sapgui\dbghelp.dll                                                                  4.0.0018.0        4.0.18.0          000676864 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\gngmb.dll                                                                    -                  -                000131072 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\guixt.dll                                                                    2006.4.2          2006.4.2.0        001994802 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\LPRINTG.DLL                                                                  lprintg 7.10      7100.0.0.31       000921600 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapapihk.dll                                                                 1, 0, 0, 5        1.0.0.5           000151552 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapawole.dll                                                                 710 Final Release 7100.1.0.228      000077824 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapawrfc.dll                                                                 710 Final Release 7100.1.0.248      000073728 29.12.2006  15:15            
    c:\program files\sap\frontend\sapgui\sapcltfc.ocx                                                                 710 Final Release 7100.1.0.101      000339968 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapcomni.dll                                                                 710 Final Release 7100.1.0.27       001044480 29.12.2006  15:15            
    c:\program files\sap\frontend\sapgui\sapdatap.ocx                                                                 710 Final Release 7100.1.0.252      000454656 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapdpams.dll                                                                 710 Final Release 7100.1.0.819      001150976 29.12.2006  15:15            
    c:\program files\sap\frontend\sapgui\sapdpcts.ocx                                                                 710 Final Release 7100.1.0.210      000155648 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapfctrl.dll                                                                 710 Final Release 7100.1.0.313      000188416 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapfdraw.dll                                                                 710 Final Release 7100.1.0.253      000118784 23.01.2007  11:56            
    C:\Program Files\SAP\FrontEnd\sapgui\sapfewcb.dll                                                                 710 Final Release 7100.1.0.217      000077824 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapfewcls.dll                                                                710 Final Release 7100.1.0.4        000047104 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapfewcx.dll                                                                 710 Final Release 7100.1.0.209      000356352 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapfewdp.dll                                                                 710 Final Release 7100.1.0.112      000327680 09.01.2007  07:25            
    C:\Program Files\SAP\FrontEnd\sapgui\sapfewdr.dll                                                                 710 Final Release 7100.1.0.220      000090112 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapfewed.dll                                                                 710 Final Release 7100.1.0.9        000026624 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapfewnls.dll                                                                710 Final Release 7100.1.0.18       000081920 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapfewrm.dll                                                                 710 Final Release 7100.1.0.333      000122880 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapfewtr.dll                                                                 710 Final Release 7100.1.0.227      000073728 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapfewui.dll                                                                 710 Final Release 7100.1.0.385      000663552 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapfewut.dll                                                                 710 Final Release 7100.1.0.262      000094208 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapfhook.dll                                                                 710 Final Release 7100.1.0.206      000025088 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapfront.dll                                                                 710 Final Release 7100.1.0.3050     002162688 23.01.2007  11:56            
    C:\Program Files\SAP\FrontEnd\sapgui\sapguilib.dll                                                                710 Final Release 7100.1.0.8991     000700416 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapguirm.ocx                                                                 710 Final Release 7100.1.0.213      002752512 29.12.2006  15:15            
    c:\program files\sap\frontend\sapgui\sapguisv.ocx                                                                 710 Final Release 7100.1.0.239      000393216 29.12.2006  15:15            
    c:\program files\sap\frontend\sapgui\saphtml.ocx                                                                  710 Final Release 7100.1.0.75       000462848 29.12.2006  15:15            
    c:\program files\sap\frontend\sapgui\saphtmlp.dll                                                                 710 Final Release 7100.1.0.11       000069632 29.12.2006  15:15            
    c:\program files\sap\frontend\sapgui\sapimage.dll                                                                 710 Final Release 7100.1.0.29       000159744 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\saplgdll.dll                                                                 710 Final Release 7100.1.0.989      000323584 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\saplgnui.dll                                                                 710 Final Release 7100.1.0.23       000524288 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\saplogon.exe                                                                 710 Final Release 7100.1.0.1027     000520192 29.12.2006  10:05            
    C:\Program Files\SAP\FrontEnd\sapgui\sappcfvd.dll                                                                 710 Final Release 7100.1.0.25       000376832 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sappctxt.dll                                                                 710 Final Release 7100.1.0.21       000063488 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapshlib.dll                                                                 710 Final Release 7100.1.0.74       000659456 29.12.2006  15:15            
    c:\program files\sap\frontend\sapgui\saptabcn.ocx                                                                 710 Final Release 7100.1.0.223      000122880 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapthmcust.dll                                                               710 Final Release 7100.1.0.1013     000286720 29.12.2006  15:15            
    C:\Program Files\SAP\FrontEnd\sapgui\sapthmdrw.dll                                                                710 Final Release 7100.1.0.102      000081920 29.12.2006  15:15            
    c:\program files\sap\frontend\sapgui\saptoolb.dll                                                                 710 Final Release 7100.1.0.56       000458752 29.12.2006  15:15            
    c:\PROGRA~1\sap\frontend\sapgui\AG7AS.dll                                                                         7100.0.4300.0     7100.0.4300.0     001265664 29.12.2006  15:15            
    c:\PROGRA~1\sap\frontend\sapgui\gridview.ocx                                                                      710 Final Release 7100.1.0.704      000520192 29.12.2006  15:15            
    c:\PROGRA1\sap\frontend\sapgui\ICDATA1.OCX                                                                      1, 0, 1, 31       1.0.1.31          000798720 17.06.2004  12:59            
    c:\PROGRA~1\sap\frontend\sapgui\sapfewin.ocx                                                                      710 Final Release 7100.1.0.257      000245760 29.12.2006  15:15            
    c:\PROGRA~1\sap\frontend\sapgui\sapsplit.ocx                                                                      710 Final Release 7100.1.0.422      000102400 29.12.2006  15:15            
    c:\PROGRA~1\sap\frontend\sapgui\wdbdadpt.ocx                                                                      350 Final Release 3500.11.0.22      000135976 26.12.2006  07:45            
    c:\PROGRA~1\sap\frontend\sapgui\wdtaocx.ocx                                                                       710 Final Release 7100.1.0.61       002756608 29.12.2006  15:15            
    c:\PROGRA~1\sap\frontend\sapgui\wdttree.ocx                                                                       710 Final Release 7100.1.0.286      000708608 08.01.2007  10:38            
    C:\WINDOWS\IME\SPGRMR.DLL                                                                                5.1.2600.2180     5.1.2600.2180     000062976 04.08.2004  13:30            
    C:\WINDOWS\ime\sptip.dll                                                                                5.1.2600.2180     5.1.2600.2180     000250880 04.08.2004  13:30            
    C:\WINDOWS\system32\ACTIVEDS.dll                                                                                5.1.2600.2180     5.1.2600.2180     000194048 04.08.2004  13:30            
    C:\WINDOWS\system32\adsldpc.dll                                                                                5.1.2600.2180     5.1.2600.2180     000143360 04.08.2004  13:30            
    C:\WINDOWS\system32\ADVAPI32.dll                                                                                5.1.2600.2180     5.1.2600.2180     000616960 04.08.2004  13:30            
    C:\WINDOWS\system32\appHelp.dll                                                                                5.1.2600.2180     5.1.2600.2180     000126976 04.08.2004  13:30            
    C:\WINDOWS\system32\asycfilt.dll                                                                                5.1.2600.2180     5.1.2600.2180     000065024 04.08.2004  13:30            
    C:\WINDOWS\system32\ATL.DLL                                                                                6.05.2284         3.5.2284.0        000058880 04.08.2004  13:30            
    C:\WINDOWS\system32\browseui.dll                                                                                6.00.2900.3157    6.0.2900.3157     001022976 15.06.2007  13:42            
    C:\WINDOWS\system32\CLBCATQ.DLL                                                                                3.0.0.4414        2001.12.4414.308  000498688 26.07.2005  10:09            
    C:\WINDOWS\system32\CLUSAPI.DLL                                                                                5.1.2600.2180     5.1.2600.2180     000057856 04.08.2004  13:30            
    C:\WINDOWS\system32\colbact.DLL                                                                                3.0.0.4414        2001.12.4414.308  000060416 26.07.2005  10:09            
    C:\WINDOWS\system32\COMCTL32.dll                                                                                6.00.2900.2982    5.82.2900.2982    000617472 25.08.2006  21:15            
    C:\WINDOWS\system32\comdlg32.dll                                                                                6.00.2900.2180    6.0.2900.2180     000276992 04.08.2004  13:30            
    C:\WINDOWS\system32\COMRes.dll                                                                                3.0.0.4414        2001.12.4414.258  000792064 04.08.2004  13:30            
    C:\WINDOWS\system32\comsvcs.dll                                                                                3.0.0.4414        2001.12.4414.308  001267200 26.07.2005  10:09            
    C:\WINDOWS\system32\credui.dll                                                                                5.1.2600.2180     5.1.2600.2180     000163840 04.08.2004  13:30            
    C:\WINDOWS\system32\CRYPT32.dll                                                                                5.131.2600.2180   5.131.2600.2180   000597504 04.08.2004  13:30            
    C:\WINDOWS\system32\CRYPTUI.dll                                                                                5.131.2600.2180   5.131.2600.2180   000512512 04.08.2004  13:30            
    C:\WINDOWS\System32\CSCDLL.dll                                                                                5.1.2600.2180     5.1.2600.2180     000101888 04.08.2004  13:30            
    C:\WINDOWS\System32\cscui.dll                                                                                5.1.2600.2180     5.1.2600.2180     000326656 04.08.2004  13:30            
    C:\WINDOWS\system32\DHCPCSVC.DLL                                                                                5.1.2600.2912     5.1.2600.2912     000112128 19.05.2006  19:16            
    C:\WINDOWS\system32\DNSAPI.dll                                                                                5.1.2600.2938     5.1.2600.2938     000147456 26.06.2006  23:15            
    C:\WINDOWS\system32\ESENT.dll                                                                                5.1.2600.2780     5.1.2600.2780     001082368 21.10.2005  03:50            
    C:\WINDOWS\system32\expsrv.dll                                                                                6.0               6.0.72.9589       000380957 04.08.2004  13:30            
    C:\WINDOWS\system32\GDI32.dll                                                                                5.1.2600.3159     5.1.2600.3159     000282112 19.06.2007  19:07            
    C:\WINDOWS\system32\hnetcfg.dll                                                                                5.1.2600.2180     5.1.2600.2180     000344064 04.08.2004  13:30            
    C:\WINDOWS\system32\IMAGEHLP.dll                                                                                5.1.2600.2180     5.1.2600.2180     000144384 04.08.2004  13:30            
    C:\WINDOWS\system32\IMM32.dll                                                                                5.1.2600.2180     5.1.2600.2180     000110080 04.08.2004  13:30            
    C:\WINDOWS\system32\iphlpapi.dll                                                                                5.1.2600.2912     5.1.2600.2912     000094720 19.05.2006  19:16            
    c:\windows\system32\jscript.dll                                                                                5.6.0.8831        5.6.0.8831        000450560 18.05.2006  10:54            
    C:\WINDOWS\system32\kernel32.dll                                                                                5.1.2600.3119     5.1.2600.3119     000984576 16.04.2007  21:22            
    C:\WINDOWS\system32\LIBRFC32.dll                                                                                7100.0.0          7100.0.0.5288     003743744 29.12.2006  15:15            
    C:\WINDOWS\system32\LINKINFO.dll                                                                                5.1.2600.2751     5.1.2600.2751     000019968 01.09.2005  07:14            
    C:\WINDOWS\system32\MFC42.DLL                                                                                6.2.4.0           6.2.4131.0        001028096 04.08.2004  13:30            
    C:\WINDOWS\system32\MFC71.DLL                                                                                7.10.3077.0       7.10.3077.0       001060864 27.05.2004  11:28            
    C:\WINDOWS\system32\midimap.dll                                                                                5.1.2600.2180     5.1.2600.2180     000018944 04.08.2004  13:30            
    C:\WINDOWS\system32\MLANG.dll                                                                                6.00.2900.2180    6.0.2900.2180     000586240 04.08.2004  13:30            
    C:\WINDOWS\system32\MPRAPI.dll                                                                                5.1.2600.2180     5.1.2600.2180     000087040 04.08.2004  13:30            
    C:\WINDOWS\system32\MSACM32.dll                                                                                5.1.2600.2180     5.1.2600.2180     000071680 04.08.2004  13:30            
    C:\WINDOWS\system32\msacm32.drv                                                                                5.1.2600.0        5.1.2600.0        000020480 04.08.2004  13:30            
    C:\WINDOWS\system32\MSASN1.dll                                                                                5.1.2600.2180     5.1.2600.2180     000057344 04.08.2004  13:30            
    C:\WINDOWS\system32\MSCTF.dll                                                                                5.1.2600.2180     5.1.2600.2180     000294400 04.08.2004  13:30            
    C:\WINDOWS\system32\MSDART.DLL                                                                                2.81.1117.0       2.81.1117.0       000151552 04.08.2004  13:30            
    C:\WINDOWS\system32\mshtml.dll                                                                                6.00.2900.3157    6.0.2900.3157     003064320 15.06.2007  13:42            
    C:\WINDOWS\system32\msi.dll                                                                                3.1.4000.4039     3.1.4000.4039     002854400 18.04.2007  21:42            
    C:\WINDOWS\system32\msimtf.dll                                                                                5.1.2600.2180     5.1.2600.2180     000159232 04.08.2004  13:30            
    C:\WINDOWS\system32\msjet40.dll                                                                                4.00.8618.0       4.0.8618.0        001507356 04.08.2004  13:30            
    C:\WINDOWS\system32\msjetoledb40.dll                                                                              4.0.8227.0        4.0.8227.0        000358976 04.08.2004  13:30            
    C:\WINDOWS\system32\MSJINT40.DLL                                                                                4.00.8905.0       4.0.8905.0        000151583 04.08.2004  13:30            
    C:\WINDOWS\system32\msjter40.dll                                                                                4.00.6508.0       4.0.6508.0        000053279 04.08.2004  13:30            
    C:\WINDOWS\system32\msjtes40.dll                                                                                4.00.8618.0       4.0.8618.0        000241693 04.08.2004  13:30            
    C:\WINDOWS\system32\mslbui.dll                                                                                5.1.2600.2180     5.1.2600.2180     000025088 04.08.2004  13:30            
    C:\WINDOWS\system32\msls31.dll                                                                                3.10.0.0          3.10.349.0        000146432 04.08.2004  13:30            
    C:\WINDOWS\system32\MSVCP60.dll                                                                                6.02.3104.0       6.2.3104.0        000413696 04.08.2004  13:30            
    C:\WINDOWS\system32\MSVCP71.dll                                                                                7.10.3077.0       7.10.3077.0       000499712 27.05.2004  11:28            
    C:\WINDOWS\system32\MSVCR71.dll                                                                                7.10.3052.4       7.10.3052.4       000348160 27.05.2004  11:28            
    C:\WINDOWS\system32\msvcrt.dll                                                                                7.0.2600.2180     7.0.2600.2180     000343040 04.08.2004  13:30            
    C:\WINDOWS\System32\mswsock.dll                                                                                5.1.2600.2180     5.1.2600.2180     000245248 04.08.2004  13:30            
    C:\WINDOWS\system32\mswstr10.dll                                                                                4.00.8905.0       4.0.8905.0        000614429 04.08.2004  13:30            
    C:\WINDOWS\system32\msxml3.dll                                                                                8.90.1101.0       8.90.1101.0       001104896 26.06.2007  11:38            
    C:\WINDOWS\system32\MTXCLU.DLL                                                                                3.1.0.4414        2001.12.4414.311  000066560 02.03.2006  01:12            
    C:\WINDOWS\system32\NETAPI32.dll                                                                                5.1.2600.2976     5.1.2600.2976     000332288 17.08.2006  17:58            
    C:\WINDOWS\system32\netman.dll                                                                                5.1.2600.2743     5.1.2600.2743     000197632 22.08.2005  23:59            
    C:\WINDOWS\system32\netshell.dll                                                                                5.1.2600.2180     5.1.2600.2180     001708032 04.08.2004  13:30            
    C:\WINDOWS\system32\ntdll.dll                                                                                5.1.2600.2180     5.1.2600.2180     000708096 04.08.2004  13:30            
    C:\WINDOWS\system32\ntshrui.dll                                                                                5.1.2600.2180     5.1.2600.2180     000143872 04.08.2004  13:30            
    C:\WINDOWS\system32\ole32.dll                                                                                5.1.2600.2726     5.1.2600.2726     001285120 26.07.2005  10:09            
    C:\WINDOWS\system32\OLEACC.dll                                                                                5.1.2600.0        4.2.5406.0        000163328 04.08.2004  13:30            
    C:\WINDOWS\system32\OLEAUT32.dll                                                                                5.1.2600.3139     5.1.2600.3139     000549376 17.05.2007  16:58            
    C:\WINDOWS\system32\OLEPRO32.DLL                                                                                5.1.2600.2180     5.1.2600.2180     000083456 04.08.2004  13:30            
    C:\WINDOWS\system32\PSAPI.DLL                                                                                5.1.2600.2180     5.1.2600.2180     000023040 04.08.2004  13:30            
    C:\WINDOWS\system32\rasadhlp.dll                                                                                5.1.2600.2938     5.1.2600.2938     000007680 26.06.2006  23:15            
    C:\WINDOWS\system32\RASAPI32.dll                                                                                5.1.2600.2180     5.1.2600.2180     000236544 04.08.2004  13:30            
    C:\WINDOWS\system32\rasman.dll                                                                                5.1.2600.2180     5.1.2600.2180     000061440 04.08.2004  13:30            
    C:\WINDOWS\system32\RESUTILS.DLL                                                                                5.1.2600.2180     5.1.2600.2180     000058880 04.08.2004  13:30            
    C:\WINDOWS\system32\RPCRT4.dll                                                                                5.1.2600.2794     5.1.2600.2794     000581632 11.11.2005  08:52            
    C:\WINDOWS\system32\rtutils.dll                                                                                5.1.2600.2180     5.1.2600.2180     000044032 04.08.2004  13:30            
    C:\WINDOWS\system32\SAMLIB.dll                                                                                5.1.2600.2180     5.1.2600.2180     000064000 04.08.2004  13:30            
    C:\WINDOWS\system32\sapbtmp.dll                                                                                710 Final Release 7100.1.0.1309     001650688 29.12.2006  15:15            
    C:\WINDOWS\system32\Secur32.dll                                                                                5.1.2600.2180     5.1.2600.2180     000055808 04.08.2004  13:30            
    C:\WINDOWS\system32\SETUPAPI.dll                                                                                5.1.2600.2180     5.1.2600.2180     000983552 04.08.2004  13:30            
    C:\WINDOWS\system32\shdoclc.dll                                                                                6.00.2900.2180    6.0.2900.2180     000549376 04.08.2004  13:30            
    C:\WINDOWS\system32\shdocvw.dll                                                                                6.00.2900.3157    6.0.2900.3157     001498112 15.06.2007  13:42            
    C:\WINDOWS\system32\SHELL32.dll                                                                                6.00.2900.3051    6.0.2900.3051     008458752 20.12.2006  03:20            
    C:\WINDOWS\system32\SHLWAPI.dll                                                                                6.00.2900.3157    6.0.2900.3157     000474112 15.06.2007  13:42            
    C:\WINDOWS\system32\SXS.DLL                                                                                5.1.2600.3019     5.1.2600.3019     000713216 19.10.2006  19:26            
    C:\WINDOWS\system32\SYNCOR11.DLL                                                                                0.1.2.3           0.1.2.3           000040820 07.11.2002  07:30            
    C:\WINDOWS\system32\TAPI32.dll                                                                                5.1.2600.2180     5.1.2600.2180     000181760 04.08.2004  13:30            
    C:\WINDOWS\system32\urlmon.dll                                                                                6.00.2900.3157    6.0.2900.3157     000616960 15.06.2007  13:42            
    C:\WINDOWS\system32\USER32.dll                                                                                5.1.2600.3099     5.1.2600.3099     000578048 08.03.2007  21:18            
    C:\WINDOWS\system32\USERENV.dll                                                                                5.1.2600.2180     5.1.2600.2180     000723456 04.08.2004  13:30            
    C:\WINDOWS\system32\UxTheme.dll                                                                                6.00.2900.2180    6.0.2900.2180     000218624 04.08.2004  13:30            
    C:\WINDOWS\system32\VBAJET32.DLL                                                                                6.0               6.0.1.9431        000030749 04.08.2004  13:30            
    C:\WINDOWS\system32\VERSION.dll                                                                                5.1.2600.2180     5.1.2600.2180     000018944 04.08.2004  13:30            
    C:\WINDOWS\system32\wdmaud.drv                                                                                5.1.2600.2180     5.1.2600.2180     000023552 04.08.2004  13:26            
    C:\WINDOWS\system32\WININET.dll                                                                                6.00.2900.3164    6.0.2900.3164     000665600 26.06.2007  20:05            
    C:\WINDOWS\system32\WINMM.dll                                                                                5.1.2600.2180     5.1.2600.2180     000176128 04.08.2004  13:30            
    C:\WINDOWS\System32\winrnr.dll                                                                                5.1.2600.2180     5.1.2600.2180     000016896 04.08.2004  13:30            
    C:\WINDOWS\system32\WINSPOOL.DRV                                                                                5.1.2600.2180     5.1.2600.2180     000146432 04.08.2004  13:30            
    C:\WINDOWS\system32\WINSTA.dll                                                                                5.1.2600.2180     5.1.2600.2180     000053760 04.08.2004  13:30            
    C:\WINDOWS\system32\WINTRUST.dll                                                                                5.131.2600.2180   5.131.2600.2180   000176640 04.08.2004  13:30            
    C:\WINDOWS\system32\WLDAP32.dll                                                                                5.1.2600.2180     5.1.2600.2180     000172032 04.08.2004  13:30            
    C:\WINDOWS\system32\WMI.dll                                                                                5.1.2600.2180     5.1.2600.2180     000005632 04.08.2004  13:30            
    C:\WINDOWS\system32\WS2_32.dll                                                                                5.1.2600.2180     5.1.2600.2180     000082944 04.08.2004  13:30            
    C:\WINDOWS\system32\WS2HELP.dll                                                                                5.1.2600.2180     5.1.2600.2180     000019968 04.08.2004  13:30            
    C:\WINDOWS\System32\wshtcpip.dll                                                                                5.1.2600.2180     5.1.2600.2180     000019968 04.08.2004  13:30            
    C:\WINDOWS\system32\WSOCK32.dll                                                                                5.1.2600.2180     5.1.2600.2180     000022528 04.08.2004  13:30            
    C:\WINDOWS\system32\WTSAPI32.dll                                                                                5.1.2600.2180     5.1.2600.2180     000018432 04.08.2004  13:30            
    C:\WINDOWS\system32\WZCSAPI.DLL                                                                                5.1.2600.2180     5.1.2600.2180     000051712 04.08.2004  13:30            
    C:\WINDOWS\system32\WZCSvc.DLL                                                                                5.1.2600.2180     5.1.2600.2180     000359936 04.08.2004  13:30            
    C:\WINDOWS\system32\xpsp2res.dll                                                                                5.1.2600.2180     5.1.2600.2180     002897920 04.08.2004  13:30            
    C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.49_x-ww_0de06ad4\MSVCP80.dll                  8.00.50727.49     8.0.50727.49      000548864 02.12.2005  20:00            
    C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.49_x-ww_0de06ad4\MSVCR80.dll                  8.00.50727.49     8.0.50727.49      000626688 02.12.2005  20:00            
    C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFC_1fc8b3b9a1e18e3b_8.0.50727.49_x-ww_dec6ddd9\MFC80.DLL                    8.00.50727.49     8.0.50727.49      001093632 02.12.2005  21:31            
    C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFCLOC_1fc8b3b9a1e18e3b_8.0.50727.49_x-ww_3415f6d7\MFC80ENU.DLL              8.00.50727.49     8.0.50727.49      000057344 02.12.2005  21:12            
    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\COMCTL32.dll 6.00.2900.2982    6.0.2900.2982     001054208 25.08.2006  08:45            
    THE END.

  • Error messages Sap gui 7.1 pl 6 and 7 + guixt

    Hello,
    We have a problem with SAP GUI 7.10 PL 6 and 7 in combination with GUIXT  2008-Q2-1. When the user is starting a transaction that is combined with GUIXT, they are getting mostly three error messages:
    Message 1:
    "Not enough memory - please increase virtual memory (get memory:length=25728 file=C:\Source\grilb\..\grlib\smtable.cpp line=13)"
    Message 2:
    "Not enough memory for internal table (table name=cntl occu=32 leng=804)"
    Message 3:
    "PRD: maximum work process hold time execeeded"
    The problems occur  since patch level 6. We tried somes solutions:
    Solution 1:
    Install the newest  version of GUIXT, no results.
    Solution 2:
    Upgrade SAP GUI with patch level  7, no results.
    Solution 3:
    Uninstall SAP GUI 7.1 PL 7 and reinstall  an older version of  SAP GUI 7.1 PL3, the problem is solved.  
    Can someone tell me what these error messages mean and if there has been a bug in SAP GUI 7.10 patch level 6 and 7?
    Thanks,
    Alex

    Hi Matthew,
    I do not know whether A. De Cesare and Steve Wojnicki still see this issue in their installations. In my comment above I suggested to use a higher SAP GUI patch level (PL8 or above).
    We (Synactive) could not yet find out what is causing this problem; a couple of installations reported it in the past. What we found out is that
      - the error occurs with SAP GUI 7.10 PL6 and PL7, but never occured in earlier patch levels or in later patch levels
      - it occurs on certain PCs only, but we do not know what differentiates those PCs from others that run the same application+scripts without problems
    Gerhard

  • Critical Error in SAP GUI 7

    Hi gurus,
    I am executing one query, that query is executing fine in  SAP 3.x frontend , but when i am executing the same query in SAP GUI 7.0,  it is throwing up the error as :
    " A critical program error has occured.
    The program will now terminate.
    Please refer to the trace for the further information."
    Please help what could be the issue with SAP GUI 7.0.

    Generally, this kinds of error was caused by imcompatiable of 3.5 and 7.0, especially for the query with variable or something else.
    Install the latest patch may helps.
    Or try to copy your query and migrate it to 7.0 or simply create a same query in 7.0

  • Getting a front exception error in sap gui

    hi to all experts,
                            i have an ides ecc 6.0 system with sap gui 640 patch 31 . im getting this error Windows GUI 640 Exception 0xC000008E with ID=0x5AF34A26/0x10058D69 occurred (PL=31)
    Please search this note for this keyword 0x5AF34A26/0x10058D69:
    0499555 Exceptions in SAPGUI for Windows
    If the keyword isn't listed in this note, please open a call on component BC-FES-GUI with a description how to reproduce this bug. Furthermore save this email and wait until the SAPGUI support gives you an email address to send it to.
    Meanwhile, please apply note 520688 to optimize the trace result.
    please help me out how to solve the error

    You try install path 32
    go to:  https://forums.sdn.sap.com/click.jspa?searchID=19954340&messageID=6264618
    or
    you back to the version old
    t-code se38 -- UtilitiesSettings changed the radiobutton to Front End editor (old), because your version of  SAP GUI path < 32 you obtain dump if you select the Front End editor (new)
    I hope that this it help you
    Cordial greetings.

  • Hi all. I recently restore my old iphone 5 on my new 6. I'm having problems with bluetooth devices. The ones that were already paired with the old one are not showing in the list, and most of them(not all) are not working or pairing. I already restod

    Hi all. I recently restore my old iphone 5 on my new 6. I'm having problems with bluetooth devices. The ones that were already paired with the old one are not showing in the list, and most of them(not all) are not working or pairing. I already restored network settings to no avail. Any ideas?

    What's more, they don't even show on the bluetooth devices list..

  • SAP GUI with SNC logon and Hummingbird Exceed - SAP GUI window size issue

    We have discovered an issue when SAP GUI 7.10 is used to logon via SNC and Hummingbird Exceed is used on the same workstation to logon to a UNIX system either via x-windows or telnet.
    When the user logs onto a UNIX system using Hummingbird Exceed, then uses SAP GUI to logon to a SAP system with SNC authentication, the SAP GUI authentication works, but the favourites list is not fully displayed and has to be resized before any of the entries are available.
    Has anybody else seen this issue, and do they know if there is a fix available ? We wondered if there might be an issue with fonts or some other sort of conflict between Exceed and SAP GUI, but it is strange that the problem only occurs if SNC authentication is being used, and when userid+password is used to logon to SAP the problem does not occur.
    Cheers,
    Tim

    Hello Tim and Wolfgang,
    I was curious too as I found it interesting... so I tested a few combinations, but could not reproduce what Tim has described, at least not before my CPU reached 100% and the applications stopped responding (~2GHz processor, 1GB RAM, 48 kbps connection, latency ~ 2 x width of the Pacific Ocean, but Backend 7.00!).
    However I did notice some indications which might be a help (based on 7.00!):
    Back in 4.?? there was a problem in that large menus could not be searched(!). Sorry, I don't have access to SAP now, but from memory the note # was 444043 (or very similar) and introduced a form routine for large menus - from a printscreen I still have the message number which led me to the note - 'I476(S#)'.
    The system certainly distinguishes between MENU_TYPEs and the above note corrections could be found in several locations relating to the SAP menu 'S', the role menu 'A' etc, but I could only see that for favourites 'F' this is implemented for the menu search (when searching, not when loading).
    @ Tim: Ask you customer to create a favourites menu which only has 1 node or max 2 (certainly not more than 4!) and ~ 20 executable objects in it (not more than 30!)? Can they under any conditions achieve the described problem with such a menu?
    If not possible to reproduce, then the closest I could guess is a maximum limit of 4 nodes and max 30 objects for a 'F'avourite menu, before it is a minimum candidate for "performance problems" and consideration to be converted to a role ('A'ctivity group) menu instead.
    Sorry that I can only help by speculating, because I could not reproduce what you have described.
    Hopefully this problem will not happen to me in the New Year, and hope you will solve it for the rest of the year
    Cheers,
    Julius
    Updated memory (not RAM) by: Julius Bussche on Jan 3, 2008 9:07 AM

  • App-V 5 SP1: Error with SAP GUI 7.3

    Hallo!
    We work on a project to use SAP GUI 7.3 with latest fixes with App-V 5. This works fine so far with the exception of only one transaction in SAP - SWDD. This windows shows no icons on top. After waiting for a while this transaction stops working and SAP
    GUI crashes. SAP support says it's an error with App-V. So we tried to find some error with process monitor. We are able to see many of these errors:
    Date & Time: 19.11.2013 11:02:26
    Event Class: Registry
    Operation: RegOpenKey
    Result: NAME NOT FOUND
    Path: HKU\S-1-5-21-1393060369-1102717077-1881041405-25977_CLASSES\AppV\Client\Packages\4782139E-FD11-4C4D-84FB-57E849A8B823\Registry\Machine\Software\Classes\CLSID\{3BE786A0-0366-4F5C-9434-25CF162E475E}\ExtendedErrors
    TID: 10504
    Duration: 0.0000049
    Desired Access: Maximum Allowed
    Date & Time: 19.11.2013 11:02:31
    Event Class: Registry
    Operation: RegEnumKey
    Result: BUFFER TOO SMALL
    Path: HKCR\CLSID\{3BE786A0-0366-4F5C-9434-25CF162E475E}\ExtendedErrors
    TID: 10504
    Duration: 0.0000021
    Index: 0
    Length: 0
    Date & Time: 19.11.2013 11:02:31
    Event Class: Registry
    Operation: RegOpenKey
    Result: NAME NOT FOUND
    Path: HKLM\SOFTWARE\Microsoft\AppV\Client\Packages\4782139E-FD11-4C4D-84FB-57E849A8B823\Versions\E7BFC8A3-BB43-4739-A7A8-604AA3A68E84\Registry\Machine\Software\Classes\CLSID\{3BE786A0-0366-4F5C-9434-25CF162E475E}\ExtendedErrors
    TID: 10504
    Duration: 0.0000123
    Desired Access: Maximum Allowed
    There are hundreds of these entries. What are these NAME NOT FOUND errors? Did anyone of you successful sequence SAP Gui 7.3 with App-V 5?
    Thanks for help.
    Dietmar

    Hello,
    See this topic which explains BUFFER TO SMALL.
    http://blogs.technet.com/b/markrussinovich/archive/2005/05/17/buffer-overflows.aspx
    The Name not found indicates that it is looking for a registry key (location is the path) and not finding it. That may not be a problem, as it usually traverses multiple locations (HKCU and / or HKLM, native and virtual..).
    First question is;
    On a machine with SAP installed natively - is there an entry named;
    HKLM\Software\Classes\CLSID\{3BE786A0-0366-4F5C-9434-25CF162E475E}\ExtendedErrors
    or
    HKCU\Software\Classes\CLSID\{3BE786A0-0366-4F5C-9434-25CF162E475E}\ExtendedErrors
    If yes, does it exist in the package?
    Nicke Källén | The Knack| Twitter:
    @Znackattack

Maybe you are looking for