Note

 

This documentation supports the 20.17.01 version of BMC Remedyforce.

To view the latest or an earlier version, select the version from the Product version menu.

Importing users with the Salesforce Platform license from an LDAP server

You can import users into your Salesforce organization by using the Pentaho Data Integration tool. The Pentaho package for importing users with the Salesforce Platform license from an LDAP server is available on the BMC Communities website. For information about how users are imported into your Salesforce organization, see Overview of how users are imported from LDAP servers.

The following topics provide information about importing users with the Salesforce Platform license from an LDAP server into your Salesforce organization:

Note

For information about the LDAP versions that BMC Remedyforce supports, see Supported browsers, mobile devices, and integrations.

Before you begin

Before you can import users from an LDAP server, you must perform the following tasks:

To import users with Salesforce Platform License from an LDAP server

Important

If you have enabled the setting to access your Salesforce organization from limited IP addresses, you must append the security token to your Salesforce organization password.

For example, if the password for your Salesforce organization is mypassword and your security token is XXXXXXXXX, specify mypasswordXXXXXXXXX in the Password fields.

  1. To launch the Pentaho Data Integration tool, perform the following actions:
    1. Navigate to the location where you downloaded and unzipped the Pentaho Data Integration tool.

    2. Navigate to the data-integration folder and double-click the Spoon.bat file.

  2. In Pentaho Spoon, select File > Open, navigate to the folder where you downloaded the Pentaho packages, and open the TransferLDAPInfo.kjb file.
  3. On the TransferLDAPInfo tab, in the Transfer Lookup Excel Export step (transformation), provide your Salesforce organization access details.

    1. Right-click the Transfer LookUp Excel Export step, and select Open referenced object > Transformation.
    2. On the LookUp Excel Export tab, double-click one of the following steps:
      • Salesforce Input[For Profile]
      • Salesforce Input[From Account]
      • Salesforce Input[From UserRole]
      • Salesforce Input[For User Account Link]
    3. In the Salesforce Input window, enter your Salesforce organization user name and password.
    4. (Optional) To verify the connection, click Test connection and then click OK.
    5. To save your changes and close the Salesforce Input window, click OK.
    6. Repeat step 3b to step 3e for the other steps listed in step 3b.

    Note

    BMC recommends that you do not change the default API version in the Salesforce Webservice URL.

  4. Click the TransferLDAPInfo tab.
  5. In the Update client user import table with LDAP user information step (transformation), provide your LDAP server and Salesforce organization access details and, if required, customize the Pentaho package.

    StepActionDetails
    a.Open the Update client user import table with LDAP user information transformation.

    Right-click the Update client user import table with LDAP user information step, and select Open referenced object > Transformation.

    b.Provide LDAP server access details.

    On the TransferLDAPInfo tab, perform the following actions:

      1. Double-click the LDAP input step.
      2. In the LDAP Input window, on the General tab, enter the host, user name, and password of the LDAP server from which you are importing users.
      3. (Optional) To verify the connection, click Test connection and then click OK.
      4. (Optional) To fetch more fields from the LDAP server, on the Fields tab, click Get fields.
      5. To save your changes and close the LDAP Input window, click OK.
    c.(Optional) Customize the assignment of account and profile information to imported records based on specific LDAP attributes.Perform the following actions:
      1. Double-click the Dynamic account and profile assignment step.
      2. Perform any of the following actions:
        • Modify or assign the default value for account, profile, role, and custom values for specific conditions in the script.
        • Modify the default value for the LocaleLanguageTimeZone, and EmailEncoding fields.
      3. Click OK.
    d.Provide the Salesforce organization access details.Perform the following steps:
      1. Double-click one of the following steps:
        • Salesforce Upsert [For User]
        • Salesforce Insert [For User Account Link]
        • Salesforce Update
      2. In the window that opens, enter your Salesforce organization user name and password.
      3. (Optional) To verify the connection, click Test connection and then click OK.
      4. To save your changes and close the window, click OK.
      5. Repeat step 5d-i to step 5d-iv for the other steps listed in step 5d-i.

    Note: BMC recommends that you do not change the default API version in the Salesforce Webservice URL.

    e.(Optional) Update the predefined mapping between the LDAP fields and the Salesforce User object.Perform the following actions:
      1. Double-click the Salesforce Upsert [For User] step.
      2. In the Salesforce Upsert window, click Edit Mapping.
      3. In the Enter Mapping window, update mappings for other fields based on your requirements.
        For more information about mapping, see Overview of how users are imported from LDAP servers.
      4. To save your settings and close the Enter Mapping window, click OK.
      5. To save your changes and close the Salesforce Upsert window, click OK.
  6. To save the KTR and KJB files, click Save .

  7. In the TransferLDAPInfo.kjb file, click Run this job .
  8. Perform one of the following actions based on the Pentaho version that you are using:

    Pentaho versionAction
    6.1In the Run Options window, click Run.
    5.4In the Execute a job window, click Launch.

    Transformation status is depicted by using the following icons:

    • — Complete
    •   — Running
    • — Unsuccessful
  9. (Optional) To view logs, in the Execution results section, click the Logging tab.
    All errors are displayed in red.

