Author |
Message |
Topic: Passthru function in esql - CHAR column issue |
learner.ibm
Replies: 6 Views: 9284
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 11, 2020 11:27 pm Subject: Passthru function in esql - CHAR column issue |
Thanks a lot timber and Vitor.
I'll ensure not to use CARDINALITY check in esql.
Meanwhile, I'm going to create PMR as suggested by Vitor and shall keep updated the post. |
Topic: Passthru function in esql - CHAR column issue |
learner.ibm
Replies: 6 Views: 9284
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 11, 2020 3:18 am Subject: Passthru function in esql - CHAR column issue |
Just to add one more point to the above, I have used the query without PASSTHRU and this is working fine. Wanted to check why this issue for PASSTHRU with CHAR datatype in the database. |
Topic: Passthru function in esql - CHAR column issue |
learner.ibm
Replies: 6 Views: 9284
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 11, 2020 1:52 am Subject: Passthru function in esql - CHAR column issue |
Thanks Vitor for your response.
Actually, I'm using Passthru because I have many parameters to pass it. I just gave a sample of the query having only 2 params with database type as CHAR since I'm f ... |
Topic: Passthru function in esql - CHAR column issue |
learner.ibm
Replies: 6 Views: 9284
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 10, 2020 2:19 am Subject: Passthru function in esql - CHAR column issue |
I have a table in the Oracle database with couple of columns datatype as CHAR.
Eg: PTR CHAR( NOT NULL,
ECP CHAR(5) NOT NULL
The table has some of the records already inserted and when ... |
Topic: IBM Appconnect configuring basic authentication using securi |
learner.ibm
Replies: 1 Views: 3483
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 30, 2019 3:10 am Subject: IBM Appconnect configuring basic authentication using securi |
Need steps to configure basic authentication using security policy for the service exposed from AppConnect Enterprise V11 as a webservice. Any user who accesses the service URL (endpoint) in the brow ... |
Topic: IIB bar file getting corrupted |
learner.ibm
Replies: 8 Views: 6956
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 08, 2016 10:03 am Subject: IIB bar file getting corrupted |
Thanks Jeff and Vitor for your responses.
I'll ask my support team to enable trace logs to find out the root cause.
When I actually asked them to enable trace logs they denied stating we have ma ... |
Topic: IIB bar file getting corrupted |
learner.ibm
Replies: 8 Views: 6956
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 07, 2016 10:31 pm Subject: IIB bar file getting corrupted |
Actually Jeff, the issue is reported by our support team and when I wanted to understand more about IIB bar file getting corrupted. They say the issue is sometimes, header part is missing when we acce ... |
Topic: IIB bar file getting corrupted |
learner.ibm
Replies: 8 Views: 6956
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 07, 2016 5:13 am Subject: IIB bar file getting corrupted |
Thanks Jeff.
Yes all message flows stops processing. I did check the code and we don't have infinite loop. |
Topic: IIB bar file getting corrupted |
learner.ibm
Replies: 8 Views: 6956
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 07, 2016 3:21 am Subject: IIB bar file getting corrupted |
We are getting issues with the bar file getting corrupted most often in production environment and due to this message flows stops working.
Once we redeploy the corrupted bar file the flow works fi ... |
Topic: How can I access to SOAP Header with ESQL? |
learner.ibm
Replies: 8 Views: 8095
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 10, 2016 10:03 am Subject: How can I access to SOAP Header with ESQL? |
Check the domain from which you are accessing the SOAP request inside compute node.
If you are accessing the SOAP request after MQInput (XMLNSC will be the domain)
You should be using something ... |