<< Click to Display Table of Contents >> Navigation: Import Export Module > Generic Import/Export Module > Generic Module Setup |
Before using the import/export module the customer must first subscribe to this module, this can be done though the business portal.
There are two files that are required on the PC. These must be copied to a folder on the local PC. These can be down loaded from the Casio dealer website.
ImportExport.exe This is the actual program to import and export the data.
ImportExport.exe.config This is the file that controls the way the import export program works.
There are three important pieces of information that need to be entered to configure the software. They must be copied into the ImportExport.exe.config file.
1. The import export GUID
2. The import export password
3. The destination folder where data will reside.
To set this up first go the the organization screen and select the import export button.
Pressing the'Import/Export' button will present a screen with the 'login ID' and 'Password'. These must be copied to the config file using copy and paste method. If necessary a new key can be generated by pressing the 'Generate' button.
To setup the module open the 'ImportExport.exe.config' file and copy the login and password from the cloud into the file between the quotation marks.
<!-- Authorization setup -->
<add key="Login" value="993b2cb2-50bf-4f90-a7a7-a9fea794e6ad"/>
<add key="Password" value="b3dc"/>
The destination folder must also be setup. Choose a destination folder such as C:\importexport
<!-- VR FTP CONFIGURATION -->
<add key="FTPRootPath" value="C:\importexport\"/>