Problem:
FileShare is running as a service using sample FS.CFG located in the Windows\\system32 directory
Using CCI.INI to set the PORT number.
FS.CFG sample
/s FSNAME
/cm ccitcp
/d ?:\\databse-reference-file
/pf ?:\\password-file
/wd ?:\\filehare-working-directory-path
/sc
CCI.INI file contains
[ccitcp-servers]
FSNAME=MFPORT:12003
[ccitcp-targets]
FSNAME=MFNODE:machine-name-or-IPAdress,MFPORT=12003
Resolution:
Problem existed was the CCI.INI file contained an error in the ccitcp-targets in that it had an "=" character and not a ":" character after MFPORT.
