Object Reference Error Article

Object Reference Error Article

An uncommon error which usually indicates that a dependent piece of information is missing.


Possible Causes:

1) If occurs while trying to login to the application, this would indicate an unrecognized windows network UserID.  This generally means that the User has not been setup in Dynamic Budgets.


In Dec 2015, the application was improved to open a specific message letting the user know the username is unrecognized or has not yet been setup instead of this generic error.



2) If on Account Details drill down screen (payroll projections tab)

This is an infrequent error which sometimes occurs with orphaned payroll records, where there may be a payroll transaction for an employee which may have been changed to inactive or may have been deleted. Mid 2015 the employee roster screen was changed to minimize the possibility of orphaning transactions. 



Check with following query:

select * from vw_PayrolProjections where CompanyDB=___ and BudgetID=_____  and Employeeid not in (Select Employeeid from Employees where CompanyDB=___ and BudgetID=_____)

    • Related Articles

    • Reference Drill Down Screens Article

      When the below "Right-Click" menu options are used the resultant data screen is the Reference Drill Down screen: Below is an example of the screen when the "Preview Budget" is clicked:
    • A Network-related or Instance-specific Error Article

      A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote We ...
    • Report Level-GL Code, Object, or Object Rollup Article

      How to Use Report Level of {Object} or {Object Rollup} in Custom Report or Custom Budget Entry Form definitions Dynamic Budgets can do side by side comparisons of a single budget account to the sum of multiple accounts grouped by either the Object ...
    • Object (Main Account) Article

      The Object is our term for the Main Account or Natural Account segment of the GL Account of the ERP Software (Revenue, Expense, Asset or Liability). The Object can be a single GL segment or can be the concatenation of a main account segment and one ...
    • Binding Source Cannot be its own Datasource Error Article

      This is typically only a sporadic error. Usually you can just hit search or save a second time and you won’t receive the error again. Wish we had a better answer this is just a really odd error typically when things are trying to read and write at ...