Page 1 of 1 1
Topic Options
#118978 - 2004-05-04 01:27 PM Kix upgrade
brewdude6 Offline
Hey THIS is FUN

Registered: 2000-10-21
Posts: 280
Loc: Nashville, TN
Have any of you run into backwards compatibility problems when upgrading any of the associated kix files?
_________________________
I could have made a neat retort but didn't, for I was flurried and didn't think of it till I was downstairs.
-Mark Twain

Top
#118979 - 2004-05-04 02:48 PM Re: Kix upgrade
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
Yes.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#118980 - 2004-05-05 03:02 AM Re: Kix upgrade
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
lol.
_________________________
!

download KiXnet

Top
#118981 - 2004-05-05 05:31 AM Re: Kix upgrade
brewdude6 Offline
Hey THIS is FUN

Registered: 2000-10-21
Posts: 280
Loc: Nashville, TN
Touche'!
_________________________
I could have made a neat retort but didn't, for I was flurried and didn't think of it till I was downstairs.
-Mark Twain

Top
#118982 - 2004-05-05 05:48 AM Re: Kix upgrade
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11628
Loc: CA
Is that a French remark for Les
Top
#118983 - 2004-05-05 02:46 PM Re: Kix upgrade
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
I just did not know how to interpret "any of the associated kix files" so figured "Yes" to be a safe answer. Would KiX32.EXE be considered "any of the associated kix files" cuz if it is, I had to change some InGroup() statements.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#118984 - 2004-05-05 02:53 PM Re: Kix upgrade
Radimus Moderator Offline
Moderator
*****

Registered: 2000-01-06
Posts: 5187
Loc: Tampa, FL
there was also some changes in COM if you go back far enough
_________________________
How to ask questions the smart way <-----------> Before you ask

Top
#118985 - 2004-05-05 03:06 PM Re: Kix upgrade
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
maybe not in com as it's new but in external object interfaces in general.
OLE was replaced with COM.

oh, and some behavior does change in every build.
the more the change on you, what more you use the nice little shorthands of kix (like I)
_________________________
!

download KiXnet

Top
#118986 - 2004-05-05 03:32 PM Re: Kix upgrade
maciep Offline
Korg Regular
*****

Registered: 2002-06-14
Posts: 947
Loc: Pittsburgh
I think ExistKey() got replaced with KeyExist() as well.
_________________________
Eric

Top
#118987 - 2004-05-05 03:52 PM Re: Kix upgrade
Lonkero Administrator Offline
KiX Master Guru
*****

Registered: 2001-06-05
Posts: 22346
Loc: OK
well, not really as the old one is still working.
_________________________
!

download KiXnet

Top
#118988 - 2004-05-06 04:29 AM Re: Kix upgrade
brewdude6 Offline
Hey THIS is FUN

Registered: 2000-10-21
Posts: 280
Loc: Nashville, TN
Thanks...that was a rather broad sweeping question wasn't it? I figured out a decent way to test though (may be old hat for you guys). I created a subfolder in the netlogon share of the DC's where I copied the new kix files to. In the user profile in usrmgr I used "subfolder name"\logon.bat. One thing that I did find is that you have to name your scripts a different name than what your usual batch file calls, if you want to run scripts from this folder using the same .bat file as the one in the netlogon directory. The batch file will apparently look in the root of netlogon first before searching subfolders.
_________________________
I could have made a neat retort but didn't, for I was flurried and didn't think of it till I was downstairs.
-Mark Twain

Top
#118989 - 2004-05-06 08:12 AM Re: Kix upgrade
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11628
Loc: CA
The historical report of KiXtart is located here on ScriptLogic's site.

http://www.scriptlogic.com/KiXtart/DevReport.asp

As for the batch file calling the root, that would be because the full path was not specified.

Top
#118990 - 2004-05-06 09:01 PM Re: Kix upgrade
brewdude6 Offline
Hey THIS is FUN

Registered: 2000-10-21
Posts: 280
Loc: Nashville, TN
We are still using 3.62. I've found that even if I rename kix32.exe in a subfolder and call it by name in the batch file, I still call kix32.exe in the root of netlogon. I'm sure it's a matter of modifying my batch file, but I haven't found much documentation on using a subdirectory of netlogon, any advice would be appreciated. Here is the line that I'm sure would need to be modified:

Code:
 %0\..\kix32.exe 

_________________________
I could have made a neat retort but didn't, for I was flurried and didn't think of it till I was downstairs.
-Mark Twain

Top
#118991 - 2004-05-06 09:16 PM Re: Kix upgrade
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
We have more than 20 divisions running different versions of KiX, DOS BATch, or VBS, all from subfolders under NetLogon. How hard can it be?
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#118992 - 2004-05-06 09:29 PM Re: Kix upgrade
brewdude6 Offline
Hey THIS is FUN

Registered: 2000-10-21
Posts: 280
Loc: Nashville, TN
Thanks for the help Les...I really appreciate it!


I wouldn't think that this would be very hard at all, but apparently I'm having some type of problem that I don't understand.
_________________________
I could have made a neat retort but didn't, for I was flurried and didn't think of it till I was downstairs.
-Mark Twain

Top
#118993 - 2004-05-06 09:57 PM Re: Kix upgrade
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
I'm sorry if I cannot grasp your problem. We have separate folders under \NetLogon for each division (BU) and each BU then calls whatever they want from the user's script path.

\BU\logon.bat

Within the logon.bat, you need to call KiX from the subfolder as well as pass the full path to the script. THere are several examples of logon.bat files posted to the board.

Code:
@ECHO OFF
VER | find "2000" > nul
IF not errorlevel 1 GOTO Win2K

VER | find "NT" > nul
IF not errorlevel 1 GOTO WinNT

VER | find "95" > nul
IF not errorlevel 1 GOTO Win95

VER | find "XP" > nul
IF not errorlevel 1 GOTO WinXP

VER | find "98" > nul
IF not errorlevel 1 GOTO Win98

VER | find "Millennium" > nul
IF not errorlevel 1 GOTO WinME

goto END

:WinME
:Win98
:Win95
Z:\BU\KIX32 Z:\BU\logon.kix
GOTO END

:WINNT
%LOGONSERVER%\netlogon\BU\KIX32 %LOGONSERVER%\netlogon\BU\logon.kix
goto END

:WIN2K
:WINXP
\\company.local\netlogon\BU\KIX32 \\company.local\netlogon\BU\logon.kix
goto END

:end
CLS
EXIT




YMMV
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#118994 - 2004-05-06 11:59 PM Re: Kix upgrade
brewdude6 Offline
Hey THIS is FUN

Registered: 2000-10-21
Posts: 280
Loc: Nashville, TN
Thanks Les. I was assuming that kix was defaulting to the root of the netlogon share. After using the @kix function I realized I was indeed using the current version. Thanks again.
_________________________
I could have made a neat retort but didn't, for I was flurried and didn't think of it till I was downstairs.
-Mark Twain

Top
Page 1 of 1 1


Moderator:  Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart 
Hop to:
Shout Box

Who's Online
1 registered (Allen) and 1198 anonymous users online.
Newest Members
M_Moore, BeeEm, min_seow, Audio, Hoschi
17883 Registered Users

Generated in 0.071 seconds in which 0.027 seconds were spent on a total of 12 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org