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 ...
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 ...
1 vote
0 answers
75 views

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

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

~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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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?