Author |
Message
|
MQ Workflow |
Posted: Fri Aug 20, 2004 12:03 pm Post subject: Run time Error |
|
|
Apprentice
Joined: 14 Apr 2004 Posts: 27
|
Hi,
I exported a sample process in to WBI Modeler 4.2.4 from Build time and imported back in to Built time, checked for validation in build time and exported in to run time.
When try to start work item , I am getting following error.
" Component 'fmcn6cc.ocx' or one of it's dependencies not correctly registered : a file is missing or invalid "
Thanks |
|
Back to top |
|
 |
jmac |
Posted: Fri Aug 20, 2004 1:12 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
try running the following command:
fmczreg
Generally this will solve any OCX not registered errors.
Just FYI, this has nothing to do with Modeler or your import. It was your install that must of had an issue, when the fat client was installed. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
MQ Workflow |
Posted: Fri Aug 20, 2004 1:31 pm Post subject: |
|
|
Apprentice
Joined: 14 Apr 2004 Posts: 27
|
Hi,
I ran "fmczreg" command. It's giving same error. If I import Built time FDL with out Modeler. It's working fine.
Thanks, |
|
Back to top |
|
 |
jmac |
Posted: Fri Aug 20, 2004 1:37 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Email me the FDL that is causing the problem and I will have a look _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
MQ Workflow |
Posted: Fri Aug 20, 2004 1:43 pm Post subject: |
|
|
Apprentice
Joined: 14 Apr 2004 Posts: 27
|
John,
I sent FDL to your email. This is the FDL:
[FDL Removed by JMAC for brevity]
Thanks |
|
Back to top |
|
 |
jmac |
Posted: Fri Aug 20, 2004 1:44 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I can import your FDL with no problems....
What MQWF FP are you running with? _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
MQ Workflow |
Posted: Fri Aug 20, 2004 1:48 pm Post subject: |
|
|
Apprentice
Joined: 14 Apr 2004 Posts: 27
|
MQWF 3.4 SP4 . For me aslo, import in to run time with our any errors. When I try to start work item , I am getting error.
Thanks, |
|
Back to top |
|
 |
jmac |
Posted: Fri Aug 20, 2004 1:51 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
I just re-ran fmczreg, and I noticed that it did not register the OCX that you mention
Go to a command prompt in your MQWF\bin directory and enter the following:
regsvr32 fmcn6cc.ocx
That should fix it. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
MQ Workflow |
Posted: Fri Aug 20, 2004 2:03 pm Post subject: |
|
|
Apprentice
Joined: 14 Apr 2004 Posts: 27
|
Sorry John, Same problem. I tried with two FDL's.
1)The FDL (CREDIT Application ) with out modeler working fine
2) Same FDL , if I import in to Workbench 4.2.4, export the FDL and import in to Build time, verify and import in to run time, It's giving error.
I am sending both FDL's by email.
Thanks, |
|
Back to top |
|
 |
jmac |
Posted: Fri Aug 20, 2004 2:09 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Did the output of regsvr32 fmcn6cc.ocx indicate that it was successful?
Your problem is with the Runtime client, not with your FDL. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
MQ Workflow |
Posted: Fri Aug 20, 2004 2:14 pm Post subject: |
|
|
Apprentice
Joined: 14 Apr 2004 Posts: 27
|
It was successful. If problem is with Run time client, that will not work with any process templates. But, it's working fine with regular FDL.
Thanks, |
|
Back to top |
|
 |
jmac |
Posted: Fri Aug 20, 2004 2:22 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
WHat activity are you trying to start when you get this error? _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
MQ Workflow |
Posted: Fri Aug 20, 2004 2:28 pm Post subject: |
|
|
Apprentice
Joined: 14 Apr 2004 Posts: 27
|
" collectCreditInformation" Activity |
|
Back to top |
|
 |
jmac |
Posted: Fri Aug 20, 2004 2:45 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
ok.... I figured out what is happening.
All of your program objects have the "Do not inherit" environment variables checked. What this means is that you do not inherit the Path value from Windows.
Why this is happening, I do not know, but I can tell you that until you fix that you will not be able to run any of your activities.
This is NOT a runtime client problem like I thought originally, it is an FDL problem with your FDL. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
MQ Workflow |
Posted: Mon Aug 23, 2004 7:27 am Post subject: |
|
|
Apprentice
Joined: 14 Apr 2004 Posts: 27
|
Thanks John, I manually deleted " Do not inherit" from FDL. then, I am able to run activities in run time.
I did one mistake in Modeler, When defining Applications , We have to check " Inherit Environment" .Then, It's working fine.
I observed one thing. Workflow Build time , when defining "Programs" We don't have to check " Inherit Environment". But, In Modeler we have to check " Inherit Environment " .
Do you have any idea about this ? |
|
Back to top |
|
 |
|