cancel
Showing results for 
Search instead for 
Did you mean: 

rabax error during logon

former_member183044
Active Participant
0 Kudos

Hi experts,

When i was running the SPAM for basis upgrade (SAPKB73103), the server automatically stops stops and shows the below error.

But when i again logged , i got the following error.

Please Help . I am in a critical situation as none of the users wasn't bale to logging.

Awaiting yours earliest reply

Regards

Praveen

Accepted Solutions (1)

Accepted Solutions (1)

former_member183044
Active Participant
0 Kudos

Hi All,

Make sure that you have enough space in db to run the SPAM.


Regards

Praveen

former_member203760
Participant
0 Kudos

Hi Praveen,

I am facing same issue,How can i get DB space, my database is SQL server 2008 R2.

Thanks in advance

Jana

Former Member
0 Kudos

Hi Janardhan

Hope this query helps  to you

ALTER FUNCTION [dbo].[GetDBSize]
(
  
@db_name NVARCHAR(100)
)
RETURNS
TABLE
AS
RETURN

 
SELECT
  database_name
= DB_NAME(database_id)
  
, log_size_mb = CAST(SUM(CASE WHEN type_desc = 'LOG' THEN size END) * 8. / 1024 AS DECIMAL(8,2))
  
, row_size_mb = CAST(SUM(CASE WHEN type_desc = 'ROWS' THEN size END) * 8. / 1024 AS DECIMAL(8,2))
  
, total_size_mb = CAST(SUM(size) * 8. / 1024 AS DECIMAL(8,2))
 
FROM sys.master_files WITH(NOWAIT)
 
WHERE database_id = DB_ID(@db_name)
  
OR @db_name IS NULL
 
GROUP BY database_id


Thanks

AK

former_member203760
Participant
0 Kudos

Hi Anil,

Thank you for the quick response.

But How can i solve the issue.

Thanks

Jana

Answers (4)

Answers (4)

0 Kudos

Try by setting login/quiet_mode=0

Refer note:1824283

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

The first screen shot says that the main import is in process. Assuming that the DIR_TRANS is set to /usr/sap/trans you should in fact check the logs present under /usr/sap/trans/tmp directory as the logs are first created here and once a specific task of the patching activity has been completed it will move the log to the /usr/sap/trans/log directory.

I would check the work process trace files (latest) in the work directory to know more about the termination of work process with the underlying database.

You should also make sure that the database is running without any issues.

Cheers

Reagan

former_member183044
Active Participant
0 Kudos

Hi Reagen,

Should i sent u the laetst workprocess trace file (dev_m*) ???

Regards

Praveen

former_member185239
Active Contributor
0 Kudos

Hi Praveen,

- Check the tp and R3trans process on OS level.

- Also do check the /usr/sap/trans/tmp is getting updated or not.

  If logs are getting updated then you need to wait for an hour and don't kill the tp and R3trans process at OS level.

So you don't need to worry , since program are getting change and so you are getting the errors.

With Regards

Ashutosh Chaturvedi

former_member183044
Active Participant
0 Kudos

Hi Ashuthosh,

This error occured in our server at 4.30 pm. but when i checked at /usr/sap/trans/tmp folder, one file has updated on 4.00 pm.

I already searched in net and also in scn. But some of the discussions there indicating that after some time (say 15 min.) the error gets automatically closed.

Awaiting ur earliest reply

Regards

Praveen

former_member185239
Active Contributor
0 Kudos

Hi Praveen,

You need to wait for sometimes and its a common error for SAP_BASIS patch.

Also do check the tp and R3trans process.

With Regards

Ashutosh Chaturvedi

nirmal_konchada
Active Contributor
0 Kudos

Hi,

Can you please check the Support package logs under /usr/sap/trans/log and also check dev_w* logs under work directory.

You can also attach the logs here so that we can check.

Regards,

Nirmal.

former_member183044
Active Participant
0 Kudos

Hi Nirmal,

In /usr/sap/trans/log, which log u needed? also the dev_w* logs, there were upto dev_w31 . U need all those?

Awaiting your earliest reply

Praveen