steventay
8th January 2009, 07:50
Hi all,
I am new in Baan.
How can i create another company from existing company having all the same layout, form and setting?
Thank you.
sukesh75
8th January 2009, 10:58
Hi Steve,
You would have to first create the new company (using Maintain Companies {ttaad1100m000} & use the same package combination). Then you could take a backup of the old company (using Create Sequential Dump of Table {ttaad4226m000}) and restore (using Create Table From Sequential Dump {ttaad4227m000}) to the new company. Since you are using the same package combination as the old company, all the reports/users/devices will be available to you in the new company...
hth
sk
steventay
8th January 2009, 11:05
Hi Steve,
You would have to first create the new company (using Maintain Companies {ttaad1100m000} & use the same package combination). Then you could take a backup of the old company (using Create Sequential Dump of Table {ttaad4226m000}) and restore (using Create Table From Sequential Dump {ttaad4227m000}) to the new company. Since you are using the same package combination as the old company, all the reports/users/devices will be available to you in the new company...
hth
sk
Hi,
i don't want the history data to go over to the new company...
can it be done?
Thank you.
sukesh75
10th January 2009, 08:43
It cant be blocked if you use sequential dump and restore method. Once you have copied over the data from the old co to the new, you can try archiving the historical data....
The other option, that does not use sequential dump and restore, is to run sql statements that copies data from one table to another based on a condition. This will be really painful and slow process...
sk