BOXIR2: Object name not prefixed with class

While creating Webintelligence report from a universe having more than one Dimension object with same name in different classes, the Object name is not prefixed with Class Name.
1. The issue occurs after migration to XIR2 Webintelligence.
2. 6.5 version of WebIntelligence and XI Desktop intelligence is prefixing class name in above scenario.
REPRODUCTION STEPS:
Create a universe with 2 classes (C1 & C2), Create a dimension object D1, D2 under class C1 and D2 & D3 under class C2. Export the universe.
Create a webi report from the published universe, In Java Query panel , Drag all 4 Dimension Objects to Query Filter Section.
Perform the above in Webintelligence of BO 6.5 & BO XI. Note that in BOXI Class name is not prefixed.
Please let me know weather its change in the product or bug.

Yes this is a bug...

Similar Messages

  • Table are not prefixed with Schema in  SQL request - Unable to get Data

    I began this new thread because I closed the [previous one|Unable to get data (DSN connection); a little bit early, I believed it was OK but no the problem still here.
    First my architecture :
    Oracle 9g
    +500 Reports made under CR developper 8.5 or 9.0
    Report opened in VB .net application, framework 2.0 using CR runtime 8.5 and 9.0
    We want to upgrade CR version to 2008, so modification of reports will be done with CR 2008 Developper, and we want to
    use only CR 2008 runtime.
    The problem :
    Everything works fine in CR Developer, but the same report with the same parameters failed when called inside .net.
    The error is "Unable to get data", the database connection is OK but the queries mades from inside the report are wrong :
    The tables/views in the from statement are not prefixed with the Schema, so Oracle don't find them.
    Example (SQL monitoring done with TOAD)
    Execution of postes.rpt report directly in CR :
    Timestamp: 10:30:03.881
    Successful logon attempt (session tag: 0x6464CB8)
    username: 'APPLI_HUET'; database: 'DEV'
    SELECT ...
    FROM  "COMMUN"."ETAB" "ETAB" INNER JOIN "GESTION_DES_TEMPS"."POSTES" "POSTES"
    ON "ETAB"."N_ETAB"="POSTES"."N_ETAB"
    WHERE  "POSTES"."N_ETAB"=2 ORDER BY "POSTES"."N_POSTE"
    Timestamp: 10:50:29.178
    Logoff (session tag: 0x6464CB8).
    Same report, same authentication but throught .net program :
    Timestamp: 11:01:24.569
    Successful logon attempt (session tag: 0xA93FC38)
    username: 'APPLI_HUET'; database: 'DEV'
    SELECT ...
    FROM   "ETAB" "ETAB" INNER JOIN "POSTES" "POSTES"
    ON "ETAB"."N_ETAB"="POSTES"."N_ETAB" WHERE  "POSTES"."N_ETAB"=2 ORDER
    BY "POSTES"."N_POSTE"
    Runtime error occurred: 942 (ORA-00942: Table ou vue inexistante)
    The .net code :
    Dim _report As New ReportDocument()
    _report.Load("report.rpt", OpenReportMethod.OpenReportByDefault)
    Dim myConnectionInfo As ConnectionInfo = New ConnectionInfo()
    myConnectionInfo.ServerName = "DSN_file"
    myConnectionInfo.UserID = p_Userid
    myConnectionInfo.Password = p_Password
    ' to see code in this method se my original post
    SetDBLogonForReport(myConnectionInfo, _report)
    SetDBLogonForSubreports(myConnectionInfo, _report)
    Dim frmViewer As New CrystalReportViewer
    frmViewer.CrystalReportViewer1.ReportSource = _report
    frmViewer.Show()
    Any ideas ?

    Thanks for the and sorry but I don't understand.
    I've made a research of Location on this forum the more intersting thread I've found is rpt-files do not function anymore after deploying to a different database, but I still don't understand.
    I take a look at all code sample and I can't found anything.
    You say that .Location need to be set, indeed Location property of CrystalDecisions.CrystalReports.Engine.Table object only contains table name.
    I tried to overrides this value by the fully qualified table name (ie Schema.Table, for example GESTION_DES_TEMPS.POSTES), and it work  BUT it wouldn't be the solution, my code is designed to be generic, I can't have a database to know wich schema add before differents table name.
    Why when we execute the report directly in CR 2008 developper we don't have to redefine the table location ?
    Another test :
    I've made a new report directly in CR 2008 with a DSN, launch it in .net with the same DSN (server) : OK
    Then I launch it in .net with another DSN, it work also.
    Why report done with Crystal 8.5 or 9.0 have this problem ?
    I'me gonna be mad....
    Edited by: Yoann DAVID on Jan 8, 2010 3:32 PM

  • Object name not found error after upgrading to Visio 2013

    Hello,
    I have a C# application which uses the Visio drawing control. I have been working on making it compatible with Visio 2013. I get an error using Visio 2013 which I did not get using Visio 2010. The error is a COMexception:
    Object name not found.
    That is all the error says. The code which causes it to occur is as follows:
    Document document = axDrawingControl1.Document;
    document.Pages["page1"].Drop(document.Masters["Dynamic Connector"], 0, 0);
    It does not seem to matter whether I use Dynamic Connector or Rectangle or any other shape, the error still occurs.
    Here's the weird part: I tried out this code in a simple app with a Visio drawing control to see if I could figure out how to make it go away, and the error was still occurring for a little while, and then the code magically started working without me making
    any changes to it. Unfortunately, it didn't start magically working in the original application so I'm still trying to figure out what is causing it.
    Thanks for your help!

    Did the error disappear once you'd created a document and added a dynamic connector shape to the drawing? If so then there is now a Dynamic Connector master stored in the document stencil (where masters used in the drawing are contained).
    Paul Herber, Sandrila Ltd. Engineering and software shapes for Visio
    Sandrila Ltd

  • After REFRESH the cached object is not consistent with the database table

    After REFRESH, the cached object is not consistent with the database table. Why?
    I created a JDBC connection with the Oracle database (HR schema) using JDeveloper(10.1.3) and then I created an offline database (HR schema)
    in JDeveloper from the existing database tables (HR schema). Then I made some updates to the JOBS database table using SQL*Plus.
    Then I returned to the JDeveloper tool and refreshed the HR connection. But I found no any changes made to the offline database table JOBS in
    JDeveloper.
    How to make the JDeveloper's offline tables to be synchronized with the underling database tables?

    qkc,
    Once you create an offline table, it's just a copy of a table definition as of the point in time you brought it in from the database. Refreshing the connection, as you describe it, just refreshes the database browser, and not any offline objects. If you want to syncrhnonize the offline table, right-click the offline table and choose "Generate or Reconcile Objects" to reconcile the object to the database. I just tried this in 10.1.3.3 (not the latest 10.1.3, I know), and it works properly.
    John

  • Background callable object :  can not find this class name

    Hi All ,
                  I am following this tutorial link for creating background callable object
    http://help.sap.com/saphelp_nwce10/helpdata/en/9a/e8934258a5ca6ae10000000a155106/frameset.htm
    I have created java and enterprise application DC and deployed successfully. But while creating CO in design time when i am selecting application and entering class as com.examples.bckgco.UserDetailsCallableObject  for Implementation Class Name , and on click next i m getting exception as  "can not find this class name".       package and class name are correct still getting this excetpion message. Plz help me to resolve this solution.
    Regards
    Kavita

    Hi, kavita.
    First, make sure you choosed the correct container when you created the background CO.
    Second, make sure your package name was "com.examples.bckgco" and class name was "UserDetailsCallableObject". The exception  which you got just means you entered incorrect name.
    It doesn`t relate to your program.
    Best Regards.
    Louis Huang.

  • Can field names not start with a single letter camel case?

    I am using Hibernate 3.6, JPA 2.0, and Spring 3.0.6. I have fields in my objects like the following:
    class PersonContact {
    Long eAddressCpId;
    ElectronicAddress eAddress;
    I use field access (in my orm files) and queries/inserts/etc work without an issue. The fields are both in the class as well as in the orm files. But on startup of the application, the JPA configuration load spits out warnings:
    2011-02-22 15:38:10,785 [[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] WARN org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader - Property com.foo.model.contactpoint.ElectronicAddress.eAddress not found in class but described in <mapping-file/> (possible typo error)
    2011-02-22 15:38:10,801 [[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] WARN org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader - Property com.foo.model.person.PersonContact.eAddressCpId not found in class but described in <mapping-file/> (possible typo error)
    2011-02-22 15:38:10,801 [[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] WARN org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader - Property com.foo.model.person.PersonContact.eAddress not found in class but described in <mapping-file/> (possible typo error)
    2011-02-22 15:38:10,817 [[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] WARN org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader - Property com.foo.model.person.PartyContact.eAddressCpId not found in class but described in <mapping-file/> (possible typo error)
    2011-02-22 15:38:10,817 [[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] WARN org.hibernate.cfg.annotations.reflection.JPAOverridenAnnotationReader - Property com.foo.model.person.PartyContact.eAddress not found in class but described in <mapping-file/> (possible typo error)
    If I change my field names to be from eAddress to electronicAddress and eAddressCpId to electronicAddressCpId , then I don't get these warnings.
    Is there requirements around the field names?
    Thanks..jay

    Hi,
    If you have this PersonContact.eAddress in your mapping file, Hibernate will look in PersonContact for
    1 a public field called eAddress
    2 a public member method called getEAddress (Or geteAddress).
    3 a public member method called isEAddress(Or isAddress)
    Your fields aren't public, so my guess is that getEAddress is found. From this "get" is stripped away and the rest is "decapitalized".
    This decapitalize method has these lines:
    if (name.length() > 1 && Character.isUpperCase(name.charAt(1)) &&
          Character.isUpperCase(name.charAt(0))){
                 return name;
    }So yes, I think there is a requirement with fields names. (Or rather getter names, since fields aren't decapitalized)
    You could try and change your mapping file into PersonContact.EAddress to see if I'm right.
    Btw, I am not a Java programmer, so this is what I could manage from a poor mans view at this (Open) source of Hibernate's.
    Regards
    Peter

  • Contact names not showing with incoming calls!!!

    Hi all,
    I just got my E71-1 yesterday and upgraded from a very effiecient E61i....everything was going smooth until all of a sudden, contact names stopped appearing with incoming calls and SMS's.
    I went through the forums searching for a solutions and apparently alot of people experienced the same thing.....except in my case, I do not have any duplicate names or numbers!!!!
    Any ideas what could solve this???

    There is a fix for it but you won't like it. I have tried it a few times and it always works but it involves a lot of work. This is what you do.
    1. Make a backup of nothing else but your contacts only.
    2. Delete all your contacts from both phone and sim card.
    3. Start by entering the troublesome contacts from scratch making sure not to duplicate any numbers.
    4. Now get those people to ring you to make sure that your CLI is working fine.
    5. If it works then start entering the rest of the numbers, once again making sure there is no duplication whatsoever.
    6. If it doesn't work, just restore the backup you made of your contacts.
    I am fairly sure it will work, but just in case it doesn't you can always restore your backup and you are back to square one. 

  • [SOLVED] search just package name (not description) with yaourt

    Is there a way to search just package names (not package descriptions) with yaourt or pacman?  I'm imagining something like this:
    $ yaourt  -Ss  --pkgname-only  xterm
    Thanks!
    Last edited by partner55083777 (2010-02-03 16:30:43)

    My question still stands as to how I can search just package names.  If it is using another program other than yaourt or pacman, that is okay.
    "yaourt -Ss SEARCH_STRING" has been working as stated in the documentation for me (with yaourt-0.9.2.6).  It will return all packages that have SEARCH_STRING in either the package name or package description.
    Here are the first three results when running this command:
    $ yaourt -Ss emacs
    extra/emacs 23.1-3 [installed]
         The Emacs Editor
    extra/snd 10.1-1
         Snd is the emacs of sound editor
    extra/texmacs 1.0.7-3
         GNU TeXmacs is a free scientific text editor, which was both inspired by TeX
         and GNU Emacs. WYSIWYG editor TeX-fonts and CAS-interface (Giac, GTybalt,
         Macaulay 2, Maxima, Octave, Pari, Qcl, R and Yacas) in one.
    $
    It looks like it works as specified in the man pages:
    -s, --search <'regexp'>
               This will search each package in the sync databases for names or descriptions that match regexp.
               When you include multiple search terms, only packages with descriptions matching ALL of those terms will be returned.
    Last edited by partner55083777 (2010-02-02 22:10:24)

  • Photos album names not syncing with iPhone

    I'm having trouble with the new Photos application.  I've renamed several of my album names on the app, but in iTunes the changes are not being recognized and thus not syncing to my iPhone either.
    Separately, several albums have "x" number of photos in them, but when I sync that album to my phone less than "x" photos actually flow into the album.  It's frustrating.
    I have rebooted everything (phone, computer, etc.) and I'm running the latest version of all software, so those basic fixes will not work here.  Any ideas?!?  Thanks in advance for your help...

    Solved here...
    Photos app not syncing with iTunes

  • Name() not supported XSLProcessor class?

    Hi,
    XSLProcessor doesn't seems to support the node set function name(). Is this true? Or is there something wrong with my code segment below?
    <xsl:template match="*">
    <TD>
    <INPUT>
    <xsl:attribute name="NAME">
    <xsl:value-of select="name()"/>
    </xsl:attribute>
    <xsl:attribute name="VALUE">
    <xsl:value-of select="."/>
    </xsl:attribute>
    </INPUT>
    </TD>
    </xsl:template>
    Can someone please advise? Thanks a lot!!!

    Hi all,
    I found the answer already!!! The name() function is not supported in a previous version of the XSLProcessor class! Thanks for your time! Cheers... :)
    regards,
    Jerry

  • Msi object will not install with non-admin user

    I've created an MSI object for the Flash 9 plugin, which installs okay
    on the workstation when I login with an admin user. It will not
    install when logged in with a normal user account. I have set it up as
    an unsecure user and given the workstation R and F rights to the msi
    object, but I'm still getting a 1603 error code.
    Any suggestions?

    http://appdeploy.com/packages/detail.asp?id=798
    You will see the ZENworks reference on this page.
    I would bookmark this site :>
    I almost always check it before deploying a new package to see if it is
    listed. Helps me find issues before the issues find me :>
    [email protected] wrote:
    > I've created an MSI object for the Flash 9 plugin, which installs okay
    > on the workstation when I login with an admin user. It will not
    > install when logged in with a normal user account. I have set it up as
    >
    > an unsecure user and given the workstation R and F rights to the msi
    > object, but I'm still getting a 1603 error code.
    >
    > Any suggestions?
    >
    Craig Wilson
    Novell Product Support Forum Sysop
    Master CNE, MCSE 2003, CCN

  • Is the address field "middle name" not compatible with numbers?

    When dragging or importing contact information from mac address book, the "middle name" field does not seem to be included in the mapping list. Any solutions for this? I have lots of contacts with important middle names/initials in my address book.
    The Address Book Exporter utiliztiy does not provide for a middle name field either.  Help!

    OMG, wow did I have a brain belch or what? I will blame it on my trifocals and my ole-timers.
    After trying all sorts of things I do not see how to do that which you want. Again, I will suggest sending Apple feedback:
    http://www.apple.com/feedback/
    Sorry,
    Cordially,
    RicD

  • Names not appearing with contacts on iPhone 4 after adding iPad Mini

    Yesterday we added my daughter's iPad Mini to my account, synced it up in iTunes and used the cloud.  She deleted a bunch of my contacts from her iPad.  Now they are not in my contact list on my phone.  However, if I start to type a text I see their names but when I select the name and start typing, the name disappears and I only see their number.  Also, if I look at my list of recent texts the names that sent them are all gone and just their numbers appear.  Does anyone know how I can reconnect the names with the numbers and also restore my contact list?  Thank you in advance!

    Well I answered my own question.  I just deactivated all the other accounts on my iPhone except iCloud, and all the duplicates disappeared.  Before I did this, I merged duplciate cards on the MacBook Pro (from the Contacts Card menu selection).  iCloud needs to be selected as the default account on all your devices, and it seems that other accounts need to be deactivated.  Be careful - deactivating an account also erases entries associated with only that account.

  • Why is 'Get track names' not available with my iTunes purchase?

    I have just purchased a song from the iTunes store and it has been downloaded into my music folder. All is well so far. However, when i create a playlist and add the new song along with others from my music folder so that i can burn them to a CD the track name is not shown on the purchased track (all the others, yes but not the new one). If i look at 'get info' all of the information is shown but when i try to 'get the track name' i am told that iTunes can only get track names for tracks imported from iTunes...which is exactly where i got it from! What's going wrong. Why can't i get this track name? Any suggestions??? D/.

    Hi,
    Thanks very much for your reply. Although it was very good at explaining how the system works it doesn’t really help me to solve the problem.
    I rip all my CD’s into iTunes and then make a copy of them to play in my car. It saves getting the originals lost or damaged and it also means that when I play them on my car audio system the track details are displayed; which is good.
    With the disc I am trying to burn now most of the tracks were already ripped into iTunes and when interrogated they all display the track name, with the exception of the track I bought via iTunes store yesterday which although it shows the track info it does not show the track names. All I get is this message:
    So, is there any other way I can import this track into my library so that when I add it to my playlist and burn to a CD it will show the track name? This is most of what is shown in track info:
    I would say that when I look at the track in my music folder on my pc it is showing as an mp3 (MPEG layer 3 audio) file if this helps.
    Thanks, coxmeister

  • Error class not found with Class.forName("oracle.jdbc.driver.OracleDriver")

    sorry Got the solution...!!!!
    Hi
    I am trying to connect to oracle database on the server, oracle client installed on working m/c, I have placed classes111.zip (from oracle 8) in jdk1.1.8demojrelibext folder and I have set the classpath to the ext folder. The code
    try
    Class.forName("oracle.jdbc.driver.OracleDriver");
    catch(Exception e)
    when I run this code , error as
    [[ java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver ]]
    Please reply what are settings I should to to load this oracle driver,
    Thanks
    Mayank
    Message was edited by:
    user560333

    I currently have this same problem. How did you solve yours see my post Cant find suitable driver.

Maybe you are looking for

  • Lost Firefox on my mac osx 10.5.8. won't download. Any ideas?

    I try to boot it up and get the message: you cannot open the application firefox because it is not supported on this architecture. What do I do now?

  • Forcing usage of HTTP/1.0 (EPG & Oracle 11g)

    Hi all, We've installed APEX 4 w/ EPG on Oracle 11g Database. End users use a squid proxy, which convert any HTTP request using HTTP/1.0. The problem is: when users attend to display a page in the application they have to wait 60 seconds before getti

  • Global color correction in LR

    We have a white balance tool in the develop panel, but I could not find a way for setting black point in LR ... How can I set the darkest point to the neutral color?

  • Pesonlization in CRMD_ORDER

    Hi gurus Does anybody know how to apply personalization in CRMD_ORDER to all users? (Personalization object CRM_ONEORDER) I want to uncheck "Open last transaction processed" and set "minimized" as defult setting for all users. But It seems that I nee

  • Changing Oracle Apps. host name

    Hi, I would like to know if it is possible to change a hostname of an Oracle Applications server (11.5.9 / 11.5.10). If so, what is the procedure? Thank you, Yaniv