How to Resolve Parse Errors in Universe

Dear All,
Integration of Business objects with SAP BI Solutions have opened up a large visibility for the customers in viewing their organizational data in several forms. Thanks to the Integration kit for SAP Solutions.
Coming to my problem.
We have created a universe on top of BI Query which was having all the charecteristics and Keyfigures of the multiprovider. Though it is not the suggested best practice, our customer wants to go with this approach in order to keep the minimal universe count.
In some of the situvations the changes made to the query is causing Parsing errors in the universe.
Let me explain with an example.
We have created a universe for Service Level Orders on top of a BI Query which has around 100 charecteristics and 100keyfigures. Later I have added 2 charecteristics and changed the description of one field. Sales order item(0ORD_ITEMS) to No.of Order items. After refreshing the universe I got the mentioned changes in the universe. But when I checked the integrity of that universe it has thrown 250 errors. saying Parse Failed.
The same case I have faced when removing an object from query.
Can anyone guide me on how to correct these parse errors. I mean How to trace the universe. A step by step process will be highly appreciated.
We are using Windows, BOXI 3.1
Below is the Error message I am getting while doing the Parsing.
http://www.mediafire.com/?mktd0xx1ktz
Thanks and Best Regards
Jagadeesh Ambati
Edited by: Jagadeesh Ambati on Jan 4, 2010 3:04 PM

Dear Ingo,
Thanks for your quick response. I tried creating a new universe, for the first time The parse was successful for all the fields, After adding a field to the query, the Parse has failed for many fields with the same error.
You said the error is indicating issues on BW side, Can you please let me know, what are all the issues cause this error in BW side.
More over the interesting part is, if I change the properties of the parse failed characteristic to "Delegate search", Parsing is showing as OK.
This is the problem we have been facing for most of the universes; Due to our requirements we need to change the query frequently and the same should be reflected in universe. Due to this error, we are unable to go forward.
If we create a new universe with the same name(Overwriting on the existing one), The reports which are existing on the universe are not working.
Please suggest me how can we trace this problem
Thanks and Best Regards
Jagadeesh Ambati

