BackUpOrg 設定
EasyFlow GP組織設計師資料備份或移轉至其他資料庫
請找到程式中的設定檔(DBSetting.properties)
將backUpOrg的資料來源和目的地設定好,
然後打開TableName.TXT,把內容清空存檔,直接執行backupOrg.bat即可,
在此請一定要注意來源和目的地是否正確,不小心寫反的話,會讓正式機的組織資料都被覆寫掉喔~
也可在執行前先將資料庫完整備分以防萬一^^
(Source是來源,des是目的地,下列資料僅為範例)
sourceServerType=MSSQL
sourceDBName=NaNa
sourceServerIP=localhost
sourceServerPort=1433
sourceUserId=administrator
sourcePassword=1234
desServerType=MSSQL
desDBName=NaNaClean
desServerIP=localhost
desServerPort=1433
desUserId=sa
desPassword=alice