Php_saprfc.dll - %1 is not a valid Win32 Application

I have a fresh install of PHP 4.4.1 working beautifully. c:/winnt/php.ini is set to look in d:/php/extensions and this is working because I've successfully installed php_gd2.dll and libpdf_php.dll.
I place php_saprfc.dll from saprfc-1.4.1-4.4.1.Win32.zip into d:/php/extensions and librfc32.dll into c:/winnt
When I place extension=php_saprfc.dll into php.ini I get an alert box on the server Desktop - "Unknown(): Unable to load dynamic library 'd:\php\extensions\php_saprfc.dll' - %1 is not a valid Win32 application."
I've tried following exactly the same installation procedure on a different machine and all works well - the only difference is that PHP on this machine is installed on the same drive as the system. The production machine has PHP installed on a seperate drive.
OS is Win2K3 and I'm running IIS6 with PHP called as CGI.
Any advice gratefully received.

humm,
AFAIK these kind of %1... errors refer to some kind of a missing dependency situation, so I'd suspect the librfc32.dll to be broken, missing, or something like that.
Maybe in the context of th IIS there is a path problem. Could it be that you have a path variable containing a path to another librfc32.dll with a space in it (like in Program Files). If this is in the path before the system directories, the php-cgi is called like
'execute' C:Program Filespath_to_sapguilibrfc32.dll
In this case the program called (%1) were C:\Program and not the whole stuff. 'Files\path_to_sapgui\librfc32.dll' is then considered to be an additional parameter to.
Unfortunately there's a lot of different situations which lead to such errors.
Me personally, I do often end up to put the php base directory on the path, set the PHPRC env variable to the system dirs and (definitely reduntantly) copy the php5apache2.dll, phpisapi.dll, etc from the php base dir to the system directories and scan the whole system for eventual alternate php.ini files.
Inever found (myself or in any php forum) a pattern common to this problems.
regards,
anton

