When a navigation tree item (such as a Place or Account in the Facilities or Account Tree View) is selected but not in focus, the item background color changes according to a default color scheme determined by the Windows Registry.
Currently, the Windows “selected not focus” background color is the ButtonFace color. ButtonFace is, unfortunately, a prevalent color in the Windows color scheme, and it is not editable from the Windows Properties user interface. It is also unaffected when available Windows color scheme alternatives (Olive, etc.) are selected. It can be edited from the Registry, however.
To enhance visibility of the 'selected-not focus' item, edit the Registry as follows to change the background (ButtonFace) color:


There are several tasks that can be performed external to the EnergyCAP program, including import (imptsk) and export (exptsk) of billing data, as well as bill audits (audittsk) e-mail report batches (rpttsk) and accruals (accrualesttsk).
The executable task files are located in the EnergyCAP program directory, and can be scheduled via the Windows interface for Scheduled Tasks (Control Panel/Scheduled Tasks).
NOTE: It is possible to use an ADO Connection Object (encapsulated in quotes) for the [dsn] connection string referenced in the tasks below. An example of the usage for the ADO Connection Object is:
-d "Provider=SQLOLEDB;Password=MyesuserPassword;User ID=esuser;Initial Catalog=MyDatabaseName;Data Source=MyOwnComputer\SQLEXPRESS"
Audit Task is used for external auditing of EnergyCAP utility bill data. As in the EnergyCAP application, the Audit Task permits the user to specify the group, dates or accounts to be audited. The audit task automates repetitive, time-consuming processes by allowing them to run unattended during times of reduced network and/or database use. Audit speed may be enhanced if tasks can be run on a devoted workstation. This will help ensure maximum processor efficiency.
The Audit Task Applet command line will execute the specified Audit Group. Therefore, the audit group must exist, and the EnergyCAP User indicated in the command line MUST have permission to execute Audits.
Not all options are required depending on what type of audit is being run. For billing audits, the account number would be used and not the channel option. If no dates, channels, or accounts are specified, the audit group will run for all. The required fields are the dsn, user, pwd, start date, end date, audit group and logfile.
Data that ‘fails’ the Audit will appear in the Workflow Manager of ECE. To review this data, expand the Channels Folder, or Bill Folder and then select the ‘Problems’ folder. The Channels or bills with data that needs to be reviewed will appear on the right side of the screen and explanations of why the data ‘failed’ the applied Audit are provided in the lower window. You may need to select edit and refresh if you are already in the application to display any new problems found by the audits.
The usage is:
audittsk -d [dsn] -u [user] -p [pwd] -g [auditgroup] -a [approve bills Yes/No] -b [batch code] -s [start date] -e [end date] -l [logfile]
Where:
EXAMPLE: "c:\program files\energycap enterprise\rel51-52-12\audittsk" -d "energyorg" -u autouser -p autouser -g quickaudit -a YES -b 98765 -l "c:\data\audittask-log.log"
NOTES: Not all parameters are necessary.
For Channel audits, the dates define a range in which the data observation date must fall.
For Bill audits, the audit task selects EITHER the bills in the specified batch OR all bills with a Create date falling between the start and end dates specified. The Create date is the date when the bill was entered into EnergyCAP. When date switches AND batch code switches are both present, the Batch code takes priority over the Create date range.
For start/end dates, it is also permissible to specify (in lieu of a date) a value indicating the number of days before the current computer system date.
EXAMPLE: 3d = three days prior to the current system date. The number of days is assumed to be negative. To audit the previous 2 days of data, the format should be ‘-s 2d’). The dates used will look at the bill dates or channel dates (not the date it was entered, etc).
-e [end date] is the date [yyyy-MM-dd] or [number]d to stop auditing data (the number of days is assumed to be negative. To end the audit two days previous to the system date, the format should be ‘-e 2d’). If you are running this task overnight, either have the end date 1 day prior to the system date, or do not include this switch in the command line.
Export Task is used for external export of EnergyCAP utility bill data.
The usage is:
exptsk -d [dsn] -u [user] -p [pwd] -c [converter] -f [path] -s [section]
Where:

