
Software AG Tech Community & Forums
177 FOLLOWERS
This is a place to ask questions, brainstorm solutions and solve problems. Share your knowledge and experiences with other members or connect with Software AG experts from all over the world.
Software AG Tech Community & Forums
16m ago
Agree with @Holger_von_Thomsen , and from the error it does look like an Object Array is being sent to the tn updateCertificateData service when an array of byte arrays is being expected.
Sandeep Deepala:
java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [[B at wm.tn.security.updateCertificateData
-NP ..read more
Software AG Tech Community & Forums
2h ago
Hi Mangesh,
during installation you should have been asked to provide a password for user Administrator.
Try to login to MWS with Administrator and this password.
If this does not work login with SysAdmin and navigate to Administration Dashboard → User Management → Users and check user Administrator.
Check the check box to enable it for the case it might be disabled for login and provide a new password if neccessary.
After that you can login with Administrator and the new password.
When adding custom users, which should be able to use the administrative pages, add them to the “My webMethods Ad ..read more
Software AG Tech Community & Forums
2h ago
He have implemented an integration with an ERP system. We utilized microservices to support the creation of devices representing a manufactured asset initiated from the ERP system, then invoke the ERP systems ticketing system when an anomaly is detected. This is in support of a Smart Asset Management use case for an organization that manufactures the asset and/or provide managed service for the asset ..read more
Software AG Tech Community & Forums
4h ago
Hi Marko,
I’ll add to the response made by @Holm_Steinland3,
in response to (3) you can run the wpm command as many times as you want and automate using a script. For building a container you would just add multiple lines to the Dockerfile, one for each package. The advantage being that each package will have it’s own image layer too, if you want to optimise then you could add a script to group the packages.
(4) Configuration variables are the recommended way to configure your packages, and have been available for a long time. We have added more and more with each passing version, albeit we do ..read more
Software AG Tech Community & Forums
4h ago
This one goes to 11! I am very pleased to announce the release of webMethods.io B2B 11. This is a big one with many sought after features that will make your B2B platform even more powerful and easy to use.
Release highlights: Support for Customizing EDI/XML Document on webMethods.io B2B
You can customize eStandard and XML documents in webMethods.io B2B to allow partner-specific customizations for EDI documents. This enables having different variations of EDI documents for many partners or individually.
Partner Portal
The Partner Portal has passed internal acceptance and is no longer a beta f ..read more
Software AG Tech Community & Forums
4h ago
Hi @Marko_Gorg ,
#1 - yes, any supported version is supported. All versions available via https://containers.softwareag.com/
#2 - it’s included in the container images. More details will be available in the official 11.0 manuals
#3 - You can script it or use Scaffolding structures to orchestrate for details see Patented Super iPaaS: Revolutionizing Enterprise Integration - Software AG | Software AG
#4 - see manuals once available.
#5 - it depends on the use case, e.g. in “Develop Anywhere - Deploy Anywhere” of “Super iPaaS” the tokens are maintained in the HUB and shared with the SPOKE when ne ..read more
Software AG Tech Community & Forums
4h ago
Looking solely at the stacktrace, it looks like a data type compatibility issue. I would suggest you check the LOOP step i.e, the getFile and the utils:appendObjectList service .
Check the outputs are and check if it matches the type that the updateCertificateData is expecting.
-NP ..read more
Software AG Tech Community & Forums
4h ago
@biberdw I guess you are doing some testing on your local environment. So, if possible upgrade your MS SQLServer to a recent version like 2019 or 2022. You can still using wM10.15 and the jdbc driver 12.4.2 ..read more
Software AG Tech Community & Forums
4h ago
Cool, looks very promising! Just a few question:
“wpm is baked into our 11.0 image and can easily be added to our older images”. Does wpm support IS/MSR 10.15?
What is the official supported way to download wpm.zip? I didn’t get a link to official page
How to use mutliple custom packages at once? This is a quite usual use case for any customer project (or is wpm just for presales?)
How to use different wpm-files to configure generic and project specific settings?
How to secure user tokens? Usually this would refer to an external file stored locally or mapped using Secrets in K8S.
Is there any ..read more