• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Can Export/Import WAS Profiles work with SIB ?

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For our J2EE based enterprise web application, we use RAD 7.5 + WAS v6.1. We create the WAS v6.1 profile using a Jython script which creates/updates below resources while setting up a new WAS profile:

a. WebSphere variables
b. Service Integration Bus (SIB) & creates SIB destinations
c. Queue Connection Factories
d. Data Sources
e. JDBC Providers
f. JMS & JMS Queues/Topics
g. Listener Ports
h. JVM settings


Sometimes, we need to create the same profile on multiple machines and we want to reduce the time in creating the profiles on new machines and so thinking of using the Export/Import WAS Profile feature provided by WAS as told here http://www-01.ibm.com/support/docview.wss?rcss=faqtt_2Q09&uid=swg21207526.
However I have a doubt whether this export/import process works successfully if we have resources like SIB destinations and other resources like as mentioned in the above points a to h.

Can you please clarify.
reply
    Bookmark Topic Watch Topic
  • New Topic