Author |
Message
|
zebiao_yan |
Posted: Thu Nov 04, 2004 5:45 pm Post subject: Help!--2 questions about the MQWF Runtime DB. |
|
|
Newbie
Joined: 04 Nov 2004 Posts: 3
|
Hello!
1.can several .fdl file be imported into one runtime DB? once I did
so, then the password for the first imported process was invalid.
2.can the .fdl file that has bean imported into a runtime DB be erasered?
and how?
Thanks very much! |
|
Back to top |
|
 |
karthik |
Posted: Thu Nov 04, 2004 6:25 pm Post subject: |
|
|
 Centurion
Joined: 17 Oct 2003 Posts: 114
|
Hi ,
I am not sure what you mean by several fdl files being imported.
But i am assuming you have users in your fdl's which were imported into your runtime db. When you have run the fdl the second time and have used the overwrite option while importing , the users with the new passwords in second fdl have come into effect.
I think we cannot have 2 copies for the same user in the runtime db.
Quote: |
2.can the .fdl file that has bean imported into a runtime DB be erasered? and how? |
you can use FDL keyword DELETE for a specific object to delete an object in the runtime.
My knowledge ends here. May be the experts can give a better explanation
Karthik |
|
Back to top |
|
 |
jmac |
Posted: Fri Nov 05, 2004 10:15 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
The first thing you need to do is to import another user into your RT database who has authority to do imports. If ADMIN is the only authorized user once you clobber the password you are in trouble. I believe if you search this forum you will find some more info on this. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
zebiao_yan |
Posted: Sun Nov 07, 2004 8:39 pm Post subject: thanks |
|
|
Newbie
Joined: 04 Nov 2004 Posts: 3
|
Firstly I show say THANKS TO YOU.
but I am still a litter confused:
for the 1st question,I mean that if I have 3 processes:a.fdl,b.fdl,c.fdl,and
there's no relation between them,can I import them into just one r
untime DB,and will they take effect?
for the 2nd one,I mean that I don't want to delete the CFGID like "FMC",I
just want to delete the process itself,but keep down all of
the "sircumstance" including the runtime DB,the WebClient that configed
in the WAS .etc.Is that possible?
I'd like to delete the records in the DB ,but not to delete the DB.
I am a beginner!--  |
|
Back to top |
|
 |
jmac |
Posted: Mon Nov 08, 2004 5:13 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
You can import as many FDL files as you would like. If you are importing a process for a second time use the -o switch.
Do an import with the delete keyword. for instance to delete a user do an import like this
DELETE PERSON "USER1"
Also, have a look at some of the documentation. All of this is in the manuals _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
zebiao_yan |
Posted: Mon Nov 08, 2004 4:43 pm Post subject: Thank you for your help! |
|
|
Newbie
Joined: 04 Nov 2004 Posts: 3
|
|
Back to top |
|
 |
|