Re: [U2] Problem with phantom on Universe/NT

2005-07-22 Thread Don Kibbey
Have a look at one of the implementations of rsync.  Quick and
reliable.  Runs on Windoze and Unix/Linux.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Problem with phantom on Universe/NT

2005-07-21 Thread Anthony W. Youngman
In message <[EMAIL PROTECTED]>, Dave Taylor 
<[EMAIL PROTECTED]> writes

Ed,

Some time ago I tried to Copy and Paste a group of Universe accounts
(folders) from one location to another on the same  NT machine and it
failed.

I was informed that the Windows Copy command is not a reliable command for
moving Universe accounts, but that the DOS xcopy command is reliable.


Windows copy is VERY unreliable, it's a pain in the neck!

DOS xcopy is great, provided you understand the switches - I use stuff 
like "/s/e/v/d/c/h" (subdirectories, empty, verify, date, continue, 
hidden).


The other command to know is robocopy (part of the NT resource kit). 
"robo" is short for "robust", and it's certainly that. I haven't used it 
much, but we use it for backups and it's very reliable.


So, we now use xcopy in a .bat file to do exactly what you want to do, and
we use it both within one machine and between two machines, but ---

We launch it using the Windows Task Scheduler, not from a phantom process
running in Universe.


ditto


hth,

Dave


Cheers,
Wol
--
Anthony W. Youngman <[EMAIL PROTECTED]>
'Yings, yow graley yin! Suz ae rikt dheu,' said the blue man, taking the
thimble. 'What *is* he?' said Magrat. 'They're gnomes,' said Nanny. The man
lowered the thimble. 'Pictsies!' Carpe Jugulum, Terry Pratchett 1998
Visit the MaVerick web-site -  Open Source Pick
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Problem with phantom on Universe/NT

2005-07-16 Thread Dave Taylor
Ed,

Some time ago I tried to Copy and Paste a group of Universe accounts
(folders) from one location to another on the same  NT machine and it
failed.

I was informed that the Windows Copy command is not a reliable command for
moving Universe accounts, but that the DOS xcopy command is reliable.

So, we now use xcopy in a .bat file to do exactly what you want to do, and
we use it both within one machine and between two machines, but ---

We launch it using the Windows Task Scheduler, not from a phantom process
running in Universe.

I don't know if the DOS copy command is the same as the Windows Copy
command, as in Copy and Paste, or Drag and Drop, but if you're having any
trouble with the results of your DOS copy command, I would go back to using
xcopy in a .bat file and running it from the Task Scheduler.

hth,

Dave

Dave Taylor
President
Sysmark Information Systems, Inc.
49 Aspen Way
Rolling Hills Estates, CA 90274
800-SYSMARK (800-797-6275)
(O) 310-544-1974
(P) 800-339-1497
(F) 310-377-3550
Your Source for Integrated EDI Translation and DataSync Integration
www.sysmarkinfo.com

- Original Message - 
From: "Ed Weissman" <[EMAIL PROTECTED]>
To: 
Sent: Friday, July 15, 2005 6:28 AM
Subject: Re: [U2] Problem with phantom on Universe/NT


> Problem solved.  I changed "xcopy" to "copy" and it worked perfectly.  Who
> knew?
>
> Ed
>
> - Original Message - 
> From: <[EMAIL PROTECTED]>
> To: 
> Sent: Friday, July 08, 2005 1:25 AM
> Subject: Re: [U2] Problem with phantom on Universe/NT
>
>
> > In a message dated 7/6/2005 3:08:10 PM Pacific Daylight Time,
> > [EMAIL PROTECTED] writes:
> >
> >
> > > I have a DOS .bat command that does 2 things.  It moves a file from
one
> > > directory on the NT server (on which Universe resides) to another
> (archive)
> > > directory on the same server.  It also copies that file from the NT
> server
> > > to
> > > another server on the network.  I have a PICK BASIC program that
invokes
> > > that
> > > .bat file using EXECUTE " DOS /c runit.bat".  This PICK BASIC program
> works
> > > perfectly when run from a live session, but not from a phantom.  When
> > > invoked
> > > from the phantom, the "same server move" works fine, but the "copy to
> > > another
> > > server" does nothing.  Clearly, the .bat file is always being invoked,
> but
> > > it's almost like the other server isn't recognized from the phantom
> session.
> > > Anyone else experience anything like this?  What gives?  Any insight
> greatly
> > > appreciated.
> >
> > Can you provide the full code for the .bat file and for the Pick BASIC
> > program as well?  Thanks.
> > Will Johnson
> > ---
> > u2-users mailing list
> > u2-users@listserver.u2ug.org
> > To unsubscribe please visit http://listserver.u2ug.org/
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Problem with phantom on Universe/NT

