If so, you need SAP Universal ID. In a few months, SAP Universal ID will be the only option to login to SAP Community. Without it, you will lose your content and badges. If you have multiple accounts, use the Consolidation Tool to merge your content.
What field in CI_Infoobjects indicates a instance succeeded?
119 Views
This query returns the date an instance was attempted, but not whether or not it succeeded.
select top 5000
SI_ID,
SI_NAME,
si_starttime,
si_endtime
FROM CI_INFOOBJECTS WHERE
si_instance = 1
and si_runnable_object = 0
and si_starttime is not null