I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
How is the COBOL Server product setup on the shared server?
Is the entire COBOL Server product installed including the license manager software?
You had posted a question previously about deploying only certain run-time files with your application so this makes me believe that there may be some aspects that are missing.
Please see the docs regarding setting up your application to run from a ahared server found here:
Is this how you have this setup?
What operating system is running on the workstation?
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
The entire Cobol Server is setup on the server including the license manager software. I have verified on the server that the license is installed. I have both a naïve code solution and a managed code solution that is using winforms, It is the managed code solution that is the issue at this point. I have tried on both an XP and windows 7 machines with the same error message. Do I have to do the steps in the document you linked in? Is the license not being found?
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
The entire Cobol Server is setup on the server including the license manager software. I have verified on the server that the license is installed. I have both a naïve code solution and a managed code solution that is using winforms, It is the managed code solution that is the issue at this point. I have tried on both an XP and windows 7 machines with the same error message. Do I have to do the steps in the document you linked in? Is the license not being found?
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
If you are not installing the COBOL Server or licenses directly on the workstation then, yes you have to set this up as documented in order for the required files to be made available to the application.
For managed code there is an addiitonal section in the docs here:
The error message that you are receiving is not a license error or it would report a message lke "No Licenses Available" or something to that effect.
I see a couple of potential problems here.
Native code programs that are compiled with Visual COBOL for VS2012 will not run under Windows XP.
If you wish to target Windows XP as a deployment platform then you must use the Visual COBOL for VS2010 product.
For the managed code program what .NET Framework version are you targeting?
You must make sure that the targeted .NET Framework is installed locally on the workstations running the application..
Thanks
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
I have already saw the issue with the naïve code and it will not be running on a XP machine. As for the managed code, pardon my ignorance, but the I no clue on what version of .NET framework I am targeting, how would I tell? Also, how would I tell if the workstation has the .NET framework installed?
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
I have already saw the issue with the naïve code and it will not be running on a XP machine. As for the managed code, pardon my ignorance, but the I no clue on what version of .NET framework I am targeting, how would I tell? Also, how would I tell if the workstation has the .NET framework installed?
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
I have already saw the issue with the naïve code and it will not be running on a XP machine. As for the managed code, pardon my ignorance, but the I no clue on what version of .NET framework I am targeting, how would I tell? Also, how would I tell if the workstation has the .NET framework installed?
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
Open up the property page for the managed code project and look on the Application tab.
There is a field there for target Framework.
.Net Framework versions appear as installed software under Windows Control Panel-->Programs and Features under Microsoft .NET Framework n.n where n.n is the version number.
.
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
My application is targeting .net framework 4, the windows 7 machine has .net framework 4 installed.
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
My application is targeting .net framework 4, the windows 7 machine has .net framework 4 installed.
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
My application is targeting .net framework 4, the windows 7 machine has .net framework 4 installed.
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
If you try running this application on the server itself does it run correctly?
Please make sure that you set up the server according to the links that I gave to you previously.
If it still fails then I would recommend that you open up a suuport incident with Customer Care so that we can research this issue in more detail.
Thanks
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
I was able to run the application on the server. I installed cobol sever 2012 on the workstation and the application runs fine. In discussing with the client's network people, they do not want the workstations to access the programfiles folder on the server as documented. Will the install of cobol server 2012 on the workstations cause any issues. Thanks for your time.
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
I was able to run the application on the server. I installed cobol sever 2012 on the workstation and the application runs fine. In discussing with the client's network people, they do not want the workstations to access the programfiles folder on the server as documented. Will the install of cobol server 2012 on the workstations cause any issues. Thanks for your time.
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
Actually installing COBOL Server locally on the workstations is the recommended approach to take so no there should not be any problems.
You will have to install a license on each workstation unless you set up the server with a license and point the local license manager to use the server.
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
The license is working fine. Thanks for all the help.
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
The license is working fine. Thanks for all the help.
I have a new solution that I am deploying on a server. I have installed the license and cobol server 2012. My main program is an exe that I am starting from a workstation which has access to the server thru a share. When I start the program I get the error message 'fplogin.exe has encountered a problem and needs to close'. I have run this on my laptop which I am developing the code on and it runs ok. Any ideas?
The license is working fine. Thanks for all the help.
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.