NQSERROR :47012   ERROR

Hi ,
I am getting the nQSERROR :47012 Syntax error in nqsconfig.ini file ..
As per the Oracle Tutorial ....
I changed the below parameter in nqsconfig.ini from
Star = samplesales.rpd ,DEFAULT;
Star = SH.rpd ,DEFAULT;
Now when I click the Administrator tool from start---> programs ,i get the above error...
I have tried to restore back to samplesales ,still no help....i have no backup...
Could someone enlighten me? else can someone cut-paste their nqsconfig.ini for WIN XP ..
I think the file has gone corrupt
rgds,
s

Please see below...
# NQSConfig.INI
# Copyright (c) 1997-2006 Oracle Corporation, All rights reserved
# INI file parser rules are:
# If values are in literals, digits or _, they can be
# given as such. If values contain characters other than
# literals, digits or _, values must be given in quotes.
# Repository Section
# Repositories are defined as logical repository name - file name
# pairs. ODBC drivers use logical repository name defined in this
# section.
# All repositories must reside in OracleBI\server\Repository
# directory, where OracleBI is the directory in which the Oracle BI
# Server software is installed.
[ REPOSITORY ]
Star =     samplesales.rpd, DEFAULT;
# Query Result Cache Section
[ CACHE ]
ENABLE =     YES;
// A comma separated list of <directory maxSize> pair(s)
// e.g. DATA_STORAGE_PATHS = "d:\OracleBIData\nQSCache" 500 MB;
DATA_STORAGE_PATHS     =     "C:\OracleBIData\cache" 500 MB;
MAX_ROWS_PER_CACHE_ENTRY = 100000; // 0 is unlimited size
MAX_CACHE_ENTRY_SIZE = 1 MB;
MAX_CACHE_ENTRIES = 1000;
POPULATE_AGGREGATE_ROLLUP_HITS = NO;
USE_ADVANCED_HIT_DETECTION = NO;
MAX_SUBEXPR_SEARCH_DEPTH = 7;
// Cluster-aware cache
// GLOBAL_CACHE_STORAGE_PATH = "<directory name>" SIZE;
// MAX_GLOBAL_CACHE_ENTRIES = 1000;
// CACHE_POLL_SECONDS = 300;
// CLUSTER_AWARE_CACHE_LOGGING = NO;
# General Section
# Contains general server default parameters, including localization
# and internationalization, temporary space and memory allocation,
# and other default parameters used to determine how data is returned
# from the server to a client.
[ GENERAL ]
// Localization/Internationalization parameters.
LOCALE     =     "English-usa";
SORT_ORDER_LOCALE     =     "English-usa";
SORT_TYPE = "binary";
// Case sensitivity should be set to match the remote
// target database.
CASE_SENSITIVE_CHARACTER_COMPARISON = OFF ;
// SQLServer65 sorts nulls first, whereas Oracle sorts
// nulls last. This ini file property should conform to
// that of the remote target database, if there is a
// single remote database. Otherwise, choose the order
// that matches the predominant database (i.e. on the
// basis of data volume, frequency of access, sort
// performance, network bandwidth).
NULL_VALUES_SORT_FIRST = OFF;
DATE_TIME_DISPLAY_FORMAT = "yyyy/mm/dd hh:mi:ss" ;
DATE_DISPLAY_FORMAT = "yyyy/mm/dd" ;
TIME_DISPLAY_FORMAT = "hh:mi:ss" ;
// Temporary space, memory, and resource allocation
// parameters.
// You may use KB, MB for memory size.
WORK_DIRECTORY_PATHS     =     "C:\OracleBIData\tmp";
SORT_MEMORY_SIZE = 4 MB ;
SORT_BUFFER_INCREMENT_SIZE = 256 KB ;
VIRTUAL_TABLE_PAGE_SIZE = 128 KB ;
// Analytics Server will return all month and day names as three
// letter abbreviations (e.g., "Jan", "Feb", "Sat", "Sun").
// To use complete names, set the following values to YES.
USE_LONG_MONTH_NAMES = NO;
USE_LONG_DAY_NAMES = NO;
UPPERCASE_USERNAME_FOR_INITBLOCK = NO ; // default is no
// Aggregate Persistence defaults
// The prefix must be between 1 and 8 characters long
// and should not have any special characters ('_' is allowed).
AGGREGATE_PREFIX = "SA_" ;
# Security Section
# Legal value for DEFAULT_PRIVILEGES are:
# NONE READ
[ SECURITY ]
DEFAULT_PRIVILEGES = READ;
PROJECT_INACCESSIBLE_COLUMN_AS_NULL     =     NO;
MINIMUM_PASSWORD_LENGTH     =     0;
#IGNORE_LDAP_PWD_EXPIRY_WARNING = NO; // default is no.
#SSL=NO;
#SSL_CERTIFICATE_FILE="servercert.pem";
#SSL_PRIVATE_KEY_FILE="serverkey.pem";
#SSL_PK_PASSPHRASE_FILE="serverpwd.txt";
#SSL_PK_PASSPHRASE_PROGRAM="sitepwd.exe";
#SSL_VERIFY_PEER=NO;
#SSL_CA_CERTIFICATE_DIR="CACertDIR";
#SSL_CA_CERTIFICATE_FILE="CACertFile";
#SSL_TRUSTED_PEER_DNS="";
#SSL_CERT_VERIFICATION_DEPTH=9;
#SSL_CIPHER_LIST="";
# There are 3 types of authentication. The default is NQS
# You can select only one of them
#----- 1 -----
#AUTHENTICATION_TYPE = NQS; // optional and default
#----- 2 -----
#AUTHENTICATION_TYPE = DATABASE;
# [ DATABASE ]
# DATABASE = "some_data_base";
#----- 3 -----
#AUTHENTICATION_TYPE = BYPASS_NQS;
# Server Section
[ SERVER ]
SERVER_NAME = Oracle_BI_Server ;
READ_ONLY_MODE = NO;     // default is "NO". That is, repositories can be edited online.
MAX_SESSION_LIMIT = 2000 ;
MAX_REQUEST_PER_SESSION_LIMIT = 500 ;
SERVER_THREAD_RANGE = 40-100;
SERVER_THREAD_STACK_SIZE = 0; // default is 256 KB, 0 for default
DB_GATEWAY_THREAD_RANGE = 40-200;
DB_GATEWAY_THREAD_STACK_SIZE = 0; // default is 256 KB, 0 for default
MAX_EXPANDED_SUBQUERY_PREDICATES = 8192; // default is 8192
MAX_QUERY_PLAN_CACHE_ENTRIES = 1024; // default is 1024
MAX_DRILLDOWN_INFO_CACHE_ENTRIES = 1024; // default is 1024
MAX_DRILLDOWN_QUERY_CACHE_ENTRIES = 1024; // default is 1024
INIT_BLOCK_CACHE_ENTRIES = 20; // default is 20
CLIENT_MGMT_THREADS_MAX = 5; // default is 5
# The port number specified with RPC_SERVICE_OR_PORT will NOT be considered if
# a port number is specified in SERVER_HOSTNAME_OR_IP_ADDRESSES.
RPC_SERVICE_OR_PORT = 9703; // default is 9703
# If port is not specified with a host name or IP in the following option, the port
# number specified at RPC_SERVICE_OR_PORT will be considered.
# When port number is specified, it will override the one specified with
# RPC_SERVICE_OR_PORT.
SERVER_HOSTNAME_OR_IP_ADDRESSES = "ALLNICS"; # Example: "hostname" or "hostname":port
# or "IP1","IP2":port or
# "hostname":port,"IP":port2.
# Note: When this option is active,
# CLUSTER_PARTICIPANT should be set to NO.
ENABLE_DB_HINTS = YES; // default is yes
PREVENT_DIVIDE_BY_ZERO = YES;
CLUSTER_PARTICIPANT = NO; # If this is set to "YES", comment out
# SERVER_HOSTNAME_OR_IP_ADDRESSES. No specific NIC support
# for the cluster participant yet.
// Following required if CLUSTER_PARTICIPANT = YES
#REPOSITORY_PUBLISHING_DIRECTORY = "<dirname>";
#REQUIRE_PUBLISHING_DIRECTORY = YES; // Don't join cluster if directory not accessible
DISCONNECTED = NO;
AUTOMATIC_RESTART = YES;
# Dynamic Library Section
# The dynamic libraries specified in this section
# are categorized by the CLI they support.
[ DB_DYNAMIC_LIBRARY ]
ODBC200 = nqsdbgatewayodbc;
ODBC350 = nqsdbgatewayodbc35;
OCI7 = nqsdbgatewayoci7;
OCI8 = nqsdbgatewayoci8;
OCI8i = nqsdbgatewayoci8i;
OCI10g = nqsdbgatewayoci10g;
DB2CLI = nqsdbgatewaydb2cli;
DB2CLI35 = nqsdbgatewaydb2cli35;
NQSXML = nqsdbgatewayxml;
XMLA = nqsdbgatewayxmla;
ESSBASE = nqsdbgatewayessbasecapi;
# User Log Section
# The user log NQQuery.log is kept in the server\log directory. It logs
# activity about queries when enabled for a user. Entries can be
# viewed using a text editor or the nQLogViewer executable.
[ USER_LOG ]
USER_LOG_FILE_SIZE = 10 MB; // default size
CODE_PAGE = "UTF8"; // ANSI, UTF8, 1252, etc.
# Usage Tracking Section
# Collect usage statistics on each logical query submitted to the
# server.
[ USAGE_TRACKING ]
ENABLE = NO;
//==============================================================================
// Parameters used for writing data to a flat file (i.e. DIRECT_INSERT = NO).
STORAGE_DIRECTORY = "<full directory path>";
CHECKPOINT_INTERVAL_MINUTES = 5;
FILE_ROLLOVER_INTERVAL_MINUTES = 30;
CODE_PAGE = "ANSI"; // ANSI, UTF8, 1252, etc.
//==============================================================================
DIRECT_INSERT = YES;
//==============================================================================
// Parameters used for inserting data into a table (i.e. DIRECT_INSERT = YES).
PHYSICAL_TABLE_NAME = "<Database>"."<Catalog>"."<Schema>"."<Table>" ; // Or "<Database>"."<Schema>"."<Table>" ;
CONNECTION_POOL = "<Database>"."<Connection Pool>" ;
BUFFER_SIZE = 10 MB ;
BUFFER_TIME_LIMIT_SECONDS = 5 ;
NUM_INSERT_THREADS = 5 ;
MAX_INSERTS_PER_TRANSACTION = 1 ;
//==============================================================================
# Query Optimization Flags
[ OPTIMIZATION_FLAGS ]
STRONG_DATETIME_TYPE_CHECKING = ON ;
# CubeViews Section
[ CUBE_VIEWS ]
DISTINCT_COUNT_SUPPORTED = NO ;
STATISTICAL_FUNCTIONS_SUPPORTED = NO ;
USE_SCHEMA_NAME = YES ;
USE_SCHEMA_NAME_FROM_RPD = YES ;
DEFAULT_SCHEMA_NAME = "ORACLE";
CUBE_VIEWS_SCHEMA_NAME = "ORACLE";
LOG_FAILURES = YES ;
LOG_SUCCESS = NO ;
LOG_FILE_NAME     =     "C:\OracleBI\server\Log\CubeViews.Log";
# MDX Member Name Cache Section
# Cache subsystem for mapping between unique name and caption of
# members for all SAP/BW cubes in the repository.
[ MDX_MEMBER_CACHE ]
// The entry to indicate if the feature is enabled or not, by default it is NO since this only applies to SAP/BW cubes
ENABLE = NO ;
// The path to the location where cache will be persisted, only applied to a single location,
// the number at the end indicates the capacity of the storage. When the feature is enabled,
// administrator needs to replace the "<full directory path>" with a valid path,
// e.g. DATA_STORAGE_PATH = "C:\OracleBI\server\Data\Temp\Cache" 500 MB ;
DATA_STORAGE_PATH     =     "C:\OracleBIData\cache" 500 MB;
// Maximum disk space allowed for each user;
MAX_SIZE_PER_USER = 100 MB ;
// Maximum number of members in a level will be able to be persisted to disk
MAX_MEMBER_PER_LEVEL = 1000 ;
// Maximum size for each individual cache entry size
MAX_CACHE_SIZE = 100 MB ;
# Oracle Dimension Export Section
[ ORA_DIM_EXPORT ]
USE_SCHEMA_NAME_FROM_RPD = YES ; # NO
DEFAULT_SCHEMA_NAME = "ORACLE";
ORA_DIM_SCHEMA_NAME = "ORACLE";
LOGGING = ON ; # OFF, DEBUG
LOG_FILE_NAME     =     "C:\OracleBI\server\Log\OraDimExp.Log";
Thanks
S

