Community
 
 
 

Radia Support

711フォロワー
 
Avatar
Douglas Davis

Raddbutil not exporting instance

I'm issuing the command raddbutil export -output test -data 1 -walk 1 Primary.Client and in both my 7.8 lab and production environment nothing get's exported. as it process the domain, the output of the instances state "Would be exported". However, If I do that same command in 9.2 it get's exported. any ideas?
4件のコメント
0

サインインしてコメントを残してください。

 
 

Previous 4件のコメント

Avatar
James Longo - EU

I tested the syntax on 7.9 without issue. I would try updating the radDButil.exe to a newer version. The radDButil I have in 7.9 is build 110.  

コメントアクション パーマリンク
Avatar
Steve Phillips

Please try adding -commit true (or -commit 1) to the command. In older versions -commit FALSE was the default if not specified.

 

raddbutil export -output test -data 1 -walk 1 -commit 1 Primary.Client

コメントアクション パーマリンク
Avatar
Steve Phillips

Actually I just looked at the manual and the -commit parameter is only supposed to apply to the import, so I'm not certain my previous recommendation is valid.

コメントアクション パーマリンク
Avatar
Tim Houglum

Are you using Server 2008 or newer and is your Core installed on c: or another drive in your environment?

コメントアクション パーマリンク

Top Contributors