Author |
Message |
Topic: Problem with TCPIPServerInput node parser |
artykito
Replies: 2 Views: 2330
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 16, 2011 1:24 am Subject: Problem with TCPIPServerInput node parser |
Hi experts,
I am having problems with TCPIPServerInput node. My scenario is the following:
- TCPIPServerInput node is listening on a port.
- Client java class send a message to that port.
- TC ... |
Topic: Access to database in a procedure out of a compute module |
artykito
Replies: 2 Views: 1783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 24, 2011 1:22 am Subject: Access to database in a procedure out of a compute module |
I found the solution. Only setting the data source name in the Compute nodes that calls to your function.
Thanks anyway! |
Topic: Access to database in a procedure out of a compute module |
artykito
Replies: 2 Views: 1783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 24, 2011 12:52 am Subject: Access to database in a procedure out of a compute module |
Hi all,
I want to know if it's possible to do what I want:
I need to do a few times the same INSERT into a database from differents Compute nodes.
I thought to do a procedure out of the compu ... |
Topic: FileInput Node: Special Character |
artykito
Replies: 14 Views: 8500
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 06, 2011 4:19 am Subject: FileInput Node: Special Character |
Check that jeff told you.
Anyway, did you check the input file if is it correct? I had a problem with a file sometime ago with a special char that I saw like a space in the input file and like othe ... |
Topic: DB Lock in ESQL WMB |
artykito
Replies: 15 Views: 23706
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 06, 2011 1:57 am Subject: DB Lock in ESQL WMB |
Maybe you could try the following, that I did once in a project:
1- Create a function in ESQL which calls another synchronized Java method passing the parameters (in our case the numbers of paramet ... |
Topic: WMB6103 getting rid of £ symbol |
artykito
Replies: 4 Views: 3430
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 15, 2010 6:15 am Subject: WMB6103 getting rid of £ symbol |
I don't know how to delete some characters in the message set configuration, but you could use the function REPLACE better than a SUBSTRING to replace the £ symbol to NULL or blank. |
Topic: error when downloading several bapi schemas |
artykito
Replies: 1 Views: 1614
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 22, 2010 2:53 am Subject: error when downloading several bapi schemas |
Hi all,
I'm trying to download several bapi schemas in the same adapter, because one of my requirements are they only want 2 adapters (one for input and another for output).
The problem is when ... |
Topic: Problem with DSN configuration and Oracle |
artykito
Replies: 1 Views: 2422
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 13, 2010 10:56 pm Subject: Problem with DSN configuration and Oracle |
Hi all,
I'm having problems with the ODBC configuration for an Oracle DB and doing a SELECT or INSERT by ESQL from a Compute node. I've never do this before and I'm stuck...
As I'm using Windows ... |
Topic: Problem with PASSTRHU in order to do a SELECT in Oracle |
artykito
Replies: 4 Views: 3088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 26, 2010 11:03 pm Subject: Problem with PASSTRHU in order to do a SELECT in Oracle |
I could see the problem is when I try to get one of these field values. There is no problem if I try to get the others two, but I don't get anything with this other field...
And when I do a SQL Scr ... |
Topic: Problem with PASSTRHU in order to do a SELECT in Oracle |
artykito
Replies: 4 Views: 3088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 26, 2010 11:56 am Subject: Problem with PASSTRHU in order to do a SELECT in Oracle |
Hi guys,
I'm trying to do a SELECT in Oracle in order to get the a field value, that only can have 1 possible value. First at all, it force me to put a structure not a variable with only one vale, ... |
Topic: How to insert data into an Access format file (.mdb) |
artykito
Replies: 6 Views: 5901
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 06, 2010 2:13 am Subject: How to insert data into an Access format file (.mdb) |
At first point, they want ESQL, so the Java way is not an option (at least this is the one and only way)
I don't know if you misunderstood me or viceversa. I have an empty .mdb file where I must pu ... |
Topic: How to insert data into an Access format file (.mdb) |
artykito
Replies: 6 Views: 5901
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 06, 2010 12:38 am Subject: How to insert data into an Access format file (.mdb) |
Microsoft Acces Driver (.mdb) controller.
The problem is I don't know how to access to the file from the Toolkit...because I can't add it like a database as specified the help, because it only allo ... |
Topic: How to insert data into an Access format file (.mdb) |
artykito
Replies: 6 Views: 5901
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 05, 2010 2:04 am Subject: How to insert data into an Access format file (.mdb) |
Hi all,
I have a requirement and I have no idea of how to do that.
I receive data from SAP and must to create an Access file (.mdb) inserting these data into it, but the problem is they told me ... |
Topic: Problem with tagged message |
artykito
Replies: 2 Views: 2299
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 20, 2010 10:53 pm Subject: Problem with tagged message |
oops...I didn't want to create a new thread, [url=http://www.mqseries.net/phpBB2/viewtopic.php?t=47630]I was speaking about this thread and sample.
That's because I didn't give you more details...I ... |
Topic: Problem with tagged message |
artykito
Replies: 2 Views: 2299
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 20, 2010 5:03 am Subject: Problem with tagged message |
Hi all,
I'm checking the Tagged fixed length sample. It's excellent, but I have a doubt, because I have a similar requirement.
For example, imagine the Optional record can be from 1 to unbounded ... |