Author |
Message
|
chenna.hari |
Posted: Mon May 27, 2013 5:47 am Post subject: UserDefined Configurable service property |
|
|
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 |
|
 |
vmcgloin |
Posted: Mon May 27, 2013 7:38 am Post subject: |
|
|
Knight
Joined: 04 Apr 2002 Posts: 560 Location: Scotland
|
Have you tried removing the double quotes around UserDefined? |
|
Back to top |
|
 |
chenna.hari |
Posted: Mon May 27, 2013 9:12 pm Post subject: |
|
|
Centurion
Joined: 21 Mar 2009 Posts: 103
|
yes tried by removing the "", but still the same issue. |
|
Back to top |
|
 |
kash3338 |
Posted: Mon May 27, 2013 9:32 pm Post subject: |
|
|
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 |
|
 |
chenna.hari |
Posted: Mon May 27, 2013 9:38 pm Post subject: |
|
|
Centurion
Joined: 21 Mar 2009 Posts: 103
|
Kash, suprisingly I didnt find UserDefined configurable service property in Broker Explorer. |
|
Back to top |
|
 |
kash3338 |
Posted: Mon May 27, 2013 9:57 pm Post subject: |
|
|
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 |
|
 |
chenna.hari |
Posted: Mon May 27, 2013 10:11 pm Post subject: |
|
|
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 |
|
 |
Esa |
Posted: Mon May 27, 2013 10:24 pm Post subject: |
|
|
 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 |
|
 |
chenna.hari |
Posted: Mon May 27, 2013 10:35 pm Post subject: |
|
|
Centurion
Joined: 21 Mar 2009 Posts: 103
|
|
Back to top |
|
 |
kash3338 |
Posted: Mon May 27, 2013 10:38 pm Post subject: |
|
|
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 |
|
 |
Esa |
Posted: Tue May 28, 2013 1:34 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2008 Posts: 1387 Location: Finland
|
@chenna.hari:
So, what do you get if you run
? |
|
Back to top |
|
 |
chenna.hari |
Posted: Tue May 28, 2013 4:21 am Post subject: |
|
|
Centurion
Joined: 21 Mar 2009 Posts: 103
|
Below is the output
Version: 7000
Product: WebSphere Message Broker |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 28, 2013 4:31 am Post subject: |
|
|
 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 |
|
 |
chenna.hari |
Posted: Tue May 28, 2013 11:36 pm Post subject: |
|
|
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 |
|
 |
Esa |
Posted: Tue May 28, 2013 11:48 pm Post subject: |
|
|
 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 |
|
 |
|