NOTE: All parameters listed above are required for successful export.
EXAMPLE: exptsk -d myodbc -u myuser -p mypassword -c STANDARD:BILL_TEXT -f “c:\temp\apexp_file.txt” -s myexportprofile
Import Task is a multi-use task which can be used for external import of EnergyCAP utility bill data, setup of accounts and meters, and processing of interval data and bill payment data. Functionality is dependent upon the converter selected (see related topics).
IMPORT converter names:
STANDARD:SIMPLE_TEXT (Channel Data)
STANDARD:ACCOUNT_IMPORT (Setup Sheet Data)
STANDARD:HISTORICAL_BILL_IMPORT (Utility Billing Data)
STANDARD:BILL_PAYMENT_IMPORT (Bill Payment Data)
The usage is:
imptsk -d [dsn] -u [user] -p [pwd] -c [converter] -f [path] -x -a [path] -l [path] -s [section] -v [verbose messages] -remote -t [traceID]
Where:
EXAMPLE: The imptsk command could be used with the following syntax to import historical bills from a bills.csv file to the organization1 database:
imptsk.exe -u myuser -p mypassword -d organization1 -c STANDARD:HISTORICAL_BILL_IMPORT -f “c:\temp\bills.csv” -l “c:\temp\bills_log.txt” -remote
NOTE: Not all parameters are necessary.
Report Task is a command line program designed to facilitate e-mail distribution of report batches. When being used with Report Email Groups, it is typically run as a Windows scheduled task.
The usage is:
Rpttsk -d [dsn] -u [user] -p [password] -b [report batch] -l [logfile]
Where
A command line example is:
rpttsk.exe -d myodbc -u myusername -p mypassword -l C:\temp\rpttsk.log -a
The Accrual tasks can be used to initiate the accrual function external to EnergyCAP, producing the estimated accrual data for MDay (steps 1 and 2 in the accrual process).
POPMDAYTSK.EXE is the initialization step which must be done before everything else because it populates the database with historical data for the meters that will be used to create accrual bills.
ACCRUALESTTSK is the way to generate the estimated data which is used when accrual bills are generated.
For POPMDAYTSK.EXE:
The usage is:
popmdaytsk.exe -r [response file] -d [dsn] -u [user] -p [pwd] -s [start date] -e [end date] -l [logfile] -v [vendor] -c [cost center] -pl [place] -o [commodity]
Where
Only ONE of the following options should be used:
You may specify a date as the number of days before "today" by entering, for example, -s 7d to indicate a start date seven days before "today". "Today is the current system date when the program runs.
Other options can be set using a response file.
NOTE:
The -r option to use a response file allows ALL the other options to be kept in a response file. Using this option reduces the command line to something like this:
EXAMPLE: popmdaytsk -r PopulateMDayOptions.txt
For ACCRUALESTTSK.EXE:
The usage is:
accrualesttsk -r [response file] -d [dsn] -u [user] -p [pwd] -s [start date] -e [end date] -l [logfile] -v [vendor] -c [cost center] -pl [place] -o [commodity]
Where
Only ONE of the following options should be used:
You may specify a date as the number of days before "today" by entering, for example, -s 7d to indicate a start date seven days before "today". "Today is the current system date when the program runs.
Other options can be set using a response file.
EXAMPLE #1
# Sample Response File for use with popmdayconsole.exe or popmdaytsk.exe
# Lines that begin with # are comments and ignored
# Format is OPTION=VALUE or OPTION="A VALUE"
DATABASE=DSN_NAME
USERID="User Name"
PW=PASSWORD
# Dates use format 2009-01-20
BEGINDATE=2007-07-01
ENDDATE=2007-09-01
# Default is to process ALL accounts but you can limit to ONE group # of accounts defined by Vendor OR by CostCenter OR by Place OR by Commodity
# VENDOR=VENDORCODE
# or
# COSTCENTER=COSTCENTERCODE
# or
# COMMODITY=ELECTRIC
# or
# PLACE=MYPLACE
# if you provide more than one, the LAST one will be used.
# to use just one account provide its account code
# SINGLEACCOUNT="8000 484 577 0"
EXAMPLE #2
# Sample Response File for use with accrualestconsole.exe and accrualesttsk.exe
# Lines that begin with # are comments and ignored
# Format is OPTION=VALUE or OPTION="A VALUE"
DATABASE=DSN_NAME
USERID=USERLOGIN
PW=USERPASSWORD
# Dates use format 2009-01-20
BEGINDATE=2007-07-01
ENDDATE=2007-09-01
# Estimate missing defaults to YES with 5 days averaged for estimate
# This sets value to 5 which is the same as the default
ESTIMATEMISSING=5
# This turns estimation off -- it undoes the previous line
# ESTIMATEMISSING=NO
# This turns overwrite of existing values on
OVERWRITE=YES
# This is the same as OVERWRITE plus it will also overwrite manually entered data
OVERWRITEMANUAL=NO
# Default is to use same cost as source. This will increase it by 10%
# COSTADJUSTVALUE=10
# Another option is to use the current unit cost x usage instead
UNITCOSTOPTION=YES
# When UNITCOSTOPTION is YES, COSTADJUSTVALUE is ignored
# Default is to use actual accrual from last year
# To use most recent accrual data do this
LASTDAYDATA=YES
# Default is to process ALL accounts in the user's topmost cost center
# but you can limit to ONE group # of accounts defined by
# Vendor OR by CostCenter OR by Place OR by Commodity
# VENDOR=VENDORCODE
# or
# COSTCENTER="COST CENTER CODE"
# or
# COMMODITY=ELECTRIC
# or
# PLACE=MYPLACE
# if you provide more than one, the LAST one will be used.
# To use just one account provide its account code
# SINGLEACCOUNT="8000 484 577 0"
The Visual Basic Script Execution task can be used to launch the Virtual Bill Processor from a command line external to the EnergyCAP application itself. For EnergyCAP clients with in-house VB scripting expertise, this functionality may be useful.
! CAUTION: Always back up your EnergyCAP database prior to executing any script!
The usage is:
Vbtsk.exe -d [dsn] -u [user] -p [pwd] -s [startdate] -e [enddate] -f [fix] -r [accountlistfile]
Where:
The “-r” parameter is to allow the executable to read a list of account identifiers from a file. The format of the file is to have one line per account, and the format of the line is:
ACCOUNT_CODE_1:VENDORCODEONE
ACCOUNT_CODE_2:VENDORCODEONE
ACCOUNT_CODE_3:VENDORCODETWO
Etc.
The ACCOUNTCODE must be less than or equal to 32 characters in length and the VENDORCODE must be less than or equal to 16 characters in length.
NOTES:
Not all parameters are necessary.
For start/end dates, it is also permissible to specify (in lieu of a date) a value indicating the number of days before the current computer system date. EXAMPLE: -s 30d = thirty days prior to the current system date. The number of days is assumed to be negative.
The Cost Avoidance Processor Task runs the Cost Avoidance Processor locally. CAPROCTASK.EXE cannot be run remotely via web; it is typically run as a Windows scheduled task.
The usage is:
CAProcTask -d [dsn] -u [user] -p [password] -b -w -t -l [filename]
Where:
A command line example is:
CAProcTask.exe -d myodbc -u myusername -p mypassword -b -t -l C:\temp\rpttsk.log
The Cleanbill/Staging Task runs Cleanbill and refreshes the staging tables to address timeout issues. RUNTSK.EXE cannot be run by the user; it is used internally by the EnergyCAP application.
The Split Bill Processor Task runs the Split Bill Processor locally. SPLTTSK.EXE cannot be run remotely via web; it is typically run as a Windows scheduled task.
The usage is:
Splttsk.exe -d [dsn] -u [user] -p [password] -b [batch code] -s [start date] -e [end date] -r [filename]
Where:
A command line example is:
splttsk.exe -d myodbc -u myusername -p mypassword -s 2010-01-01 -e 2010-02-01 -r C:\temp\accountlist.txt
The Virtual Channel Processor Task runs the Split Bill Processor locally. VCTSK.EXE cannot be run remotely via web; it is typically run as a Windows scheduled task.
The usage is:
Vctsk.exe -d [dsn] -u [user] -p [password] -s [start date] -e [end date] -r [filename]
Where:
A command line example is:
vctsk.exe -d myodbc -u myusername -p mypassword -b mybatchcode -s 2010-01-01 -e 2010-02-01 -f C:\temp\responsefile.txt
The Weather Task can be set up to automatically import weather data; it can be run periodically as a Windows scheduled task. When executed, the task populates the EnergyCAP database with available daily degree day data.
If using Calendarization and Normalization in EnergyCAP Online, EnergyCAP recommends setting this task to run daily after 11:00 a.m., since verified daily data is available from AccuWeather. Running the Weather Task each day ensures that the Calendarization and Normalization calculations are as current and accurate as possible.
The usage is:
Wthrtask.exe -d [dsn] -u [user] -p [password] -l [logfilename]
Where:
A command line example is:
wthrtask.exe -d myodbc -u myusername -p mypassword -l “c:\temp\weatherimportlog.txt”
User-Defined Fields can be used effectively in EnergyCAP to expand the software's ability to do energy benchmarking based on various place attributes, such as occupancy hours or production units. UDFs can also be used to link to external documents.
To create a UDF, follow the procedure below:



