476 questions
0
votes
0
answers
48
views
APS Design Automation 2026 Update to .NET Core Add-In Save/Update Failure
I'm having difficulty trying to update our 2025 .NET Framework version to 2026 .NET Core.
I started with my own solution receiving these errors, then switched over to start from scratch using the ...
0
votes
1
answer
130
views
APS Design Automation: PackageContents.xml not being read from AppBundle in AutoCAD+25_1
I'm experiencing an issue with APS Design Automation (formerly Forge) where my AppBundle's PackageContents.xml is not being read/processed by AutoCAD Core Console, preventing my custom .NET DLL from ...
0
votes
1
answer
85
views
AutoLISP batch plot: Want to output each frame as a PDF page, but entire drawing is repeated
I’m trying to create a batch plot in AutoLISP.
My DWG contains 6 drawing frames, each defined by a LWPOLYLINE.
I want to generate a single PDF with 6 pages, where each page corresponds to one frame (i....
0
votes
1
answer
35
views
AutoLISP not loading in Design Automation AppBundle
I’m using Autodesk Design Automation v3 for AutoCAD, and I created a .bundle ZIP containing a custom batchplot.lsp. When I try to load and run it via SCR script in a WorkItem, I get the following ...
-1
votes
1
answer
46
views
Revit work item failed with "Insufficient disk space" error
Design Automation works great for most of our Revit models except for some that contain a large number of Revit links. For those, the work item failed with an error:
Autodesk.Revit.Exceptions....
0
votes
0
answers
53
views
Creo sheetmetal files in Invetor/APS
I have a curious problem when loading a Creo sheetmetal file into our APS application. The bit I am having problems with is obtaining the surface body count from the SheetMetalComponentDefinition.
...
0
votes
1
answer
93
views
I have a Revit addin in Autodesk Platform Services (APS) Design Automation (DAS). It always completes with "status": "failedInstructions"
I have a Revit addin that I am trying to run in APS Design Automation (DAS). However, I cannot get it to run without getting "status": "failedInstructions". None of the Console....
0
votes
0
answers
67
views
Status failedInstructions Job finished with result FailedExecution
WorkItemId - 26d61b66378742f29fdf127cbb421972
Last week, I was testing to see if I can upgrade my app to support inventor 2026. But it didn't work. In order to see if it was some issue on the app ...
0
votes
1
answer
114
views
Design Automation failedUpload: ACM check failed, user or calling service does not have access to perform this operation [closed]
I'm having an interesting issue with Design Automation API.
I am creating a workItem through the https://developer.api.autodesk.com/da/us-east/v3/workitems endpoint. I can do it fine in Postman, but ...
1
vote
1
answer
48
views
Issue while providing signed URL to CreateAppBundleAsync in Design Automation for Inventor using .NET
We are currently working on implementing Autodesk Design Automation for Inventor support using .NET. As part of the process, we are trying to create an appbundle by accessing a bundle uploaded to ...
0
votes
1
answer
33
views
Uploading zip to bucket after workitem has succesfully ran
I'm looking for an alternative on how to upload a resulting zip file to an existing bucket via its definition in activity/workitem?
I have following definition in my workitem
Constants.Parameters....
0
votes
0
answers
34
views
Autodesk Design Automation For Cloud Revit Model Debugging
I am trying to execute a addin to open a cloud Revit model and update a parameter. The addin works perfectly when running it locally. But when I run it in the cloud I get the following error.
[04/06/...
0
votes
1
answer
62
views
Plot To PDF Design Automation failing with Failed Instructions
The PlotToPDF Design Automation fails for certain jobs. I am not sure the reason, as I only find "Failed Instructions". This happens around 12 mins after the work item starts processing. I ...
0
votes
0
answers
33
views
Design Automation WorkItem status doesn't include reportUrl (starting ~24h ago)
~24h ago the WorkItem status response stopped including the reportUrl, see https://aps.autodesk.com/en/docs/design-automation/v3/reference/http/workitems-id-GET/
0
votes
1
answer
109
views
APS Design Automation AutoCAD failedUpload with a 404
I am getting a 404 failedUpload error.
My activity and work item are all consistent with local names, and are created correctly and working.
My bucket exists and I can upload files to it and delete ...
0
votes
1
answer
44
views
Using Autodesk Platform Services to Generate Eagle CAD PCB Manufacturing Files?
With the deprecation of stand alone Eagle CAD, I'm wondering if it would be possible to use APS to generate Gerber and PDF outputs from .sch and .brd PCB design files?
It seems like this feature ...
1
vote
1
answer
125
views
Accessing ACC models from Revit Design Automation
I am trying to access ACC models from my Revit DesignAutomation
plugin.
All my testing till now has been done in Postman.
Despite following to my best knowledge the guidance in the documentation, and
...
1
vote
2
answers
99
views
Autodesk Data Management (OSS) SDK and CreateSignedResourceAsync
I'm using C# and upgrading from Autodesk.Forge to Autodesk .NET SDK (OssClient) and when I try to create a signed url (ossClient.CreateSignedResourceAsync()), I run into the problem that a file with a ...
0
votes
1
answer
95
views
How to Upload a Zip File and Create an AppBundle in Autodesk Forge Design Automation SDK?
I am trying to upload a zip file to Autodesk Forge's Object Storage Service (OSS) and then use it to create an AppBundle for Design Automation. While I successfully upload the file and create the ...
0
votes
2
answers
133
views
AutoCAD Core Console is shut down due to timeout
I have written a plugin for Civil 3D that runs on the Design Automation API.
The plugin works in most situations without any problems.
However, one task the plugin does is extract the solids from a ...
1
vote
1
answer
65
views
Autodesk APS DA4I and .Net8
I was wondering if APS DA4I supports .Net 8?
I was playing around with the wrench sample provided by Autodesk and have this working with the .Net Framework (as provided by Autodesk). I've upgraded the ...
0
votes
1
answer
122
views
Integrating Autodesk Fusion API with Autodesk Platform Services?
I am trying to use Autodesk Platform Services for design automation of Fusion files. I'd like to be able to view and modify user parameters along with using other features of the Fusion API. Can ...
2
votes
1
answer
236
views
Revit 2025 App Bundle migration causes "Autodesk.Revit.Exceptions.RevitServerUnauthorizedException" when saving model to ACC
Our group utilizes app bundles to automate project setup in ACC. We have been utilizing the same process for versions of Revit 2022-2024 with no problems. I have recently ran into issues when ...
0
votes
1
answer
110
views
Inventor Pdf Translator SaveCopyAs SVxApp::CareForAllExceptions()
My APS activity has been producing PDFs many years. Starting last week some designs would work fine but today no scenario is working. This same code executes on my desktop just fine with Inventor 2020,...
2
votes
1
answer
130
views
Design Automation for Revit; reduce time of WorkItem process
I prepared Design Automation application that exports set of views to DWG files. WorkItem contains json file that has a list of standard views to export, but to extend application I need to show user ...