Dynamic Listing without Business View

I have made two dynamic fields in my report and i published tha same on BOXI server.
There those dynamic values got create in repository and working perfectly fine.
But when i tried to run the same report which is on BO server into my local crystal report then i got an error
message : "Prompting failed with the following error message :"List of value failure: fail to get the values",Cause of error : CORBA_SystemException".
Why i can not run the report after publishing.
Thanks
Deepak

Hi Deepak,
There is an SAP Note to resolve this.
SAP Note No 1206321. Please see the link below.
1206321 - Error: "List of Values failure: fail to get values. [Cause of error: Failed to open the connection.]"
[https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_bip/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do]
Thanks,
Ashok

Similar Messages

  • Creating Dynamic Cascading Prompts Without Business View manager?

    How can we create dynamic cascading prompts without Business View Manager??

    Creae a parameter in Crystal Report Designer. I suggest you read the help on how to also.

  • How to create dynamic connection in business view manager.

    Hi Sir,
    Can u explain how to create dynamic connection in business view manager.
    Thanks
    Vishali Raghava Raju

    HI Vaishali,
       Can you please elaborate your requirement ?
    -Regards
    B

  • How to update db server connection for objects in business view

    I had to migrate to a new SQL server for my main user database (sql 2008)
    crystal itself is fine, and I have updated all of the reports to use a different connection string.
    but I had forgotton about the dynamic dropdownlists in business view..
    what is the best way to update the connection for those ??
    I will go through each one manually if I have to.. but was hoping for something a little easier
    thanks for any help !

    Hi
    Open the config.cfg and then change the JdbcPasswordEncoding=Intradoc to JdbcPasswordEncoding=ClearText and then enter the new password in JdcPassword=<new passwd> . Save the file and then restart the CS. It should get going from there.
    Srinath

  • How to populate list in tree view  dynamically

    Hi,
    I am new to  Indesign Plugin creation.
    I want to create list in tree view dynamically.
    I tried wlistboxcomposite sdk sample in indesign cs4.
    I have some doubts in this.
    1. Can i write my own method in  WLBCmpTreeViewAdapter class because it's implements ListTreeViewAdapter
    If it's possible how can i call this method.
    2. In this example they populating static string in constructor like this
    WLBCmpTreeViewAdapter::WLBCmpTreeViewAdapter(IPMUnknown* boss):ListTreeViewAdapter(boss){
    K2Vector<PMString> lists;
    for (int32 i = 0; i< 12; i++){PMString name(kWLBCmpItemBaseKey);name.AppendNumber(i+1);name.Translate();lists.push_back(name);}
    InterfacePtr<IStringListData> iListData(this, IID_ISTRINGLISTDATA);}
    and this list is populating on loading time but my requirement is i have one button "get list" after clicking this button i have to populate the list, how can
    i achieve this.
    Pls do needful.
    Thanks
    Arun

    The TreeViewAdaptor is responsible for mapping your custom data to the tree view itself.  I almost always start by making it return some fixed number of objects with names "item 1" etc. That way you get the tree view working first.
    Then, after you get it laid out and displaying properly, you can worry about using real data.  At that point, you have your adaptor return the actual number of items in your list and each individual item.  Then you can populate your list when you push your button and then invalidate the IControlView of the tree view widget to cause it to redraw.  At that point your adaptor will get called and your data should appear.
    Jon
    "Expert for hire"

  • ICal for iPhone. View all events as a list without having to type into the earth box.

    iCal for iPhone. View all events as a list without having to type into the earth box.
    On the previous software version I used to be able to view all my calendar events as a list by clicking on the magnifying glass. Now you have to type into the search dialog box for a list to populate. This is very frustrating and annoying because I much prefer the list format to populate everything unless I specify what I am looking for into the search box. Is there a way to view all the events as a list without having to type anything into the search box?

    And you are aware of the possible options for listing the months and having an optional export value for each month.
    For listing the months, you can use a number, a 3 character string, or the full name.
    For the export value, the full name, the 3 character value, the 1-2 number, or the 0-11 JavaScript value.
    I would look at deciding how you want to populate the drop down box and build a one page form with just this field. You can then insert that page into a PDF and copy the field as needed and then delete the inserted page. Or you could create an FDF file to create the drop down box.

  • Issue with creating List of Values in Business View Manager

    Hi,
    Could any one help me to figure out what this issue refers to?
    When i created a List of Values in Business View Manager, it is throwing the following error!!!!
    The List of Values used by this parameter cannot be based on a Business View derived from the current Data Foundation or Business Element.
    Prior to creating LoV, i've done successfully with creating Data connection, Data foundation, Business element and Business View..
    Thanks
    Viswa

    Hi Visaw,
    Firstly,
    -->Open Repository Explorer,
    -->where you are have related DF,DC,BV,BEand LOV's
    -->Right click on LOV's -->There you can find Schedule list of values.Then schedule list of values and check if it prompts for errors.
    If you face the same problem, what is the error you are getting.
    Else try to use the LOV's and proceed further.
          -->Check whether the LOV's are pointing to the same Business View and check the Business view pointing to the same Datafoundation.
    If you are facing the same problem then try with the below steps:
    -->Try to Create a report at designer level Using then Business view
    -->Create two new parameters and select the existing parameters(LOV parameter's)
    -->Check whether it is working.
    -->If you  face the same problem ,Update the connection of Business view manager.
    Go to Database tab-->Select Set DataSource  location and update it with current Businessview Manager.
    Try this ,and let us know.
    Regards,
    Navin

  • Best Practice Regarding Maintaining Business Views/List of Values

    Hello all,
    I'm still in the learning process of using BOXI to run our Crystal Reports.  I was never familiar with the BO environment before but I have recently learned that every dynamic parameter we create for a report, the Business View/Data Connectors/LOV are created on the Enterprise Repository the moment the Crystal Report is uploaded.
    All of our reports are authored from a SQL Command statement and often times, various reports will use the same field name from the database for different reports.  For example, we have several reports that use the field name "LOCATION" that exists on a good number of tables on the database.
    When looking at the Repository, I've noticed there are several variations of LOCATION, all which I'm assuming belongs to one specific report.  Having said that, I see that it can start to become a nightmare in trying to figure out which variation of LOCATION belongs to what report.  Sooner or later, the Repository will need to be maintained a bit cleaner, and with the rate we author reports, I forsee a huge amount of headache down the road.
    With that being said, what's the best practice in a nutshell when trying to maintain these repository items?  Is it done indirectly on the Crystal Report authoring side where you name your parameter field identifiable to a specific report?  Or is it done directly on the Repository side?
    Thank you.

    Eric, you'll get a faster qualified response if you post to the  Business Objects Enterprise Administration forum as that forum is monitored by qualified support for BOE

  • Business View data foundation with dynamic data connection hangs

    We are running Business Objects XI 3.0 with Crystal Reports 2008 and Business View Manager 12.0.0.683.  In the Business View Manager tool, when I try to open a data foundation that uses the ACD Dynamic data connection, it hangs with the hourglass icon.  I have left it trying to open for at least an hour before killing the Business View Manager with the Windows Task Manager.  Data foundations using a static connection open fine as do the elements and views based on the data foundation with the dynamic connection.  The static data connections included in the ACD Dynamic connector point back to an Oracle Server.  Any ideas how to get the data foundations to open so I can edit our custom business views?
    Thanks,
    Kathy

    I created some Views to pull the data in from the Oracle side.

  • Dynamic select list without refreshing.

    Hello,
    There might be some other people having the same problem as me and I do apologise if the solution is already posted in the forum.
    I have a select list with it's LOV as a select query from say table A and next to this, i have a link which call a popup and allow user to enter a new entry to table A. My question is how can i see my newly created item in the select list without manually refreshing the page?
    Any help would be greatly appreciated.
    Venus

    Hi Venus,
    You can call a bit of javascript that will append the new value to the end of the options list:
    function addNewItem(itemValue, itemText)
    var list = document.getElementById("SelectListID");
    var listsize = list.length;
    var opt = new Option;
    opt.value = itemValue;
    opt.text = itemText;
    list.options[listsize] = opt;
    Then you just need to call the addNewItem function and pass it the value and text to be added onto the select list options.
    Regards
    Andy

  • LOVs in Business View Mgr

    Hi Friends,
    I have created a List of Values in Business View Manager by creating Connection-> Data Foundation (SQL based) -> Business Element -> Business View -> LOV.
    However, I have been asked to schedule this LOV in Business View.
    I have tested this LOV by using this in a Crystal report and found that the list is automatically getting updated with new values from the table in the database. I even changed ( deleted/inserted) values in the base/source table and found that the list was still getting updated when used in Crystal Reports without scheduling the LOV.
    My question is that do I still need to schedule my LOV ? If yes, then why ?
    Why is the list retrieving the latest results from the base table even when I have not scheduled it to be refreshed yet ? I was expecting to see the old list of values when using inside Crystal reports.
    Any help is appreciated.

    If you're interested in getting the best performance for your DCP, try this article:
    [Crystal Reports XI R1 And R2 Dynamic Cascading Prompt Performance 1.8|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e073744a-693f-2b10-b5b8-b216437cb007]
    I'd recommend the chapter "Cascading LOV Data Access Tuning", it explains how you can configure your LOV to ensure on-demand access for each level of the LOV.

  • Multi pass bursting of a Crystal report on business view with a bex query

    In BO CMC, we have a group with a list of user.
    The idea is to burst (via the multi pass bursting method) a Crystal report for this list of user with the constraint that this report should only contains data of the store linked to the user.
    Our data comes from a SAP BI cube.
    The link between a Store and a User comes from an other system.
    We have build a bex query and use it as a data source of a Crystal Data Foundation.
    In this Data Foundation we have an other table storing the user ID and the Store ID.
    These 2 tables are linked in this Data Foundation on the Store ID.
    Business element and Business View have also been created on top of this Data Foundation.
    We have impletemented a filter in this Data Foundation to filter out data on the user id. This user id will be filled when bursting the report for all requested users thanks to this function :.
    As a user is linked to one store, the data foundation will filter the data coming from the bex query and show only the data of the user's store.
    We have build a crystal report using the business view created above as data source. We have made some test on a small amount of data and it works, data are correctly filter out and the reports shows only the data from one store.
    But the problem is that we have a lot of stores (more than 600) and doing this way implies that the bex query will always return the data for all the stores as the filter will occurs in the data foundation and not on the bex query.
    We need to find a way to make the bex query returning only the data of the store linked to the user for which we burst the report.
    As we have more than 600 stores this was an idea to avoid managing more than 600 under BO groups or more than 600 different filters.
    This solution do not work when the bex query result set is too large.
    Does anyone has an idea on how to implement such "dynamic" filter in the bex query? The parameter is the user ID but the filter to be applied on the bex query is on the store ID.
    We are under BO XI release 2, Crystal XI Release 2 and we have installed the BO release 2 integration kit for SAP

    Hi,
    what about setting up the data level security in BW ?
    Ingo

  • LOVs in Business View Manager

    Hi All,
    I know the implementation of dynamic cascading parameters using list of values in Crystal XI.
    But i need some information regarding Business View Manager.
    Country > Region > City - This is my desired cascading parameter. For creating this parameter, what should be my data foundation?
    Select country,region,city from customer
    Can i use this query in my data foundation? I think this will duplicate the values inside country and region...
    Please help me in this issue....
    Thanks,
    Meena

    If you're interested in getting the best performance for your DCP, try this article:
    [Crystal Reports XI R1 And R2 Dynamic Cascading Prompt Performance 1.8|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e073744a-693f-2b10-b5b8-b216437cb007]
    I'd recommend the chapter "Cascading LOV Data Access Tuning", it explains how you can configure your LOV to ensure on-demand access for each level of the LOV.

  • How to create Business View against SQL

    We are moving from Crystal 10 to XI. Before moving we were using ASP application for dynamic parameters. Now we are planning to use Business Views or List of Values for these dynamic parameters. We are using IBM DB2 database and datasource is SQL Command Object. I have a list of dynamic parameters with SQL Statement. I want to know what is the best way to convert SQL Statement in Business View or any type of suggestion will be aapreciate.
    Thanks

    Hello Zahid,
    I checked some articles but could not find any ideas how to answer your question.
    Anyway, I am not sure if you have seen this [online BV Admin guide|http://help.sap.com/businessobject/product_guides/boexir3/en/xi3_bv_admin_en.pdf].
    Falk

  • SAP BW MDX Query - Business view manager

    Hi,
    i want to create a list of values in business view manager based on a BEx Query.
    But after creating a connection to the BW System, i am not able to get any query shown (no items found).
    Configuration:
    SAP BW 7.31 SP5
    BO 4.0 SP7
    Any ideas? maybe a specific bw transport?
    Regards,
    Zaki

    If, after making sure that you have the correct transports installed, you still can't get this to show up in BVM, you could try this:
    1.  Create a report that contains just the data that you want to show in the prompt.
    2.  Create a dynamic prompt in the report to show the data that you want to use.
    3.  Publish the report to your Favorites folder in BO, making sure to turn on the option to save repository objects.
    This will automatically create the LOV and its supporting objects in BVM.  You should then be able to edit them as necessary to set up the automatic login for the connection and anything else you need to do.
    -Dell

Maybe you are looking for