Page 1 of 1 1
Topic Options
#78276 - 2001-08-10 05:33 PM Citrix sessions Cause KIX32 to fail
Anonymous
Unregistered


I have users logging in to a citrix server from an intranet web page.

It seems that the kix2001 causes an error on loading the ICA session under internet explorer

Anyone got any idea where I should be looking to change this
ie @citrix server, script etc etc


thanks
MikeC

Top
#78277 - 2001-08-13 04:05 PM Re: Citrix sessions Cause KIX32 to fail
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Mike,

I assume you are using NFuse.

What happens?

Are you using IIS 4.x or 5x?

Is this hosted on a NT or 2000 box? Is IIS on the same system as the TSE (Citrix) box?

I know that when I started to use our login script under 4.x, I had to make some minor changes. For example - using an EXIST statement required to change a "1" to a 1. Or EXISTKEY results from "0" to 0. Have you tried to debug it? That is -

code:

KIX32 Yourscript.kix /d


...

HTH,

- Kent

[ 13 August 2001: Message edited by: kdyer ]

_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#78278 - 2001-08-13 05:26 PM Re: Citrix sessions Cause KIX32 to fail
Anonymous
Unregistered


Yes we're using NFuse with ie5.5
IIS runs on a different box to the citrix server.

IE just comes back with "can't connect to Citrix Server" after initial login

my script starts with

IF ($SYSROOTDIR = "WTSRV")
quit
ENDIF

Which I hoped would stop the script in it's tracks

Top
#78279 - 2001-08-13 07:37 PM Re: Citrix sessions Cause KIX32 to fail
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Mike,

You are very close..

code:

IF INSTR(%windir%,"WTSRV")
? "Running Terminal Server"
Else
? "Not Running Terminal Server"
Endif
sleep 2

HTH,

- Kent

_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#78280 - 2001-08-13 11:05 PM Re: Citrix sessions Cause KIX32 to fail
Anonymous
Unregistered


Tried looking this citrix solution on the board and thought I'd figured it out.

Thanks for the nudge in the right direction

Top
#78281 - 2001-08-14 01:39 PM Re: Citrix sessions Cause KIX32 to fail
Anonymous
Unregistered


I'm still getting an error

Below from DR Watson

code:
Application exception occurred:
App: (pid=1010)
When: 8/14/2001 @ 12:40:5.46
Exception number: c0000006 (in page io error)

Top
#78282 - 2001-08-15 08:27 AM Re: Citrix sessions Cause KIX32 to fail
Kdyer Offline
KiX Supporter
*****

Registered: 2001-01-03
Posts: 6241
Loc: Tigard, OR
Mike,

Have you thought about the following two macros? Instead of using the INSTR...

quote:

@PRODUCTSUITE OS suite. Combination of any of the following values:
1 - "Small Business"
2 - "Enterprise"
4 - "BackOffice"
8 - "CommunicationServer"
16 - "Terminal Server"
32 - "Small Business (Restricted)"
64 - "EmbeddedNT"
128 - "DataCenter"
256 - "Single user Terminal Server"
512 - "Home Edition"
1024- "Blade Server"

@PRODUCTTYPE OS type. Possible values:
"Windows 95"
"Windows 98"
"Windows Me"
"Windows NT Workstation"
"Windows NT Server"
"Windows NT Domain Controller"
"Windows 2000 Professional"
"Windows 2000 Server"
"Windows 2000 Domain Controller"
"Windows XP Home Edition"
"Windows XP Professional"
"Windows XP Server"
"Windows XP Domain Controller"


HTH,

- Kent

_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's

Top
#78283 - 2001-08-15 03:57 PM Re: Citrix sessions Cause KIX32 to fail
Ruud van Velsen Moderator Offline
Developer
*****

Registered: 1999-05-06
Posts: 391
Loc: Amsterdam, The Netherlands
The c0000006 (in page io error) exception is an absolute indication that the network connection to the network share from which KIX32 was started was forcibly disconnected during the script. In other words: the script involved, or some outside force, does a "NET USE Z: /d" while your script is running.

Depending on how you start KIX32, you may be able fix the problem by using the "START /w KIX32.EXE" command.

Ruud

Top
#78284 - 2001-08-16 11:16 AM Re: Citrix sessions Cause KIX32 to fail
Anonymous
Unregistered


Does this need to run from a batch file rather than the user manager's logon script name

Seems a shame to run a batch file to run a script processor ;(

Top
#78285 - 2001-08-16 01:21 PM Re: Citrix sessions Cause KIX32 to fail
Ruud van Velsen Moderator Offline
Developer
*****

Registered: 1999-05-06
Posts: 391
Loc: Amsterdam, The Netherlands
No, running it directly is fine, provided you use the good old console version (KIX32.EXE). The 'console-less' version (WKIX32.EXE) runs asynchronously, and could cause problems in this configuration.

Ruud

Top
Page 1 of 1 1


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

Who's Online
0 registered and 484 anonymous users online.
Newest Members
Sir_Barrington, batdk82, StuTheCoder, M_Moore, BeeEm
17886 Registered Users

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