I have some question related to Board I hope that i will be able to get help for this, it would be really appreciated
Here is the question :
1. Is it possible to board to import data with an insert update mode ( where there is a difference in the cell it will be updated , but if there is none it will be left as it is, and also insert at the same time ) as when i play with add or replace time slice in data reader , its either adding the value or clear the cube and replace it with the data from reader (replace time slice). is there any way around ?
2. Identifying Scheduler Procedure Failures and Mitigation:
What is the best way to identify if a procedure has failed in the scheduler, and what mitigation steps can be taken? for example : A procedure within the scheduler is not executing or the data reader in a procedure is not functioning.
3. REST API Functionality:
Is it possible in Board to retrieve and parse data located in the header of a REST API request rather than the body? in my case, the token itself is located in the header not the body, the body is only resulting in message "success".
4.when we are using ALM to move the package from development to production, the data reader or procedure inside should be resetting up to the new file path / connection path, is it possible to set it up in the alm or we need to do it manually after its been restored to production