Author |
Message |
Topic: Accessing Oracle DB from WMB flow running on main frames |
vsr
Replies: 2 Views: 2173
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 17, 2009 3:18 am Subject: Accessing Oracle DB from WMB flow running on main frames |
Thank you ovasquez!
I used JavaCompute node for accessing oracle database JDBC connection and it's working fine.
Actually I was trying to use Compute node because of the performance issues. |
Topic: Accessing Oracle DB from WMB flow running on main frames |
vsr
Replies: 2 Views: 2173
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 16, 2009 11:20 am Subject: Accessing Oracle DB from WMB flow running on main frames |
Hi,
I have a requirement to access an oracle database from message flow. The broker is running on z/OS and we are using Message Broker V6.1 running on main frames. The oracle database is on a Unix ... |
Topic: Error while using Cobol copy book in message set |
vsr
Replies: 2 Views: 4063
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 30, 2008 6:12 am Subject: Error while using Cobol copy book in message set |
It's the alignment problem. If you open the copybook with 'LPEX Editor' it will show any mis-alignment ( you will see red colored one ). You will see Column numbers in the Editor pane. You can not ex ... |
Topic: Can SQL DB be accessed when Broker has DB2 Database |
vsr
Replies: 2 Views: 1782
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 27, 2008 9:17 am Subject: Can SQL DB be accessed when Broker has DB2 Database |
Broker database has nothing to do with the database you are trying to access. Both are different entities. As long as there are correct DNS entries defined they work fine ! |
Topic: Implimenting J2ee in MB design decision |
vsr
Replies: 6 Views: 4524
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 26, 2008 9:08 am Subject: Implimenting J2ee in MB design decision |
As WMB is a tranformation engine keeping the business logic as less as possible would be a prefered method. If you have complex business logic and if your architecture allows you write a MDB, then I w ... |
Topic: Do I need an JDBC adapter? |
vsr
Replies: 4 Views: 2896
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 26, 2008 8:57 am Subject: Do I need an JDBC adapter? |
It depends on your architecture, how your system is designed. If your architect decides to use WMB as an ESB to make the calls then use broker flows otherwise use adaptor.
If you have already purch ... |
Topic: Wierd mqsichangetrace issue |
vsr
Replies: 3 Views: 2651
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 26, 2008 5:04 am Subject: Re: Wierd mqsichangetrace issue |
To our utter surprise from the moment we ran the mqsichnagetrace, it is working fine.
It's common thing that sometimes we explore different options and overlook simple things. I guess it's not mqsic ... |
Topic: Create SOAP Fault with right namespace |
vsr
Replies: 2 Views: 2364
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 26, 2008 4:54 am Subject: Re: Create SOAP Fault with right namespace |
As i can see the fault object is still in the wrong namespace, what causes PHP to think a fault is a valid return value. See response below: Any suggesteions on how to set the fault object into the ... |
Topic: MQGet Question |
vsr
Replies: 9 Views: 6221
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 25, 2008 10:08 am Subject: MQGet Question |
It depends on the value you configured in the mqgetnode (result and output data location)
MQGet node can merge the input tree message with the result root from mqget depending on the parameters you s ... |
Topic: Adding the schema name in the SP's |
vsr
Replies: 4 Views: 2910
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 24, 2008 10:04 am Subject: Adding the schema name in the SP's |
If it works for 'database' then it should work for 'schema1' too. Are you sure that the schema name you are passing(in the bar file) and the value you are expecting are same ? May be a typo in the cod ... |
Topic: Problems with CWF and decimal values |
vsr
Replies: 13 Views: 14623
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 23, 2008 10:45 am Subject: Problems with CWF and decimal values |
Within my debug session a can see that the value is filled in correctly, but when the broker parses the message all positions after the point and the point itself are deleted. The message is incoming ... |
Topic: Adding the schema name in the SP's |
vsr
Replies: 4 Views: 2910
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 23, 2008 9:24 am Subject: Adding the schema name in the SP's |
I may be wrong but did you try "{database}.{schema1}.pkg.test.sp_load_data" where database and schema1 holds the userdefined values ? |
Topic: Namespace constant has not been defined |
vsr
Replies: 5 Views: 5384
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 23, 2008 4:49 am Subject: Namespace constant has not been defined |
It's probably spurious. Have you restarted Eclipse with the -clean flag? Have you tried closing and re-opening the project?
Close the Toolkit if it is open and run 'wmbt.exe' through command prompt w ... |
Topic: Query on HTTP Input & HTTP Reply |
vsr
Replies: 15 Views: 8954
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 20, 2008 11:43 am Subject: Query on HTTP Input & HTTP Reply |
I have a requirement of accepting a HTTP Input and propagating to (MQ/HTTP) based on the input payload info and has to reply back for both success and failure case.
I didn't really understand ... |
Topic: Trying to set SOAP Reply |
vsr
Replies: 2 Views: 2551
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 20, 2008 10:37 am Subject: Re: Trying to set SOAP Reply |
ParserException BIP5016E: The item ''Response'' of type ''folderType'' is not one of the expected types for a top level element at this point in the XML document.
... |