Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
48 views

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 ...
MRamirez's user avatar
0 votes
1 answer
130 views

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 ...
Lloyd_Xmas's user avatar
0 votes
1 answer
85 views

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....
Cho-YoungHo's user avatar
0 votes
1 answer
35 views

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 ...
Cho-YoungHo's user avatar
-1 votes
1 answer
46 views

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....
EthanLee's user avatar
0 votes
0 answers
53 views

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. ...
OldBloke's user avatar
0 votes
1 answer
93 views

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....
Bytamin's user avatar
0 votes
0 answers
67 views

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 ...
wangdu's user avatar
  • 5
0 votes
1 answer
114 views

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 ...
Allmächd's user avatar
1 vote
1 answer
48 views

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 ...
Praful Bharate's user avatar
0 votes
1 answer
33 views

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....
Mark Brouwers's user avatar
0 votes
0 answers
34 views

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/...
Sourav Ganguli's user avatar
0 votes
1 answer
62 views

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 ...
theandroid's user avatar
  • 1,063
0 votes
0 answers
33 views

~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/
user2025261's user avatar
0 votes
1 answer
109 views

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 ...
VVaFF's user avatar
  • 13
0 votes
1 answer
44 views

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 ...
epietrowicz's user avatar
1 vote
1 answer
125 views

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 ...
Peter S.'s user avatar
  • 178
1 vote
2 answers
99 views

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 ...
Oleh's user avatar
  • 13
0 votes
1 answer
95 views

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 ...
Ran P's user avatar
  • 334
0 votes
2 answers
133 views

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 ...
jh_dempsey's user avatar
1 vote
1 answer
65 views

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 ...
Mark Brouwers's user avatar
0 votes
1 answer
122 views

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 ...
Precast's user avatar
2 votes
1 answer
236 views

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 ...
Mason Lumley's user avatar
0 votes
1 answer
110 views

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,...
Josh Hunt's user avatar
2 votes
1 answer
130 views

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 ...
SergeySSH's user avatar

1
2 3 4 5
10