cancel
Showing results for 
Search instead for 
Did you mean: 

problem when creating configuration Scenario

Former Member
0 Kudos

hi all

when i Create configuration Scenario use sap XI then it warning that "Error initializing key service (COULD_NOT_GET_KEYSERVICE)" and "The log file for database 'N4S' is full. Back up the transaction log for the database to free up some log space."

is it means so many people to use the system?

and how can i clear this problem?

thanks!

marx

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

User query below to backup and shrink the trasactional logs

db_name in your case is "N4S"

db_name_log is the trasctional log file name:Chek this in your case must be like N4S_log

backup log db_name with truncate_only

go

dbcc shrinkfile (db_name_log,0)

go

run this query and restart the database

Ps: If helful pleae reward points

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

clear/backup the log file it should work.

or extend the diskspace allocated to the log files .

rgds

Arun

agasthuri_doss
Active Contributor
0 Kudos

Hi,

Are you Creating configuration Scenario First Time

Regards

Agasthuri Doss