[OBIEE-11g] Error getting Nqid always null value

Hi to all, I've a problem to load Nqid in a dashboard on 11g OBIEE.
The javascript function return always a null value and the document.cookie instruction return an empty string ...
somebody could help me ?!
p.s.: in the firefox properties there is a cookie that contain the id but i can't read it
function getNqid() {
var nameEQ = 'nQuireID=';
var ca = document.cookie.split(';');
for(var i=0; i<ca.length; i++) {
var c = ca;
while (c.charAt(0)==' ')
c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0)
return c.substring(nameEQ.length,c.length);
return null;

Hi,
You might want to check the NQQuery.log to see the code that it is running before making a connection. Just to confirm that the connection pool step is working fine, could you try with a simple select statement and see that it does not error out. If it does not, you may want to revisit the procedure code again. I understand from the error that it is expecting something after the END statement (kind of weird though!!). I assume in this case, it could not parse that this is a stored procedure call itself may be. One thread I found is http://stackoverflow.com/questions/4270818/ora-06550-and-pls-00103 which you may want to look for the line break characters.
Hope this helps.
Thank you,
Dhar

Similar Messages

  • Anyone else getting JavaScript TypeError - Null value?

    Anyone else getting JavaScript TypeError - Null value? I get it on Amazon all the time now. Nothing seems to fix it... What's up with Safari and Java?

    Java and Javascript are different. For more on their differences see:
    http://members.ozemail.com.au/~phoenix1/html/getstart.htm
    That said, Javascript which fails in Safari usually is something that is non-standard since Safari makes a genuine effort to follow http://www.w3.org/ standards. If you encounter a website that doesn't follow these standards, point them to http://www.anybrowser.org/ for guidance on making more uniformly compatible websites. In the meantime there are many other web browsers made for Mac OS X like Firefox, Mozilla, Netscape, Omniweb, Camino, Internet Explorer, Opera, and iCab. If you find a website that doesn't behave well in Safari, use the Report bug to Apple in the Safari menu. There is a Safari Enhancer which has a User Agent submenu in the Debug menu it enables. That same Debug menu can be enabled from Applications -> Utilities -> Terminal via this command line:
    defaults write com.apple.Safari IncludeDebugMenu 1
    The User Agent specified will spoof certain websites into thinking you are using a different web browser. In the end though, it usually is better to inform webmasters when their website is not accessible.

  • OBIEE 11G error while installation at the configuration setting(ASinstance)

    Hi Experts,
    I am trying to Install OBIEE 11G on Windows on Local PC.But getting the following error .
    "Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: PermGen space" at the configuration step of ASinstance.
    I have set the virtual memory to maximum.Machine's RAM is 2 GB and Virtual memory is 4 GB which meeets system requirement for OBI.
    I have treid few options but nothing seems to workout :( . and even Downloaded and tried to Install the software again.
    Any help on this highly appreciated.
    Amit

    Hi Dhar,
    below is the log file content:
    opmn.log:
    Error Message from opmn.log file:
    [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1035801255:1640) [No addresses matched the properties for the request]
    [ERROR:1] [] [libopmncustom] Hi Dhar,
    below is the log file content:
    opmn.log:
    Error Message from opmn.log file:
    [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1035801255:1640) [No addresses matched the properties for the request]
    [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:1035801255
    All other log files (presentation, bi server, scheduler, cluster controller) contains the following error message:
    Error Message: The configuration file (C:\obi\user_projects\domains\bifoundation_domain\config\fmwconfig\jps-config.xml) was not found or is inaccessible.
    As per comments posted by you here: https://cn.forums.oracle.com/forums/thread.jspa?threadID=2326091
    I checked FMW_SECURITY_SERVICE_URL parameter in the NQSConfig.ini file.
    This parameter is using VIP (admin server listen to this) and not the actual IP of the server.
    Should I change this URL and point it to actual IP.
    What is the procedure to change this parameter using EM?

  • Configure Smartview in OBIEE 11G error

    Hello All
    I am trying to integrate smartview with OBIEE 11G, I followed this blog on how to do it:
    http://obieeil.blogspot.com/2013/07/obiee-creating-smart-view-connection.html
    I am running into an issue and maybe you guys can help me understand how to solve it.
    I have downloaded the smartview and I am in the process of creating my private connection.. 
    Now from my laptop, I am able to access my OBIEE with this link:
    http://100.20.000.000:9704/analytics/
    In the private connection setting, when I entered this url and give username and password, then say 'connect', i am getting an error message simply 'Logon error!' and nothing else to it..
    Have you seen this behavior before?
    Please let me know what I should do about it

    Oh it is you, garuda
    changed name

  • Obiee 11g error

    Hi All,
    I am using obiee 11g for a demo project.When i a run the a report just with 2 columns from 1 from dimension and 1 from fact.It is throwing an error.the error message is
    Query Failed: [nQSError: 14025] No fact table exists at the requested level of detail: .
    I tried using foriegn key in bmm layer it is working fine.When i go for complexjoin bmm layer.The above error is coimng up.
    Can anybody help me on this.
    Thanks,
    Chandra

    can you try the following sequence for startup.
    It is the method I use to start up servers. Before you complete the steps below the following Windows Services should **not** be running.
    a. Oracle Process Manager (instance1)
    b. Oracle Weblogic NodeManager
    1) Start NodeManager from the Command Prompt
    Cd <MIDDLEWARE_HOME>\wlserver_10.3\server\bin
    startNodeManager.cmd
    Wait till you see message "Secure socket listener start at port"
    2) Start Admin server from command prompt
    Cd <MIDDLEWARE_HOME>\user_projects\domains\bifoundation_domain\bin
    startWebLogic.cmd
    It will ask for user name / password, specify the user details that you have mentioned at the time of 11g install
    Wait till you see message Admin server is in running mode.
    3) Now start Managed server from GUI
    Access WebLogic console from a browser
    http://<machinename>:7001/console
    Login, Environment > servers > Control > select bi_server1 > click on start
    It would take some time for Managed server to start. Wait till you see Running status.
    4) Now start the OBIEE components from command prompt
    Cd C:\OBIEE\instances\instance1\bin
    opmnctl startall

  • External tables in Oracle 11g database is not loading null value records

    We have upgraded our DB from Oracle 9i to 11g...
    It was noticed that data load to external tables in 9i is rejecting the records with null columns..However upgrading it to 11g,it allows the records with null values.
    Is there are way to restrict loading the records that has few coulmns that are null..
    Can you please share if this is the expected behaviour in Oracle 11g...
    Thanks.

    Data isn't really loaded to an External Table. Rather, the external table lets you query an external data source as if it were a regular database table. To not see the rows with the NULL value, simply filter those rows out with your SQL statement:
    SELECT * FROM my_external_table WHERE colX IS NOT NULL;
    HTH,
    Brian

  • OBIEE 11g: Error 500

    Hi Experts,
    For OBIEE 11g, I changed the reporsitory to Paint. And also the catalog path by logging into enterprise manager. After restarting the services and went to the url and it gave this error.
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request.
    Can any one help me...............i didn't understand y i got this............
    Thanks,
    DK

    can you try the following sequence for startup.
    It is the method I use to start up servers. Before you complete the steps below the following Windows Services should **not** be running.
    a. Oracle Process Manager (instance1)
    b. Oracle Weblogic NodeManager
    1) Start NodeManager from the Command Prompt
    Cd <MIDDLEWARE_HOME>\wlserver_10.3\server\bin
    startNodeManager.cmd
    Wait till you see message "Secure socket listener start at port"
    2) Start Admin server from command prompt
    Cd <MIDDLEWARE_HOME>\user_projects\domains\bifoundation_domain\bin
    startWebLogic.cmd
    It will ask for user name / password, specify the user details that you have mentioned at the time of 11g install
    Wait till you see message Admin server is in running mode.
    3) Now start Managed server from GUI
    Access WebLogic console from a browser
    http://<machinename>:7001/console
    Login, Environment > servers > Control > select bi_server1 > click on start
    It would take some time for Managed server to start. Wait till you see Running status.
    4) Now start the OBIEE components from command prompt
    Cd C:\OBIEE\instances\instance1\bin
    opmnctl startall

  • OBIEE 11g error in filter

    Hi,
    I have a problem in OBIEE 11.1.1.6
    I have a report where project No is a filter i.e in where condition.
    Now I have a project no like "ERP-HR STD&2012". Now this is not returning data getting error out. In OBIEE, whenever it see any & sign in the project number filter, it returns error. Now when I run the sql query(getting from nqsquery log) in PL/SQL developer or Toad, I get the correct result showing data.
    If some & or % sign appears in the filter data, OBI could not able to run request
    Please help.
    Thanks
    Titas

    Hi,
    Thanks for reply.
    Actually I am creating a bar chart report where in x axis I have project no. And I set project no as graph prompt. Now in the LOV of project no whenever I select one particular project "ERP -HR STD &2012", the report fails to produce graph. But every other LOV values are runnig fine with graph. Only wnehever it finds any project no containing & sign, it fails.
    Please help.
    Thanks
    Titas

  • How to resolve error with DateField being Null value

    Hello,
    I have been playing with Flex on and off for a while now. I'm
    getting the hand of it more, but it's simple problems I can't
    resolve!
    I have a DateField which is loaded from a mysql Database, it
    all works fine. My problem is when creating a new record in my
    database (so my array primary key is set to 0)
    here is my datagrid:
    Code:
    <mx:DateField id = "orderdate" formatString="YYYY-MM-DD"
    width="170" showToday="true" text ="{currentOrder.date}"/>
    and here is my error on line 446 of DateField.as:
    Code:
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference.
    at
    mx.controls::DateField$/stringToDate()[E:\dev\3.1.0\frameworks\projects\framework\src\mx\ controls\DateField.as:446]
    at
    mx.controls::DateField/displayDropdown()[E:\dev\3.1.0\frameworks\projects\framework\src\m x\controls\DateField.as:2118]
    at Function/
    http://adobe.com/AS3/2006/builtin::apply()
    at
    mx.core::UIComponent/callLaterDispatcher2()[E:\dev\3.1.0\frameworks\projects\framework\sr c\mx\core\UIComponent.as:8565]
    at
    mx.core::UIComponent/callLaterDispatcher()[E:\dev\3.1.0\frameworks\projects\framework\src \mx\core\UIComponent.as:8508]
    Perhaps I add a check if the array value is null and if so
    make it todays date? How can i do this?

    hi there, Thanks a lot for your response
    I tried your code as the code i have attached. it gives me
    the warning i need quote marks
    Open quote is expected for attribute "text". adman2/src/forms
    OrderForm.mxml
    but if i add quotations, then the datefield text appears as
    the code!

  • OBIEE 11g: Error while starting obiee services

    Hi All,
    I am facing problem while starting OBIEE services.
    Error Message: The configuration file (C:\obi\user_projects\domains\bifoundation_domain\config\fmwconfig\jps-config.xml) was not found or is inaccessible.
    I tried staring services through EM and OPMN, however I am getting the same error (in Presentation, BI Server, Scheduler, Cluster Controller log Files).
    It's a cluster environment and I am able to start obiee services on node 2, however node 1 gives the error as mentioned above.
    How can I resolve this issue?
    Regards,
    Deepak

    Hi Dhar,
    below is the log file content:
    opmn.log:
    Error Message from opmn.log file:
    [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1035801255:1640) [No addresses matched the properties for the request]
    [ERROR:1] [] [libopmncustom] Hi Dhar,
    below is the log file content:
    opmn.log:
    Error Message from opmn.log file:
    [ERROR:1] [] [libopmncustom] Process Ping Failed: coreapplication_obips1~OracleBIPresentationServicesComponent~coreapplication_obips1~1 (1035801255:1640) [No addresses matched the properties for the request]
    [ERROR:1] [] [libopmncustom] Ping failed in Ready callback for proc:1035801255
    All other log files (presentation, bi server, scheduler, cluster controller) contains the following error message:
    Error Message: The configuration file (C:\obi\user_projects\domains\bifoundation_domain\config\fmwconfig\jps-config.xml) was not found or is inaccessible.
    As per comments posted by you here: https://cn.forums.oracle.com/forums/thread.jspa?threadID=2326091
    I checked FMW_SECURITY_SERVICE_URL parameter in the NQSConfig.ini file.
    This parameter is using VIP (admin server listen to this) and not the actual IP of the server.
    Should I change this URL and point it to actual IP.
    What is the procedure to change this parameter using EM?

  • OBIEE 11g Error: 500 Internal Server Error

    Hi,
    I have installed obiee 11.1.1.3 with weblogic server 10.3.3.0 and tried to start the BI services. Iam getting the error following error
    Error 500--Internal Server Error
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    The server encountered an unexpected condition which prevented it from fulfilling the request.
    Admin server log_
    ####<Oct 5, 2010 1:24:08 PM GMT+05:30> <Info> <JDBC> <hdccrmcoe4> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <e3411d921e4f8eb5:363a13c:12b762e7d8a:-8000-00000000000003e3> <1286265248349> <BEA-001128> <Connection for pool "mds-owsm" closed.>
    ####<Oct 5, 2010 1:24:37 PM GMT+05:30> <Info> <Common> <hdccrmcoe4> <AdminServer> <MDSPollingThread-[owsm, jdbc/mds/owsm]> <<anonymous>> <> <e3411d921e4f8eb5:363a13c:12b762e7d8a:-8000-0000000000000001> <1286265277052> <BEA-000628> <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>
    Hi experts how to solve this?
    Thanks,

    Hi,
    I tried that command but Iam getting the following error
    C:\Documents and Settings\Administrator>opmnctl startall
    opmnctl startall: starting opmn and all managed processes...
    =======================================================================
    opmn id=hdccrmcoe4:9501
    0 of 1 processes started.
    ias-instance id=instance1
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    coreapplication_obips1/OracleBIPresentationServicesComponent/coreapplication
    _obips1/
    Error
    --> Process (index=1,uid=1245712643,pid=8928)
    failed to start a managed process after the maximum retry limit
    Log:
    none
    Thanks,
    Satheesh Kumar

  • OBIEE 11g: Error - Exceeded configured maximum number of allowed output

    Hi Guys,
    We are implementing OOTB Repository, After data load some of the reports are showing the following error msg. Can anyone point me out where to change the limits?
    "Showing error while loading ""View Display Error
    Exceeded configured maximum number of allowed output prompts, sections, rows, or columns"". It must be because of the restriction on the number of records in a report"
    Thanks in advance

    Sudipta Gupta wrote:
    Hi Guys,
    We are implementing OOTB Repository, After data load some of the reports are showing the following error msg. Can anyone point me out where to change the limits?
    "Showing error while loading ""View Display Error
    Exceeded configured maximum number of allowed output prompts, sections, rows, or columns"". It must be because of the restriction on the number of records in a report"
    Thanks in advanceWhat version of OBIEE are you using? Assuming you are on 11g, below is the link that tells you what tag's needs to be changed in the configuration file in order to increase/decrease the limit on number of rows retrieved in a report across the board:
    http://r12bifmw.com/2012/03/23/obiee-errors-with-exceeded-configured-maximum-number-of-allowed-output-prompts-sections-rows-or-column/
    Hope this helps.

  • UPDATE_ROW_CONFLICT error, get the details (columns, values)

    Hi,
    I am getting the following error:
    Error :Number of conflicts while synchronizing: 1 SyncResolver.UPDATE_ROW_CONFLICT row 0 attempt to update a row that has been updated or deleted by another user
    has anybody an idea how to get more information about the conflic?
    In what column is the conflic ? The values ?
    regards,
    Andorn

    Hi,
    Please go through the tutorial titled "Performing Inserts, Updates, and Deletes" which is available at: http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/inserts_updates_deletes.html
    Also, go through the below forum threads:
    http://swforum.sun.com/jive/thread.jspa?threadID=95174&tstart=15
    http://forum.sun.com/jive/thread.jspa?forumID=123&threadID=65088
    Hope this helps.
    RK

  • OBIEE 11g Error (11.1.1.5)

    Hi All,
    I am getting the following error in Enterprise Manager. Can someone please help me to fix it?
    ThreadPool<HostLookup>: Worker thread job errored out. Unable to resolve the name for 192.168.0.100 Thanks in advance.

    I have exported ODBC path manually.
    export ODBCINI=$ORACLE_INSTANCE/bifoundation/OracleBIApplication/$ORACLE_BI_APPLICATION/setup/odbc.iniAnd then executed the nqcmd command. Now I am getting the different error.
               Oracle BI ODBC Client
               Copyright (c) 1997-2011 Oracle Corporation, All rights reserved
    Initialize client environment failed, possibly caused by incomplete installation
    [nQSError: 47001] Invalid Oracle BI Bin directory:
    /oracle/home/bifoundation/server/bin.
    Initialize client environment failed, possibly caused by incomplete installation
    [nQSError: 47001] Invalid Oracle BI Bin directory:
    /oracle/home/bifoundation/server/bin.
    [0][State: IM004] [DataDirect][ODBC lib] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed Connect open failed

  • Error in Formula - DB Null Value

    Hi,
    I am using the following forumula to print a tax column.  I want to print 0.00 if there is no value in database.  I am using Oracle 9i.
    Blinking where the things went wrong. Please find below the formula.
    NumberVar RequiredLength:= 9;
    NumberVar CurrentLength:= Length (TOTEXT({@FICATax}));
    (IF RequiredLength < CurrentLength
    THEN TOTEXT ({@FICATax}) [1 TO RequiredLength]
    else If IsNull ({@FICATax}) Or
       InStr(TOTEXT ({@FICATax}), " ") = 0 Then
    TOTEXT ({@FICATax})
    ELSE ReplicateString (" ",RequiredLength - CurrentLength) + TOTEXT ({@FICATax}))
    FICATax
    IF 'Federal' in ({TAX_INFORMATION.TAX_DESCRIPTION_2}) then ({@TAXAMOUNT3})
    else ({@TAXAMOUNT2})
    I have also tried the below forumula,
    NumberVar RequiredLength:= 9;
    NumberVar CurrentLength:= Length (TOTEXT({@FICATax}));
    (IF RequiredLength < CurrentLength
    THEN TOTEXT ({@FICATax}) [1 TO RequiredLength]
    else If IsNull ({@FICATax}) Or
       InStr(TOTEXT ({@FICATax}), " ") = 0 Then
    '     0.00'
    ELSE ReplicateString (" ",RequiredLength - CurrentLength) + TOTEXT ({@FICATax}))
    Can any one help me out?

    Dear Salahudheen,
    Thanks for your reply.  I have tried in my report but this too not working.  Something is sitting there in the DB field, but I am not able to figure it out. 
    PFB the formula I have used in Display string part
    if ToText ({@FIRTax}) = " " or isnull({@FIRTax}) or InStr(TOTEXT ({@FIRTax}), " ") = 0  then
    "0.00"
    else totext({@FIRTax})
    I am getting values like this
        0.00
    405.00
    705.00
                     //no clue on what is here !!!!!!
    405.00
    505.00
    Edited by: KARTHI..... on Nov 3, 2009 9:24 AM
    Edited by: KARTHI..... on Nov 3, 2009 9:24 AM

