Author |
Message |
Topic: Stored Procedure in SQL server. |
stevarg
Replies: 1 Views: 1344
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 04, 2014 2:56 am Subject: Stored Procedure in SQL server. |
Is it possible to access using a CALL statement a SQL stored procedure which takes in an array as an input paramter.
Could you please lead me to any posts regardin this,. |
Topic: Trying to Autheticate using LDAP , IIB9 |
stevarg
Replies: 0 Views: 1702
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 07, 2014 1:24 am Subject: Trying to Autheticate using LDAP , IIB9 |
Steps completed.
1 ) Created a Security Profile with the below attributes.
a) LDAP URL : ldap://<hostname>:389
b) LDAP Base DN : OU=XXX,OU=XXX,OC=XXX.... This is the once provided ... |
Topic: Bip 0116E - can't create message set from WSDL |
stevarg
Replies: 16 Views: 8479
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 13, 2013 1:39 am Subject: Bip 0116E - can't create message set from WSDL |
well this statement in ur wsdl doesnt seem to be valid
</s:import schemaLocation="OpenAccount.xsd"> |
Topic: Bip 0116E - can't create message set from WSDL |
stevarg
Replies: 16 Views: 8479
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 13, 2013 1:25 am Subject: Bip 0116E - can't create message set from WSDL |
Have you tried validating the wsdl in the broker toolkit... ??? |
Topic: Bip 0116E - can't create message set from WSDL |
stevarg
Replies: 16 Views: 8479
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 12, 2013 6:57 am Subject: Bip 0116E - can't create message set from WSDL |
Is this a valid wsdl that you are using...
the wsdl has a lot of namespace declarations missing.... |
Topic: Doubt in icon available under .esql file |
stevarg
Replies: 8 Views: 4308
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 29, 2013 4:19 am Subject: Doubt in icon available under .esql file |
I guess the blue color you are talking abt is the procedures written in the ESQL file.
Double clicking on them opens the esql file containing the procedure. |
Topic: Create a sync Message Flow |
stevarg
Replies: 11 Views: 4982
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 14, 2013 1:42 am Subject: Create a sync Message Flow |
Why not keep the message in the Environment. |
Topic: Not able to connect remote db2 database using WMB 7 |
stevarg
Replies: 6 Views: 6151
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 11, 2013 1:53 am Subject: Not able to connect remote db2 database using WMB 7 |
Have you created a System DSN or a User DSN on the box ?
The error says couldnt find the Datasource name. |
Topic: serialize a tree |
stevarg
Replies: 23 Views: 12717
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 06, 2013 11:56 pm Subject: serialize a tree |
You could use and MQGet node to browse the response and then continue the processing for the next requests or services .... this way you could have the response from the previous call to create the re ... |
Topic: How to set a condition in build script |
stevarg
Replies: 6 Views: 4359
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 06, 2013 6:33 am Subject: How to set a condition in build script |
This is again for ANT.
<target name "xyz" if="${var}">
</target>
This target would be executed only if var results in some value.
If there is no value the target ... |
Topic: Query about FileInputNode |
stevarg
Replies: 14 Views: 7737
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 05, 2013 7:08 am Subject: Query about FileInputNode |
The timestamp holds the value when the first record was read...
and it remains the same for each and every record.
A change in timestamp guarantees that its a new file read by the file input node. ... |
Topic: Query about FileInputNode |
stevarg
Replies: 14 Views: 7737
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 05, 2013 5:29 am Subject: Query about FileInputNode |
The timestamp when the file is read is a unique property on which you could decied on clearing the database. |
Topic: Getting BIP3602E: in WebService Flow |
stevarg
Replies: 16 Views: 13604
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 30, 2013 6:43 am Subject: Getting BIP3602E: in WebService Flow |
Your wsdl is expecting SOAP Body under namespace of http://tempuri.org/ABCMessageSet
but ur request message has the SOAP body under the namespace of
http://tempuri.org/YBLMessageSet .
Please ver ... |
Topic: how to handle Spanish character in flow even the CCSID=1208 |
stevarg
Replies: 6 Views: 5969
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 30, 2013 2:55 am Subject: how to handle Spanish character in flow even the CCSID=1208 |
@akash.vit
could you try converting the CCSID to 850 and run the flow.
This supports spanish characters. |
Topic: Web Service Integration for P8(SOAP over HTTP) |
stevarg
Replies: 5 Views: 2737
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 27, 2013 8:30 am Subject: Web Service Integration for P8(SOAP over HTTP) |
@mqjeff
I was thinking to implement it over queues if the message size could be huge and an issue for HTTP.
I can speak to the P8 implementation team on getting messages over a queue and not HTTP. |