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 » multiple environments on one system in OS390

Post new topic  Reply to topic
 multiple environments on one system in OS390 « View previous topic :: View next topic » 
Author Message
shalabh1976
PostPosted: Thu Apr 17, 2003 6:42 am    Post subject: multiple environments on one system in OS390 Reply with quote

Partisan

Joined: 18 Jul 2002
Posts: 381
Location: Gurgaon, India

In an earlier post the following statement was made:

Each broker CAN have a different .odbc.ini file - just change the $ODBCINI environment parameter to point to a customized version before running the mqsistart broker-name command

In our current environment, our broker is running on OS390. Is there an analagous solution for ODBC?

We have multiple brokers running on the same system, and would like to have a separate user data database for each broker. We do not want to have to change the datasource when we promote between environments.

If all of the different brokers are operating under different id's and the user data table used by each broker is created under an id equal to the broker id, it seems like all the code could use the same datasource by not specifying the table owner. The drawback here is that all environments would be using the same database.
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
migstr
PostPosted: Thu Apr 24, 2003 6:00 am    Post subject: Reply with quote

Apprentice

Joined: 05 Jun 2002
Posts: 34
Location: New York

Hi, I'm not sure if I'm answering your question but I will tell you what we are doing. We also have two different brokers on a 390 (dev and test) but they each use the same DB2 subsystem. We create two sets of application tables, one has dev table owner, second has test table owner. We then create ALIASes for each set using the BROKER id. For example,
DEVBROKER.APPTABLE1 for DEVTABLEOWNER.APPTABLE1
TESTBROKER.APPTABLE1 for TESTTABLEOWNER.APPTABLE1
Our ESQL only refers to Database.APPTABLE1,therfore, when you run under dev broker it will access your dev tables; run under test broker accesses you test tables. The DATASOURCE is the same because it is the same DB2 subsystem. So no chages required.
Our production broker is on a different DB2 subsystem, so we create a datasource promote property, and when we promote to prod, we change this to the production db2 subsystem.
I hope this helps and if you are doing something different/better, please let me know.
_________________
Thanks, Margaret
-------------------------------------------------------
IBM Certified Specialist - MQSeries, Websphere MQ Integrator
IBM Certified Solutions Expert - MQSeries, Websphere MQ Integrator
IBM Certified Developer - MQSeries
Back to top
View user's profile Send private message
shalabh1976
PostPosted: Mon May 12, 2003 10:44 am    Post subject: Reply with quote

Partisan

Joined: 18 Jul 2002
Posts: 381
Location: Gurgaon, India

Thanks for your reply,

Actually thats what we are also discussing :
1. Modifying the ODBC file
2. Using the promote property

I will post the implemented solution once that is done.
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » multiple environments on one system in OS390
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.