T.R | Title | User | Personal Name | Date | Lines |
---|
1231.1 | | WJG::GUINEAU | Do you know we exist? | Tue Mar 08 1988 09:44 | 22 |
|
> Cannot create copy of arcfile: $DISK1:[KIP].Arc2023.ARC
That certainly looks invalid to me. Although, in VMS you can
substitute a "." for the ";" version seperator.
ex. filename.extention.version#
But the version# must be numeric. The filename in your ARC error message
is indicating a file with no name, an extension of "Arc2023 and a
version of "ARC". The version is most likely the problem.
I always use "ARC -M arcname *.*" to build an archive.
I believe The -M option moves files to a *new* archive, while the -A option
adds them to an *existing* one.
John
|
1231.2 | Same results with "-m" | VTHRAX::KIP | Entropy isn't what it used to be. | Tue Mar 08 1988 10:05 | 2 |
| Yes, I tried the "-m" switch also, but it gives the same error message.
Thanks for trying to help!
|
1231.3 | It works for me... | LOWLIF::DAVIS | That's not a BUG, it's a FEATURE! | Tue Mar 08 1988 10:35 | 7 |
| > $ ARC A SAMPLE *.*
Hmmm, that always works fine for me. What copy of ARC are you using? You
might grab my copy from MDKCSW""::DUA2:[DAVIS.AMIGA.TOOLS]ARC.EXE and see
if they are the same.
...richard
|
1231.4 | Close, but no guitar | VTHRAX::KIP | Entropy isn't what it used to be. | Tue Mar 08 1988 15:34 | 7 |
| Richard, I replaced my copy of ARC.EXE with yours...no change!
I still get the same error msg! Thanks, anyway.
Can anyone steer me to the proper notesfile from which I may be
able to get more info on VMS ARC?
Thanks to all.
|
1231.5 | check logical names | SAUTER::SAUTER | John Sauter | Tue Mar 08 1988 15:48 | 5 |
| Check your logical names. Possibly ARC is translating a logical
name and then editing the result to get what it thinks is a valid
file spec. Do a SHOW LOGICAL and see if you have a logical name
that translates into some substring of the bogus file name.
John Sauter
|
1231.6 | Not the logicals (or symbols) | VTHRAX::KIP | Entropy isn't what it used to be. | Tue Mar 08 1988 17:00 | 8 |
| I checked all of the logicals, I couldn't find any correlation;
b.t.w., the number ARC uses in the filename it tries to create changes
from time to time (possibly built from the system time?)
This has definitely got me stumped!
Thanks for helping...
|
1231.7 | | WJG::GUINEAU | Do you know we exist? | Tue Mar 08 1988 18:43 | 11 |
|
> b.t.w., the number ARC uses in the filename it tries to create changes
> from time to time (possibly built from the system time?)
Most likely your process ID.
Is it possible your running out of disk quota? ($ SHO QUOTA)
ARC makes a couple intermediate files which end up eating disk space.
John
|