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 you 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

New Dataminer Package Project importing LCAs alternative way

74 views7 hours agoLCA package solution
4
Rafael Duarte [SLC] [DevOps Advocate]339 1 day ago 0 Comments

Hi all,

I have the following question: is there any alternative way to properly import LCAs into the new solution Dataminer Package Project, other than using the Import Dataminer LCA... button in Visual Studio with a cloud-connected DMA?

I tried manually adding the .zip package using the same structure as the one imported through the button, but when I rebuild the solution it fails, reporting that the package is not valid.

I’m asking because the environment from which I need to import the LCA does not have cloud connectivity, nor is it expected to have it in the near future.

Jan Staelens [SLC] [DevOps Advocate] Answered question 7 hours ago

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Avatar photo
Jan Staelens [SLC] [DevOps Advocate]914 Posted 7 hours ago 0 Comments

Hello,

Indeed, the packages have been secured against tampering which voids the ability to make your own.

You can use the Web API of DataMiner directly to ask DataMiner to make such a zip package (or install one).

These methods assume you are authenticated already on the WebAPI.

Create a package

Do a POST request on https://[dmaip]/API/v1/Internal.asmx/ExportApplication with the ID of the application. Optionally, a specific version can be specified (if 0, the latest public version will be used):
{

"connection": "[connectionID]",

"applicationID": "[applicationID]",

"options": {

"version": 0,

"isDraft": false

}

}

This will return a token which can be used to download the package: https://[dmaip]/API/v1/GetSecureFile.aspx?token=[token]

Install a package
This assumes the package is already located on the DMA. This can be done using the FileUpload methods of the WebAPI, or using other ways.
Do a POST request on https://[dmaip]/API/v1/Internal.asmx/ImportApplication
{

"connection": "[connectionID]",

"packagePath": "[filePathToPackage]",

"options": {}

}

This will install the low-code app, and will return the ID of the app, which can be used to open the URL of the app.

Jan Staelens [SLC] [DevOps Advocate] Answered question 7 hours ago
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