Author |
Message
|
zaklum |
Posted: Fri Mar 18, 2005 7:31 am Post subject: [SOLVED]Already connected message displayed running fmcautil |
|
|
Voyager
Joined: 17 Mar 2005 Posts: 96 Location: Boca Raton
|
Hi,
when trying to run the fmcautil I get the following:
mc@servername:/home/fmc #> fmcautil -y FMC -uADMIN -ppassword
- FMC16006I Administration Utility started.
System group name : [FMCGRP] FMCGRP
System name : [FMCSYS] FMCSYS
Userid : [ADMIN] ADMIN
Password : [********] ********
- FMC00011E Already logged on to the system
- FMC16302I Not connected to any system.
FMC15010I Main Menu:
s ... System Commands Menu
x ... Exit Main Menu
1. is there a way to tell who else is running it, and at what time it was ran?I am the only person working on this, so no one but me runs this; therefore this should not be happening. |
|
Back to top |
|
 |
jmac |
Posted: Fri Mar 18, 2005 7:38 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Generally this happens when you do not exit gracefully from the Admin utility.
use the -f switch and you will be able to login... BE AWARE, that if another user is logged in with the same ID, you will be "pulling the rug out from under them". _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
zaklum |
Posted: Fri Mar 18, 2005 8:06 am Post subject: Already connected message displayed when running fmcautil |
|
|
Voyager
Joined: 17 Mar 2005 Posts: 96 Location: Boca Raton
|
Thanks, John that solved my problem. |
|
Back to top |
|
 |
rockzhang |
Posted: Tue Nov 01, 2005 9:20 pm Post subject: |
|
|
 Newbie
Joined: 23 Oct 2005 Posts: 5
|
jmac wrote: |
Generally this happens when you do not exit gracefully from the Admin utility.
use the -f switch and you will be able to login... BE AWARE, that if another user is logged in with the same ID, you will be "pulling the rug out from under them". |
zaklum also asked the same what I want to know as well, that is "is there a way to tell who else is running it, and at what time it was ran?"
thanks, _________________ Please offer your seat to a pregnant woman. |
|
Back to top |
|
 |
ramires |
Posted: Wed Nov 02, 2005 3:58 am Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
rockzhang wrote: |
zaklum also asked the same what I want to know as well, that is "is there a way to tell who else is running it, and at what time it was ran?"
thanks, |
I guess the only way is to look inside Workflow database, there you can find the logged on users and at what time they did the log on. This is a workaround, it's not recommended to manipulate Worflow database directly.
You can do something like:
db2 select LOGON_USER, SESSION_START_TIME from FMC.SESSION
Regards |
|
Back to top |
|
 |
ProcessCentric |
Posted: Fri Nov 04, 2005 5:04 am Post subject: |
|
|
 Apprentice
Joined: 04 Nov 2005 Posts: 25 Location: USA
|
Quote: |
db2 select LOGON_USER, SESSION_START_TIME from FMC.SESSION |
Will this work. If all of you are using the ADMIN logon you'll get back something like..
LOGON_USER
--------------------
ADMIN
ADMIN
ADMIN
You won't know who is using this logon id.
Why not just change the ADMIN password from the default and see who complains. |
|
Back to top |
|
 |
|