Projet

General

Profil

Project Management: Hierarchy of Projects Data Import?

Ajouté par Augusto Lucena il y a plus de 8 ans

Hello!

I noticed that is possible to export the array from app:companyhome/system/ entitylists to .XLS files, for instance the hierarchy of project from the Project List, which I'm using.

Is there a way to bulk/batch insert data to the fields of the entitylist array?

Thanks!


Réponses (13)

RE: Project Management: Hierarchy of Projects Data Import? - Ajouté par Augusto Lucena il y a plus de 8 ans

Any help, please?

RE: Project Management: Hierarchy of Projects Data Import? - Ajouté par Philippe Quéré il y a plus de 8 ans

Hello,

Bulk import is an enterprise feature. It is not available in the community version.

Regards,

RE: Project Management: Hierarchy of Projects Data Import? - Ajouté par Augusto Lucena il y a plus de 8 ans

Philippe Quéré a écrit :

Hello,

Bulk import is an enterprise feature. It is not available in the community version.

Regards,

Hi Philippe,

Is there a limit of rows that can be created in the projecthierarchy entity list?

After around 550+ records I just can't add anything else anymore.

I attatched the log file(alfresco.log), there's nothing in catalina.out.

RE: Project Management: Hierarchy of Projects Data Import? - Ajouté par Augusto Lucena il y a plus de 8 ans

Hello,

Regarding the issue above, I would like to know if I'm misusing the project hierarchy entity or if it's something else.

I tried to populate the project hierarchy list this way:

- company(family value)
- person (parent:company)
- person code (parent: person)

I thought that I could include each company and then its person values and linking the latter with its codes.

I included 3 companies and their respective person+person code values(around 550+ entries) and when I tried to create one new family value, I can't create(save) it and therefore can't add another entry. I went for the logs(alfresco.log) and I found that it "gets" into a loop here:

2015-10-27 11:19:23,841 INFO [fr.becpg.repo.entity.datalist.impl.DataListSortServiceImpl] [http-apr-8080-exec-11] ###FixSortableList. parentNodeRef: workspace://SpacesStore/d5a4855c-bc7e-41ab-8c61-69bea571d3b6

And at the end it shows the attached error.

Please, help me sort this out. Thanks once again.

RE: Project Management: Hierarchy of Projects Data Import? - Ajouté par Philippe Quéré il y a plus de 8 ans

Hello,

Why do you have 3 levels in your project hierarchies ?
Level 2 and Level 3 will be the same in your case because I guess person and person code have a relation of 1-1. You should store in the level 2 "Person (Person code)".
Also, I'm surprised you store a person as a hierarchy. I think it's not a good idea to have more than 500 subfamilly. Your system will be difficult to use.

Anyway, it seems there is a bug in the project hierarchy.
Could install the last version of beCPG, the 2.0.d ?
http://sourceforge.net/projects/becpg-community/files/becpg-community-2_0_d/
You will have to launch a full SOLR reindex.

After that, check you have the same issue.
If you have the same issue, can you enable this log in the file module/becpg-core/log4j.properties :
log4j.logger.fr.becpg.repo.entity.datalist.impl.DataListSortServiceImpl = debug
And send us the log.

Best regards,

RE: Project Management: Hierarchy of Projects Data Import? - Ajouté par Augusto Lucena il y a plus de 8 ans

Thanks for your reply Philippe!

I believe your suggestion will be the turning point for my implementation.

I'm using your core and project amps just to implement the linked values(my most important goal), and right now I won't be using your project extension due to my low system specs.

I have two Alfresco instances, one is intended to be my production environment and the another is intended for my testing purposes. I tried to populate project hierarchy on both but I will try your suggestion(just one level 2) and later I will be testing the newly released version of your amps.

Can I reset LNK (h-ref-prop_bcpg_code)to 0 the on project hierarchy? I tried several times to populate the list cuz I thought the issue was related to my poor specs and now LNK values is on 2000+ but I would like to start fresh.

Thanks a lot.

RE: Project Management: Hierarchy of Projects Data Import? - Ajouté par Philippe Quéré il y a plus de 8 ans

Hello,

You can delete all entries of your project hierarchies.

Regards,

RE: Project Management: Hierarchy of Projects Data Import? - Ajouté par Augusto Lucena il y a plus de 8 ans

Thanks, Philippe!

Is it possible to reset the counter below to 0?

Is there any complication on doing that?

I would like to start the list "fresh" but if this is not a hassle and won't make any difference, I understand.

RE: Project Management: Hierarchy of Projects Data Import? - Ajouté par Matthieu Laborie il y a plus de 8 ans

Hi,

In "repository > System > Autonum value" you can edit properties and reset the counter.

Regards

RE: Project Management: Hierarchy of Projects Data Import? - Ajouté par Augusto Lucena il y a plus de 8 ans

I've seen it but I was worried to corrupt something. Thanks again!

Best!

RE: Project Management: Hierarchy of Projects Data Import? - Ajouté par Augusto Lucena il y a plus de 8 ans

Hello Philippe!

How can I allow permission to my users to add new rows to the project hierarchy list?

I tried to add them to the beCPG SysManagers, but it did not make the trick.

Thanks!

Regards.

RE: Project Management: Hierarchy of Projects Data Import? - Ajouté par Philippe Quéré il y a plus de 8 ans

Hello,

The group SystemMgr must be collaborator on the folder System.

Regards,

RE: Project Management: Hierarchy of Projects Data Import? - Ajouté par Augusto Lucena il y a plus de 8 ans

Worked like a charm!

Thanks. Regards.

    (1-13/13)