Page 1 of 2 12>
Topic Options
#7497 - 2001-03-12 01:50 PM KXRPC Server error
Anonymous
Unregistered


On a win'95, after logon, i am missing one share to a server.
The local log file gives me the error: " Failed to locate/connect to a KXRPC server Error : Kan het netwerkpad niet vinden. (0x35/53)"
Can't find networkpath.

So I'm kind of lost at the moment.

------------------
Eastborn Slaapsytemen BV * Eddy Croezen

Top
#7498 - 2001-03-12 04:20 PM Re: KXRPC Server error
Bryce Offline
KiX Supporter
*****

Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
Are you running the KixRPC service on your domain controllers?

Are you using any type of kix macro to map to this one share?

You in a sense, do not need the KixRPC service running..... but with out it kix is limited to what it can do on win9x computers.

Bryce

------------------
kix.isorg.net

Top
#7499 - 2001-03-12 04:28 PM Re: KXRPC Server error
Anonymous
Unregistered


He Bryce, thanks for your fast reply!

I am using two NT4.0 domaincontrollers who are both running the KXRPC-service.
In the script i am mapping different networkdrives to these servers and one mapping to a networkdrive on a NT server who is not a domaincontroller ( normal server )

The otherones are working fine but the last one to the normal server doesn't work?

------------------
Eastborn Slaapsytemen BV * Eddy Croezen

Top
#7500 - 2001-03-12 04:32 PM Re: KXRPC Server error
Anonymous
Unregistered


Bryce, a piece of my script

if @RAS
messagebox("Ivm RAS worden er geen shares aangemaakt","",64)
else
use "*" /delete ; remove all current connection
$err = DelTree("HKEY_CURRENT_USER\Network\Persistent")
$err = AddKey("HKEY_CURRENT_USER\Network\Persistent")

if ingroup("Domain Admins") = 1
use J: "\\serverA\C$$"
endif

if ingroup("Domain Users") = 1
use H: "\\serverA\Data"
use G: "\\serverB\Temporary"
use M: "\\serverC\Matrix4"
endif

------------------
Eastborn Slaapsytemen BV * Eddy Croezen

Top
#7501 - 2001-03-12 05:23 PM Re: KXRPC Server error
Bryce Offline
KiX Supporter
*****

Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
and what share doesn't map?

Bryce

Top
#7502 - 2001-03-13 11:23 AM Re: KXRPC Server error
Anonymous
Unregistered


Just a thought... Are the share names the same as the directory names and if not, are you perhaps using the wrong one?
Top
#7503 - 2001-03-13 05:12 PM Re: KXRPC Server error
Anonymous
Unregistered


Hi guys,

Server A and C are my domaincontrollers and the share to these servers are working fine.

Only the share to Server B (normal server) isn't working

------------------
Eastborn Slaapsytemen BV * Eddy Croezen

Top
#7504 - 2001-03-13 05:49 PM Re: KXRPC Server error
Bryce Offline
KiX Supporter
*****

Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
ok,

first test the security of the \Temporary share, and make sure that you can connect to it normally. (click on start | run | and type \\serverB\Temporary) and if the proper security levels are in place, you should be able to connect to it.

If you can't connect to it, check both share level security, and file level security (file level security only if the share is on a NTFS partition.)

Bryce

------------------
kix.isorg.net

[This message has been edited by Bryce (edited 13 March 2001).]

Top
#7505 - 2001-03-14 08:22 AM Re: KXRPC Server error
Anonymous
Unregistered


Bryce,
It can't be a secrurity issue because the client can connect mannuly without any problems.

------------------
Eastborn Slaapsytemen BV * Eddy Croezen

Top
#7506 - 2001-03-15 12:27 AM Re: KXRPC Server error
Anonymous
Unregistered


manully manually manuly mannually

Pffffffff

It's not easy !

------------------
Eastborn Slaapsytemen BV * Eddy Croezen

Top
#7507 - 2001-03-14 01:24 PM Re: KXRPC Server error
Anonymous
Unregistered


Croezen, you still haven't told us much about the share in question. What is the directory name? What is the share name? And finally, what is the command line you are using to map it?

Top
#7508 - 2001-03-14 01:35 PM Re: KXRPC Server error
Anonymous
Unregistered


allright, allright,the command in Kixtart;
use G: "\\serverB\Temporary"

