Author |
Message |
Topic: Setting Timeout to ODBC |
mickey1691
Replies: 4 Views: 2965
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 12, 2014 11:37 pm Subject: Setting Timeout to ODBC |
I believe it is automatically dropped after one minute of non-use.
Is there any way to change that setting? |
Topic: Setting Timeout to ODBC |
mickey1691
Replies: 4 Views: 2965
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 12, 2014 9:51 pm Subject: Setting Timeout to ODBC |
Hi. Is there any way in Message Broker to set a timeout to odbc connections to an Oracle Database? As in after a set time of the connection being idle. the message broker drops the connection.
Brok ... |
Topic: Question: Thread Creation in c, called by java |
mickey1691
Replies: 2 Views: 2244
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 18, 2014 2:01 am Subject: Question: Thread Creation in c, called by java |
The java compute node is not an application server!
Have you tried using the broker's own caching mechanism, (since version 8.0)?
The java compute node is just part of the flow in the a ... |
Topic: Question: Thread Creation in c, called by java |
mickey1691
Replies: 2 Views: 2244
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 17, 2014 11:25 pm Subject: Question: Thread Creation in c, called by java |
We have an application that's supposed to cache and access a table of values. The java library used is an old library used by other systems we had, though the java classes call c functions in order to ... |
Topic: User-defined property to be used by all flows |
mickey1691
Replies: 8 Views: 4010
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 30, 2013 10:45 pm Subject: User-defined property to be used by all flows |
Hi. Is there a way for all message flows to access a user-defined property defined in only one of the flows? Note: All these flows are located in one application. |
Topic: Execute flow at Startup, Execute flow on Shutdown |
mickey1691
Replies: 8 Views: 6330
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 25, 2013 10:26 pm Subject: Execute flow at Startup, Execute flow on Shutdown |
Subscribe to
Can I use this to execute a message flow upon shutdown? |
Topic: Execute flow at Startup, Execute flow on Shutdown |
mickey1691
Replies: 8 Views: 6330
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 25, 2013 1:43 am Subject: Execute flow at Startup, Execute flow on Shutdown |
Also, it's an extremely terrible idea to have any system notify another system that it's available or unavailable like you're talking about. It makes them very interdependent and tightly coupled. ... |
Topic: Execute flow at Startup, Execute flow on Shutdown |
mickey1691
Replies: 8 Views: 6330
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 25, 2013 12:07 am Subject: Execute flow at Startup, Execute flow on Shutdown |
Hi. Is there any way for a message flow to automatically execute on startup? Likewise, is there any way for a message flow to automatically execute on shutdown?
For example. on startup of the ap ... |
Topic: Message Flow - Execute on startup only |
mickey1691
Replies: 11 Views: 8720
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 10, 2013 5:45 am Subject: Message Flow - Execute on startup only |
A feature of the app we're making includes putting objects from a database into the broker's cache at the start of the application/broker. |
Topic: Message Flow - Execute on startup only |
mickey1691
Replies: 11 Views: 8720
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 10, 2013 1:40 am Subject: Message Flow - Execute on startup only |
Is there any way to make a message flow run once and only once and only when the app is deployed to the message broker? Thanks |
Topic: Broker Connecting to Database on Linux |
mickey1691
Replies: 11 Views: 8891
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 13, 2013 10:58 pm Subject: Broker Connecting to Database on Linux |
For double-checking you can display the environment of the running DataFlowEngine process:
cat /proc/<PID>>/environ | strings | grep ODBC
Thanks. I used that command, and I found out that ... |
Topic: Broker Connecting to Database on Linux |
mickey1691
Replies: 11 Views: 8891
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 13, 2013 7:55 pm Subject: Broker Connecting to Database on Linux |
I searched the logs, apparently, it's a BIP2347.
Database error: SQL State <insert_1>; Native Error Code <insert_2>; Error Text 'System information file not found. Please check the ODB ... |
Topic: Broker Connecting to Database on Linux |
mickey1691
Replies: 11 Views: 8891
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 12, 2013 4:16 pm Subject: Re: Broker Connecting to Database on Linux |
You may be running mqsicvp in a different user context than the Broker service Id, which by the way should not be mqm.
That may be why mqsicvp works interactively but Broker runtime is unable t ... |
Topic: Broker Connecting to Database on Linux |
mickey1691
Replies: 11 Views: 8891
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 12, 2013 6:46 am Subject: Broker Connecting to Database on Linux |
presumably the root user does not have access to the odbc.ini file.
Even if it has superuser priveleges? |
Topic: Broker Connecting to Database on Linux |
mickey1691
Replies: 11 Views: 8891
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 12, 2013 6:41 am Subject: Broker Connecting to Database on Linux |
What error do you get?
Something along the lines of "Data source name or driver not found." |