Question

Partial created Projection Configurations is not visible

  • 15 September 2022
  • 3 replies
  • 101 views

Userlevel 1
Badge +4

1- I created a new (custom) Entity configuration

2 - I create an New Projection Configuration - Configure standard projection - and added the Custom Entity

3- I did not complete the Projection Configuration, browsed to prev. page or close browser

4- Projection is not listed at Projection Configurations

5- When repeating step 2 i got an error “Projection Config Entity already present in the configuration”

 

  • I tryed to refersh dictionairy cache
  • I cleared browser data
  • Re-logged on

Partial created Projection Configurations is not visible

IFS Aurena framework version: 21.2.8.20220505044635.0


3 replies

Userlevel 1
Badge +4

I created a quick report using Sql: 

        SELECT  1
           FROM Projection_Config_Handling_Projection_Config_Entity_Virtual_Vrt
          WHERE projection_name = 'TimeRegistrationManagerHandling'
            AND config_entity_name =  'KmRegistration' 

 

This return 1 record, this table should be empty

Userlevel 3
Badge +8

I had the same problem. After deleting the row from Projection_Config_Handling_Projection_Config_Entity_Virtual_Vrt it works.

Userlevel 1
Badge +4

The problem occurs on the customer environment hosted by IFS. I only have readonly rights on tables. I filed a case for this months ago, but still no response.

Reply