Requirements

Unsupported

Windows does not support the following special characters:

 < (less than)
  > (greater than)
  : (colon - sometimes will work, but this is actually for NTFS Alternate Data Streams)
  " (double quote)
  / (forward slash)
  \ (backslash)
  | (vertical bar or pipe)
  ? (question mark)
  * (asterisk)

Windows also does not support the following in file names:

CON, PRN, AUX, NUL 
  COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9
  LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, LPT9

Workflow Steps

Installation

Note: If the configuration fails saying the ProgramData folder is inaccessible, the folder for Fileshare will have to be given shared security for those application users.

Configuration

Database tab

On first run, this tab should be opened first. This tab sets the database connection string.

The following information displays on the tab:

Column

Description

SQL Server Name

The name of the SQL server hosting the billing database.

Database

The name of the database that you created on the SQL server to be used by FileShare to upload the data from the fileshare to the staging DB to CAM.

Warning: The blank database should be already created before you configure this.

Authentication

Choose the type of authentication to be used to connect to the data source database. Options include Windows authentication using the Windows credentials and SQL authentication using specific database-only credentials.

Username

Enter the username of the database. (SQL authentication only)

Password

Enter the password for the username of the database. (SQL authentication only)

Click Test to test the authentication to the SQL Database.

Click Save to save the database information. A message says Database Configuration Saved Successfully if all is well. An error appears if one of the items is incorrect or wrong.

Troubleshooting Common Database Errors:

CAM Login tab

Next, proceed to the CAM Login tab. This tab sets the CAM login credentials to connect to CAM.

The following information displays on the tab:

Column

Description

Domain

Enter the domain name that contains the data to be synced to cloud. E.g. sitename.tenantname.io. Leave off the https:// and the ending /

Email

Enter your domain email ID. E.g. myemail@company.com

Password

Enter password for the email specified above that is used to log into CAM.

The database schema and stored procedures will then create automatically into the database you selected.

Active Directory tab

Active Directory should be setup next so that users and groups can be synched. The domain is needed for the fileshare tab. At least one active directory is required.

This tab displays all the active directories connected.

The following information displays on the tab:

Column

Description

Domain

Shows the name of the file share. The hyperlink brings the user to the fileshare path. Example: DC=FirmName, DC=COM

Username

The stats column shows the contents of the fileshare. For example the number of folders and documents in the file share.

Users Path

Shows the date and time the file share was last synced. Example: CN=Users

Active

Shows the status of the sync of the file share. Is a Yes/No radio button selection.

Authentication

Trusted login or Enter Windows credential manually.

Username/Password

For Enter Windows Credential option only.

Actions include:

Edit

Edit the active directory configuration.

Delete

Delete the active directory configuration.

Add

Add a new active directory configuration.

File Shares tab

Then it is time to add the fileshares by going to the FileShares tab. This tab displays any file shares configured in the application. Multiple fileshares can be setup.

The following information displays on the tab:

Column

Description

File Share

Shows the name of the file share. The hyperlink brings the user to the fileshare path.

Stats

The stats column shows the count of the fileshare. For example the number of folders and documents in the file share.

Last Synced

Shows the date and time the file share was last synced.

Status

Shows the status of the sync of the file share.

Running: Sync is running

Stopped: The Sync is stopped, or the service is stopped.

StopPending: The service is trying to stop in Windows Services. Utilize Windows Services panel for any failure stacktraces.

StartPending: The service is trying to start in Windows Services. Utilize the Windows Services panel for any failure stacktraces.

Completed: Sync is completed successfully.

Sync Now

Runs the sync immediately manually. It will only run if the folder(s) do not have a sync status of 10 (means already synced)

Add

Adds a new file share configuration.

ReScan Now

Re scans the fileshare immediately manually.

Edit

Edits the fileshare

Delete

Deletes the fileshare

Create Folder

Creates a folder inside the fileshare.

To add a New File Share

Actions

The following actions can be taken on fileshares from the File Share tab:

Once a FileShare is added, a new command is created in the Command tab.

Command tab

This tab displays all the jobs running of File Share syncs.

The following information displays on the tab:

Column

Description

Fileshare Path

The fileshare path in full. This allows you to determine which fileshare is used.

Command

Example commands are scanfolders (scanning the file share), createworkspace or createfolders. These are the jobs that are running.

Status

