BI Publisher (MOSC)

MOSC Banner

Fusion Bi Publisher (BIP) SchedueService - V2/ScheduleService cron recurring expression not working

in BI Publisher (MOSC) 4 commentsAnswered ✓

BIP report needs to be scheduled using cron recurrence expression .Schedule report returns the job id.

But job is not scheduled and not found in getAllScheduledReport.

I am using below soap payload

   <soapenv:Header/>

   <soapenv:Body>

      <v2:scheduleReport>

         <v2:scheduleRequest>

           <v2:jobTZ>IST</v2:jobTZ>

  <v2:startDate>2021-05-19T15:57:45.000Z</v2:startDate>

            <v2:endDate>2021-05-25T15:57:45.000Z</v2:endDate>

            <v2:recurrenceExpression>0 0 6 * * ?</v2:recurrenceExpression>

            <v2:recurrenceExpressionType>cron</v2:recurrenceExpressionType>

            <v2:repeatCount>1</v2:repeatCount>

<v2:reportRequest>

<v2:reportAbsolutePath>/reportpath.xdo</v2:reportAbsolutePath>

<v2:sizeOfDataChunkDownload>-1</v2:sizeOfDataChunkDownload>

            </v2:reportRequest>

            <v2:saveDataOption>true</v2:saveDataOption>

            <v2:saveOutputOption>true</v2:saveOutputOption>

            <v2:scheduleBurstingOption>true</v2:scheduleBurstingOption>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center