Information required for Placeholders in BO 3.0

I am unable to get proper documentation and information about PlaceHolders in BO 3.0. Its a new feature which I see available in BO 3.0. There is nothing worthful I found in BO 3.0 Admin guide
Regards,
Master

Hello Master,
I recommend to post this query to the [BusinessObjects Enterprise Administration|BI Platform; forum.
This forum is dedicated to topics related to administration and configuration of BusinessObjects Enterprise, BusinessObjects Edge, and Crystal Reports Server.
It is monitored by qualified technicians and you will get a faster response there.
Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
Best regards,
Falk

Similar Messages

  • "information required for activation couldn't be obtained"

    Hey, my (original, 16gb) phone was working fine all day. I started to download 2.1, and tried to add some movies (I have manual synch enabled) when I got an unknown error message. I ok'd, and continued on, and now whenever I connect my phone, I get a message "The iPhone _ cannot be used with iTunes because the information required for activation could not be obtained from the iPhone." and in smaller text, "check that the SIM card is inserted and that it is not PIN-locked." The iPhone screen says to connect to iTunes, and restarting it didn't remove this message. I'm positive that the sim card is inserted, as I used my phone multiple times today, and I've never PIN-Locked my phone. Could this issue be caused by the phone being in airplane mode? I put it in airplane mode to use some old iPod speakers, and forgot to take it out. I've never gotten this before. Please help me.

    I may have figured it out. I called apple (which you may want to do rather than try this alone). I had them stumped at first but then he had me force the phone into recovery mode. I held down both buttons until I got the apple logo and it went black at which point he said it is completely off.
    Then he had me unplug it which it already was. Then I held down the home button and plugged it in until I saw the usb plug again then I let it go. As I say, you may want to call them and tell them what I did to fix mine. I am sitting here watching it as it restores from my backup. Good luck and reply back if you have questions. I will try to answer them but I am no expert.

  • The information required for Activation cannot be obtained!

    While upgrading to the 2.0.1 iPhone Firmware the phone locked and now it won't sync with iTunes in that it states that "The iPhone cannot be used with iTunes because the information required for activation cannot be obtained from the iPhone." Does this mean that the iPhone needs to be returned, or is their a manual way to fix this problem?

    Try recovery mode. From:
    Eric Hermanson
    Posted: 15-Aug-2008 9:33 PM in response to: FH Person
    To enter recover mode:
    1. Turn your phone OFF. If you can't turn it off, FORCE a turn off by holding down the Power and the Home buttons together for 5 seconds.
    2. While your phone is turned OFF, HOLD DOWN the Home button. Keep it held down.
    3. Connect your phone to the USB cable on your computer. KEEP the Home button held down during all this time.
    4. Keep holding the Home button down until you see the iTunes/restore screens appear on your computer and your iPhone.

  • Updated Information Required for KB: 159865

    Dear "dedicated
    team for the development issues who will be able to assist you accordingly."
    Please assist RE: 
    http://answers.microsoft.com/en-us/windows/forum/windows8_1-performance/updated-information-required-for-kb-159865/e74cd617-49f7-4725-b0ac-3c1cc7cbc3f7
    Steve F

    Hi Kevin! I have been unable to reply on this forum for quite a while. Unfortunately, after being advised to delete and re-create my LIVE account, by a member of a Microsoft Support team, I tried replying, but received IIS errors, then the page simply wouldn't
    display the "reply box", no matter what browser or version!
    Beyond that, I don't have much of an update. I didn't think you were serious. What would you like me to check "%windir%\inf\setupapi.dev.log"
    for, specifically? I'm asking where to find a mapping, without even knowing how the mapping is done, or what it would be logged as, if it is logged at all! 
    Asking a vague question in response to a specific question, is by no means helpful. Again, I have various certifications from various companies as a Storage Administrator, Unfortunately, I have yet to get a certification of divination in regards to the source
    code of proprietary software.
    Someone who knows what the error message means in physical reality needs to explain it, because the message itself does not refer to physical reality in any coherent
    way. It seems to refer to an abstract identifier, although, that is of course, speculation at best.

  • Information required for Microsoft Azure cloud hosting

    I am looking for hosting my application on Azure cloud server and would like to inform you that my application is in ASP.NET 3.5 with database on SQL Server 2008 R2.
    Before we proceed further with Microsoft Azure cloud hosting, I would like to clarify some of my below mentioned queries:
    Hosting:
    What are the plans of hosting along with pricing and server configuration.
    How many applications we can host.
    How much space we will get.
    Can we deploy and run some exe, which we developed for sending email.
    Currently we are using InProc session. What modification will be required by the application.
    Can we point our DNS to the application we host.
    We do development on our On-Premise environment, do we also get any staging/testing server along with production server.
    Does the usage of application on staging server is chargeable.
    How many instances we will be getting for one application
    Does environment automatically increase or decreases the instances in use as per increase or decrease in load.
    SQL Azure:
    Which version of SQL Server we will get.
    Does SQL Azure is compatible with all the features and datatypes of SQL Server 2008 R2? If not then please let us know features and datatypes which are not supported by SQL Azure.
    What all SQL Server version’s database can be restored on SQL Azure.
    What will be the database size.
    Will the database will be in the same datacenter where our application reside.
    How many database we can create
    How we can take database backup, is there any control panel for that.
    How we can schedule database backups
    Can we restore our On-Premise database with the database bakup taken from SQL Azure.
    Can we connect database from our local machine with “SQL Server Management Studio”. 

    Hi SanVerma,
    Thanks for your posting!
    From your description, I think firstly you need confirm which one host service could meet your target. I suggest you could refer to this page about Azure Websites, Cloud Services, and Virtual Machines comparison:
    http://azure.microsoft.com/en-us/documentation/articles/choose-web-site-cloud-service-vm/ 
    The above link could answer your hosting questions 1,2,4.
    Hosting:
    >>3.How much space we will get.
    It depends on your size:
    http://msdn.microsoft.com/en-us/library/azure/dn197896.aspx
    >>5.      
    Currently we are using InProc session. What modification will be required by the application.
    You need use the Azure cache service or SQL Azure storage to store your session data, please see those blog:
    http://blogs.msdn.com/b/cie/archive/2013/05/17/session-state-management-in-windows-azure-web-roles.aspx
    http://azure.microsoft.com/en-us/documentation/articles/web-sites-dotnet-session-state-caching/
    >>6      
    Can we point our DNS to the application we host.
    If you use Azure VM to host your application, you could use Azure Virtual Network to deploy your DNS server, Please see this page:
    http://msdn.microsoft.com/library/azure/jj156088.aspx
    >>      
    We do development on our On-Premise environment, do we also get any staging/testing server along with production server.
    >>      
    Does the usage of application on staging server is chargeable.
    Yes, you can do this. If you use Azure cloud service stage/production environment, You could be charged. If you use single VM to host your production and staging project, you could be charged the single VM.
    >> How many instances we will be getting for one application
    It depends on your requirement, If the quota is not enough, you could contact the Azure support to increase the quota.  >>Does environment automatically increase or decreases the instances in use as per increase or decrease in load.
    Azure platform support the AutoScale. You can set the feature using code or portal.
    http://azure.microsoft.com/en-us/documentation/articles/cloud-services-dotnet-autoscaling-application-block/
    http://msdn.microsoft.com/en-us/library/hh680945(v=pandp.50).aspx
    SQL Azure: 
    >> 1.Which version of SQL Server we will get.
    Firstly, you need clarify the SQL Azure and sql server. SQL Azure is a data as a service. SQL server in VM is a VM which is installed sql server. If you wants to use SQL Server, I suggest you could refer to this pricing page:
    http://azure.microsoft.com/en-us/pricing/calculator/?scenario=virtual-machines
    >>    2.
    Does SQL Azure is compatible with all the features and datatypes of SQL Server 2008 R2? If not then please let us know features and datatypes which are not supported by SQL Azure.
    >> 3.What all SQL Server version’s database can be restored on SQL Azure.
    >>4.What will be the database size.
    I recommend you refer to those post and blog about above 3 questions:
    http://social.technet.microsoft.com/wiki/contents/articles/996.comparison-of-sql-server-with-azure-sql-database.aspx http://stackoverflow.com/questions/3235164/what-is-the-difference-between-sql-azure-and-sql-server-2008
    >>   5   
    Will the database will be in the same datacenter where our application reside.
    You could select the region when you create DB/VM.
    >>      
    How many database we can create
    Please see this page about sql azure limits:
    http://msdn.microsoft.com/en-us/library/azure/ee336245.aspx
    >>7,8
    http://msdn.microsoft.com/en-us/library/azure/jj650016.aspx
    >>9Yes, you can use the Import and export database feature:
    How to: Use the Import and Export Service in Azure SQL Database.
    >>10
    Yes.
    http://azure.microsoft.com/en-us/documentation/articles/sql-database-manage-azure-ssms/
    About how to use SQL Azure, you could refer to this page:
    http://msdn.microsoft.com/en-us/library/azure/ee336282.aspx
    Hope it helps you.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • PAyer information required for 2 million billing docs

    Hi Experts
    We have around 2 million billing documents for which we would just require following two information.
    a) Billing document number (We allready have this list)
    b) Payer
    It's been difficult to extract this information through table VBRK due to volume of billing documents involved. Could you please let us know if there is any report or easier way to extract this information quickly.
    Regards,
    Santosh

    Dear Santosh
    Definitely 2 million billing documents is a huge amount of datas and in foreground, I reckon, you will get a dump error.  Instead, go to VF05N, click from top menu bar "Program -- Execute in background",  set date and time (should be for night) and save.  Next day check the report how it is generated.
    thanks
    G. Lakshmipathi

  • Information required for all currency formats settings.

    I need information in Web Dynpro Java for currency format.
    currently I have following fields in application:-
    1.Wrbtr Amount in document currency
    2.Waers Currency Key
    In local dictionary I could see Amount type as simple type in external representation I could see #,###.00## format.
    This format has a problem with Yen currency that if ECC shows 1000.00 then Portal shows only 100.00.
    Please let me know how dictionary works about pair of keys an values of above fields.
    Please let me know solution of this problem.
    Higher points will be rewarded for immediate solution and appericated also.

    Hallo Laxmikant,
    to correctly format BigDecimal price values depending on a given currency YOU MUST apply structure binding:
    - define a dictionary structure with a currency field AND an amount field and relate the amount field to the currency field.
    - bind a context node to this structure so that the context attributes are created from the sturcture fields.
    In this way the Java Dictionary Runtime will correctly format the decimal places for the amount depending on the given currency key (see ISO 4217). For the Jordanian Dollar JOD three decimal places are rendered, for the Japan Yen (JPY) zero.
    Look at this [Table Tutorial|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/webdynpro/wd%20java/wdjava%20tutorials%207.0/web%20dynpro%20sample%20applications%20and%20tutorials.htm#46] which applies the sctructure binding and currency-formatting technique.
    With your formatting pattern approach on simple type level you cannot adapt the formatting pattern for different currencies.
    In NW CE 7.1 you can use the new CCTS-datatype Amount.
    Regards, Bertram

  • Information required for BAPI

    Please provide some information or links concerned to these questions
    1) What are BAPI's ?
    2) What is the use of BAPI's in xMII?

    Hi Adarsh,
    BAPI's are what xMII uses (usually) to communicate to ERP.  Information on BAPIs use to be available at ifr.sap.com and was very useful.  For some reason (grrr) that site is no longer available.  However, you can still find information on BAPIs by using transaction code SE37 from SAP GUI. 
    BAPIs are basically web services that xMII passes XML formatted data to and from to either query ERP, record data, or perform transactions against ERP.  There is a boat load of information on xMII and ERP Templates using the BAPIs on the sdn at:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/90537bfe-fd6b-2910-fda3-b04f1177c51e [original link is broken]
    If you have a working JCo connection to an ERP system from your xMII server, many of these templates will work with a few small tweaks after downloading them.

  • IPlanet performance information required (for sizing a new system)

    iPlanet performance. I am currently sizing a nre system and need some information around the performance of iPlanet. For example, the number of pages served against CPU usage. Does anyone know if there is a standard out there that records this information (similar to TPC for database performance). Cheers. Neil

    Hi,
    If you are planning to go  with EP 7, then installation master guide can help you.For EP 7 you need
    1)Oracle 10.2.0.2
    2)WAS java or ABAP
    3)EP installation master DVD(sapinst.exe)
    4)Support Packs (for e.g SP 10)
    This installation has KMC inbuilt that means you need not to install unlike EP6,Once installation is done you need to apply for license on https://service.sap.com --> key & requests,on this request,SAP will send you license file, it will be a TXT file, you only need to upload it on your server.
    Hope this helps,
    Regards,
    Ameya

  • License information required for Disaster recoery side.

    Hi,
    Do we reuire to purchase a license for Disaster recover side for Oracle Database server10g, in the DR side we are planning to use oracle datagurad.
    Regards
    Imteyaz.

    user12831732 wrote:
    Hi,
    Do we reuire to purchase a license for Disaster recover side for Oracle Database server10g, in the DR side we are planning to use oracle datagurad.
    Regards
    Imteyaz.Please contact your local Oracle office to get more detailed information on license

  • Information required for e-load report

    I would like to gather more information on the items displayed in e-load sessin report, under "Performance by Profile and Timer", like
    Avg?     
    Std Dev?
    90th %?
    I guess I know about following two items
    Min: Min time VU took to navigate a perticular page
    Max: Min time VU took to navigate a perticular page
    I have attached the sample report.
    Thanks

    The e-Load help says the following:
    Avg - the average performance for the virtual user profile or server response timer in seconds.
    Std Dev - the number of seconds that the performance of virtual user profiles or server response timers deviated from the mean (average value).
    90th % - shows the number of seconds that the performance of ninety percent of the virtual users or server response timers was at or below.
    For some reason your attachment had question marks in it, so I cannot see exactly what you were pointing out.
    -GateCity_QA

  • BADI/USER EXIT information required for CLWF

    hi
    i want to badi/user exit for CLWF,to change its rcords through the BAPI:BAPI_CLASS_CHANGE,i found one badi CACL_CHANGENO_NEEDED for my requiremnet,its working as desired only in TCODE,but when i want to change the record through the BAPI,its not executing.
    Can any one please help me ,how to process in this?
    regds
    vipin

    Hi,
    Let s say
    var1 is from varaible
    var2 is to variable
    var3 is user exit variable
    USe the code like this:
    DATA:
    l_s_range TYPE rsr_s_rangesid,
    l_s_var TYPE rrs0_s_var_range.
    DATA: LOC_VAR_RANGE LIKE RRRANGEEXIT.
    DATA: LOC_VAR_RANGE2 LIKE RRRANGEEXIT.
    WHEN 'VAR3'.
        IF I_STEP = 2.
          LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE
            WHERE VNAM = 'VAR1'.
          LOOP AT I_T_VAR_RANGE2 INTO LOC_VAR_RANGE
            WHERE VNAM = 'VAR2'.
            CLEAR L_S_RANGE.
            L_S_RANGE-LOW = LOC_VAR_RANGE-LOW(8).
            L_S_RANGE-HIGH = LOC_VAR_RANGE2-LOW(8).
    IF LOC_VAR_RANGE2(8) = '00000000'.
            L_S_RANGE-HIGH = LOC_VAR_RANGE-LOW(8).
    ENDIF.
    IF LOC_VAR_RANGE(8) = '00000000'.
            L_S_RANGE-LOW = LOC_VAR_RANGE2-LOW(8).
    ENDIF.
            L_S_RANGE-SIGN = 'I'.
            L_S_RANGE-OPT  = 'BT'.
            APPEND L_S_RANGE TO E_T_RANGE.
          EXIT.
          ENDLOOP.
          EXIT.
          ENDLOOP.
        ENDIF.
    With rgds,
    Anil Kumar Sharma .P

  • Ipod touch prompting me for security information required then asking me to fill in 3 questions and answers but will bump me out of it and will not allow me to download app, help

    Jusat the other day i started getting prompted for Security Information required when trying to download apps. on my Ipodtouvh 4Gen.  Typically when I download an app. I get asked for my apple ID and then it will allow the download.  This new prompt pops up after it looks like the app is downloading.  It gives me the option to cancel which will not allow the download or I have to select Security information.  It then brings me to a screen where it asked for three questions but as I put the questions and answers in it bumps me back to the screen of the app I was trying to doenload.  Any clues???

    this has recently been happening to other people. We think that it is a fault at apples end of the line. However in the cases i have seen the problem fixes itself and it goes back to normal after a day or 2 you just have to wait!

  • When trying to make a purchase for a movie I get a security information required field then I select continue and it brings me back to original screen to purchase movie. Please help.

    When trying to make a purchase for a movie I get a security information required field then I select continue and it brings me back to original screen to purchase movie. Please help.

    It's telling you to verify your billing information (credit card, address, security code), which needs to be done in iTunes via computer.

  • I signed up for an Apple ID and now its requiring for payment information but i dont have a card what can i do?

    I just want to download free apps and i dont have a bank card yet but it requires for card code what can i do?

    Hi Huyen1110,
    You can use the steps in this article to create an iTunes Store account that does not use a credit or debit card for payment -
    Create an iTunes Store, App Store, or iBooks Store account without a credit card or other payment method - Apple Support
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

