Author |
Message |
Topic: Problem with XML.Comment |
alexey
Replies: 4 Views: 2748
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 15, 2007 11:56 am Subject: Problem with XML.Comment |
set Environment.Variables.Ctl.CORCLTrigger.Load = InputRoot.XML.Message.Load.(XML.Content);
Builds fine (Toolkit 6.0.2) |
Topic: multiple databases from 1 compute in V6 |
alexey
Replies: 3 Views: 4198
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 29, 2006 4:07 pm Subject: multiple databases from 1 compute in V6 |
I have also ran into this issue and found the following in the infocenter:
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r0m0/topic/com.ibm.etools.mft.doc/ak05800_.htm?resultof=%22%6d%75%6c%74%6 ... |
Topic: Windows Authenticated Web Service access |
alexey
Replies: 24 Views: 35273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 29, 2006 3:41 pm Subject: Windows Authenticated Web Service access |
Hi!
I've managed to find some documentation on this:
Here's an FRC about NTLM authentication
http://www.rfc-archive.org/getrfc.php?rfc=4559
And here's some mode tech docs:
http://bofriis.dk/sp ... |
Topic: Windows Authenticated Web Service access |
alexey
Replies: 24 Views: 35273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 28, 2006 2:16 pm Subject: Windows Authenticated Web Service access |
But how can it authorize the Message Broker HTTP Request when Message Broker is not sending any userid associated with it?
I'm sorry for being not accurate enough - by "default" user I me ... |
Topic: Message flow tuning |
alexey
Replies: 1 Views: 2319
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 28, 2006 1:57 pm Subject: Message flow tuning |
If you have set your output nodes under transaction you will have rollback for all. The processing will not continue. You have to use try/catch or connect failure terminals in your propagation flow.
... |
Topic: RAC on AIX pSeries |
alexey
Replies: 6 Views: 5154
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 27, 2006 4:15 pm Subject: RAC on AIX pSeries |
Look at "servicelog.log" under "config" folder of RAC.
If it's empty - you probably have a configuration problem.
If it's not - you may find there the reason to the problem.
A ... |
Topic: Windows Authenticated Web Service access |
alexey
Replies: 24 Views: 35273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 27, 2006 3:53 pm Subject: Windows Authenticated Web Service access |
If there is a user configured for NTLM access, do I still need to set any extra parameters in the "HTTPRequestHeader" for Web Server while making a request?
You don't need to add anythi ... |
Topic: Windows Authenticated Web Service access |
alexey
Replies: 24 Views: 35273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 27, 2006 1:53 pm Subject: Windows Authenticated Web Service access |
"Integrated Windows Authentication" is the same as NTLM, it uses a kind of hash for user/password, usually encrypting with Kerberos.
So you can do one of the following (ordered from best ... |
Topic: Windows Authenticated Web Service access |
alexey
Replies: 24 Views: 35273
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 27, 2006 7:34 am Subject: Windows Authenticated Web Service access |
If the service is secured with http authentication, you can create corresponding fields in HTTP header before sending the request to HTTP.
For example for HTTP Basic Authentication you need to add:
... |
Topic: Execution group 64 bit |
alexey
Replies: 1 Views: 2789
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 27, 2006 7:19 am Subject: Execution group 64 bit |
Hi!
I've tried to create 64 bit execution group on AIX. All I've found in documentation that it should be created with 64-bit flag, nothing more.
The creation itself works good, but the execution gr ... |
Topic: eSQL -- Database |
alexey
Replies: 15 Views: 8124
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 03, 2006 1:44 pm Subject: eSQL -- Database |
1 - you can use EVAL
2 - you can use PASSTHRU
DECLARE selStmnt CHAR
'SELECT T.AHIGNB AS OrderID FROM '||SchemaName||'.RTINPH AS T WHERE T.AHFYJS = ''N''';
SET Environment.Variables.TempOrderIds ... |
Topic: xml attribute in compute node |
alexey
Replies: 15 Views: 9660
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 03, 2006 5:42 am Subject: xml attribute in compute node |
I did not find any documented restrictions too, but that is what I've experienced, at least in version 5. May be I'm wrong about the cause of the problem, and the order of the tree creation is the rea ... |
Topic: xml attribute in compute node |
alexey
Replies: 15 Views: 9660
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 03, 2006 5:22 am Subject: xml attribute in compute node |
AFAIK, you just can't fill attributes AFTER elements. Put the attributes before.
Alexey. |
Topic: Agent controller probelm with MB 5.0. and 6.0 |
alexey
Replies: 5 Views: 3180
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 03, 2006 5:16 am Subject: Agent controller probelm with MB 5.0. and 6.0 |
Go to
https://www14.software.ibm.com/webapp/iwm/web/reg/pick.do?source=wbimb
you need to register to the downloads page.
After choosing a platform and a licence agreement you'll have the latest IB ... |
Topic: problem in removing the message flows from execution group - |
alexey
Replies: 1 Views: 2366
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 27, 2005 2:42 pm Subject: problem in removing the message flows from execution group - |
Hi!
The problem have (probably) nothing to do with the version - you will have such an issue in any version if you flow has an infinite loop, for example. The EG is "too busy" to answer your deploy ... |