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 » WBI JDBC Adapter and WBIMB Configuration

Post new topic  Reply to topic
 WBI JDBC Adapter and WBIMB Configuration « View previous topic :: View next topic » 
Author Message
SandiSan
PostPosted: Tue Mar 11, 2008 11:32 am    Post subject: WBI JDBC Adapter and WBIMB Configuration Reply with quote

Acolyte

Joined: 01 Apr 2006
Posts: 57
Location: Pune/India

Hi,

I am trying to configure WBI JDBC Adapter v2.6 with Websphere Business Integration Message Broker V 6.

I Have done the following configuration

1. Created the BO using ODA.
2. Configured the connector.
3. Created necessary Queues ,event table and trigger.

Now when i insert a data in my table (EMP) nothing is happening.I was assuming that a message will sit in the one of the queues.

Pl suggest
Back to top
View user's profile Send private message Yahoo Messenger
jefflowrey
PostPosted: Tue Mar 11, 2008 11:35 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Did you deploy the BOs to the adapter?

Did you configure the adapter to poll your table?

Did you start the adapter?

Did the adapter start successfully?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
SandiSan
PostPosted: Tue Mar 11, 2008 12:25 pm    Post subject: Reply with quote

Acolyte

Joined: 01 Apr 2006
Posts: 57
Location: Pune/India

- I created the BO and kept the .xsd file in the following path C:\IBM\WebSphereAdapters\repository.

- I am able to start the Connector.

I am pasting the Standard Properties And Connector Specific Properties

Standard Properties
AdminInQueue JDBCCONNECTOR/ADMININQUEUE
AdminOutQueue JDBCCONNECTOR/ADMINOUTQUEUE
AgentTraceLevel 0
ApplicationName JDBCConnector
BiDi.Transformation false
BrokerType WMQI
CharacterEncoding ascii7
CommonEventInfrastructure false
ContainerManagedEvents
DeliveryQueue JDBCCONNECTOR/DELIVERYQUEUE
DeliveryTransport JMS
DuplicateEventElimination false
FaultQueue JDBCCONNECTOR/FAULTQUEUE
jms.FactoryClassName CxCommon.Messaging.jms.IBMMQSeriesFactory
jms.MessageBrokerName WBRK6_DEFAULT_QUEUE_MANAGER
jms.NumConcurrentRequests 10
jms.Password ********
jms.UserName administrator
Locale en_US
MessageFileName JDBCConnector.txt
PollEndTime HH:MM
PollFrequency 10000
PollStartTime HH:MM
RepositoryDirectory C:\IBM\WebSphereAdapters\repository
RequestQueue JDBCCONNECTOR/REQUESTQUEUE
ResponseQueue JDBCCONNECTOR/RESPONSEQUEUE
RestartRetryCount 1
RestartRetryInterval 1
ResultsSetEnabled false
RFH2MessageDomain mrm
SynchronousRequestQueue JDBCCONNECTOR/SYNCHRONOUSREQUESTQUEUE
SynchronousRequestTimeout 0
SynchronousResponseQueue JDBCCONNECTOR/SYNCHRONOUSRESPONSEQUEUE
TivoliMonitorTransactionPerformance false
WireFormat CwXML
XMLNameSpaceFormat short

Connector Specific Properties


ApplicationPassword passw0rd
ArchiveProcessed True
ArchiveTableName xworlds_archive_events
AutoCommit False
CheckForEventTableInInit True
ChildUpdatePhyDelete False
CloseDBConnection False
ConnectorID NONE
DatabaseURL jdbc:db2://localhost:50000/DVCL0L00
DateFormat MM/dd/yyyy HH:mm:ss
DriverConnectionProperties
MaximumDatabaseConnections 2
PingQuery
PollQuantity 1
PreserveUIDSeq True
QueryTimeOut False
RDBMS.initsession
RDBMSVendor DB2
RetryCountAndInterval 3,20
ReturnDummyBOForSP False
SchemaName
UniqueIDTableName xworlds_uid
UseDefaults False
UseDefaultsForCreatingChildBOs False
UseDefaultsWhenPolling True
UseDefaultsForRetrieve False
DriverSupportForLong True
EventKeyDel ;
EventOrderBy
EventQueryType Fixed
EventTableName xworlds_events
JDBCDriverClass com.ibm.db2.jcc.DB2Driver
ApplicationUserName administrator
Back to top
View user's profile Send private message Yahoo Messenger
jefflowrey
PostPosted: Tue Mar 11, 2008 1:12 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Are you adding rows to the xworlds_events table?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
SandiSan
PostPosted: Tue Mar 11, 2008 1:46 pm    Post subject: Reply with quote

Acolyte

Joined: 01 Apr 2006
Posts: 57
Location: Pune/India

Yes i am adding row to event table.
Back to top
View user's profile Send private message Yahoo Messenger
Gaya3
PostPosted: Wed Mar 12, 2008 1:05 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

did you export the BO to WBIMB, (did you create the corresponding Message set at MB side)

if so, Adapter is not polling the data?

Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Mar 12, 2008 3:07 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Did you install the adapter in standalone mode? or does it think that it needs ICS?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
SandiSan
PostPosted: Wed Mar 12, 2008 12:06 pm    Post subject: Reply with quote

Acolyte

Joined: 01 Apr 2006
Posts: 57
Location: Pune/India

Can you please clarify what you mean by standalone mode. While installing the JDBC Adapter i asked about ICS Broker name i didn't fill anything there and just pressed next button.
Back to top
View user's profile Send private message Yahoo Messenger
jefflowrey
PostPosted: Wed Mar 12, 2008 12:09 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You should have chosen to install it with WebSphere MQ Broker as the Broker, NOT ICS.

You need to reinstall.

EDIT: Hrm. I might have misread what you said.

It should have asked you if you were using WebSphere Message Broker as your Broker.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
SandiSan
PostPosted: Wed Mar 12, 2008 12:29 pm    Post subject: Reply with quote

Acolyte

Joined: 01 Apr 2006
Posts: 57
Location: Pune/India

While configuring the new Connector it ask to choose Integration Broker type there i selected 'Websphere Message Broker'.
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WBI JDBC Adapter and WBIMB Configuration
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.