How to do Data Transfer?
chandrurec
Posts: 560
Hi all,
I want to move the datas from one Database to another database(both the databases belong to the same version 5.0).
Is there any tool or defualt functionality by which I can achive the data transfer.
Thanks in advance.
Regards,
Chandru.
I want to move the datas from one Database to another database(both the databases belong to the same version 5.0).
Is there any tool or defualt functionality by which I can achive the data transfer.
Thanks in advance.
Regards,
Chandru.
0
Comments
-
[Topic moved from 'NAV 2009' forum to 'NAV/Navision' forum]Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
-
Please let us know why you need this. Is it for a one-time task? Is it for a process that will be repeated? Is it for all data? Are the Object the same?0
-
You can check out Data Migration under the Application Setup --> Company setup.
It copies some data, but not all the data you will need.Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
Hi all,
The Information provided by all of you is very useful regarding data migration. Thanks to all of you.
Another doubt which I have in Data migration is when we go to the migration screen by follwing the steps below
Click Migration menu in Data Migration -> select Migration Fields option
By default only some fields are selected.If i want to select all the fields , I want to do it manually and its very time consuming.Is there any way by which i can select all the fields by a single mouse click.If so , Kindly tell me the way to select all the fields in Migration Fields window by a single click.
Thanks in advance.
Regards,
Chandru.0 -
I think it is not available but why can't you do this simple modification
Migration Table - OnInsert Trigger
Fields.SETRANGE(TableNo,TableID);
IF Fields.FIND('-') THEN
REPEAT
MigrationField.TableID := TableID;
MigrationField.FieldID := Fields."No.";
// MigrationField.Include := IsKeyField(MigrationField.TableID,MigrationField.FieldID);//commented code
MigrationField.Include := TRUE;//New Code
MigrationField.Validate := TRUE;
MigrationField.INSERT;
UNTIL Fields.NEXT = 0;Veerendra Ch.
http://midynav.blogspot.com/ (Microsoft Dynamics Navision)0 -
Hi Veerendra,
Thanks man It works fine now.
Regards,
Chandru.0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 611 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 253 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
