Missing dataSourceId when retrieving report dataproviders

Hi,
I'm writing script that is retrieving information about reports from CMC and I have some issues with retrieving data provider details.
For some reason, my script is not able to retrieve dataSourceId in some reports, it's empty:
[DBG]: (...) >> $dpDetails.dataprovider
id           : DP0
name         : Query 1
dataSourceId :
updated      : 2014-08-06T08:38:27.000+02:00
duration     : 0
isPartial    : False
rowCount     : 0
flowCount    : 1
dictionary   : @{expression=System.Object[]}
query        : SELECT DISTINCT (...)
It appears on about 1 per 5 reports. I've checked few of them, I was able to edit data provider, add new objects from universe, refresh report. I was able to open universe with universe design tool (using the same credentials).
I've checked now using chrome advanced restfull client, result is the same:
URL: http://serverName:6405/biprws/raylight/v1/documents/5603515/dataproviders/DP0
Response:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<dataprovider>
<id>
DP0 
</id>
<name>
Query 1 
</name>
<dataSourceId />
<updated>
2014-08-06T09:02:15.000+02:00 
</updated>
<duration>

</duration>
<isPartial>
false 
</isPartial>
<rowCount>

</rowCount>
<flowCount>

</flowCount>
<dictionary>
<expression qualification="Dimension" dataType="String">
<id>
DP0.DO2b3 
</id>
What could be the source of the issue?
Many thanks and regards
Part of my code used to retrieve DP details:
# Send any GET request, returns results
Function GetResults($logonToken, $contentLocale, $URL)
    Write-Verbose "GetResults $logonToken, $contentLocale, $URL"
    # Header
    $headers = @{ "X-SAP-LogonToken" = $logonToken ;
              "Accept"           = "application/json" ;
              "Content-Type"     = "application/json" ;
              "X-SAP-PVL"        = $contentLocale
    # GET
    $result = (Invoke-RestMethod -Method Get -Uri $URL -Headers $headers)
    return ,$result
# Find dataproviders used by report
Function GetDataProviders($logonToken, $contentLocale, $URL, $reportID)
    $reportUrl = $URL + "/raylight/v1/documents/" + $reportID
    $result = (GetResults $logonToken $contentLocale ($reportUrl + "/dataproviders"))
    Write-Verbose $result.dataproviders
    return $result
# Get given dataprovider details information
Function GetDataProviderDetails($logonToken, $contentLocale, $URL, $reportID, $dataProvider)
    $reportUrl = $URL + "/raylight/v1/documents/" + $reportID
    $result = (GetResults $logonToken $contentLocale ($reportUrl + "/dataproviders/" + $dataProvider))
    return $result

Hello again Howard,
I am unable to reproduce the issue that you mentioned of with .unv webi docs migrated from 4.0 SP2 to 4.1 SP05.
Below is a response of get dataproviders of a .unv webi document that I created in 4.0 SP2 and migrated to 4.1 SP05.
[GET] http://{host}:{port}/biprws/raylight/v1/documents/33198/dataproviders
header:Accept = application/xml
header:X-SAP-LogonToken = "{server}:6400@{3&2=33222,U3&2
RESPONSE:
header:Date = Mon, 16 Feb 2015 08:35:09 GMT
header:Content-Length = 322
header:Content-Type = application/xml
header:Server = Apache-Coyote/1.1
meta:Status = HTTP/1.1 200 OK
meta:HttpCode = 200
meta:Content = <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<dataproviders>
    <dataprovider>
        <id>DP0</id>
        <name>Query 1</name>
        <dataSourceId>5148</dataSourceId>
        <dataSourceType>unv</dataSourceType>
        <updated>2015-02-16T07:34:45.000+01:00</updated>
    </dataprovider>
</dataproviders>
Could you please let us know what is the status on your side and help close this discussion in case you dont face the issue anymore?
Thanks & Regards,
Saritha

Similar Messages

  • When syncing iPod the PC lost power. once power restored synced iPod but the sleeve detail has been blanked. Also when syncing a 'miss-match' message is reported on iTunes. how do I get the sleeve detail back onto iPod?

    When syncing iPod the PC lost power. once power restored synced iPod but the sleeve detail has been blanked. Also when syncing a 'miss-match' message is reported on iTunes. how do I get the sleeve detail back onto iPod?

    http://ww2.cs.fsu.edu/~rosentha/linux/2.6.26.5/docs/DocBook/libata/ch07.html#excatATAbusErr wrote:
    ATA bus error means that data corruption occurred during transmission over ATA bus (SATA or PATA). This type of errors can be indicated by
    ICRC or ABRT error as described in the section called “ATA/ATAPI device error (non-NCQ / non-CHECK CONDITION)”.
    Controller-specific error completion with error information indicating transmission error.
    On some controllers, command timeout. In this case, there may be a mechanism to determine that the timeout is due to transmission error.
    Unknown/random errors, timeouts and all sorts of weirdities.
    As described above, transmission errors can cause wide variety of symptoms ranging from device ICRC error to random device lockup, and, for many cases, there is no way to tell if an error condition is due to transmission error or not; therefore, it's necessary to employ some kind of heuristic when dealing with errors and timeouts. For example, encountering repetitive ABRT errors for known supported command is likely to indicate ATA bus error.
    Once it's determined that ATA bus errors have possibly occurred, lowering ATA bus transmission speed is one of actions which may alleviate the problem.
    I'd also add; make sure you have good backups when ATA errors are frequent

  • Spool is Missing When a Report is Executed through a JOB

    Hi,
    I had a task in which I have to Pick the Session Log from SM35 and print it when a Report is executed .In the Report I Created a Session using the SUBMIT.I used Perfrom statemet from RSBDC_ANALYSE programe and picked the Log.I got the Exact result when I executed the Report in Foreground but when i tried to Execute in background I could not Get the SPOOL.
    Report Is executed as a JOB and in that Report  a Session will be Created and then it is Executed as a job I picked the Log from this Session.
    Can any one please kindly help me out with this issue.
    Thanks & Regard,
    Prasad.

    WAIT UP TO 3 SECONDS.
      DATA: Begin of PR_NEW,
             POSITIONSINFO(60),
             FEHLERTEXT(130),
            end of PR_NEW.
      DATA: wa_bseg TYPE BSEG,
            wa_knb1 TYPE KNB1,
            wa_kna1 TYPE KNA1,
            wa_bkpf TYPE BKPF,
            wa_xblnr(20) TYPE c.
      SELECT  * FROM APQI INTO CORRESPONDING FIELDS OF TABLE it_apqi
                              WHERE groupid = GROUP
                              AND   credate = sy-datum.
      READ TABLE it_apqi INDEX 1.
      SELECT * FROM APQL INTO TABLE logtab_temse
                            WHERE qid = it_apqi-qid.
      LOOP AT logtab_temse.
        clear bdcld.
        bdcld-temseid = logtab_temse-temseid.
        bdcld-lmand   = logtab_temse-mandant.
        bdcld-edate   = logtab_temse-credate.
        bdcld-etime   = logtab_temse-cretime.
        bdcld-luser   = logtab_temse-creator.
        bdcld-grpn    = logtab_temse-groupid.
        bdcld-quid    = logtab_temse-qid.
        bdcld-local_host = logtab_temse-destsys(8).
        APPEND bdcld.
      ENDLOOP.
      READ TABLE bdclm index 1.
      perform read_bdc_log_plain IN PROGRAM RSBDC_ANALYSE
       tables logtable
       using  bdcld-temseid bdcld-lmand.
      LOOP AT logtable.
        clear bdclm.
        bdclm-indate  = logtable-enterdate.
        bdclm-intime  = logtable-entertime.
        bdclm+14(352) = logtable-logmessage.
        if bdclm-mcnt > 0.
          bdclm-mcnt = bdclm-mcnt - 1.
        endif.
        if  bdclm-mnr = '312'.
          append bdclm.
        endif.
      ENDLOOP.
      LOOP AT bdclm.
        CLEAR wa_bseg.
        CLEAR wa_knb1.
        CLEAR wa_kna1.
        CLEAR wa_bkpf.
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
          EXPORTING
            INPUT  = bdclm-mpar+02(09)
          IMPORTING
            OUTPUT = wa_belnr.
        SELECT SINGLE * FROM BSEG INTO wa_bseg
                                  WHERE  belnr = wa_belnr
                                   AND   bukrs = bdclm-mpar+13(04)
                                   AND   buzei = '001'
                                   AND   gjahr = sy-datum+0(4).
        SELECT SINGLE * FROM BKPF INTO wa_bkpf
                                  WHERE belnr = wa_belnr
                                   AND  bukrs = bdclm-mpar+13(04)
                                   AND  gjahr = sy-datum+0(4).
        SELECT SINGLE * FROM KNB1 INTO wa_knb1
                                  WHERE kunnr = wa_bseg-kunnr
                                  AND   bukrs = wa_bseg-bukrs.
        SELECT SINGLE * FROM KNA1 INTO wa_kna1
                                  WHERE kunnr = wa_bseg-kunnr.
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT'
          EXPORTING
            INPUT  = wa_bseg-kunnr
          IMPORTING
            OUTPUT = wa_bseg-kunnr.
        CONCATENATE 'Ref.doc.' wa_bkpf-xblnr INTO wa_xblnr SEPARATED BY space.
        PR_NEW-POSITIONSINFO+000(010) = wa_bseg-belnr.
        PR_NEW-POSITIONSINFO+011(19)  = wa_xblnr.
        PR_NEW-POSITIONSINFO+031(004) = wa_bseg-bukrs.
        PR_NEW-POSITIONSINFO+036(006) = wa_bseg-kunnr.
        PR_NEW-POSITIONSINFO+043(004) = wa_bseg-zterm.
        PR_NEW-POSITIONSINFO+048(004) = wa_knb1-zterm.
        IF wa_bseg-zterm NE wa_knb1-zterm.
          CONCATENATE 'Terms of payment of Customer' wa_bseg-kunnr wa_kna1-mcod1
                       'was changed from' wa_knb1-zterm 'to' wa_bseg-zterm
                       INTO PR_NEW-FEHLERTEXT SEPARATED BY space.
          WRITE: / PR_NEW-FEHLERTEXT.
          WRITE: / PR_NEW-POSITIONSINFO.
          WRITE: /.
        ENDIF.
      ENDLOOP.

  • How do you identify when a report has finished?

    Hi all,
    I've got a big report that is taking a while to run (approx 1min) and the problem I'm having is that my users are getting bored of waiting and starting to click around my web application and re-running the report because they think it has failed. The re-running of the report is causing more load on the system and the reports to run even slower. What I would like to do is stop them re-runnning the report maybe by somehow locking the web page until BI publisher has finished but I don't know how to get a message back from BI publisher.
    Currently I'm running the BI publisher report by having a button push which redirects the users web browser to a url such as:
    'http://'||:BI_PATH||'/xmlpserver'||:BI_DIRECTORY||'/Custom Reports/'||:p180_report||'/'||:p180_report||'.xdo?_xpf=&_xpt=1&_xdo='||:BI_DIRECTORY||'%2FCustom%20Reports%2F'||:p180_report||'%2F'||:p180_report||'.xdo&_xt='||:p90_template||'&_xf=rtf&_xmode=4'
    And then as I'm returning an rtf doc the familiar save, open or cancel popup comes up. The problem is that before the popup appears they can re-click the run report button.
    One way round it I've thought of is to have the report generate to a file system and redirect the user to a waiting page that checks periodically for the files existance and then when it does exist forward the user to a page with a view report button. This sounds like a lot of effort, does anybody know of a better way?
    I've also wondered if running the report using webservices would be an option, is there a way of getting BI publisher to run a web service when a report has finished? This could then interact with my back end server and the web page could act on that, or am I totally barking up the wrong tree?
    Any help would be greatly appreciated!
    Thanks,
    Darren.

    Hi Darren
    couple of ideas
    1. Rather than 'run' the report, get it to run through the scheduler immediately. Once its running through the scheduler you could then poll the scheduler tables to see when it completes. You could either redirect the users to a wait page or show an egg timer until the document has been created. this would require the document to be delivered to somewhere for you to poll as the URL will not return a job id.
    2. Bit more involved but probably better is to hook into BIPs web services. So rather than the button issue an http request it calls a servlet to issue a web service call to BIP to schedule a report. The WS will return the job id to the caller, you can then poll the scheduler via a ws to check the progress of the job. Once complete you can then retrieve the result form the scheduler tables via another call.
    Food for thought I hope
    Tim

  • Missing data when exporting to "MS Word (*.doc)" and "RTF (*.rtf)"

    Hello,
    We are using CR XI R2 SP3 in our product.  The reports that we generate (using ODBC dsn) show URLs from the database as hyper link text fields.  When we export the report to "Microsoft Word (.doc)" or "Rich Text Format (.rtf)" format, even though the export operation succeeds, the report is missing data when it encounters a URL that looks like following.  There is basically no data after that URL.
    http://www.xyz.com/kType=t;s.linkName=n;s.t()};s.ssl=(s.wd.location.protocol.toLowerCa
    And when it encounters a URL like following, MS Word complains that the file is invalid even though the export succeeds.
    https://www.xyz.com/m));if(m%3E0&m!=e)if(parseInt(c.substring(m+1,e%3C0?c.length:e))%3Cd.get
    If we export the report to pdf format, then everything works just fine.
    Any help on this will be highly appreciated.

    Hi Sumit
    Try to set the URL field with the RTF format. To do this try following:
    1. Right click the field->Format Field.
    2. Click the paragraph tab->Text Interpretation->RTF Text
    Now try to export it.
    Hope this helps.
    Regards
    Nikhil

  • Missing data when exporting webi to excel (not 65536 limit problem)

    Hi guys
    I just meet a problem about webi that it will miss data when exporting webi to excel.
    It's not about 65536 limitation, as my webi report do some aggregration and limitation and never beyond that limitation.
    Also there are 2 tabs in my reports, if I split the 2 tabs into 2 separate reports and export them separately, then problem disappeared.
    Any ideas on this?

    Hello Claes
    according to:
    http://help.sap.com/erp2005_ehp_05/helpdata/en/c1/eda0f591ec12408b25e7a1b369ca45/frameset.htm
    Tools => Import and Export => Specifying the Sequence of the External Data Structure => External File Structure: Specification
    Table EST07 should be part of export file. I am not sure if the packing requirement ist part of EST07.
    Furthermore wirh ECC 6.0 EnhPAck3 some changes happend generally in the area of DG classification.
    E.g. Dynamic dangerous goods classification. I am not sure if these changes are "included" in some sense in the EH&S data download.
    With best regards
    C.B.
    PS: please check this link on the top:
    http://help.sap.com/erp2005_ehp_05/helpdata/en/c1/eda0f591ec12408b25e7a1b369ca45/frameset.htm
    Refer to "Table Assignment: Specifications"
    I believe packaging requirement is part of table EST0B but this is part of the download file.
    Edited by: Christoph Bergemann on Aug 27, 2011 7:12 PM
    Edited by: Christoph Bergemann on Aug 27, 2011 7:13 PM

  • Why are missing items when import pst files to Outlook 2011 for mac?

    Hello.
    After installing Office 2011 for Mac I configured Outlook and it was allright.
    But when I tried to import a pst file from the old laptop who has Office 2007, I found that in the Outlook 2011 Inbox I have only ~60% items comparative with the Outlook 2007 Inbox.
    From Microsoft Office forums I've got an answer that there are indeed some reports with missing items when import pst in Outlook 2011 but the solution they gave me (create folders in Inbox before import) doesn't work.
    Do you know something about this kind of problems?
    Is it a feature in Outlook 2011 which automaticaly select/delete/combine items based on the similarity between them or based something else?
    Have you an ideea how to finally use this macbook and in the same time all my old emails?
    Thanks.

    Hi Steve,
    Thanks for this-yes, eventually, I do send/receive fine, once I've poppedd my passwords in. 
    I think you are right in that BT seem to be having unique server/login issues...at least this is what I've read elsewhere too.
    Iroonically, this AM I opened my new Mac and have *not* been asked for passwords so perhaps the changes I made in the settings yesterday (keychain reset in Mac) and also changing it from smtp.....to mail.btinternet.com solved the issue...who knows? All I know is this last week I've nearly lost the will to live on more than one occasion, from the transition from PC Windows Live Mail to Outlook for Mac.

  • Missing records when performing drill down in Webi

    Hello everyone!
    I have a Webi report over a OLAP universe (BEx query), in which I have, among other objects, company code, wage type with hierarchy and personnel number.
    I want to build a report with the following layout:
    Company code 1 | Employee 1 | Wage type hierarchy | Amount
    With this layout, when I try to drill down through the wage type hierarchy, the displayed values are not correct (some records are apparently missing).
    When I remove personnel number from both query and report, the displayed values are correct.
    Has anyone encontered a similar issue?
    Thanks in advance for your responses!
    -Luís.

    Hi all,
    Turns out that our backend BW system was seriously outdated. There has been recently many corrections to the MDX interface. We have updated our service packs and this has resolved our issue.
    Thank you all for your help. Points assigned
    Best regards,
    Luís.

  • EVDRE error "encountered problem when retrieving data from webserver"

    Hi,
    in a EVDRE we always get the error "encountered problem when retrieving data from webserver"
    When analysing this further we noticed this is always generated when a base member is selected in the CV and the expansion on the row for this dimension is has one of the following expansion settings:
    DEP
    ALL
    NOEXPAND
    if we select SELF, the error disappears again and the EVDRE works fine again ... is this normal behavior?
    there is no problem with application nor dimension.
    D
    solved it

    Note that the keyword "ALL" does not include the member itself. This may cause some confusion, but as Harish implies, when you select a base member it finds no matches if your memberset is "ALL".
    If you want to design a report to handle the user moving back and forth between base and non-base members in their CV, you either need to include SELF,ALL or SELF,DEP, or something similar....
    OR you need to get a little fancier, and use EVPRO to look and see if the CV member is base -- evpro(app,member,"CALC") -- and then use some conditional logic in Excel to choose the correct expansion options. If Calc=N, use Self, otherwise use SELF,DEP or whatever you choose. This can be a bit tricky if you then want the user to be able to drill down in the report (especially if you want the workbook option to insert add'l rows on the expansion, rather than replace), but it's all possible.

  • Primary key when creating reports with forms

    I'm new to APEX and I'm creating a report with forms using the wizard. I've checked the 'Include Analysis Pages' checkbox. When I select the 'add pages' button I get the following message:
    Table has no primary keys defined. A primary key is required when creating reports with forms.
    I know that the table does have a primary key because I defined it and also it is visible in the Sql workshop / Object browser and Toad.
    Am I missing something or is this some sort of bug?
    thanks
    sb

    You're missing something. This message means you've not told APEX what the primary key is. You shouldn't have been able to get passed the page in the wizard that asks for it though. Can't describe where it prompts for it from memory, but it shouldn't be hard to find.
    HTH
    Chris.

  • SCCM Reporting: Software Updates / Apllication the "Installed date" is missing or null in reports

    When the “V_GS_Add_Remove_Programs” or “V_GS_Quick_Fix_Engineering” queried for installed date (the views that contains information  on updates/application
    installed date),  the “installDate0” Column returns “Null” or is
    "blank" on most of the rows.
    The machine in this example is “X”
    2. As you can see from the machines X's add remove Programs installed Date is given clearly.
    Appreciate your help on this as its for an audit report of windows updates and applications installed date, I know that some applications do not populate this value but my argument is if its visible from Programs and Features why isn't the data being collected.
    Best Regards,
    Michael

    Duplicated post.
    http://social.technet.microsoft.com/Forums/en-US/678489ad-3289-4fd6-8e84-bbaf487abacf/sccm-reporting-software-updates-apllication-the-installed-date-is-missing-or-null-in-reports?forum=configmanagergeneral
    http://www.enhansoft.com/

  • The report I published on the SQL server report server is not showing in the application we use to retrieve reports.

    The report I published on the SQL server report server is not showing in the application we use to retrieve reports. My cell phone number is {removed}
    Thanks.

    Hello Roger Tenn,
    Thank you for posting in the TechNet Forum.
    As this issue is related to SQL server report server, to receive better report, it is recommended to ask in the SQL server forum.
    https://social.technet.microsoft.com/Forums/en-US/home?category=sqlserver
    The professionals here will be glad to help you.
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Ordering messed up when generating Report as Delimited on Server

    Hi folks,
    Not sure if anyone else might have observed or faced this issue but thought I'd give it a try. I have an Oracle Report (Version 6i) and the output generated should be a tab delimited text file so the user can view the output in Excel. The Report output is sorted by Name. When I run the Report locally (Client) by doing File -> Generate to File -> Delimited (Delimiter Option: Tab), the Report works fine. The ordering is correct. However, when I am running it off the server (Using the option DELIMITED for the DESFORMAT), the ordering seems messed up. The ordering is maintained for quite a few rows and then a Name (out of order appears). Note that this record also appears in the correct place as well as above the place where its expected to be ... Here is an example:
    Name                     ID     BIRTH DATE
    ==========================================
    ALLAN, BRIAN             1001   1970/12/31
    ALLAN, SUSAN             2001   1968/01/01
    FRANCIS, JOHN            5001   1965/02/01
    BROWN, EDWARD            3001   1978/01/02
    BROWN, JENNY             4001   1976/04/01
    FRANCIS, JOHN            5001   1965/02/01
    GRAHAM, DALE             6001   1980/10/10As you can see that FRANCIS, JOHN is appearing out of order and in order (Twice). This is not happening when I run it on the Client. Any ideas what may be causing this? I realize I don't have much information out here as I myself am at my wits end.
    Thanks
    Edited by: Roxyrollers on Jan 4, 2013 2:15 PM

    Hello,
    I you have access to Metalink (http://metalink.oracle.com), you can take a look to the notes:
    Note.278044.1 How to Debug REP-1401 when executing Reports with Barcode java code
    Note.382952.1 RDF to Debug REP-1401 when using Oraclebarcode.jar
    Note 252691.1 REP-1401: 'CF_1Formula ': Fatal PL/SQL error occurred - ORA-
    06502: PL/SQL: numeric or value error when running the example "Building a Report with a Barcode"
    Note 271807.1 Report With Barcode Bean Is Causing REP-69, REP-57054, REP-1401 and ORA-39565:
    Regards

  • Getting the variant name when the report program is run in background

    Hi All,
    How to get the variant name for the report program when run in background? My requirement is to create an email attachement with the name 'variant.XLS', where variant = selection screen variant, when the report program is run in background. The system field SY-SLSET holds the variant name only when run online.
    Any pointers to this will be highly appreciated.
    Thanks and regards,
    Nilesh.

    Hello Nilesh,
    Please find the algo:
    1. Call the FM: GET_JOB_RUNTIME_INFO to get the background job details.
    2. Select data from TBTCP using these details:
    DATA:
    FP_EVENTID   TYPE BTCEVENTID
    FP_EVTPARM   TYPE BTCEVTPARM
    FP_ACTIVE    TYPE BTCXPGFLAG
    FP_JOBCNT    TYPE BTCJOBCNT
    FP_JOBNM     TYPE BTCJOB
    FP_STEPCNT   TYPE BTCSTEPCNT.
      CALL FUNCTION 'GET_JOB_RUNTIME_INFO'
        IMPORTING
          EVENTID                 = FP_EVENTID
          EVENTPARM               = FP_EVTPARM
          EXTERNAL_PROGRAM_ACTIVE = FP_ACTIVE
          JOBCOUNT                = FP_JOBCNT
          JOBNAME                 = FP_JOBNM
          STEPCOUNT               = FP_STEPCNT
        EXCEPTIONS
          NO_RUNTIME_INFO         = 1
          OTHERS                  = 2.
      IF SY-SUBRC <> 0.
    *   Error calling FM: GET_JOB_RUNTIME_INFO
      ENDIF.
    DATA: FP_VARIANT TYPE BTCVARIANT.
      SELECT JOBNAME JOBCOUNT STEPCOUNT VARIANT
      FROM   TBTCP
      INTO TABLE L_IT_TBTCP
      WHERE  JOBNAME   = FP_JOBNM
      AND    JOBCOUNT  = FP_JOBCNT
      AND    STEPCOUNT = FP_STEPCNT.
      IF SY-SUBRC = 0.
        SORT L_IT_TBTCP BY JOBNM JOBCNT STEPCNT.
        READ TABLE L_IT_TBTCP INTO L_WA_TBTCP INDEX 1.
        IF SY-SUBRC = 0.
          FP_VARIANT = L_WA_TBTCP-VARIANT.
        ENDIF.
      ENDIF.
    Hope this helps.
    BR,
    Suhas

  • Sending an email when the report is being refreshed

    Hi All,
    Is it possible, in Answers, to send an email automatically when a report is being refreshed ?
    Thanks in advance,
    Lau

    You can do this multiple ways, As you mentioned using conditional ibot also. You should have flag or indicator in your database saying that ETL load was done. Then based on conditional request run a ibot. But the trick is after completing this ibot you need to turn of the flag.
    Other easiest way is Create a report which runs ibot, Make sure you checked Oracle BI Server Cache feed check box, save the ibot. At the end of ETL execute a command which runs the ibot job for you. There is a command mode application available in Oracle BI called SASchInvoke.exe. This application will run the ibot for you.
    here is the blog which explains more about it.
    http://oraclebizint.wordpress.com/2008/03/06/oracle-bi-ee-101332-integrating-schedulerdelivers-into-other-applications/
    - Madan

Maybe you are looking for

  • Sap Script - putting dynamic height value in box command

    Hello All, In SAP scirpt I have to display a table which might have variable number of line items. So in box command I cannot mention the height statically. Is it possible to specify that dynamically like by using a variable and incrementing it every

  • ASCII Code in ABAP

    Hi Experts, We need to enter a unique ASCII character called 'US' or Unit Separator in a text file being generated through a program. The ASCII code for US is 31. However when we try and do it programmatically the character '#' is getting populated.

  • Black specs on right side of paper

    I have very small black specs being printed on the very edge of the right side of the paper, on the front.  If I use the duplexer the specs are on the same side of the paper on the back, so it's coming from the right side of the printer.  I do see a

  • How do I get my newly purchased music from my computer to my ipod

    How do I get my newly purchased music from my computer to my ipod ??

  • SSRS MHTML Report showing chart image from a previous email

    Hi there, I am having an issue with SSRS reports subscription emails.  I am sending a report as MHTML with some charts, which are end up as images within the email body.  The issue is that outlook is inconsistent with what it is deciding to show as t