Does anyone has experience with Lawson HR system? How to collect data from Lawson system ?
Does anyone has experience with Lawson HR system? How to collect data from Lawson system ?
It appears some other customers are collecting from this datasource as CSV files. There is no dedicated collector or connector for this datasource. The CSV data type suggests they are doing some out of band pre-processing of the data.
Can you please give some more detail on "The CSC data type suggests they are doing some out of band pre-processing of the data".
(sorry typo) I meant CSV.
CSV is just comma delimited text file.
Typically a vendor will export the data to a comma delimited text file and then this file is transferred by SFTP to the RSA Identity Governance & Lifecycle server on a periodic basis. The collector type can either be the native "CSV File" collector, or a custom collector using the HXTT database driver.
By out of band, I mean you must use some tool to export the data from the target source as a text file. This may be part of the source product, or a custom shell script or custom java code that does the data aggregation.
Typically these solutions are provided as part of the integrator or through RSA Professional Services.
(sorry typo) I meant CSV.
CSV is just comma delimited text file.
Typically a vendor will export the data to a comma delimited text file and then this file is transferred by SFTP to the RSA Identity Governance & Lifecycle server on a periodic basis. The collector type can either be the native "CSV File" collector, or a custom collector using the HXTT database driver.
By out of band, I mean you must use some tool to export the data from the target source as a text file. This may be part of the source product, or a custom shell script or custom java code that does the data aggregation.
Typically these solutions are provided as part of the integrator or through RSA Professional Services.