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 » BIP8272W: Data source specified is not associated with brkr

Post new topic  Reply to topic
 BIP8272W: Data source specified is not associated with brkr « View previous topic :: View next topic » 
Author Message
kumar.MBMQ
PostPosted: Tue Dec 17, 2013 4:56 am    Post subject: BIP8272W: Data source specified is not associated with brkr Reply with quote

Voyager

Joined: 06 May 2011
Posts: 93

when I am running the command mqsicvp Broker1 -n oracledb on windows os above error is popping up.
DSN name is oracledb and working on MB8.003.
I am not sure ,
i gave below command it executes correctly
mqsisetdbparms Broker1 -n odbc::oracledb -u SYSTEM
-p bank12345.
plz suggest
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Dec 17, 2013 5:40 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

What is the content of the broker's odbc file. Is oracledb defined there?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Tue Dec 17, 2013 5:45 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

fjb_saper wrote:
What is the content of the broker's odbc file. Is oracledb defined there?


It's windows. There is no ODBC "file".

kumar.MBMQ - you have not issued an mqsisetdbparms for the DSN.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Tue Dec 17, 2013 6:05 am    Post subject: Re: BIP8272W: Data source specified is not associated with b Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20756
Location: LI,NY

kumar.MBMQ wrote:

i gave below command it executes correctly
mqsisetdbparms Broker1 -n odbc::oracledb -u SYSTEM -p bank12345.
plz suggest


Have you tried issuing the command without odbc:: ?
Code:
mqsisetdbparms Broker1 -n oracledb -u SYSTEM  -p bank12345


Is your DSN name oracledb ?
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
kumar.MBMQ
PostPosted: Tue Dec 17, 2013 6:35 am    Post subject: Reply with quote

Voyager

Joined: 06 May 2011
Posts: 93

mqsisetdbparms Broker1 -n oracledb -u SYSTEM -p bank12345
this is working .
thanks,
Back to top
View user's profile Send private message
kumar.MBMQ
PostPosted: Tue Dec 17, 2013 7:08 am    Post subject: Reply with quote

Voyager

Joined: 06 May 2011
Posts: 93

In my flow i have mqinput _>compute-> mqout . in compute node I have :

CALL CopyEntireMessage();

PASSTHRU 'CREATE TABLE xe1.Customers (
CustomerNumber INTEGER,
FirstName VARCHAR(256),
LastName VARCHAR(256),
Street VARCHAR(256),
City VARCHAR(256),
Country VARCHAR(256)
)' TO Database.oracledb;

where oracledb is the dsn on windows os and xe1 is the oracle connection, Customers is the table name I want to create. but I am getting warning
unresolvable dataase table reference. can I ignore this ? but the table is not created even in db .
Back to top
View user's profile Send private message
smdavies99
PostPosted: Tue Dec 17, 2013 7:41 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

You really should not be creating a table from within a broker flow.

Why can't you create the table using any of the ORacle tools available?

Remember you need special privs on oracle to create a table. These are different to those needed to insert/delete/update.
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
Back to top
View user's profile Send private message
kumar.MBMQ
PostPosted: Tue Dec 17, 2013 8:55 am    Post subject: Reply with quote

Voyager

Joined: 06 May 2011
Posts: 93

i am checking the simple connectivity between broker and database.
but I am getting warning
unresolvable dataase table reference. can I ignore this ? but the table is not created even in db .
Back to top
View user's profile Send private message
smdavies99
PostPosted: Tue Dec 17, 2013 9:36 am    Post subject: Reply with quote

Jedi Council

Joined: 10 Feb 2003
Posts: 6076
Location: Somewhere over the Rainbow this side of Never-never land.

kumar.MBMQ wrote:
\
but I am getting warning
unresolvable dataase table reference. can I ignore this ? but the table is not created even in db .


Is this at runtime or in the Toolkit?

As the DB is oracle WHY oh WHY are you not doing a select on the 'DUAL' table if all you want to do is check connectivity?
_________________
WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995

Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
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 » BIP8272W: Data source specified is not associated with brkr
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.