Complete setup as follows:
Now that the UDF has been created, let's see how to use the newly-created UDF to link to an external document, such as a utility contract:


Staging tables are used in PowerViews for version 6.x of EnergyCAP and in EnergyCAP Online 1.6 and greater. Staging tables summarize meter data at all higher levels of the hierarchy - buildings, organizations, etc., enhancing the speed at which this information is displayed in the EnergyCAP application. The data contained in the Group Manager is also based on the data contained in the staging tables. Staging tables are updated through the following mechanisms.
EnergyCAP Place Properties provide a variety of different ways to benchmark energy use. However, there may be additional place characteristics.
EXAMPLE: One EnergyCAP client writes: "I have a client that wants to benchmark buildings by comparing energy use to hours of occupancy. Is this possible?"
ANSWER:
It will now be possible to benchmark by occupancy using the Groups benchmarking capabilities.
Object required: ‘Dest.Lines (…)’ – meter filter issue or caption is spelled wrong
Could not create account
Account is inactive
Last run date greater than today’s date
Account service date(s) out of range
No valid equations in requested date range
Bill for this period already exists
Total cost is zero
Could not match bill lines to data elements
No bills found
No account found
No peak demand found
No total use found
No summary data found
Dates are out of bill period range – using AdjustDates function
In addition to the bill imaging capability built into EnergyCAP, it is also possible to reference and/or link to an outside document (such as a spreadsheet or a scanned image) from the General tab of the EnergyCAP Account or Facility managers so all users can access the document via a shared network or the internet. This is accomplished by creating a User Defined Field (UDF) that can incorporate the HTML link to the desired document.
To create a UDF, follow the procedure below:



