What is the procedure in TIBCO Adapter (TM) for LDAP Adapter to convert the Object GUID to its equivalent HEX value?

What is the procedure in TIBCO Adapter (TM) for LDAP Adapter to convert the Object GUID to its equivalent HEX value?

book

Article ID: KB0087101

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for LDAP -
Not Applicable -

Description

Resolution:
At design time, do the following before starting the adapter:

1.    After configuring the adapter services, navigate to the “&ltProject_Root_ Folder>/AESchemas/ae/scalar/ae/Sequences” folder.

2.    Drag and drop a Generic Sequence icon into the Sequences folder and enter the name as sequence [binary]. This is indicated in the screen shot “step1.gif”.

3.    Select Binary as the element type and click Apply.

4.    Navigate to the “&ltProject_Root_folder>/AESchemas/ae/adapter/ldap/&ltLDAP server type>/&ltLDAP server machine>/native/Classes/&ltrequired schema>” directory to set the type as binary for the required attributes in this case “ObjectGUID”. This contains the schema that was created. The required schema is the schema that must be modified and can be an object class name such as inetorgperson, user, organization, and so on.

The &ltLDAP server type> and &ltLDAP server machine> values are the values that you specified in the Server Type and Server Name fields under the Design-Time Connection tab while configuring the adapter instance.

5.    Expand the schema and change the ObjectGUID attribute to binary type. Then click Browse in the Sequence field and select the sequence [binary] that was created in step 2.

6.         Now to convert the ObjectGUID to an equivalent HEX value use the “tib: base64-to-hex” function.

7.    Click Apply.

8.    Save the project.

Issue/Introduction

What is the procedure in TIBCO Adapter (TM) for LDAP Adapter to convert the Object GUID to its equivalent HEX value?