Low Code Apps – logging (best practice)
12th June 2023
Hi Jens, this is not full logging, but it can help for debugging custom GQI connectors. If you try/catch the errors in your code, you can throw a “GenIfException”. This …
Answer
12th June 2023
Hi Jens, this is not full logging, but it can help for debugging custom GQI connectors. If you try/catch the errors in your code, you can throw a “GenIfException”. This …
12th June 2023
The IIS logs might show you some extra information as well. C:\inetpub\logs\LogFiles\W3SVC1 The 1st thing that came to mind were: To execute C:/Skyline Dataminer/Tools/ConfigureIIS.bat Check the Permissions of the C:/Skyline …
12th June 2023
Hi Jamie, You can use resource pool inheritance. However, what you want to book needs to be something related to a function resource you add in your booking. Example : …
12th June 2023
Jens, What is done in SRM has few drawbacks, due to the fact that it requires a shared folder accessible from all DMAs of a cluster. There is also a …
12th June 2023
Hi Timothy, The ViewLog.asp webpage is encountering that 500 error internally while retrieving the raw logfile from the /logging/ folder. It might be worth checking what happens when trying to …
12th June 2023
A way of doing it could be by using an SNMP Manager on the DMS that needs to forward the alarms and a trap receiver on the receiving DMS. The …
12th June 2023
Hi Sevil I believe you’re thinking of 1 of the following: Replication (e.g. an element is replicated from 1 DMS on another) Northbound Interfaces Web Services (SOAP or JSON) SNMP …
12th June 2023
If your DataMiner is configured to use HTTPS, then it’s not possible to load any content over HTTP in the app as it’s considered as mixed content, browsers like Chrome …
12th June 2023
Hi Randy I’m thinking in the same lines as Arunkrishna, did you delete the Cassandra service as well? Would you have an update on this? Did you retry the DM …
12th June 2023
Hi Jamie, I use this on Ziine for the SDMN demo. There I have an encoder application that needs to get an IP assigned from a pool of available multicast …
12th June 2023
Hi Ladan, I’m not sure about the PowerShell script giving errors, but I’ve experienced the NLA error as well when trying to do an RDP. In my case this was …
12th June 2023
RESOLVED: Just needed to reinstall DataMiner Cube and it was working again. For future reference this issue could also stem from the DataMiner Cube launcher not working as intended, and …
10th June 2023
Hi Miguel, Not sure what version you are using, but as of 10.3.3 I was able to do this with a GQI query and the Grid Control. For the query, …
10th June 2023
Hi Jamie – not sure, but isn’t it simply a matter of creating a resource pool in the Resource Manager, and add the resources in there (without linking those to …
9th June 2023
I used the script above to succesfully modify a property value of a view. As a next step I would like to update the value whenever the severity of the …