Get error message when opening Import Bank Statement

stefanbstefanb Member Posts: 15
edited 2015-02-04 in NAV Three Tier
After installing NAV 2013 R2 with RollUp 13, I get the following error: 'Object of type Code Unit with id 0 could not be found' when starting ' Import Bank Statement' in the General Journal.

I compiled all objects in the development environment and I get the following errors.

1 Report 715 Price List Error OnAfterGetRecord 5 The variable is not a record. 'Variable.Field' is invalid.
2 Codeunit 424 Export Analysis View Error 0 Could not load the selected type library.
3 Codeunit 5804 ItemCostManagement Error UpdateUnitCost 10 The Record variable must belong to 4 and not to 0.
4 Codeunit 7152 Export Item Analysis View Error 0 Could not load the selected type library.
5 Table 11414 User Certificate Warning UpdateDistinguishedName 13 The 'Record2000000009' type is obsolete.
6 Table 11414 User Certificate Warning UpdateDistinguishedName 14 The 'Record2000000009' type is obsolete.
7 Table 11414 User Certificate Warning UpdateDistinguishedName 14 The 'Record2000000009' type is obsolete.
8 Table 11414 User Certificate Warning UpdateDistinguishedName 15 The 'Record2000000009' type is obsolete.
9 Table 11414 User Certificate Warning FingerprintFileName 1 The 'Record2000000009' type is obsolete.
10 Table 11414 User Certificate Warning KeyFileName 1 The 'Record2000000009' type is obsolete.
11 Table 11414 User Certificate Warning InitializeGlobalVariables 21 The 'Record2000000009Handle' type is obsolete.
12 Table 11414 User Certificate Warning InitializeGlobalVariables 21 The 'Record2000000009Handle' type is obsolete.
13 Report 11405 Submit Elec. Tax Declaration Warning InitializeComponent 5 The 'Record2000000009Handle' type is obsolete.
14 Report 11405 Submit Elec. Tax Declaration Warning InitializeComponent 5 The 'Record2000000009Handle' type is obsolete.
15 Report 11405 Submit Elec. Tax Declaration Warning ConnectName 1 The 'Record2000000009' type is obsolete.
16 Report 11405 Submit Elec. Tax Declaration Warning MHIFileName 1 The 'Record2000000009' type is obsolete.
17 Report 11405 Submit Elec. Tax Declaration Warning OnInitReport 1 The 'Record2000000009' type is obsolete.
18 Report 11405 Submit Elec. Tax Declaration Warning OnInitReport 2 The 'Record2000000009' type is obsolete.
19 Report 11405 Submit Elec. Tax Declaration Warning OnInitReport 2 The 'Record2000000009' type is obsolete.
20 Report 11405 Submit Elec. Tax Declaration Warning OnInitReport 3 The 'Record2000000009' type is obsolete.
21 Report 11406 Process Response Messages Warning InitializeComponent 259 The 'Record2000000009Handle' type is obsolete.
22 Report 11406 Process Response Messages Warning InitializeComponent 259 The 'Record2000000009Handle' type is obsolete.
23 Report 11406 Process Response Messages Warning FileName 1 The 'Record2000000009' type is obsolete.
24 Report 11406 Process Response Messages Warning OnInitReport 4 The 'Record2000000009' type is obsolete.
25 Report 11406 Process Response Messages Warning OnInitReport 5 The 'Record2000000009' type is obsolete.
26 Report 11406 Process Response Messages Warning OnInitReport 5 The 'Record2000000009' type is obsolete.
27 Report 11406 Process Response Messages Warning OnInitReport 6 The 'Record2000000009' type is obsolete.
28 Report 11407 Get Certificates Warning InitializeComponent 13 The 'Record2000000009Handle' type is obsolete.
29 Report 11407 Get Certificates Warning InitializeComponent 13 The 'Record2000000009Handle' type is obsolete.
30 Report 11407 Get Certificates Warning ConnectName 1 The 'Record2000000009' type is obsolete.
31 Report 11407 Get Certificates Warning OnPreReport 3 The 'Record2000000009' type is obsolete.
32 Report 11407 Get Certificates Warning OnPreReport 4 The 'Record2000000009' type is obsolete.
33 Report 11407 Get Certificates Warning OnPreReport 4 The 'Record2000000009' type is obsolete.
34 Report 11407 Get Certificates Warning OnPreReport 5 The 'Record2000000009' type is obsolete.
35 Report 11408 Receive Response Messages Warning InitializeComponent 1 The 'Record2000000009Handle' type is obsolete.
36 Report 11408 Receive Response Messages Warning InitializeComponent 1 The 'Record2000000009Handle' type is obsolete.
37 Report 11408 Receive Response Messages Warning ConnectName 1 The 'Record2000000009' type is obsolete.
38 Report 11408 Receive Response Messages Warning MsgListFileName 1 The 'Record2000000009' type is obsolete.
39 Report 11408 Receive Response Messages Warning MsgInfoFileName 1 The 'Record2000000009' type is obsolete.
40 Report 11408 Receive Response Messages Warning OnPreReport 2 The 'Record2000000009' type is obsolete.
41 Report 11408 Receive Response Messages Warning OnPreReport 3 The 'Record2000000009' type is obsolete.
42 Report 11408 Receive Response Messages Warning OnPreReport 3 The 'Record2000000009' type is obsolete.
43 Report 11408 Receive Response Messages Warning OnPreReport 4 The 'Record2000000009' type is obsolete.
44 Report 11411 Request User Certificates Warning InitializeComponent 1 The 'Record2000000009Handle' type is obsolete.
45 Report 11411 Request User Certificates Warning InitializeComponent 1 The 'Record2000000009Handle' type is obsolete.
46 Report 11411 Request User Certificates Warning ConnectName 1 The 'Record2000000009' type is obsolete.
47 Report 11411 Request User Certificates Warning MHIFileName 2 The 'Record2000000009' type is obsolete.
48 Report 11411 Request User Certificates Warning OnInitReport 1 The 'Record2000000009' type is obsolete.
49 Report 11411 Request User Certificates Warning OnInitReport 2 The 'Record2000000009' type is obsolete.
50 Report 11411 Request User Certificates Warning OnInitReport 2 The 'Record2000000009' type is obsolete.
51 Report 11411 Request User Certificates Warning OnInitReport 3 The 'Record2000000009' type is obsolete.

After compiling the objects, the error "object of type code unit with id 0 could not be found" still exist in CRM.
How can we resolve this error?

Comments

  • Big_DBig_D Member Posts: 207
    Hi stefanb

    Use the new (not virtual) table 2000000110 "Active Session" instead of the "old" one 2000000009 "Session" :D .
    Big D signing off!
Sign In or Register to comment.