ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » .map files and Rational Team concert (RTC)

Post new topic  Reply to topic
 .map files and Rational Team concert (RTC) « View previous topic :: View next topic » 
Author Message
bobbee
PostPosted: Sun Mar 19, 2017 8:22 am    Post subject: .map files and Rational Team concert (RTC) Reply with quote

Knight

Joined: 20 Sep 2001
Posts: 541
Location: Tampa

When i run an automated build from and ANT under Build, flows with map node fail. Resource not found on ESQL calls inside the maps. When I build the bar from the Toolkit and deploy it works. Is this a problem on how RTC treats .map files? I remember on another project a while ago we had to configure certain extensions for RTC for Broker.
Back to top
View user's profile Send private message Send e-mail AIM Address
fjb_saper
PostPosted: Sun Mar 19, 2017 12:07 pm    Post subject: Re: .map files and Rational Team concert (RTC) Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
Location: LI,NY

bobbee wrote:
When i run an automated build from and ANT under Build, flows with map node fail. Resource not found on ESQL calls inside the maps. When I build the bar from the Toolkit and deploy it works. Is this a problem on how RTC treats .map files? I remember on another project a while ago we had to configure certain extensions for RTC for Broker.

It could well be. What are the files in the directory when you download from RTC? Are all the files needed in the source control of RTC or are the map files missing??
If you have all the files mqsicreatebar should build the bar file just as well as if you were using the toolkit
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
bobbee
PostPosted: Mon Mar 20, 2017 2:07 am    Post subject: Reply with quote

Knight

Joined: 20 Sep 2001
Posts: 541
Location: Tampa

This is the error:

Code:

<Error>
   <GUID>3ca3e628-0cbc-11e7-b060-0a72e46e0000</GUID>
   <Code>4188</Code>
   <Reason>ORDERING.SPSS_Map</Reason>
   <DetailText> Caught exception and rethrowing, ORDERING.Controller, Error detected, rethrowing, .QSA_Main_Controller.Main, 70.3, PROPAGATE TO TERMINAL out4 FINALIZE DEFAULT DELETE DEFAULT;, Caught exception and rethrowing, ORDERING.SPSS_Map, Caught BrokerXCIDynamicException, {default}:SPSS_Map, Move: element context { data( $Body0/context ) }, Caught BrokerXCIDynamicException, <com.ibm.broker.plugin.MbRecoverableException class:JNI method:ImbESQLEngineInterface::callRoutine source:BIPmsgs key:4188 >., routine missing, IUC.COMMON#SPSSMAXWAITTIMEFORMAT, IUC.COMMON#SPSSMAXWAITTIMEFORMAT, </DetailText>
  </Error>


I can see the files in the directory and I can open them and see the ESQL routine:

Code:

C:\JAZZ_BUILD\CF_USCHECK_ORDERING_CFM_IUC_IIB_Library>dir
 Volume in drive C has no label.
 Volume Serial Number is C805-CFD9

 Directory of C:\JAZZ_BUILD\CF_USCHECK_ORDERING_CFM_IUC_IIB_Library

03/19/2017  10:35 AM    <DIR>          .
03/19/2017  10:35 AM    <DIR>          ..
03/19/2017  10:35 AM             3,110 .project
03/19/2017  10:35 AM    <DIR>          IUC
03/19/2017  10:35 AM               210 library.descriptor
               2 File(s)          3,320 bytes
               3 Dir(s)  60,857,651,200 bytes free

C:\JAZZ_BUILD\CF_USCHECK_ORDERING_CFM_IUC_IIB_Library>cd IUC

C:\JAZZ_BUILD\CF_USCHECK_ORDERING_CFM_IUC_IIB_Library\IUC>dir
 Volume in drive C has no label.
 Volume Serial Number is C805-CFD9

 Directory of C:\JAZZ_BUILD\CF_USCHECK_ORDERING_CFM_IUC_IIB_Library\IUC

03/19/2017  10:35 AM    <DIR>          .
03/19/2017  10:35 AM    <DIR>          ..
03/19/2017  10:35 AM    <DIR>          COMMON
               0 File(s)              0 bytes
               3 Dir(s)  60,857,651,200 bytes free

C:\JAZZ_BUILD\CF_USCHECK_ORDERING_CFM_IUC_IIB_Library\IUC>cd common

C:\JAZZ_BUILD\CF_USCHECK_ORDERING_CFM_IUC_IIB_Library\IUC\COMMON>dir
 Volume in drive C has no label.
 Volume Serial Number is C805-CFD9

 Directory of C:\JAZZ_BUILD\CF_USCHECK_ORDERING_CFM_IUC_IIB_Library\IUC\COMMON

03/19/2017  10:35 AM    <DIR>          .
03/19/2017  10:35 AM    <DIR>          ..
03/19/2017  10:35 AM             1,535 CFM.esql
03/19/2017  10:35 AM             2,723 Headers.esql
03/19/2017  10:35 AM             5,268 ODM.esql
03/19/2017  10:35 AM             2,197 SPSS.esql
03/19/2017  10:35 AM             7,099 XMLNSC.esql
               5 File(s)         18,822 bytes
               2 Dir(s)  60,857,651,200 bytes free

C:\JAZZ_BUILD\CF_USCHECK_ORDERING_CFM_IUC_IIB_Library\IUC\COMMON>


IUC.COMMON#SPSSMAXWAITTIMEFORMAT, IUC.COMMON#SPSSMAXWAITTIMEFORMAT

are in a referenced project in the SPSS.esql file.
Back to top
View user's profile Send private message Send e-mail AIM Address
bobbee
PostPosted: Mon Mar 20, 2017 10:43 am    Post subject: Reply with quote

Knight

Joined: 20 Sep 2001
Posts: 541
Location: Tampa

after a very long screen share with two support people, one of whom was a student in my IIB class in 2014, we added this to the mqsicreatebar command:

Code:


-deployAsSource



Now I can see the code deployed into the EG and it works.

https://developer.ibm.com/answers/questions/165362/things-to-consider-when-using-version-and-deployas.html
Back to top
View user's profile Send private message Send e-mail AIM Address
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » .map files and Rational Team concert (RTC)
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.