BI Publisher (MOSC)

MOSC Banner

BURSTING BIP to FTP

edited Mar 25, 2018 5:03AM in BI Publisher (MOSC) 5 commentsAnswered

OBIEE 12.2.1.2.0

So I have a report that I want to put on an FTP server,

So I added the following bursting definition

Split by /DATA_DS/G_1/BUDGET_STATE

Deliver by /DATA_DS/G_1/BUDGET_STATE

SELECT distinct NVL(T209676.budget_state,'NoState') as KEY,

       'suspense' AS TEMPLATE,

   'en-US' AS LOCALE,

   'xlsx' AS OUTPUT_FORMAT,

   'false' AS SAVE_OUTPUT, -- set to true if we want to retrieve this from the BI Publisher history tables.

   'FTP' AS DEL_CHANNEL, -- Final target.

        'MON_SUSP' AS OUTPUT_NAME,

   'publisher1' AS PARAMETER1, -- server name

   'finrptr' as PARAMETER2, --username

   '*******' as PARAMETER3, --password

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