Missing tables

Dean Attewell
Tera Contributor

I am getting these errors

GlideRecord newGlideRecord() called with invalid table name: cmdb_ci_network_link

GlideRecord newGlideRecord() called with invalid table name: cmdb_ci_vehicles

 

And the tables seem to be missing? any idea how I can re-create?

 

1 REPLY 1

RaghavSh
Kilo Patron

It should be new GlideRecord('cmdb_ci_network_link');  // there should be a space b/w new and GlideRecord().

"cmdb_ci_network_link" is a table but "cmdb_ci_vehicles" is not a table in OOB instance.


Please mark the answer correct/helpful accordingly.

 


Raghav
MVP 2023