Batch Request limit

Hi All,

I am trying to create identities via batch request in IIQ. I have some 30 identity attributes that I need to populated for an identity. However, the batch file is only accepting up to 23 attributes in the file. So I just want to know if there is any limit on the number of attributes that can be supplied in a batch request. If yes, is there a way to increase this limit.

Thanks in advance.

Hi @rsingh1 Are the remaining 7 attributes already configured in Identity Mapping?

Yes the remaining attributes are configured in identity mappings. Basically, I am able to pick any 23 attributes and submit the batch request. The batch request throws error when I add more than 23. I am not able to find any documentation as well that can tell about such limit on attributes.

Hi @rsingh1 Yes even I don’t find any limitation in the number of attributes in the documentation.

Can you try to post the error message here. Meanwhile I will try from my end as well

Here is the error: Error processing Batch Request: org.hibernate.exception.GenericJDBCException: could not execute statement

I have found the root cause. actually there is character limit associated with the header in the batch file.
java.sql.SQLException: ORA-12899: value too large for column “IDENTITYIQ”.“SPT_BATCH_REQUEST”.“HEADER” (actual: 263, maximum: 255)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.