I believe this was caused by a bug where there was a missing close tag in part of the acct mgr request message, which would have prevented you from parsing the <opaque>. This will be fixed in the next release. -- David
On 01-Jul-2012 8:04 AM, Willy wrote: > The opaque section of AMS RPC from BOINC v7 hosts is no longer containing > the data send to the host by BAM! It's just an empy line. This is causing > problems with hosts that change their CPID every connections. Older v6 > hosts do contain the data. > > v7 example: > <acct_mgr_login> > <login>[BOINCstats] Willy</login> > <password_hash>duh</password_hash> > > <previous_host_cpid>a152f0baac4907dafebd1ccc7335e2a7</previous_host_cpid> > <next_rpc_time>1341157151.659159</next_rpc_time> > <opaque> > > </opaque> > </acct_mgr_login> > > v6 example: > <acct_mgr_login> > <login>[BOINCstats] Willy</login> > <password_hash>duh</password_hash> > > <previous_host_cpid>70718f69af7772225df32529bfdf586f</previous_host_cpid> > <next_rpc_time>1341157176.408516</next_rpc_time> > <opaque> > <host_authenticator>32charactercode</host_authenticator> > </opaque> > </acct_mgr_login> > > These are both taken from hosts which are connected to BAM! for years now. > One of them was upgraded to 7.0.25 last week. The other one is 6.12.33. > > The data is also missing from acct_mgr_login.xml. > > Willy > _______________________________________________ > boinc_dev mailing list > [email protected] > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > To unsubscribe, visit the above URL and > (near bottom of page) enter your email address. _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
