cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering default logic after execution of FIM job run

deepesh_kumar
Participant
0 Kudos

Hi All,

We are loading data to BPC 10.0 using FIM 10.0.

Now we have a requirement in which we need to trigger default logic after the a FIM Job is completed ie data is inserted to BPC tables. Is there any way we can achieve this requirement?

Regards,

Deepesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Deepesh

Interesting question, You can try to call a command line executable try using the DTSRUNUI.exe executable

http://www.mssqltips.com/sqlservertip/1007/sql-server-dts-command-line-utility/

or dtexec http://msdn.microsoft.com/en-us/library/ms162810(v=sql.105).aspx

to call the package which runs the logic

Hope this helps

Kind Regards

Daniel

deepesh_kumar
Participant
0 Kudos

Hi Daniel,

Thanks for the inputs. I have looked in to the solution and I could not find the table in BPC side where the status of load is maintained. Any thoughts on the same?

I can get the status from the FIM backend, however it is in a seperate server.

Let me know your thoughts.

Regards,

Deepesh Kumar

JohnL
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Deepesh Kumar,

I would recommend you create this as an enhancement request on the SAP Ideaplace for FIM:

https://cw.sdn.sap.com/cw/community/ideas/businessanalytics/sbofininfomgmt

I will definitely vote for this idea.

Thanks,

John

Former Member
0 Kudos

Hi,

I will vote for it as well.

Regards

Answers (1)

Answers (1)

deepesh_kumar
Participant
0 Kudos

And its time to vote

https://cw.sdn.sap.com/cw/ideas/9733

Vote for me

Former Member
0 Kudos

FIM job triggers defualt logic and also checks BPC work status...it acts similar to DM import package. 

Thanks,

Sri