Categories
Technology

Endeca Baseline Indexing Issue – Perl Script Error

Baseline Indexing Issue – Perl script error Sometimes Endeca Baseline or Partial indexing might fail while executing any utility scripts, with “Perl” script error, as follows Can’t locate strict.pmin @INC (@INC contains: /tmp/original_perl_build_dir/lib/5.8.3/x86_64-linux /tmp/original_perl_build_dir/lib/5.8.3 /tmp/original_perl_build_dir/lib/site_perl/5.8.3/x86_64-linux /tmp/original_perl_build_dir/lib/site_perl/5.8.3 /tmp/original_perl_build_dir/lib/site_perl .) at -e line 1. BEGIN failed–compilation aborted at -e line 1.  To fix this error, we need […]

Categories
Technology

ATG CMS – Catalog Maintenance System

Catalog Maintenance System Catalog Maintenance System – CMS is a set of batch process and dynamic services that updates catalog, category and product relationships.The service can be executed by various methods. Manual invocation Scheduled service Automatic invocation after project deployments In this post, we can see how to manually invoke the CMS process. Step-by-step guide […]

Categories
Technology

JDBC Mount setup for WSO2 Registry

All WSO2 products are shipped with a built-in registry, supported by the H2 Database packaged with the product. Though it’s sufficient for many applications, its not recommended for Enterprise integration applications and Production environments.   In our case the ESB registry is mounted with WSO2 Governance Registry (GREG). The below steps can be used to […]