Questions asked
Answers given
At this point there is only security to block everything. In System Center, Users/Groups, in the permissions tab on a group you can specify the available ticketing permissions: UI available Add...
View QuestionThis is possible in automation script using the api-helper methods. As you need to setup the helper its not always possible to create standalone methods to create ticket etc. There is also a very good...
View QuestionYou have to use the ProfileInstanceExposers for that. var filter = ProfileInstanceExposers.Name.Contains("MyName"); var profileInstance = PmHelper.GetProfileInstancesWithFilter(filter); You can combine...
View QuestionTraps being sent by DataMiner is done by the process SNMPAgent. Where the logging can be found in Skyline Dataminer\Logging\SLSNMPAgent.txt Traps being received by DataMiner is done by the process SNMPManager....
View QuestionFollowing steps are my to go steps in trouble shooting any kind of SRM issue. Check following log files: SLResourceManager (after restart, perhaps in the _BAK logfile of it) SLDBConnection SLSearch...
View Question