Trying to connect to serverB on wich a directory C:\Temp ( everyone full control ) is shared as Temporary ( everyone full control )

------------------
Eastborn Slaapsytemen BV * Eddy Croezen

Top
#7509 - 2001-03-14 03:47 PM Re: KXRPC Server error
DrillSergeant Offline
MM club member
*****

Registered: 2004-07-09
Posts: 1164
Loc: Eijsden, the Netherlands
Could you try a sharename with 8 chars instead of 9 ?

Wild stab in the dark, here...

If this is it you'd problably want to update some DLL's.

------------------
Greetz,

Roger the Young
------------------------
The code is out there...
------------------------

_________________________
The Code is out there

Top
#7510 - 2001-03-14 04:00 PM Re: KXRPC Server error
Anonymous
Unregistered


Cant't be that problem. I can connect manually so in my opinion it must be a problem in the script of with kixtart?

I have tried it on my machine (win'98) and it works fine if that users logs in. The user has a win'95 machine.

If just tested something;
if i execute the script manually on the client it seems to work fine?

!!! Hé
I am using $R= SETCONSOLE("MAXIMIZE") in the logonscript but it didn't seem to work, now when executing the script manually it maximizes the screen correctly ??

------------------
Eastborn Slaapsytemen BV * Eddy Croezen

Top
#7511 - 2001-03-14 04:37 PM Re: KXRPC Server error
Bryce Offline
KiX Supporter
*****

Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
put a

? @serror

after the bad drive mapping. and let us know what it says.

Bryce

------------------
kix.isorg.net

Top
#7512 - 2001-03-14 04:45 PM Re: KXRPC Server error
DrillSergeant Offline
MM club member
*****

Registered: 2004-07-09
Posts: 1164
Loc: Eijsden, the Netherlands
Are you SUUURE you don't have conflicting files?

Do you have an older KIX32.EXE, KX16.DLL, KX32.dll, KX95.DLL on the logon-share and some newer ones on the local workstation?

------------------
Greetz,

Roger the Young
------------------------
The code is out there...
------------------------

_________________________
The Code is out there

Top
#7513 - 2001-03-14 05:39 PM Re: KXRPC Server error
Anonymous
Unregistered


Hi Guys,

First Bryce;
? @serror gives "toegang is geweigerd"
a my windowsversion is dutch so ... in english "no permission"

Alright Roger, I am sure of the version. I only update on the server so I can't have any different versions.

After logon it works fine so it must be a permissionproblem while login on. (Something like the server is not know while executin kix. or something of that kind? )

It seems to become a nice little problem.
Bryce can't you come over and look at the problem? Coffee is ready.

------------------
Eastborn Slaapsytemen BV * Eddy Croezen

Top
#7514 - 2001-03-14 06:38 PM Re: KXRPC Server error
Bryce Offline
KiX Supporter
*****

Registered: 2000-02-29
Posts: 3167
Loc: Houston TX

Hmmm, a little bit to far for me to drive

This problem server is a member of the domain?

Bryce

------------------
kix.isorg.net

Top
#7515 - 2001-03-15 08:37 AM Re: KXRPC Server error
Anonymous
Unregistered


Yes the server is in the domain.

Straingly enough that the win'95 client gives a problem and the win'98 goes OK?

------------------
Eastborn Slaapsytemen BV * Eddy Croezen

Top
#7516 - 2001-03-19 09:31 PM Re: KXRPC Server error
bleonard Offline
Seasoned Scripter
*****

Registered: 2001-01-19
Posts: 581
Loc: Chicago, IL
croezen -
Recommend checking the share permissions - can 'Everyone' access the share, or only members of specific group(s)? Also, does problem exist for all users, specific users on specific workstations, or all users on specific workstations?

I am guessing that a function executed later in your script is providing some security setting/access for the user(s) in question. On first execution of the script the user does not have rights to the share, but on the 2nd manual execution the rights are now in place - defined by completion of login script during first execution. So, I also suggest you check the latter part of the script for anything that might help with this possibility.

Bill

Top
Page 1 of 2 12>


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

Who's Online
0 registered and 2220 anonymous users online.
Newest Members
Viginette, ManuvdWielNL, Sir_Barrington, batdk82, StuTheCoder
17888 Registered Users

Generated in 0.132 seconds in which 0.089 seconds were spent on a total of 13 queries. Zlib compression enabled.

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