Author |
Message |
Topic: SQL Server and WMB |
UnclDanMan
Replies: 6 Views: 6167
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 21, 2006 12:59 pm Subject: Yes, it will work |
WMB can talk to SQL Server databases, but not from a zOS broker.
On the UNIXes and on Windows, you'll need to create a little stanza in your .odbc.ini file which explains where the database is (ser ... |
Topic: Using a HANDLER in WMB v6 for non-DB errors... |
UnclDanMan
Replies: 3 Views: 6431
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 10, 2006 1:12 pm Subject: Hmmm...but the handler doesn't see XML parsing errors |
Thanks - your code was really helpful - but I'm still not sure about all the SQLSTATES...
(Apparently BTW - and it's not clear from the documentation - you NEED to declare an extra BEGIN AND END bl ... |
Topic: Using a HANDLER in WMB v6 for non-DB errors... |
UnclDanMan
Replies: 3 Views: 6431
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 08, 2006 1:14 pm Subject: Using a HANDLER in WMB v6 for non-DB errors... |
Hi all,
Two related questions...
Does anybody know if you can define an error handler for non database errors/exceptions? It looks like you declare an error handler based on SQLSTATE - is there ... |
Topic: Using Java nodes to FTP... |
UnclDanMan
Replies: 8 Views: 4172
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 25, 2006 10:52 am Subject: Sounds logical - but there's one catch... |
That would require a local queue manager on the destination host.
We could write an MQ Client on that box to pull stuff off the queue onto a file system...but I'd like to avoid writing extra bits o ... |
Topic: Using Java nodes to FTP... |
UnclDanMan
Replies: 8 Views: 4172
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 25, 2006 8:54 am Subject: Not for a business partner - for a local app |
Thanks for that.
This wouldn't be for a business partner.
It's for a local application - which we cannot modify - which only takes input by file...
So it wouldn't be appropriate to use an extern ... |
Topic: Using Java nodes to FTP... |
UnclDanMan
Replies: 8 Views: 4172
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 25, 2006 8:42 am Subject: Using Java nodes to FTP... |
Hi all,
I've read some posts about using IA0X and the JText Adapter and File Extender nodes to do FTP.
I wonder - Has anybody tried to use straight up Java code in a Java compute node to ftp a " ... |