How to open file in read only mode on Autodesk platform services.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm currently Working on Inventor design automation on Autodesk platform services(APS).
workflow of our code is sending dumy file Box.ipt and json file and actual input are taking from Bim360. Actuals inputs are XML, IPT and drawing sheet files, where code start with XML file then go for next implementation. as of now code(Bundle) is working fine on APS
But now instead of sending Box.ipt and json file we are sending only XML as input but facing error in opening document on APS
below is the error I'm getting :-
[03/24/2023 07:26:16] Starting work item ee6fef98f3854e9489bf7068111b4045
[03/24/2023 07:26:16] Start download phase.
[03/24/2023 07:26:16] Start downloading input: verb - 'GET', url - 'https://developer.api.autodesk.com/oss/v2/signedresources/a1ce96f8-f65e-4e28-aced-bfae697d6a4f?regio...'
[03/24/2023 07:26:16] End downloading file. Source=https://developer.api.autodesk.com/oss/v2/signedresources/a1ce96f8-f65e-4e28-aced-bfae697d6a4f?regio...Jobs\ee6fef98f3854e9489bf7068111b4045\Order_20220221093413192.xml,BytesDownloaded=16854,Duration=149ms
[03/24/2023 07:26:16] End download phase successfully.
[03/24/2023 07:26:17] Start preparing script and command line parameters.
[03/24/2023 07:26:17] Command line: [ /i "T:\Aces\Jobs\ee6fef98f3854e9489bf7068111b4045\Order_20220221093413192.xml" /al "T:\Aces\Applications\c0f6c4f5d606a437c76c7be7f03d8e0f.zg9nmBQOIPAxGtxolrIyaVba1fcrRgPI.ABB_KTEK_Forge[16].package" ]
[03/24/2023 07:26:17] End preparing script and command line parameters.
[03/24/2023 07:26:17] Start script phase.
[03/24/2023 07:26:17] Start Inventor Core Engine standard output dump.
[03/24/2023 07:26:17] InventorCoreConsole.exe Information: 0 : InventorCoreConsole.exe: 25.0.18300.0, 498-7e5d2c9
[03/24/2023 07:26:18] InventorCoreConsole.exe Information: 0 : Starting Inventor Server.
[03/24/2023 07:26:18] InventorCoreConsole.exe Information: 0 : Trying to get Inventor Server version in use.
[03/24/2023 07:26:18] InventorCoreConsole.exe Information: 0 : Inventor Server version is 25, 30, 35300, 0000.
[03/24/2023 07:26:18] InventorCoreConsole.exe Information: 0 : Started Inventor Server 2021.3 (Build 253353000, 353) (25, 30, 35300, 0000)
[03/24/2023 07:26:18] InventorCoreConsole.exe Information: 0 : Loading plug-in: iLogic Plugin
[03/24/2023 07:26:18] InventorCoreConsole.exe Information: 0 : Activating plug-in: iLogic Plugin
[03/24/2023 07:26:18] iLogic Plugin: initializing...
[03/24/2023 07:26:18] InventorCoreConsole.exe Information: 0 : Loading plug-in: iLogic Plugin
[03/24/2023 07:26:18] InventorCoreConsole.exe Information: 0 : Setting up iLogicLogLevelTo: Warn
[03/24/2023 07:26:18] InventorCoreConsole.exe Information: 0 : Opening document: T:\Aces\Jobs\ee6fef98f3854e9489bf7068111b4045\Order_20220221093413192.xml Invisible mode: False
[03/24/2023 07:26:18] Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))
[03/24/2023 07:26:19] End Inventor Core Engine standard output dump.
[03/24/2023 07:26:19] Error: Application InventorCoreConsole.exe exits with code -1 which indicates an error.
[03/24/2023 07:26:19] End script phase.
[03/24/2023 07:26:19] Error: An unexpected error happened during phase CoreEngineExecution of job.
[03/24/2023 07:26:19] Job finished with result FailedExecution
[03/24/2023 07:26:19] Job Status:
Thanks & Regards
Siddhesh Nikam
Could you please guide us on how to open/Read XML file on autodes Forge/ autodesk platform services?