We are scheduling the webi report using restful webservice sdk -4.1 version.
Below is the request xml:
<schedule><name>XYZ Report</name><format type="xls"/><destination><useSpecificName fileExtension="true">Report_20170711</useSpecificName><filesystem><directory>\\public\common\IT\fakeO\DEV\Apps\\</directory></filesystem></destination><parameters><parameter optional="false" type="prompt" dpId="DP0"><id>0</id><technicalName>Enter value(s) for As Of D:</technicalName><answer constrained="false" type="DateTime"> <values> <value>20170711</value> </values></answer></parameter></parameters></schedule>
I have not developed this program and new to webi rest sdk. As far as what every I read though sap webi rest api documentation, the program is fine and no problem.But still, after migration of database to ms sql from oracle, the prompt value for this report is not getting refreshed to what passed in XML request and still takes the old default date.
Please can any one help on this? This is a blocker bug for us and looking for solution since april.