cancel
Showing results for 
Search instead for 
Did you mean: 

Data Sharing Between Appsets

Former Member
0 Kudos

All,

Is there any way to share data between appsets. Is this possible by some sort of logic or back end data dump? Any suggestions? Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

If you are talking about moving data between two appsetss, it is not possible using scripts or data manager packages available. But, you can built custom dts/ssis package and copy data from different appsets. You can create a data manager package with this dts/ssis package assigned to it and run it in bpc.

But its more like moving data between two SQL databases and got less to do with BPC features.

Hope this may help,

kranthi

Answers (3)

Answers (3)

Former Member
0 Kudos

Data lies iinsde the application and not appsets. Appsets are logical layer. So, you ned to copy the data from the application.

Ravi Thothadri

JohnL
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Nathan,

To expand on the previous comment, yes data can be shared, however it must be copied from a source app to a destination app using script logic.

Do a search in the 5.1 BPC Administration Useru2019s Guide for the text "DESTINATION_APP" for some pre-defined script logic to move data between applications.

Thanks,

John

former_member599120
Contributor
0 Kudos

Hi,

I think you can share the data from one application to others. For example the data from Capex Application share with Finance Application using the script logic to copy that data.

Thanks,