ContributionsMost RecentMost LikesSolutionsRe: Cloudplex Limitation Please contact the support team for assistance on this. Re: Difference among SAP, SAP S/4hana and SAP S/4hana cloud snap packs SAP Has a number of different applications, each of which is addressed using a different Snap Pack: SAP - this is the traditional R/3, ECC application which is accessed using BAPI, RFC and IDOC interactions SAP S/4HAHA - This snap pack is used with the on-premises version of the SAP S/4HANA application SAP S/4HAHA Cloud - this is is used with the cloud/SaaS version of the SAP S/4HANA application And of course there is a SAP HANA Snap pack for accessing the HANA-database, including the Data Warehouse Cloud HTH Re: Pipeline monitoring api usage of org_wide The API you are using will return you a list of runtimes, with summary data. If you take the RUUID from that make another request with the RUUID in the request too, you get the more detailed info. Re: CSV Parsing Inputs Does using the error handling (Discard/Route to Error View) not resolve this? Re: Snaplogic Pipeline Exposed as API @pbixby best if you start this as a new topic. Re: Pipeline Status Notification The logic behind the 3-month limitation comes from the fact that we do a quarterly release, and the nodes on which the pipelines run should be restarting at least that frequently… Re: Snaplogic Service Bus @peter Later this week we will be releasing an application specific Snap pack for Azure Service Bus. Please have a word with your Customer Success Manager to get access to that. Craig Re: Pipeline Status Notification Run it as a task. That functionality is associated with a task. Re: Snaplex-based scheduler for scheduled tasks - how to know when snaplex node is synchronized with control plane? Do you have the Snaplex based scheduler enabled? It doesn’t make sense to be if you are seeing that kind of delay to schedules. Re: Redshift Bulk Upsert - how does it work? The snap bulk loads the data into a temporary table, and then does the update and insert operations, followed by the removal of the intermediate staging table.