Complete setup as follows:


ISSUE: Some of my electric and gas accounts are deregulated – they are ‘customer choice’ accounts whereby a Local Distribution Company (LDC) delivers and meters the energy and sends me one monthly bill while a separate supplier (also called the retailer, marketer, generator or producer) sells me the commodity and also sends me a monthly bill. Other bills have more than one account on one bill (summary accounts).
How can these types of accounts be tracked in EnergyCAP?
SOLUTION:
EnergyCAP can accommodate two types of deregulated accounts:
This is the typical case – you receive one bill from the LDC and one bill from the supplier. Since the bills are separate and often arrive on different days, you need to track each vendor account separately, pay the bills separately and keep the accounts separate for some reports. For example, you may want to know what the unit cost is for each vendor and the total dollars paid to each vendor. You also want to combine the two vendors’ costs in order to see overall commodity cost and overall unit cost but you DON’T want to count the same usage twice.
EnergyCAP has specialty features that allow you to track these accounts. Follow the procedure below to set up deregulated accounts that are billed separately:


It is not necessary to use a common meter to track separate Supplier and LDC bills. Some EnergyCAP users prefer to create a separate meter for each account, and track them as separate commodities. Or in the case of a consolidated LDC/Supplier account (i.e. there is ONE account and Supply and Distribution are both represented on the bill), it is also possible to set up ONE account with two meters, one for supply and one for distribution.
In either scenario, to avoid ‘double-counting’ the supply and distribution usage in energy rollup reports (which convert native usage units to global usage units), these users create a NEW COMMODITY in the Unit System Editor which mirrors the characteristics of the existing commodity. Then, the new commodity is associated with one of the meters and vendor categories and is assigned a global conversion factor of “0”.
One advantage of this setup is that it allows for unit cost tracking of supply. Another advantage is that it provides a means of cross-checking supply vs. distribution use, using reports like the BL02CC (Customer Choice), or even a custom spreadsheet.
One disadvantage of using separate meters is that it is difficult to obtain a combined unit cost for the commodity since costs have been divided between different meters/commodities. Another disadvantage is that it is necessary to create twice as many meters in order to set up the account.