The job status. Queued, In Progress, Success, Already Synced and Failed are options. If failed the exception can be opened and copied with the Copy Exception button.

Response Status

If a job is successfully created a Success response is passed.

Remaining attempts

If the job is created with multiple attempts, the number of attempts remaining show.

Created

Date job created

Updated

Date job last updated (as it processes)

Response Sent

The date of the sent response.

Log tab

This tab displays all the Sync logs.

The following information displays on the tab:

Column

Description

Log Level

Example levels are: Info, Debug, Error, Warning

User

The user working with fileshare.

Server

Server from which the log was sent.

Created

Date created

Message

Log message including any error stack traces.

Hit the Copy Exception button to copy the error message text.

Users can now export the log to Excel. You can first sort and filter the log results to filter what you need exported and then click the export button.

The log files are saved in the following default path on the computer: C:\ProgramData\Prosperoware\CAM\Fileshare\Logs

Agent tab

This tab displays all the agents setup to sync fileshares. Multiple agents can be used to scale up batch processing or to divide the workloads.

The following information displays on the tab:

Column

Description

Host

The machine hosting the service agent

Service Account

The account that runs the service.

Description

A description of the agent and what it does.

Online

Is checked if online. If offline, it is unchecked.

Online Time

Time the agent is online for.

Version

Version of the agent.

Actions include:

Action

Description

Start

Start the service agent.

Stop

Stop the service agent.

Restart

Restart the service agent.

Add

Add a new agent.

Configuration files

The Connection Strings will be saved to the Prosperoware\CAM\Fileshare\Agent\Config folder. The following connection strings are important:

AppSettings.config: Contains application global settings.

AppSetting

Defaults and Descriptions

Token Endpoint

https://api.prosperowaredev.io/v1

ClientUI

Address and Port for the ClientUI

AWSRegion

The AWS region if specified

DocumentAnalysisServiceEndPoint

Service address and port for the document analysis services. http://127.0.0.1:5000

CoreAPIURL

URL for the Core API

CSVFolderPath

Folder path for csvs

CSVArchiveFolderPath

Folder path for archives

CSVDelimiter

The type of delimiter to use in the CSV. \t= tab. \c=comma

DateFormat

Format of system and file dates. Default= yyy-MM-dd HH:mm:ss

SuppressScriptErrors

Default= true; for debugging, leave as false to show all errors.

ClientSettingsProvider.ServiceURi

 

CommandTimeOut

Time for command timeouts. 300 secs

ArchiveFilesLifecycle

Days to keep archive CSVs in Archive folder. 30 days

RecordCountLimit

Record Count limit per batch; Default=500

ThreadCount

Number of threads to use. Default=20

DomainMachineName

Name of the machine name on the domain

Log4net.Internal.Debug

False: Used for log debugging

AuditLogLifeCycle

How long to keep the audit logs. 30 days

 

ConnectionString.config: Contains the connection string that is created when the application is installed.

Contains the CAM Login and Database information.

Column

Description

Domain

Enter the domain name that contains the data to be synced to cloud. E.g. sitename.tenantname.io. Leave off the https:// and the ending /

Email

Enter your domain email ID. E.g. myemail@company.com

Password

Enter password for the email specified above that is used to log into CAM.

SQL Server Name

The name of the SQL server hosting the billing database.

Database

The name of the database that you created on the SQL server to be used by FileShare to upload the data from the fileshare to the staging DB to CAM.

Warning: The blank database should be already created before you configure this.

Authentication

Choose the type of authentication to be used to connect to the data source database. Options include Windows authentication using the Windows credentials and SQL authentication using specific database-only credentials.

Username

Enter the username of the database. (SQL authentication only)

Password

Enter the password for the username of the database. (SQL authentication only)

Self-Healing:

Fileshare now checks if any security changes to the share violate controls and overwrites them accordingly.

This is called self-healing in CAM.

Non-Inherited Folders

FileShare now supports importing non-inherited folders and files from the FileShare. A flag is inherited and displayed when non-inherited folders are imported.

Process:

  1. if someone removes (exclude) or adds/edits (include) a user/group or access in the Folder Security that violates the policy setup in Control Center.

  2. That is then synced using the linkfileshare job by the Fileshare app.

  3. After the job completes, it gets pushed to the control center to then re-apply the security control.

CSVs:

CSVs are stored in three locations: