Most of my scripts work with files on Novell servers. Occasionally I lose connection for some reason but my scripts all try to log back in when this happens. I currently mount them via Appletalk.
Has anyone information on why on logging back in the volume would cause the name of the volume to change - or why the connection would be flaky? My OS9 stations stay connected through these times.
Here’s what happens.
Volume name:
MyServer_1.Vol_2
If I lose connection and log back in it changes to:
MyServer_1.Vol_2-1
This wreaks havoc on some mission critical scripts. It’s funny though, only picked up on the Posix path. If I drag an item from that volume into Terminal the name change mysteriously shows up - rendering my “do shell script” actions useless unless I anticipate for it. If I drag the same item into Script DeBugger, the volume retains it’s original name.
Just wondering if anyone has run into the same or if anyone knows why this would happen. Or, perhaps there is a better way than hardwiring paths to go about working with files on a network where volumes mysteriously change names.
OSX 10.3.4
Thanks in advance!