cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Object: Data Source & Test Data & OWL

former_member232970
Participant
0 Kudos

HI all,

I created a Custom Object, defined a data source, XML PID and a web service.

A certain point, I updated the definition of my custom object by having 2 alternatives keys.

Now I'm facing the following strange behaviour:

  • I see 2 data sources on Business Analitics ==> Data Sources. Let call those data sources as follow
    • Data Source 1 ==> Original Data Source
    • Data Source 2 ==> Data source after changes on BO definition (extra alternative key).

  • Changes by mean of XML PDI are being store on data source 1 while changes coming web services are being stored on the data source 2.

  • Data sources 2 don't contain data available on first data source.

  • Data source definition is not the same: First data source don't reflect changes perform after the BO definition was made ==> It contains less attributes.

  • OWL of my custom business objects give result contained on data source 1.

  • Cleaning BO doesn't clean data sources

Can anyone explain me this?

It's possible to get only 1 data source + OWL result give the right result?

kind regards,

Andres

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186648
Active Contributor
0 Kudos

Hi Andres,

Datasource is based on secondary persistency, which gets updated whenever data is saved on the BO.

Data created from PID and webservice should reflect in both the datasources, since both the datasources are on the same BO and BO node.

You could try the following:

You could open one of the instance in the UI which is displayed in the Datasource1 and make any change and save it, this should get reflected in Datasource2.
If it works, then you could do the same thing for all the instance or raise ticket to reload the data.

Thanks, Pradeep.