Developers Toolkit error Bug
 
            
                
                    Belias                
                
                    Member Posts: 2,998                
            
                        
            
                    i couldn't find this in google, i suppose there's not in mibuso, too...
Do anyone have ever seen this?
This happens when i'm trying to import a text file in dev toolkit, version 2.00.291 (the last one before the one that support nav2009)
Developer's Toolkit for Microsoft Dynamics NAV
The Object Imported table contains a field with a date value that cannot be used with SQL Server:Record: Entry No.='1111'Field: Date='01/01/0001'
OK
                
                Do anyone have ever seen this?
This happens when i'm trying to import a text file in dev toolkit, version 2.00.291 (the last one before the one that support nav2009)
Developer's Toolkit for Microsoft Dynamics NAV
The Object Imported table contains a field with a date value that cannot be used with SQL Server:Record: Entry No.='1111'Field: Date='01/01/0001'
OK
0                
            Answers
- 
            Are you using DevToolkit on SQL server?
 Do you have an object with modification date blank?0
- 
            Looks like it has something to do with the 1111st object you want to import. Maybe modification date is not blank but older than 01/01/1753?!"Money is likewise the greatest chance and the greatest scourge of mankind."0
- 
            It has to do with the SQL date being too early.
 Do you have a clue as to which object the import stops?0
- 
            yes, for sure, but the date is new! here's a slice of the "wrong" objectOBJECT Table 60259 Intent Declaration { OBJECT-PROPERTIES { Date=17/09/09; Time=12.04.59; Modified=Yes; Version List=EV1.0;
 i've also tried to modify the text file like thisOBJECT Table 60259 Intent Declaration { OBJECT-PROPERTIES { Date=17/09/2009; Time=12.04.59; Modified=Yes; Version List=EV1.0;but without results!0
- 
            Are you importing to a new database or just importing this text file with a single object?0
- 
            found it (maybe, i don't know why this is happening...it's a bug, i think).
 the object right before the wrong one, goes error for another reason (i don't know why, maybe an unexpected character), but it's only a warning, because you can continue the import
 after that, the tool screws up something and maybe nullify the date...devtool sucks a bit... ](*,)0
- 
            Ok. You could open the database with the appropriate Nav client and take a look into table 99003600 Object Imported to see what got written there.0
- 
            i've bee a little hermetic, sorry 
 there's no commit in the process: the error automatically roll backs all the inserts, which means the table Object Imported is empty.
 anyway, i finally managed to import the text file. there were 2 similar errors: one is the one i've described here, and the other was a true error: there was a report without modification date and time.0
- 
            I got the same error and fortunately found the solution. Actually, in my case, the errorneous object have Date in different format. All objects was having Date=01-01-13, while the errorneous object was having Date=18/01/13. Both are in DDMMYY format but the Special characters are different. In correct object it is hyphen (-), while in incorrect object it is backslash (/). I changed '/' to '-' and the file imported successfully.
 Hope this will help someone.0
- 
            Along with the above solution, the another issue could be the format of the Object Date. I mean some objects are in DDMMYY format while the others are in MMDDYY format. Please keep the same Date format across the file and then try to import the file.0
- 
            I had the same issue. In my case the scenarion was the following:
 1. Have a NAV version 5.
 2. Upgrade to NAV version 6.
 3. System created certain tables with empty "Date" and "Time" fields*
 4. Export all objects into txt file and import into Dev Tool Kit gives the error message exactly as described above.
 The solutions are:
 1. In a text file find all Objects with empty date and time, provide some values in these fields (Date = ;, Time = ; )
 2. In the Object Designer, reset all filers, set filter on the Date field with empty date, populate date and time manually. Export all objects in a txt file in a second time.
 * The list of tables with empty date and time after upgrading to NAV6:
 2000000054 Windows Login
 2000000068 Record Link
 2000000073 User Personalization
 2000000075 User Metadata0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 322 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions



