Data Extract not working

Hi all,

I am trying to get the data extract for all the Workflows in IIQ using the data extract feature.

I am stuck at the first step where we have to extract a YAML file.

I am not able to get the steps on how to do it. The community says that to run a few commands on the iiq console but it does not not work.

Please help

Thanks in advance

@rishavghoshacc

Can you please provide the steps that you are executing.

Thanks !

PLease check the URLs below:

Are you executing this command below:

The following example creates the base default Transform config for the Identity object called IdentityTransformConfig:

>dataextract generatetransform --classes Identity --write IdentityTransformConfig

@msingh900 Where is this transform stored

And how to use it in the console?

It will be stored in the server where you are executing the console command.

@msingh900 And how to use this after I have generated it. I want to extract all identities

@rishavghoshacc Can you please refer the URLs shared in this post. It will be helpful. Let me know if it does not resolves your problem.

@msingh900 I went through these links. There is nothing that specifies how to create a yaml config that is then used in the task. Is there a way to get this?

@msingh900 I created this YAML file

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE YAMLConfig PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<YAMLConfig created="1772530696903" id="0afaac509c9a1f14819cb31002c72984" modified="1772530883410" name="IdentityExtractConfig" significantModified="1772530883410" type="Extract">
  <YamlText>
    #Extraction Configuration
      extractedObjects:
        identity:
          deleteTransformFormat: "none"
      transformConfigurationName: IdentityExtractConfig
    </YamlText>
</YAMLConfig>

Running this command

dataextract extract —config IdentityExtractConfig

Getting this error

This is sample YAML file for Identity extact. Use this inside YAMLText tag and execute the command.

imageConfigDescriptors:
  identity:
    objectClassName: sailpoint.object.Identity
    imagePropertyConfigDescriptors:
      - property: id
      - property: name
      - property: firstname
      - property: lastname
      - property: modified

@msingh900 Getting this error

@rishavghoshacc

Please check this:

The following example creates the base default Transform config for the Identity object called IdentityTransformConfig:

dataextract generatetransform --classes Identity --write IdentityTransformConfig [--force]

Customize your transform YAMLs according to your organization’s needs.

@msingh900 I ran the below and getting this error

image