2005-07-15 Thread Ed Weissman
Problem solved.  I changed "xcopy" to "copy" and it worked perfectly.  Who
knew?

Ed

- Original Message - 
From: <[EMAIL PROTECTED]>
To: 
Sent: Friday, July 08, 2005 1:25 AM
Subject: Re: [U2] Problem with phantom on Universe/NT


> In a message dated 7/6/2005 3:08:10 PM Pacific Daylight Time,
> [EMAIL PROTECTED] writes:
>
>
> > I have a DOS .bat command that does 2 things.  It moves a file from one
> > directory on the NT server (on which Universe resides) to another
(archive)
> > directory on the same server.  It also copies that file from the NT
server
> > to
> > another server on the network.  I have a PICK BASIC program that invokes
> > that
> > .bat file using EXECUTE " DOS /c runit.bat".  This PICK BASIC program
works
> > perfectly when run from a live session, but not from a phantom.  When
> > invoked
> > from the phantom, the "same server move" works fine, but the "copy to
> > another
> > server" does nothing.  Clearly, the .bat file is always being invoked,
but
> > it's almost like the other server isn't recognized from the phantom
session.
> > Anyone else experience anything like this?  What gives?  Any insight
greatly
> > appreciated.
>
> Can you provide the full code for the .bat file and for the Pick BASIC
> program as well?  Thanks.
> Will Johnson
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Problem with phantom on Universe/NT

2005-07-07 Thread FFT2001
In a message dated 7/6/2005 3:08:10 PM Pacific Daylight Time, 
[EMAIL PROTECTED] writes:


> I have a DOS .bat command that does 2 things.  It moves a file from one
> directory on the NT server (on which Universe resides) to another (archive)
> directory on the same server.  It also copies that file from the NT server 
> to
> another server on the network.  I have a PICK BASIC program that invokes 
> that
> .bat file using EXECUTE " DOS /c runit.bat".  This PICK BASIC program works
> perfectly when run from a live session, but not from a phantom.  When 
> invoked
> from the phantom, the "same server move" works fine, but the "copy to 
> another
> server" does nothing.  Clearly, the .bat file is always being invoked, but
> it's almost like the other server isn't recognized from the phantom session.
> Anyone else experience anything like this?  What gives?  Any insight greatly
> appreciated.

Can you provide the full code for the .bat file and for the Pick BASIC 
program as well?  Thanks.
Will Johnson
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Problem with phantom on Universe/NT

2005-07-07 Thread Chuck Mongiovi
Have you tried this:
NET USE \\server\share /user:xxx password
from the phantom before your copy?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of gerry-u2ug
Sent: Wednesday, July 06, 2005 6:38 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Problem with phantom on Universe/NT


my guess is that this is an authentication problem.
when logged in as yourself you have access to the remote server.
but the phantom, logged in as , does not.

Gerry


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ed Weissman
Sent: Wednesday, July 06, 2005 05:44 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Problem with phantom on Universe/NT


I have a DOS .bat command that does 2 things.  It moves a file from one
directory on the NT server (on which Universe resides) to another (archive)
directory on the same server.  It also copies that file from the NT server
to
another server on the network.  I have a PICK BASIC program that invokes
that
.bat file using EXECUTE " DOS /c runit.bat".  This PICK BASIC program works
perfectly when run from a live session, but not from a phantom.  When
invoked
from the phantom, the "same server move" works fine, but the "copy to
another
server" does nothing.  Clearly, the .bat file is always being invoked, but
it's almost like the other server isn't recognized from the phantom session.
Anyone else experience anything like this?  What gives?  Any insight greatly
appreciated.

