Salesforce

Category Advisor: How to configure Batch performance update to run in batch mode

« Go Back

Information

 
TitleCategory Advisor: How to configure Batch performance update to run in batch mode
SummaryCategory Advisor: How to configure Batch performance update to run in batch mode?
URL NameCategory-Advisor-How-to-configure-Batch-performance-update-to-run-in-batch
Resolution
  1. Performance batch update job can be configured to run on a Daily, Weekly, Monthly, or Yearly in Data Manager.  Path: Data Manager>Category Advisor>Batch Performance
  • Configuration shown below is configured to run once a week on Friday
  • For Weekly job, ensure to schedule the weekly automated process to match the day configured in the Batch Job Recurrence dialog box
User-added image
  1. ​Set up an ini file
[Batch Performance]
Control=IKBCAPerformance.CTLPerformance
Type=Performance
UserName=<ckb username>
Password=<password>
Database=<ckb Database>
Server=<Oracle hostring or Servername hosting SQL Server CKB database)    
TrustedConnection=<0 or 1> 
Account=<Account name>
  1. Set up a batch file
@echo
:Begin
"C:\Program Files (x86)\JDA\Intactix\Intactix Knowledge Base\ProfusionConsole.exe" INIFile="C:\CSS\Intactix\IKBCAPerformanceOra.ini" BATCH="BATCH PERFORMANCE" ErrorFile="C:\CSS\Intactix\Errorlog.log"
 
ProductsCategory Knowledge Base
ModuleCategory Advisor
VersionAll
Error Message Code
Cause
Additional Information
  • All parameters are case sensitive
  • Batch performance update parameters used in the ini file
  1. [Process Name]: The user-specified name for this process; "Batch Performance" is used in the example. This name is referred to in the batch file. Any name can be specified in the brackets. 
  2. Control: The name of the control calling the process. This value should be "IKBCAPerformance.CTLPerformance". 
  3. Type: The process type. This value should be "Performance". 
  4. Database: The name of the database for which to process the batch performance update. 
  5. UserName: The user name specified to connect to the specified database (not necessary if using a trusted connection). 
  6. Password: The password specified to connect to the specified database (not necessary if using a trusted connection). 
  7. Server: The server containing the specified database. 
  8. TrustedConnection: Specifies whether NT Authentication is used to connect to the database. If NT authentication is used, specify "1" for this parameter.
  9. Account: The account for which to process the batch performance update. If not specified, the process runs for all accounts.
Publication StatusPublished

Powered by