Author |
Message
|
david_sorrento |
Posted: Tue Jul 22, 2003 5:33 am Post subject: [SOLVED]Problem using fmcibie to access non-local runtime |
|
|
Newbie
Joined: 12 Nov 2002 Posts: 8 Location: Dublin, Ireland
|
Hi,
I currently have a 'development' workflow system set up locally as a server on my PC. I use fmcibie to make changes to it no problems.
However when I try to use fmcibie to access our 'system test' WF system on a server I get the following errors:
FMC24500I fmcibie is starting.
FMC24170E No value found for Key 'RTDatabaseAlias' in profile.
FMC24560I fmcibie finished and found 1 errors 0 warnings. RC = 12
I have a client configuration to access this systest server and can run the WF thick client, logging into it fine.
Does anyone know if there is something I have to do to allow fmcibie access the non-local server? Currently I have to FTP a file and run fmcibie via a telnet session. Not a huge problem but I'd like to be configured so that fmcibie does not need to be run on the server it is accessing (if that's possible).
thank you in advance
David O'Neill |
|
Back to top |
|
 |
Ratan |
Posted: Tue Jul 22, 2003 7:02 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
You can install WF Runtime Database utilities on your workstation and configure Runtime Database Utilities to point to your test server.
I think this is what you need. _________________ -Ratan |
|
Back to top |
|
 |
MaheshPN |
Posted: Tue Jul 22, 2003 7:22 am Post subject: Problem using fmcibie to access non-local runtime |
|
|
 Master
Joined: 21 May 2003 Posts: 245 Location: Charlotte, NC
|
Hi Ratan,
Quote: |
You can install WF Runtime Database utilities on your workstation and configure Runtime Database Utilities to point to your test server.
|
Can you explain more in detail? I mean are you talking about using famczutil ?
Thanks,
Mahesh |
|
Back to top |
|
 |
Ratan |
Posted: Tue Jul 22, 2003 7:32 am Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
fmczutil is the configuration utility. I am talking about fmcibie.
If you have runtime database utilities configured on your workstation pointing to a remote Workflow Server, you will be able to run the import/export utility fmcibie from your workstation. _________________ -Ratan |
|
Back to top |
|
 |
david_sorrento |
Posted: Wed Jul 23, 2003 7:36 am Post subject: |
|
|
Newbie
Joined: 12 Nov 2002 Posts: 8 Location: Dublin, Ireland
|
Hi,
Thanks for your help. What I had to do was:
1. 'CATALOG' an entry in my DB2 setup to point to the remote database instance. This was done through DB2 Control Center, but can also be done through the DB2 client config assistant. Basically my local workstation DB2 setup needs to 'know' about the remote DB.
2. Create a config for the workflow using the WF Config Utility. Choose 'Runtime Database Utilities' and the tab for 'Runtime Database' shows up. Choose the remote DB & system on this tab.
3. fmcibie now works connecting to the remote system using the
-y config_name_just_created
switch to tell it where to go.
ta-da! I can FDL all day.... |
|
Back to top |
|
 |
|