Consistency check Error in Administration Tool

Hi I am Ramana,
When I do a consistency check in OBIEE Administration Tool I get the following error:
[nQSError: 15001] Could not load navigation space for subject area SCOTT
Can anyone Tell what is the error

Is this the only error message you got?

Similar Messages

  • Obiee 11g Global Consistency Check Error

    Hello all,
    I need guidance regarding an error which pops up after the consistency check. However Admin tool lets the rpd to be saved and uploaded to the server, inspite of this error.
    The error is as follows:
    "the initialization string in the repository initialization block "NAME" contains the use of USER: or Password:"
    Any input is appriciated.
    Thank you.

    Here, you shud use something like this:
    Say ur user column us LOGIN in W_DAY_D table.
    Then IB sql should be: SELECT DISTINCT LOGIN FROM W_DAY_D WHERE LOGIN = ':USER'
    OR
    SELECT DISTINCT LOGIN FROM W_DAY_D WHERE LOGIN = 'VALUEOF(NQ_SESSION.USER)'
    and also, for ur default initialized may be you can use ur name say 'xxx'
    Hope this helps..

  • Global Consistency Check Errors after RPD Merge: 38120 and 38015

    Dears
    Can anyone of you point me to a documentation explains Global Consistency Check error numbers in details ?
    After merging 2 RPDs, it gives me the following errors: 38120 and 38015
    Thanks

    38120: Dimension xyz is not associated with any table(s)
    Comments: I checked this Dim table and did find tables associated with it. Don't know how else to check ?
    38015: Physical tables "<ABC>"."Fact - abc" and "<ABC>"."Dim - lmn" have multiple joins. Delete new foreign key object if it is a duplicate of existing foreign key.
    Comments: I did check the joins between this Fact and Dim table and found only 1 join.

  • Consistency check error in sender file content conversion

    Dear Experts,
    I am trying one simple File to File scenario in which i have only fields 1>salesorder_number 2>Description
    I created a txt file with line items "100,crudeoil" with file name as salesorder.txt
    In the sender file adapter i have configured the file convertion paramenters as follows:
    Document name : mt_salesorder_sender  
    Document namespace : http://se.com.sa/sec-sa-qax          "Namespace of message type
    Recordset Structure : document,*
    document.endSeparator : 'nl'
    document.fieldSeparator: ,
    document.fieldNames : salesorder_number,Description
    So after this if i run the scenario In file adapter i am getting the error like "Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter 'document.fieldFixedLengths' or 'document.fieldSeparator' is missing Consistency check: no. of arguments in 'document.fieldFixedLength' does not match 'document.fieldNames' (0 <> 2) "
    Please let me know where i am going wrong.
    Regards,
    Santhosh

    Hi,
    please maintain the order as
    Recordset Structure : document,*
    document.fieldNames : salesorder_number,Description
    document.fieldSeparator: ,
    document.endSeparator : 'nl'
    Rgds
    joel

  • Consistency check error in OBIEE 10g

    Hi
    I have the below error while doing consistency check.
    I was trying to join two fact tables by complex join, but getting below error
    NQSError:15009 Could not load navigate space for subject area
    NQSError: 15009 Multiple paths exist to table Plans.Circular joins schemas not supported
    Please suggest

    If you have to join fact tables in physical, make sure your logical layer remains a star.
    Either add both fact tables to one logical fact table source , or create two logical stars, where both facts are joined to all conformed dimensions.
    Note: if both facts are not at exactly same granularity, your reports will show incorrect results most definitely. So avoid fact to fact joins.

  • TDMS consistency check error

    We are having problem at "consistency check for the rules".The
    rules have been check and all are in green.i remember that SAP has
    asked us to check tables CNVMBTRULEINCL and CNVMBTRULEFIPARS right? im
    able to browse table CNVMBTRULEINCL but not CNVMBTRULEFIPARS. the error
    message shows this table is not active, and i cant even open the table
    in SE11/SE16/sm30.
    the error message is as below:
    x_ekpo|the rule import paramter im_bstyp will not be available for this object.
    the same set of rule was used for first client(miq400), but this time its not working for second client(miq485) ..
    the source and destination are the same for the first and second client.
    thanks

    the issue has been fixed in 0799873 2010

  • Obiee 11g RPD consistency check error after upgrade

    Hi,
    got below error in RPD consistency check after upgrading from obiee 10g to obiee 11.1.1.6.
    *ERRORS:
    Business Model Core:
    [38028] Logical column Dim - Contact.Age Range does not have a valid data type.*
    logical column Age=
    CASE WHEN "Core"."Dim - Contact"."Age" < 18 THEN 'A: <18' WHEN "Core"."Dim - Contact"."Age" < 25 THEN 'B: 18-25' WHEN "Core"."Dim - Contact"."Age" < 35 THEN 'C: 25-35' WHEN "Core"."Dim - Contact"."Age" < 45 THEN 'D: 35-45' WHEN "Core"."Dim - Contact"."Age" < 55 THEN 'E: 45-55' WHEN "Core"."Dim - Contact"."Age" < 65 THEN 'F: 55-65' WHEN "Core"."Dim - Contact"."Age" IS NULL THEN 'Unspecified' ELSE 'G: >65' END
    above is formula for logical column "Age" and data type for that is varchar in physical
    few more erros similar to above.
    how can I fix the issue? appreciate for your help.
    Thanks
    Jay.

    HI,
    As I said, Age has valid datatype in physical layer but datatype is showing as "Unknown" in logical layer after upgrade to 11g. many other columns got same issue just for this logical table. I rebuild the logical column mapped to physical sources but it didn't fix the issue.
    I hope you understand the issue.
    Thanks
    Jay.
    Edited by: Jay on Jul 23, 2012 11:02 AM

  • Consistency check error 38011: Logical tables from multiple subject areas..

    I received multiple 38011 errors when performing a consistency check after merging repositories:
    For example:
    Logical tables from multiple subject areas associated, OHRP and Enterprise Warehouse
    (OHRP and Enterprise Warehouse refer to different business models)
    I'm really not sure what this means, and Metalink and Google aren't turning up anything.
    Thoughts?
    -John

    John,
    Does it say anything about Assertion Failure? Also, this is straight up from help regarding import (through file menu) "Use this option when the objects you import are unrelated to objects already in the repository such as when the business model and physical layer objects do not exist. If an object of the same name and type exists, the import process overwrites the existing object with the new object. When you import objects from one repository into another, the repository from which you are importing must be consistent."
    Sometimes Merge does bring unexpected (and unwanted results) - especially if there're presentation aliases, duplicate business models, or naming conflicts. If it's not too late, I suggest you use Import,rather than Merge, also, preferably starting with a new RPD file. This would enable you to bring items piece-by-piece and hopefully would allow you to isolate the problem.
    Also, depending on the size - it's sometimes preferable to just reproduce missing part(s). I hope this is helpful.
    Also, I forgot to say - the Import is deprecated and not supported. They suggest you use Project Extract and Merge. If Merge isn't working out for you and Import isn't an option - maybe you could try Project.
    Edited by: wildmight on Mar 9, 2009 7:58 AM

  • VPC consistency check error

    I have 2 Nexus 5548 switches. I'm facing issues on VPC status down and consistency check not performed.
    Below is the output.
    vPC status
    id     Port        Status Consistency Reason                     Active vlans
    216    Po216       down*  Not         Consistency Check Not      -
                              Applicable  Performed
    C5548SH02(config-if)# sh vpc brief
    Legend:
                    (*) - local vPC is down, forwarding via vPC peer-link
    vPC domain id                   : 100
    Peer status                     : peer adjacency formed ok
    vPC keep-alive status           : peer is alive
    Configuration consistency status: success
    Per-vlan consistency status     : success
    Type-2 consistency status       : success
    vPC role                        : secondary
    Number of vPCs configured       : 93
    Peer Gateway                    : Enabled
    Peer gateway excluded VLANs     : -
    Dual-active excluded VLANs      : -
    Graceful Consistency Check      : Enabled

    Hi Sushil
    It seems your vpc peering is perfect but there is some problem with the port channel configuration (po216). It would be nice to share the configuration. The port configuration must be same on both switches part for physcial interface. 
    sh run interfac po216 
    sh run inter ethernet "physical port number "
    see port configuration on following example
    sw01# sh running-config inter po 12
    !Command: show running-config interface port-channel12
    !Time: Mon Oct  6 12:19:53 2014
    version 5.2(1)N1(7)
    interface port-channel12
      description data
      switchport access vlan 2106
      spanning-tree port type edge
      vpc 12
    sw02# sh run inter po 12
    !Command: show running-config interface port-channel12
    !Time: Mon Oct  6 12:20:46 2014
    version 5.2(1)N1(7)
    interface port-channel12
      description data
      switchport access vlan 2106
      spanning-tree port type edge
      vpc 12

  • BI Server - BI Administration Tool

    Hello,
    I've got a problem with the BI Server. Namely : HY000 Code : 10058 [NQODBC][SQLSTATE:HY000][NQSERROR:10058] A general error has occurred. [NQSERROR : 14026] Unable to navigate requested expression : Dim - Werkgever.WGVR NR []. Please fix the metadata consistency warnings (HY000).
    I've done a global consistency check in the Administration Tool and I didn't get any error.
    What's the problem ? I can't ask a detailed report.
    Kind Regards,
    Else Kuipers

    seems like there is a problem in your joins.
    consider this eg. if the join is like this A<--B-->C
    i.e. if B has many to one relataionship with A and C ans C has no direct relation with A then OBIEE cannot navigate from A to C.
    you need to change the joins like A-->B-->C.
    thanks,
    Karthick

  • Errors occur during executing consistency checks

    Hi all,
    During my phase"executing consistency checks", errors occur :
    X_STXH| Sender structure S_STXB is not assigned to the receiver structure R_STXB.
    It happened in PC001_PCL_CHECK sub-activity.
    The details as follows:
    ubactivity PC001_PCL_CHECK was started on 08.03.2009 at 22:10:02 by user LEEE03   |    |
    Check COBJ started at 08.03.2009 22:10:30 by LEEE03
    Check COBJ finished at 08.03.2009 22:11:04 by LEEE03
    Check HIER started at 08.03.2009 22:11:04 by LEEE03
    Check HIER finished at 08.03.2009 22:11:04 by LEEE03
    Check RELS started at 08.03.2009 22:11:04 by LEEE03
    X_STXH
    Sender structure S_STXB is not assigned to the receiver structure R_STXB
    X_STXH
    Sender structure S_STXB is not assigned to the receiver structure R_STXB
    X_STXH
    Sender structure S_STXB is not assigned to the receiver structure R_STXB
    X_STXH
    Sender structure S_STXL is not assigned to the receiver structure R_STXL
    X_STXH
    Sender structure S_STXL is not assigned to the receiver structure R_STXL
    X_STXH
    Sender structure S_STXL is not assigned to the receiver structure R_STXL
    Check RELS finished at 08.03.2009 22:11:20 by LEEE03
    Check RULE started at 08.03.2009 22:11:20 by LEEE03
    Check RULE finished at 08.03.2009 22:11:29 by LEEE03
    Check DICT started at 08.03.2009 22:11:29 by LEEE03
    X_STXH
    Field TDNAME does not exist in the sender structure on sender system
    X_STXH
    Field TDOBJECT does not exist in the sender structure on sender system
    X_STXH
    Field TDID does not exist in the sender structure on sender system
    X_STXH
    Field TDNAME does not exist in the sender structure on sender system
    X_STXH
    Field TDOBJECT does not exist in the sender structure on sender system
    X_STXH
    Field TDID does not exist in the sender structure on sender system
    Check DICT finished at 08.03.2009 22:11:29 by LEEE03
    Check FIMA started at 08.03.2009 22:11:29 by LEEE03
    Check FIMA finished at 08.03.2009 22:11:31 by LEEE03
    Check RUMA started at 08.03.2009 22:11:31 by LEEE03
    Check RUMA finished at 08.03.2009 22:11:31 by LEEE03
    Check SELS started at 08.03.2009 22:11:31 by LEEE03
    Check SELS finished at 08.03.2009 22:11:33 by LEEE03
    Subactivity PC001_PCL_CHECK was completed on 08.03.2009 at 23:11:40 with status ERR
    I have searched in sap marketplace and also google, no results come out.
    Could anybody help me out?
    Thanks.
    Best Regards,
    Eric Lee

    I've implemented the note 1101544 in the central system
    executed the report Z_CNVTDMS_08_FIELD_SET with P_PHASE to 'S'.
    and after this, I re-executed the activity "Execute Consistency Checks" from the extended mode of the process tree several times.
    But it remains the same issue.
    Did I miss anything?

  • Error Log when doing a Copy data from the Hyperion web Administration tool

    Hello, I got an error message below when I was trying to use the copydata Administration tool in Hyperion Web.
    " MSG_COPY_DATA_OPTIONS_FAILED: An error occurred while running the specified calc script. Check the log for details."
    Could you please let me know the path to find the log so I could find out what was the error about?
    Thanks

    Hello, found the log...here's the error log
    [Thu Aug 19 10:55:14 2010]Local/PLCMPLAN/Main/user name /Info(1013162)
    Received Command [Calculate] from user [hyperionprod]
    [Thu Aug 19 10:55:15 2010]Local/PLCMPLAN/Main/user name /Error(1200315)
    Error parsing formula for [FIX STATEMENT] (line 1): invalid object type
    [Thu Aug 19 10:55:15 2010]Local/PLCMPLAN/Main/user name /Error(1012001)
    Invalid Calc Script syntax [
    This is not the first time I have done this process.. it worked great before... however, I noticed that performance bar is very slow...
    If you recommend to restart services which services? The Hyperion Admin services, Provider Services or the Essbase services?
    Please advise

  • Error accesing schedules_grouping.jsp from administration Tool

    Hi,
    When I try to enter in the schedules option from administration Tool, I get a compilation error in schedules_grouping page (schedules_grouping.jsp), It says:
    Wrong number of arguments in method:
    l_freq_string = frequencyHelper.getHumanReadableStringForFrequency(l_freq.toString(), adminConstants);
              ^
    I dont4n know where I can find documentation about FrecuencyHelper class or how to resolve this.
    Thanks.

    Well, it was the exact same error that I got so I assumed it was the same problem you had. Did you apply the 9.0.1.3 patch too? or was it a out-of-the-blue error?
    Hi,
    I ran the 9.0.1.3 patch on a 9.0.1.1 database that had been running an ultrasearch instance for a couple of months and when I tried to check my old schedules i got the same error :
    Wrong number of arguments in method:
    l_freq_string = frequencyHelper.getHumanReadableStringForFrequency(l_freq.toString(), adminConstants);
    The error disappeared when I deleted the cached jsp pages.
    The cached jsp pages are located at : $ORACLE_HOME/ultrasearch/jsp/_pages/ - i simply renamed the pages directory to pages2 and when I ran ultrasearch-web again there was no problems using schedules_grouping.jsp
    regards
    /Anders

  • How to run Portal Consistency checker tool in server

    hi,
    i m upgrading my portal application to 8.15 from 8.12 and for that i need to run portal cocnsistency checker to update my portal libararies,
    can anyone please tell me step wise what shudbe done in order to run that consistency checker on my server in order to update my portal libararies,
    currently its in my local system and a zip files.
    please help me out with this, once this is done , i m almost done.
    many thanks,
    naveen

    Thanks for your reply.
    I have gone through the link on oracle migration and i am tried to run but due to error its not been run properly.
    The error shown is as follows:
    The Error which is been shown is:Error Command .Could you please help me to find so that i can run Migration tool .I have used the command
    Migrationtool -u <username> -s <CRM on Demand Server> ReadAll Picklist.
    appreciate your quick reply.
    Thanks,
    Manish

  • The time characteristic consistency check has produced an error     DBMAN     62

    Hi
    We are getting an error while updating to one target as The time characteristic consistency check has produced an error""
    * Checked the respective PSA data field  which is fine. Dates are in correct format.
    * RSRV ran for the particular target. It had error but the jobs were successful till yesterday.
    * Data from 01.05.2014 is having the problem ( Which I got from the record number in PSA )
    NB: We are running on HANA database but the respective target is not yet HANA Optimised
    Details Figures Attached
    Any Idea.. What could  have gone wrong
    Regards
    Reshoi R

    Hi
    Record Number 2995 is shown in the figures attached.
    I have already carried out the deletion and automatic repair mentioned in RSCV061 even before posting this question but of no use ( I have shown that also in the figures attached at the posting time.
    Reporting is fine. The problem is while loading the data to the cube. The loading is fine till date 30.04.2014 but from the date 01.05.2014. The record is error while updating.
    The cube is partitioned from month 01.2008 to 12.2015.
    Regards
    Reshoi R

Maybe you are looking for

  • Customer open item report

    How to pick from SAP the customer open line items ? Per the client, they need the balance amount currency for each invoice . for eg : there is an invoice for $1000 and an incoming payment of $200 . Client needs in a single line under two columns Bala

  • PDF file write to application server

    Hi All, I want to write PDF file to application server while downloading its writing but in this manner %PDF-1.6#%#### 108 0 obj#<</First 17/Length 108/Filter/FlateDecode/N 3/Type/ObjStm>>stream xڲT0P04Q07W05#2,#ll##K#J*#R#C####Sbq#[^##GjNYjIfr##SN##

  • ITunes doesn't open when I double-click the icon.

    It doesn't give me an error message. I'll just see my arrow spin and then nothing. I have windows 7. It doesn't even attempt to open.

  • XSLT extension method in bpel

    Can someone please tell me how to extend the existing xslt file. I have a scenario where in customer will add new fields(as a ADF flex fields) and that will be taken(appended) in an xml file(will be added in EO and exposed as a service to BPEL). Now

  • BPEL Integration- Process configuration

    I am trying to invoke a bpel process from UCM Portal. While configuring the connection, during process connection i couldn't able to find the list of bpel of process available which are deployed. But I could able to see those bpel process in SOA serv