Similar Messages

  • [nQSError: 46044 error in obiee

    Hi Team
    When i am opening a developed report in in Compound layout i am getting [nQSError: 46044 error in obiee] ,whereas when the same report is placed in the dashboard it is giving the desired output.
    So basically i am trying to say that , the report is coming up in the dashboard but when the same report is opened in the compound Layout it is giving [nQSError: 46044 error in obiee error.
            Please suggest.
    Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Business Intelligence Foundation wrote:
    Hi
    Im getting below error in Bi11g. core application services is down.
    Error:
    [nQSError: 46066] Operation cancelled.
    [nQSError: 46067] Queue has been shut down. No more operations will be accepted.
    If anyone Know tell me.
    Thanks and Regards
    sathyaHi sathya,
    It could mean several different things. Do you know if the administrator have shut down the services? If you have access to the server, check to see if all the services are up and running.
    Thanks,
    -Amith.

  • NQSError: 47051 error on Windows cluster

    I’m getting nQSError: 47051 while installing OBIEE cluster on windows.
    Here’s the situation. We are installing OBIEE (10.1.3.4) on a two node (Windows 2003, SP2) cluster. The shared file system is built on a SAN using windows clustering. This windows SAN cluster is also attached to the primary OBIEE server as a local drive. All the shared files (Repository Publishing Directory, Cache directory etc.) are mapped to this cluster.
    After the configuration the OBI Server doesn’t start and throws error
    [nQSError: 47024] The Oracle BI Server participates in a cluster but errors were found in the cluster configuration file.
    [nQSError: 47051] The Oracle BI Server is specified as participating in a cluster, but global cache file storage location, <My shared file location, is invalid.
    I am perplexed since I (or the user owning OBIEE) can see this disk using ‘Windows explorer’ and read and right to it. Then what can be the issue with OBIEE server?
    Funny thing is when I specify my local directory (the SAN cluster attached locally) as the cache location it works!
    Interestingly I found out that there is a bug (6165192) on OBIEE 10.1.3.3 where simillar problem is listed. Not sure if that is still applicable to 10.1.3.4.
    I noticed that we have all kinds of firewall (internally) between the servers. Can that block the OBIPS communication with the server to which the SAN disk is attached? If yes, then what Protocol is used for such a communication and on what port?
    Did any of you face similar situation? If yes, then what was your resolution?
    Any help on this will be greatly appreciated.

    Hi,
    In our environment we have installed OBIEE 10.1.3.4 on two windows servers(primary and secondary) and these servers not clustered using Microsoft or any other cluster software .
    We are planning to use SAN drive to hold the shared cache, now we are facing a challenge in configuring the SAN to see from both OBIEE servers, is it possible to use the SAN with out installing any cluster between these servers.
    I understood from above post that you guys implemented/installed OBIEE on Windows environment with SAN.
    Is it possible to have a quick call. Your help is greatly appreciated.
    Thanks

  • Problems in Creating Hierarchies :[nQSError: 15019] error

    Hi,
    I am facing a error in a hierarchy during the consistency check.
    I have a dimension DIM_REGION
    the data is at city-> country-> Region level.
    I have this dimension to join to facts in different levels. Some facts are joined at City level and the other facts are
    joined at Country level.
    Now when i create a hierarchy in BMM layer it gives the error.
    [nQSError: 15001] Could not load navigation space for subject area.
    [nQSError: 15019] Table DIM_REGION is functionally dependent upon level Region, but a more detailed child level has associated columns.
    Please help me wtih a approach to solve this.
    I also tried created a alias on DIM_REGION[Country] at country level and separated the joins and made a hierarchy for this, but still facing the problem.
    REgards,
    Bhavik

    hi,
    you must understand that when you are making a hieracly from a dimension table the lowest level must be unique!
    @@the data is at city-> country-> Region level.
    in your example region level,this means, that the key for the fact must be region level and the others...
    rebuild your table
    hope i helped...
    http://greekoraclebi.blogspot.com/

  • Nqserror 36001 Error DLL essapinu.dll

    Hi,
    When I try to connect Oracle BI Administration Tool with Essbase I have this error: "nQSError 36001: Unable to load the essapinu.dll".
    I have Essbase 11.1.1.2 and OBIEE 10.1.3.4. All software is installed in Solaris 10.
    Essbase and OBIEE are 64 bits.
    Thanks.

    Hi Srikanth.
    I have one query: servers are installed under Solaris 10 and the library essapinu.dll is not installed, I have libessapinu.so
    My question is, I need install essbase client in the same machine that obiee Administration tool??
    Thanks in advance.

  • OBIEE 11G [nQSError: 17001] ERROR

    Hi Experts,
    I've installes OBIEE 11g & upgraded the existing OBIEE 10g RPD & WebCat to the 11g but when i try to see the dashboards & reports i get the following error.
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve the connect identifier specified at OCI call OCIServerAttach. [nQSError: 17014] Could not connect to Oracle database. (HY000)
    I've already tested the database connection using the Oracle SQL PLUS ,i'm able to connect to database.
    Please let me know what changes need to be donw in the RPD.
    Regards,

    Hi,
    Try putting the tnsnames.ora of your local db client in the following directory: <obi 11g install dir>\Oracle_BI1\network\admin. Looks like OBI11g comes with an Oracle client install or something.
    Regards

  • [nQSError: 59001] error

    Hi Experts,
    I created one column in the report and i apply some calculation on that column in presentation services when i generating the report i am facing the below error
    HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 59001] Binary Logical operation is not permitted on INTEGER, VARBINARY operand(s). (HY000)
    How can i fix this error .
    Regards,

    Rafi Sahab,
    You are getting oracle error, check your cast function(s). It would be nice if you share your case statement with given error..
    I dont think your issue required these many conversations and time, try to share more info as much as possible.
    Try to follow this, that helps you and everyone
    https://forums.oracle.com/forums/ann.jspa?annID=939
    Thanks
    Edited by: Srini VEERAVALLI on Feb 7, 2013 9:14 AM
    Update your older posts to get response ;)
    Edited by: Srini VEERAVALLI on Mar 26, 2013 9:40 AM
    Not specific to this post, all of yours, more over its good to update with your solution.
    Edited by: Srini VEERAVALLI on Mar 26, 2013 9:49 AM

  • Error: nQSError:46105 - During JobManager Configuration

    Hi All,
    I am trying to configure Oracle BI Scheduler to purge cache at particular time. When I tried to configure the "Job Manager" it gave me following error:
    [nQSError: 46105]Error executing process: "C:\Program Files\Java\jdk1.6.0_14\bin\javacw.exe" "-DcmdLine=/r Star /u Administrator /password" -Xmx1024m -cp C:\OracleBI\server\bin\JobManager\startup.jar org.eclipse.core.launcher.Main -data C:\OracleBIData\JobManager -configuration C:\OracleBIData\jobManager
    The system cannot find the path specified
    When I crosschecked the files and path mention in the error message, I found that "JobManager" does not exist in C:\OracleBIData\ folder.
    OBIEE Version: 10.1.3.4.0
    Database used: SQL2005
    Kindly help.
    Regards,
    Jitendra

    Hi,
    Chekc this...Might help you....OBIEE 11g Cluster Controller Failed to start
    Regards,
    Srikanth

  • Getting error while importing metadata using View Objects

    Hi All,
    I am trying to create a repository using View Object in OBIEE 11.1.5.1 but getting error while viewing the data, after importing the metadata in the repository "[nQSError: 77031] Error occurs while calling remote service ADFService11G. Details: Runtime error for service -- ADFService11G - oracle/apps/fnd/applcore/common/ApplSession".
    I am also getting error "žADFException-2015: The BI Server is incompatible with the BI-ADF Broker Servlet: BI Server protocol version = null, BI-ADF Broker Servlet protocol version = 1" during testing my sample which is deployed to Admin server. I followed BI Adminstrator help file guide in order to create the sample for creating repository using view object.
    Admin server log says
    [2011-09-27T02:59:03.646-05:00] [AdminServer] [NOTIFICATION] [] [oracle.bi.integration.adf] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: b260b57746aa92d3:-1f9ca26:1328fcfd3e6:-8000-0000000000006744,0] [APP: BIEEOrders] [[
    QUERY:
    <?xml version="1.0" encoding="UTF-8" ?><ADFQuery><Parameters></Parameters><Projection><Attribute><Name><![CDATA[Deptno]]></Name><ViewObject><![CDATA[AppModule.DeptViewObj1]]></ViewObject></Attribute><Attribute><Name><![CDATA[Dname]]></Name><ViewObject><![CDATA[AppModule.DeptViewObj1]]></ViewObject></Attribute><Attribute><Name><![CDATA[Loc]]></Name><ViewObject><![CDATA[AppModule.DeptViewObj1]]></ViewObject></Attribute></Projection><JoinSpec><ViewObject><Name><![CDATA[AppModule.DeptViewObj1]]></Name></ViewObject></JoinSpec></ADFQuery>
    [2011-09-27T02:59:04.199-05:00] [AdminServer] [ERROR] [] [oracle.bi.integration.adf.v11g.obieebroker] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: b260b57746aa92d3:-1f9ca26:1328fcfd3e6:-8000-0000000000006744,0] [APP: BIEEOrders] java.lang.NoClassDefFoundError: oracle/apps/fnd/applcore/common/ApplSession[[
         at oracle.bi.integration.adf.ADFDataQuery.makeQueryBuilder(ADFDataQuery.java:81)
         at oracle.bi.integration.adf.ADFDataQuery.<init>(ADFDataQuery.java:70)
         at oracle.bi.integration.adf.ADFReadQuery.<init>(ADFReadQuery.java:15)
         at oracle.bi.integration.adf.ADFService.makeADFQuery(ADFService.java:227)
         at oracle.bi.integration.adf.ADFService.execute(ADFService.java:136)
         at oracle.bi.integration.adf.v11g.obieebroker.ADFServiceExecutor.execute(ADFServiceExecutor.java:185)
         at oracle.bi.integration.adf.v11g.obieebroker.OBIEEBroker.doGet(OBIEEBroker.java:89)
         at oracle.bi.integration.adf.v11g.obieebroker.OBIEEBroker.doPost(OBIEEBroker.java:106)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.ClassNotFoundException: oracle.apps.fnd.applcore.common.ApplSession
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         ... 38 more
    Please suggest how to make it work.

    Hi,
    Thanks for providing the online help URL, i have already completed the steps mentioned in URL
    I am able to import metadata using view object but getting above error("[nQSError: 77031] Error occurs while calling remote service ADFService11G. Details: Runtime error for service -- ADFService11G - oracle/apps/fnd/applcore/common/ApplSession".") while validating the data.
    It fails at step 5 of "To import metadata from an ADF Business Component data source:" section of above URL.

  • Error when import  metadata form Oracle Olap (aw) to rpd

    Hi all,
    When import Oracle OLAP analytic workspace to rpd user bi Admin tool, i get error:
    [nQSError: 77031] Error occurs while calling remote service AWImportService11G. Details: Error getting AW version -- IO error: The network Adapter could not establish the connection
    I think that BI server hot support version of analytics workspace.
    BI server: BIEE 11.1.1.5
    Oracle DB: 11g
    AWM: awm 112020B Standalone
    So, can you help me fix it or tell me about suport AW version of BI server.
    Thanks so much.

    user12232768 wrote:
    But this document just help me fix problem with connection string, in this case after that, i get problem with version of AW.So you get the same error again? Or is this a new error? Also, how are you importing into the repository? Are you using the OBIEE Plug-in for Analytic Workspace Manager?
    I also found a similar query in the forum, see if this helps:
    Re: Import OLAP Metadata in OBIEE 11.1.1.5 failing
    Edited by: JaiG on Nov 8, 2012 12:56 PM

  • [nQSError: 13049] User 'BISYSTEMUSER' with 'empty' permission can not query

    Hi,
    On my local OBIEE 11.1.1.5 Windows 64 bit, I get [nQSError: 13049] error all the time. I understand this must be my configuration is wrong somehow, but comparing with correct installations I can't find a clue, and can't find anything from google either.
    Could you please suggest what can be wrong? How to add permissions?
    - log in to obiee as weblogic/welcome1
    - Administration -> Manage Privileges
    - get: State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 13049] User 'BISYSTEMUSER' with 'empty' permission can not query user population.Please have your System Administrator look at the log for more details on this error. (HY000)
    I have
    - console: myrealm->Users->weblogic and BISystemUser, both in Administrators, BIAdministrators groups
    - em: bifoundation_domain->Security->Credentials, system.user=BISystemUser
    Thanks,
    Wei

    Try doing the following things:
    1) Make sure the user ID you are using as BISystemUser in EM is linked to the BISystemuser role
    2) Add the weblogic user ID to Bi administrator role. ( Do the association in EM ).
    This should solve your problem.
    Thanks,
    -Amith.

  • NQSError:73006 Cannot obtain Oracle BI Servers from either primary Cluster

    Hi,
    OBIEE11.1.1.6.2BP1 All working properly untill this noon after that i got nQSError: 73006 error. while cross checking services status--> BI All services are up and running. i just verified with OPMNCTL status.Weblogic console and Weblogic EM is run and the default weblogic userid works fine to login to console and EM. However, with the same userid when I am Logging into Analytics, I got the below error
    error on BI Analytics login page:
    "Unable to Sign In
    An error occurred during authentication. Try again later or contact your system administrator "
    while checking the bipresentation server -->sawlog0.txt got the below error message:
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    [2012-09-12T20:19:57.000+08:00] [OBIPS] [ERROR:31] [] [saw.security.odbcuserpopulationimpl.searchidentities] [ecid: 00iA1OpxyBnFw0zlrL0Bjz3awoi2zG2zn0001Cw000000,0:280] [tid: 6628] Error retrieving user/group data from Oracle BI Server's User Population API.
    Unable to create a system user connection to BI Server while running user population queries
    Odbc driver returned an error (SQLDriverConnectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred.
    [nQSError: 73006] Cannot obtain Oracle BI Servers from either the primary Cluster Controller (10.10.1.7) or the secondary Cluster Controller () specified for the clustered DSN. (HY000)[[
    File:odbcuserpoploaderimpl.cpp
    Line:719
    Location:
         saw.security.odbcuserpopulationimpl.searchidentities
         saw.security.userpopulationmanagerimpl.getaccountdetailsbyid
         saw.CatalogAttributes.cache.cleanup
         saw.taskScheduler.processJob
         saw.threadpool.taskscheduler
         saw.threads
    ecid: 00iA1OpxyBnFw0zlrL0Bjz3awoi2zG2zn0001Cw000000,0:280
    ThreadID: 6628
    task: Cache/CatalogAttributes
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Note i have tried below link but no luck
    http://docs.oracle.com/cd/E15586_01/fusionapps.1111/e14496/bi_trouble.htm
    BI 11g sign in problem
    http://debaatobiee.wordpress.com/2011/03/17/obiee-11g-error-during-authentication/
    Re: OBIEE 11g Cluster Controller Failed to start
    My System Configuration
    OBIEE11.1.1.6.2BP1
    windows 2008 64bit
    IE8
    jrockit-jdk1.6.0_31-R28.2.3-4.1.0
    Static IP configured (loop back adaptor and host file has updated with correct ip,
    SSL configured with current system
    Thanks
    Deva

    Hi,
    Yes changed,i am just working on the BI Composer part. applied JDEV 13952743 patch then extended domain...by script..
    got some error then rollback jdev patch file then reapplied.
    FYI:
    Applying JDev 13952743 Patch file.
    E:\>cd E:\opatch_top\13952743
    E:\opatch_top\13952743>set PATH=%PATH%;D:\Oracle\Middleware\Oracle_BI1\OPatch
    set ORACLE_HOME=D:\Oracle\Middleware\oracle_common
    set PATH=%ORACLE_HOME%\bin;%PATH%
    set JAVA_HOME=%ORACLE_HOME%\jdk
    set PATH=%JAVA_HOME%\bin;%PATH%
    set PATH=%ORACLE_HOME%\OPatch;%PATH%
    E:\opatch_top\13952743>opatch version
    E:\opatch_top\13952743>opatch apply
    used below command for rollback
    opatch rollback -id 13952743
    Thanks
    Deva

  • Unable to run Job Manager-FATAL ERROR

    hi..
    I have installed OBIEE server in my local windows machine...
    The setup of BI Analytics in successful and all the reports are generating successfully..
    Now when i am trying to open the Job Manager to configure the scheduler, then it is showing some FATAL ERROR..
    [nQSError: 46105] Error executing process: "D:\Program Files\Java\jdk1.6.0_20\bin\bin\javaw.exe" -Xmx1024m -cp D:\Oracle BI\server\bin\JobManager\startup.jar org.eclipse.core.launcher.Main -data D:\OracleBIData\jobmanager -configuration D:\OracleBIData\jobmanager
    the system cannot find the path specified.
    But surprisingly, there is no exeistence of the path "D:\Program Files\Java\jdk1.6.0_20\bin\bin\"
    and "D:\OracleBIData\jobmanager"
    In the environment variables, I have already given the paths necessary..
    D:\Program Files\Java\jdk1.6.0_20\bin;
    D:\OracleBI\server\Bin;
    D:\OracleBI\web\bin;
    D:\OracleBI\web\catalogmanager;
    D:\OracleBI\SQLAnywhere;
    D:\OracleBI\server\Bin\JobManager;
    D:\OracleBI\server\Bin\JobManager\configuration;
    please help...

    Hi,
    refer : Job Manager

  • NQSError: 24001

    Hi,
    I am currently working on converting a Discoverer Subject area to the OBIEE Rpd. I did this using the the migrate utility provided in OBIEE 10.1.3.4.After I open the converted rpd file I keep getting this error when I do a consistency check.
    [nQSError: 24001] Error code 3, token code 0, size 0.
    There is absolutely no indication of what is causing this error.
    I have tried to look this error up and all I can find is a reference in the Siebel Analytics Message Reference with the below
    "24001 Error code @1%d, token code @2%d, size @3%d.
    Cause. An internal error occurred.
    Response. Contact Siebel Systems technical support for assistance."
    This too provides no pointers on what the error means.
    Can anyone please shed some light on this, and advise on how I should resolve it.
    Thanks,
    Lavina Fernandes

    It is a complex report having table view and a pivot view. It has few columns containing complex case statemetns which use session variables. We are trying to move these case statements to rpd and see if we can make the report more simpler and hope that resolves the issue. Will also try to see if re creating the report resolve this issue.

  • Upgrade 10g repository error UPGAST – 00170 UPGCMP – 02720

    Hi,
    when running the upgrade assistant on th 10g rpd, i get the errors :
    UPGAST – 00170
    UPGCMP – 02720
    I'm able to open the 10g repository with user and password on a 10g environment
    What's wrong ?

    I have managed to progress but now it fails with error :
    [2012-04-24T17:22:13.169+02:00] [Framework] [ERROR] []
    [upgrade.Framework] [tid: 17] [ecid: 0000JR^wRShCCwCzzC6UO01F_Sme000008,0]
    UPGCMP-02720:
    L'utilitaire de migration du RPD a rencontré l'erreur fatale suivante :
    [nQSError: 46084] Error at file '', line 0, column 0, Message: An exception occurred! Type:RuntimeException,
    Message:The primary document entity could not be opened.
    Id=/data/software/oracle/oracle_home/instances/instance1/config/OracleBIServerComponent/coreapplication_obis1/logconfig.xml
    anyone can help ?

Maybe you are looking for

  • How to compose email from forwarded address in iOS/ OS X

    I have recently registered a new domain through Wordpress and signed up for e-mail forwarding. While Wordpress does not host e-mail, I have created a custom alias for my existing .me e-mail address. I am properly receiving e-mails to my custom e-mail

  • How to access MS ACCESS database from Solaris running Java application

    Hello I have a reqmt My Java application is running on Weblogic server on Solaris 2.7 and now I want to connect to MS Access database running on Win NT. How do I do that?? Any help is appreciated Thanks Suresh

  • SQL Developer 3.2 does not show warnings

    In SQL developer 3.2, I am trying to compilie package. After compilation it shows following message in script output PACKAGE BODY package_name_pkg compiled Warning: execution completed with warning Everytime I need to use 'SHOW ERRORS' command to see

  • Installation Error 0X80004005 with Groupware Connector 5.0

    Hi, I have downloaded Groupware Connector 5.0 from SAP and now trying to install on Windows 2008 R2, I get the following error when installing; Error Number 0X80004005,Unspecified Error. Is this an OS error or a prerequisite that is missing? I have i

  • Discoverer Must Have Features...

    How about just making the the date select / calander tool available for parameters in Viewer similar to the way it works in Plus??? That this near the top of complaints I get from my users... The other big category is steamlining the security managem