Import/Export Data Share Configuration
Data sharing configurations can be imported and exported using the following method.
Using NCache Manager
Export Data Share Configurations
Import Data Share Configurations
-
Click on the Import button to get the data sharing configuration from an XMLl file.
-
Browse the saved data share configuration file and click Open.
-
Right click the cache in Cache Explorer and select Apply Configuration option.
Using Command Line Tool
-
Open command prompt
-
Go to the NCache tools directory: cd %NCHOME%/bin/tools
-
Use adddatashare tool, provide the required information:
adddatashare demoLocalcache -T C:/temp/SharedTypes.xml
See Also