mapear unidades novell en windows 2000

30/01/2004 - 21:09 por villalobos_javier | Informe spam
Hola ,

Tengo el siguiente problema espero me puedan ayudar,

Al instalar el cliente de Novell en win 95 y 98 se mapea perfectamente
la ruta:
G:\fidelio\fo_data pero al instalar el cliente de novell para Windows
2000, NT, y XP. el mapeo la hace de la siguiente manera: G:\Fo_data
es decir omite el folder Fidelio. Que puedo hacer? Desde ya agrazdezo
sus respuestas.

Javier Villalobos.

Preguntas similare

Leer las respuestas

#1 José Antonio Quílez [MS MVP]
30/01/2004 - 23:39 | Informe spam
Pon el comando del login script mediante el que se mapea esa unidad, para ver cual es el posible fallo que cause lo que te pasa.

Saludos

José Antonio Quílez [MS MVP]
Sevilla - España

_________________


"Javier" escribió en el mensaje news:
Hola ,

Tengo el siguiente problema espero me puedan ayudar,

Al instalar el cliente de Novell en win 95 y 98 se mapea perfectamente
la ruta:
G:\fidelio\fo_data pero al instalar el cliente de novell para Windows
2000, NT, y XP. el mapeo la hace de la siguiente manera: G:\Fo_data
es decir omite el folder Fidelio. Que puedo hacer? Desde ya agrazdezo
sus respuestas.

Javier Villalobos.
Respuesta Responder a este mensaje
#2 villalobos_javier
02/02/2004 - 19:33 | Informe spam
Hola,
Aqui esta el login script.

muchas gracias!

NO_DEFAULT
MAP DISPLAY OFF
PCCOMPATIBLE

; SET commands
;
; These are used to define the general environment for each login.
These
; SET command amend the variable already set in the startup file of
each
; client (i.e. CONFIG.SYS, AUTOEXEC.BAT etc).
;
; In many cases you must modify the default set commands seen here.
;
; Unconditional SET commands

dos set sys_vol = "SYS:"
dos set prog_vol = "PROG:"
dos set user_vol = "USER:"
dos set epath dos set fo_drive = "G:"
dos set home_drive = "H:"
dos set sc_drive = "I:"
dos set fb_drive = "J:"
dos set em_drive = "K:"
dos set group_drive = "L:"
dos set menu_home = "M:"
dos set bo_drive = "N:"
dos set ps_drive = "O:"
dos set bo_back = "A:"
dos set carbon_drv = "S:"
dos set h_name = "FIDELIO"
dos set clipper ; dos set network = "%NETWORK"
dos set p_station = "%P_STATION"
dos set station = "%STATION"
dos set ps_name = "p_server"
dos set nver = "4.x"
dos set dver = "%OS_VERSION"
dos set srw = "SH RW"
dos set sro = "SH RO"

; Application dependent settings.
;

; Set cc:Mail variable
; dos set cc_drive = "T:"

; Set Fidelio POS variables
;dos set lang = "Deutsch"
;dos set blink = "Off"


; This section maps drives. The way of mapping is different for the
users
; ADMIN, SUPERVISOR and FIDELIO.
; --

IF "%LOGIN_NAME"="Supervis" OR "%LOGIN_NAME"="Supervisor" OR
"%LOGIN_NAME"="Fidelio" OR "%LOGIN_NAME"="Admin" THEN

MAP S16:=%<sys_vol>PUBLIC

IF "%<local_dos>"="yes" THEN
; Assumption, DOS is located on C:\DOS. If not, change as
needed.
map S16:=%<prog_vol>
ELSE
map S16:=%<prog_vol>DOS\%MACHINE\%OS\%OS_VERSION
comspec=Y:COMMAND.COM
END

MAP S16:=%<prog_vol>BATCH
MAP S16:=%<prog_vol>
MAP S16:=V:=%<prog_vol>UTILITY\DIVERSES
MAP S16:=%<prog_vol>FIDELIO\PROGRAM
MAP R:=%<prog_vol>
MAP Q:=%<prog_vol>CATALOG.WS
MAP F:=%<sys_vol>SYSTEM
MAP %<fo_drive>=%<user_vol>%<h_name>\FO_DATA
MAP %<fo_drive>=%<user_vol>%<h_name>%<h_dir>
MAP %<home_drive>=%<user_vol>
MAP %<sc_drive>=%<user_vol>%<h_name>\SC_DATA
MAP %<fb_drive>=%<user_vol>%<h_name>\FB_DATA
MAP %<em_drive>=%<user_vol>%<h_name>\EM_DATA
MAP %<group_drive>=%<user_vol>
MAP %<bo_drive>=%<user_vol>%<h_name>\BO_DATA
MAP %<ps_drive>=%<user_vol>%<h_name>\PS_DATA
MAP %<menu_home>=%<user_vol>%<h_name>\MENU
DOS SET menu_name="ADMIN"
WRITE " "
WRITE " "
WRITE "Welcome to the %FILE_SERVER Server"
WRITE "--"
WRITE "It's .. : ";hour24;":";minute
WRITE " "
WRITE "Login Name : ";login_name
WRITE "Full Name . : ";last_name
WRITE "Workstation Number : ";station
WRITE "Network:P_Station . : ";network;":";p_station;"
)"
WRITE " "
WRITE "Long machine type.. : ";machine
WRITE "Operating system... : ";os;" / ";os_version


