Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

'M:\' for JDE and Citrix? Or can it only be 'C:\' 1

Status
Not open for further replies.

scanjam

Technical User
Joined
Oct 30, 2003
Messages
244
Location
GB
We want to deliver apps to users over CSG and the likes, however JDE wont actually RUN in our current server farm because it only seems to work n a machine with the system drive mapped as C:\.

It will install as M:\ but comes up with weird errors like, "not enough licences" etc etc.

Is this configuration with m:\ possible to achieve?
Hope you can help!
Regards

SCANJAM
 
Hi,

Have you tried the simple one of "Subst"ing C for M?

So, in usrlogon.cmd add :-

Net Use C: /d
Subst C: /d
Subst C: M:
That should then make your software see a physical disk.

Note: Users C: now won't be C: within the Citrix environment, they may not even be mapped at all due to the code above!

Cheers,
Carl.
 
Mate!
It worked PERFECTLY! Thanks so much for your assistance, it really helped out!!

Cheers,

SCANJAM
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top