This will create a separate log file for each salespoint using a name like: TKT01_SalesEZ_Log.txt.
You will get a separate log for each salespoint that connects. These logs appear in a new subdirectory called
LogsBySalespoint.
Note: Some calls to SalesEZ have no salespoint name (like pings from Pool). These will be in a file called
_SYSTEM_SalesEZ_Log.txt in the LogsBySalespoint folder.
<DisableCombinedLog>YES</DisableCombinedLog>
This will stop logging into the combined (classic) SalesEZ_Log.txt file.
You may find that the combined log is too messy and complex to analyze, and may choose to use
LogByInstance or LogBySalespoint instead. This allows you to shut off the main log.
<SubfoldersByDate>YES</SubFoldersByDate>
This option adds another level of subdirectories under the LogsBySalespoint and LogsByInstance folders
using names in YYYYMMDD format. This way you can keep multiple days of logs organized.
<AddDateSuffixToLogFileName>YES</AddDateSuffixToLogFileName>
This will insert a date in YYYMMDD format into the log file names. So, in the above examples,
I11852_SalesEZ_Log.txt becomes I11852_SalesEZ_20111031_Log.txt and
TKT01_SalesEZ_Log.txt becomes TKT01_SalesEZ_20111031_Log.txt. This will also apply
to the Long Calls and Errors log, the combine "classic" log, as well as any MemoryDump files.
The above options may be combined, mixed and matched anyway you like. This can also be detrimental, as
you can configure things to log in three files simultaneously. So be smart about your choices. And, as with
all the _LogDirectives settings, they can be turned on and off without restarting Pool/SalesEZ.
Performance improvements and corrections in SalesEZ related to Guest Summary and Guest Activity. All
routines will now use Stored Procedures if present. The Stored Procedures are obtainable upon request. If
not, they will use dynamic SQL (as they always have).
Guest Summary: An alternate address will be retrieved if no mailing address exists. Fixed the recent sales
list so it returns the most recent list of sales instead of a random sampling
Recent Activity: Results are now sorted with newest on top. The company name in prefs will be used in
the event that the sites table hasn't been set up (remote site setup). A Date range is now supported,
improving the speed of the results.
Activity Details: The company name in prefs will be used in the event that the sites table hasn't been set up.
The stored procedure names are:
SiriusSP_SEZ_GetActivityDetails
SiriusSP_SEZ_GetGuestActivity
SiriusSP_SEZ_GetGuestSummary_GetOneAddress
SiriusSP_SEZ_GetGuestSummary_GetRecentInstructors
SiriusSP_SEZ_GetGuestSummary_GetRecentReservations
Comentários a estes Manuais