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
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Learn more about 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)
      • Book your Agile Fundamentals training
      • Book your Kanban workshop
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Program
    • DataMiner DevOps Support
    • Feature Suggestions
  • Downloads
  • Swag Shop
  • PARTNERS
    • Business Partners
    • Technology Partners
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

Dataminer ConnectApp call

222 views24th June 2026post api
0
Gunnison Wenzinger46 24th June 2026 0 Comments

I am trying to make the /ConnectApp api call in Postman to get a connection credential, however I keep getting a 500 error that says I am not logged in despite providing my login credentials in the POST call. Is there another step or something that I am missing?

Link - https://{hostname/primary ip}/API/v1/Json.asmx/ConnectApp

Body:

{
    "host": "",
    "login": "{username}",
    "password": "{password}",
    "clientAppName": "Dashboards",
    "clientAppVersion": "",
    "clientComputerName": ""
}

Response:

<!DOCTYPE html>
<html>
<head>
    <title>Sorry, something went wrong...</title>
    <style>
        body {
            background-color: #00517d;
            font-family: "Segoe UI Web (West European)", Segoe UI, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
            color: #ffffff;
            text-align: center;
        }
        .error {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            width: 100%;
            color: #ffffff;
        }
        .error h1 {
            font-size: 40px;
            font-weight: 400;
        }
        .error h2 {
            font-size: 20px;
            font-weight: 200;
        }
        .message {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 25px;
        }
        .dev-message {
            font-size: 12px;
            font-weight: 400;
            font-style: italic;
            margin-top: 50px;
        }
        .login-message {
            font-size: 14px;
            font-weight: 400;
            font-style: italic;
        }
        .link-btn {
            border: 1px solid rgb(245, 245, 245);
            border-radius: 2.4px;
            padding-top: 6px;
            padding-right: 12px;
            padding-bottom: 6px;
            padding-left: 12px;
            color: #ffffff;
            text-decoration: none;
            display: inline-block;
        }
        .link-btn:hover {
            background-color: rgb(245, 245, 245);
            color: black;
        }
        .link-btn-container {
            margin-bottom: 25px;
        }
        .logout-btn,
        .login-btn {
            color: #ffffff;
        }
        .troubleshoot-btn {
            color: #ffffff;
        }
        .error img {
            max-width: 15%;
        }
    </style>
</head>
<body>
    <div class="error">
        <img alt="DataMiner Cloud Logo" src="/images/dataminer_cloud_logo.svg">
        <h1 class="message">You are not signed in.</h1>
        <div class="message login-message">You are not logged in (<a class="login-btn" href="/login">Login</a>)</div>
        <div class="link-btn-container">
            <a class="link-btn" href="/" onclick="this.href=location.href.split('#')[0]">Reload</a>
            <a class="link-btn" href="https://dataminer.services/">Home</a> <a class="link-btn"
                href="https://shares.dataminer.services/">Shares</a>
        </div>
        <div class="link-btn-container">
            <a class="link-btn" href="https://community.dataminer.services/questions/" target="_blank">Dojo</a>
            <a class="link-btn" href="https://aka.dataminer.services/contacting-tech-support"
                target="_blank">Support</a>
        </div>
        <div class="message dev-message">
            <p>(500: An internal server error occurred while executing the request.)</p>
            <p>(0HNM19S79D2RU:00000038 | 06/24/2026 19:25:10)</p>
        </div>
    </div>
</body>
</html>

Wale Oguntoyinbo [SLC] [DevOps Advocate] Answered question 24th June 2026

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
Wale Oguntoyinbo [SLC] [DevOps Advocate]4.30K Posted 24th June 2026 2 Comments

It looks like you are trying to connect to a DaaS system. This is currently not supported for Web Services.

Wouter Bogaert [SLC] [DevOps Enabler] Posted new comment 25th June 2026
Gunnison Wenzinger commented 24th June 2026

Yes it is a DaaS system, are there any alternative ways to interact with my system from a third party system like creating jobs and running workflows?

Wouter Bogaert [SLC] [DevOps Enabler] commented 25th June 2026

Hi Gunnison, creating your own User Defined APIs would be the best option for DaaS systems: https://docs.dataminer.services/dataminer/Functions/User-Defined_APIs/UD_APIs.html

You are viewing 1 out of 1 answers, click here to view all answers.
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

© 2026 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin