|  | 
 
  
    | RSS Feed - WebSphere MQ Support | RSS Feed - Message Broker Support |  
 
  
	|    |  |  
  
	| Multiple ACE version - migrate in place | « View previous topic :: View next topic » |  
  	| 
		
		
		  | Author | Message |  
		  | ghoshly | 
			  
				|  Posted: Thu Nov 14, 2024 8:29 pm    Post subject: Multiple ACE version - migrate in place |   |  |  
		  | Partisan
 
 
 Joined: 10 Jan 2008Posts: 333
 
 
 | 
			  
				| Hello, 
 If we have multiple fix-pack version of ACE12 installed in a AIX 7.2 machine, do we still need to perform in place migration via mqsibackupbroker --> mqsistop --> mqsiextractcomponents --> mqsistart route to utilize latest fix-pack level? I understand that is needed for upgrade from v10 or v11 to v12.
 
 
 
   
	| Quote: |  
	| mqm@sdxbf-m23n6$ ls -l /opt/esb/mqsi/ACE12/
 total 24
 drwxr-xr-x    9 aceadm   mqbrkrs        4096 Nov 01 12:28 ace-12.0.12.7
 drwxr-xr-x    9 aceadm   mqbrkrs        4096 Feb 28 2023  ace-12.0.7.0
 drwxr-xr-x    9 aceadm   mqbrkrs        4096 Apr 13 2023  ace-12.0.8.0
 
 |  
 
 
   
	| Quote: |  
	| mqm@sdxbf-m23n6$ mqsireload ACENODE02 -e MX_SAP_WORKORDER
 BIP8836E: The installation version '12.0.12.7' of the 'mqsireload' command does not match the running version '12.0.8.0' of the integration node 'ACENODE02'.
 The 'mqsireload' command must be issued using the same installation version with which the integration node 'ACENODE02' was started.
 mqm@sdxbf-m23n6$
 
 |  
 Even though mqsicvp command is successful, when I try to connect and send record to database, I am getting strange error, because the flow is looking for driver in IIB v10 version. We recently performed clean up operation of older version but not sure through which config, it is still looking for the older driver. Is it something related to IE02.sh which is called internally through mqsiprofile?
 
 
 
 
   
	| Quote: |  
	| mqm@sdxbf-m23n6$ mqsicvp ACENODE02 -n ESBDB
 BIP8299I: User 'ESB_MX_CONNECT' from security resource name 'ESBDB' will be used for the connection to datasource 'ESBDB'.
 BIP8290I: Verification passed for the ODBC environment.
 
 BIP8270I: Connected to Datasource 'ESBDB' as user 'ESB_MX_CONNECT'. The datasource platform is 'Oracle', version '19.00.0000 Oracle 19.0.0.0.0'.
 
 |  
 
 
   
	| Code: |  
	| [unixODBC][Driver Manager] Can't open lib '/opt/esb/mqsi/10.0/iib-10.0.0.25/server/ODBC/drivers/lib/UKora95.so' : file not found
 
 |  
 I tried to see the environment variable setting through the below command, but could not find related to IIB v10. If experts can give me some guidance or pointers to check, I'll be grateful.
 
 
 
   
	| Code: |  
	| ps eww <processid> | tr ' ' '\n' | grep = | sort |  |  |  
		  | Back to top |  |  
		  |  |  
		  | ghoshly | 
			  
				|  Posted: Thu Nov 14, 2024 11:06 pm    Post subject: syslog snippet |   |  |  
		  | Partisan
 
 
 Joined: 10 Jan 2008Posts: 333
 
 
 | 
			  
				| 
   
	| Quote: |  
	| Nov 15 02:01:30 sdxbf-m23n6 user:err|error ACE[23986432]: IBM App Connect Enterprise v12080 (ACENODE02.MX_SAP_INT) [Thread 48064] (Msg 4/5) BIP2393E: Database error: ODBC return code '-1' from data source 'ESBDB' using ODBC driver manager '/opt/esb/mqsi/ACE12/ace-12.0.8.0/ie02/lib/libodbcinterface.so'.
 Nov 15 02:01:30 sdxbf-m23n6 user:err|error ACE[23986432]: IBM App Connect Enterprise v12080 (ACENODE02.MX_SAP_INT) [Thread 48064] (Msg 5/5) BIP2322E: Database error: SQL State '01000'; Native Error Code '0'; Error Text '[unixODBC][Driver Manager] Can't open lib '/opt/esb/mqsi/10.0/iib-10.0.0.25/server/ODBC/drivers/lib/UKora95.so' : file not found'.
 |  |  |  
		  | Back to top |  |  
		  |  |  
		  | fjb_saper | 
			  
				|  Posted: Sat Nov 16, 2024 9:53 pm    Post subject: Re: syslog snippet |   |  |  
		  |  Grand High Poobah
 
 
 Joined: 18 Nov 2003Posts: 20767
 Location: LI,NY
 
 | 
			  
				| 
   
	| ghoshly wrote: |  
	| 
   
	| Quote: |  
	| Nov 15 02:01:30 sdxbf-m23n6 user:err|error ACE[23986432]: IBM App Connect Enterprise v12080 (ACENODE02.MX_SAP_INT) [Thread 48064] (Msg 4/5) BIP2393E: Database error: ODBC return code '-1' from data source 'ESBDB' using ODBC driver manager '/opt/esb/mqsi/ACE12/ace-12.0.8.0/ie02/lib/libodbcinterface.so'.
 Nov 15 02:01:30 sdxbf-m23n6 user:err|error ACE[23986432]: IBM App Connect Enterprise v12080 (ACENODE02.MX_SAP_INT) [Thread 48064] (Msg 5/5) BIP2322E: Database error: SQL State '01000'; Native Error Code '0'; Error Text '[unixODBC][Driver Manager] Can't open lib '/opt/esb/mqsi/10.0/iib-10.0.0.25/server/ODBC/drivers/lib/UKora95.so' : file not found'.
 |  |  Did you check your ODBC.ini or other ODBC config files?
 Clearly you are referencing a bad location there ...
 You might also have to check the inserts / includes in mqsiprofile....
 Have fun
  _________________
 MQ & Broker admin
 |  |  
		  | Back to top |  |  
		  |  |  
		  |  |  |  
  
	|    |  | Page 1 of 1 |  
 
 
  
  	| 
		
		  | 
 
 | 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
 
 |  |  |  |