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 » mqsicreateconfigurableservice value in ""

Post new topic  Reply to topic
 mqsicreateconfigurableservice value in "" « View previous topic :: View next topic » 
Author Message
sarasu
PostPosted: Wed Nov 08, 2017 2:43 pm    Post subject: mqsicreateconfigurableservice value in "" Reply with quote

Master

Joined: 02 Feb 2006
Posts: 229

All,
I am trying to create a configurable service using the below command.

mqsicreateconfigurableservice BROKER-c UserDefined -o TestingQuotes1 -n doublequotes -v ""double""

I am not able to see the double quotes in the value. It shows under single quotes only.

[mqm@xxxxxxxx ~]$ mqsireportproperties BROKER-c UserDefined -o TestingQuotes1 -r

UserDefined
TestingQuotes1
doublequotes1='double'

BIP8071I: Successful command completion.


Thanks In advance.
Back to top
View user's profile Send private message
martinb
PostPosted: Wed Nov 08, 2017 11:40 pm    Post subject: Reply with quote

Master

Joined: 09 Nov 2006
Posts: 210
Location: UK

Hi

Well you could try and figure the required command shell escaping to get the quotes passed though to the command, or more reliably use the fact that the "mqsichangeproperties" command allows the use of a "-p <path to file with value>" as an alternative to "-v <value>".

So you then have

Code:

mqsicreateconfigurableservice TESTNODE -c UserDefined -o TestingQuotes1
BIP8071I: Successful command completion.

mqsichangeproperties TESTNODE -c UserDefined -o TestingQuotes1 -n doublequotes -p quotes.txt
BIP8071I: Successful command completion.

mqsireportproperties TESTNODE -c UserDefined -o TestingQuotes1 -r

UserDefined
  TestingQuotes1
    doublequotes='"In Quotes"'


Note that the mqsichangeproperties command will use the entire content of the file provided in the -p parameter, so ensure you save it without a line ending unless you want that control charter as part of the value.

HTH
Back to top
View user's profile Send private message
sarasu
PostPosted: Wed Nov 22, 2017 10:40 am    Post subject: Reply with quote

Master

Joined: 02 Feb 2006
Posts: 229

Thanks for your response Martinb !!

It worked.
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 » mqsicreateconfigurableservice value in ""
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.