General

This section provides general guidelines and some how-to articles for working with the SystemWeaver API. If you do not find what you are looking for, we suggest that you refer to the SystemWeaverClientAPI.XML for a list of methods.

How to Get and Set User Attribute of Dimension Set
The following code snippet shows how to get and set values for a User type attribute of data type Set using the SystemWeaver API: // Setting value. public...
Fri, 19 Aug, 2022 at 9:56 AM
Using StartEmbeddedServer for Unit Testing
For unit testing, it is possible to run the swDBServer as a commandline with arguments that tell which database it should run against, or you can run StartE...
Tue, 7 Jun, 2022 at 12:56 PM
Working with Node Attributes
This article describes how to access node attributes through the SystemWeaver API. This is especially relevant when working with the Test solution as test r...
Tue, 20 Apr, 2021 at 7:50 PM
Troubleshooting API
This article provides resolutions to some common errors.   API application could not connect to server.  When I try to run multiple calls from the API, t...
Thu, 18 Jan, 2024 at 1:53 PM