Author |
Message |
Topic: Microsoft Sharepoint Request OAUTH grant flow |
hotshot
Replies: 0 Views: 4441
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 03, 2024 1:50 am Subject: Microsoft Sharepoint Request OAUTH grant flow |
Hello,
I am trying to create a new application in ACE v12 and use the Microsoft Sharepoint Request node to write files to a MS Sharepoint Online location.
I am trying to perform a connector discov ... |
Topic: Pass parameters for Select sub-query Inside Passthru |
hotshot
Replies: 2 Views: 3028
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 21, 2017 2:58 pm Subject: Pass parameters for Select sub-query Inside Passthru |
I am unable to pass the parameters.
What is happening instead?
Also what does an odbc trace show? |
Topic: Input Messsage is getting striped |
hotshot
Replies: 6 Views: 3641
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 21, 2017 2:53 pm Subject: Input Messsage is getting striped |
To avoid this problem, it is common practice to use a ResetContentDescriptor node to change the domain to 'BLOB' on the exception handler flow.
Is that something that can also be coded in ESQL/Java w ... |
Topic: Exception with MSSQL Query using passthru . |
hotshot
Replies: 10 Views: 11040
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 09, 2017 5:48 am Subject: Exception with MSSQL Query using passthru . |
Maybe hotshot was expecting the gentlemen to be mostly picky and reluctant, but the ladies to be automatically helpful.
( I've always had a good imagination )
What can I say, we are each a product ... |
Topic: Exception with MSSQL Query using passthru . |
hotshot
Replies: 10 Views: 11040
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 08, 2017 5:59 am Subject: Exception with MSSQL Query using passthru . |
Hi akill,
To make sure the fine gentlemen here
Of whatever gender they choose to have, by accident of birth or otherwise.
Oh yes, this stands true for the fine ladies here as well. |
Topic: Exception with MSSQL Query using passthru . |
hotshot
Replies: 10 Views: 11040
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 08, 2017 5:49 am Subject: Exception with MSSQL Query using passthru . |
Hi akill,
To make sure the fine gentlemen here haste in providing their expertise and knowledge, you should try to include in your posts as much as possible of the relevant information for your cur ... |
Topic: mqsireportproperties REST resourcePath |
hotshot
Replies: 0 Views: 2100
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 07, 2017 5:24 am Subject: mqsireportproperties REST resourcePath |
Hello gentlemen,
I am trying to find a way to get the details for a REST API deployed to an IIB v10.0.0.6 instance (with MQ 7.5). More specifically, I am trying to obtain the resourcePath for the a ... |
Topic: Deployment takes too long time and at times fails |
hotshot
Replies: 15 Views: 17358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 04, 2016 12:30 pm Subject: Deployment takes too long time and at times fails |
Thanks for your quick replies.
First, decide whether you actually need to deploy these schemas. You need to deploy them if either
a) you need to perform schema validation using XMLNSC or SOAP do ... |
Topic: Deployment takes too long time and at times fails |
hotshot
Replies: 15 Views: 17358
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 04, 2016 2:27 am Subject: Deployment takes too long time and at times fails |
Happy new year everyone.
Appologies for reviving a more than three year old thread but it seems that I am getting the exact same behaviour while at version 8.0.0.6.
Does anyone have details about ... |
Topic: Exception handling and JavaComputeNode behaviour |
hotshot
Replies: 10 Views: 6339
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Dec 13, 2015 6:35 am Subject: Exception handling and JavaComputeNode behaviour |
I wholeheartedly agree with your signature. Will have a look at the support pac. I assume you're referring to IA9Z.
Thanks. |
Topic: Exception handling and JavaComputeNode behaviour |
hotshot
Replies: 10 Views: 6339
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 10, 2015 4:17 pm Subject: Exception handling and JavaComputeNode behaviour |
That's roughly the picture. I have no actual file being written and read, though:
ProcessBuilder builder = new ProcessBuilder ("some program");
builder.redirectErrorStream(tr ... |
Topic: Exception handling and JavaComputeNode behaviour |
hotshot
Replies: 10 Views: 6339
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 09, 2015 4:04 am Subject: Exception handling and JavaComputeNode behaviour |
Tried the proposed approach and moving the propagate outside the try-catch block worked. I can now properly see the MQOutput throwing a Parsing error (MQ headers were incorrect).
I actually received ... |
Topic: Exception handling and JavaComputeNode behaviour |
hotshot
Replies: 10 Views: 6339
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 08, 2015 4:40 pm Subject: Exception handling and JavaComputeNode behaviour |
Thanks for all of your replies.
You may really want to look at what you do with the Exception Tree in that case. One other possibility is to run the flow with user trace level.
Most flows use a c ... |
Topic: Exception handling and JavaComputeNode behaviour |
hotshot
Replies: 10 Views: 6339
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 07, 2015 5:26 pm Subject: Exception handling and JavaComputeNode behaviour |
Hi guys,
I would like to get some advice on how you've done error investigation and error handling for flows which mix both java and esql code.
Here's my scenario. I have a message flow with the ... |
Topic: FileInput - multiple FTP locations |
hotshot
Replies: 15 Views: 17343
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 16, 2014 3:15 pm Subject: FileInput - multiple FTP locations |
Hi zpat,
Did I misunderstand your statement here:
You could drive the file input node multiple times using a propagate statement inside a ESQL loop in a compute node, having set the appropriate val ... |