cancel
Showing results for 
Search instead for 
Did you mean: 

LDAP People export - where is the resulting XML file placed?

jdbrown
Champ in-the-making
Champ in-the-making
In the LDAPPeopleExportSource fired by the Quartz scheduler, I understand this bean creates an XML file of the data exported from LDAP.  This file is then used downstream to import into Alfresco.

I want to troubleshoot this process and would like to see this XML file to verify it looks as expected.  Where would this be located when Alfresco is running as a WAR within BEA WebLogic?  I don't see the file location as a parameter to the LDAPPeopleExportSource bean.

Oh, running Alf Enterprise 2.0.1

Thanks.
2 REPLIES 2

andy
Champ on-the-rise
Champ on-the-rise
Hi

It is created in the temp file location. So this will be where the app server normally creates temp files - it is configurable as a JVM property…

As admin, the admin section can give the JVM options.

Andy

andy
Champ on-the-rise
Champ on-the-rise
Hi

It just uses the Alfresco ACP file structure. So you could generate an import file and then wire it up to the bootstrap process. You should be able to find examples in your temp folder under Alfresco.

There is no implementation for a file import. See ExportSourceImporter if you need to roll your own.

Andy