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 » UserDefined Configurable service property

Post new topic  Reply to topic Goto page 1, 2  Next
 UserDefined Configurable service property « View previous topic :: View next topic » 
Author Message
chenna.hari
PostPosted: Mon May 27, 2013 5:47 am    Post subject: UserDefined Configurable service property Reply with quote

Centurion

Joined: 21 Mar 2009
Posts: 103

Below error is coming while creating the UserDefined Configurable service property

mqsicreateconfigurableservice MB7BRKR -c "Us
erDefined" -o HTTP_Timeout -n VerifyRequestTimeout -v 60
BIP8981W: This command creates an object associated with a type of configurable
service.
Syntax:
mqsicreateconfigurableservice brokerName -c configurableService -o object ( -n
name -v value )
Command options:
'brokerName': name of the broker
'-c configurableService': configurable service type used by the broker
'-o object': object name belonging to the configurable service type
'-n name': attribute name
'-v value': attribute value

BIP8002E: Selected flag 'c UserDefined' badly formed.
Command flag should be properly specified.
Correct and reissue the command.


can any one help how to resolve this issue.
Back to top
View user's profile Send private message
vmcgloin
PostPosted: Mon May 27, 2013 7:38 am    Post subject: Reply with quote

Knight

Joined: 04 Apr 2002
Posts: 560
Location: Scotland

Have you tried removing the double quotes around UserDefined?
Back to top
View user's profile Send private message
chenna.hari
PostPosted: Mon May 27, 2013 9:12 pm    Post subject: Reply with quote

Centurion

Joined: 21 Mar 2009
Posts: 103

yes tried by removing the "", but still the same issue.
Back to top
View user's profile Send private message
kash3338
PostPosted: Mon May 27, 2013 9:32 pm    Post subject: Reply with quote

Shaman

Joined: 08 Feb 2009
Posts: 709
Location: Chennai, India

Hari, Did you try creating using Broker Explorer? What happens then? Can you post the command you used to create the service?
Back to top
View user's profile Send private message Send e-mail
chenna.hari
PostPosted: Mon May 27, 2013 9:38 pm    Post subject: Reply with quote

Centurion

Joined: 21 Mar 2009
Posts: 103

Kash, suprisingly I didnt find UserDefined configurable service property in Broker Explorer.
Back to top
View user's profile Send private message
kash3338
PostPosted: Mon May 27, 2013 9:57 pm    Post subject: Reply with quote

Shaman

Joined: 08 Feb 2009
Posts: 709
Location: Chennai, India

chenna.hari wrote:
suprisingly I didnt find UserDefined configurable service property in Broker Explorer.


No surprises!!

This is what the documentation says,

Quote:
Not all configurable service types are available to select within WebSphere Message Broker Explorer. If you want to create a configurable service and the type is not listed, you must first create an instance of that type via the command line
Back to top
View user's profile Send private message Send e-mail
chenna.hari
PostPosted: Mon May 27, 2013 10:11 pm    Post subject: Reply with quote

Centurion

Joined: 21 Mar 2009
Posts: 103

As per the document i tried to create the instance as below

mqsicreateconfigurableservice MB7BRKR -c UserDefined -o HTTP_Timeout -n VerifyRequestTimeout -v 60

but the error is coming which i mentioned earlier.
Back to top
View user's profile Send private message
Esa
PostPosted: Mon May 27, 2013 10:24 pm    Post subject: Reply with quote

Grand Master

Joined: 22 May 2008
Posts: 1387
Location: Finland

chenna.hari wrote:
As per the document i tried to create the instance as below

mqsicreateconfigurableservice MB7BRKR -c UserDefined -o HTTP_Timeout -n VerifyRequestTimeout -v 60

but the error is coming which i mentioned earlier.


You are running V 6.1? I think it doesn't support user defined configurable services. On the other hand, why should you name a V 6.1 broker MB7BRKR?
Back to top
View user's profile Send private message
chenna.hari
PostPosted: Mon May 27, 2013 10:35 pm    Post subject: Reply with quote

Centurion

Joined: 21 Mar 2009
Posts: 103

Broker is v7.0
Back to top
View user's profile Send private message
kash3338
PostPosted: Mon May 27, 2013 10:38 pm    Post subject: Reply with quote

Shaman

Joined: 08 Feb 2009
Posts: 709
Location: Chennai, India

chenna.hari wrote:
Broker is v7.0


UserDefined Configurable service is available from version 7.0.0.1
Back to top
View user's profile Send private message Send e-mail
Esa
PostPosted: Tue May 28, 2013 1:34 am    Post subject: Reply with quote

Grand Master

Joined: 22 May 2008
Posts: 1387
Location: Finland

@chenna.hari:

So, what do you get if you run
Code:
mqsiservice -v
?
Back to top
View user's profile Send private message
chenna.hari
PostPosted: Tue May 28, 2013 4:21 am    Post subject: Reply with quote

Centurion

Joined: 21 Mar 2009
Posts: 103

Below is the output

Version: 7000
Product: WebSphere Message Broker
Back to top
View user's profile Send private message
Vitor
PostPosted: Tue May 28, 2013 4:31 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

chenna.hari wrote:
Below is the output

Version: 7000
Product: WebSphere Message Broker


And that's why it's not working for you.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
chenna.hari
PostPosted: Tue May 28, 2013 11:36 pm    Post subject: Reply with quote

Centurion

Joined: 21 Mar 2009
Posts: 103

Applied the fixpack 7.0.0.3 and issue is resolved. Thanks for the support.

any suggestions how to get the UserDefined Configurable Service propery in the message flow?
Back to top
View user's profile Send private message
Esa
PostPosted: Tue May 28, 2013 11:48 pm    Post subject: Reply with quote

Grand Master

Joined: 22 May 2008
Posts: 1387
Location: Finland

chenna.hari wrote:

any suggestions how to get the UserDefined Configurable Service propery in the message flow?


You mean how to access a User Defined Configurable Service?
AFAIK at the moment the only way is to use Message Broker API, which means that you must write some java. Of course you can write an ESQL wrapper for the java method that accesses the configurable service.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » UserDefined Configurable service property
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.