Author |
Message |
Topic: Exception in Passthru statement to Oracle Database |
sudheer7700
Replies: 1 Views: 2699
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 10, 2017 2:04 am Subject: Exception in Passthru statement to Oracle Database |
I am have a requirement to call both db2 and oracle databases from 1 compute node. Db2 is working, Oracle Throwing below exception
"[Microsoft][ODBC Driver Manager] Driver does not support th ... |
Topic: HTTP Request url in SOAP Request Node- IIB |
sudheer7700
Replies: 2 Views: 4130
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 06, 2017 7:49 am Subject: HTTP Request url in SOAP Request Node- IIB |
Is it possible to call HTTP url in SOAP Request node? |
Topic: from soap to rest in 5 minutes on youtube |
sudheer7700
Replies: 5 Views: 6388
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 30, 2017 4:21 am Subject: from soap to rest in 5 minutes on youtube |
IBM API Connect we can achieve this easily. |
Topic: Calling a REST API secured with OAuth2 |
sudheer7700
Replies: 8 Views: 10411
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 27, 2017 2:29 am Subject: Calling a REST API secured with OAuth2 |
We can use blueMix to create API with Oauth 2.0. I done similar scenario by IIB10 and BlueMix. I passed Token from IIB-request and Got response back. |
Topic: Sorting data in Descending and Ascending order |
sudheer7700
Replies: 5 Views: 13343
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 27, 2017 1:12 am Subject: Sorting data in Descending and Ascending order |
There is no function available for Sorting data in ESQL . 2 possible ways
In ESQL while loop and compare every data in xml tags and shuffle as per sorting order.
Calling external java, TreeSet ... |
Topic: Message level authentication in IIB. |
sudheer7700
Replies: 3 Views: 4408
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 27, 2017 1:04 am Subject: Message level authentication in IIB. |
No it's completely different. Roles in IIB Admin console is only for
Deploy the bar,
Delete flow from exec group
Stop/Start flows
Basic Auth can be provided from IIB by LDAP configuration det ... |
Topic: Difference between Environment and LocalEnvironment |
sudheer7700
Replies: 1 Views: 2608
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 12, 2017 5:40 am Subject: Difference between Environment and LocalEnvironment |
Let to know difference between Environment and LocalEnvironment variables scope through out flow in IIB 10 |
Topic: Store Message Correlation Id in Database |
sudheer7700
Replies: 3 Views: 21491
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 19, 2017 1:41 am Subject: Store Message Correlation Id in Database |
Shanker, In MQGet node there is 'Request' property. In that you can select options as per your requirement. |
Topic: mqsicreatebar for sharedlibrary |
sudheer7700
Replies: 3 Views: 7721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 23, 2017 7:07 am Subject: mqsicreatebar for sharedlibrary |
I am unable to create bar file for shared library. Got below error
ERROR: BIP0841E The resource .project could not be added to BAR file .
Resources (E.g. ESQL files) in shared library 'XXXXXXXX' c ... |
Topic: Success DB update parsing error |
sudheer7700
Replies: 3 Views: 3939
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 03, 2017 6:52 am Subject: Success DB update parsing error |
Ideally it should parse in 2nd flow if you gave right message set/DFDL. Provide error, I will have look. |
Topic: Can we place a file in shared location by IIB FileOutputNode |
sudheer7700
Replies: 10 Views: 7716
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 03, 2017 6:40 am Subject: Can we place a file in shared location by IIB FileOutputNode |
Thanks all. Finally our network team has agreed to create mount point. As per my research, I believe shared path cannot be assigned to FileOutputNode in IIB/MB. We can achieve this by calling external ... |
Topic: Can we place a file in shared location by IIB FileOutputNode |
sudheer7700
Replies: 10 Views: 7716
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 28, 2017 9:26 am Subject: Can we place a file in shared location by IIB FileOutputNode |
Zpat, is there any possibility by FileOutNode? Some how we need to place file in shared location. I strongly believe, that can do by external Java but researching on feasibility through IIB FileNodes. |
Topic: Can we place a file in shared location by IIB FileOutputNode |
sudheer7700
Replies: 10 Views: 7716
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 28, 2017 9:15 am Subject: Can we place a file in shared location by IIB FileOutputNode |
mqjeff, in FileOutputNode, I hardcoded full shared location path
Ex : \\xxx\iib\shared\path\
Throwing an error.
Our System Admins are not willing to provide mount point. We have some other ... |
Topic: Can we place a file in shared location by IIB FileOutputNode |
sudheer7700
Replies: 10 Views: 7716
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 28, 2017 9:05 am Subject: Can we place a file in shared location by IIB FileOutputNode |
We got a requirement to place a file in shared location from FileOutputNode in IIB10.
Shared location star with '\\'
Example : \\xxx\iib\shared\path\
xxx -> server ip or server name |
Topic: Difference between File Input and FTE Input nodes |
sudheer7700
Replies: 5 Views: 6308
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 01, 2017 6:08 am Subject: Difference between File Input and FTE Input nodes |
My major question is, we didn't have any options to set agents in FTE input node. We have only option to add location and file name, then how FTE input node works based on MQFTE concepts? Whatever loc ... |