Similar Messages

  • How to resolve attribute errors

    Hi,
    When I am trying to click on an lov item I am getting the following error
    Attribute TransactionTypeId in CreateArInvoiceAM.CljReceivableSlipsEOVO1 is required
    I would get the TransactionTypeId only when I select an item from the lov but before selecting the lov itself I am getting this error.Can anyone tell me how to resolve this error.
    Thanks for your help in advance.

    Do you have any open method invocation in the processFromRequest? Just start the debugger and see how is the code progressing. Seems some method is getting invoked unintentionally.

  • How to resolve the loop in universe level

    how to resolve the loop in universe level

    Hi, Kashim
              In univese level loops resolved by Chasm Trap and Fan Trap methods.
    Chasm Trap:  A chasm trap is a type of join path between three tables when two many-to-one joins converge on single table, and there is no context in place that separate the converging join paths.
    There is "many-to-one-to-many"relationship beween the three tables in the universe structure.you can define a context for each table at the many end of the joins.
    A chasm trap is not dependent on the object types, the query could be made up of only dimensions,only details,or only measures,or any combination of the three types with the "many " tables for chasm to occure.
    you can also detect the chasm trap Automatically, tool---->Detect context
    To resolve the chasm trap, you need to make two separate Queries and than combine the results Depending on type of objects defined for the fact tables and the type of end user environment,
    Fan trap: it is occured when there is a "one-to-many" join to the table that "fans out " into another "one-to-many" join to another table.
    Avoid fan trap: The first place by relating all measure objects in the universe to the same table in the universe structure,Avoid placing a measure on anything other than the last table in a in a table path, which is the table with the "many" cardinality attached to it.
    This methods is not recomended as it only works for measure objects and may result in inefficienies in processing the query. This resolution works the same for chasm and fan traps.
    you can create more alias tables based on your requirement in single universe. and it is true conext, when two or more paths.
    Theese methods also apply for resolving loops:
    Short cut join also one method for resolving loops
    Aggregate aware function used another waty for resolving loops
    if you are not resolving the loop result is  redusing the number of records.

  • ORA-00600 how to resolve this error?

    I was working on my Oracle 9i database and 6i form server. windows 2003
    my server suddenly restarted and after that oracle showing the error ORA-01033: ORACLE initialization or shutdown in progress...
    I try to resolve this error through this method. I received above mentioned error. please help how to resolve this error. ORA-00600.
    C:\>sqlplus
    SQL*Plus: Release 9.2.0.1.0 -
    Copyright (c) 1982, 2005, Oracle Corporation. All rights reserved.
    Enter user-name: sys as sysdba
    Enter password :[password]
    Shutdown Database
    SQL> shutdown immediate;
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    Startup Database (force)
    SQL> startup force;
    ORACLE instance started.
    Total System Global Area 135338868 bytes
    Fixed Size 453492 bytes
    Variable Size 109051904 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    ORA-00600: internal error code, arguments: [kcratr1_lostwrt],[],[],[]..................

    There was an instance failure.
    Then you did a clean shutdown using shutdown immediate
    After that, was there any need for giving startup force.
    Because that command starts up the database and shuts it down in abort mode, and then starts the database with an instance
    recovery.
    You should have tried a direct startup also before trying to attempt forceful startup.
    *Startup force needs to be used with care.
    For carrying out normal startup, simply typing startup will do.
    Startup force is being used, when you want to refresh the already running database and facing issues like database showing errors while shutting down before starting up again.
    Startup force actually, crashes the instance (just like shutdown abort) and then start your database normally. This do require instance level recovery.*
    ORA-00600 are thrown when some internal errors happen. Ideally you should contact Oracle for metalink. For a first level step of troubleshooting, you can search in metalink
    like what others said here.

  • How to resolve #Multivalue Error

    HI All,
    I have a data like below, in this for inpatient data is NULL and as per business requirement  if data is null then "0". so i create a variable and drag into inpatient's total column
    statement for inpatient is
    =If IsNull([total]) Then 0 Else [total] Where ([items]="Inpatient")
    items                                    total
    Office
    4    
    Utilization
    70
    Inpatient
    it is working and showing as "0"
    but when inpatient has value it is showing #multivalue"
    Office Visits
    4
    Non-Emergency ED Utilization
    70
    Inpatient Stays
    40
    how to resolve is issue
    Please reply i am using SAP BO 3.1 INFOVIEW
    Thanks in advance
    Ranjeet

    Hi Ranjeet,
    First thing is you are getting this error because of the where clause used in the variable.
    Because in the 2nd case when it has value for Inpatient, it is actually taking the same value for all the 3 cases.
    How to remove null value with 0:
    1. Remove where clause from the variable and use that variable in place of Total in the table report.
    2. Use format number option to place 0 in place of undefined values.
    Hope it helps. Please ask if you have any queries.
    Regards,
    Subrat

  • How to resolve this Error ORA-04030: out of process memory when trying to a

    Hi
    I am connecting as a sysdba and trying to execute a query on the V$Logmnr_contents but getting the following Error
    ORA-04030: out of process memory when trying to allocate 408 bytes (T-LCR
    structs,krvuinl_InitNewLcr)
    Can anyone guide me how to resolve this issue.
    Thanks

    Hi,
    As root user, edit the /etc/sysconfigtab file, and try to set the udp_recvspace parameter to 262144 and reboot the machine :
    inet:
    udp_recvspace = 262144
    Metalink note 297030.1 Ora-04030 During Execution Of LogMiner Query
    Nicolas.

  • How to resolve the error -1073807339 when using Agilent LAN/GPIB Gateway (E5810A)?

    Dear Sir/Madam,
    Appreciate that you could advise me on the following error occur when connect power meter E4419B to computer via E5810A LAN/GPIB Gateway(remote interface) & run with Labview: 
    -1073807339
    VISA Write in E4419_read_power.vi
    I have added 5s timeout to Labview program but the result as previous.
    There no error occurs when the power meter to computer via USB/GPIB interface(82357B).
    Is it related to E5810A driver or the program I wrote?
    How to resolve it?
    Attachments:
    E4419_read_power.vi ‏16 KB

    Hi.
    I'm experiencing the same problem when connecting a laser controller (New Focus Vortex TLB-6000) via the Agilent E5810A to a PC.  
    There are no problems when connected through a regular serial port, but timeouts arise every few seconds through the E5810A.  I have another controller (SRS LDC501) which works very well with a second Agilent console.
    Have you managed to find a solution to this problem?
    Thanks,
    Orel.

  • How to resolve the error ORA-12560 TNSprotocol adapter

    I am using Oracle 9i release 2 database on my window xp machine. My database created using DBCA during installation is working fine . Now i want to create the database manually, When i set SET ORACLE_SID=newdb and try to connect to like this
    c:\sqlplus /nolog
    enter username:sys/sys as sysdba
    gives an error ORA-12560 TNSprotocol adapter
    how to resolve this error

    see this:
    ERROR:ORA-12560: TNS:protocol adapter error
    see post of user601010

  • How to resolve the error " low paging memory"

    HI all ,
    I developed a report, which is running fine in development and in quality , but when it runs on production , it shows the dump 'low paging memory'. how to resolve this , can any one sujjest please ?

    Hi,
    1) Run a trace ST05 in ur quality system and fine tune the memory consuming select queries.
    2) Discuss with the basis regarding this error, probably they can help you out by increasing some space in pRODN.
    Regards
    Subbu

  • HOW TO: Resolve 'An error has occurred: Request timed out' issue

    Post Author: fmi-charles
    CA Forum: Crystal Reports
    After doing a new install of BOE Server software, encountered a problem viewing long running reports on-demand.  InfoView displayed: 'An error has occurred: Request timed out.' Couldn't find answers anywhere (not even on this site) that would help me resolve this issue.  So, I decided to post the resolution.
    The error from this post's subject line is displayed when viewing on-demand reports that run for longer than 90 seconds.  If the report was scheduled, it wouldn't have a problem - only viewing on-demand.  This issue transpires with the following setup:   * M$ Windows 2003 Server   * IIS v.6   * .NET 2.0.50727   * BO Enterprise Server XI R2 SP2   * M$ SQL Server 2005
    The resolution is to find the 'machine.config' file for your current version of the .NET Framework (e.g. C:\WINDOWS\Microsoft.NET\Framework \v2.0.50727\CONFIG\machine.config).  Edit the file and place the following into a new line within the 'system.web' section: <httpRuntime executionTimeout="3600"/>
    The timeout is set in seconds.
    Then, restart IIS using the command line.

    Hello Cristinel -
    Thanks for send your inputs but I have solved this error.
    I would like that if you solve my this question.
    My project's URL is http://www.lampslightingandmore.com/
    I want to put w3stander HTML logo in my website.
    I have done many error but some error i could not understand.
    please click on below url and send me your suggestion how to solve this errors?
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.lampslightingandmore.com%2F
    I hope you send your best inputs.
    Thanks

  • How to resolve 401 error in HWC SMP2.3

    Hi All,
        I did a login Sample with username and password. till now it is working fine but suddenly it is throwing 401 error,
    Below are my logs.
    20140501T145911.752|3|zalyjwtjnccw Mydata:1 -- username: supAdmin|||||3296
    20140501T145911.752|3|zalyjwtjnccw Mydata:1 -- password: [xxxxxxxx]|||||3296
    20140501T145912.792|1|zalyjwtjnccw Mydata:1 -- Request failed|||||3296
    20140501T145912.809|1|zalyjwtjnccw Mydata:1 -- Request: <M><H></H><S>Start</S><A>submit</A><VS><V k="username_key" t="T">FATIMA</V><V k="password_key" t="T">welcome123456</V><V k="ErrorLogs" t="L" /></VS></M>|||||3296
    20140501T145912.809|1|zalyjwtjnccw Mydata:1 -- ResponseHeader: {"id":"72861383ff6f468ea87f780be40791b7","cid":"8#Mydata:1","pv":"4","sig":"06bf13bf8f834f9ebc2bb2129bd8a603","loginFailed":true,"method":"searchFailed","log":"[{\"level\":5,\"code\":401,\"timestamp\":\"2014-05-01 14:59:12.773\",\"message\":\"Login Failed: user 'supAdmin'\",\"component\":\"fnduser\",\"_op\":\"C\",\"requestId\":\"72861383ff6f468ea87f780be40791b7\",\"operation\":\"search\"}]","mbo":"fnduser","app":"Mydata:1","pkg":"sample:1.0"}|||||3296
    I did some r & d i got this link SyBooks Online
    my connections were correct, i am able to connect the database still it is showing the same exception.
    How to resolve this.
    Thanks & Regards,
    Sravanya.

    Jitendra & Midhun,
    1. I am able to login the SCC with supAdmin & 12345678 credentials.
    2. Yes, i am using the admin security.
    3. Yes, i am connecting the SUP server from my workspace.
    4.  No, i did not select the Dynamic credentials Option.
    1.  I created a MBO with a oracle function i.e.,
              select apps.fnd_web_sec.validate_login(:uname, :pwd) from Dual1
    2. Then for Uname & Pwd i created two personalization keys which are with storage type "Transient".
    3. I deployed the MBO in server, that is successful.
    4. Then I created a Hybrid App Designer, with two editboxes(Username & Password) and one button(Login).
    5. I gave the type of Login button is OnlineRequest, selected the MBO, and checked the radio button of ObjectQuery, selected ' findall '.
    6. Then i mapped the personalization keys to two editboxes(Username & Password).
    7. Then i gave success screen and generated error screen.
    8. Then i generated the hybrid app, it was also successful.
    9. Now i am able to access my application in my Simulator with the registered device of SCC.
    10. Then i gave the Username & Password, clicked on Login button, then it is throwing 401 error.
    Thanks & Regards,
    Sravanya.K

  • How to Resolve this Error comming in SMP2.3 HWC?

    Hi Experts,
    20140605T150459.418|1|MyDynamicChart:1 -- Request: <M><H></H><S>Start</S><A>GetCustomData</A><VS><V k="Port_et_key" t="T">1433</V><V k="User_Name_et_key" t="T">sup</V><V k="Password_et_key" t="T">123</V><V k="Vertical_Column_et_key" t="T">sal</V><V k="No_of_Rows_wt_key" t="T">7</V><V k="Horizontal_Column_et_key" t="T">name</V><V k="Database_Name_et_key" t="T">sup</V><V k="Ipaddress_et_key" t="T">192.168.1.7</V><V k="Table_Name_et_key" t="T">emp</V><V k="ErrorLogs" t="L" /></VS></M>
    20140605T150459.418|1|MyDynamicChart:1 -- ResponseHeader: {"id":"a4af2a9cbf7c48f8a06c2c46a977fefc","cid":"46#MyDynamicChart:1","pv":"3","sig":"94f82e26311448c1901e444c7c7f475e","loginFailed":false,"method":"searchFailed","log":"[{\"_op\":\"N\",\"level\":\"ERROR\",\"code\":404,\"eisCode\":\"400\",\"message\":\"com.sybase.dataservices.DSException:HTTP status code is [400], expected [200]; response body is []\",\"component\":\"Newconnection_driverName_com_microsoft_sqlserver_jdbc_SQLServerD\",\"entityKey\":null,\"operation\":\"search\",\"requestId\":\"a4af2a9cbf7c48f8a06c2c46a977fefc\",\"timestamp\":\"2014-06-05 09:34:59.366\",\"messageId\":610003,\"_rc\":0}]","mbo":"Newconnection_driverName_com_microsoft_sqlserver_jdbc_SQLServerD","app":"MyDynamicChart:1","pkg":"dynamicdbchart:1.0"}
    20140605T150946.650|3|Mychart:1 -- loading meta data from: C:\SAP\MobilePlatform\Servers\MessagingServer\Bin\Mobile Workflow\456_1\workflowclient.xml
    20140605T150946.810|3|Mychart:1 -- loading meta data for screen: Start and action: Login
    20140605T150946.912|3|Mychart:1 -- executing operation 'LoginQuery' of type 'search' on mbo 'ChartLogin' in package 'chart:1.0'
    20140605T150946.920|3|Mychart:1 -- using username and password value from server context variables.
    I am using a Rest Web Service, which takes input.
    the service is working fine in the browser and Rest Client, but when I am calling this MBO, it is generating the above error.
    How is this error comming?
    How to Resolve this?
    Regards,
    Sravanya.

    Hello Midhun,
        Yes, that is a data type problem. In my service is taking the noofrows in "INT" format.
    This is my service,
    /newconnection?noOfRows={noofrows}
    when i created the MBO with this service it is taking the datatype of the "noofrows" in string format.
    how to change that datatype to INT type?
    Sravanya.

  • HP 3852A;ERROR 18: SYSTEM ERROR- how to resolve this error?

    from a vi, I enter a command to communicate with the unit hp3852A : "CONF MEAS TEMPK, 502"
    And the unit HP3852A show me an error: #18 internal processor is in an illegal state.
    Yesterday, I did not have this problem, and I never move the instrumentation for the lab I work.
    How can I resolve this error? Because that's the only command which doesn't work-> CONF MEAS ...(whenever the type of the measurement, DCV,OHM,TEMPK)
    here is a piece of code attached (look at the frame 0)
    thank you for response.
    Attachments:
    Écrire_Lecture_ds_vecteur_S1.vi ‏85 KB

    The first thing you should do is wire up the error in/error out connections of the gpib functions and check for any errors. At the same time, this will enable you to eliminate the sequence structure and all of those local variables. Since it is the instrument that is displaying the error, it would appear that you've incorrectly programmed it. It might be an illegal command or the write buffer is full. You might want to add a few error queries to the instrument to see when it happens or test your commands in the interactive enviroment of MAX. There is also a driver available for the instrument. Check your LabVIEW Instrument Driver CD or download it here.

  • How to resolve the error in trigger

    Hi,
    I've written the trigger and the logic is correct but unable to resolve the error.. Could you please suggest me to resolve the error...
    Solved
    Thank you
    Edited by: Smile on Feb 19, 2013 2:34 AM                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Yes you can very well do that
    See the example below. I have three tables.
    SQL> create table t1(no integer)
      2  /
    Table created.
    SQL> create table t2(no integer)
      2  /
    Table created.
    SQL> create table t(no integer)
      2  /
    Table created.I have inserted sample data into t
    SQL> insert into t
      2  select level
      3    from dual
      4  connect by level <= 10
      5  /
    10 rows created.
    SQL> commit
      2  /Now i want to insert even numbers into table t1 and odd numbers into table t2
    SQL> begin
      2     insert all
      3             when (mod(no,2) = 0) then
      4                     into t1 (no) values(no)
      5             else
      6                     into t2 (no) values(no)
      7     select no
      8       from t;
      9  end;
    10  /
    PL/SQL procedure successfully completed.The output is below...
    SQL> select * from t1
      2  /
            NO
             2
             4
             6
             8
            10
    SQL> select * from t2
      2  /
            NO
             1
             3
             5
             7
             9Thanks,
    Karthick.

  • How you resolve, IIS error 404.8 hiddensegments

    Hi
    I can't to see the web gallery photo made with adobe brigde, this error occurs IIS error 404.8 <hiddensegments>
    To resolve IIS error 404.8 <hiddensegments>
    Open the file applicationhost.config witn notepad ,  path of the file windows\System32\inetsrv\config\applicationHost.config
    ApplicationHost.config, find the line <requestFiltering> and <hiddenSegments> . 
    <hiddenSegments> , delete the line that match with the  URL (in this case hiddensegments bin). 

    Hi,
    Please refer to:
    http://helpx.adobe.com/creative-suite/kb/error-store-does-not-allow.html
    Thanks,
    Anwesha

Maybe you are looking for