cancel
Showing results for 
Search instead for 
Did you mean: 

Help with R3trans

former_member759680
Contributor
0 Kudos

Hello,

I am unable to find the difference between "R3trans -d" and "R3trans -x"

I checked the trans.log for both and they seem to be same.

Can somebody help me understand the difference?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

R3trans -d checks database connectivity as suggested above and R3trans -x checks environments variable to connect to DB.

Thanks

Sunny

former_member759680
Contributor
0 Kudos

Hello Sunny,

Thanks for the reply.

So, "R3trans -x" doesn't actually test connection to the database. It just checks the env. variables?

paul_power
Active Contributor
0 Kudos

Dear Gautam Poddar,

R3trans -x checks the connection to the database but R3trans -d should always be used as it actually logs into the database.

If you ever encounter an issue where the SAP system cannot connect to the DB, I would always recommend to run R3trans -d and then check the contents of the trans.log that gets generated.

Regards,

Paul

Former Member
0 Kudos

Hi,

R3trans -d : DB connect. Test if SAP database is available.

R3trans -x : DB connect without access on any SAP table.

Regrds,

Sagar