changing the System password

Post Reply
sabety
Posts: 76
Joined: Wed Dec 06, 2000 7:11 am

changing the System password

Post by sabety »

I get the following error when attempting to change the SYSTEM password for the first time:

000 No valid password supplied in the function chpass

I've tried all sorts of different passwords and still get the same error message. Running on Tru64.
User avatar
John
Site Admin
Posts: 2621
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

changing the System password

Post by John »

How was the database created, and how are you trying to change the password?
John Turnbull
Thunderstone Software
sabety
Posts: 76
Joined: Wed Dec 06, 2000 7:11 am

changing the System password

Post by sabety »

to create database:
creatdb mydb

to change password:
tsql -a change -u _SYSTEM -d mydb

then prompted twice for new password which it won't accept.

Also, I am now getting the following error message (is the installation screwed up?):

Texis Web Script (Vortex) Copyright © 1996-2000 Thunderstone - EPI, Inc.
Unknown Version 3.01.971289085 of Oct 11, 2000 (alpha-dec-osf4.0)

Error

100 Monitor process child returned exit code 1
000 Monitor process failed
000 Cannot get config settings
User avatar
John
Site Admin
Posts: 2621
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

changing the System password

Post by John »

You probably have already changed the _SYSTEM password. You can try specifying the _SYSTEM passwd (that you might have changed it to) with the -p option.

You might look at the morph3/texis/monitor.log file as to why the monitor process exited. Most likely it is a permissions issue.
John Turnbull
Thunderstone Software
Post Reply