NOTE: At present, EnergyCAP, Inc. does not recommend using the Unbundled Account feature for tracking LDC/Supplier utility bills. Contact Technical Services for alternatives.
The procedure outlined below is not discussed in the video presentation. It is a new option available in EnergyCAP Release 6.0 and later. If your organization receives consolidated bills which have Local Distribution Company (LDC) and Generator/Supplier (often called “Commodity”) charges on them, it is now possible to track Generator/Supplier and LDC charges separately using a specially-designed billing template incorporating separate Use and Cost lines for each vendor. Follow the method below for the best practice for this scenario:
The best way to set up EnergyCAP to track LDC and Supplier/Commodity Account scenarios is to set up a SINGLE Account/Meter and then create new Supplier/Commodity Observation Types to track the Supplier/Commodity charges on the consolidated bill. These new cost-related observation types can be incorporated into a special consolidated bill template for the account.
Costs can be tracked separately for each usage/cost type, and reported separately using Custom Spreadsheets Line Item reports or the BL16 report (filtering by observation type).
The YY05 report breaks out the LDC and Commodity costs so they can be analyzed separately or together for consolidated bill scenarios.
Follow the procedures and examples below to set up EnergyCAP to handle this approach.
Setting up the new Observation Types
First, the new Supplier/Commodity Observation Types must be set up. In this example/procedure, we will set up the new Observation Types for the Supplier/Commodity. Existing EnergyCAP Observation Types will be used for the LDC charges.
Procedure:

After the new Types have been created, update the Equivalencies tab for the Class selected in the previous procedure (usually Charge), as follows:


Creating the Summary Bill Template
After the equivalencies have been properly set up (see previous section), create a unique bill entry template that represents the LDC and Generator/Supplier bill line items.
Follow the normal procedure for creating a new template. For the Generator/Supplier/Commodity charges, make certain to create lines with the newly-created observation type(s).
Basically, anything that should be included in the unit cost of the Commodity should be given the observation type of Commodity Charge. Any tax related commodity charges should be given the observation type of Commodity Tax. For the Supplier USE, make certain to select an ‘information-type’ Use Type (e.g. Wellhead Use, Generation Use, etc.). This will prevent the summing of usage values for the Supplier and LDC on the bill entry template.
The LDC charges and use on the bill entry template should be set up in the normal manner. A sample template for a natural gas account/meter set up in this manner is provided below:
Reports with special deregulated account design features:

NOTE: YY05 can ONLY be used to separate generation from distribution when there are SEPARATE distribution and generation accounts AND the vendor roles (Account Properties>General tab) have been properly set for each account.

EnergyCAP has a Calculated Account feature that enables the user to create 'bills' from (1) actual monthly submeter readings and (2) estimated monthly consumption. The account is created using the Calculated Account wizard. The Calculated Account must be located in a cost center. The Calculated Account can have one and only one meter associated with it.
To create the Calculated Account:
1. Highlight the parent cost center, then right-click to select New and then Calculated Account. This will launch the wizard. This is the only way to properly create a calculated account. There is an advanced, and complex, EnergyCAP feature for calculated accounts that uses Visual Basic scripts. This wizard process is much simpler.

2. Enter basic account information. A calculated account is a utility account, the same as other accounts. One difference, though, is that it is most often used for chargeback or internal billing purposes, so the “vendor” is often your organization (the Facilities Dept in this example) and the “customer” is the end user (a tenant Bookstore in this case). When you are done, click Next to open the Method
tab.

3. There is only one method available at this time: Calculate bills from meter readings.
This method can be used both for submeter readings and estimated consumption quantities.

