Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I have many "old" (10+ year) MapInfo workspaces that I want to reopen but cannot locate some of the tables. MapInfo will not open the workspaces without these tables and the data/objects I want only exist in the editable layer of these old workspaces. Is there a way of overiding MapInfo's inability to open the workspace without these tables??

share|improve this question

3 Answers

Mark, With MapInfo Professional 11.5.1 we added a feature that we have called "Broken Workspace Opening improvements". This new feature will let you skip tables that can't be opened and just open what can be found.

Maybe that can do what you are looking for.

share|improve this answer

Workspace Resolver v1.1 will help you delete broken data sources

enter image description here

This can be found via MapInfo Pro 11.5.1

Tools>Tools Manager and select 'Workspace Resolver' (at the bottom) This Tool should be located in 'C:\Program Files (x86)\MapInfo\Professional\Tools\WorkspaceResolver.MBX' (if installed with defaults on the c: drive)

share|improve this answer

Mapinfo work spaces are actually just text files: try opening them with an editor (take a backup to be sure) and remove all references to the broken tables. They should look like:

Open Table "USA\USA_MAPS\USZIPBDY" As USZIPBDY Interactive
Open Table "USA\USA_MAPS\LANDMRKS" As LANDMRKS Interactive
Open Table "USA\USA_MAPS\US_CNTY" As US_CNTY Interactive

Example taken from: http://www.sgsi.com/MIUserGroup/WorEditing_PhilWoods/Workspace-Presentation.htm

share|improve this answer
1  
It's easy to remove the line opening the table, but that will just move the error further down the process of opening the workspace. You can easily find the reference to the table in the Map statement, but in the Set Map statements MapBasic refers to the layer numbers, not the table names. So this might get very complicated if the table is used in a number of maps with many layers. – Peter Horsbøll Møller Oct 24 '12 at 8:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.