[nQs error: 16001] ODBC error state: S1000 code:15105 message: [TimesTen]

Hi Gurus,
Can some one guide me in resolving this issue.
I am facing this issue when i try to view data/update row count from __05 - Sample App Data (TimesTen)__ after implementing TimesTen data base during Sample apps Deployment.
*[nQs error: 16001] ODBC error state: S1000 code:15105 message: [TimesTen][TimesTen 11.2.1.8.0 ODBC driver][TimesTen] TT15105:USER BISAMPLE_TT requesting database creation isnot the instance administrator, only instance administrator can create database. --file "db.c",lineno 7900,Procedure "SbDbCreate",*
Your kind help will be appreciable.
Edited by: 804140 on Jan 26, 2012 10:06 PM

Hi,
This might help.
Not able to conncet to the dsn
Thanks.

Similar Messages

  • [nQSError: 16001] ODBC error state: S1000 code: Timeout

    Hi, I am getting the following error when I go to make a new subject area
    +++Administrator:2b0000:2b0004:----2010/02/12 18:48:02
    -------------------- Query Status: Query Failed: [nQSError: 16001] ODBC error state: S1000 code: 12170 message: [Oracle][ODBC][Ora]ORA-12170: TNS:Connect timeout occurred.
    I am running OBIEE on Windows connecting to my Linux box
    I have the ODBC DSN Setup and tested
    Also I am able to connect from BI Administration and update row counts
    Help is appreciated

    here is my self written startBI.sh on Oracle Linux64
    I am having an EBS R12 Instance for my database
    #!/bin/sh
    export ORACLE_HOME=/oracle/VIS/db/tech_st/11.1.0
    LD_LIBRARY_PATH="/oracle/OracleBI/server/Bin:/oracle/VIS/db/tech_st/11.1.0/lib32"
    export LD_LIBRARY_PATH
    PATH=$PATH:/oracle/OracleBI/server/Bin
    export PATH
    TNS_ADMIN=/oracle/VIS/db/tech_st/11.1.0/network/admin/VIS_sgt
    export TNS_ADMIN
    cd /oracle/OracleBI/setup
    ./run-saw.sh start
    ./run-sa.sh start
    echo $PATH
    echo $LD_LIBRARY_PATH
    echo $ORACLE_HOME
    cd /oracle/OracleBI/oc4j_bi/bin
    . ./oc4j -start
    cd $home
    Another landmine is that you may need to use lib32
    The gateway libraries in NSConfig.ini may point to 10g libraries.
    This is OK if you have 10g but for 11g you may have to relink libclntsh.so.10.1
    Hope this helps
    All these roadblocks make you dig more, google, read docs experiment and try work arounds
    Though this is frustrating we get to discover more about the engine.

  • ODBC error state: 60 code: 102 message: [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Incorrect syntax near

    Hi,
    I am currently receiving the following error in BI Answers when I run a query against a Microsoft SQL 2005 Server.
    View Display Error
    Odbc driver returned an error (SQLExecDirectW).
      Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    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: 16001] ODBC error state: 60 code: 8180 message: [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Statement(s) could not be prepared.. [nQSError: 16001] ODBC error state: 60 code: 102 message: [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Incorrect syntax near 'UserName'.. [nQSError: 16002] Cannot obtain number of columns for the query result. (HY000)
    SQL Issued: SELECT 0 s_0, "SD&A_Dashboard_Test"."BORIS_ALIAS_ETMS_Users"."Id" s_1, "SD&A_Dashboard_Test"."BORIS_ALIAS_ETMS_Users"."UserName" s_2 FROM "SD&A_Dashboard_Test" WHERE ("BORIS_ALIAS_ETMS_Users"."UserName" = 'trowe') FETCH FIRST 65001 ROWS ONLY 
    I am able to connect successfully to the Data Source and run a query against the database using the NQCMD command line tool so believe I have configured the DataDirect 7.0.1 drivers correctly, also I am able to view the Table Data in the RPD Physical Layer in the BI Administration Tool. So don't understand why I am getting this error.
    I have also activated the nquery.log but that doesn't really give me any further information.
    [2015-04-28T16:37:22.000+00:00] [OracleBIServerComponent] [TRACE:4] [USER-34] [] [ecid: 4a9e440f990ba0a4:-1995d2c5:14d00d3ef04:-8000-00000000000001c6,0:1:1:5] [tid: 5f] [requestid: 6f11000b] [sessionid: 6f110000] [username: borisdev] -------------------- Query Status: [nQSError: 16002] Cannot obtain number of columns for the query result. [[
    [nQSError: 16001] ODBC error state: 60 code: 102 message: [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Incorrect syntax near 'UserName'..
    [nQSError: 16001] ODBC error state: 60 code: 8180 message: [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Statement(s) could not be prepared..
    [nQSError: 43119] Query Failed:
    I was wondering if anyone could shed any light on what could possibly be causing the [DataDirect][ODBC 20101 driver][Microsoft SQL Server]Incorrect syntax near 'UserName'.. error ? And also provide any suggestions on how I can troubleshoot this issue further as I am now completely out of ideas of what to do next having tried numerous things i.e. setting  IDENTIFIER_QUOTE_CHAR = '' in DBFeatures.INI which I found in similar posts on the subject all to no avail
    Regards,
    Tom Rowe

    Hi Rajagopal,
    Thanks for your reply after doing some further investigations this morning I found and corrected the problem...
    The DataDirect Driver does not like double quotes in the query for some reason, testing  using the BI Answers generated SQL with the nqcmd tool below...
    With double quotes “” it fails immediately
    Give SQL Statement: select T18706."Id" as c1, T18706."UserName" as c2 from "ETMS_Users" T18706 where ( T18706."UserName" = 'trowe' )
    select T18706."Id" as c1, T18706."UserName" as c2 from "ETMS_Users" T18706 where ( T18706."UserName" = 'trowe' )
    [102][State: S1000] [DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Incorrect syntax near 'Id'.
    Statement execute failed
    With double quotes removed for just the columns I now get the Error near ‘ETMS_Users’ which still had the double quotes
    Give SQL Statement: select T18706.Id as c1, T18706.UserName as c2 from "ETMS_Users" T18706 where ( T18706.UserName = 'trowe' )
    select T18706.Id as c1, T18706.UserName as c2 from "ETMS_Users" T18706 where ( T18706.UserName = 'trowe' )
    [102][State: S1000] [DataDirect][ODBC SQL Server Wire Protocol driver][Microsoft SQL Server]Incorrect syntax near 'ETMS_Users'.
    Statement execute failed
    With all double quotes removed it works !
    Give SQL Statement: select T18706.Id as c1, T18706.UserName as c2 from ETMS_Users T18706 where ( T18706.UserName = 'trowe' )
    select T18706.Id as c1, T18706.UserName as c2 from ETMS_Users T18706 where ( T18706.UserName = 'trowe' )
    c1           c2
    42499        trowe
    Row count: 1
    Give SQL Statement:
    The solution to fix the problem is...
    In the BI Admin Tool Physical Layer Database, Properties Features tab is to delete the double quote in the Value column for IDENTIFIER_QUOTE_CHAR, setting this in the DBFeatures.INI file does not resolve the problem possibly it did in earlier versions of the product.
    Regards,
    Tom Rowe

  • Error 2003000: ODBC Error: Data source name not found or no default driver

    Hi Guys
    I am running Essbase (9.3.1) Integration server on 64-bit Microsoft Windows server 2003 (SP 2) and I get above error when I am trying create an OLAP metadata catalog using Integration Service Console.
    Could anybody help me please?
    Regards
    Chandra

    Good day to you too, and thank you very much for your help.
    I think you may be right. I didn't run the configurability utility and I am running Essbase Server & Integration Server as console applications (not as windows services). The problem with the Integration server is there no console application window for it but there is one for Essbase Server which I had to enter the password. If I run the Integration Server again under Command prompt then I get a message saying that it has been already running on this machine but I cannot see any console window. Do you think if reboot the server this problem go away? I look forward to hearing from.
    Regards
    Chandra

  • ODBC error occurred while executing SQLExtendedFetch to retrieve the result

    Good morning everyone,
    I had the following error message while trying to run a simple query in Answers with 3 dimensional columns, 1 fact, and 4 calculated facts...
    "State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 16001] ODBC error state: S1001 code: 0 message: [Oracle][ODBC]Memory allocation error.. [nQSError: 16011] ODBC error occurred while executing SQLExtendedFetch to retrieve the results of a SQL statement. (HY000)
    It's taking around 2,5 minutes to run, then it give that error message.
    Has anyone got any ideas on where I should get started?
    Update: after 2nd time - it's running fine....I've added a filter...could this be the issue? Too many rows initially?

    Damon,
    you were correct - it was indeed an ODBC issue. Switching to OCI has fixed the issue. This link was also very helpful:
    regarding performance
    In my case, the problem with OCI happened because I was using System DSN name instead of how it's called in tnsnames.

  • Datetime field overflow ODBC error using EIS 11.1.2.2

    Hi
    I have EPM 11.1.2.2 installed on Windows 7 64bit. I am using EIS to create a Essbase cube. The installation comes with DataDirect 6.1 Oracle Wire Protocol ODBC driver which I have used to create a DSN for the metadata catalog (driver - C:\Oracle\Middleware\EPMSystem11R1\Common\ODBC-64\Merant\6.1\Drivers\ARORA25.dll). I created the OLAP model successfully but while saving the OLAP meta outline I get an error:
    +Error -28616: ODBC Error [DataDirect][ODBC Oracle Wire Protocol driver] Datetime field overflow. Error in parameter 5.+
    Any idea how to get rid of this error? Any workarounds?
    Regards,
    Vinay

    Vinay,
    Set the connection option "TimestampTruncationBehavior" to 1. This should be placed either in the connection string, the data source listed in the odbc.ini file (for UNIX), or in the data source listed in the registry (Windows)".
    Hope it helps....
    KosuruS

  • EIS Error: ODBC Error driver's SQLAllochandle on SQL_HANDLE_ENV failed

    HI guys,
    I had Oracle 10g(Run time Client) installed, but to create a catalog i need to create an ODBC connection first so I went ahead and tried to do it but i didnt find the ODBC driver for 10g so I installed Oracle 11g(Run time Client) over 10g. Then, I created a ODBC DSN and tried to create OLAP catalog using the ODBC DSN but it says the following error.
    ODBC Error driver's SQLAllochandle on SQL_HANDLE_ENV failed
    I researched a bit and found that its an environment variable issue so uninstalled the Oracle 10g, now I've got only 11g but still the same error.
    When I test the connection while creating the DSN it says Connection Successfull, its only on EIS front I am getting this error
    Can any of you plz help me out of this error.
    Thanks!!!!
    Edited by: mjunaid on Oct 7, 2009 2:26 PM
    Edited by: mjunaid on Oct 7, 2009 2:27 PM

    Plz someone help me with this guys.
    It throws this error when i use Oracle 10g driver for ODBC. When i used an alternate odbc connection with MERANT for Oracle the EIS got stuck and the aplication doesn't respond.
    Edited by: mjunaid on Oct 8, 2009 8:28 AM

  • Payment Wizard error: 'No matching records found  'Bank Codes' (ODSC) (ODBC -2028)'

    Hi Experts,
    I am running a Payment Wizard for a Bank Transfer for a certain vendor, however I get the error "No matching records found  'Bank Codes' (ODSC) (ODBC -2028)".
    I already checked my Bank settings and payment method settings but I still get the error.
    I checked SAP Note 1980507 but the scenario should be without bank details in the BP payment terms tab. But in my case, its defined yet I get the same error as reported.
    Any help would be appreciated.
    Thanks,
    Don

    Hi,
    Please check whether following setup done for payment wizard.
    725786
    - Definitions necessary for the payment wizard
    Thanks & Regards,
    Nagarajan

  • STATE:HY000 Error 10058 and error 43113 ,error 43093, error 17001 code 942

    The schema and table are all exist .
    Below is the error message from OBIEE Report:
    [NOODBC][SQL_STATE:HY000][nQSError: 10058] A general error has occurred.
    [nQSError: 43113] Message returned from OBIS.
    [nQSError: 43093] An error occurred while processing the EXECUTE PHYSICAL statement.
    [nQSError: 17001] Oracle Error code:942 message: ORA-00942: table or view does not exist.
    at OCI call OCIStmtExecute.
    [nQSError: 17010] SQL statement preparation failed.
    and there have other problem for Administrator Tool about ER model:
    [nQSError: 15001] Could not load navigation space for subject area WMAdhocReportingBMM.
    [nQSError: 15019] Table Region is functionally dependent upon level Region, but a more detailed child level has associated columns from that same table or a more detailed table.
    Please Help...
    Thanks a lot :(

    Hi,
    Firstly check from command prompt if you are able to get the reply from the db server using
    tnsping <<connect string>>
    here the connect string would be LHS part of corresponding entry in tnsnames.ora file
    If you are able to get the reply ensure that the call interface u select in the rpd connection pool to be OCI 10g (or 11g whichever version of db u r using) and in the name give the above connect string.
    If you are not able to get any reply it might be either network issue or improper install of sql client
    Hope this helps
    Regards,

  • Activation problem: Adobe DRM Error System: 8 State: 4 Class: 65 Code: 59 Message: VE error 59

    Hi,
    I bought a book yesterday and I was able to open it in my vista machine. I have a second computer and I can't open my book there. I get this error:
    Adobe DRM Error
    System: 8
    State: 4
    Class: 65
    Code: 59
    Message:
    VE error 59
    --- end ---
    I already downloaded Adobe Digital Editions 1.5 beta 2, and went back to acrobat reader 6, activate from aractivate.adobe.com, but nothing seems to work. What can I do?

    System 7, code 31 is always a networking problem. Meaning something on your network is preventing the book information from getting to the rights-management server (or from the rights-management information getting sent back)
    You can check firewalls, security software, etc to see where the blockage might be, or work with your network admins if you have them. See 'Error "Adobe DRM Error" when you activate Digital Editions or access an eBook" at http://www.adobe.com/go/kb402747
    Regards,
    Bentley Wolfe
    Senior Support Engineer, Flash/Flash Player/Digital Editions
    Adobe

  • Custom Odbc error code

    Hi All,
    I want to know if there is any way where we can customize the odbc error code whenever a error is displayed in presentation services.
    Thanks in Advance!!!

    I have lloked into custommessages.xml but i figured out that we can change or custom the message but not sure error code asscociated the message.
    please let me know about this

  • Odbc error while retrieving the Query from Manage Sessions

    Log Could Not Be Retrieved
    Odbc driver returned an error (SQLExecDirect).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC
    File: odbcstatementimpl.cpp, Line: 186
    State: S1000. Code: 10058. [NQODBC] [SQL_STATE: S1000] [nQSError: 10058] A general error has occurred. [nQSError: 46044] Cannot convert string (2679504904.0) to integer data. (S1000)

    Your post is a bit unclear.
    Can you provide more details - what do you do to replicate this? what's your installation architecture, OS, versions? Is this an error that causes problems? If so what? What is your question?? :)

  • Unable to connect SQL State=S1000 [Oracle][ODBC][Ora]ORA-12170:

    Hi all,
    I have an Windows XP OS with SP3.
    I have installed the Oracle 11g server.
    On trying to connect to the ODBC connection, i get the following error message:
    Unable to connect SQL State=S1000 [Oracle][ODBC][Ora]ORA-12170: TNS: Connect timeout occured
    On trying the tnsping,
    TNS Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 09-OCT-2
    011 13:11:05
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    E:\app\Gautam\product\11.1.0\db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.
    5.207)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl))
    TNS-12535: TNS:operation timed out
    On trying to connect with SQL Developer, i get the following error:
    Status: Failure - Test failed: Io Exception: The Network Adapter could not establish the connection
    However i am able to connect to the same using SQL Plus
    Another issue that occurs is that the Oracle Enterprise Manager shows the following error after a while:
    Agent Connection to Instance
    Status Failed
    Details ORA-12505: TNS:listener does not currently know of SID given in connect descriptor (DBD ERROR: OCIServerAttach)
    The following services are all up during this point of time:
    OracleDBConsoleorcl
    OracleOraDb11g_home1TNSListener
    OracleServiceORCL
    Any help in this regard will be very useful as this is hindering the progress of my work.
    Thanks in advance for the help.
    - Gautam

    841683 wrote:
    Hi,
    I did try and delete my listener.ora and then create a new one..
    That did not solve my issue..
    What are the steps for configuring the listener again.
    Thanks for the response..
    - Gautamno listener.ora file is required.
    just do as below
    lsnrctl start

  • Customizing ODBC errors in OBIEE 11g

    Hi,
    I have a requirement where the user is expecting to see some Custom error messages instead of the Default ODBC errors OBIEE throws. Like the one below.
    Error generating view. Error getting cursor in GenerateHead
      Error Details
    Error Codes: OAMP2OPY:OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P 
    Odbc driver returned an error (SQLExecDirectW). 
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 22055] First argument of Parent function must be a hierarchy in a Parent-Child dimension with a single column Member Key. (HY000) 
    Where i can find the files which has these messages.They should be on some .xml or Java file on the server. If i know that location, i can change the error into Custom error messages.
    Any help would be really appreciated.
    Thanks
    Swami

    Swami,
    These kind of custom error messages,You need to do it manually for each report
    Edit Analysis Properties ---- Results Display ----- Display Custom Message
    Mark if you helps,
    Thanks,

  • ODBC error when using SH schema in OBI

    Hi,
    I am new to OBIEE. I started following the instructions in the tutorial for "Creating Interactive Dashboards and Using Oracle Business Intelligence Answers " at the following link: http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/saw/saw.html
    I have come to a point where I have finished all tasks mention under section "Restoring Business Intelligence Presentation Catalog and Updating Metadata" of the tutorial. When I log on the my analytics page, I can even see the SH schema. But when I try to build any query, I get the following error:
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 12154, message: ORA-12154: TNS:could not resolve service name at OCI call OCILogon. [nQSError: 17014] Could not connect to Oracle database. (HY000)
    SQL Issued: SELECT Calendar."Calendar Year" saw_0 FROM SH ORDER BY saw_0
    I checked the DSN connection in admin tools (ODBC). I can also query the SH schema tables using a third party editor (toad etc..). I am not sure why I am getting the error on the presentation services page. Has anyone faced a similar issue.
    BTW: I have installed Oracle 10g/R1 instance on my computer for this purpose. I also tried editing the connection pool settings in the Administrator without success.
    Any help would be highly appreciated. Thank in advance...
    Rishi

    And always try to search the OTN obiee forum with the similar word.
    Here is what I have found:
    Re: ORA-12154: TNS:could not resolve the connect identifier specified OCI c
    Also, try to find which oracle home use OCI driver
    http://oraclebizint.wordpress.com/2007/10/03/oracle-bi-ee-101332-identifying-oracle-homes-for-oci-drivers/
    Regards
    Goran
    http://108obiee.blogspot.com

Maybe you are looking for

  • Syncing - is there a better way?

    Like others, I am having trouble keeping iTunes from overriding changes made directly on my iPhone.  Specifically, it removes purchased songs from playlists and adds back songs I deleted from the library.  The latter is more than a trivial annoyance

  • Migration from SQL Server 7.0 to Oracle 9i

    Hi, Where can i find whitepapers for migrating from SQL Server 7.0 to Oracle 9i? Thanks in Advance

  • Should the STANDBY database be in NOMOUNT Mode?

    Hi There, Just setup DataGuard and want to monitor the primary and standby databases via the grid. However, I can not configure the standby database because the standby database is in NOMOUNT mode. Was I suppose to mount it? If not, how do I configur

  • E51: How not to receive attachments in email?

    Hi, I can't find anywhere how to disable attachments in emails! I just want to receive the text. I can't believe it's not possible If I put maximum mail size to, let's say 2kb, it still downloads the larger attachments... Headers only doesn't work to

  • Essbase Studio deployment errors

    I am getting the following error message when I try to deploy a BSO cube: \\Record #40 - Error adding Dynamic calc property to member xxxxxxxxx (3320) \\Record #40 - No time dimension defined I have a TIME dimension which is assigned to TIME property