Skip to content

guisimpolserver.exe

Forums Forums SIMPOL Programming guisimpolserver.exe

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #139
    JD Kromkowski
    Participant

    guisimpolserver.exe – Unable to Locate Component This application has failed to start because SMPOL32.dll was not found. Re-installing the application may fix this problem.

    #1441
    Michael
    Keymaster

    On 29/03/2012 21:05, JDK wrote:
    > guisimpolserver.exe – Unable to Locate Component
    >
    > This application has failed to start because SMPOL32.dll was not found. Re-installing the application may fix this problem.
    >

    Ahhh. Sorry. I probably shouldn't have included this as an EXE. To run it needs to be able to find the remaining files. Did I also
    include it as an *.smp?

    Ciao, Neil

    #1917
    JD Kromkowski
    Participant

    Neil Robinson wrote:

    > On 29/03/2012 21:05, JDK wrote:
    >> guisimpolserver.exe – Unable to Locate Component
    >>
    >> This application has failed to start because SMPOL32.dll was not found.
    Re-installing the application may fix this problem.
    >>

    > Ahhh. Sorry. I probably shouldn't have included this as an EXE. To run it
    needs to be able to find the remaining files. Did I also
    > include it as an *.smp?

    If you mean, is there a file "guisimpolserver.smp" NO.

    #1724
    Michael
    Keymaster

    On 30/03/2012 15:26, JDK wrote:
    > Neil Robinson wrote:
    >
    >> On 29/03/2012 21:05, JDK wrote:
    >>> guisimpolserver.exe – Unable to Locate Component
    >>>
    >>> This application has failed to start because SMPOL32.dll was not found.
    > Re-installing the application may fix this problem.
    >>>
    >
    >> Ahhh. Sorry. I probably shouldn't have included this as an EXE. To run it
    > needs to be able to find the remaining files. Did I also
    >> include it as an *.smp?
    >
    > If you mean, is there a file "guisimpolserver.smp" NO.

    Attached is the zip file containing the guisimpolserver.smp file.

    Ciao, Neil

    #1920
    JD Kromkowski
    Participant

    OK, having gotten the association thing fixed. It still doesn't run.
    I get "SMPL error number 21". If I run guisimpolserver.smp in cmd window
    and if I run the .exe I get "application has failed to start because
    SMPOL32.dll was not found…." error.

    smpol32.dll is in two places:

    C:Program FilesSIMPOLbin

    and in

    C:Program FilesSIMPOLredist

    #1459
    Michael
    Keymaster

    On 13/04/2012 19:40, JDK wrote:
    > OK, having gotten the association thing fixed. It still doesn't run. I get "SMPL error number 21". If I run
    > guisimpolserver.smp in cmd window and if I run the .exe I get "application has failed to start because SMPOL32.dll was not
    > found…." error.
    >
    > smpol32.dll is in two places:
    >
    > C:Program FilesSIMPOLbin
    >
    > and in
    >
    > C:Program FilesSIMPOLredist
    >

    Did you pass it a config file on the command line?

    Ciao, Neil

    #1932
    JD Kromkowski
    Participant

    I don't know what you mean by this.

    If it is a gui application, why would I have to pass a config file as a
    parameter.

    But in any case, I seen an obvious problem:

    Your sample.cfg has the wrong directory line.

    You have

    C:simpolutilitiessimpolserver

    But things are now installed here:

    C:Program FilesSIMPOLUtilitiessimpolserver

    Am I installing incorrectly, because the installer defaults to
    installing under Program Files.

    In any case, I've now got it working.

    To go to all that trouble writing a gui and to still require passing a
    parameter on a command line, I don't get it.
    I was presuming that the gui version would also handling writing the cfg
    file or otherwise handling the parameters that are found in the cfg.

    JDK

    On 5/8/2012 6:00 PM, Neil Robinson wrote:
    > On 13/04/2012 19:40, JDK wrote:
    >> OK, having gotten the association thing fixed. It still doesn't run. I get "SMPL error number 21". If I run
    >> guisimpolserver.smp in cmd window and if I run the .exe I get "application has failed to start because SMPOL32.dll was not
    >> found…." error.
    >>
    >>
    >> Did you pass it a config file on the command line?
    >> Ciao, Neil

    #1943
    Michael
    Keymaster

    On 22/05/2012 16:49, John D Kromkowski wrote:
    > I don't know what you mean by this.
    >
    > If it is a gui application, why would I have to pass a config file as a parameter.
    >
    > But in any case, I seen an obvious problem:
    >
    > Your sample.cfg has the wrong directory line.
    >
    > You have
    >
    > C:simpolutilitiessimpolserver
    >
    > But things are now installed here:
    >
    > C:Program FilesSIMPOLUtilitiessimpolserver
    >
    > Am I installing incorrectly, because the installer defaults to installing under Program Files.
    >
    > In any case, I've now got it working.
    >
    > To go to all that trouble writing a gui and to still require passing a parameter on a command line, I don't get it. I was
    > presuming that the gui version would also handling writing the cfg file or otherwise handling the parameters that are found in
    > the cfg.
    >
    > JDK

    It currently requires a config file because it is a GUI wrapper to a command line program. It is also generic, the same program
    works independently of which databases it is sharing or on which ports, so you need some way of telling it that. A later version
    will probably allow you to define all of that interactively and it will let you save these specifications off in the format of the
    current config file. It will then be smart enough to load the last used one when started, which will mean you won't need to pass a
    file to start with. Still, this is very simple program that provides a GUI for the server. Earlier programs did not (our servers
    still use the old command line version instead of this one, since we run them on Linux and don't run a GUI on our servers).

    Ciao, Neil

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.