cancel
Showing results for 
Search instead for 
Did you mean: 

Where execute SGEN after upgrade

Former Member
0 Kudos

Hello all,

I have updated ABAP System and now i want to know how to use the SGEN.

We have one DB server and 4 Application server.

I wante to know if it is ok to run SGEN in DB server on 000 client or I should run SGEN in application server?

  

Thanks

  

Reza

Accepted Solutions (1)

Accepted Solutions (1)

ashish_vikas
Active Contributor
0 Kudos

Hi Reza,

- you can run SGEN in any client.

- if your db server and app server have same hardware and OS, you can run it anywhere.. better app server using parallel processing to speed up.

- Also it will generate archive logs, so do check on this front.

http://scn.sap.com/thread/1663070

best regards

ashish

Former Member
0 Kudos

Hi,

SGEN generates the runtime of the programs.

Yes it is ok to run sgen in 000 client on the DB/CI server .

Just take a note that when you are running Sgen one db table space should have space and archive logs should be running as it generated huge archive logs.

Only thing is that some network speed will come in picture if Application server is used. So it might be little bit slower if application server are used.

Thanks

Rishi Abrol

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Reza,

SGEN is the client independent transaction and it can execute on any of the client.

Before running make sure the table space availability and free space in archive directory as it will generate lot of logs and you can execute in any of the application servers.

Regards,

Rithesh.

Former Member
0 Kudos

one more thing to add transaction SGEN automatically selects all servers that have the same computer type.

Thanks

Rishi Abrol

Former Member
0 Kudos

Thanks for your all response and advice

Reza