1

I wanted to convert the Revit file sheet to DWG file, so I created a job using the Model Derivative API, When I check the Manifest, Progress will remain at 0% no matter how many hours have passed.

The following json was used to create the job

{
  "input" : {
    "urn" : "dXJuOmFk****************************QucnZ0"
  },
  "output" : {
    "formats" : [
      {
        "type" : "dwg"
      }
    ]
  }
}

The result of getManifest is as follows.

Autodesk\Forge\Client\Model\Manifest Object (
    [container:protected] => Array (
        [urn] => dXJuOmFk****************************QucnZ0
        [type] => manifest
        [progress] => 0% complete
        [status] => success
        [has_thumbnail] => 1
        [region] => US
        [derivatives] => Array ( )
    )
)

Uses PHP Forge-sdk

What can I do to make the translation progress?

XCoder
  • 31
  • 6
  • can you share the URN? (this is not confidential) – Augusto Goncalves Oct 16 '19 at 01:04
  • Can you send the drawing via GDrive/weTransfer/Dropbox to forge.help@autodesk.com if possible so we can investigate? This might have to do with a known issue that our Engineering team is looking into where the extractor would time out due to certain particulars of the drawing. – Bryan Huang Oct 16 '19 at 02:49
  • Thank you for your comment. Because this file is confidential, I will send the file to forge.help email address. – XCoder Oct 16 '19 at 16:25
  • @XCoder I'm having the same issue, were you able to make this work? I'm trying to use one of the sample files from the Autodesk website and it's not working. – Raúl Bojalil Jun 27 '21 at 19:47
  • 1
    @RaúlBojalil In my case, I didn't have a public setting in 2D view. It seems that only publicly set views are subject to conversion. – XCoder Aug 12 '21 at 02:22

0 Answers0