Subject Network Connection Failing
Author peterchubby
A customer set up a system; the server and 4 of 5 clients work fine,
the fifth one has a quirky problem. When a connection attempt is made
(using the database owner name and password) the system throws the
message `Cannot Open File "". The System Cannot Find Path Specified'.

I used IB_monitor to log activity and can confirm this client is
connecting to both the security and our database OK as a standard
registered user. However, when it tries to connect to the database
using the database owner name and password the above error occurs and
it seems to go off the radar i.e. IB_Monitor reports nothing and
although the connect is within a try except, code within the except
code never runs. Nor does it reach code after the try except. (This
being in the Datamodule create seems to imply the Datamodule was not
created; but tests for the Datamodulue's existence are positive.)

Their network administrator told me that if they set up new user
profiles then it will run at least once for each profile and then
displays the problem on subsequent runs - if that sheds any light to
those of you with more knowledge.

I am using D7 with IBO4 and Fb1.5, the problem client is an XP
wireless laptop connecting to SBS.

Has anyone come across this issue before?