cancel
Showing results for 
Search instead for 
Did you mean: 

.dfx and .blx file are not creating on BO server

Former Member
0 Kudos

Hello,

I am using BO 4.1 and creating universe using CreateUniverseTest.java sample available in Semnatic Java SDK sample folder

I am able to create .unx and .cnx files but dfx and blx files are not created on BO server, these files are created localy on system

Accepted Solutions (0)

Answers (1)

Answers (1)

daniel_paulsen
Active Contributor
0 Kudos

Hi Vaibhav,

That's correct behavior.  the DFX and BLX are published to the CMS as a UNX.  When you retrieve a UNX (with a relational connection) from the repository, you will get the DFX and BLX files saved locally

Dan

Former Member
0 Kudos

Hi

i am facing problem when creating new connection with sql server i trying using already existing connection file i.e. .cnx file where i can find the .cnx file in SAP BO server. i uable to find the path of .cnx file

Thanks

Rahim

former_member217070
Active Participant
0 Kudos

Hi, Rahim,

You're not looking for the actual physical connection file in the file repository, you need to supply the path as you see it in the CMS.

     CmsResourceService.loadConnection( "/Connections/subFolder/connection" ) ;

Regards,

Bryan