Author |
Message |
Topic: Diacritics break in configurable properties on ACE restart |
Lone_Wanderer
Replies: 1 Views: 4526
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 06, 2024 2:45 am Subject: Diacritics break in configurable properties on ACE restart |
I have override property "Message" in my ACE, that is configurable trough web interface.
When I put values in this property, they malform on ACE restart. For example, if i put in followi ... |
Topic: Can be the ACE Vault utilized for storing Bearer token |
Lone_Wanderer
Replies: 0 Views: 4862
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 14, 2024 12:37 am Subject: Can be the ACE Vault utilized for storing Bearer token |
I have a bearer token that's going to be valid for several years.
I cannot retrieve new token via API. User has to use GUI to generate new token
I don't want to store the token in DB, it doesn't ... |
Topic: Using ACE Vault to authenticate against SOAPservice (ws-sec) |
Lone_Wanderer
Replies: 0 Views: 5069
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 28, 2024 6:20 am Subject: Using ACE Vault to authenticate against SOAPservice (ws-sec) |
Hi.
Documentation for this is configusing to me, as 95% of it is reffering to authenticating incoming requests. Thats not what I need.
I need to authneticate myself for a SOAP web service (hos ... |
Topic: ACE compliance with PAM and integration to CyberArk |
Lone_Wanderer
Replies: 1 Views: 4919
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 12, 2024 10:44 pm Subject: ACE compliance with PAM and integration to CyberArk |
Hi all,
I have customer, who is implementing PAM across all of their service/priviledged accounts.
When it comes to ACE, right now, we have:
1. legacy mqsisetdbparms credentials that can b ... |
Topic: mqsicredentials conectivity to LDAP |
Lone_Wanderer
Replies: 0 Views: 4988
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 06, 2024 6:54 am Subject: mqsicredentials conectivity to LDAP |
Hi all,
We migrated to ACE12 from IIB and I'm reviewing some of our old installation scripts.
One of them states: mqsisetdbparms $IIBname -n ldap::LDAP -u "$LDAPaccount" -p & ... |
Topic: Exec group on remote integration node doesn't connect |
Lone_Wanderer
Replies: 0 Views: 3715
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 18, 2024 9:50 am Subject: Exec group on remote integration node doesn't connect |
We migrated from IIB to ACE12
I'm trying to connect to said migrated nodes with toolkit of same version and while conneciton to remote integration Node works, it's the executiuon groups belonging ... |
Topic: Using FOR Statement with ANY or ALL produces syntax error |
Lone_Wanderer
Replies: 2 Views: 3445
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 03, 2024 9:45 am Subject: Using FOR Statement with ANY or ALL produces syntax error |
I was not familiar with FOR FUNCTION. Now it's all much more clear and the esql compiles
Thank you kindly for quick response. |
Topic: Using FOR Statement with ANY or ALL produces syntax error |
Lone_Wanderer
Replies: 2 Views: 3445
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 03, 2024 8:17 am Subject: Using FOR Statement with ANY or ALL produces syntax error |
Following example code:
CREATE COMPUTE MODULE testy
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
FOR ALL Body.Invoice.Purchases."Item"[]
AS I (I.Quantity ... |
Topic: Migration of Integration Node to another OS |
Lone_Wanderer
Replies: 5 Views: 3880
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 09, 2019 3:15 am Subject: Migration of Integration Node to another OS |
We took over this environment after a different company and unfortunately, these scripts and the knowledge associated has been lost to time. I wouldn't consider this migration if I had these scripts ... |
Topic: Migration of Integration Node to another OS |
Lone_Wanderer
Replies: 5 Views: 3880
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 08, 2019 10:30 pm Subject: Migration of Integration Node to another OS |
If you did everything according to book, you should have scripts for the creation of the infrastructure (Integration nodes, integration servers, configurable services ) and the deployment of your flow ... |
Topic: Migration of Integration Node to another OS |
Lone_Wanderer
Replies: 5 Views: 3880
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 05, 2019 11:32 pm Subject: Migration of Integration Node to another OS |
I found myself in a situation, where we are migrating from Windows 7 to Windows 10. Since we are skipping W8, it's not really a migration but rather a nuke and a clean install.
I need to migrate m ... |
Topic: Casting BLOB to JSON |
Lone_Wanderer
Replies: 1 Views: 9024
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 17, 2017 4:36 am Subject: Casting BLOB to JSON |
A have a stiation where I'm parsing BASE64 encoded file. To decode the file, I use following code:
DECLARE EncTokenHead CHAR InputLocalEnvironment.REST.Input.Parameters.head1;
DE ... |
Topic: Parsing JWT Token & authentication with ESQl |
Lone_Wanderer
Replies: 0 Views: 4345
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 16, 2017 1:46 am Subject: Parsing JWT Token & authentication with ESQl |
I have encoutered an interesting problem with authentication. I'm developing REST service which will be given JWT token. This token then needs to be decoded and parsed for required information. After ... |