Hello,
I�ve migrated OnDemand from one Windows server to another.
The problem is that, as cache storage has the same structure on the new server, but on a different drive letter (D:\ instead of f:\), documents cannot be accessed� Can I fix path or change drive letter somewhere in Database or OnDemand configuration?
Thank you!
Sounds like it would require less headaches and less engineering to get your Windows SA's to change the drive mapping back to f:\
Fixing this in UNIX is tricky but in Windows I think it's nearly impossible without spending a lot of time writing code.
I agree with Jeff -- switching your drive letter is probably faster / easier / better.
-JD.
Hi Gabriela,
I think you can try to explore windows command (almost forgotten) SUBST.
Associates a path with a drive letter.
SUBST [drive1: [drive2:]path]
SUBST drive1: /D
drive1: Specifies a virtual drive to which you want to assign a path.
[drive2:]path Specifies a physical drive and path you want to assign to
a virtual drive.
/D Deletes a substituted (virtual) drive.
Type SUBST with no parameters to display a list of current virtual drives.
I think it even works in user space, so no SA should be required, but don't take me granted 'm not Windoz guy :)
Cheers,
N.