To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65978
User kaib changed the following:
What |Old value |New value
================================================================================
Status|VERIFIED |REOPENED
--------------------------------------------------------------------------------
Resolution|FIXED |
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Aug 4 07:20:19 -0700
2006 -------
The following Perl code doesn't produce the desired result:
# $id = EIS id, $status = 1/0
my $bool_status = SOAP::Data->type(Boolean => $status);
eval { $result = $eis->setSubVersion($id, $bool_status) };
But instead gives:
Warning: web service unavailable. Trying backup server.
ERROR: Connection to EIS database failed.
at /work/kaib01/solenv/bin/modules/Cws.pm line 386
Just passing $status without the Boolean wrapper results in the function
signature not being found. Other EIS activity works normally and the issue is
reproducible (so the server really -is- online). This code is from
Cws.pm/set_subversion used by cwscreate.pl. Both in kaib01.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]