Hi,
I've recently upgraded from bacula-7.0.x to bacula-7.4.0 on DIR + SDs, all the 
FDs are still running version 7.0.5.
We are using "SD Calls" on some clients, after this upgrade those jobs exit 
with the error "The File daemon does not support SDCallsClient".
I've searched on source files,  src/dird/backup.c contain:

**************
   if (jcr->sd_calls_client) {
      if (jcr->FDVersion < 10) {
         Jmsg(jcr, M_FATAL, 0, _("The File daemon does not support 
SDCallsClient.\n"));
         goto bail_out;
      }
**************

I've upgraded the linux FDs to 7.4.0 and now it works good.
On windows i've tryied to upgrade the 7.0.5 FD to 7.4.0 taken from 
http://blog.bacula.org/download-center/ , but i still get "The File daemon does 
not support SDCallsClient".
I suspect that the enterprise fd from download-center use some different 
FDVersion value.

I've bypassed the problem by recompiling bacula-dir replacing on 
src/dird/backup.c :

      if (jcr->FDVersion < 10) {
with:
      if (jcr->FDVersion < 5) {

Now it works correctly, but this isn't a long-term solution.

Kern, can you fix the FDVersion on windows fd ?

thank you,
Regards


Davide Giunchi
IT Executive @ Diennea - MagNews
Tel.: (+39) 0546 066100 - Int. 942
Viale G.Marconi 30/14 - 48018 Faenza (RA)

[Magnews.it]<http://www.magnews.it/it>
[Linkedin]<http://www.linkedin.com/company/diennea---magnews>     [Twitter] 
<http://twitter.com/DienneaMagNews>      [Facebook] 
<http://www.facebook.com/pages/MagNews/197617841797>      [Newsletter] 
<http://www.magnews.it/it/iscriviti-alla-newsletter>




________________________________

Iscriviti alla nostra newsletter per rimanere aggiornato su digital ed email 
marketing! http://www.magnews.it/newsletter/

The information in this email is confidential and may be legally privileged. If 
you are not the intended recipient please notify the sender immediately and 
destroy this email. Any unauthorized, direct or indirect, disclosure, copying, 
storage, distribution or other use is strictly forbidden.
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to