Author |
Message |
Topic: Getting error while deploying message set |
aftab
Replies: 3 Views: 2791
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 06, 2016 1:17 am Subject: Getting error while deploying message set |
This is is only error message I am getting. |
Topic: Getting error while deploying message set |
aftab
Replies: 3 Views: 2791
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 05, 2016 10:43 pm Subject: Getting error while deploying message set |
While deploying a message set in MB 7 created using XSD I am getting the below error.
BIP2871I: the request made by user 'mqm' to 'deploy' the resource '.......BAR file name.......(data of len 138 ... |
Topic: How to write DOCTYPE declaration in ESQL under XMLNSC domain |
aftab
Replies: 6 Views: 5242
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 11, 2014 2:03 am Subject: How to write DOCTYPE declaration in ESQL under XMLNSC domain |
No this does not work, gives below syntax error while deploying the flow-
The correlation name 'XMLNSC.DocTypeDecl' is not valid. |
Topic: How to write DOCTYPE declaration in ESQL under XMLNSC domain |
aftab
Replies: 6 Views: 5242
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 11, 2014 12:47 am Subject: How to write DOCTYPE declaration in ESQL under XMLNSC domain |
In XMLNS it works like this-
SET OutputRoot.XMLNS.(XML.DocTypeDecl)NetAnttila_Message = '';
SET OutputRoot.XMLNS.(XML.DocTypeDecl).(XML.SystemId) = 'NetAnttila_Message.dtd'; |
Topic: How to write DOCTYPE declaration in ESQL under XMLNSC domain |
aftab
Replies: 6 Views: 5242
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 10, 2014 7:55 pm Subject: How to write DOCTYPE declaration in ESQL under XMLNSC domain |
Hi,
I am using XMLNSC domain. In my message output I want to add the below line-
<!DOCTYPE NetAnttila_Message SYSTEM "NetAnttila_Message.dtd">
It is easy to add in XMLNS domai ... |
Topic: Changing the HTTP port of an execution group |
aftab
Replies: 5 Views: 5380
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 13, 2014 3:54 am Subject: Changing the HTTP port of an execution group |
Thanks everyone.
Using netstat command I found that the port 7800 was already in use by another EG. That's why I was not able to set that port.
But strange this was the command run successfully ev ... |
Topic: Changing the HTTP port of an execution group |
aftab
Replies: 5 Views: 5380
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 13, 2014 1:31 am Subject: Changing the HTTP port of an execution group |
I am using the following command to change the HTTP listener port to 7800 of an execution group, so that my deployed web service starts listening on this port-
mqsichangeproperties BrokerName -o HT ... |