Author |
Message |
Topic: IIB with MongoDB |
AJAYGURELLA
Replies: 11 Views: 7069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 25, 2015 7:30 am Subject: IIB with MongoDB |
JDBC connection(using configurable service name) with JCN is not working.
also if i try to create database defination file there is no option for mongoDB.
 |
Topic: IIB with MongoDB |
AJAYGURELLA
Replies: 11 Views: 7069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 25, 2015 7:18 am Subject: IIB with MongoDB |
You are correct. I have created DSN for ODBC and Configurable Service for
JDBC both are not working.
So I was wondering whether it's possible or not because Mongodb uses totally different approac ... |
Topic: IIB with MongoDB |
AJAYGURELLA
Replies: 11 Views: 7069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 25, 2015 7:12 am Subject: IIB with MongoDB |
Hi all,
Does anybody knows that whether it is possible to make connection with
MongoDB using Database nodes available in IIB.
I am able to insert data into MongoDB using external java call in ... |
Topic: Getting exception in MySql Jdbc connection in IIB. |
AJAYGURELLA
Replies: 3 Views: 4943
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 20, 2015 2:03 am Subject: Getting exception in MySql Jdbc connection in IIB. |
In JCN node I am using following code:
Connection conn = getJDBCType4Connection("mysql_local_root", JDBC_TransactionType.MB_TRANSACTION_AUTO);
where mysql_local_root is my configurable s ... |
Topic: Getting exception in MySql Jdbc connection in IIB. |
AJAYGURELLA
Replies: 3 Views: 4943
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 19, 2015 2:19 am Subject: Getting exception in MySql Jdbc connection in IIB. |
Hi all,
I have created a configurable service for Mysql v5.5 and also DataDefination
file(Test Connection Successful).
It is working fine with JCN node(Type-4 diver connection).
But I'm gettin ... |
Topic: SAP BAPI Outbound scenario in IIB |
AJAYGURELLA
Replies: 3 Views: 2326
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 19, 2015 3:07 am Subject: SAP BAPI Outbound scenario in IIB |
In Exception it is returning the name of the RFC which the SAPRequest node is calling.
No clear information is provided. |
Topic: SAP BAPI Outbound scenario in IIB |
AJAYGURELLA
Replies: 3 Views: 2326
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 16, 2015 4:57 am Subject: SAP BAPI Outbound scenario in IIB |
Hi all,
I'm trying to create an SAP BAPI outbound scenario.I have created the outbound adapter with required configurations and selected one RFC
which takes one import parameter id.
But I am g ... |