xfer problems sco-sun
Jeff Harrison
Jeff.Harrison at Epixweb.com
Thu Apr 1 08:52:09 PST 2004
Howie wrote:
>
> Hi all,
>
> One of our customers is trying to migrate our system from SCO
> Unix to a Sun
> box and is having problems with transfer.
>
> Not all the output formats or processing tables are being transferred.
>
> The SCO xfer program is version 5.0.05K2DY
>
> Some of the files are huge. One file in question created a
> transfer file of
> over a gigabyte.
>
> There are 1842 files in this single filepro directory.
>
> One of the files that failed to transfer was named
> prc.fixlost3disp. I
> looked for it with grep on the .xfer file and it is missing.
> Other files
> with long filenames did transfer OK.
>
> Any ideas?
>
> Howie
>
It sounds like a bug of course. We took a different approach a few years
ago when we transferred our application from SCO to an HPUX server. First I
obtained a program to document our indexes into a file, and one that could
read the file and re-build the indexes - I had written one in the past but I
had lost it somewhere along the way. I believe I ended up downloading these
from Nancy's site and modifying them slightly so that they would run on the
HPUX server.
Then I created a list of all the filepro files (directories) in the filepro
directory. There were about 2000 at that time. I split this list up into
about 8 pieces, and then I created a script created a tar file (excluding
indexes) for each list, then ftp'd the tar file to the HPUX server, then
deleted the tar file. On the other side I had a script that un-tarred the
file and then deleted the tar file.
Then I had a script that ran swapcpu on all of the filepro files on HPUX,
and then finally build the indexes. There were other minor issues also -
for example swapcpu did not like zero length output formats - I ended up
searching and destroying those first.
It was about 8 gig total that was transferred, so I had both the push and
the pull side going at the same time - I don't remember how long it took
start to finish. I suspect it was overnight starting at around 5pm and then
into the next morning.
Coincidentally we also had problems with long file names on the 4.8 HPUX
version that we transferred to. However the files did transfer it was just
that 4.8 could not see them. Luckily, we did not have very many of these.
Jeff Harrison
jeff.harrison at epixweb.com
Author of JHExport and JHImport - The fastest and easiest ways to generate
code for filepro exports and imports. Demos available upon request.
More information about the Filepro-list
mailing list