Error while Inferring schema

When inferring schema, I got this error message:

The last line of the log file:

[2020-07-26 12:19:14.146] [error] TypeError: Cannot read property 'split' of undefined
at file:///C:/Program%20Files/Radzen/resources/app.asar/static/renderer.js:290:2907914
at _t (file:///C:/Program%20Files/Radzen/resources/app.asar/static/renderer.js:9:5766)
at Zo (file:///C:/Program%20Files/Radzen/resources/app.asar/static/renderer.js:9:40538)
at file:///C:/Program%20Files/Radzen/resources/app.asar/static/renderer.js:290:2907881
at Un (file:///C:/Program%20Files/Radzen/resources/app.asar/static/renderer.js:290:2907970)
at Pn (file:///C:/Program%20Files/Radzen/resources/app.asar/static/renderer.js:290:2909065)
at file:///C:/Program%20Files/Radzen/resources/app.asar/static/renderer.js:290:2934696

1 Like

If you have Radzen subscription you can send us more info about your data’s source / your database schema at info@radzen.com to debug it.

Sorry for late reply,

I'm using radzen to build a portion of a big system.

The database is Ms SQL Server, it's consist of:

  • 664 tables
  • 183 views
  • 6496 stored procedures

Because I don't need all the items, so when inferring schema I select the table and stored procedure individually.

It's often error or blank (maybe timeout), and every action to select/deselect/expand the database object list will freezes the UI.

Tonight I actually succeded inferring schema to add two tables :slight_smile:

Thanks for your reply, I don't know if I have permission to send you the database schema. I'll ask my boss first.