Skip to Content
0
Former Member
Jul 21, 2016 at 02:08 PM

* 10: authentication failed SQLSTATE: 28000

5011 Views

Hello,

As a part of daily hana backup I have triggered backup via crontab using backint -- tsm . I check from the server logs backup not successful but when i check from hana studio backup catalog and backup.log file I see it is successful.

Do I assume backup is successful?

********** script**********

INSTANCE_NUMBER="00"

USERSTORE_BACKUP_RECORD="BACKUP"

LOGDIR="/var/tmp/tsmlog"

TIMESTAMP=$(date +%b_%d_%Y)

LOGFILE="daily_data_bck_$TIMESTAMP.log"

LOGRETENTION="45" #in days

$HDBSQL -i $INSTANCE_NUMBER -n $HOSTNAME -U $USERSTORE_BACKUP_RECORD -f -t "backup data using backint ('$TIMESTAMP')" > $LOGDIR/$LOGFILE 2>&1

**********

from daily_data_bck_<data>.log

----

* 10: invalid username or password SQLSTATE: 28000

backup data using backint ( ' date ')

Password:Backup not succesfull

Regards,

DK

Attachments

studio.png (5.5 kB)
backup_log.png (3.6 kB)