Author |
Message |
Topic: LDAP with SSL (LDAPS) in WMB 6.1.0.9 |
ravilegolas
Replies: 2 Views: 4587
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 03, 2015 6:57 am Subject: LDAP with SSL (LDAPS) in WMB 6.1.0.9 |
Hi,
We have set up the SSL infrastructure for the broker.
We ran the following command to import the certificate into trust store:
keytool -import -trustcacerts -alias aliascert -file /var/tmp ... |
Topic: LDAP with SSL (LDAPS) in WMB 6.1.0.9 |
ravilegolas
Replies: 2 Views: 4587
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 03, 2015 4:30 am Subject: LDAP with SSL (LDAPS) in WMB 6.1.0.9 |
Hello All,
We are facing a problem while connecting to LDAP server with SSL enabled. We are able to successfully connect to LDAP without SSL. However we are getting the following error when we ar ... |
Topic: ODBC Error while connecting to Oracle Database |
ravilegolas
Replies: 7 Views: 9636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 19, 2013 10:58 am Subject: ODBC Error while connecting to Oracle Database |
Thanks for the suggestion. I will definitely check odbc.ini file again. Will we get this error if oracle driver is corrupted? |
Topic: ODBC Error while connecting to Oracle Database |
ravilegolas
Replies: 7 Views: 9636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 19, 2013 8:38 am Subject: ODBC Error while connecting to Oracle Database |
Hi all,
I have a message flow which processes EDIFACT message and inserts records in Oracle Database (Oracle 10g Release 2). In production system, we are getting ODBC connection error while con ... |
Topic: Soap action in WSDL |
ravilegolas
Replies: 1 Views: 2238
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 30, 2013 10:12 am Subject: Soap action in WSDL |
Hi everyone,
I am creating 2 webservice flow where 1 flow is the service provider and the other flow is service consumer. I am having problem while creating WSDL using WMB toolkit. I would like ... |
Topic: Oracle with WMB 6.1.0.2 in Solaris Sparc environment |
ravilegolas
Replies: 1 Views: 1596
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 25, 2013 6:07 am Subject: Oracle with WMB 6.1.0.2 in Solaris Sparc environment |
Hi All,
Our organisation is using WMB 6.1.0.2 in Solaris Sparc environment. I would like to know which version of Oracle does WMB 6.1.0.2 support. The requirement is that our message flow will inse ... |
Topic: Reg: EDIFACT messages |
ravilegolas
Replies: 28 Views: 14258
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 27, 2012 11:36 am Subject: Reg: EDIFACT messages |
The look up table that my flow is refering to contains around 800 rows. It has 4 columns with 2 columns having codes and 2 having their expansion. For now what I have proposed is to move the look up t ... |
Topic: Reg: EDIFACT messages |
ravilegolas
Replies: 28 Views: 14258
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 26, 2012 7:59 am Subject: Reg: EDIFACT messages |
Hi,
Finally I found out, why there was a makor performance issue when processing EDIFACT message. My code refers to a look up table having around 800 rows. I stored the lookup table values in ... |
Topic: Reg: EDIFACT messages |
ravilegolas
Replies: 28 Views: 14258
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 23, 2012 2:49 am Subject: Reg: EDIFACT messages |
BTW kash3338 and visasimbu... thanks a lot for your thoughts.. |
Topic: Reg: EDIFACT messages |
ravilegolas
Replies: 28 Views: 14258
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 23, 2012 2:47 am Subject: Reg: EDIFACT messages |
Hi Kash,
In my flow, I have developed a separate flow for data insertion. The insertion is very fast. But more time is taken in populating records for insertion because of multiple while loops ... |
Topic: Reg: EDIFACT messages |
ravilegolas
Replies: 28 Views: 14258
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 22, 2012 1:57 pm Subject: Reg: EDIFACT messages |
Hi Kimbert,
My current project is about parsing EDIFACT message, applying business logic and storing the value in DB for data warehousing. The problem we are facing is that, even though correct ... |
Topic: Reg: EDIFACT messages |
ravilegolas
Replies: 28 Views: 14258
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 22, 2012 5:34 am Subject: Reg: EDIFACT messages |
Hi experts,
Presently I am working on EDIFACT messages of size ranging from 2 MB to 10 MB. My flow parses the XML message, and extracts information from the tree and inserts the record in the ... |
Topic: Environment variable vs row variable |
ravilegolas
Replies: 4 Views: 2447
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 22, 2012 5:22 am Subject: Environment variable vs row variable |
Thanks a lot everyone for your views.. I will try both in my esql and let you know my findings |
Topic: Environment variable vs row variable |
ravilegolas
Replies: 4 Views: 2447
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 21, 2012 1:50 pm Subject: Environment variable vs row variable |
Hi all,
Could anyone please throw some light on the performance of environment variable vs row variable when used in a message flow having only one compute node. I have a table with look up value ... |
Topic: Reg MQ Output node |
ravilegolas
Replies: 2 Views: 2301
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 20, 2012 6:18 am Subject: Reg MQ Output node |
Hi All,
I have a small problem. I have 2 message flows
1. MQ Input Node --> Compute Node --> MQ Output node.
In the compute node, I have the business logic wherein I form a comma sepa ... |