Hi All,
Not sure if I am in the correct forum for this question. I am applying SAP Support Packs to my Solution Manager 7.1 on Sybase system(15.7). It is failing in phase PREP_INSTALL/SHDINST_DB_PREP with:
executing statement: --check if login exists
if not ( exists (select * from master.dbo.syslogins where name = 'SAPSR3SHD') )
declare @password varchar(16)
select @password = password_random(16)
create login 'SAPSR3SHD' with password @password default database 'SM1' default language us_english
statement execution finished successfully.
3found line if (not exists(select name from sysusers where name = 'SAPSR3SHD'))
3found line exec sp_adduser SAPSR3SHD, SAPSR3SHD
3found line go
executing statement: if (not exists(select name from sysusers where name = 'SAPSR3SHD'))
exec sp_adduser SAPSR3SHD, SAPSR3SHD
EDbSlBegRead: rc 100, SQL-error 207 => [ASE Error SQL207][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Invalid column name 'user_status'.
[ASE Error SQL207][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Invalid column name 'user_status'.
execution of statement if (not exists(select name from sysusers where name = 'SAPSR3SHD'))
exec sp_adduser SAPSR3SHD, SAPSR3SHD
failed.
I'm not sure what to do here. Any help would be appreciated.
Thanks,
Diana