59 questions with no answers
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
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 ...
1
vote
0
answers
75
views
InvalidToken response on failing Design Automation workitem
I've set up project https://github.com/autodesk-platform-services/aps-revit-rcw-parameters-exchange locally providing all required settings but getting error
<?xml version="1.0" encoding=&...
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
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/
1
vote
0
answers
53
views
Is there any way to access adskMasked debugInfoUrl content?
Recently, Autodesk introduced adskMask for secure debugging in Design Automation.
Below is the link for blog post:
introducing-adskmask-secure-debugging-design-automation
In this scenario, after ...
0
votes
0
answers
115
views
Deleting AutoCAD Layouts Causes Export to PDF to Fail
I have an AutoCAD.NET bundle which I use in Design Automation. As part of it's overall processing it deletes Layouts. The C# code used to delete the Layouts is:
using (Transaction trans = db....
0
votes
0
answers
66
views
DesignAutomation V3 - Accesstoken
after changing the DesignAutomation to version 5.1.2 the login does not work anymore. I get as isSuccessStatusCode the value false back.
We register the Service with AddDesignAutomation, the URL to ...
0
votes
0
answers
95
views
Uploading zip file with .bundle using autodesk design automation sdk v3 return an error
What could be the cause of this, I can't upload the zip file which contains .bundle, I followed this sample code from https://github.com/Autodesk-Forge/forge-api-dotnet-design.automation/blob/main/src/...
1
vote
0
answers
142
views
Unclear exception when reloading families in Design Automation for Revit
I have a Revit add-in for design automation that gets all loadable families in a Revit model and executes the following steps for each family:
Open the family document with Document familyDocument = ...
0
votes
0
answers
64
views
Design Automation API debugging export to IFC throws several erros
Attached image showing error
Hi, I am testing a sample code locally to export IFC using Design Automation for Revit
https://github.com/yiskang/aps-revit-ifc-exporter-appbundle
I get errors saying
1)...
0
votes
0
answers
66
views
Best practice for passing secrets to Design Automation
I'm working on a Design Automation which exports IFC, DWGs, PDFs, etc. from a given Revit file and uploads the results to ACC. Since it is not possible to predict the files without Revit I can't use ...
0
votes
0
answers
177
views
Design Automation Inventor shut down error
I have a working plugin width Autodesk Design Automation API for 2 years and suddenly stop working and throw next error of time out server.
[01/11/2023 14:55:28] display name input.iam
[01/11/2023 14:...
0
votes
0
answers
180
views
Drawing created by incompatible version - Save will be prevented || Design Automation API
We created a autocad plugin, that draws a border around the object present in dwg file.
It works fine for all the created using autocad.
We have a file created with autocad mechanical 2022, for which ...
0
votes
0
answers
52
views
Diferent workitems producing identical data
We divide big Revit models into small parts and export them in parallel on Forge Design Automation. We also use Forge Object Storage Service to store the input and output for every workitem. I have ...
0
votes
0
answers
180
views
Exception thrown: 'Autodesk.Forge.Client.ApiException' in System.Private.CoreLib.dll
I'm a rookie in most languages of coding and I'm trying to follow the Autodesk Forge tutorial. I'm trying to achieve the 'modify your model' tutorial. On the Run & Debug step I try to upload my ...
0
votes
0
answers
218
views
Change language pack of Forge Design Automation Autocad
I want to switch Autocad engine of Design Automation from en-US to ja-JP.
I am having difficulty reading files with accoreconsole english package. I used ja-JP in acccoreconsole command but it failed.
...
0
votes
0
answers
162
views
Revit Design Automation fails on downloading resources
I have been able to run several jobs on Forge, but I am running into a new situation today. It seems like the workitem stays idle for about 70 minutes even when it reports back "In Progress"....
0
votes
0
answers
133
views
Forge API Getting Empty Folders
While Downloading reportUrl i am getting status : failedDownload
....REPORT LOG...
Getting Empty Folder from Object of bucket
By another guy FORGE APP clientID and cleientSecret that ZIP and PDF is ...
0
votes
0
answers
367
views
Forge Design Automation API (AutoCAD) keeps giving me ErrorStatus=53, but only with certain input DWG files
I've written an AutoCAD command in C#/.NET that finds a table in a DWG file and fills that table with some data. Then it publishes a PDF file from the DWG using code very similar to the code found ...
0
votes
0
answers
319
views
Revit Core Engine Core Console is shut down due to process time limit
We have an issue with a Revit model that doesn't work. The log file shows the following information:
*[05/09/2021 11:01:07] Initialize and get RCE: (VersionBuild) 21.1.20.44 (VersionNumber) 2021 (...
0
votes
0
answers
197
views
Error: Application revitcoreconsole.exe exits with code -1073740791 which indicates an error
I am getting this error while trying to export some 3d views from the Revit model to the IFC. This error happens only with big models.
Here is my log:
[02/11/2021 17:37:33] Log: Total amount of 3d ...
0
votes
0
answers
2k
views
Inventor assembly not displaying appearances correctly in Forge Viewer
I have an Inventor assembly using one standard Inventor Appearance Library appearance and one custom appearance, saved to a local material library. When I load the viewable in Forge the standard ...
0
votes
0
answers
153
views
Autodesk Forge Design Automation Freeze
We are running an application using Forge Design Automation for Revit and have an issue I can't fully explain. Our tests have been working just fine but we got a couple lately that seem to freeze ...
0
votes
0
answers
65
views
Does Autodesk Forge errors always contain the same JSON format?
I've created an app in the Design Automation API, and I'm trying to handle any possible errors. does every error response from Forge have the same error object format?
If so, what is the format?