KJB and KTR files for importing users from an LDAP server

In Pentaho, metadata is stored in XML format in the file system as KTR (transformations) or KJB files (jobs). The Pentaho package includes the TransferLDAPInfo.kjb file (job file) for importing users from an LDAP server. The job (KJB) file contains a series of transformations that run in a sequence. Each transformation maps to a KTR file that is available, along with the KJB file, in the Pentaho package.

The following table provides information about the KTR files and the corresponding transformations that the KJB file contains:

KTR file

Step or transformation in the KJB file

Description

LookUpExcelExport.ktrTransfer Lookup Excel ExportExports profiles, accounts, user role, and user-account links from the Salesforce organization into separate CSV files.
None

Check if delta timestamp file exists

Checks if any time stamp file exists.

The Pentaho package utilizes a time stamp file to determine which records were added or modified since the last time the job was run.

This step is used for incremental import. If a time stamp file does not exist, the Create the initial timestamp file step is run; otherwise, the Update client user import table with LDAP user information step.

CreateInitialTimeStampedFileForLDAP.ktr

Create the initial time stamp file

Creates the time stamp file to record the time of import.

This step is run only if you are importing for the first time or you have deleted the existing time stamp file.

TransferLDAPInfo.ktr

Update client user import table with LDAP user information

Transfers data from LDAP server to the Salesforce organization.

StoreLDAPTimestamp.ktr

Store the current timestamp

If the data import is successful, the time of import is saved.


The following table provides information about the steps that are included in the TransferLDAPInfo.ktr file (Update client user import table with LDAP user information transformation). The Pentaho package runs these steps to import users from the LDAP server into your Salesforce organization. You can view these steps only when you open the KTR file in the Pentaho Data Integration tool.

The KTR file also contains mapping of the fields in the LDAP server to the fields in the User table. For more information about mapping, see Overview of how users are imported from LDAP servers.

Step

Description

Delta timestamp

Reads the saved time stamp.

Create time based LDAP filter string

Creates a time-based LDAP filter string that is used to fetch the new records added since you last ran the job successfully.

LDAP input

Uses the LDAP filter string to fetch the defined attributes of the records from the LDAP server.

Dynamic account and profile assignment

Enables assigning account and profile information to the records that are imported based on any of the LDAP attribute.

SortSorts the users that are imported from the LDAP server.
Find Unique RowsChecks that the imported users are unique so that duplicate records are not created in your Salesforce organization.
Excel OutputCreates a CSV file that contains unique imported users.
Stream lookup [For Profile]Retrieves profiles that were exported from the Salesforce organization to a CSV file in the Transfer LookUp Excel Export transformation (LookUpExcelExport.ktr file)
Stream lookup [For UserRole]Retrieves user roles that were exported from the Salesforce organization to a CSV file in the Transfer LookUp Excel Export transformation (LookUpExcelExport.ktr file).
Stream lookup [For Account]Retrieves accounts that were exported from the Salesforce organization to a CSV file in the Transfer LookUp Excel Export transformation (LookUpExcelExport.ktr file).

Salesforce Upsert [For User]

Transfers data from the LDAP server to the Salesforce organization.

Filter rows[Account Id is present]Retrieves only those imported user records that have an associated account.
Stream lookupRetrieves the user-account links that were exported from the Salesforce organization to a CSV file in the Transfer LookUp Excel Export transformation (LookUpExcelExport.ktr file). 
Filter rows[For User Account Link]Retrieves only those imported user records that have an existing user-account link in the Salesforce organization.
Salesforce Insert[For User Account Link]Creates a user-account link for imported users who do not have an existing user-account link in the Salesforce organization.
Junction Insert Success RowsStores the rows that are imported successfully.
Junction Insert Failure RowsStores the rows that are not imported with error code, error description, and error fields.
Salesforce UpdateUpdates the user-account link for imported users who have an existing user-account link in the Salesforce organization.

Junction Update Success Rows

Stores the rows that are imported successfully.

Junction Update Failure Rows

Stores the rows that are not imported with error code, error description, and error fields.

Related topics

Overview of how users are imported from LDAP servers

Scheduling jobs to import data

Troubleshooting common issues when importing data

Was this page helpful? Yes No Submitting... Thank you

Comments