cancel
Showing results for 
Search instead for 
Did you mean: 

DFO files

02-05-2013 10:47 PM
2010 views 4 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hi All,

While working on something else, I see a lot of references to "DFO files" or DFO objects".

There is no documentation or cookbook on the subject that i could find.

Can someone enlighten me?

Many thanks

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Toby_Johnston1
Product and Topic Expert
Product and Topic Expert

Hi Jean-Francis,

DFO(s) are default objects.  They are InfoObjects that the Central Management Server creates at startup time (for example the "administrator" account).

The properties for the InfoObject that is created (for example: SI_ID) are specified in the XML for the DFO.

During an installation or update BI4 deploys DFOs to the <BOBJHOME>/packages directory, when the CMS is started it reads the version of the DFO and if it is newer than the existing object in the InfoStore repository then it will update the object in the database.  The DFO will disappear from the packages directory after being successfully committed to the CMS repo.

If you have custom objects such as custom probes, this is a great method to ensure the objects are installed when you re-build or install BI4 on a new server.

Sincerely

Toby Johnston

SAP America, Inc.

Former Member
0 Likes

Great!

Is there any documentation or cookbook on the creation of such XML?

Toby_Johnston1
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Jean-Francis,

I am not aware of any externally facing "cookbook" on the subject.

However, I would recommend modelling your DFO based on existing objects.  The key here is that the object have a unique SI_CUID.

Check out the following SAP note on creating a copy of an existing probe.  I think it will help to guide you how to copy an existing DFO to use for your own purpose.

1797185 - How to create a copy of a default monitoring probe in BI Platform 4.0
http://service.sap.com/sap/support/notes/1797185

Sincerely,

Toby Johnston

SAP America, inc.

Former Member
0 Likes

Great article, thanks.

Answers (0)