Similar Messages

  • HFMDriver.dll: %1 is not a valid Win32 application

    I have a Single Server Windows 2008 R2 64bit setup for Hyperion 11.1.2.1 and ODI 11.1.1.5.0
    I am not able to Reverse the Sample HFM application. I get the below error.
    Below are the things I have tried:
    1. Moved HFMDriver.dll and HFMDriver64.dll from C:\Oracle\product\11.1.1\Oracle_ODI_1\oracledi.sdk\lib to C:\Oracle\product\11.1.1\Oracle_ODI_1\oracledi\agent\drivers
    2. Converted HFMDriver.dll to HFMDriver32.dll and HFMDriver64.dll to HFMDriver.dll in C:\Oracle\product\11.1.1\Oracle_ODI_1\oracledi\agent\drivers -> Still getting Error
    3. Converted HFMDriver.dll to HFMDriver32.dll and HFMDriver64.dll to HFMDriver.dll in all the location -> Still getting Error
    I would really appreciate all the help
    C:\Oracle\product\11.1.1\Oracle_ODI_1\oracledi\agent\bin>C:\oracle\product\11.1.1\Oracle_ODI_1\oracledi\agent\bin\agent.bat "-NAME=oraclediagent" "-PORT=8001"
    OracleDI: Starting Agent ...
    2013-05-01 17:34:20.309 NOTIFICATION ODI-1128 Agent oraclediagent is starting. Application Server: STANDALONE. Agent Version: 11.1.1.5.0 - 22/04/2011. Port: 8001. JMX Port: 9001.
    2013-05-01 17:35:20.285 NOTIFICATION ODI-1136 Starting Schedulers on Agent oraclediagent.
    2013-05-01 17:35:23.698 NOTIFICATION ODI-1111 Agent oraclediagent started. Agent version: 11.1.1.5.0 - 22/04/2011. Port: 8001. JMX Port: 9001.
    2013-05-01 17:35:25.912 NOTIFICATION ODI-1137 Scheduler started for work repository WORKREP1 on Agent oraclediagent.
    java.lang.UnsatisfiedLinkError: C:\Oracle\product\11.1.1\Oracle_ODI_1\oracledi\agent\drivers\HFMDriver.dll: %1 is not a valid Win32 application
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1803)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1728)
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    at java.lang.System.loadLibrary(System.java:1028)
    at com.hyperion.odi.hfm.wrapper.HFMDriverJNI.getDriver(HFMDriverJNI.java:19)
    at com.hyperion.odi.hfm.wrapper.HFMServer.<init>(HFMServer.java:26)
    at com.hyperion.odi.hfm.ODIHFMAppConnection.<init>(ODIHFMAppConnection.java:51)
    at com.hyperion.odi.hfm.ODIHFMAppReverser.connect(ODIHFMAppReverser.java:27)
    at com.hyperion.odi.common.ODIModelImporter.importModels(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:175)
    at org.python.core.PyObject.__call__(PyObject.java:355)
    at org.python.core.PyMethod.__call__(PyMethod.java:215)
    at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:221)
    at org.python.core.PyMethod.__call__(PyMethod.java:206)
    at org.python.core.PyObject.__call__(PyObject.java:381)
    at org.python.core.PyObject.__call__(PyObject.java:385)
    at org.python.pycode._pyx0.f$0(<string>:38)
    at org.python.pycode._pyx0.call_function(<string>)
    at org.python.core.PyTableCode.call(PyTableCode.java:165)
    at org.python.core.PyCode.call(PyCode.java:18)
    at org.python.core.Py.runCode(Py.java:1204)
    at org.python.core.Py.exec(Py.java:1248)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java:172)
    at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:144)
    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:346)
    at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2457)
    at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:47)
    at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
    at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2906)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2609)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:453)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1740)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:338)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:214)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:272)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:263)
    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:822)
    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:123)
    at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82) at java.lang.Thread.run(Thread.java:619)
    2013-05-01 17:41:31.170 ERROR ODI-1217 Session HFMSAMPLE (14001) fails with return code 7000.

    Hi,
    have you got the 64 bit driver?
    This is the documentation.
    http://docs.oracle.com/cd/E23943_01/integrate.1111/e12644/hyperion_fm.htm#CHDGDJFF
    in an old post i saw this
    ODI Setup Steps to Integrate with Financial Management
    To setup the ODI to integrate with Financial Management:
    Rename odiparams.bat located at <ODI_HOME>\oracledi\agent\bin to odiparams.bat.backup.
    The default installation location is C:\app\Oracle\product\11.1.1\Oracle_ODI_1.
    Download Oracle Data Integrator Companion CD 11.1.1.6.2.
    Unzip the contents of the Companion CD to the temp directory.
    Unzip oracledi-agent-standalone.zip.
    Copy the contents to: <ODI_HOME>.
    Make a backup of the HFMDriver.DLL.
    For the 32 bit operating system, copy HFMDriver32_11.1.2.2.dll as HFMDriver.DLL.
    For the 64bit operating system, copy HFMDriver64_11.1.2.2.dll as HFMDriver.DLL.
    Rename odiparams.bat.backup from Step 1 to odiparams.
    Edit the PATH to include: <ODI_HOME>\oracledi.sdk\libthis is the link
    Issue while Reverse Engineering the HFM Application

  • UnsatisfiedLinkError: ocijdbc10.dll: %1 is not a valid Win32 application

    we are running 64-bit Oracle client and getting the following exception in JDBC application when trying to use OCI JDBC URL:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\oracle\product\10.2.0\db_1\BIN\ocijdbc10.dll: %1 is not a valid Win32 application
    Obviously this is an incompatibility with Oracle 64-bit and JRE 32-bit. Should we install JRE 64-bit? We use Intel's hardware, but on Sun's site it looks like JRE 64-bit is for AMD only - name of the file is jre-1_5_0_09-windows-<b>amd64</b>.exe.

    humm,
    AFAIK these kind of %1... errors refer to some kind of a missing dependency situation, so I'd suspect the librfc32.dll to be broken, missing, or something like that.
    Maybe in the context of th IIS there is a path problem. Could it be that you have a path variable containing a path to another librfc32.dll with a space in it (like in Program Files). If this is in the path before the system directories, the php-cgi is called like
    'execute' C:Program Filespath_to_sapguilibrfc32.dll
    In this case the program called (%1) were C:\Program and not the whole stuff. 'Files\path_to_sapgui\librfc32.dll' is then considered to be an additional parameter to.
    Unfortunately there's a lot of different situations which lead to such errors.
    Me personally, I do often end up to put the php base directory on the path, set the PHPRC env variable to the system dirs and (definitely reduntantly) copy the php5apache2.dll, phpisapi.dll, etc from the php base dir to the system directories and scan the whole system for eventual alternate php.ini files.
    Inever found (myself or in any php forum) a pattern common to this problems.
    regards,
    anton

  • TREX 7.0 Httpserver %1 is not a valid Win32 application

    Hi all Gurus.
    After installation I try to access the URL http://ifprxxxx:30205/TREXHttpServer/TrexIsapiExt.dll (this is a copy to clip board from TREXAdmin  Landscape configuration   Service).
    What I have tried so far
    <BR>
    1) First checked all permissions for user required to access the website u2013 as per installation docs and forum post at SDN.
    <BR>
    2) Added the ServiceSAP<SID> user to the local administrators groups u2013 now able to restart the IIS from TREXadmin application.
    <BR>
    3) (Not required) Added  Local group Everyone to security/permissions to the folder (TREX root folder) selected inherit all parent permissions and replace all child permissions from this folder.
    <BR>
    4) Create a local user (member of Everyone ) and replaced default internet user on the TREX website properties dir security u2013 user
    <BR>
    5) Found a SAP note (sapnote_0000684106 Microsoft runtime DLLs ) that describes missing DLLs on the 64 bit machine so I executed R3DLLinst.exe u2013 this adds all required dlls for TREX. u2013 still not working
    <BR>
    6) Found SAP Note (sapnote_0001031193 TREX 7.0 Web Server not working on 64bit ) implemented still not solution.
    <BR>
    7) Restarted all applications and still not working.After changing the browser response type u2013 (not friendly display) I get this response to the URL above
    u201C%1 is not a valid Win32 application.u201D This is also visible in the TREX trace files.
    <BR><BR><BR>
    Trc files
    1)TREXNameserverAlert
    5376] 2009-06-17 11:14:45.829     e     NameServer     TREXNameServer.cpp(00833) :     Wrong response from http server: http://ifpxxxx:30205/TREXHttpServer/TrexIsapiExt.dll, status:500, response: <html><head><title>Error</title></head><body>%1 is not a valid Win32 application.
    <BR><BR>
    1)TREXIndexserverAlert
    3940] 2009-06-16 22:55:45.292     e     TNS     TNSClient.cpp(00599) :     sendRequest to ifprxxx:30201 failed with NetException. data=[setinactive](S)client_id=ifpr0xxxx:30203/4312/908|...
    [4172] 2009-06-17 10:16:03.862     e     TrexNet     Channel.cpp(00239) :     ERROR: reading from channel 2 <10.4xxxxx:30201> failed with rc=14 (connection broken)
    [4172] 2009-06-17 10:16:03.862     e     TrexNetBuffe     BufferedIO.cpp(01101) :     channel 2 from <10.41.xxxxx:30201>: read from channel failed; resetting buffer
    [4172] 2009-06-17 10:16:03.877     e     TNS     TNSClient.cpp(00599) :     sendRequest to ifprxxx:30201 failed with NetException. data=[setstopping](S)client_id=ifpxxxx:30203/4176/908|...
    [4172] 2009-06-17 10:16:03.877     e     TNS     TNSClient.cpp(00493) :     process is terminating -> aborting nameserver retries
    [4172] 2009-06-17 10:16:04.846     e     TrexNet     EndPoint.cpp(00243) :     ERROR: failed to open channel 10.41xxxxxx:30201! reason: connection refused
    [4172] 2009-06-17 10:16:04.846     e     TNS     TNSClient.cpp(00599) :     sendRequest to ifprxxx:30201 failed with NetException. data=[setinactive](S)client_id=ifpxxxxx:30203/4176/908|...
    [4172] 2009-06-17 10:16:03.862     e     TrexNet     Channel.cpp(00239) :     ERROR: reading from channel 2 <10.xxx:30201> failed with rc=14 (connection broken)
    [4172] 2009-06-17 10:16:03.862     e     TrexNetBuffe     BufferedIO.cpp(01101) :     channel 2 from <10.xxxx:30201>: read from channel failed; resetting buffer
    [Thr 4172] Wed Jun 17 10:16:03 2009
    [Thr 4172] *** WARNING => NiHdlGetStatus: invalid hdl -1 [nixx.c       2356]
    [4172] 2009-06-17 10:16:03.877     e     TNS     TNSClient.cpp(00599) :     sendRequest to ifpxxx:30201 failed with NetException. data=[setstopping](S)client_id=ifprxxxx:30203/4176/908|...
    [4172] 2009-06-17 10:16:03.877     e     TNS     TNSClient.cpp(00493) :     process is terminating -> aborting nameserver retries
    [Thr 4172] Wed Jun 17 10:16:04 2009
    [Thr 4172] ***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]
    [Thr 4172] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 2 / sock 720
        (SI_ECONN_REFUSE/10061; I4; ST; 10.xxxx:30201) [nixxi.cpp    2823]
    [4172] 2009-06-17 10:16:04.846     e     TrexNet     EndPoint.cpp(00243) :     ERROR: failed to open channel 10.xxxx:30201! reason: connection refused
    [4172] 2009-06-17 10:16:04.846     e     TNS     TNSClient.cpp(00599) :     sendRequest to ifpxxx:30201 failed with NetException. data=[setinactive](S)client_id=ifpr0xxxx:30203/4176/908|...
    <BR><BR>
    I suspect it might have something to do with DLLu2019s and 64 bit machine but cant think of anything to do.
    <BR><BR>
    If anyone has some tips / help it would be very appreciated.
    Thanks in advance
    Edited by: Juan Janse on Jun 17, 2009 11:42 AM

    Thanks for the reply, i did have a look at the link and did not help. Just also worth mentioning is that on the system drive for a 64 bit you will find the following folders.
    C:\Program Files (x86)
    and
    C:\Program Files
    i have also seen a mention about a folder containing a space " " in the folder name can cause this but it only relates to the folder as defined for a virtual directory ie C:\myWeps\app 1  where "app 1" has a space. The recommendation is that you should not have any spaces. ie
    E:\usr\sap\TXP\TRX02\exe\WebServer   as defined for TREX.
    I have this installed also on a 32 bit with no issue.
    Anyone else with some tips are well come

  • %1 is not a valid Win32 application

    Hello,
    I'm trying to compile and run a tutorial using PKCS11 for tokens. Here's the code I'm using
    import iaik.pkcs.pkcs11.Module;
    import iaik.pkcs.pkcs11.Slot;
    import iaik.pkcs.pkcs11.Token;
    import iaik.pkcs.pkcs11.TokenException;
    import iaik.pkcs.pkcs11.TokenInfo;
    import java.io.IOException;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    ## Special License Rights - Contract #
    ## WARNING: Do not use, modify or deliver without written permission
    ## from Harris Corporation
    * FILE: SmartCardTutorial.java
    * Copyright (C) 2011 Harris Corporation. All rights reserved.
    * CLASSIFICATION: Unclassified
    * @author <a href="mailto:[email protected]">kjones34</a>
    public class SmartCardTutorial
       private Module pkcs11Module;
       public static String DLL = "C:\\Windows\\system32\\acpkcs211.dll";
       public SmartCardTutorial(String librarayPath)
          try
             pkcs11Module = Module.getInstance(librarayPath);
             pkcs11Module.initialize(null);
          catch (IOException ex)
             Logger.getLogger(SmartCardTutorial.class.getName()).log(Level.SEVERE,
                                                                     null,
                                                                     ex);
          catch (TokenException ex)
             Logger.getLogger(SmartCardTutorial.class.getName()).log(Level.SEVERE,
                                                                     null,
                                                                     ex);
       public Slot[] getTokenSlots()
          throws TokenException
          return pkcs11Module.getSlotList(Module.SlotRequirement.TOKEN_PRESENT);
       public void printTokenInfos()
          throws TokenException
          Slot[] slots = getTokenSlots();
          if (slots.length == 0)
          { // No tokens connected
             System.out.println("Sorry, Couldn't find any token");
          else
             // Let's get the first slot
             Slot selectedSlot = slots[0];
             // Let's get the connected token
             Token token = selectedSlot.getToken();
             // Get the token infos
             TokenInfo tokenInfo = token.getTokenInfo();
             System.out.println("Token : " + tokenInfo.getLabel());
             System.out.println("Vendor : " + tokenInfo.getManufacturerID());
             System.out.println("Serial Number : " + tokenInfo.getSerialNumber());
        * @param args
       public static void main(String[] args)
          SmartCardTutorial sct = new SmartCardTutorial(DLL);
          try
             sct.printTokenInfos();
          catch (TokenException e)
             // TODO Auto-generated catch block
             e.printStackTrace();
    }and here's the error I get:
    Jun 22, 2011 3:35:21 PM SmartCardTutorial <init>
    SEVERE: null
    java.io.IOException: %1 is not a valid Win32 application.
    C:\Windows\system32\acpkcs211.dll
         at iaik.pkcs.pkcs11.wrapper.PKCS11Implementation.connect(Native Method)
         at iaik.pkcs.pkcs11.wrapper.PKCS11Implementation.<init>(PKCS11Implementation.java:166)
         at iaik.pkcs.pkcs11.wrapper.PKCS11Connector.connectToPKCS11Module(PKCS11Connector.java:75)
         at iaik.pkcs.pkcs11.Module.getInstance(Module.java:202)
         at SmartCardTutorial.<init>(SmartCardTutorial.java:39)
         at SmartCardTutorial.main(SmartCardTutorial.java:89)
    Exception in thread "main" java.lang.NullPointerException
         at SmartCardTutorial.getTokenSlots(SmartCardTutorial.java:59)
         at SmartCardTutorial.printTokenInfos(SmartCardTutorial.java:65)
         at SmartCardTutorial.main(SmartCardTutorial.java:92)I'm not familiar with this error and I'm not sure where to start looking to fix the problem.
    Has anyone encountered this before?

    Hi,
    You should check the DLL you have. As far as I can tell, this error is coming from the Win32 LoadLibrary call in the iaik native code that is loading the P11 library. I have tried the following code on my system and it works fine.
    import iaik.pkcs.pkcs11.Module;
    * @author sfarmer
    public class SCardToken {
        private final static String DLL_PATH = "./acpkcs211.dll";
        private Module p11;
         * @throws Exception
        public SCardToken() throws Exception {
            p11 = Module.getInstance(DLL_PATH);
            p11.initialize(null);
            System.out.println(p11.getInfo());
        public static void main(String[] args) throws Exception {
            new SCardToken();
    }Output:
    Cryptoki Version: 2.11
    ManufacturerID: ActivIdentity                  
    Library Description: ActivIdentity Cryptoki Lib SDKThis is where you are getting your IOException from:
       * Load the PKCS #11 DLL
      hModule = LoadLibrary(libraryNameStr);
      if (hModule == NULL) {
        FormatMessage(
            FORMAT_MESSAGE_ALLOCATE_BUFFER |
            FORMAT_MESSAGE_FROM_SYSTEM |
            FORMAT_MESSAGE_IGNORE_INSERTS,
            NULL,
            GetLastError(),
            0, /* Default language */
            (LPTSTR) &lpMsgBuf,
            0,
            NULL
        exceptionMessage = (char *) malloc(sizeof(char) * (strlen((LPTSTR) lpMsgBuf) + strlen(libraryNameStr) + 1));
        strcpy(exceptionMessage, (LPTSTR) lpMsgBuf);
        strcat(exceptionMessage, libraryNameStr);
        throwIOException(env, (LPTSTR) exceptionMessage);
        /* Free the buffer. */
        free(exceptionMessage);
        LocalFree(lpMsgBuf);
        return;
      }Cheers,
    Shane

  • Satellite A300-1BZ: %1 is not a valid win32 application after themes change

    Having had my Satellite A300-1BZ for a couple of years now I found myself suddenly bored of the standard vista themes and began to play around with changing them. (I was after an ultimate black look with changed start buttons and menu's etc)
    Anyway cut to the chase, I went wrong somewhere with VistaGlazz following the steps of replacing something like shell32.dll
    As it said in the readme file I changed it to shell32.dll.bak
    My computer continued to run fine until I ran a restart. After that all I got after the log on screen was a blue screen with a mouse.
    http://i69.photobucket.com/albums/i53/eazynowrudeboy/IMG000030.jpg
    Luckilly I have an iphone so managed to get onto the internet forums and find a solution which was to use a command in cmd.exe which repaired the problem.
    The only thing now is that I have an extremely basic windows classic theme which when I try to change it to Vista in theme settings it gives the message:
    *"the theme could not load. %1 is not a valid win32 application"*
    Any help and step by step for basic user would be much appreciated! I am guessing it cant all be that bad since Windows is still running and functioning correctly!
    Thanks

    Thank you for both your replies, I have attempted to do a system restore to various points however each time get an error message saying that the restore could not be completed? I will give it a go again later on and repost the contents of the message.
    I then started digging for my recovery disks which I had to create myself when buying the laptop and have only managed to find disc one and I'm sure I remember creating two but cannot find it anywhere.
    Do you know what content would be on disc two and whether I can do it with just number one disc?
    Thanks for your assistance its very much appreciated!

  • Gwshlsnd.exe is not a valid Win32 application

    For the most part the Groupwise 2014 client has been upgrading on Windows XP and Windows 7 workstations successfully.
    However, I have at least one Windows XP computer (with all the authorized updates) that is giving me troubles.
    The computer has the GW 2012 client before the upgrade and the GW 2014 client install completes successfully and I am using a jump drive with the installation on it. Note: I've used the same jump drive to install on several Windows XP and Windows 7 workstations with out any issues.
    When the user uses their right mouse button and clicks on a file that he wants to attach to a message and then selects "GroupWise recipient" he gets the error message "gwshlsnd.exe is not a valid Win32 application".
    This XP is a 32-bit version of Windows XP.
    I've tried several things:
    1. Upgraded the client to the 2014 version.
    2. uninstalled the client, cleaned up the directory (deleting c:\Program Files\Novell directory) and installed the 2014 client as an install (instead of an update)
    3. uninstalled the client, disabled all services (using msconfig), rebooted, enabled two services (Plug-n-Play and Windows Installer) and installed the new
    client.
    I have a feeling for some reason a dll file is not registering correctly, but which?
    Perhaps this could be motivation to replace at least this Windows XP computer - ha!
    Any suggestions?

    I would get the CleanIT tool from Messaging architects
    https://www.novell.com/communities/c...eanit-groupwis
    e-70-80-2012/
    It will remove all traces of any older clients and registry settings. Though
    all user client customizations not stored in the user DB will be lost.
    Then re-install the GroupWise client.
    Paul Lamontagne
    Become a GroupWise Power Admin
    http://www.caledonia.net/register
    >>> On 6/3/2014 at 4:56 PM, in message
    <[email protected]>,
    Demaximis<[email protected]> wrote:
    > For the most part the Groupwise 2014 client has been upgrading on
    > Windows XP and Windows 7 workstations successfully.
    > However, I have at least one Windows XP computer (with all the
    > authorized updates) that is giving me troubles.
    > The computer has the GW 2012 client before the upgrade and the GW 2014
    > client install completes successfully and I am using a jump drive with
    > the installation on it. Note: I've used the same jump drive to install
    > on several Windows XP and Windows 7 workstations with out any issues.
    > When the user uses their right mouse button and clicks on a file that he
    > wants to attach to a message and then selects "GroupWise recipient" he
    > gets the error message "gwshlsnd.exe is not a valid Win32 application".
    > This XP is a 32‑bit version of Windows XP.
    > I've tried several things:
    > 1. Upgraded the client to the 2014 version.
    > 2. uninstalled the client, cleaned up the directory (deleting
    > c:\Program Files\Novell directory) and installed the 2014 client as an
    > install (instead of an update)
    > 3. uninstalled the client, disabled all services (using msconfig),
    > rebooted, enabled two services (Plug‑n‑Play and Windows Installer)
    and
    > installed the new
    > client.
    > I have a feeling for some reason a dll file is not registering
    > correctly, but which?
    > Perhaps this could be motivation to replace at least this Windows XP
    > computer ‑ ha!
    > Any suggestions?

  • I am trying to download icloud control panel via icloudsetup.exe to windows Toshiba laptop and get a message" \icloudsetup.exe is not a valid Win32 application. Can anyone help? I am new to Apple stuff.

    Need help for icloud photo stream, have activated ps on iphone 4 and set up icloud back up for email, contacts, iwork, and find my ihone. Need to find photos that we thought were being saved/shared as well but evidently not. Found on another search that I may need the icloud control panel so tried to download it but when try to install i get, C:\Users\Downloads\icloudsetup.exe is not a valid Win32 application. I am using a Toshiba laptop with windows 7, which the system requirements are met. I am new to Apple stuff, so any and all help would be greatly appreciated.

    It suggests the installer is getting damaged during the download.
    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/quicktime/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • Error message, not a valid win32 application

    Please help if you can, because I am new to computers. I have downloaded itunes (setup), which is only 11 meg, but it should of been 56 meg. When I click on it now, it say's run, then itunes setup exe is not a valid win 32 application.
    I have tried this about 4 or 5 times, even deleting the whole file and re-installing several times. Please help, many thanks

    Have you had a look at this troubleshooting page? It may be of some help: iTunes: Windows reports that iTunesSetup.exe is not a "valid Win32 application"

  • ITunes set up gives an error message saying not a "valid win32 application"

    I am using Windows 7 and trying to download iTunes, but when I try to open the iTunes set up it gives an error message saying that it is not a "valid win32 application". It does the same for downloading quicktime. I have no idea what this means or what to do about it.

    That suggests that the installer is getting damaged during the download.
    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • When i try to install Firefox 4 on my 64 bit Windows 7 Ultimate, error that it is not a valid win32 application

    When I downloaded the Firefox 4 installer and tried to install the software, an error message appeared that the application was not a valid win32 application. have deleted the file, re-downloaded it but with same effect. Therefore I cannot install Firefox 4
    I have Windows 7 Ultimate 64 bit, 4 GB internal memory,
    Intel i7 processor. language English

    It is possible that your anti-virus software is corrupting the downloaded files or otherwise interfering with downloading files by Firefox.
    Try to disable the real-time (live) scanning of files in your anti-virus software temporarily to see if that makes downloading work.
    See "Disable virus scanning in Firefox preferences - Windows"
    * http://kb.mozillazine.org/Unable_to_save_or_download_files

  • I have switched offices and computer. may I still access my old tunes? next, I get an error when trying to download Itunes to my new compuet: c:\DocumentsandSettings\aabugattas\desktop\itunessetup.exe is not a valid Win32 application  How can i download i

    I have switched offices and computer. may I still access my old tunes? next, I get an error when trying to download Itunes to my new compuet: c:\DocumentsandSettings\aabugattas\desktop\itunessetup.exe is not a valid Win32 application  How can i download it?

    In the course of your troubleshooting to date have you worked through the following document?
    iTunes: Windows reports that "iTunesSetup.exe is not a valid Win32 application"

  • Scanstate.exe from USMT 5.0 from Windows 8.1 ADK fails on Windows XP with "%1 is not a valid Win32 application"

    We started to test our Windows XP SP3 (32-bit) to Windows 7 migration zero-touch task sequence in ConfigMgr 2012 R2 and we can't get past the following error from the "Capture User State" step running on XP...
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    The task sequence execution engine failed executing the action (Capture User State) in the group (Capture Files and Settings) with the error code 2147942593
    Action output: ...  params successful
    Building USMT command successful
    Successfully connected to "\\JHQCM01.jhq.net\SMPSTOREE_FB121F31$\A1ADF87C012E6998B5753B112299BEE4F8868207FAE3D75671798DF6A7DD1A33"
    Executing command line: "C:\_SMSTaskSequence\Packages\JHQ0004E\x86\scanstate.exe" "\\JHQCM01.jhq.net\SMPSTOREE_FB121F31$\A1ADF87C012E6998B5753B112299BEE4F8868207FAE3D75671798DF6A7DD1A33"
    /o /localonly /encrypt /keyfile:*** /efs:copyraw /v:5 /vsc /l:"C:\WINDOWS\CCM\Logs\SMSTSLog\scanstate.log" /progress:"C:\WINDOWS\CCMLogs\SMSTSLog\scanstateprogress.log" /i:"C:\_SMSTaskSequence\Packages\JHQ0004E\x86\MigApp.xml"
    /i:"C:\_SMSTaskSequence\Packages\JHQ0004E\x86\MigDocs.xml" /i:"C:\_SMSTaskSequence\Packages\JHQ0004E\x86\MigExclusions.xml"  /uel:90 /ue:VM0142511382\* /configC:\_SMSTaskSequence\Packages\JHQ0004E\config.xml
    Invoking ReleaseSource on USMTPackagePath C:\_SMSTaskSequence\Packages\JHQ0004E
    OSDMigrateUserState finished: 0x800700c1
    CreateProcess failed. Code(0x800700C1)
    Command line execution failed (800700C1). The operating system reported error 2147942593: %1 is not a valid Win32 application.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    To troubleshoot, we tried running the x86 version of scanstate.exe (from USMT from the Windows 8.1 ADK) manually by just double clicking on it on a few Windows XP SP3 systems and we get a similar error as seen below...
    So, we thought maybe USMT from our Windows 8.1 ADK install maybe somehow corrupt, but downloading and installing it again results in the same error, so it does not seem to be a file corruption issue.   The x64 version of scanstate.exe works
    fine on 64-bit OS's, its just Windows XP SP3 (32-bit) we are seeing this error.
    Has anyone successfully using scanstate.exe from USMT 5.0 from the Windows 8.1 ADK successfully to capture user state from a Windows XP SP3 (32-bit) system?
    Regards,
    JJ

    Windows 8.1 ADK comes with a newer version of USMT (NOT 5.0) and crashes. I learned this today the hard way. I hope Windows 8.0 ADK's loadstate.exe works for restoring to a 8.1 machine.
    Yesterday i used Windows Easy Transfer to move from XP to 7, and then re-did the backup in 7 so it would be compatible with 8.1, and it only restores files, not settings.
    So i will test USMT 5.0 in this same scenario, because i have 30 machines to change to newer machines with 8.1

  • Error when installing VMM - %1 is not a valid Win32 application

    Hi all
    I'm attemping an install of SCVMM and despite installing all prerequisites I'm faced with the following when I launch the installer/disc and click 'Install':
    "Error starting the Virtual Machine Manager Setup Wizard. %1 is not a valid Win32 application"
    this error is the proceeded with another:
    "Microsoft Visual C++ 2010 Redistributable was not successfully installed. The selected Virtual Machine Manager feature cannot be installed without this prerequisite. Retry setup or manually install Visual C++ 2010 Redistributable
    from Microsoft Download Center."
    The latter package is already installed and I have re-downloaded and re-installed as well to no avail. All .Net packages are installed too.
    I'm running a Windows Server 2012 R2 x64 virtual machine in a HyperV host (HyperV Server 2012) and have navigated the disc and launched the "SetupVMM.exe" located in the amd64 directory as I realise the above Win32 error points to a x86 application
    - still no joy, the same errors!
    I have tried the installer in a VMWare 2012 server with the same error and on a physical Windows 7 machine again same error so this makes me think I'm either missing something basic or have overlooked something seems the environment doesn't seem to make
    a difference (although obviously not attempted a x86 environment but SCVMM is listed as x86 or x64).
    This is for a lab test and personal experience before production so I realise running SCVMM within a virtual machine that is hosted on the same hypervisor isn't good practice - but it's a start :)
    Thanks in advance for any help you can give me.
    Sam

    Are you installing directly from the ISO? If so, you can try with a new ISO in case this is broken. Also make sure your machine is joined to the domain and that you are executing the setup in the context of a local administrator.
    Eventually, try to copy the ISO to local disk and run setup from there.
    -kn
    Kristian (Virtualization and some coffee: http://kristiannese.blogspot.com )

  • Error 'RecoveryMgr.exe is not a valid Win32 application' when trying to restore in Win7

    I really hope someone can help as this is driving me mad!
    System details - G62 Notebook running Windows 7
    The notebook crashed after a Windows update and wouldn't boot up.  I made it into the recovery manager and back my files before restoring to factory settings. 
    Since getting back in I am unable to get my files back.  I have tried through the recovery manager but it does not allow me to see the files on the dvd.  I have also tried through backup and restore but no joy there either.  When I click on RecoverMgr.exe on the dvd I get error 'RecoveryMgr.exe is not a valid Win32 application' and it won't open.
    I hope someone has managed to solve this before as I would love my files back.  All suggestions greatly appreciated and thanks in advance.

    Thanks Mumbodog.  Unfortunately I have tried and the files won't copy.  Starting to think they are corrupt!  Have tried on a few different PC's but no luck.  Really annoyed   Any other suggestions?

Maybe you are looking for