Using Discoverer workbooks in JDev.

Hi All,
I have some discoverer workbooks Discoverer 10g R2(10.1.2) , and developed one web application. I want to import the workbook on click of related link from the web page with user defined look and feel. what I mean is the data and all the feature of the workbook (drill down etc )should like as if in discoverer viewer but the look and feel ( header,footer etc.) should as of the web page. Could any body help me out to resolve this.
Thanks in advance,
Ranjeet.

Hi,
I am not aware of this, but this may also b ethe wrong forum for such a question. There is a BI forum you can try
BI Beans
Frank

Similar Messages

  • How to make Custom Discoverer workbook use Custom Security profile of Apps

    We use Discoverer in Oracle Apps setup. We have added Custom security in our HR People Form of Apps.
    This Custom Security restricts one HR Emplpoyee not view other HR employee record except for himself/herself. Also maintining that they should be able to view all other employee's records.
    The following code was put under the Security Profile Form -- > Custom Security Tab
    exists (select 1
    from per_jobs b
    where ASSIGNMENT.job_id = b.job_id
    and (b.name not like '%HR%')
    and (b.name not like '%Human%')
    and ASSIGNMENT.assignment_number is not null
    union
    select 1
    from fnd_user fu
    where fu.user_name = fnd_global.user_name
    and fu.employee_id = PERSON.person_id
    and ASSIGNMENT.assignment_number is not null)
    Above security profile works fine for HR People Form.
    However, It does not work for our Discoverer Workbooks. I found a note on Metalink 422841.1 which talks about leveraging the Custom Security of Apps in Discoverer Report. I read it, but did not get much clue.
    Can Anyone help.
    Thanks

    Hi,
    If you want to use custom HR security with Discoverer you have to ensure that the correct security filters are applied when the Discoverer reports are run. These filters can use the supplied HR_SECURITY package or you can develop your own conditions using table lookups or functions. To get the filters applied to your reports you have a number of options:
    1. Build the security into custom folders using additional conditions
    2. Use custom database views in Discoverer and build the security into the views
    3. Use mandatory conditions in you Discoverer folders using either a function call or database contexts set at login time
    4. Use VPD (Virtual Private Database)
    I am not sure which of these options you are using to implement your HR security in Discoverer. The last option, VPD, is the most flexible and can give the best performance but maybe it is more complex to set up.
    Rod West

  • Error while migrating discoverer Workbook

    Hi All,
    I am migrating Business Area and Work book from one instance(QA) to another(Production) DB instance.
    I have successfully did export of business area and import in production instance.
    For workbook migration I have followed the below mentioned steps.
    1) Open QA instance and open the required workbook.
    2) Do "Save As" of the workbook to local machine as ".DIS".
    3)Then Login to Prodcution Open the workbook from the local machine. But in that case it gives following error
    " Cannot join tables.Item dependency "" not found in EUL. "
    "Attempt to open workbook failed" Anyone can help me to solve this issue. Please.
    Thanks
    Alaka

    Hi Janet
    Here are some more notes from my private collection of tips and tricks:
    Discoverer workbooks are very picky when it comes to opening up against an end user layer. Basically, here is what happens:
    All EUL objects have an ID number and a name. When Discoverer saves a workbook it saves both the ID number and the name of every essential object (business area, folders, items and joins) that is used within the workbook. The next time Discoverer opens the workbook it looks at the ID numbers of the objects and tries to find them in the EUL. If it cannot find an object by its ID number it tries to locate it using the object's name. If an object cannot be located either by its ID number or by its name you will get the dreaded Item Dependency error.
    OK, having got that out of the way, if you delete a folder from within the EUL and re-create it you will lose the ID number of the folder and all of its associated objects (items and joins). The only way Discoverer will be able to open this workbook now is if everything within the folder is named EXACTLY the same way (including underscores and casing of the name), otherwise the workbook will not open. Discoverer will report the error message that you are seeing.
    So what can you do? Well, you need to have some way of finding out what the old folder name(s), item names and join names were. Also, you need to make sure that all items that were not hidden are not hidden now. There is no need to worry about the names of hierarchies or lists of values. These are not stored within a workbook and are only hooked in at runtime.
    Seems like you have to somehow painstakingly determine what all of the item and join names were in your old folder(s) and re-create them 100% the same way in the new folder(s). By the way, when the workbook gives you the error message does it also give you an opportunity to assign al alternative item to the item that it can no longer find a value for? This may work but, in my experience, usually doesn't!! It only works if the missing dependency is an item, it won't work if the error is being caused because you have got a join name wrong. Unfortunately, joins MUST have the same name exactly otherwise there is just no way to open the workbook.
    Best wishes
    Michael

  • How to find out the list of users who used Discoverer

    Dear All,
    We have Oracle E-Business Suite 11.5.10.2 with Disco. 4i.
    We need to know how we can find out the Employee ID, Responsibility, Org... who used discoverer during a specific period in the past ? For example the last year.
    Any help plz.
    Regards,
    Mohammad Muhtadi

    I'm not sure You can get the responsibilities or the org that was used in that specific run but as for getting when it was run and by whom...
    Try that SQL:
    select distinct
    qs.qs_doc_name workbook,
    --qs.qs_doc_details worksheet,
    case when instr(qs.qs_doc_owner,'#')=1 then substr(qs.qs_doc_owner,2,10) else qs.qs_doc_owner end workbook_owner,
    qs.qs_created_date run_date,
    case when instr(qs.qs_created_by,'#')=1 then substr(qs.qs_created_by,2,10) else qs.qs_created_by end apps_user_id,
    fu.user_name apps_user_name,
    ppf.FULL_NAME user_full_name,
    ppf.EMPLOYEE_NUMBER user_employee_number
    from
    eul_us.eul4_qpp_stats qs,
    fnd_user fu,
    per_people_f ppf
    where to_number(substr(qs.qs_created_by,2,10))=fu.user_id(+)
    and fu.employee_id=ppf.PERSON_ID
    and sysdate between ppf.EFFECTIVE_START_DATE and ppf.EFFECTIVE_END_DATE
    change the "eul_us" to the discoverer schema.
    Basically the primary data you are looking for lies in the qpp_stats table...

  • Discoverer Workbook comes up in Desktop but not in Plus

    Hi,
    I'm using Discoverer 10g 10.1.2.54 and using Plus version 10.1.2.54. I've modifier a report that comes up in Discoverer Desktop, however when I try to pull it up in Plus I get the following error message:
    Join configuration cannot be resolved.
    Reason: the joins on the detail folders use
    different keys to join to the master Attempt
    to open the workbook failed.Is there a reason I'm getting this error message in Plus and not in Desktop?
    What does this message even mean?
    Thanks.

    Pl see if MOS Doc 863059.1 (Opening Workbook in Discoverer Plus Fails with Error: Join Configuration Cannot Be Resolved) can help
    HTH
    Srini

  • Oracle discoverer ver 9.0.2.39.02 - Error While using  discoverer plus

    Hi,
    I have installed oracle 9i discoverer ver 9.0.2.39.02 and while tyring to use Discoverer Plus (http://ip:port/discoverer/plus)
    I get error when creaating a workbook using workbook wizard, if i go thru the steps 1 to 10 It just does'nt do anything when i click Finish. At the same time
    If i click Finish on the Table layout screen immediately after selecting the items it generates the worksheet
    what could be the reason for me unable to generate the worksheet.
    Create / edit Business Privilege is granted to the user.
    can anybody help me.
    Thanks

    Hi
    But Desktop is not the product that you reported the error on, you said that Plus was giving you the problem.
    Desktop generally has far fewer issues that Plus because it is a client-based tool and I would expect it to work fine in Desktop.
    Have you ever had 9.0.2 Plus working as you describe or have you recently installed it? Either way, I strongly recommend upgrading your Discoverer Plus to the version in my previous reply.
    By the way, I think you will find that most people rapidly got off 9.0.2 as soon as 9.0.4 came out which was 10g Release 1. If you look on my blog: http://learndiscoverer.blogspot.com/ you will see a couple of surveys that were conducted earlier this year. The top one indicates that only 4% of Discoverer sites are using 9.0.2. Of those I would suggest most will be on the 54 release which really was quite stable.
    You will fnd it really hard to get help if you stay on the 39 release because there are so few folks around who have it installed.
    Best wishes
    Michael

  • How to find out PL/SQL function usage in Discoverer workbooks?

    We have to make changes to one PL/SQL function that has been registered in Administrator. Is it possible to find out in which reports the function is used? The function is called in calculations and it returns certain time information. We have to add one argument to the function and therefore have to change calculations where the function is called. We have too many workbooks to manually check them all.
    I am aware how to find out which folders and items are used in workbooks but can't find the same information about functions. We are using Discoverer 10.1.2.2
    Thanks in advance!

    Hi,
    If you calculation is in the EUL you can look at the item dependencies, but if your calculation is in the workbook there is no way other than using the workbook dump (d51wkdmp.exe) utility or opening the workbook and manually checking.
    You might want to consider overlaying the PL/SQL function definition so that there are 2 variants of the function. You can then add the extra parameter as an optional parameter in Discoverer. The correct variant will be called depending on how many parameters are used.
    Hope that helps,
    Rod West

  • How to Create a Link to a Discoverer Workbook in Apps11i?-[solved]

    I tried to create a link to a disco workbook in apps 11i using metalink document 278095.1. It seems to be working ok for discoverer which is installed on the same machine as the apps11i is on(because when I clicked on the link which I have created in apps11i, I see a default disco4i welcome page which got installed out of the box with apps11i). But we are using discoverer version 10g which is on a different server. Does anyone has ideas on how to create a link for a disco workbook which is on a different server other than apps11i.
    Discoverer version is 10g
    Apps version is 11.5.10.2
    Thanks in advance

    hi Rod,
    I did as you said and it seems to be connecting to the right server. But I have one more problem. In metalink document it says I have to enter the following in the Parameters text field of Function form in apps:
    workbook=<(workbook identifier from step2) &PARAMETERS=param_parameter name One~Parameter One Value*param_parameter name Two~Parameter Two Value*
    But I dont understand what should I have in place of param_parameter name One~Parameter One Value. Is it the name of the parameter given in discoverer, if so can you give me an example of how to write it. Because when I typed the name of the parameter like &PARAMETERS=Client Id, where client Id is the name of the parameter, it is giving me the following error
    ORA-06502: PL/SQL: numeric or value error
    Thanks for your help

  • Backup Discoverer workbooks

    We have hundred of users using Discoverer Plus for creating their adhoc reports. How do we backup all the workbooks of all these users? All the workbooks are stored in the database in their database accounts. We dont want to backup all the individual user schemas.
    Any help will be greatly appreciated.
    Thanks

    The easiest thing to do is to just perform a command-line and see for yourself. I had just shown this simple code line in another thread on this forum, and it should do the trick for you as well.
    dis51adm.exe /connect eul_user_you_set_up/passwordv@db_instance /export eul_full_export /all /log eul_full_export_log
    So, if you customize it to your setup, and put it in a DOS BAT file, then invoke it, you'll see the log created.
    In that log (it's ASCII), you'll see for yourself what's backed up (ie: user workbooks, joins, etc.).
    Russ

  • Using standard workbooks & BA's

    Hi Michael & Rod,
    I have built many reports on discoverer,but all those reports i built are custom made.
    Firstly i want to know is how can one see the standard business areas and workbooks and how could one use them according to their requirement.While installing only we could get the dump where all BA's and Workbooks are stored, but i could see all the BA's(business areas) if i log in through application user.But i cant see any workbooks related to BA's.What would be the reason and how could i see the workbooks?
    Secondly the standard BA folders,say for example under purchasing module we could see many BA folders like purchasing folder,contract folder,receipt folder and so on.But now if i want to use only purchasing folder and receipt folder with predefined item classes or hierarchy to built my requirement.Will the joins established before hand helpful or we should join some as per requirement and if i want to use some more hierarchies which the end user wants?.How to go about it, if possible with an example would be better to understand.
    Thirdly,if i change any standard report items,joins or any item class i dont require.It would mess i suppose.
    Then according to my requirement i want to have some columns,but due to other unnecessary columns,hierarchies things if i get duplication of records.How to go about it.How can i directly assign a standard discoverer report to the end user according to our requirement.Or should i duplicate the standard folder to a custom folder??
    I need a brief explanation with examples if possible,this post would help many people know the jargons of discoverer and how to use them exactly.Might be my question seems simple but would help in long run to many people using discoverer.
    Actually i thought of asking my friend Michael to make a white paper on this topic and make it available to all.
    What say michael?
    By,
    Kranthi.
    Edited by: Kranthi.K on Jun 2, 2009 6:58 PM

    Hi,
    What would be the reason and how could i see the workbooks?When you import the seeded BA, folders and workbooks into your EUL you should import when connected with an applications username. Then you can take ownership of the workbooks and share them with other users/responsibilities as required.
    if i want to use some more hierarchies which the end user wants?.In general I would extend the folders by adding items, item class and hierarchies to meet the users requirements. I would make a new copy of the workbooks if you wanted to make a change.
    How can i directly assign a standard discoverer report to the end user according to our requirement.You cannot assign workbooks to users. You should share workbooks with users/responsibilities. If a user then wants to change the workbook they should make their own copy.
    Rod West

  • Importing Discoverer Workbooks

    Hi,
    We have recently upgraded our Discoverer EUL from 3.1 to 5.1 and are using Discoverer Viewer and Discoverer plus to run Queries.
    Our users have some 300 workbooks that they saved to network drives instead of the database.
    When we upgraded the EUL the workbooks that where in the database came over with no problems.
    How can I import these 300 workbooks into the new EUL Database ?
    Do I have to open each one and save it using the stand alone Oracle disoverer that I have installed on my PC ?
    The users do not have access to the stand alone discoverer, only the Discoverer Viewer and Discoverer Plus.
    Thank you for any help and your time.
    Phil.

    Hi Phil
    It also sounds like you need to run a clean up exercise as you will probably have users who have recreated the wheel and thus you will end up with a myriad of individual workbooks that essentially do the same thing.
    Whichever one you deem to be correct should be loaded in as a library document and shared with everyone else. The incorrect or duplicates should be abandoned.
    Best wishes
    Michael

  • Scheduling Discoverer Workbooks

    We are trying to replicate an Oracle environment for reporting purposes. We use Discover (3.1.37 currently, version 4 soon) as one of our reporting tools. We have the need to replicate the Discover Scheduling functionality in the second environment. Is there any way to schedule Discoverer Workbooks 'automatically' i.e. not through the Discoverer product? Are there any API's that are available to generate the DBA Jobs/EUL Packages necessary to schedule a workbook ?
    Any comments appreciated ?

    Ian
    For DOS scheduling, take a look at Russ Proudman's presentation at:-
    www.proudman.homestead.com (select presentations, Australia - Dashboard presentation).
    There's also info in the Discoverer Admin handbook under Command line interfaces.
    You can download JIT scheduler at http://www.gibinsoft.net. I've used it with the command line interface and it works fine.
    Can't help you with the API, but I don't think there's anything like that available.
    Cheers
    Chris

  • Options to remove Discoverer workbooks owned by inactive users

    Hi all,
    We have thousands of Discoverer workbooks owned by users who are no more in the organization. Could you please suggest the different options? Is it possible to hide or disable all these workbooks? Are there alternatives other than Deleting them?
    Thanks,
    Asmamaw

    Hi,
    Instead of deleting them you can take ownership over them and then decide what would you like to do with them.
    The easiest way is to export them using the discoverer admin login with the EUL owner.
    then you can login with the user you want it to be the new owner and while importing use the check box to define "take ownership".
    Also since you are dealing with lots of workbooks i suggest you will reffer to the command line interface (the java one..) so that you can perform batch changes.
    [Discoverer EUL Command Line for Java Reference|http://docs.oracle.com/html/B13919_03/ref.htm]
    with the command line you can use the privileges switch to change the share or grants for the workbooks.
    Tamir

  • Foldarizing Discoverer Workbooks

    Hi
    We are using Disco 10G. My client is using Disco plus for Adhoc reporting purpose. Each user has so many work books in different subject area, they were asking, whether it is possible to foldarize the discoverer workbooks,i.e. Subject area A, will have its own folder in Disco plus, and they can keep all their workbooks in that folder, sameway subject area B will have its own folder, all their workbooks will be present in that folder. I think this functionality is not present in Disco plus, but is there anyway to achieve this solution in Disco plus, or lets say in portal we can foldarize the disco plus workbooks or something like that, but the problem is as the user creates in Disco plus, this needs to be refreshed in portal automatically.
    Any suggestions or direction would be really helpful
    Thanks
    balaji

    It sounds like you're asking about saving workbooks to the database - and there being no 'directory' looking structure?
    If that's correct, then no, there is not a directory. As you probably know, when any user saves a workbook to the database, then their username is prefixed for the filename (ie: user: russ saved report: report1, then when I share the report with another user, you'll see: russ.report1).
    There's the concept that I've mentioned before of having a corp user, ie: CORP that takes possession of all corporate workbooks in the database, corporize them, and then users use that one when shared as you'll see, for example: CORP.AP Vendors.
    But to this point, saved in database, one big hole that all share.
    Option 1: Wait for Oracle to release a 'directory' like structure for saving workbooks in the database. I think I just read that they're working on this in a coming release.
    Option 2: Save to a server directory structure (if priv has been set to allow), but no able to in Viewer.
    Option 3: Do the CORP thing
    Russ

  • Discoverer Workbooks and Worksheets

    I am able to use SQL to find the names of all our Discoverer workbooks (select * from apps.eul5_documents docs) but I am no table to retrieve the worksheet tabs within each workbook. Can anyone suggest a change to my SQL to do that?
    Thanks
    Steve

    The only EUL* table i am aware of is EUL5_QPP_STATS, in the column QS_DOC_DETAILS you will find the worksheet name but be aware that the table is a statistics table, you can find more information under this thread how is EUL5_QPP_STATS populated ?

Maybe you are looking for

  • Saving changes in the Search Window

    How do I save changes in the search window? Is this possible?

  • In po amount the dot and cama is exchanged

    hi masters, i m working on po. when i take the print preview of po then it exchange the cama and dot in amount field. means if i have to print 12,123.23 then it prints 12.123,23. but in me21n t.c. while creating po it shows correct. i have copied the

  • Plug-ins missing

    I just did a system update and notice that flash is not working on any sites. So I installed flash from adobe site. Still no luck. When I go to Safari Help menu and select "Installed Plug-ins" -- I get a blank HTML page -- as if Safari no longer sees

  • Gl balance on day  basis

    Hi freinds, If  I want to see GL Balance On day  or on particular date basis form which T-code I can get this.

  • Why did my Macbook create a new desktop?

    Hi. My Macbook either created a a new desktop in Mission Control or changed the wallpaper of one of them. Any thoughts on why this may have happened?