DBI Set up

Hi I would like to know the Navigation and Set up path for DBI - OPM,Distribution,Financials & HRMS in R12....
Please forward the navigation path to [email protected]

I have been able to successfully install DBD::Oracle
found two (small?) issues though...
OSX Server (10.2.2 - 6F21)
Oracle 9iR2 developper release for OSX.
Files I used and installed in that sequence:
From url: http://www.perl.com/CPAN/modules/by-module/...
1) Time-HiRes-1.39.tar.gz ## needed for DBI
install as usual
2) DBI-1.32.tar.gz
install as usual...
found a taint test failure (./t/10examp.t)
I don't know if this can be an issue...
3) DBD-Oracle-1.12.tar.gz
install according to README with "-p"
perl Makefile.PL -p
make
make test
sudo make install
=== ERROR ===
Expect an 'ORA-01453' error message:
ora_do: 1453: ORA-01453: SET TRANSACTION must be first statement of transaction (DBD ERROR: OCIStmtExecute)
csr out of scope...
ora_logoff...
lda out of scope...
=== FULL DETAILS ===
[./DBD-Oracle-1.12] oracle$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/base..............ok
t/general...........ok Long postings are being truncated to ~1 kB at this time.

Similar Messages

  • DBI Initial and Incremental request sets

    Dear All,
    We have installed EBS R12 vision instance as well as Blank instance(2 different instances)
    As we have one utility in EBS R12 i.e DBI (Daily Business Intelligence) and there are so many Initial and Incremental request sets to populate the materilized views and summary tables for fiancials, HRMS, procurment etc.
    We can see these request sets in EBS R12 vision instance however we are not able to see these request sets in blank instance.
    So my question is that do we have to enable or is there any configuration or setup to view those request sets in DBI or we have to create all the request sets manually in blank instance.
    Thanks in advance.
    Regards,
    Tarang Jain

    Tarang,
    Please refer to [Oracle Daily Business Intelligence Implementation Guide|http://download.oracle.com/docs/cd/B40089_09/current/acrobat/120dbiig.zip], Page 2-74 -- Create Initial and Incremental Request Sets.
    Regards,
    Hussein

  • Multi set of books setup in DBI

    We have setup a new consolidated SOB and COA, but DBI objects are still showing the old local set of books data. Can anyone tell me what we need to setup in DBI in order to see the new consolidated data?

    Hi
    Follow the limk below which will take you to the GL Users Guide. Go to page 7-54 and there is a section on setting up a set of books. There is also a section on accounting for multiple companies using multiple sets of books. I refered to this when I set up new sets of books for my company.
    Hopefully this will help you out.
    http://download.oracle.com/docs/cd/B25516_18/current/acrobat/115glug.zip
    Regards
    Lee

  • Setting up Area Geography Dimension in DBI

    Hi
    I am currently implementing the HRMS DBI,
    As per the documentatiion given for setting up the Geography dimension,
    DBI administrator-->Sett up--> Global Menu-->can find the geography dimension
    But i am not able to find the menu, because of this initial load is failing,
    Please let me know how can I able to setup the Geography dimension
    Regards
    Ramesh Kumar S

    Hi Wildmight,
    Thanks a lot for your kind inputs.
    1. No, VARCHAR is fine. You should have also defined unique time keys in your time dimension (Quarter Year, Month Year) and check box 'time dimension' in the properties of your time dimension.
    -->> The Time dimension that we have defined in the Business layer of the repository is mapped to the respective level columns in the AWM cube and has already got unique members at each level. We are using the "Description (LVLDSC)" columns for each level and have defined the "Description" column to have unique values at each level. A sample data set looks like :
    Year:
    2007
    2008
    Quarter:
    QUARTER1 2007
    QUARTER2 2007
    QUARTER1 2008
    QUARTER2 2008
    Month:
    JANUARY 2007
    FEBRUARY 2007
    JANUARY 2008
    FEBRUARY 2008
    Day:
    Monday, January 1st 2007
    Tuesday, January 2nd 2007
    So in the above case, do we still need to define a unique key for each level like Quarter Year, Month Quarter, etc.? (Please note that the check box for 'TIME' dimension is checked !)
    2. Is your AGO based on TODATE? or your TODATE based on AGO?
    -->> I am not sure what this really means - however I can tell you that we have created two new logical columns (in the fact table in Business Layer) : one to show the measure as TODATE for Day level, and the other to show the measure as Day Ago.
    So it means that we are trying to create two reports with three columns as below:
    - Day     Measure on Day     Measure Todate (Day)
    - Day     Measure on Day     Measure Day Ago (Day, 1)
    I hope I have been able to clarify the problem scenario with this. Does this setup seem correct to you?
    Many thanks for your help.
    Best Regards,
    Piyush

  • Error after Setting up DBI

    Hi all,
    After setting up Daily business intelligence for Projects. The error occurs as shown below
    "A system error has occurred. Unable to locate: CURRENT PERIOD. Please contact your support representative."
    Pls help me to resolve this
    Thanks
    Dinesh

    I believe you need to open a service request with Oracle support for help on this. Someone needs to see your installation setup and configuration to start to figure out what is going wrong, and we on this forum are not able to do that, while Oracle support can do so.
    John Dickey

  • DBI Master/Local Value Set

    Our business has decided to maintain the GL hierarchy structure in Hyperion. Therefore, for our legal entity and cost center structures, we do not have a parent/child relationship in GL. Are we able to implement the GL related dashboards without the ability to set a top node?
    Somewhere in the documentation there is statements saying we can create a master value set. Any feedback?

    Hi,
    One possibility could be to make a value set using type "Table" attached to cause segment. This will be restrict values according to what you want. But the inconvenient is that the table has be created and maintained.
    Jérôme.

  • DBI Reports Using PL/SQL Procedure

    Hi all,
    Is there anyone who worked on Creating a DBI report using a PL/SQL Procedure.
    I want to customize a Report that is using Data Source as of type PL/SQL Procedure.
    Please Reply to me If anyone has any Idea on this..
    Thanks in Advance..

    Hi Blushadow
    Now if i want to update say only 10 records at a time what should i put into my Proc?
    Please go thru my Proc below..
    CREATE OR REPLACE PROCEDURE PRTS.UPDT_ISSUE_USR_ROLE
    As
    Cursor cur_user_role Is
    Select a.org_id,a.user_id
    from prts_user a,issue_user_role b
    where a.user_id=b.user_id;
    upd_rec cur_user_role%rowtype;
    v_rows_processed Number:=0;
    Begin
    Open cur_user_role;
    Loop
    Fetch cur_user_role into upd_rec;
    If cur_user_role%NOTFOUND
    Then
    Exit;
    Else
    update Issue_user_role
    set User_org_nm=(Select full_org_nm from VW_Org where org_id=upd_rec.org_id)
    Where Issue_User_Role.rowid in
    (select issue_user_role.rowid
    FROM issue_user_role,issue,issue_workflow,Issue_step_dtl_wrkflw
    Where Issue_User_Role.Issue_Id=Issue.Issue_id
    And Issue_User_Role.Issue_id=issue_workflow.issue_id
    And Issue_User_Role.Workflow_compnt_id=Issue_Workflow.CURR_STEP_WORKFLOW_COMPNT_ID
    And Issue_User_Role.Workflow_compnt_id=Issue_Step_Dtl_wrkflw.Workflow_compnt_id
    And Issue_User_Role.Issue_id=Issue_Step_Dtl_wrkflw.Issue_Id
    And Issue.Issue_id=Issue_workflow.Issue_Id
    And Issue.Issue_id=Issue_Step_Dtl_Wrkflw.Issue_id
    And Issue_workflow.Issue_id=Issue_Step_Dtl_Wrkflw.Issue_id
    And Issue_Workflow.CURR_STEP_WORKFLOW_COMPNT_ID=Issue_Step_Dtl_wrkflw.Workflow_compnt_id
    And issue_workflow.primry_workflow_flag='Y'
    And issue_user_role.user_id = upd_rec.user_id
    And issue.issue_status_id in (1636,50738,275,50737,2090)
    And issue_step_dtl_wrkflw.Issue_step_status_id in (61248,61249,61250));
    v_rows_processed :=v_rows_processed + SQL%ROWCOUNT;
    If Mod (v_rows_processed,v_rows_processed)=10
    then
    COMMIT;
    End if;END IF;
    End Loop;
    Commit;
    dbms_output.enable(1000000);
    dbms_output.put_line('There were '||v_rows_processed||' rows updated');
    Close cur_user_role;
    End;
    I would appreciate if you can let me know any other alternative way to meet this requirment.
    Cheers
    Vineet

  • How I can apply more than one DBI reports at a time?

    I have many DBI reports (and maybe dashboards in future) in one database and I want to transfer them to second database. Of course I can export every report to individual zip file and than import this file to second database. But how I can import all my reports at a time? I tried to simply merge files in archives. But EBS imported only one report from merged zip file. Then I downloaded some patches (for example, E-Business Intelligence Family Pack 11i.BIS_PF.F) and explored their structure. I copied xml files with report description (RPerPersonsLayoutsource.xml and RPerPersonsDocsource.xml) from zip archive to <patch directory>\bis\mds, set versions in file-version attribute to 120.6 and wrote driver file. Than I tried to apply this patch. There was no errors (as I think) but report didn't appear in database.
    So, can I do something to transfer many DBI reports at a time?
    P.S. Driver file text:
    begin aru xxbis_test
    compatible release 12.0.0
    compatible platform GENERIC
    compatible parallel always
    compatible language RU
    characterset cl8mswin1251
    # installation for bis module
    begin bug bis xxbis_bis_test
    begin actions
    #=================================#
    # Actions for Copying Patch Files #
    #=================================#
         copy bis mds RPerPersonsDocsource.xml 120.6
         copy bis mds RPerPersonsLayoutsource.xml 120.6
    #=======================================#
    # Actions for Applying Database Objects #
    #=======================================#
         # file-version-parsed bis mds RPerPersonsDocsource.xml 120.6
         exec java oracle/jrad/tools/xml/importer XMLImporter.class java &phase=dat+24 checkfile:bis:mds:RPerPersonsDocsource.xml &fullpath_bis_mds_RPerPersonsDocsource.xml -username &un_apps -password &pw_apps -dbconnection &jdbc_db_addr -userId "1" -rootPackage /oracle/apps/bis -rootdir &fullpath_bis_mds_directory
         # file-version-parsed bis mds RPerPersonsLayoutsource.xml 120.6
         exec java oracle/jrad/tools/xml/importer XMLImporter.class java &phase=dat+24 checkfile:bis:mds:RPerPersonsLayoutsource.xml &fullpath_bis_mds_RPerPersonsLayoutsource.xml -username &un_apps -password &pw_apps -dbconnection &jdbc_db_addr -userId "1" -rootPackage /oracle/apps/bis -rootdir &fullpath_bis_mds_directory
    end actions
    end bug bis xxbis_bis_test
    end aru xxbis_test
    Edited by: [email protected] on 17.02.2009 4:15

    Not real sure what your asking but if you want to view two apps side by side, make sure they're not in full screen mode and drag the edge of a window to resize.  If you want to browser windows, On the menubar Safari > File > New Window.  Or the shortcut, CMD N
    Then resize to view both.
    Regards,
    Captfred

  • Airport Express (Model with 802.11G +54MBPS Mac/PC and Set Up Issues

    Hi,
    We have a 4 Mac and 1 PC Household. Cable Internet Service by Roadrunner.Cable model (owned) connected to a D-Link 802.11G wi fi router (by ethernet from cable modem)in the family room , then out to a Imac (the half moon base and LCD screen with a airport card also in the family room and the closet computer to the D-Link
    router, (we did add a D-Link antenna to the router ? about 10 months ago (a D-Link ANT24-0700 (Version 1.2)and a HP 4 in 1 printer attached via USB to the Imac
    ,a eMac 1.25 ghz 1Gb ram with airpot card also connected wirelessly (no printer attached on the same floor but in a ajoinging room about 20 feet from the Router, and another eMac 1.0 Ghz 1Gb ram with airport card in the upstairs part of our house (a bedroom) and no issue with Internet connection (it has a Epson 3in 1 printer attached via USB, and a MacBook Pro with 802.11N wireless card in side , bought for a Christmas/Birthday Present and also for college.It to has no issues with the Internet where ever it may be in the house. Our sole PC a HP tower with a added D-Link WDA -2320 Range Booster Desktop Adapter (802.11G) and we added a D-Link Antenna same model as the other a ANT24-0700 to help with Internet access which it did as well as adding some ram to increase page loading time etc. It does not have a printer attached. I will get to the Topic Area now
    The Airport Express. I was not involved in the set-up as I was laid up due to a bad back and post major knee surgery , But I always (especially recently) wondered why the light was amber and blinking. I read through the manual and also
    Apple.com support and MacFixit.com (which is under construction and moved to part of Cnet.com)and then went to the Airport Express Discussion area (sorry for being so wordy) I need a Twitter account to post!) We have a network name for the D-Link and the computers all were added and it also supports a Xbox 360, a Sony PlayStation 3 and a Nintendo Wi (in online use without issue) but..
    A network was also as it appears to myself) for the Airport Express and under the half moon bars showing connection strenght (there is our D-Link network "phoenix" with security protection WPA2 I believe) as I have set up the router, We had a Apple Base station prior that was ? 802.11B (a half moon white unit) still have it in the box ) So for normal daily use, checking e-mail and internet use all of the computers use the "phoenix" or D-Link supported Router 802.11G
    and The other network calld Apple Network with numbers and letters after it (and hopefully security) password is unknown , The Airport Express is set up connected via USB to a HP B&W laser printer which has saved quite a bit of money on ink, To utilize that printer you must switch from "phoenix" The D-Link router network to the Apple Network (followed by letters and numbers) The Imac and the eMac in the family room and a ajoing room (after switching to the Apple Network
    can than print to the lasr printer. The eMac upstairs and the HP Windows XP Professional software can not print to the laser printer (yet the HP PC shows it as a individual network and a strong signal, equal to the Internet connection from the D-Link, and the eMac (after switching under the half moon (not the proper name I am sure) to get to the Apple Network to print , it will not print, yet it shows a 5 bar signal, same as the D-Link connection. I do believe we have two seperate networks (but do not understand why the two Mac's in the family room can print to the laser printer by simply switching networks and then file and print. ** One other 9probaly major item is that it states to set up the Airport Express with a Mac With OSX 10.4 or later (at the time of set up, we had the Imac and two eMac's all running Panther OSX 10.3.9 9which they continue to have installed) We obtained the HP Tower and Monitor and HP 4in 1 printer ust before Christmas in 2008 and the MacBook Pro in Mid December 2009 (current model and running Snow Leopard 10.6. The HP Tower runs Windows Xp Professional (Service Pack 3) so the MacBook Pro which is much more mobile , could be used to do the set-up, or the HP Tower coulf be moved temprarily, I do recall if Router changes (at least with The D-Link You need to be connected by Ethernet to the Mac
    that would be doing the set up/configuration of the router (and it runs OSX 10.3.9 and is a older Mac (with 80Gb Hard drive that is partioned for OS9 and OSX as well , it is under a Ghz processor wise and less than 1 Gb of ram as the last ram slot required a seal to be broken and 256mb of ram (?) could be added
    it has 768 mb of ram but knock on wood running well. We use Lacie external drives
    on the Imac and both eMac's and need to get external drives for the HP PC as well as the Mac Book Pro (15" screen)
    I apoogize if I repeated myself, and rambled but I wanted to (in one post) to explain our set up and network configuration
    Questions
    1) if indeed it is that the two networks is true and a set yp that is not correct
    can the Airport Express be configured without opening up the router (when ever that happens it seems one computer is unable to get online and each time its a differnt one a Mac or veen the PC
    The PC under My Computer and Networks clearly shows the wto distinct and seperate netwoks with strong signals and the distance is not far (it is through a floor as the other emac and the PC are upstairs and cabling by ethernet is not a option
    2) If I need to open the router would I add the Airport Express as a client as if it was one of the computers or gaming systems on the network? (adding the Mac adress or IP address (not sure how you find the Mac address) and its been while since the router was opened up for any additions or work on it.
    3) would it be on the same channel as the router or not ?
    4) Hopefully with proper configuration the light will stay on (and green) on the A/E and the eMac and HP PC will be able to print to the laser printer. Currentlt
    when anything needs printed from the PC its put on a Flasg Drive and plugged in tothe Imac and the the Apple Network is selected and data printed, The eMac upstairs has the option of using the attached Epson 3 in one or doing the Flash stick work around.
    I would be verya appreciative if some one took a look at the set up above and advised me of what is right, what is not right* and what to do to fix things up
    I would imagine after proper set up, delete the Apple Network from the PC and eMac upstairs and ? all of the computers as we should have one base station (the D-link and the spoke (the A/E connected by UBS to the A/E (it may be ethernet but the cable connection from the A/E to the HP laser printer is correct (the rest of the A/E set up ... Please , tell me where it is and where it should be
    and ? any idea why we can print to the laser printer down stairs and not up stairs ? it did mention printer set up with Panther as possible, page 43 of themanual we have un chaper 5 Tips and Troubleshooting (under whn your printer isn't responding) (we do not have the interfereance listed in the manual,
    our phones are land line, one 900 mghz and the others 5.8 ghz
    It is possible to move the A/E and laser printer if that would help the two computers (desktops) upstairs) bt the distance is way less than 150 but their is a floor and ? duct work (metal ) but I think here is a place to stop typing and let some of the experts on the discussion forums take a look.
    one lst note (as the lap top will be going off to college in the fall (runnning Snow Leopard, and the other 3 Mac's run Panther OSX 10.3.9 should the HP PC windows Xp Professional be the computer to set up the air port express and the Airport Utility proram installed & would this conflict with the current Router (set up by a Macc running OSX 10.3.9 (Panther) i.e (should both set ups be on the same computer?) but actually aThe D-Link is OSX10.3.9 compatible (and 802.11G) and set up requires ethernet connection to a Mac (You type in the numbers and . etc and password as administror and you are in, or should the admin be on the same cpmpuer for the router and A/E ?
    (and considering a Airport Extreme Base Station as well as dual frequency simulataneus and 802.11N (for the laptop now) and future, or wait. The 802.11
    in theory would broadcast farther..?? even if computers had 802.11b(our Mac Desk tops and the PC 802.11B card
    Thanks Again!!!
    Many, Many Thanks
    amnienttales

    William Boyd Jr.
    Hello again,
    D-Link Router is model DGL-4300 (along with a D-Link ANT24-0700 Omnidirectional
    7dbi Antenna . Our Cable Internet ISP (Roadrunner) provides consumers with dynamic ISP address's . All Mac's have Airport Cards and The Hp Tower XW4550 has a D-Link Rangebooster G Desktop Adapter WDA-2320 (also with a D-Link ANT24-0700 Omnidirectional 7 dbi Antenna (the PC OS is Win XP Pro Service Pack 3) The 3 desktop Mac's run OSX Panther 10.3.9 , The 15" MacBook Pro OS is OSX 10.6 Snow
    Leopard (not sure what is after the .6 (right now) D-Link's website is
    http://www.dlink.com , I have configured this router multiple times in the past.
    also added as clients on the network (Utilizing the D-Link Router) are a X-Box 360, Sony Play Station PS3, and a Nintendo Wii all of which have on line ability
    and enables online video game play with any one online.
    As mentioned prior the Airport Port Express is Model A1084 Part No. M9447OLL/A
    which is USB conected to a HP LaseJet B&W , model 1020 and some how the two computers near it can switch to the Airport Express Network from the D-Link Router based Network and print wirelessly to the A/E connected LaserJetPrinter
    I realize I will need to reconfigure the D-Link Router and add the A/E as a client. I will try first to use the Airport Utility and see if I can do anything
    Utilizing it (adding it to the D-Link network, I think its unlikely but worth a try but* the password is unknown but I have a few guess's as to what it may be.
    I do have the necessary admin and network paswwords to cconfigure the D-Link Router,
    1) * If the the A/E Utility experiment fails and I need to re-configure the router * do I need to (as per the Airport Express Set Up Guide (Use a Mac with OSX 10.4 or later or a PC with Win Xp Home or Professional (have a desk top PC that has the specs) and The Mac Book Pro meets the Mac Spec's)
    If I can not get a password to work on the A/E I would reset it using the reset button
    And before plugging in the A/E , connect the appropraite cables in our case a USB cable to the LaserJet Printer then plug in the A/E
    2) I would then connect by Ethernet from Either the Mac Laptop or The PC to the D-Link router (if not the router will not set-up correctly)
    3) The one question that puzzles me is that we are not using the A/E as a base
    but a client
    in two sections(Using Airport Express , connecting a Printer via USB
    and use Airprt Utility to create a new network or join a new newWireless computers using Mac OSX 10.2.7 (Tiger) or later or a PC with Windows XP and it then goes in to the steps of ising the printer for both a Mac and a PC (using Bonjour on the CD that came with the A/E (this appears to contradict needing to use Mac OSx 10.4 or a PC with Win Xp set the A/E up for use as a printer
    (joiing a new network or existig one)
    And in Chapter 5 Tips and Roubleshooting= Your Airport Express Status Light Flashes amber & Your Printer is not responding (it is flashing amber and the printer does not respond to the two computers upsstairs (one Mac running OSX 10.3.9 & One PC running WinXp and its states to make sure the printer is selected
    in the Printer list o client computers, to do this on a Mac using OSX 10.3 or later , open Printer Set Up Utility and follow steps and if a PC with Windows XP , Open Printers and faxes and then follow steps
    in Closing ? can I configure the A/E Utility with a Mac using 10.3.9 as above or
    ? Per Chapter 1 Getting Started use a Mac with OSX 10.4 or later or a PC with Windows Xp Home or Professional
    Perhaps I am taking the tips and trouble shooting and Printer Set up out of context or does the getting Started Computer specs contradict them or are they
    for use if the A/E was going to be a Base Station and not a client..
    Will keep at it,
    ambienttales

  • DBI-  Update TIme Dimention is completed in Error.

    Hi Expert
    Please help me to resolve the issue the error we are getting ierror while run the request running in DBI-
    Report Name Update Time Dimention
    From Date 01-Jan-12
    To Date 31-Dec-15
    SURAJ
    THE idea is we are tring to upload the time dimention in Oracle.
    1)
    Going to check missing dates in the Time dimension from 19-AUG-2011 00:00:00 to 05-FEB-2013 00:00:00 ...
    There are missing dates in the Time dimension.
    To fix the issue, please load the Time dimension from 01-JAN-2013 00:00:00 to 05-FEB-2013 00:00:00
    The following order lines have dates outside the time dimension range. Review if they are incorrect timestamps or missing in time dimension.
    Please reload the Order Management base summary after fixing the missing dates.
    Order Number - Line Number - Line ID - Booked Date - Fulfilled Date - Shipped Date - Schedule Ship Date
    5163201 - 1.1 - 1309578 - 08/23/2012 - - - 01/03/2013
    5162913 - 1.1 - 1307386 - 08/21/2012 - - - 01/08/2013
    5162910 - 1.1 - 1307383 - 08/21/2012 - - - 02/05/2013
    5162885 - 1.1 - 1307197 - 08/21/2012 - - - 01/15/2013
    5162808 - 4.1 - 1306480 - 08/20/2012 - - - 02/05/2013
    5162808 - 3.1 - 1306479 - 08/20/2012 - - - 02/05/2013
    5162808 - 2.1 - 1306478 - 08/20/2012 - - - 02/05/2013
    5162808 - 1.1 - 1306477 - 08/20/2012 - - - 02/05/2013
    5162669 - 1.1 - 1305118 - 08/17/2012 - - - 02/05/2013
    5162645 - 1.1 - 1304925 - 08/17/2012 - - - 02/05/2013
    2)
    Financial Intelligence: Version : 11.5.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FII_TIME_C module: Update Time Dimension
    Current system time is 27-AUG-2012 09:57:51
    **Starts**27-AUG-2012 09:57:52
    **Ends**27-AUG-2012 10:00:13
    Start of log messages from FND_FILE
    DB Version: 10.2.0.4.0
    Atomic refresh: false
    FII_TIME_CAL_DAY_MV was altered to parallel
    FII_TIME_CAL_DAY_MV was refreshed using INITIAL refresh method
    FII_TIME_CAL_DAY_MV was altered to nonparallel
    FND_GLOBAL.CONC_PRIORITY_REQUEST: 9888
    Request Set: , FORCE_FULL option:
    No action for MV Log recreation.
    calling "Import BIS Time Dimension into BSC program"
    source language=US
    Installed languages
    US
    DBI Implemented
    fii_time_day has data. DBI Implemented
    select 1 from bsc_db_calendar,bsc_sys_calendars_b where edw_calendar_type_id=1 and edw_calendar_id =1001
    and bsc_db_calendar.calendar_id=bsc_sys_calendars_b.calendar_id and rownum=1
    select 1 from mlog$_fii_time_day where rownum=1
    select 1 from mlog$_fii_time_day where dmltype$$ <>'I' and rownum=1
    Only insert rows. Inc change
    In load_dbi_cal_into_bsc_inc 08/27/2012 10:00:11
    cursor c1 is select max(ent_year_id), min(ent_year_id), to_number(to_char(sysdate,'YYYY')) from fii_time_day; 08/27/2012 10:00:11
    l_max_year=2015 08/27/2012 10:00:11
    l_min_year=2004 08/27/2012 10:00:11
    l_current_year=2012 08/27/2012 10:00:11
    Finaly g_bsc_greg_fiscal_year=2012
    select bsc_sys_periodicities.periodicity_id,bsc_sys_periodicities.period_type_id from bsc_sys_periodicities ,bsc_sys_calendars_b where bsc_sys_periodicities.calendar_id=bsc_sys_calendars_b.calendar_id and bsc_sys_calendars_b.edw_calendar_type_id=1 an
    d bsc_sys_calendars_b.edw_calendar_id=1001/1002/1003
    Ent periodicities
    g_ent_cal_id=24
    g_ent_fiscal_change=0
    g_ent_day_per_id=242
    g_ent_week_per_id=243
    g_ent_period_per_id=244
    g_ent_qtr_per_id=245
    g_ent_year_per_id=246
    445 periodicities
    g_445_cal_id=25
    g_445_fiscal_change=0
    g_445_cal_short_name=BSC_PER_2455850894563151
    g_445_day_per_id=247
    g_445_day__short_name=BSC_PER_2455850894563151
    g_445_week_per_id=248
    g_445_week_short_name=BSC_PER_2455850894563163
    g_445_p445_per_id=249
    g_445_p445_short_name=BSC_PER_2455850894563171
    g_445_year_per_id=250
    g_445_year_short_name=BSC_PER_2455850894563176
    Greg periodicities
    g_greg_cal_id=26
    g_greg_fiscal_change=0
    g_greg_cal_short_name=BSC_PER_2455850894563184
    g_greg_day_per_id=251
    g_greg_day_short_name=BSC_PER_2455850894563185
    g_greg_period_per_id=252
    g_greg_period_short_name=BSC_PER_2455850894563190
    g_greg_qtr_per_id=253
    g_greg_qtr_short_name=BSC_PER_2455850894563196
    g_greg_year_per_id=254
    g_greg_year_short=BSC_PER_2455850894563201
    select report_date,to_char(report_date,'DD'),to_char(report_date,'MM'),to_char(report_date,'YYYY'),
    ent_period_id,week_id from mlog$_fii_time_day
    where not exists (select 1 from bsc_sys_periods where
    periodicity_id=:1 and time_fk=to_char(report
    _date,'MM/DD/YYYY'))
    order by report_date 242
    g_num_dbi_cal_record=1095
    select to_date(start_month||'/'||start_day||'/'||current_year,'MM/DD/YYYY') from bsc_sys_calendars_b where edw_calendar_type_id=1 and edw_calendar_id=1001
    g_ent_start_date=01-JAN-11
    select to_date(start_month||'/'||start_day||'/'||current_year,'MM/DD/YYYY') from bsc_sys_calendars_b where edw_calendar_type_id=1 and edw_calendar_id=1002
    g_445_start_date=03-JAN-11
    select to_date(start_month||'/'||start_day||'/'||current_year,'MM/DD/YYYY') from bsc_sys_calendars_b where edw_calendar_type_id=1 and edw_calendar_id=1003
    g_greg_start_date=01-JAN-11
    select ent_period_id,ent_year_id,sequence,name,start_date, end_date from FII_TIME_ENT_PERIOD
    where ent_period_id not in (select to_number(time_fk) from bsc_sys_periods where periodicity_id=:1)
    order by ent_period_id 244
    g_num_dbi_ent_period=36
    select ent_qtr_id,ent_year_id,sequence,name, start_date, end_date from FII_TIME_ENT_QTR
    where ent_qtr_id not in (select to_number(time_fk) from bsc_sys_periods where periodicity_id=:1)
    order by ent_qtr_id 245
    g_num_dbi_ent_qtr=12
    select ent_year_id,sequence,name, start_date, end_date from FII_TIME_ENT_YEAR
    where ent_year_id not in (select to_number(time_fk) from bsc_sys_periods where periodicity_id=:1)
    order by ent_year_id 246
    g_num_dbi_ent_year=3
    select week_id,substr(week_id,1,4),substr(week_id,1,4),sequence,name, start_date, end_date from FII_TIME_WEEK
    where week_id not in (select to_number(time_fk) from bsc_sys_periods where periodicity_id=:1)
    order by week_id 248
    g_num_dbi_445_week=156
    select period445_id,year445_id,sequence,name, start_date, end_date from fii_time_p445
    where period445_id not in (select to_number(time_fk) from bsc_sys_periods where periodicity_id=:1)
    order by period445_id 249
    g_num_dbi_445_p445=35
    select year445_id col1,year445_id col2,name, start_date, end_date from fii_time_year445
    where year445_id not in (select to_number(time_fk) from bsc_sys_periods where periodicity_id=:1)
    order by year445_id 250
    g_num_dbi_445_year=2
    In correct_ent_week 08/27/2012 10:00:12
    select to_date(calendar_year,calendar_month,calendar_day,week52,year from bsc_db_calendar where calendar_id=p_calendar
    order by calendar_year desc,calendar_month desc,calendar_day desc using 24
    l_max_date=31-DEC-12, l_prev_week=54, l_prev_year=2012
    select week_id from fii_time_week where week_id in (select week_id from fii_time_day where report_date=:1)
    l_prev_fii_week=20130101
    Going to correct data.
    l_prev_week=54
    l_prev_year=2012
    l_prev_fii_week=20130101
    l_index=1
    Output from g_dbi_445_week
    20130102 2 2 2013
    20130103 3 3 2013
    20130104 4 4 2013
    20130205 5 5 2013
    20130206 6 6 2013
    20130207 7 7 2013
    20130208 8 8 2013
    20130309 9 9 2013
    20130310 10 10 2013
    20130311 11 11 2013
    20130312 12 12 2013
    20130313 13 13 2013
    20130414 14 14 2013
    20130415 15 15 2013
    20130416 16 16 2013
    20130417 17 17 2013
    20130518 18 18 2013
    20130519 19 19 2013
    20130520 20 20 2013
    20130521 21 21 2013
    20130622 22 22 2013
    20130623 23 23 2013
    20130624 24 24 2013
    20130625 25 25 2013
    20130626 26 26 2013
    20130727 27 27 2013
    20130728 28 28 2013
    20130729 29 29 2013
    20130730 30 30 2013
    20130831 31 31 2013
    20130832 32 32 2013
    20130833 33 33 2013
    20130834 34 34 2013
    20130935 35 35 2013
    20130936 36 36 2013
    20130937 37 37 2013
    20130938 38 38 2013
    20130939 39 39 2013
    20131040 40 40 2013
    20131041 41 41 2013
    20131042 42 42 2013
    20131043 43 43 2013
    20131144 44 44 2013
    20131145 45 45 2013
    20131146 46 46 2013
    20131147 47 47 2013
    20131248 48 48 2013
    20131249 49 49 2013
    20131250 50 50 2013
    20131251 51 51 2013
    20131252 52 52 2013
    20140101 1 1 2014
    20140102 2 2 2014
    20140103 3 3 2014
    20140104 4 4 2014
    20140205 5 5 2014
    20140206 6 6 2014
    20140207 7 7 2014
    20140208 8 8 2014
    20140309 9 9 2014
    20140310 10 10 2014
    20140311 11 11 2014
    20140312 12 12 2014
    20140313 13 13 2014
    20140414 14 14 2014
    20140415 15 15 2014
    20140416 16 16 2014
    20140417 17 17 2014
    20140518 18 18 2014
    20140519 19 19 2014
    20140520 20 20 2014
    20140521 21 21 2014
    Error in load_dbi_445_cal_data ORA-00001: unique constraint (BSC.BSC_SYS_PERIODS_U1) violated 08/27/2012 10:00:13
    Error in load_dbi_cal_into_bsc_inc ORA-00001: unique constraint (BSC.BSC_SYS_PERIODS_U1) violated 08/27/2012 10:00:13
    Error in load_dbi_cal_into_bsc ORA-00001: unique constraint (BSC.BSC_SYS_PERIODS_U1) violated 08/27/2012 10:00:13
    Exception happens in BSC_DBI_CALENDAR.load_dbi_cal_into_bsc ORA-00001: unique constraint (BSC.BSC_SYS_PERIODS_U1) violated
    End of log messages from FND_FILE
    Executing request completion options...
    Output is not being printed because:
    The print option has been disabled for this report.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 27-AUG-2012 10:00:14
    ---------------------------------------------------------------------------

    Please see if (Ora-00001: Unique Constraint (Bsc.Bsc_sys_periods_u1) Violated [ID 554200.1]) helps.
    Thanks,
    Hussein

  • Performance to fetch result set from stored procedure.

    I read some of related threads, but couldn't find any good suggestions about the performance issue to fetch the result set from a stored procedure.
    Here is my case:
    I have a stored procedure which will return 2,030,000 rows. When I run the select part only in the dbartisan, it takes about 3 minutes, so I know it's not query problem. But when I call the stored procedure in DBArtisan in following way:
    declare cr SYS_REFCURSOR;
    firstname char(20);
    lastname char(20);
    street char(40);
    city char(20);
    STATE varchar2(2);
    begin DISPLAY_ADDRESS(cr);
    DBMS_OUTPUT.ENABLE(null);
    LOOP
    FETCH cr INTO firstname,lastname,street, city, state;
    EXIT WHEN cr%NOTFOUND;
    DBMS_OUTPUT.PUT_LINE( firstname||','|| lastname||','|| street||',' ||city||',' ||STATE);
    END LOOP;
    CLOSE cr;
    end;
    It will take about 100 minutes. When I used DBI fetchrow_array in perl code, it took about same amount of time. However, same stored procedure in sybase without using cursor, and same perl code, it only takes 12 minutes to display all results. We assume oracle has better performance. So what could be the problem here?
    The perl code:
    my $dbh = DBI->connect($databaseserver, $dbuser, $dbpassword,
    { 'AutoCommit' => 0,'RaiseError' => 1, 'PrintError' => 0 })
    or die "couldn't connect to database: " . DBI->errstr;
    open OUTPUTFILE, ">$temp_output_path";
    my $rc;
    my $sql="BEGIN DISPLAY_ADDRESS(:rc); END;";
    my $sth = $dbh->prepare($sql) or die "Couldn't prepare statement: " . $dbh->errstr;
    $sth->bind_param_inout(':rc', \$rc, 0, { ora_type=> ORA_RSET });
    $sth->execute() or die "Couldn't execute statement: " . $sth->errstr;
    while($address_info=$rc->fetchrow_arrayref()){
    my ($firstname, $lastname, $street, $city, $STATE) = @$address_info;
    print OUTPUTFILE $firstname."|".$lastname."|".$street."|".$city."|".$STATE;
    $dbh->commit();
    $dbh->disconnect();
    close OUTPUTFILE;
    Thanks!
    rulin

    Thanks for you reply!
    1) The stored procedure has head
    CREATE OR REPLACE PROCEDURE X_OWNER.DISPLAY_ADDRESS
    cv_1 IN OUT SYS_REFCURSOR
    AS
    err_msg VARCHAR2(100);
    BEGIN
    --Adaptive Server has expanded all '*' elements in the following statement
    OPEN cv_1 FOR
    Select ...
    commit;
    EXCEPTION
    WHEN OTHERS THEN
    err_msg := SQLERRM;
    dbms_output.put_line (err_msg);
    ROLLBACK;
    END;
    If I only run select .. in DBArtisan, it display all 2030,000 rows in 3:44 minutes
    2) But when call stored procedure, it will take 80-100 minutes .
    3) The stored procedure is translated from sybase using migration tools, it's very simple, in sybase it just
    CREATE PROCEDURE X_OWNER.DISPLAY_ADDRESS
    AS
    BEGIN
    select ..
    The select part is exact same.
    4) The perl code is almost exact same, except the query sql:
    sybase verson: my $sql ="exec DISPLAY_ADDRESS";
    and no need bind the cursor parameter.
    This is batch job, we create a file with all information, and ftp to clients everynight.
    Thanks!
    Rulin

  • Daily Business Intelligence- DBI

    Hi ,
    Iam newbie to DBI.
    I have gone through the DBI implementation guide and tried to create a new report.
    Created a report and published it.
    In the process of creating Initial Request set (in Daily Business Intelligence Administrator), could not find the report (that I have developed in Daily Business Intelligence Designer) in Generate Request set window.
    Any help is highly appreciated.
    Thank You
    Veeru

    To enable dashboards and reports:
    1. Using the Daily Business Intelligence Administrator responsibility, navigate to
    Setup : Global > Administer Content.
    2. Query the dashboard or report that you want to implement.
    3. Enable the Implement check box next to the dashboard or report. You can enable
    several dashboards and reports at the same time.

  • DBI Budget data not showing in Dashboard

    Hello all,
    I have an issue in DBI Budget dashboard.
    I have two different Business Group with different COA and Calendar. I did DBI setups for both.
    My issue is I can not able to select only one business group's related ledger while selecting Budget in DBI (N: DBI Admin: Setup > Financials > Financial Dimensions Setup > Source Ledger Group > Budget).
    Then I ran DBI Request Set Program. Now DBI Report is correctly.
    If I want to Define another business group related Ledger then we have to change the Period in Define Parameter (N: DBI Admin: Setup > Global > Define Parameter ).
    Again we have to run DBI Request Set Program. Now Budget information is not displaying in Dashboard.
    Please guide me to resolve this issue.
    Thanks and Regards,
    Muthu

    Hello all,
    Before running Request Set we have to run Upload Budget and Forecast concurrent Program.
    Now Budget data will populate in DBI.
    Regards,
    Muthu

  • How to create organization Hierrachy for DBI for projects?

    Hi,
    If someone has implemented DBI for projects in R12, could you please advise me on how to define the organization hierrachy?
    I would appreciate any suggestions on the best practices for Projects DBI Intelligence setups.

    Hi,
    Please check Configuration Guides for "Basic Setting for SAP SRM" in SAP Solution Manager. There is the section Organization Management. You also find links in SAP Solution Manager.
    http://help.sap.com/SCENARIOS_BUS2008/helpdata/EN/3A/5F5C39315C482EA7F87ABE0F6E14BD/frameset.htm
    http://help.sap.com/SCENARIOS_BUS2008/helpdata/EN/0C/CE51A601854E4A911474C8628516A8/frameset.htm
    http://help.sap.com/SCENARIOS_BUS2008/helpdata/EN/D8/9F64C9928C43BD9037C31089797DAE/frameset.htm
    http://help.sap.com/SCENARIOS_BUS2008/helpdata/EN/46/F04E4B155B46B085C495F1E18B21BD/frameset.htm
    http://help.sap.com/SCENARIOS_BUS2008/helpdata/EN/8B/18B3DB81B04E8F9C1F000B8C1001A4/frameset.htm
    Downloaded offline Configuration Guides are also available in SAP Service Marketplace.
    http://service.sap.com/srm-inst
    Regards,
    Masa

  • Schedule process chains (in DBI, QBI, 7 PBI) centrally.

    Hi Gurus,
    I am working in SAP BI 7.0. I want to load data from an Oracle system to DBI, QBI and PBI using process chains. But i need to have some restriction as mentioned below.
    I need to know whether it is possible to have the following options:
    1. To load only to DBI and QBI (not to PBI) simultaneously
    2. To load to all three systems simultaneously( i.e., DBI, QBI & PBI)
    Can we set any restrictions for accomplishing this? Is there any standard function module which can schedule the process chains centrally in diffrent systems?
    If so how should i use that. Please give your suggestions.
    Thanks in advance
    BI Beginner

    You can have an external scheduler like maestro to accomplish the same...

Maybe you are looking for