Quantcast
Channel: SCN: Message List - SAP ERP 6.0 Upgrade
Viewing all articles
Browse latest Browse all 4288

Re: ECC upgrade stuck in pre-processing phase

$
0
0

Hi ,

 

This  privilege issue in database,could you try the below queries and let me the error.

kindly check this..

 

1) SELECT * FROM all_objects WHERE object_type IN ('TABLE','VIEW')

AND object_name = 'OBJECT_NAME';

 

 

 

 

 

If the error occurred then it dont have access to the table or view. You have to give grant permission

 

 

 

2) SELECT *FROM "objectname";  -> find the owned schema of this table

 

 

 

 

 

 

 

SELECT owner

FROM all_objects

WHERE object_type IN ('TABLE','VIEW')

AND object_name = 'table';

 

Give the grand permission for the table and owned the schema.

 

 

 

 

 

1) GRANT privileges ON SAPSR3.SEOFRIENDS TO SAPSR3SHD;

 

 

 

2) GRANT SELECT, INSERT, UPDATE, DELETE ON SAPSR3.SEOFRIENDS TO SAPSR3SHD;

 

 

 

 

 

3) GRANT EXECUTE ON SAPSR3.SEOFRIENDS TO SAPSR3SHD;

 

 

If you got error while executing  the queries paste the error

 

 

Thanks,

BM


Viewing all articles
Browse latest Browse all 4288

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>