Quantcast
Channel: SCN : Discussion List - SAP Planning and Consolidation, version for the Microsoft platform
Viewing all articles
Browse latest Browse all 1545

Set Environment status AVAILABLEFLAG

$
0
0

Related: Set environment Status

 

Hello guys,

 

I am trying to set offline/online system in certain periods with windows tasks.

 

After setting this Flag offline in database using sql, the system is offline.

 

When I am trying to set the flag to 1 (same script as the offline)

 

SELECT * FROM[dbo].[tblDefaults] WHERE KeyID Like'AVAIL%'


_GLOBAL    SYSTEM AVAILABLEFLAG    1

 

UPDATEtblDefaultsSET[VALUE]=N'1'

WHERE    Userid  =   N'_GLOBAL'

AND      Type    =   N'SYSTEM'  

AND      App     =   N''   

AND      KeyID   =   N'AVAILABLEFLAG'

 

When Login through excel the system remains offline...

 

If i do the reverse process, it's not updating...

 

If I go to the Administration, the system flag is 1, (Available), If I press UPDATE, the system now is really online...

 

Do you know if I need to change/run any other process after change this flag?

 

Many thanks.


Viewing all articles
Browse latest Browse all 1545

Trending Articles



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