Thanks,
Ed Weissman
The Matrix Group
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Problem with phantom on Universe/NT {Unclassified}

2005-07-06 Thread HENDERSON MIKE, MR
Ed,

As what user does the phantom job run?
I'd look at that in conjunction with permissions on the share on the
remote server.

If you're running 10.0.x or 10.1, you can specify a userID/password on
the PHANTOM line.
IIRC, this is documented in the 10.0.x release notes, but nowhere else.
Sigh.


HTH

Mike

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Ed Weissman
> Sent: Thursday, 7 July 2005 09:44
> To: u2-users@listserver.u2ug.org
> Subject: [U2] Problem with phantom on Universe/NT
> 
> I have a DOS .bat command that does 2 things.  It moves a 
> file from one directory on the NT server (on which Universe 
> resides) to another (archive) directory on the same server.  
> It also copies that file from the NT server to another server 
> on the network.  I have a PICK BASIC program that invokes 
> that .bat file using EXECUTE " DOS /c runit.bat".  This PICK 
> BASIC program works perfectly when run from a live session, 
> but not from a phantom.  When invoked from the phantom, the 
> "same server move" works fine, but the "copy to another 
> server" does nothing.  Clearly, the .bat file is always being 
> invoked, but it's almost like the other server isn't 
> recognized from the phantom session.
> Anyone else experience anything like this?  What gives?  Any 
> insight greatly appreciated.
> 
> Thanks,
> Ed Weissman
> The Matrix Group
> ---
> u2-users mailing list
> u2-users@listserver.u2ug.org
> To unsubscribe please visit http://listserver.u2ug.org/
> 
The information contained in this Internet Email message is intended
for the addressee only and may contain privileged information, but not
necessarily the official views or opinions of the New Zealand Defence Force.
If you are not the intended recipient you must not use, disclose, copy or 
distribute this message or the information in it.

If you have received this message in error, please Email or telephone
the sender immediately.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Problem with phantom on Universe/NT

2005-07-06 Thread gerry-u2ug
my guess is that this is an authentication problem.
when logged in as yourself you have access to the remote server.
but the phantom, logged in as , does not.

Gerry


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ed Weissman
Sent: Wednesday, July 06, 2005 05:44 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Problem with phantom on Universe/NT


I have a DOS .bat command that does 2 things.  It moves a file from one
directory on the NT server (on which Universe resides) to another (archive)
directory on the same server.  It also copies that file from the NT server to
another server on the network.  I have a PICK BASIC program that invokes that
.bat file using EXECUTE " DOS /c runit.bat".  This PICK BASIC program works
perfectly when run from a live session, but not from a phantom.  When invoked
from the phantom, the "same server move" works fine, but the "copy to another
server" does nothing.  Clearly, the .bat file is always being invoked, but
it's almost like the other server isn't recognized from the phantom session.
Anyone else experience anything like this?  What gives?  Any insight greatly
appreciated.

Thanks,
Ed Weissman
The Matrix Group
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[U2] Problem with phantom on Universe/NT

2005-07-06 Thread Ed Weissman
I have a DOS .bat command that does 2 things.  It moves a file from one
directory on the NT server (on which Universe resides) to another (archive)
directory on the same server.  It also copies that file from the NT server to
another server on the network.  I have a PICK BASIC program that invokes that
.bat file using EXECUTE " DOS /c runit.bat".  This PICK BASIC program works
perfectly when run from a live session, but not from a phantom.  When invoked
from the phantom, the "same server move" works fine, but the "copy to another
server" does nothing.  Clearly, the .bat file is always being invoked, but
it's almost like the other server isn't recognized from the phantom session.
Anyone else experience anything like this?  What gives?  Any insight greatly
appreciated.

Thanks,
Ed Weissman
The Matrix Group
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/