Importing data from BMC Client Management by accessing the database
You can import data from BMC Client Management (known before version 12.0 as BMC FootPrints Asset Core) into BMC Remedyforce 2.0 by using the Pentaho Data Integration tool. The Pentaho packages for importing data from BMC Client Management are available on the BMC Communities website. For information about how configuration items (CIs) are imported and relationships are created in BMC Remedyforce CMDB 2.0, see Overview of how data is imported into BMC Remedyforce.
The following topics provide information about the Pentaho package for importing data by accessing the BMC Client Management database. The BMC Remedyforce job files are applicable only if a Microsoft SQL Server data source is used in BMC Client Management.
- Before you begin
- To import data from BMC Client Management
- To schedule jobs to import data
- User scenarios for importing data from BMC Client Management
- KJB and KTR files for importing data from BMC Client Management
- Troubleshooting
- Mappings cannot be updated from the Salesforce Upsert window
- Data that is imported from BMC Client Management is corrupted
- Related topics
For information about importing data by using the Representational State Transfer (REST) web API, see Importing-data-from-BMC-Client-Management-by-using-the-REST-Web-API.
Before you begin
Before you can import data from BMC Client Management by accessing the database, you must perform the following tasks:
- Install the JRE.
- Download the Pentaho Data Integration tool.
If the Require TLS 1.1 or higher for HTTPS connections Salesforce critical update is enabled in your organization, you must use version 6.1 or later of the Pentaho Data Integration tool. - Register at the BMC Communities website.
- (Optional) Configure BMC Remedyforce to retain the original Instance Name value of CIs imported from an external source.
- If you have enabled the setting to access your Salesforce organization from limited IP addresses, ensure that you have the security token to log on to your Salesforce organization.
For more information about the security token, see Salesforce Help. - Download the Pentaho package from the BMC Communities website:
For information about the KJB (job) and KTR (transformation) files that are included in the Pentaho package, see KJB and KTR files for importing data from BMC Client Management.- For BMC Client Management 11.7 and 11.6) - https://communities.bmc.com/docs/DOC-28436
For BMC Client Management 12.0 and above - https://communities.bmc.com/docs/DOC-34482
To import data from BMC Client Management
- To launch the Pentaho Data Integration tool, perform the following actions:
- Navigate to the location where you downloaded and unzipped the Pentaho Data Integration tool.
- Navigate to the data-integration folder and double-click the Spoon.bat file.
- In Pentaho Spoon, select File > Open, navigate to the folder where you downloaded the Pentaho package, and open the appropriate KJB file.
For example, to import LAN Endpoint CIs into BMC Remedyforce CMDB, open the TransferAssetCoreLANEndPointinfotoCMDB.kjb file in the LANEndpoint folder. - In the KJB file, right-click the Update BE table with Asset Core <CI type name> information step, select Open referenced object, and then select Transformation.
Enter the information required to access the BMC Client Management database.
Enter the information required to access your Salesforce organization.
(Optional) Update the predefined mapping between the BMC Client Management fields and the BMC Remedyforce CMDB.
- To save the KTR and KJB files, click Save
.
- In the KJB file tab, click Run this job
.
Perform one of the following actions based on the Pentaho version that you are using:
Pentaho version
Action
6.1
In the Run Options window, click Run.
6.0
In the Execute a job window, click Launch.
Data is imported into the appropriate CMDB class.
Transformation status is depicted by using the following icons:- — Complete
- — Running
— Unsuccessful
- (Optional) To view logs, in the Execution results section, click the Logging tab.
All errors are displayed in red.
For the imported records, the Source field is set to BCM. You can use the Source field to generate reports and also when you enable and configure reconciliation.
To schedule jobs to import data
On the BMC Communities website, the Pentaho packages for importing data from external data sources into BMC Remedyforce page contain a Scheduling Files folder. This folder contains a sample batch file that you can use as a base to create your batch files for scheduling data import. For more information about scheduling a job, see http://wiki.Pentaho.com/display/EAI/Kitchen+User+Documentation.
- Navigate to the folder where you have extracted the Pentaho package for which you want to schedule import jobs.
- Open the Scheduling Files folder and create a copy of the sample batch file, such as SchedulingComputerSystem.bat.
Open the batch file that you created in step 2, perform the following actions, and save the file:
- Update the path of the Kitchen.bat file based on your version of the Pentaho Data Integration tool:KETTLE_HOME="<path>\<PentahoFolder>\data-integration"
- Update the path of the Kitchen.bat file and the KJB file:<path>\<PentahoFolder>\data-integration\kitchen.bat /file:"<JobFile>\<JobFileName>.kjb"/level:Detailed
In these steps, the following definitions apply:
- <path> is the location where you have extracted the Pentaho installer ZIP file.
- <PentahoFolder> is the extracted root folder for your version of the Pentaho Data Integration tool.
For example, for version 6.1 of the Pentaho Data Integration Tool, the extracted root folder is pdi-ce-6.1.0.1-196. - <JobFile> is the location where you have extracted the job files.
- <JobFileName> is the KJB file that you want to run at the scheduled interval.
- The level option specifies the level of logging for the job. The values that you can specify for the level option are Minimal, Basic, Detailed, Debugging, and Row Level. The log files are saved in the same folder where KJB files are saved.
- Go to Start > Control Panel > Administrative Tools > TaskScheduler.
- In the Task Scheduler window, in the Actions area, click Create Basic Task.
- In the Create Basic Task Wizard, type the name and description of the task, and click Next.
- Select the appropriate option for starting the task, and click Next.
For example, you can select Daily or When the computer starts as the option for starting the task. - Configure the additional options for starting the task, and click Next.
The additional options are displayed based on the option that you selected in step 7. For example, if you select the Daily option for starting the task, you must configure the start date and frequency at which you want to run the batch file. - Select the Start a program radio button, and click Next.
- Click Browse to locate the batch file that you have created to schedule the job, and click Next.
- Select the Open the Properties dialog for this task when I click Finish check box, and click Finish.
User scenarios for importing data from BMC Client Management
David is a member of the Infrastructure team for Downtown Bank, responsible for managing the laptops for ABC project. He signs up for BMC Remedyforce and expects to use the pre-configured, ITIL based incident and problem management processes for managing CIs. Also, David wants to use the CMDB to represent the physical, logical, and conceptual items and to track the relationships between the different CIs.
Charlotte, a BMC Remedyforce administrator, helps David to import details of the laptops provided to the team members of ABC project from BMC Client Management to BMC Remedyforce CMDB.
The following table provides user scenarios for importing data from BMC Client Management.
KJB and KTR files for importing data from BMC Client Management
The Pentaho packages contain job (KJB) and transformation (KTR) files that are created in the Pentaho Data Integration tool. The KJB files (jobs) and KTR files (transformations) store metadata in XML format. A KJB file contains a series of transformations that are run in a sequence. A KTR file contains a single transformation. The KJB (job) files retrieve data from external sources into BMC Remedyforce CMDB.
For information about the KJB and KTR files in the Pentaho packages for BMC Client Management, see KJB files in the Pentaho package and KTR files in the Pentaho package.
KJB files in the Pentaho package
The Pentaho package includes different KJB (job) files for importing different types of CIs, such as computer systems and LAN endpoints, from BMC Client Management. These job files are bundled with related files and provided to you in folders. The folder names correspond to CI types in BMC Remedyforce CMDB.
The following table provides information about the job files that you must run to import specific CI types to BMC Remedyforce CMDB:
KTR files in the Pentaho package
All job (KJB) files for importing data from specific CI types contain a series of transformations that are run in a sequence. Each transformation maps to a KTR file that is available, along with the KJB file, in the folder for each CI type. The KTR files contain mapping of the fields in BMC Client Management to the fields in the Remedyforce CMDB.
The following table provides information about the KTR files and the corresponding transformations that the KJB file for each CI type contains:
The following table provides information about the steps that are included in the TransferAssetCore<CIType>infotoCMDB.ktr file (Update BE Table With Asset Core <CI type name> Information transformation). The Pentaho package runs these steps to transfer data from BMC Client Management into BMC Remedyforce CMDB. You can view these steps only when you open the KTR file in the Pentaho Data Integration tool.
Troubleshooting
The following topics provide troubleshooting tips to resolve issues that might occur when you import data from BMC Client Management:
Mappings cannot be updated from the Salesforce Upsert window
In the Salesforce Upsert window, the drop-down fields listed in the Module field column in the Fields area might not display any values. In this case, you must update the mapping between the data from BMC Client Management and BMC Remedyforce CMDB by using the Edit Mapping option.
Data that is imported from BMC Client Management is corrupted
The job (KJB) files in the Pentaho package send a REST web API request to the BMC Client Management server to initiate the export of data to a .csv file. Each job file contains the list of BMC Client Management fields that are available by default in the .csv file.
If the data imported from BMC Client Management is corrupted or the import does not complete successfully, the .csv file that contains the data exported by BMC Client Management might have been modified. You might have added, deleted, or changed the order of fields in the .csv file. To resolve this issue, you must update the Pentaho jobs and map the fields and the order in which they are listed to the .csv file.
Perform the following actions to fix the corrupted data that is imported from BMC Client Management:
- Navigate to the location where you downloaded and unzipped the Pentaho Data Integration tool.
- To launch the Pentaho Data Integration tool, navigate to the data-integration folder.
- Double-click the Spoon.bat file and open the job (KJB) file that corresponds to the .csv file that you have updated.
For example, if you have updated fields in the .csv file for computer system CIs, open the TransferAssetCoreCSinfotoCMDB.kjb file. - In the job (KJB) file, right-click the Import Records in Remedyforce CMDB step, and select Open Referenced Object > Transformation.
- In the transformation (KTR) file that is opened, double-click the CSV file input step.
- In the CSV Input window, map the fields and the order in which they are listed to the .csv file that contains data from the BMC Client Management server.
- You can right-click a field and select an option such as Move up and Insert before this row.
- To save your changes, click OK.
- To save the KTR and KJB files, click
.
Troubleshooting common issues when importing data
The following table describes the troubleshooting tips that you can use to resolve common issues that you might face when importing data.
Related topics
Applying-models-while-importing-CIs-and-assets
Scheduling-jobs-to-import-data
Troubleshooting-common-issues-when-importing-data
Troubleshooting-issues-when-importing-data-from-BMC-Client-Management