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 » Installation procedures for NEON Support

Post new topic  Reply to topic
 Installation procedures for NEON Support « View previous topic :: View next topic » 
Author Message
WBI_user
PostPosted: Tue Apr 16, 2002 7:53 pm    Post subject: Reply with quote

Partisan

Joined: 07 Aug 2001
Posts: 386

My customer is installing MQSI 202. He is looking for installtion instructions on setting up NEON support. I scan through the 202 installation manual and found no step by step instruction on how to set up NEON support. The NEON system administration manual has some detail information but my customer is looking for something to put into their procedure manual and it does seem to exist on the standard MQSI 202 manuals. When I worked on V1, there are readme files that give simple procedures to set up DBs and config files. Where are these files on 202 ?
Back to top
View user's profile Send private message
vmcgloin
PostPosted: Wed Apr 17, 2002 1:06 am    Post subject: Reply with quote

Knight

Joined: 04 Apr 2002
Posts: 560
Location: Scotland

I have just set up an MQSIv202 system on AIX, the NEON configuration information I used was in Appendix B of the AIX Installation Guide. This also had details for NT so I assume it is reproduced in all the install guides.

Vicky
Back to top
View user's profile Send private message
suneelsh
PostPosted: Wed Apr 17, 2002 3:19 am    Post subject: Reply with quote

Acolyte

Joined: 13 Apr 2002
Posts: 69
Location: Pune,India

If you are using nt then..you will need two system variables
1.NNSY_ROOT=e:Program FilesIBMWebSphere MQ Integrator 2.1nnsy
2.NN_CONFIG_FILE_PATH=E:Program FilesIBMWebSphere MQ Integrator 2.1nnsybin

the second one is where u put the nnsyreg.dat file. since we use db2 my file looks something like this

##########################################################################
# #
# This is the database connection configuration file for the NEONMap, #
# NEONTransform and NEONRulesEvaluation nodes, and the NEONMSG domain #
# message parser. The NN_CONFIG_FILE_PATH environment variable must be #
# set to point to the directory in which this file is located in order #
# for the Webspher MQ Integrator broker to locate it. This file MUST be #
# called 'nnsyreg.dat'. #
# #
# Any number of database sessions may be defined in this file. Examples #
# are given below for each supported DBMS type. The NNOT_SHARED_LIBRARY #
# and NNOT_FACTORY_FUNCTION parameters of each session must be set to #
# the appropriate values for the desired DBMS type, as demonstrated #
# below. The other parameters should be configured with connection #
# details for the database in with the New Era of Networks Rules and #
# Formats are stored. #
# #
# MQSeries Integrator requires three sessions to be defined: #
# 'MQSI_PLUGIN', 'MQSI_CONFIG' and 'new_format_demo' #
# #
##########################################################################



# Example session for all supported versions of SQL Server:
# Session.SQL_SERVER
# NNOT_SHARED_LIBRARY = dbt26sql65
# NNOT_FACTORY_FUNCTION = NNSesMS6Factory
# NN_SES_SERVER = ???
# NN_SES_USER_ID = ???
# NN_SES_PASSWORD = ???
# NN_SES_DB_NAME = ???

# Example session for all supported versions of Oracle:
# Session.ORACLE
# NNOT_SHARED_LIBRARY = dbt26or806
# NNOT_FACTORY_FUNCTION = NNSesOra8Factory
# NN_SES_SERVER = ???
# NN_SES_USER_ID = ???
# NN_SES_PASSWORD = ???
# NN_SES_DB_NAME = ???

# Example session for all supported versions of Sybase:
# Session.SYBASE
# NNOT_SHARED_LIBRARY = dbt26syb11
# NNOT_FACTORY_FUNCTION = NNSesSybCTFactory
# NN_SES_SERVER = ???
# NN_SES_USER_ID = ???
# NN_SES_PASSWORD = ???
# NN_SES_DB_NAME = ???

# Example session for all supported versions of DB2
# (NN_SES_SERVER should contain the database name):

Session.DB2
NNOT_SHARED_LIBRARY = dbt26db250
NNOT_FACTORY_FUNCTION = NNSesDB2Factory
NN_SES_SERVER = EVEIN
NN_SES_USER_ID = db2admin
NN_SES_PASSWORD = db2admin



