Quantcast
Channel: Symantec Connect - Products - Discussions
Viewing all articles
Browse latest Browse all 6827

SEP 14 Queries

$
0
0
I need a solution

1. Can anyone please confirm if there is any maximum size limitiation for the SEPM database backup file that we can restore? As far as I know there isn't one but still wana confirm to avoid any issues during the restore. The size of the backup file is 45GB. Version of SEPM is 12.1.6

2. I am trying to use the move client utility that is available under the NoSupport folder in SEP 14 Tools to automatically move large number of clients into different groups in SEPM based on different criteria. Can anyone please confirm and provide me the location as where do I need to specify the SEPM SQL DB details?? 

Appreciate if you can hightlight the place and the syntax. I am specifying it in the below line but for some reasons it is not working.

------------------------------------------------------------------------------------------------------------------------------------------

Option Explicit

'--------------------------------------------------------
'Set the below values to your database password and username
'--------------------------------------------------------

Dim DBUser : DBUser = "sem5"
Dim DBPass : DBPass = "password123"
Dim TempGroupName : TempGroupName = "Default Group"

'--------------------------------------------------------
'Other settings
'--------------------------------------------------------

Dim DomainName : DomainName = "%"
Dim OnlyCheckClientsInTempGroup : OnlyCheckClientsInTempGroup = False
Dim MoveClientsToNewDomain : MoveClientsToNewDomain = False
Dim SilentMode : SilentMode = False
Dim EnableLogging : EnableLogging = True
Dim sLogFile : sLogFile = "MoveClients.log"
Dim ConnectionString : ConnectionString = 172.2.2.x;UID="& DBUser & ";PWD="& DBPass

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

0
1482777244

Viewing all articles
Browse latest Browse all 6827

Trending Articles



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