Mike
I think ( not 100% sure) that if you are using the owner as
the username you don't specify the password. Only if it's a
defined user under the owner of the database do you define both.
You would use
CON service IDENTIFIED BY ownername
If it's a user defined under the Owner -- meaning a user defined
while you were logged in as owner then your Syntax should work,
unless there are other restrictions on the files through the OS,
althogh I don't see this giving you that kind of an error.
Jim Limburg
> Mike baldwin wrote:
>
> I am running an overnight process from the scheduler on NT
> Server 4.0 (build 1381 SP 6) and have been trying get the program to
> connect to a database using a specific username and password, but
> cannot get Rbase to accept the password I specify. The connect
> statement looks like this:
>
> con service identified by username password.
> The first time I run the program RBase tells me "Error - The
> current password is not correct for this user identifier (2867)"
> However, when it prompts me for a password I type in the same password
> I gave it in the connect statement and it works fine, and it continues
> to work until I close the RBase session. The error occurs when the
> program is run both manually and from the scheduler. Does anybody
> have any idea how to make the error go away?
>
> Mike Baldwin
> Advance Business Systems
> 10755 York Road / P.O. Box 627
> Cockeysville, MD 21030
> FAX: 410-667-4326
> PHONE: 410-252-4800 ext. 338
> [EMAIL PROTECTED]