ELSE

MAP S16:=%<sys_vol>PUBLIC

IF "%<local_dos>"="yes" THEN
; Assumption, DOS is located on C:\DOS. If not, change as
needed.
map S16:=%<prog_vol>
ELSE
map S16:=%<prog_vol>DOS\%MACHINE\%OS\%OS_VERSION
comspec=Y:COMMAND.COM
END

MAP S16:=%<prog_vol>BATCH
MAP S16:=%<prog_vol>UTILITY\DIVERSES
MAP S16:=%<prog_vol>FIDELIO\PROGRAM
MAP S:=%<prog_vol>
MAP Q:=%<prog_vol>CATALOG.WS
MAP F:=%<sys_vol>LOGIN
MAP root %<menu_home>=%<user_vol>%<h_name>\MENU
dos set menu_name = "DEFAULT"
END

; Drive mappings for the standard Fidelio enviroment
; -

IF MEMBER OF "FIDELIO_GROUP" THEN
MAP %<fo_drive>=%<user_vol>
MAP %<fo_drive>=%<user_vol>%<h_name>%<h_dir>
MAP %<home_drive>=%<user_vol>
; MAP %<sc_drive>=%<user_vol>
; Aqui se establece el map para el disco I: para mopers

MAP %<sc_drive>=%<user_vol>
MAP %<fb_drive>=%<user_vol>
MAP %<em_drive>=%<user_vol>
MAP %<group_drive>=%<user_vol>
MAP %<bo_drive>=%<user_vol>
MAP %<ps_drive>=%<user_vol>
ELSE
; Drive mappings for other standards
END

; Special handling of login drive for VLM based DOS Clients
; -
IF "%<vlm>"="yes" THEN
IF "%<drive>"="f:" THEN MAP root f:=%<sys_vol>LOGIN
IF "%<drive>"="e:" THEN MAP root e:=%<sys_vol>LOGIN
END

; If login name was GUEST, break the script here to speed up login
; processing through FIDSTAND.
; --
IF "%LOGIN_NAME"="GUEST" THEN goto end

; Mappings for the cc:Mail data directory. Needed only when cc:Mail
; Windows is used.
;
; MAP %<cc_drive>=%<user_vol>

; Set up everything for menus and certain environment variables as
noted
; in Q:SETHOME.%STATION
; --
DRIVE Q:
#V:SETHOME.EXE Q:SETHOME.TAB Q:SETHOME.%STATION %P_STATION
%<prog_vol>CATALOG.WS Q: %<menu_home>
INCLUDE Q:SETHOME.%STATION

; Set default drives for Supervisor and Fidelio, as well as members
of
; Group Private. Note, the explicit map is only necessary when you
did
; not assign a home directory in NETADMIN.
; --
IF MEMBER OF "PRIVATE" THEN
MAP root %<home_drive>=%<user_vol>US\%LOGIN_NAME
END
IF "%LOGIN_NAME"="SUPERVIS" OR "%LOGIN_NAME"="FIDELIO" OR
"%LOGIN_NAME"="ADMIN" THEN
DRIVE F:
END

; For diskless workstations, map drive A: to the login directory
; -
IF "%<drive>"="A:" THEN
map A:=%<sys_vol>LOGIN
END

; Container Script ends.
;
; All other assignments like captures, menu assignment etc. are done
; in the corresponding profiles.

goto end


; End of Container script
; -

END:


José Antonio Quílez [MS MVP] wrote in message news:<#...
Pon el comando del login script mediante el que se mapea esa unidad,
para ver cual es el posible fallo que cause lo que te pasa.

Saludos

Jos Antonio Qu lez [MS MVP]
Sevilla - Espa a




"Javier" <villalobos escribi en el mensaje
news:
> Hola ,
>
> Tengo el siguiente problema espero me puedan ayudar,
>
> Al instalar el cliente de Novell en win 95 y 98 se mapea perfectamente
> la ruta:
> G:\fidelio\fo data pero al instalar el cliente de novell para Windows
> 2000, NT, y XP. el mapeo la hace de la siguiente manera: G:\Fo data
> es decir omite el folder Fidelio. Que puedo hacer? Desde ya agrazdezo
> sus respuestas.
>
> Javier Villalobos.
email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida