Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Agility
      • Kanban workshop
      • Agile Fundamentals
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • Support
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Log file cannot be opened in cube

Solved875 views22nd February 2023
8
Laurens Moutton [SLC] [DevOps Enabler]8.89K 22nd February 2023 0 Comments

Hi,

I have a similar question like here. The provided answer was to run the dcomConfig.exe tool, but I’m still not able to open the log files (after reopening Cube).

If I try to open the logging for example of SLDataMiner, first this is shown:

If I choose to “Proceed to site”, then this is shown:

Any hints on how this can be solved? Is there somehow that I can find and add the security certificate and will that then solve the unauthorized error?

———————————————————————

EDIT, EXTRA INFO ADDED:

This DMA is a migration of another DMA. First there was a fresh install of DataMiner and then the backup that was taken from the old DMA was restored here. I can see from the link that it’s trying to go to the url https://<newDnsName>/Tools/ViewLog.asp?host=<oldDnsName> , and when continuing it’s mentioning in the unauthorized from agent “<oldDnsName>”. Resolving the problem will probably be somewhere in getting that old DNS name out of some kind of configuration and let it point to the new DNS name.

Bert Buysschaert [SLC] [DevOps Advocate] Answered question 22nd February 2023

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
8
Michiel Vanthuyne [SLC] [DevOps Enabler]4.17K Posted 22nd February 2023 2 Comments

Hi Laurens, is the <https> tag in your maintenancesettings.xml configured correctly with the new dns name? If this tag is not set correctly the logs will not be accessible.

Laurens Moutton [SLC] [DevOps Enabler] Selected answer as best 22nd February 2023
Laurens Moutton [SLC] [DevOps Enabler] commented 22nd February 2023

That tag was indeed still pointing to the old DNS name. If I change it, then the name gets adapted but it’s still complaining about the certificate: “The certificate authority is invalid or incorrect”.

Laurens Moutton [SLC] [DevOps Enabler] commented 22nd February 2023

I found the solution: when opening IIS Manager, site bindings for https, this was pointing to the “Auto-Created Cert by APIGateway” SSL certificate instead of the certificate of my own DMA. I changed that, restarted IIS to be sure, and then I was able to open the log files through cube.

7
Bert Buysschaert [SLC] [DevOps Advocate]4.87K Posted 22nd February 2023 0 Comments

The popup in your first screenshot is Cube not trusting the certificate of the agent you are connected to (A). That will probably be solved by fixing the hostname in MaintenanceSettings.xml to match with the one in the certificate.

The error “Failed getting logfile (The certificate authority is invalid or incorrect)” inside the webpage is the ASP code in ViewLog.asp not trusting the certificate of the remote DMA specified in the hostname URL argument (B). This can either be a legit issue (the hostname of agent B in its MaintenanceSettings.xml is also incorrect, or it is a self-signed certificate that is not trusted by A) or it could be that the certificate uses certain options that are not compatible with the Msxml.ServerXMLHTTP API used in ViewLog.asp. In that case there is currently no proper fix available, aside from ignoring the certificate errors by inserting the following statement at line 112:
xmlhttp.setOption(2, 0x3300);
before this line:
xmlhttp.open(“GET”, strUrl + ‘?’ + Math.random(), false);

(see task 190334 for follow-up)

Bert Buysschaert [SLC] [DevOps Advocate] Edited answer 22nd February 2023
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs