Basic Administration > Managing Data > Site Administration > Understanding the Site > Typical Duties of Site Administrators > Exporting and Importing All Shared and System Table Views
  
Exporting and Importing All Shared and System Table Views
* 
For information on exporting and importing selected shared and system table views, see Exporting and Importing Selected Shared and System Table Views.
A site administrator can export all shared and system table views from a Windchill system. This export includes:
All system table views (the table views provided when the product was installed)
All shared table views created by a site administrator
All shared table views created by an organization administrator
The exported table views can be imported to another Windchill system, so long as both Windchill systems are of the same release level. For example, you can export all shared and system table views from a test system and import them into a production system of the same release level.
1. Open a windchill shell.
2. Run the following command:
windchill com.ptc.core.htmlcomp.tableview.ixb.TableViewIXUtil -f <file_name> -u <user_name> -p <password>
where
<file_name> will be the name of the exported file.
<user_name> is the user name of a user with site administrator privileges. Optional.
<password> is the password for the user. Optional.
* 
If -u and -p are omitted, the system will prompt for credentials.
For example, to export all published and system table views to a file named export.jar by a user whose user name is wcadmin and password is wcadmin, use the following command:
windchill com.ptc.core.htmlcomp.tableview.ixb.TableViewIXUtil -f export.jar -u wcadmin -p wcadmin
To import the exported table views, use the Import/Export Management utility. For more information, see Working with the Import/Export Management Utility.