I have created one database in navision. That database is empty(no company is created) . I want to transfer one company in this database( from another database) with all form and table.
I opened the database to which i want to import that company, but no import option was there.
Then i tried out restore option. But with that i am able to transfer only tables and not forms, codeunit etc. Even options are not there in navigation pane.
When you are creating backup, you must include objects too...
If you are restoring, you must check, that you restore the objects too...
If you have backup only the company, you can export all objects into .fob file and import them into your new database (because now you cannot restore objects from backup if you restored the company yet) - restoring objects from backup is available only for new clear database...
All objects definitions are saved in the backup, so, with the Restore you will have back your Table structures, Forms ... . See if the Option "Application Objects" is checked ...
For information, Import-Export fct is only for object definition updates, they don't take care of datas ... And usually you use it to manage some changes you made in the application (bug fixing, hotfix, nex functionality ...)
Which options did you set befor exporting the backup? You have to activate the checkboxes for user defined backup and for application-objects. This should work.
Hi,
My company are holding, we have couple of companies book in one database.
And now that my company acquire another company, we would like to add that company into our navision.
Since all the things are similar except document numbering.
Is there a faster one to do this? perhaps like duplicate another company obj/table/report/etc over?
Comments
I opened the database to which i want to import that company, but no import option was there.
Then i tried out restore option. But with that i am able to transfer only tables and not forms, codeunit etc. Even options are not there in navigation pane.
Please help.
If you are restoring, you must check, that you restore the objects too...
If you have backup only the company, you can export all objects into .fob file and import them into your new database (because now you cannot restore objects from backup if you restored the company yet) - restoring objects from backup is available only for new clear database...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
For information, Import-Export fct is only for object definition updates, they don't take care of datas ... And usually you use it to manage some changes you made in the application (bug fixing, hotfix, nex functionality ...)
I took the backup by enabling 'Application Object' option. But when i try to restore it Application Object checkbox is disabled and unchecked.
Thanks for any help.
Do i need to take the backup of entire database?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks.
My company are holding, we have couple of companies book in one database.
And now that my company acquire another company, we would like to add that company into our navision.
Since all the things are similar except document numbering.
Is there a faster one to do this? perhaps like duplicate another company obj/table/report/etc over?