CommServe Database
For more information, refer to the following sections on this page:
-
"CS0001: General performance of the CommCell is not optimal"
-
"CS0002: CommServe disaster recovery error: [Msg 701] "There is insufficient system memory to run this query""
-
"CS0003: Issues on Microsoft SQL Server"
-
"CS0004: Capture memory and Handle Leak Dumps using the Debug Diagnostic tool"
-
"CS0006: Jobs are not running with error code [19:645] "All Activity on the CommServe has been disabled" and you have Microsoft SQL Server Express edition"
CommCell Environment
For more information, refer to the following sections on this page:
-
"CC0001: Sophos anti-virus 7.6.8 and other versions trigger error code [19:599]: "Loss of Control Process..."
-
"CC0002: General license issues (when applying or releasing licenses)
-
"CC0003: Impact of Daylight Savings Time on backup schedules, Disaster Recovery testing, and Microsoft SQL Server
-
"CC0004: Job killed or suspended by the system
-
"CC0005: Jobs pending with error "Please check the log files for this job for more details"
-
"CC0006: Jobs pending with error code [19:1161] "The number of running jobs has exceeded the limit on the Maximum Number [#] allowed"
-
"CC0008: Users have access to files and folders belonging to others users"
-
"CC0013: Java Deprecation Warning Appears after Installing New Java Version"
For more information, refer to the following troubleshooting articles:
-
SCHD0001: Handling adjustments to Coordinated Universal Time (UTC) (Leap Second)
-
CC0007: Text in the CommCell Console appears very small or to overlap
-
CC0011: Multiple CommCell Names Appear in the "Connect to CommCell" Dialog Box
-
CS0038: Incorrect Translations Appear in the Command Center or the Web Console
CS0001: General performance of the CommCell is not optimal
Symptom
When a CommServe database is not maintained regularly, you may see one or more of the following symptoms:
-
Sluggish general operation in the CommCell Console
-
Schedules and jobs fail to launch and run properly
-
Excessive file growth of the CommServe or Temp databases
Resolution
Run the DBMaintenance utility against your database. This utility performs a number of maintenance tasks to ensure that your CommServe performs optimally. On the CommServe computer, perform the following steps:
-
Open the command prompt, navigate to the <Software_Installation_Directory>/Base folder and run the following command:
dbmaintenance -full
A full maintenance should be performed the first time the utility is run. It checks for inconsistencies, re-indexes all tables and shrinks the database.
You should run a full maintenance every 6 months, as we do not recommended shrinking the database on a regular basis.
-
If you already performed a full maintenance sometime ago, we recommend running the following command every 4-6 weeks:
dbmaintenance -recommended
A recommended maintenance checks the database for inconsistencies, and re-indexes the largest and most accessed/modified tables. Unlike the full maintenance, it does not shrink the database.
For more information on this tool, see DBMaintenance Utility.
CS0002: CommServe disaster recovery error: [Msg 701] "There is insufficient system memory to run this query"
Symptom
The following errors might be generated during a CommServe disaster recovery backup:
From the commserveDR.log file:
CommservDR::doBackupRestore() - Copying the dump file from staging area to the ER directory
CommservDR::dumpLog() - Log>> DBCC execution completed. If DBCC printed error messages, contact your system administrator.
CommservDR::dumpLog() - Log>> There is insufficient system memory to run this query.
CommservDR::dumpLog() - Log>> Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous errors.
CommservDR::backupCmd() - CommServeDR: Problems encountered backing up SQL metadata.
CommservDR::backupCmd() - CommServeDR: Full backup failed.
From the JobManager.log file:
ODBCApi\DBcursors.cpp ,line 465, Problem Declaring/Preparing/Opening cursor for Table APP_SubClientProp (Batch 1)
[DBErr] SqlState: 42000 NativeError: 701 Line/Row: 1/1 [DBErr] Message:There is insufficient system memory to run this query.
SCInterfaceDB::getProperties() - Open Cursor on [APP_SubClientProp] Table failed. Error [ [DBErr] SqlState: 42000 NativeError: 701 Line/Row: 1/1 [DBErr] Message:There is insufficient system memory to run this query.]
Scheduler Set pending cause [CommServeDR: Error: [Msg 701].]::Client [ ] Application [commserveDR] Message Id [570425409] RCID [0] ReservationId [0]. Level [0] flags [0] id [0] overwrite [0] append [0] CustId[0]. Scheduler Ignored pending cause [CommServeDR: Error: [Msg 8921].]::Client [ ] Application [commserveDR] Message Id [570425409] RCID [0] Reservation Id [0]. Level [0] flags [0] id [0] overwrite [0] append [0] CustId[0]. Scheduler Phase [Failed] message received from [ ] Module [commserveDR] Token [] restartPhase [0]
JobSvr Obj Phase [1-Backup To Disk] for job Failed and will be restarted.
Resolution
This error indicates that the CommServe is running low on memory and is unable to backup the SQL database. This can occur if the computer has been up for an extended period of time or under heavy load. If the computer is under heavy load, it is due to SQL temp files which can grow large if it is not set back to the default size regularly. One of these temp files is the Templog.ldf log file, which can continue to grow each time SQL is used.
To resolve this issue, stop the Commvault services, cycle the SQL services, and then restart the services. For step-by-step instructions on controlling services, see Controlling Services on Windows.
If this workaround fails to resolve the issue, then reboot the CommServe computer. This returns the temp file to the default size and allow the disaster recovery backup to run.
Note
We recommend to use the DBMaintenance utility to maintain the CommServe database and prevent the issues explained above from happening. For more information on this tool, see DBMaintenance Utility.
CS0003: Issues on Microsoft SQL Server 2008
This is a collection of issues and resolutions regarding Commvault and the SQL Server.
Symptom 1
The backup of the SQL databases as "Full Text" databases failed for one or more databases. Error Code 30:323 is generated with the following message:
Error encountered when transferring data for db [...] to the MediaAgent. Please check the SQL VDI.LOG AND connectivity between client and MediaAgent.
The following error is also found in the SQLiDA.log in the Commvault folder:
The backup of full-text catalog 'ProjectDBTemplateUnitAttachment' is not permitted because it is not online. Check errorlog file for the reason that full-text catalog became offline and bring it online. Or BACKUP can be performed by using the FILEGROUP or FILE clauses to restrict the selection to include only online data.
Resolution 1
This issue normally occurs when "Full Text" catalogs are offline. Make sure to review the Full Text indexes to see if there are any problems.
Also, review MSSQLSERVER_9987 (a Microsoft KB article) which displays the same error.
Symptom 2
There is an identified Microsoft issue when installing SQL 2008 on the second node of a failover cluster. The SQL Server setup may encounter the following error:
The current SKU is invalid
Resolution 2
Refer to the following Microsoft KB articles to fix the issue:
CS0004: Capture memory and Handle Leak Dumps using the Debug Diagnostic tool
Symptom
When you notice that the memory consumed by the CommServe database grows, it might be due to memory leaks. You can use the Debug Diagnostic Tool to capture memory dumps and find out the cause of the memory rise.
Resolution
Setup the Tool and Create a Rule
-
On the CommServe computer, download and install the Debug Diagnostic Tool v1.2.
-
After installation, open the tool.
Navigate to Tools | Options and Settings, and make sure that the folders and search paths are set as shown in the screen. Then, click OK.
A symcache folder is created automatically under C: drive, which can be later deleted once the memory dumps are captured.
-
Click Add Rule. The Select Rule Type window appears.
From this window, select Memory and Handle Leak and click Next.
-
In the Select Target window, select the process that shows the memory usage increase, and then click Next.
-
In the Configure Leak Rule window, do the following:
-
Select Start memory tracking immediately when rule is activated.
-
Select Generate final userdump after n minutes of tracking and specify the number of minutes to generate the dump.
Note
For example, if the process increases to 400 MB in 24 hours, specify 1440 minutes. If the increase of memory usage takes a shorter amount of time to reach 400 MB, then modify the time accordingly.
-
Select Auto-unload LeakTrack when rule is completed or deactivated.
-
Click Next.
-
-
By default, the rule name and the location of the user dump is already provided. You can change them if needed.
Click Next.
-
Click Activate the Rule now and then click Finish.
The tool immediately starts to track the memory leak.
Test and Monitor the CommServe Environment
-
From the CommCell Console, run a few backup jobs to increase the memory consumption.
-
Check the CommServe database logs to monitor the times at which the jobs were run, so you can later compare it with the memory usage increase.
-
Take a few memory dumps using the tool. Do this at time intervals when you see a memory usage increase (for example, when a few hundred MBs of memory are consumed).
To take a memory dump, navigate to the Rules tab, right-click the rule you created, and then proceed to create a dump.
Note
The time interval depends on the amount of memory consumption between two points in time. For slow growing memory, it could take a few hours before the memory consumption difference reaches a few hundred MBs.
CS0006: Jobs are not running with error code [19:645] "All Activity on the CommServe has been disabled" and you have Microsoft SQL Server Express edition
Symptom
The SQL Server Express edition database has a size limit of 10 GB. The Job Manager periodically checks the database size and generates a critical alert when the database size reaches 8 GB. The Job Manager stops all activity when the database size reaches 9.5 GB.
Resolution
For a greater database size limit, you can upgrade your SQL Server from the Express edition to the Standard edition. To upgrade a SQL Server from the Express edition to the Standard edition, see Upgrade to a Different Edition of SQL Server 2012 (Setup).
After the database upgrade, enable the activities at the CommServe level. For information on enabling activities, see Enabling or Disabling CommCell Activities.
CC0001: Sophos anti-virus 7.6.8 and other versions trigger error code [19:599]: "Loss of Control Process..."
Symptom
Sophos AntiVirus version 7.6.8 introduced a new feature that conflicted with the backup and restore processes of the Commvault software. For this reason, backup and restore operations may fail on Database agents such as Exchange, SQL, Oracle, MySQL, DB2 and Sybase with the following error: (additional agents might be affected)
Error Code: [19:599] Loss of control process processname.exe
where the processname.exe can be one of the following processes:
-
exTiDbBackup.exe (Application Event triggered in OS Event Viewer)
-
SQLBackup.exe (Application Event triggered in OS Event Viewer)
-
SrvOraAgent.exe (System Event triggered in OS Event Viewer)
The following are examples of how this error is displayed from the log files and from the CommCell Console.
Example 1: From the CommServe system.log File or from the Operating System Event Viewer
[TYPE] Information [TIME] [...] [SOURCE] Application Popup [COMPUTER] [...] [DESCRIPTION] Application popup: StartRestore.exe - Application Error : The application was unable to start correctly (0xc0000005). Click OK to close the application.
[TYPE] Information [TIME] [...] [SOURCE] Application Popup [COMPUTER] [...] [DESCRIPTION] Application popup: SrvOraAgent.exe- Application Error : The application was unable to start correctly (0xc0000005). Click OK to close the application.
Example 2: From the CommCell Console
Error Code: [19:599]
Description: Loss of control process exTiDbBackup.exe. Possible causes:
1. The control process has unexpectedly died. Check DR. Watson log or core file.
2. The communication to the control process machine (server name) might have gone down due to network errors.
3. If the machine (server name) is a cluster, it may have failed over.
4. The machine (server name) may have rebooted.
Application Event Error example:
Log Name: Application
Source: Application
Error Date: Date/Time
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: Server Name
Description: Faulting application exTiDbBackup.exe, version 7.0.0.1147, time stamp 0x490f2dd7, faulting module ntdll.dll, version 6.0.6001.18000, time stamp 0x4791adec, exception code 0xc0000005, fault offset 0x00000000000b1188, process id 0x6b4, application start time 0x01ca0a1ff5d96161.
System Event Error example:
TYPE: Information
TIME: Date.Time
SOURCE: Application Popup
COMPUTER: Server Name
DESCRIPTION: Application popup: SrvOraAgent.exe - Application Error : The application was unable to start correctly (0xc0000005). Click OK to close the application.
Resolution
Sophos version 7.6.10 resolved the backup and restore issue. However, with the release of version 7.6.21, the issue was re-introduced.
The problem behind the issue is that the operating system of the server is not set to support 8.3 character length file names. Sophos tries to create REG_SZ registry values using path structures similar to C:\PROGRA~2\Sophos\Sophos Anti-Virus\SOPHOS~1.DLL. In an environment where 8.3 files are not supported, the registry values cannot be created correctly.
Sophos provided the following workaround for this issue:
-
From the command prompt, run the following query to check if the creation of 8.3 files is enabled on Windows:
fsutil behavior query disable8dot3
-
If the output of the query is disable8dot3 = 1 {disabled condition}, then toggle disable8dot3 to 0 using the following command:
fsutil behavior set disable8dot3 0 {Enable}
-
Remove the contents of the AppInit_DLLs registry keys in order to leave the key with a blank value. These keys are found in the following locations:
-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows
-
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Windows
This operation will clear the following values:
-
C:\PROGRA~2\Sophos\Sophos Anti-Virus\sophos_detoured.dll
-
C:\PROGRA~2\Sophos\Sophos Anti-Virus\sophos_detoured_x64.dll
-
-
Uninstall the Sophos antivirus. Ensure the Sophos directory under Program Files is also deleted.
-
Re-install Sophos. The AppInit_DLLs registry keys should now have the following value:
C:\PROGRA~2\Sophos\Sophos Anti-Virus\SOPHOS~1.DLL,C:\PROGRA~2\Sophos\SOPHOS~1\SOPHOS~1.DLL
CC0002: General license issues (when applying or releasing licenses)
The following is a collection of licensing issues along with their respective resolutions.
Symptom 1
Assume that you uninstalled an iDataAgent from the CommCell (the license used by the agent is consumed). When you try to use the same license on a different server, you might receive the following error in CVCsl_Licensing_Dbg.log:
Not enough licenses
Resolution 1
Perform the following operations to force the CommServe database to update and clean up the license availability.
On the CommCell Console
-
Run the License Summary Report with most of the options (in the General tab) selected. See License Summary Report for step-by-step instructions.
-
From the Control Panel, click Licensing and Registration and then click the License Details tab. Compare the licenses shown in the report and the License Details tab to check that they match.
On the CommServe
-
Log off from the CommCell Console.
-
Restart the Commvault services. See Controlling Services on Windows for instructions.
-
Log on to the CommCell Console, and generate a new License Summary Report.
Symptom 2
Evaluation licenses can be applied only once on a specific server, unless the server is rebuilt from the operating system.
Once an Evaluation license expires at the end of 30 days, the CommCell does not let you re-apply a new Evaluation license to the same server. Also, if you uninstall an Evaluation license, it cannot be used on another server. These errors can be found in CVCsl_Licensing_Dbg.log.
Resolution 2
Use the following steps to resolve this issue:
-
Rebuild the server from the operating system
-
Request a Permanent License from your Account Manager
-
Request additional Evaluation Licenses from your Account Manager
CC0003: Impact of Daylight Savings Time on backup schedules, Disaster Recovery testing, and Microsoft SQL Server
Symptom 1
There is a known Microsoft SQL issue with an incorrect value in the TIME_ZONE column of the BACKUPSET table. This issue affects CommServes setup with SQL 2008, SQL 2008 R2, and SQL 2012 when log shipping is used and Daylight Saving Time changes are implemented.
Resolution 1
CommServes Setup with Microsoft SQL 2008
-
Check for a Microsoft SQL Server agent installed on the CommServe.
- If the Microsoft SQL Server agent is not installed, log shipping is not used and the CommServe is not affected.
-
If there is a Microsoft SQL Server agent installed on the CommServe, check to see if the agent has regularly scheduled backups (database and logs) as well as out of place restores of the logs to the Disaster Recovery CommServe.
- If this setup is not used, log shipping is not used and the CommServe is not affected.
-
If your setup meets the criteria above, please contact customer support to open a support case.
CommServes Setup with Microsoft SQL 2008 R2 or SQL 2012
To resolve this issue, refer to Microsoft KB article 2697983.
Symptom 2
The continuous world-wide changes to the Daylight Saving Time (DST) start and stop times affect jobs scheduled during the hour of the Time Change Event, as follows:
For any jobs scheduled when the clock's time goes 1 hour ahead
All Storage Policy schedules and client jobs scheduled at this time will be automatically moved to the next hour beyond the time change hour.
For example, the US EST to EDT time change is between 2:00AM and 2:59AM on Sunday March 13th, 2011. This means all schedule jobs will be moved to 3:00AM to 3:59AM on Sunday March 13th, 2011.
For any jobs scheduled when the clock's time goes 1 hour back
All Storage Policy schedules and client jobs scheduled at this time will continue to run, and no duplicate jobs will be launched.
For example, the US EDT to EST time change is between 1:00AM and 1:59AM on Sunday November 6th, 2011 (time regresses to 1:00AM at 2:00AM). This means all schedule jobs started between 1:00AM to 1:59AM EDT will remain running, and duplicates will not be kicked off at 1:00AM EST.
The schedules return to normal on the next day's schedules.
Resolution 2
This issue needs has no resolution as this is a normal function of the CommCell.
For Standard Time to Daylight Time
The time between 2:00AM and 2:59AM does not exist for this day. Note also that any jobs already running on this time frame will seem to take an additional hour to complete due to the time advance.
For Daylight Time to Standard Time
The time between 1:00:00AM and 1:59:59AM is repeated. Note also that any jobs already running on this time frame will seem to take one hour less to complete due to the time regression.
For additional information on DST changes and to make sure your systems are set up properly, see the following details on Microsoft and Java DST:
Additional Information on Day Light Savings Time
Microsoft Daylight Savings Time
There have been cases where the Microsoft DST patches were not applied completely by some customers. Due to this, it is required that you audit your servers and confirm if the patches for your servers and desktops have correctly updated the Windows registries.
Note
The DST change impacts SQL Sever Log Shipping, Log Replication and SQL Mirroring where servers are located in different time zones. It is critical that all DR testing scenarios include the Microsoft and Java DST updates in order to match the changes in the current production CommServe/MediaAgent/Client.
Use the following registry locations to confirm if the latest time zones have been applied:
-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Time Zones
-
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
The following are helpful links for Microsoft Time Zone details:
-
December 2012 Cumulative Time Zone update for Windows Operating Systems
-
How to configure Daylight Saving Time for Microsoft Windows Operating Systems
Java Daylight Savings Time
Java uses its own Olson Time Zone database and not the Microsoft registry entries as Java offers support for multiple platforms. If you are using an older version of Java during the Time Zone change period (depending on the country/time zone the CommServe is located), the CommCell Console may display incorrect times compared to the operating system time.
If the latest Java version is not installed, make sure to follow the standard Java recommended practices and download the latest version of Java from the Java site. Also, if you have multiple versions of Java installed (including the latest version), then from the Java console located under the Control Panel, disable all older versions as long as they are not needed.
The following are helpful links for Java Time Zone details:
CC0004: Job killed or suspended by the system
Symptom
When a job is killed or suspended by the system, the message displayed on Reason for Delay reflects the action taken by the system. This message conveys that the disk space resources on the CommServe are running low or below the minimum space requirements. One of the following event codes may be displayed in the message:
-
Error Code [19:861]
Killed by the System
-
Error Code [19:862]
Suspended by the System
-
Error Code [19:1595]
Killed and marked as failed by System
-
Error Code [19:1111]
The job has exceeded the total running time
There are additional scenarios that can produce the same messages listed above
Resolution
The Job Manager terminates a job when:
-
Free space is less than 25MB in the drive where the CommServe installation directory is located
-
The number of job retries exceeds the value set in the Job Management (Job Restarts) dialog box
-
Jobs overlap with each other (known as conflicting jobs). For example, when a new backup job is initiated for the same subclient where another backup job is currently running.
Note
The Job Manager kills the earlier job and replaces it with the newer job if the earlier job has not yet transferred any data to the media.
Do the following to resolve the issues:
Perform a Space Check
Before you determine if there is enough space in the drive where the CommServe is installed, you should make sure that the space requirements for your Windows server computer are met. Microsoft has published best practices for their operating system requirements in the following KB articles:
Note
In the KB articles below, navigate to the Important Supportability Information section, which contains the information you need.
-
How to determine the appropriate page file size for 64-bit versions of Windows
When you start to check the space for the CommServe installation directory, you also need to take into account the CommServe folder under the SQL Server directory, for example, C:\Program Files\MSSQL2008\MSSQL10.COMMVAULT\Data.
Fix Conflicting Jobs
Configure the Job Manager to deal with conflicting jobs by killing the current job and replacing it with the newer job if the earlier job has not yet transferred any data to the media. For instructions, see Terminating a Conflicting Job.
Check Job Restartability
Check the configuration for CommCell jobs from the Job Management icon in the Control Panel. See Job Restartability for more information.
CC0005: Jobs pending with error "Please check the log files for this job for more details"
Symptom
The following are Reason for Job Delay errors that may show for a pending job:
-
Error Code [19:1109]
Please check the log files for this job for more details
This error is recorded in the JobManager.log located on the <Software Installation Directory>/Log Files folder.
-
Error Code [19:1310]
Please check the log files for this job for more details
This error is recorded in the scheduleReport.log located on the <Software Installation Directory>/Log Files folder.
This error message indicates that an unknown error has occurred, and the log files must be examined to determine the cause of the problem. Depending on the cause of the error, you might find the following error phrases in the logs:
-
Media Manager related Errors
62:1 Undefined software error occurred. 62:441 Internal software error occurred.
-
Archive Manager related Error
80:6 Undefined software error occurred.
-
One of the common triggers for these errors is a change to one of the job's components, such as:
-
IP Address, where the hosts file or DIPS no longer matches actual information.
-
Communications between Job components has failed (for example, CommServe from/to MediaAgent).
-
After an OS upgrade, the user account no longer has correct Read/Write permissions to all locations used during a job.
Resolution
We recommend that a support representative examines the log files to resolve this issue. Please contact Customer Support to continue troubleshooting this issue.
In most scenarios, the support representative will require a full set of logs from the CommServe and MediaAgents associated with the job(s). To provide the logs, you must perform the Send Log operation from the CommCell Console. See Sending Log Files for more information. When performing the send log operation, consider the following:
-
Before sending the logs:
-
Run a manual Disaster Recovery backup (as the scheduled DR backup may not contain the data when the error occurred).
-
In the <Software Installation Directory>/Log Files folder, check if there are any logs larger than 50MB. If large log files are found, work with the support representative to determine what triggered the abnormal growth of the logs.
Also, look for any .CAB files. These files do not normally belong to the Log Files folder, and will cause issues when trying to send log files. If you find these files, report them to the support representative.
-
-
Do not select Log fragments for this job only and Crash Dump are not selected in the Machine Information tab.
-
Do not to set any time range in the send log operation as the issue might fall outside the time criteria that you set.
CC0006: Jobs pending with error code [19:1161] "The number of running jobs has exceeded the limit on the Maximum Number [#] allowed"
Symptom
Job Pending Reason error code [19:1161]:
The number of running jobs has exceeded the limit on the maximum number [# value] allowed.
This error message is delivered because the Job Stream High Watermark Level for CommCell jobs was reached or exceeded.
Resolution
To address this issue, the Job Stream High Watermark Level setting must be updated because it may be too low for the number of job streams concurrently running.
-
Suspend all jobs and kill the jobs that cannot be suspended.
When changing the job stream high watermark setting, no jobs should be running in the Job Controller window or in the command line. Tip: Take screen captures of the jobs in the Job Controller to easily restart the ones that will be killed.
-
From the CommCell Console ribbon, on the Home tab, click Control Panel.
-
Under Data, click Job Management.
The Job Management dialog box appears.
-
In the Job Stream High Watermark Level box, add 25 to the current value and click OK.
-
Restart all services. See Restarting a Service for more information.
-
Resume all suspended jobs and restart the jobs that you killed.
-
Monitor the CommCell and check if the issue is resolved.
If the issue persists, increase the Job Stream High Watermark Level option again by 25. Do this until the issue subsides.
Note
If the job stream high watermark value is too high, it may introduce performance issues on the CommServe, depending on the available resources.
If you experience a decrease in CommServe performance, reduce the Job Stream High Watermark Level option by 10 and monitor the CommServe.
CC0008: Users have access to files and folders belonging to others users
Symptom
Users are able to browse, find, and restore files and folders associated with other users from all user interfaces, for example, the CommCell Console and Web Console.
Cause
-
ACLs (Access Control Lists) are not included in the backup
-
The user has the Browse permission instead of only the End User Access permission
Resolution
-
Configure the End User Access permission on the client computer.
Assigning the End User Access permission helps to maintain multiple user profiles on the same laptop (or desktop) and ensures that each user has the ability to browse and restore only the data to which he or she has access. For instructions, see Configuring End-User Operations on Client Computers.
-
If the Browse permission is assigned to these users, remove it.
-
Make sure the Catalog ACL (end user access control list) option is enabled in the subclients before performing a backup as described in:
-
Subclient level - Enabling ACLs (Access Control Lists) during Backups
-
Subclient Policy level - Enabling End User Access Control During Backups
Note: This option can be enabled only for users who log in with their Active Directory credentials.
Once this option is enabled, ACLs are included in the backup, which allows users to access only files and folders for which they have permissions.
Tip
After enabling this option, run a Full backup. This ensures that ACLs are available in the backup data.
If you run a Differential or Incremental backup after enabling this option, only the newer data will include ACLs.
CC0013: Java Deprecation Warning Appears after Installing New Java Version
Symptom
After you install a new Java version and then attempt to access the CommCell Console using the Java Web Start application, the following Java deprecation warning appears:
Note
Java Web Start and Java Plug-in are deprecated
Name: Commcell Console
Publisher: Commvault Systems, Inc.
Location: http://CommServeHostName
Java Web Start and the Java Plug-in are deprecated and will be considered for removal in a future Java release. Please contact the developer of this content "Commvault Systems, Inc." and request an update for this program.
Cause
Oracle plans to deprecate Java Web Start and Java Plug-in after January 2019.
Resolution
Until Oracle deprecates Java Web Start, you can continue to access the CommCell Console as a web application. After Oracle deprecates Java Web Start, you will no longer be able to access the CommCell Console as a web application.