# The 'MQSI_PLUGIN' session must be defined to allow the broker to connect
# to the New Era of Networks Rules and Formats database.
#
# The 'MQSI_CONFIG' session must be defined to allow the Configuration Manager
# to connect to the New Era of Networks Rules and Formatter database. It only
# needs to be defined in the nnsyreg.dat file which the Configuration Manager
# uses, not in nnsyreg.dat files which are used solely by brokers.
#
# The 'new_format_demo' session is required by some New Era of Networks
# test executables
# (for example msgtest) and should be defined in any nnsyreg.dat file which
# those executables use.
#
# All three example sessions below are configured for DB2. They may of course
# be configured for whatever DBMS type is required.


Session.MQSI_PLUGIN
NNOT_SHARED_LIBRARY = dbt26db250
NNOT_FACTORY_FUNCTION = NNSesDB2Factory
NN_SES_SERVER = EVEOUT
NN_SES_USER_ID = db2admin
NN_SES_PASSWORD = db2admin

Session.MQSI_CONFIG
NNOT_SHARED_LIBRARY = dbt26db250
NNOT_FACTORY_FUNCTION = NNSesDB2Factory
NN_SES_SERVER = EVEOUT
NN_SES_USER_ID = db2admin
NN_SES_PASSWORD = db2admin

Session.new_format_demo
NNOT_SHARED_LIBRARY = dbt26db250
NNOT_FACTORY_FUNCTION = NNSesDB2Factory
NN_SES_SERVER = EVEOUT
NN_SES_USER_ID = db2admin
NN_SES_PASSWORD = db2admin


Back to top
View user's profile Send private message Send e-mail
WBI_user
PostPosted: Wed Apr 17, 2002 8:03 pm    Post subject: Reply with quote

Partisan

Joined: 07 Aug 2001
Posts: 386

Hi Vicky, Appendix B of my AIX installation guide GC34-5841-04 is "Setting up an Oracle8 broker database on MQSeries Integrator". I have not read through it line by line. But there is no information on DB2 set up.
Appendix B of the NT installation guide is uninstalling MQSI.
Am I reading the wrong book ? Can I have the form number of the book that you are referring to ?
Back to top
View user's profile Send private message
MVO
PostPosted: Tue Oct 12, 2004 9:20 am    Post subject: Reply with quote

Centurion

Joined: 09 Sep 2001
Posts: 131

Hi,

I'm also looking for some docs on Rules & Formatters extension for DB2.

With WMQI 2.1 we have something like this:
NNSY_ROOT=/opt/nnsy
export NNSY_ROOT

NNSY_CATALOGUES=$NNSY_ROOT/NNSYCatalogues
export NNSY_CATALOGUES

ICU_DATA=$NNSY_ROOT/share/icu/data
export ICU_DATA


Under WBIMB 5.0, /opt/nnsy is being replaced with /opt/mqsi/rfe but I cannot find a subdirectory called "share" under it. The bin directory does not have libdbt26db250.so module therefore I'm getting the following error:

20041012165107567Z|NeonConnectionManager|17401|30|INFR|INFR|Info||NNSY Product 'NeonConnectionManager' Message Log.
Copyright (c) 1987 - 2003 Sybase, Inc.
Real Path: From path: NeonConnectionManager
Current Working Directory: /home/mqsi
20041012165107569Z|NeonConnectionManager|17401|30|INFR|INFR|Info||Library info:
(already initialized):
Version 0x80000000, compatible with version 0xe83f0554.
Build Information: .
20041012165107603Z|NeonConnectionManager|17401|30|Kernel|NNOT_EC_CTX_FUNCTION_BIND_FAILED|Error||File: /home/src/cc_tags/stack_base/oti_4.0_tag_7/ot/server/NNOTDirectory.cpp
Line: 281
An attempt was made to bind to the function 'NNSesDB2Factory' in the shared library 'dbt26db250', but an error occurred. The operating system returned this error message: ''.
20041012165107605Z|NeonConnectionManager|17401|30|INFR|INFR|Info||Ending process.

when my message flow attempts to get a NEON format.

Any help will be very appreciated.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Installation procedures for NEON Support
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.