-
I need to upgrade a category through Power Shell Rest API URL. I am getting 400 bad request
I need to upgrade a category through Power Shell Rest API URL. I am getting 400 bad request instead of getting the proper error. can anyone help me here. Below is the corresponding code I am using in power shell .ps1 file $body = @{ category_id =id=@{ {$config.catID.id} } }| ConvertTo-Json -Depth 10 $response =…
-
Any way of Creating system Failure logs on xECM UI ?
Hi Developers, I have a use case where I need to record the Webreports logs (Scheduled or not scheduled one) which is failed to execute by any means. and also, wants to capture the Failure logs for Workspace creation from SAP. Thanks, Nitesh
-
replacing new node content from base64
Hi, I am trying to add signiture on any pdf loaded to content server (Ext. ECM 24.2). I managed to send the node as base64 string to the customer's Signer server, and I return to Oscript the Signed doc as Base64. Now I am trying to replace the content of the newly added file (DAPINODE) with the decoded Bytes i got from the…
-
Configuring Controller to monitor Windows Resource on the target machine, fails with error 47281
I am trying to configure new server to monitor their resources utilization during the performance execution, getting below error. Cannot connect to the machine [Server name] Reason: Cannot access HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services key on host [Server name] with error Access is denied. (entry point:…
-
List more than one Management Gateway in ControlCenter
We currently set up a server landscape where DEV, QA and PROD are not only on different servers, but do not share any database either. This results in the tenant configuration replicated in three different databases and a MgW running on each server, each handling the same tenant but different Domain. It would be very…
-
QR Code in Magellan Analytics Designer
Is there a way to create a QR code in Magellan Analytics Designer that would open a link?
-
Change the color of row based on multiple data in BIRT Report
We have a BIRT report that would run on one or multiple records and display the output. For example if the report has ran for 3 records then the report will display output in 3 pages (1 record per page). We need to change the color of a row based on the status field as mentioned below, Record Part Number Status Color One…
-
D2FS 24.2
Hello, I successfully used the D2FS with release 22.4 Now, I tried to migrate to D2FS 24.2 but I encounter issue like javax.xml.ws.WebServiceException: Provider com.sun.xml.internal.ws.spi.ProviderImpl not found Besides, I do not suceeded to execute the D2FSExamples delivered with d2fs-sdk Does anyone suceeded and can help…
-
C4C integration with SAPS4HANA?
Hi Developers, Do we have any material or guide which will help us in understanding the C4C integration with SAPS4hana On premise system? Thanks, Nitesh
-
How to set development environment for OTMM.
Currently we have OTMM deployed in VM's and we are manually updating the custom jars in plugins folder to test the changes in development env, is there any way to setup development env locally so that custom jars can be tested then and there instead of deploying them every time to VM's?