GetBarCodesForSMTPAddresses

Description

Gives the list of SmptAddress, BarCode, JobId, Client, Backupset, Subclient, BackupSize, StartDateTime and EndDateTime

It takes 3 parameters in the order :QS_LINE- i_smtpAddress, i_startDate , i_endDate

@i_startDate and @i_endDate should be in MM/DD/YYYY Format.

Ex Usage: '02/20/2015'

List of SMTP Addresses should be provide with ; seperator.

Ex Usage: 'perfex2010mb7002@testex.commvault.com;perfex2010mb8002@testex.commvault.com'

When @i_smtpAddress <> NULL, @i_startDate <> NULL and @i_endDate <> NULL, list all the Barcodes used by the SMTP users in between that range.

Eg Usage : qoperation execscript -sn QS_GetBarCodesForSMTPAddresses -si 'perfex2010mb7002@testex.commvault.com' -si '02/12/2012' -si '02/20/2015'

When @i_smtpAddress <> NULL, @i_startDate <> NULL and @i_endDate = NULL, list all the Barcodes used by the SMTP users from start date to end.

Eg Usage : qoperation execscript -sn QS_GetBarCodesForSMTPAddresses -si 'perfex2010mb7002@testex.commvault.com' -si '02/12/2012' -si ''

When @i_smtpAddress <> NULL, @i_startDate = NULL and @i_endDate <> NULL, list all the Barcodes used by the SMTP users from beginning to specified end date.

Eg Usage : qoperation execscript -sn QS_GetBarCodesForSMTPAddresses -si 'perfex2010mb7002@testex.commvault.com' -si '' -si '02/20/2015'

When @i_smtpAddress <> NULL, @i_startDate = NULL and @i_endDate = NULL, list all the Barcodes used by the SMTP users from start to end.

Eg Usage : qoperation execscript -sn QS_GetBarCodesForSMTPAddresses -si 'perfex2010mb7002@testex.commvault.com' -si '' -si ''

Usage

qoperation execscript -sn QS_GetBarCodesForSMTPAddresses [-si @i_smptAddress='perfex2010mb7002@testex.commvault.com;perfex2010mb8002@testex.commvault.com'] [-si @i_startDate='02/12/2012'] [-si @i_endDate='02/20/2015']

Options: @i_smptAddress <> NULL, @i_startDate <> NULL, @i_endDate <> NULL, list all the SMTP Address and corresponding barcodes in the given range.

Options: @i_smptAddress <> NULL, @i_startDate = NULL, @i_endDate <> NULL, list all the SMTP Address and corresponding barcodes from beginning to toTime specified.

Options: @i_smptAddress <> NULL, @i_startDate <> NULL, @i_endDate = NULL, list all the SMTP Address and corresponding barcodes from the specified from time to the end.

Options: @i_smptAddress <> NULL, @i_startDate = NULL, @i_endDate = NULL, list all the SMTP Address and corresponding barcodes from the beginning to the end.

Return list of SMTP Address and corresponding barcodes.

Details

  • Scope: All
  • Platform: CommServe (Database: CommServ)
  • Release: 11.0.0

Disclaimer of Warranties

CommVault provides software tools and utilities on an "as is" basis, as a courtesy and convenience to its users, and they may be changed from time to time without notice. These tools and utilities are provided without express, implied, or statutory warranties of any kind. You assume full risk and responsibility for the selection, possession, performance and proper installation and use of the software tools and utilities, and for verifying the results obtained there from. Your use of CommVault software tools and utilities indicates your unconditional acceptance of the above disclaimer.

Loading...