Click Next to open the Meter/Channel tab. The Meter/Channel tab holds key data.
First, highlight the parent building in the Tree View in the left pane. Next, assign a meter code and display name.
A meter is either odometer or trip. An odometer meter “rolls forward” month-to-month, so the usage is calculated by subtracting the prior reading from the current reading and checking for rollover back to zero. A trip meter is reset to zero each month so there is no rollover and no subtraction.
If you have no physical submeter – if you will enter estimated or calculated consumption each month – use the trip rule.
Enter the number of meter dials, the rollover point, and the multiplier. The rollover and number of dials are irrelevant for Trip meters. You can also enter the meter’s serial number (optional).
Enter the units of measure (Usage Units) for the selected commodity. When creating a Calculated Account, select the Usage Unit combination for the desired result. The readings themselves will be tracked in a Reading Use|Value Channel.
Finally, you can assign this meter to a meter reading route. If you read many submeters at once, you can assign all to one route and (later) set the reading sequence. Even if you only have a single meter you should assign it to a route – it will be easier to enter the monthly readings. Use the + button to create a new route. (Routes are explained in step #8.) Then click Next
to open the Bill Calculation tab.

5. The last step is to set a method for the cost calculation. You have two choices:
Calculate the Bill Total Cost using the average unit cost (AUC) from the most recent bill for this meter:
i.e. calculate the cost of this submeter by multiplying the usage times the average cost per kWh of the main utility company meter at this building.
! NOTE: Account Level Charges are NOT included in the Average Unit Cost calculation! Only charges directly associated with the METER are used to determine AUC! If an Account Level Charge needs to be included in the AUC, the bill entry template should be changed to include a bodyline for this charge, in order to associate the charge with the appropriate meter.
Calculate the Bill Total Cost using this Rate:
You can create a simple rate using the rate wizard (see Accounting – Rates).
When done, click Save.

6. Your calculated account is now visible in the Account Manager
Tree View. The PowerView panel displays relevant information. You can click on account properties to set normal properties (same as other accounts) or click on Calculated Account Properties to see settings specific to the account-submeter setup. Notice also that it indicates which account and meter are the sources for average unit cost.

7. From the Facility Manager view the submeter is visible at the selected building.

8. Routes are maintained in Setup –Routes. You can create a new route, assign meters to routes, and, most importantly, enter meter readings. Highlight the route and click Edit Readings to enter the meter reading form. You can quickly enter the monthly readings in the Value column.
If you are entering estimated or calculated consumption amounts (you have no physical submeter), simply enter the consumption quantity in the Value column.

9. You can also enter readings from the Facility Manager by highlighting the submeter and clicking Edit Readings. Use the + key to enter a new readings and be sure to click the Save button.

10. After readings have been entered, the final step is to create the bills. You can create bills for a single account by highlighting the account, right click and then Calculate Bills, or you can do all at once by using the Tools – Processors menu at top of screen.


11. Normally you will process all readings in order to ensure that bills are created for all readings and submeters. Note: If your Work Flow Wizard is set to batch mode, you must have an open batch.

12. Bills will appear in the bill list (the creation method will be shown as ‘Automatic’) and they will appear in Work Flow Manager lists including batches (if batch mode is used).

13. The bill screen will show previous and current readings, multiplier, calculated usage and total cost.

ISSUE: I have deregulated accounts wherein I receive two bills each month, one from the local distribution company (LDC) and one from the supplier.
My organization has just switched from the current supplier to a new supplier. I want to retain history for the former supplier and begin paying/tracking bills for the new supplier.
SOLUTION: Create new accounts for the new supplier and assign the existing meter to the new accounts.

The new supplier account is now ready for use. Historical data will be retained under the former account. Because the same meter is being used, meter reports and meter data in Facility Manager will be uninterrupted and will continue from former account to new account.
Question: Is EnergyCAP Enterprise affected by the change in Daylight Savings Time (DST)?
Answer: No.
Further Explanation:
Microsoft's Client Access License (CAL) rules govern the use of SQL Server for EnergyCAP applications when networked (does not apply to Desktop and OnLine versions). EnergyCAP, Inc. presents this topic for information only. It is solely the user's responsibility to ensure compliance with licenses for Microsoft and other provider's software.
1. What is a Client Access License (CAL)?
From Microsoft's website: If your company's workstations are networked, you will utilize a network server and the workstations on the network will access that server(s) software to perform certain functions such as file and print sharing. In order to legally access this server software, a client access license or CAL may be required. A CAL is not a software product; rather it is a license that gives a user the right to access the services of the server.
2. What are Microsoft's specific CAL rules as they apply to networked EnergyCAP applications?
Microsoft changed the SQL Server EULA (end user license agreement) around the time that SP3 was released. Before that time, EnergyCAP users could use one CAL to the SQL server since only “esuser” was the connecting account for every person that used the database (DB).
The current rules state that every user that will be connecting to the DB (that is physical people – not DB users), must have a CAL for them. With SQL Server, the only way around this is to buy a processor license, which is much more expensive.
Examples:
SQL Server 2005 Standard Edition
SQL Server 2005 Enterprise Edition
If the client already has an enterprise DB server for other uses, EnergyCAP can be added to that.
In the Bill/Account/Meter table in the EnergyCAP database, there are two costs that are tracked for meters-Direct Cost and Proportional Cost:
EXAMPLE:
A $500 bill is created for an account with two meters as follows:
The proportion calculation is done based on the meter's percentage of the total commodity cost for that bill. Meter1’s $250 is 62.5% of the $400 in total meter charges and Meter 2’s $150 is 37.5% of the $400 in total meter charges. Hence, the following would be saved in the BAM table:
Currently, Direct Cost is used for all meter-related EnergyCAP calculations. However, there may be some situations where it may be advantageous to compare Direct and Prop Costs (for instance, comparing percentages of account-level charges from vendor to vendor, or checking EnergyCAP setup). In these special cases, it is possible to create a Custom Spreadsheet using the Technical Support Spreadsheets template (Bill/Account/Meter View-Locate Bill).