in Education by
I'm trying to load an SVF2 from ACC into Power BI but the geometry is not loading. I'm using the following credentials options : const options = { env: 'AutodeskProduction2', api: 'streamingV2', accessToken: token, } and the viewer is stuck, like on the picture : and in the console I got this error (I'm not sure if it's linked to forge) Uncaught DOMException: Failed to execute 'open' on 'IDBFactory': access to the Indexed Database API is denied in this context. at LocalDbCache.open (blob:null/a4675167-582d-4db2-8834-6a5f9e63ee2e:25855:31) at Object.doInitGeomWorker [as doOperation] (blob:null/a4675167-582d-4db2-8834-6a5f9e63ee2e:33375:18) at WorkerMain.dispatch (blob:null/a4675167-582d-4db2-8834-6a5f9e63ee2e:32956:14) at blob:null/a4675167-582d-4db2-8834-6a5f9e63ee2e:48870:55 If I switch my options to use SVF(1) it's working and the geometry is well loaded, however the dbid are not matching. const options = { env: 'AutodeskProduction', api: 'derivativeV2', accessToken: token, } JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Looks like Power BI disabled the IndexedDB API. You might need to consult the Power BI community, but you may try to disable the svf2 cache by appending this query string parameter disableIndexedDb=true to your viewer app URL to see if it helps. e.g. http://localhost:3000?disableIndexedDb=true Regarding the dbid mismatching, are you working with MD GET properties API? If yes, please include this extra request header x-ads-derivative-format: fallback while calling the below Model Derivative API. GET {urn}/metadata/{guid} GET {urn}/metadata/{guid}/properties

Related questions

0 votes
    I find it difficult to wrap my head around developing a PowerBI visual from scratch. I was reading wiki, guide, ... thanks in advance. Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    I have an IFrame which shows a PowerBI embedded Report that having a world map. Can I pass a parameter to ... specific country. Thanks Select the correct answer from above options...
asked Feb 8, 2022 in Education by JackTerrance
0 votes
    What is the difference between PowerPivot, PowerQuery and PowerBI? How should one decided which tool should be used and when. Select the correct answer from above options...
asked Feb 4, 2022 in Education by JackTerrance
0 votes
    When trying to start rails console I keep getting the following error Users/rigelstpierre/.rvm/rubies/ruby-1 ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 20, 2022 in Education by JackTerrance
0 votes
    Which of the following options/option are/is not supported while loading the data from a local data source using Web UI? (1 ... and commas (2)Only Commas (3)Only Wildcards (4)dots...
asked May 31, 2021 in Education by JackTerrance
0 votes
    I am following up with the Wirecloud User Guide available here https://wirecloud.readthedocs.io/en/latest/ ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 2, 2022 in Education by JackTerrance
0 votes
    I would like to use ShellExecute in my C++ program to force the opening of a tiff image with ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    I found an example in C# how to add new Event to the Event Viewer. But, I need an example ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 7, 2022 in Education by JackTerrance
0 votes
    I found an example in C# how to add new Event to the Event Viewer. But, I need an example ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    PE & Resource Viewer permits programmers to inspect & alter resources which are entrenched in the EXE file of ... -Cyber Security:,Cyber Security-Jobs:,Cyber Security Applications...
asked Oct 31, 2021 in Education by JackTerrance
0 votes
    Which of the following system most often don't have postscript viewer? (a) Windows (b) Linux (c) Mac ... questions and answers pdf, Data Science interview questions for beginners...
asked Oct 30, 2021 in Education by JackTerrance
0 votes
    What is a log viewer of Blue-Prism?...
asked Nov 6, 2020 in Technology by JackTerrance
0 votes
    What are Drawback of Team Viewer?...
asked Oct 18, 2020 in Technology by JackTerrance
0 votes
    What are Features of Team Viewer?...
asked Oct 18, 2020 in Technology by JackTerrance
0 votes
    What is Team Viewer?...
asked Oct 18, 2020 in Technology by JackTerrance
...