Maybe you are looking for

  • I just got my iPod touch 4g repaired and now my wifi is down

    I just got my iPod touch repaired because i had a cracked screen. I got it back one day ago, and it was being repaired for 3 weeks. Whenever i try to use wifi, no networks show up. I tried rebooting, but nothing happened. I know that the signal bar c

  • Optional Components Fail to Install with Illustrator CS6 via Creative Cloud on Windows 8

    Hello, I'm a paid subscriber to the creative cloud and I'm having a problem with installing Illustrator CS6 through the Adobe Application Manager on Windows 8 64-Bit. I've tried redownloading and reinstalling through the app multiple times to no avai

  • Planned order to production order type

    hi when ever converting planned order to production order system aumatically picks production order type pp01 from MRP group assignment. if i not assigned mrp group in material master means, how the system picks production order type. I think its pic

  • Target Documents G/L Account on the Details Line is not Updated

    Hello, I am trying to promote a Sales Order into a Delivery Note. The Sales Order lines are created using a particular warehouse.  The customer may pick up the items from a different location, so we would promote the Sales Order and modify the wareho

  • Infostructure S502 not updated after certain date

    There is an infostructure S502. It is not updated after a certain date. It should be updated after saving in C011N. This problem seems to have propped up after upgrade to ECC 6.0. Before that it was working fine.