Hi, I'm using Samba 3.0.14a I'm trying to migrate printers from a Windows server to my samba one. So I tried to use the following command : /net rpc printer migrate all Myprinter -S SERVER1 --destination=SAMBAMIGR -U Administrator%mypasswd/ And I received the following message : /Could not connect to server SAMBAMIGR The username or password was not correct. /How can I provide the username/password for SAMBAMIGR? -- Davy HUBERT CRIT - R?seaux Universit? Paul-Val?ry, Montpellier 3 davy.hubert@univ-montp3.fr
>I'm using Samba 3.0.14a>I'm trying to migrate printers from a Windows server to my samba one.>So I tried to use the following command :>/net rpc printer migrate all Myprinter -S SERVER1 >--destination=SAMBAMIGR -U Administrator%mypasswd/I don't think these commands work I tried this command in 3.020 and it works ok. rpc printer MIGRATE PRINTERS 'printName' -U username%password -S windowsServer --destination sambaServer username and password are the user name and password to get the windows server.
Correction... I don't think these commands work in Samba 3.0.14 but they seem to work in 3.0.20 to some extent... I could migrate print queues successfully, I needed a add printer command in my config and pl script to go with it. I couldn't however migrate printer drivers. ________________________________ From: Aarti Varshney (asadhnan) Sent: Thursday, February 16, 2006 3:54 PM To: 'samba@lists.samba.org' Subject: [Samba] Printer migration problem>I'm using Samba 3.0.14a>I'm trying to migrate printers from a Windows server to my samba one.>So I tried to use the following command :>/net rpc printer migrate all Myprinter -S SERVER1 >--destination=SAMBAMIGR -U Administrator%mypasswd/I don't think these commands work I tried this command in 3.020 and it works ok. rpc printer MIGRATE PRINTERS 'printName' -U username%password -S windowsServer --destination sambaServer username and password are the user name and password to get the windows server.