Author |
Message |
Topic: SoapReply Node EndPoint Dinamic |
iib
Replies: 9 Views: 3721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 27, 2016 8:35 am Subject: SoapReply Node EndPoint Dinamic |
To use the Endpoint Lookup would be great, but we have not WSRR therefore will choose one of two options mentioned in the thread. |
Topic: SoapReply Node EndPoint Dinamic |
iib
Replies: 9 Views: 3721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 27, 2016 8:11 am Subject: SoapReply Node EndPoint Dinamic |
In the first proposal you have; Set the property by a single .bar file during the deployment process in a different environment example:
Development Environment
<ConfigurableProperty override = ... |
Topic: SoapReply Node EndPoint Dinamic |
iib
Replies: 9 Views: 3721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 27, 2016 6:37 am Subject: SoapReply Node EndPoint Dinamic |
I can please help with this issue; I'm calling a web service from the BPM using SOAPRequest node, the endpoint changes in each environment, how can I change the EndPoint without generating several .ba ... |
Topic: get LDAP attributes without login from the flow |
iib
Replies: 0 Views: 1899
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 12, 2015 7:32 am Subject: get LDAP attributes without login from the flow |
Hi,
I need to create a web service to obtain LDAP attribute, however should not be used to run the service credentials, anyone know how I can associate a default security profile without requesting ... |
Topic: File Input node capture exception |
iib
Replies: 7 Views: 3575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 15, 2015 10:17 am Subject: File Input node capture exception |
If I can see the error in the system level, but would like to know if I can control that error from the integration. |
Topic: File Input node capture exception |
iib
Replies: 7 Views: 3575
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 15, 2015 6:41 am Subject: File Input node capture exception |
Good Morning,
Anyone know how to catch the exception if from the FileInput node can not connect to SFTP, this in order to send an email to notify.
Thank you. |
Topic: ERROR CALL SP |
iib
Replies: 17 Views: 7000
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 10, 2015 6:59 am Subject: ERROR CALL SP |
If you have permissions and even the process can be run from SQL Developer, additional own user procedure IGOL was created and yet continues to show the inconsistency. |
Topic: ERROR CALL SP |
iib
Replies: 17 Views: 7000
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 10, 2015 6:52 am Subject: ERROR CALL SP |
The test was done with another user who has permission to run the stored procedure and this worked well, it is validating what may be the problem with the user IGOL. However the error '& 1' with ' ... |
Topic: ERROR CALL SP |
iib
Replies: 17 Views: 7000
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 09, 2015 7:52 am Subject: ERROR CALL SP |
The scheme was set up and continues to present the same situation:
CREATE PROCEDURE PRUEBA_SP(IN VALOR INTEGER, OUT COD_ERROR INTEGER) LANGUAGE DATABASE EXTERNAL NAME "IGOL.SPPRUEBA";
... |
Topic: ERROR CALL SP |
iib
Replies: 17 Views: 7000
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 09, 2015 6:28 am Subject: ERROR CALL SP |
It is curious that happens to me when I connect to a Data Source for VPN, but in my database properly flows to the stored procedure call, the problem may be a security issue permits or infrastructure ... |
Topic: ERROR CALL SP |
iib
Replies: 17 Views: 7000
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 09, 2015 6:19 am Subject: ERROR CALL SP |
Copy had evil in the forum, but if the integration is correct, if the error that would be an error of stored procedure name.
re-define the Oracle:
create or replace PROCEDURE PRUEBA_SP(
VALOR ... |
Topic: ERROR CALL SP |
iib
Replies: 17 Views: 7000
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 09, 2015 5:36 am Subject: ERROR CALL SP |
Hi akil,
re-define the Oracle:
create or replace PROCEDURE PRUEBA_SP(
VALOR IN NUMBER,
COD_ERROR OUT NUMBER)
IS
BEGIN
COD_ERROR:=2;
end PRUEBA_SP;
re-define the ESQL:
DECLARE COD_E ... |
Topic: ERROR CALL SP |
iib
Replies: 17 Views: 7000
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 08, 2015 5:38 pm Subject: ERROR CALL SP |
Good evening,
I have the following problem I have not solved, call a stored procedimienot as follows:
DECLARE COD_ERROR INTEGER;
CALL PRUEBA_SP(1, COD_ERROR);
CREATE PROCEDURE PRUEBA_SP(IN ... |
Topic: Validate if file exists within the compute node |
iib
Replies: 20 Views: 17817
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 27, 2015 12:27 pm Subject: Validate if file exists within the compute node |
Thank you very much for the clarifications, the same argument to place the file with the date of the folder mqsiarchive process was proposed, but not want to have this folder infraestructrua issues, h ... |
Topic: Validate if file exists within the compute node |
iib
Replies: 20 Views: 17817
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 27, 2015 12:03 pm Subject: Validate if file exists within the compute node |
For example if the test.txt file exists in the destination, I validate whether this file exists in order to rename with test1.txt, test2.txt, etc so you can determine that the same file has been proce ... |