RE: Problem using File::RsyncP module

2004-05-13 Thread BERTHOLD Jean
Hello José,

Unfortunately, these different syntax don't work ...
Perhaps I will ask directly to the module's author to find what is wrong in my code.

Thanks again for your help !

Jean



-Message d'origine-
De : NYIMI Jose (BMB) [mailto:[EMAIL PROTECTED]
Envoyé : mardi, 11. mai 2004 16:27
À : BERTHOLD Jean; [EMAIL PROTECTED]
Objet : RE: Problem using File::RsyncP module


> -Original Message-
> From: BERTHOLD Jean [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, May 11, 2004 3:02 PM
> To: NYIMI Jose (BMB); [EMAIL PROTECTED]
> Cc: BERTHOLD Jean
> Subject: RE: Problem using File::RsyncP module
> 
> 
> Hello Jose,
> 
> I tried:
> 
> my $srcRep  = "/export/home/oracle/TEST-RSYNC/" ;
> 
> $rs->remoteStart(0, '[EMAIL PROTECTED]::PWJA_arc'); 

Not sure but try it with an simpler directory name.
Something like:
$rs->remoteStart(0, 'oracle_udaipur_PWJA_arc');

Try also this:

$rs->remoteStart(0, [EMAIL PROTECTED]::PWJA_arc} ); 

HTH,

José.


 DISCLAIMER 

"This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




RE: Problem using File::RsyncP module

2004-05-13 Thread BERTHOLD Jean
Hello José,

Unfortunatel


-Message d'origine-
De : NYIMI Jose (BMB) [mailto:[EMAIL PROTECTED]
Envoyé : mardi, 11. mai 2004 16:27
À : BERTHOLD Jean; [EMAIL PROTECTED]
Objet : RE: Problem using File::RsyncP module


> -Original Message-
> From: BERTHOLD Jean [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, May 11, 2004 3:02 PM
> To: NYIMI Jose (BMB); [EMAIL PROTECTED]
> Cc: BERTHOLD Jean
> Subject: RE: Problem using File::RsyncP module
> 
> 
> Hello Jose,
> 
> I tried:
> 
> my $srcRep  = "/export/home/oracle/TEST-RSYNC/" ;
> 
> $rs->remoteStart(0, '[EMAIL PROTECTED]::PWJA_arc'); 

Not sure but try it with an simpler directory name.
Something like:
$rs->remoteStart(0, 'oracle_udaipur_PWJA_arc');

Try also this:

$rs->remoteStart(0, [EMAIL PROTECTED]::PWJA_arc} ); 

HTH,

José.


 DISCLAIMER 

"This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




RE: Problem using File::RsyncP module

2004-05-10 Thread NYIMI Jose (BMB)

-Original Message-
From: BERTHOLD Jean [mailto:[EMAIL PROTECTED] 
Sent: Saturday, May 08, 2004 3:45 PM
To: [EMAIL PROTECTED]
Cc: BERTHOLD Jean
Subject: Problem using File::RsyncP module

[snip]

I have never used File::RsyncP module but here
Are some of the thinks that raised doubt to me:
Do not comment the
use strict;
;)

#$rs->remoteStart(0, [EMAIL PROTECTED]::PWJA_arc);

The doc of File::RsyncP said :

$rs->remoteStart(0, destDirectory);

Your [EMAIL PROTECTED]::PWJA_arc arg is not like a directory
and should be between single quote if it was a correct argument.


#$rs->go($srcRep);
#$rs->serverClose;

#$rs->serverConnect("udaipur", 873);
#$rs->serverService("PWJA_arc", "", "", 0);

The doc said:
$rs->serverService($module, $authUser, $authPasswd, 0);
You provided an empty user and an empty password, strange !

José.


 DISCLAIMER 

"This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]