Author |
Message
|
alex_do |
Posted: Fri Apr 23, 2004 12:35 pm Post subject: Authentication Exit on MQWorkflow |
|
|
Voyager
Joined: 17 Feb 2004 Posts: 85
|
I are trying to install an Authentication Exit on MQWorkflow on windows XP.
The installation command I run is
fmczchk -c inst:m,RTAuthenticationExitTypeServer,JAVA -y FMC
suceeds.
After I run this command my workflow server went down,How can I uninstall this?
But when restarting the server the process fails and the server outputs
the following log:
Related message = FMC31050E An error has occurred which has terminated processing.
Error location = File=e:\v340\src\fmcaauth.cxx, Line=161, Function=FmcAuthenticationExit::Init
Error data =
Exception Class : FmcExitException
Error ID : A1
Error Description :
No Java-Authentication Exit available: virtual machine could not be loaded.
Thanks in advance. |
|
Back to top |
|
 |
Ratan |
Posted: Fri Apr 23, 2004 12:38 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
looks like your authentication exit program in not in the CLASSPATH _________________ -Ratan |
|
Back to top |
|
 |
alex_do |
Posted: Fri Apr 23, 2004 12:44 pm Post subject: |
|
|
Voyager
Joined: 17 Feb 2004 Posts: 85
|
How do I set the classpath?
thanks in advance |
|
Back to top |
|
 |
Ratan |
Posted: Fri Apr 23, 2004 12:54 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
make sure your authentication exit program is in the CLASSPATH. _________________ -Ratan |
|
Back to top |
|
 |
alex_do |
Posted: Fri Apr 23, 2004 1:06 pm Post subject: |
|
|
Voyager
Joined: 17 Feb 2004 Posts: 85
|
Even If I don't want to use the authentication exit now,Do I need to run some command to bring up my workflow server. |
|
Back to top |
|
 |
Ratan |
Posted: Fri Apr 23, 2004 1:13 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
To deactivate issue command:
fmczchk -c inst:m,RTAuthenticationExitTypeServer, -y FMC _________________ -Ratan |
|
Back to top |
|
 |
|