Maybe you are looking for

  • Help! FX5900 locking up.

    Just got an MSI FX5900 card. But have been having problems with it whilst playing Joint Ops game. Locking up on me- having to reboot. Also locked during 3Dmark. Have tried things such as changing drivers, disabling fast write ect but there is one har

  • IPhoto 08 won't print

    Can move an image out of iPhoto and into, say, preview and print it but can't print it from iPhoto. Trashed driver, then reinstalled it, still no joy. Canon s300, alle Canon went thru a lot of steps, still can print from other apps but not from iPhot

  • Macbook Late 2007 Rosetta Value

    Hi I was considering putting my Macbooks on eBay and was just curious if anyone could help me in suggesting a good starting bid/buy it now price for them. One is a 2.2Ghz 320GB HDD 4GB RAM, and the other a 2.2Ghz 160GB 2GB RAM Macbook Rosetta. I have

  • Forms 10.1.2 release date

    Hi, Grant can you tell when the relase will be out and what news features are included. ThankS Jean-Yves

  • What is the best way to upload Android photos to Elements Organizer 8?

    I have a new Android phone but the Droids are not compatible with Adobe Revel. I can easily upload the photos to Revel using the Revel app, but as you know, I cannot edit from Revel and many photos cannot be brought into Elements Organizer and from t