From:
[email protected]
On Fri, Aug 13, 2004 at 02:00:53PM +0100, Dr A V Le Blanc wrote:
On Fri, Aug 13, 2004 at 01:14:25PM +0200, Petr Vandrovec wrote:
Are you sure you typed correct password? If you get this message it
means that connection to MCC-REPRO as user ZLSIIAL failed, and alternate connection by using your current directory does not exist.
And same for all other cases below.
If you cannot get it with -S/-U to work, mount SYS volume from MCC-REPRO into some directory, and then run nwbols -t 4 -o .... and nwbpvalues ... without specifying -S and -U from the directory you just mounted.
Output of UK-AC-MAN-NTAL is more important - I believe that this server does not know about all servers you have in your network.
But I don't have a user name on MCC-REPRO, or on any of the other
machines mentioned here, only on UK-AC-MCC-NEWFS1. We have, as I
think I mentioned, a couple of hundred Novell servers, and we tend
to have user names on one each. If I can't mount the filestore for
my own user, or for one of the others I happen to know, then
I can't have a current directory in Novell. If I try
It is bad... Can you try applying following patch to the ncpfs sources,
rebuild & reinstall? Currently when you are looking for some specific
server, ncpfs does:
(1) Look if there is connection to some other server opened.
(2) No, no other connection => go to step 4
(3) Search bindery of connected server for server you are connecting
to. Worked => great, we found server address and we are done.
(4) Send specific SAP request to the network. Did somebody answer =>
=> great, we found server...
(5) Send general SAP request to the network. Did we found server we
are connecting to in replies => great, we found server...
(6) Give up, there is no such server. Error 8847.
Patch below adds step
(1.5) If there is no server connected, use 'get nearest server'
service to find nearest server and connect to it.
Hopefully it will fix problem you see. Though without bindery listing
from MCC-REPRO I cannot say that for sure.
Petr Vandrovec
--- lib/resolve.c.orig 2004-08-13 15:53:15.000000000 +0200
+++ lib/resolve.c 2004-08-13 15:58:12.000000000 +0200
@@ -113,7 +113,13 @@
if (!startConn) {
err = ncp_next_conn(NULL, &startConn);
if (err) {
- return err;
+ if (name != NULL || nameFormat != NWCC_NAME_FORMAT_BIND || transport != NT_IPX) {
+ err = NWCCOpenConnByNameTran(NULL, NULL, NWCC_NAME_FORMAT_BIND,
+ NWCC_OPEN_NEW_CONN, NWCC_RESERVED, NT_IPX, &startConn);
+ }
+ if (err) {
+ return err;
+ }
}
} else {
ncp_conn_use(startConn);
--
To UNSUBSCRIBE, email to
[email protected]
with a subject of "unsubscribe". Trouble? Contact
[email protected]
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)