...
- Download Meridix.CopyUtil.zip from the specified FTP address obtained from Meridix systems
- Unzipp file Meridix.CopyUtil.zip to any folder of choise
- In the unzipped folder are a number of files of these are the two used in the installation, Meridix.CopyUtil.exe and Meridix.CopyUtil.exe.config. The first is to be installed as a service, and the latter is a configuration file that contains information for service
- Öppna konfigurationsfilen med en editor exempelvis notpad/AnteckningarOpen Meridix.CopyUtil.exe.config configuration file with an editor such notpad
- Konfigurationsfilen innehåller två sektioner som måste konfigureras
Under folders måste en folder konfigureras för varje folder vars mätfiler ska ftp:as till.Konfigurationsfilen contains two sections that must be configured
The folders have a folder configured for each folder whose measurement files will ftp:as to Meridix ftp server.
I name atributet anges ett unikt namn som skiljer denna folder från övriga foldrar. I source attributet anges sökvägen till den folder där mätfilerna som ska kopieras finns
I oldestFileDate attributen anges datum på den äldsta fil som ska laddas upp. Meridix använder ofta en katalog fil som innehåller nummer, namn och grupptillhörighet denna används för att "namnge" anknytningarna i mätfilerna. Katalogfilen läses upp på samma sätt som mätfilerna, med dess folder innehåller endast attributen namn, source och catalogfolder som ska anges med true för att aktivera uppladdningen - Under ftps anges endast en ftp med attributen ftpAddress, username ,password samt uppladningsintervallet i minuter (ftp uppgifterna fås från Meridix Systems)
- Spara filen
- Navigera ner till installationsfoldern med kommandoprompten ( som administratör) >MeridixCopyUtil.exe install
- Starta tjänsten
The name atributet _ a unique name to distinguish this folder from other folders. The source attribute specifies the path to the folder where cdr files exist.The oldestFileDate attributes date dictates the oldest file to be uploaded. Meridix often use a catalog file that contains numbers, names and group membership, this is used to 'name' extensions . Catalog file is read and uploaded in the same way as cdr files. It's folder only contains the attributes name, source and catalogfolder. Catalogfolder need to be set to true to enable the upload
- Under ftps only one ftp can be listed. The ftp attributes are ftpAddress, username, password and uploadingintervall in minutes (The ftp login data is obtained from Meridix Systems)
- Save the file
- Navigera down to the installation folder using the command prompt (as administrator) and type > MeridixCopyUtil.exe install
- Start the service by typing MeridixCopyUtil.exe start
...