Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

LiveCycle database table(s) name for all processes and resources

Avatar

Level 8

Hello,

Can any one please provide a list of all LC tables that contains all information for Processes (workflows) and Resources (forms).

Thanks,

Han

3 Replies

Avatar

Level 10

I have not seen a document created by Adobe identifying the specific table names. As a rule of thumb enterprise software vendors discourage accessing the database directly and encourage the use of published APIs. Direct database access for the purpose of create, update or delete is 'dangerous'. You are free to open up the adobe schema in your favourite database browsing tool, however.

Steve

Avatar

Level 8

I understand that the point of not create/delete/update.  I just want to read the database to get some information of the forms. e.g Run a query to get the list of all forms in the resources of repository along with its creator, date and time, size of the form, etc.

Thanks.

Han

Avatar

Level 10

Han,

Did you the try the repository API classes to fetch these values?

Look at the following link:

http://help.adobe.com/en_US/livecycle/9.0/programLC/javadoc/com/adobe/repository/bindings/ResourceRe...

You might find some useful methods in this interface.

Nith