Author |
Message
|
sachinramesh |
Posted: Fri Jun 07, 2013 4:21 am Post subject: Cannot Compile Clear Case Version in Broker 7.0 |
|
|
 Disciple
Joined: 20 Feb 2007 Posts: 170
|
Hi
I had the below code which takes care of the versioning.This worked fine in Broker version 6.
When we compile this in broker 7.0 , we are not able to see the below code which is used for versioning.
BROKER SCHEMA BM_Control
PATH LIB_CS, LIB_DB;
CREATE PROCEDURE BM_Get_BAARequests_ClearCaseRevision()
--*****************************************************************************************
--** Procedure History
*************************************************************
--** Description
--** ===========
--** Clearcase node used for revision identification
--****************************************************************************************
BEGIN
DECLARE ClearCaseRevision CHAR('version:/A1_MQ/MsgBkr/Billing_Manager/BM_Control/BM_Get_BAARequests.esql@@/main/1');
END;
The flow compiles fine but the above code is not visible when we compile it in Broker 7.0
Any idea if we are missing anything here in version 7.0. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Jun 07, 2013 4:28 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
sachinramesh |
Posted: Fri Jun 07, 2013 4:37 am Post subject: |
|
|
 Disciple
Joined: 20 Feb 2007 Posts: 170
|
HI Lancelotlinc,
The broker version is 7.0.0.1 |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Jun 07, 2013 4:50 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
rekarm01 |
Posted: Fri Jun 07, 2013 6:33 pm Post subject: Re: Cannot Compile Clear Case Version in Broker 7.0 |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 1415
|
sachinramesh wrote: |
The flow compiles fine but the above code is not visible when we compile it in Broker 7.0 |
Does the message flow call this procedure? WMBv7 may be more effective at pruning unused schema level procedures from the compiled message flow. |
|
Back to top |
|
 |
|