Author |
Message
|
smdavies99 |
Posted: Fri Sep 04, 2015 3:42 am Post subject: IIB 10 Managed vs Unmanaged Applications |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Broker TESTBRKR running on Server 2008-R2 using MQ 8.0.0.3
Here is the scenario
1) Create a new EG called EG_0
2) Deploy an application to the EG from the GUI using drag/drop. All goes well
3) Do nothing to the system except repeat 2) above.
This time it fails with the following message
Code: |
BIP1238E: The managed application 'AIG_READER' of type 'library' cannot be deployed to integration server 'TESTBRKR' on integration node 'EG_0'. An unmanaged application with the same name is already deployed.
An unmanaged application cannot be replaced with a managed application.
To deploy the managed application 'AIG_READER', you must undeploy the unmanaged application 'AIG_READER'.
|
how did the application go from being an 'application' to a library in a few seconds? And from a Managed to an unmanaged application?
confused? Yep.
deleting the applicatino and re-deploying works but none of the other applications that I'm testing have this problem. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Sep 04, 2015 4:19 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
PMR time _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Sep 04, 2015 4:43 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Does IIB v10 support Win 2002 server?
 _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 04, 2015 4:56 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
Does IIB v10 support Win 2002 server? |
Probably not, but it supports the Win2008 the OP said he was using. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Sep 04, 2015 5:10 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Vitor wrote: |
mqjeff wrote: |
Does IIB v10 support Win 2002 server? |
Probably not, but it supports the Win2008 the OP said he was using. |
The R2 confused me. it didn't have a D2 after it. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 04, 2015 5:28 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
Vitor wrote: |
mqjeff wrote: |
Does IIB v10 support Win 2002 server? |
Probably not, but it supports the Win2008 the OP said he was using. |
The R2 confused me. it didn't have a D2 after it. |
Boop boop wheep boop _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
stoney |
Posted: Fri Sep 04, 2015 10:56 am Post subject: |
|
|
Centurion
Joined: 03 Apr 2013 Posts: 140
|
Is it possible that your application includes a file called library.descriptor and at one point somebody converted the project from a library to an application?
If so - delete the library.descriptor file - and the problem should go away.
If that doesn't work, you can bypass the error by setting the environment variable MQSI_NO_MANAGED_APP_CHECKS=1.
Even if you fix it, please raise a PMR (include both the PI and BAR files) so that we can investigate further.
Ask for it to be routed directly to L3 and include a link to this thread in the PMR, as well as "RTC d52384".
FYI - managed applications are new in V10, and they're not really meant to be an external concept.
It's just a new framework we have internally for adding new specialised types of applications to the product. For example, the new REST API projects are managed applications.
However due to a limitation (which we will lift at some point), you can't deploy a REST API over the top of an application, or vice versa, without undeploying it first - hence the error message. |
|
Back to top |
|
 |
smdavies99 |
Posted: Sat Sep 05, 2015 4:34 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Thanks for the explanation Stoney.
That was the case. i.e. the Flow had been converted to a library before going to an application.
However deleting the library descriptor file stopped the bar file from being built.
In the end, I have to create a new application and copy the files (flow/subflow and esql) to the new project. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
|