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