• Mscatalog error

    Has anyone come across this error? No MSCATALOG table exists. Attachments of database data to graphical elements will not be possible. To create an MSCATALOG table, go to Settings-Database-Setup. Which then I go to "Settings - Database- Setup" There…
  • MAPS table in SELECTseries 3

    Hi, just want to know if the MAPS table and MAPID column is still being used by Bentley Map SELECTseries 3? I have not created the table in my database, neither a mapid column for my features. Somehow the SQL Statement INSERT and COPIES still use it…
  • Re: feature propertу in Bentley Map

    Mira: But now MSCATALOG and another table are identical What is the result of executing the following SQL statement (i) in your Access DB (ii) in your SQL Server DB? SELECT tableName,entityNum FROM mscatalog ORDER BY tableName; …