Cannot conect to Discoverer Plus OLAP (D4O-1014 error)

Hello everybody,
On a laptop WindowsXP, 1G RAM, 3GHZ I have installed:
- oracle database 9.2.0.1.0 upgraded to 9.2.07 (dbname=HOMEDB, sid=SIDHOMEDB, hostname=aspire3000); all 9.2.0.7 OLAP patches are applied
- business intelligence 10g 10.1.2.0 (and the BI Tools)
- business intelligence 10g samples version 10.1.2.0.0_c
I cannot connect to Discoverer OLAP.
I try to connect to the sample data using:
user: scott
password: tiger
host: aspire3000
port: 1521
SID: homedb (Regarding the value for SID: my database's sid is sidhomedb, but when I insert sidhomedb as value for SID while connecting to PLUS I receive error: "Insert a valid SID", so instead I insert the dbname: homedb)
I receive the following error: D4O-1014 unknown exception while connecting to database.
The diagnose shows:
<?xml version="1.0" encoding="UTF-8" ?>
<D4OCheckConfig version="1.0.0.0">
<Check key="JDK version" value="1.5.0_06"/>
<Check key="BI Beans internal version" value="3.2.1.0.13"/>
<Check key="Discoverer Plus OLAP version" value="10.1.2.07.59"/>
<Check key="Discoverer version" value="10.1.2.45.46c"/>
<Check key="host" value="aspire3000"/>
<Check key="port" value="1521"/>
<Check key="sid" value="homedb"/>
<Check key="user" value="scott"/>
<Check key="Connect to database" value="Unsuccessful, verify if your connect information is correct and your database instance and listener are available."/>
<Check key="Failure Point" value="JDBCFailed"/>
<Check key="StackTrace">
<![CDATA[
==========================================
1) Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:
(DESCRIPTION=(ADDRESS=(HOST=aspire3000)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SID=homedb)))
1) Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:
(DESCRIPTION=(ADDRESS=(HOST=aspire3000)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SID=homedb)))
================================
java.sql.SQLException: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:
(DESCRIPTION=(ADDRESS=(HOST=aspire3000)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SID=homedb)))
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:124)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:279)
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:321)
     at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:346)
     at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:149)
     at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:31)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:543)
     at java.sql.DriverManager.getConnection(Unknown Source)
     at java.sql.DriverManager.getConnection(Unknown Source)
     at oracle.dss.datautil.client.BICheckConfig.getJDBCConnection(BICheckConfig.java:606)
     at oracle.dss.d4o.common.D4OCheckConfig.checkConnection(Unknown Source)
     at oracle.dss.d4o.common.D4OCheckConfig.checkConnection(Unknown Source)
     at oracle.dss.d4o.gui.common.DiagnoseDialog$ConfigTask.construct(Unknown Source)
     at oracle.dss.d4o.gui.common.SwingWorker$4.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
]]>
</Check>
</D4OCheckConfig>
I don't understand what's wrong with the listener. Using the same connection string (user bi_user, host aspire3000, port 1521, SID homedb) I can connect to Discoverer relational with no problems.
Here it is my listener.ora:
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = aspire3000)(PORT = 1521))
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = c:\oracle\ora90)
(PROGRAM = extproc)
(SID_DESC =
(GLOBAL_DBNAME = HOMEDB)
(ORACLE_HOME = c:\oracle\ora90)
(SID_NAME = SIDHOMEDB)
The result of lsnrctl>services is:
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
Services Summary...
Service "HOMEDB" has 2 instance(s).
Instance "SIDHOMEDB", status UNKNOWN, has 1 handler(S) for this service...
Handler(s):
"DEDICATED" established:0 refused:0
LOCAL SERVER
Instance "SIDHOMEDB", status READY, has 1 handler(S) for this service...
Handler(s):
"DEDICATED" established:2 refused:0 state:ready
LOCAL SERVER
The listener.log shows:
06-MAR-2006 12:37:57 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=__jdbc__)(USER=))(SID=homedb)) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1038)) * establish * homedb * 12505
TNS-12505: TNS:listener could not resolve SID given in connect descriptor
I don't understand: what's this HOST=_jdbc_ ? My listener.ora is not good?
Any help will be appreciated!
Thank you

Hi! Keith,
I have the same problem as this one but while accessing oracle database through JDBC. The solution you suggested is to rename database instance since length of instance name is more than 8.But in my case I ket the instance default to xe.Still I am getting same exception while I accessing database through JDBC.Fo your reference I am giving stack trace.
java.sql.SQLException: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
The Connection descriptor used by the client was:
127.0.0.1:1521:xe
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:261)
     at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:387)
     at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:414)
     at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:165)
     at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
     at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
     at java.sql.DriverManager.getConnection(DriverManager.java:525)
     at java.sql.DriverManager.getConnection(DriverManager.java:171)
     at net.kynesys.jdbc.oracle.Test.main(Test.java:21)

Similar Messages

  • Discoverer Plus OLAP (D4O) - Export to Excel  vs. Open Office

    Hej dear experts,
    following issue: we`re using D4O (Version 10.1.2.54.25) and have many users, who want to use the "Export to Excel" function.
    As we don`t run MS Office, but Open Office, the function "Export to Excel" is not available (greyed out).
    I`ve been searching forums and web for any hint, how to use Open Office instead of MS Office for this, but no hits so far.
    * associating xls file with Open Office doesn`t help
    * extracting the content of d4o.jar gives me the structure, in which I was searching for a kind of configuration file, but no success (expecting xml file?)
    Obviously D4O is looking for the "EXECL.EXE" somewhere in the registry?
    Has anyone of you experiences or an idea, how to make it work with Open Office?
    Any hints and comments highly appreciated!
    Thanks,
    Thomas

    Thanks to a hint from Oracle support experts it`s working now...
    D4O checks during startup following keys in the registry:
    HKEY_LOCAL_MACHINE\software\Classes\Applications\Excel.exe\shell\Open\command<fileName>
    (or)
    HKEY_LOCAL_MACHINE\software\Classes\Applications\Excel.exe\\shell\Edit\command <fileName>
    I`ve created a registry key:
    HKEY_LOCAL_MACHINE\software\Classes\Applications\Excel.exe\shell\Open\command\
    (Type: REG_SZ) and entered the path to scalc.exe.
    It didn`t work with scalc.exe, but after I`ve copied scalc.exe to excel.exe and changed the registry key to point to it, it works now.
    Note: it obviously needs capital letters, so I wrote it like "C:\Program Files\OpenOffice.org 2.0\program\EXCEL.EXE" , with small letters it didn`t do anything.
    Now "Export to Excel" is avalible in D4O.
    Tested successfully, the only sour note is that graphs are not properly exported or readable by OO, but this may depend on OO version 2.
    regards,
    Thomas

  • Create Parameters in a worksheet in Discoverer PLUS OLAP

    Am i missing something here or is there a way to create parameters in Discoverer Plus OLAP (not Plus relational) . I have searched all the options in the menu, but no luck.
    I know i can pass values from OLAP PLUS to Relational as parameters to the relational worksheet. That is not what i want to do.
    I want to create parameters in a worksheet created using BI Discoverer PLUS OLAP.

    You are right - you cannot yet create parameters on olap reports in Discoverer. This is a feature planned for a future release.
    Thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    Discoverer: http://www.oracle.com/technology/products/discoverer/
    BI Beans: http://www.oracle.com/technology/products/bib/
    BI Software: http://www.oracle.com/technology/software/products/ias/devuse.html
    Documentation: http://www.oracle.com/technology/documentation/appserver1012.html
    BI Samples: http://www.oracle.com/technology/products/bi/samples/
    OTN Forum: Discoverer
    Blog: http://oraclebi.blogspot.com/

  • How to pass parameter to a Discoverer Plus OLAP Worksheet??

    Hi,
    I have used discoverer plus OLAP and portal to develop executive dashboards in my company. I put my date dimension in Page Item of discoverer plus OLAP worksheet to view a specific week/month/year of analysis i.e. Jul-07.
    Now I have to open all the worksheets and change the page item value when week/month ends. If it was 'Jul-07' then I have to change it as 'Aug-07'.
    In discoverer plus OLAP we can't pass parameters as we can in discoverer relational.
    Can someone help me how I can set the new values without opening discoverer worksheets?
    Regards,
    Shahid

    Dear Shahid,
    I downloaded the Oracle Application Server SOA Suite 10.1.3.1.0. While installing It gave me two options
    1. Basic Install
    Install J2EE server and SOA suite of applications including BPEL, ESB
    and OWSM.
    2. Advance Install (This gives 4 options)
    a. J2EE Server, Web Server and SOA suite
    b. J2EE Server and Web Server
    c. J2EE Server
    d. Web Server\
    According to your instructions I need to install it as Insfrastructure, BI and portal. Now can you tell me which option of the install I should select in order to meet the requirements of Infrastructure, BI and Portal.
    Because I am very new in this technology so If you can guide to me to get started at least then I can follow the Oracle Tutorial for further training.
    Thanks very much in this regards.
    __Asif

  • Discoverer Plus OLAP client

    Hi, there're any version of Discoverer Plus OLAP client?, where I can download it?
    Thanks,
    Fernando.

    BI Tools (as_windows_x86_bi_tools_101202.zip) includes:
         Oracle Discoverer Administrator 10.1.2.1
         Oracle Discoverer Desktop 10.1.2.1
         Reports Builder
         Start OC4J Instance
         Shutdown OC4J Instance
         Reports Converter
    Oracle Business Intelligence includes:
         Discoverer Plus
         Discoverer Viewer
         Locale Builder
         Reports Converter
    So Tools are all your client software and BI are the server based software. See Oracle OTN download section
    Hope it helps.
    Peace Regards,
    Nazrul Islam

  • Error while connecting to discoverer plus OLAP

    when I try to connect to discoverer plus OLAP I get this error
    ERROR:An error occured during OLAP API metadata retrieval,this probably caused by inconsistent metadata
    have you idea how to resolve that problem?
    Thank you

    Hello
    Do you have a copy of my Discoverer 10g Handbook? If so, chapter 16 on pages 548 to 612 cover OLAP in some detail. This chapter was written by Mark Rittman, OLAP expert extraordinaire.
    He also runs a blog which you may find to be of some help: http://www.rittmanmead.com/blog/
    There is at least one Oracle by Example which may help: http://www.oracle.com/technology/obe/obe_bi/discoverer/discoverer_1012/index.html
    There are also some Oracle demonstrations on OLAP on the bottom right hand side of this page: http://www.oracle.com/technology/products/discoverer/index.html
    Best wishes
    Michael

  • Discoverer Plus OLAP

    Hi all,
    We are looking at possibly using Oracle Discoverer Plus OLAP. Our database is Oracle Database Server 10g Enterprise Edition (with OLAP option).
    Is Discoverer Plus OLAP part of this? Or is it a separate product? Or can I -only- get it by purchasing Oracle BI EE (which is expensive and more than we need)?
    Any help is greatly appreciated!
    Kind Regards,
    Ed

    See the following links:
    The Oracle BI Technology page: http://www.oracle.com/technology/bi/index.html
    Oracle Discoverer page on OTN: (http://www.oracle.com/technology/products/discoverer/), where you shall find Flash based demos on the following:
    - Creating OLAP worksheets
    - Data Driven Formats and Links
    - Modifying OLAP worksheet properties
    - Creating Dimension Conditions and Saved Selections
    - Analyzing and sharing data using Discoverer Viewer
    Also, see the following page for self-paced and guided Oracle by Example tutorials on BI (http://www.oracle.com/technology/obe/obe_bi/discoverer/discoverer_1012/index.html):
    Creating Business Intelligence Reports Using OracleBI Discoverer Plus OLAP
    Documentation: Finally, take a look at Ch 3: Using Discoverer Plus with a multidimensional data source, from the Oracle® Business Intelligence Discoverer Plus User's Guide
    10g Release 2 (10.1.2.1), Part No B13915-04 (http://download-east.oracle.com/docs/cd/B14099_18/bi.1012/b13915/toc.htm)
    Thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    Documentation: http://docs.oracle.com/
    Oracle BI Suite Enterprise Edition:: http://www.oracle.com/technology/products/bi/enterprise-edition.html
    Oracle BI Suite Standard Edition: http://www.oracle.com/technology/products/bi/standard-edition.html
    Oracle BI Suite Standard Edition One:
    http://www.oracle.com/technology/products/bi/standard-edition-one.html
    Discoverer: http://www.oracle.com/technology/products/discoverer/
    BI Software: http://www.oracle.com/technology/software/products/ias/devuse.html
    BI Blog: http://oraclebi.blogspot.com/
    Blogs: http://blogs.oracle.com/

  • Drill to Detail - Discoverer Plus Olap

    Does anybody knows how can I do "Drill to Detail" in the OLAP Option?
    I am using Discoverer Plus Olap to query a cube but I need to go to the relational data from a cell of this cube
    Thanks

    Hi There:
    If you had figured it out, please let me know.
    Regards
    Rufus

  • Pass parameter to a link in Discoverer plus OLAP

    Hi,
    I have a worksheet 'test1' created in discoverer plus olap. I want to drilldown from 'test1' to display worksheet 'test2' based on the dimesion value of 'test1' as parameter.
    Can anybody help regarding this ?
    Thanks
    SA

    You can create a condition for sheet2, based on a subquery on sheet1.
    That condition looks something like:
    column_in_sheet2_you_want_to_filter_on IN
    (subquery on column_in_sheet1_you_want_to_filter_on)
    Regards,
    Sabine

  • [urgent] D4O-1014 error when connecting to OracleBI Discoverer

    Hi everyone,
    I try many approaches even remove all dimensions and cubes, still has the error msg when connecting to OracleBI Discoverer Version 10.1.2.2.
    Oracle Database is 9.2.0.7.0
    D4O-1014: An unknown exception had occurred while connecting to the database
    Do you have any hint or suggesion?
    Thanks.

    First : make sure you have a backup of your AW data model.
    I think you will find there are some additional CWM/CWM2 dimensions/cubes owned by SH in the metadata catalogs that do not actually exist. I cannot remember all the commands but if you look in the OLAP documentation for 9i one of the OLAP manuals refers to the CWM_ and CWM2_ views and the PL/SQL packages that can be used to remove the dimensions and cubes. I think all the offending objects will be owned by the user SH but check before you delete anything.
    Once you have removed the old objects run the following commands as the OLAPSYS user:
    exec CWM2_OLAP_METADATA_REFRESH.MR_REFESH;
    exec CWM2_OLAP_METADATA_REFRESH.MR_AC_REFESH;
    Also make sure you do not assign the OLAP_DBA role to your user, only assign OLAP_USER role.
    Hope this helps
    Keith Laker
    Oracle Data Warehouse Product Management
    OLAP Blog: http://oracleOLAP.blogspot.com/
    OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
    DM Blog: http://oracledmt.blogspot.com/
    OWB Blog : http://blogs.oracle.com/warehousebuilder/
    OWB Wiki : http://wiki.oracle.com/page/Oracle+Warehouse+Builder
    DW on OTN : http://www.oracle.com/technology/products/bi/db/11g/index.html

  • D4O-1014 error when connecting to Application Server-- OracleBI Discoverer

    Hi everyone,
    I try many approaches even remove all dimensions and cubes, still has the error msg when connecting to OracleBI Discoverer Version 10.1.2.2.
    Oracle Database is 9.2.0.7.0
    D4O-1014: An unknown exception had occurred while connecting to the database
    Do you have any hint or suggesion?
    Thanks.

    First : make sure you have a backup of your AW data model.
    I think you will find there are some additional CWM/CWM2 dimensions/cubes owned by SH in the metadata catalogs that do not actually exist. I cannot remember all the commands but if you look in the OLAP documentation for 9i one of the OLAP manuals refers to the CWM_ and CWM2_ views and the PL/SQL packages that can be used to remove the dimensions and cubes. I think all the offending objects will be owned by the user SH but check before you delete anything.
    Once you have removed the old objects run the following commands as the OLAPSYS user:
    exec CWM2_OLAP_METADATA_REFRESH.MR_REFESH;
    exec CWM2_OLAP_METADATA_REFRESH.MR_AC_REFESH;
    Also make sure you do not assign the OLAP_DBA role to your user, only assign OLAP_USER role.
    Hope this helps
    Keith Laker
    Oracle Data Warehouse Product Management
    OLAP Blog: http://oracleOLAP.blogspot.com/
    OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
    DM Blog: http://oracledmt.blogspot.com/
    OWB Blog : http://blogs.oracle.com/warehousebuilder/
    OWB Wiki : http://wiki.oracle.com/page/Oracle+Warehouse+Builder
    DW on OTN : http://www.oracle.com/technology/products/bi/db/11g/index.html

  • D4O-1014 error when connecting to OracleBI Discoverer

    Hi everyone,
    I try many approaches even remove all dimensions and cubes, still has the error msg when connecting to OracleBI Discoverer Version 10.1.2.2.
    Oracle Database is 9.2.0.7.0
    D4O-1014: An unknown exception had occurred while connecting to the database
    Do you have any hint or suggesion?
    Thanks.

    First : make sure you have a backup of your AW data model.
    I think you will find there are some additional CWM/CWM2 dimensions/cubes owned by SH in the metadata catalogs that do not actually exist. I cannot remember all the commands but if you look in the OLAP documentation for 9i one of the OLAP manuals refers to the CWM_ and CWM2_ views and the PL/SQL packages that can be used to remove the dimensions and cubes. I think all the offending objects will be owned by the user SH but check before you delete anything.
    Once you have removed the old objects run the following commands as the OLAPSYS user:
    exec CWM2_OLAP_METADATA_REFRESH.MR_REFESH;
    exec CWM2_OLAP_METADATA_REFRESH.MR_AC_REFESH;
    Also make sure you do not assign the OLAP_DBA role to your user, only assign OLAP_USER role.
    Hope this helps
    Keith Laker
    Oracle Data Warehouse Product Management
    OLAP Blog: http://oracleOLAP.blogspot.com/
    OLAP Wiki: http://wiki.oracle.com/page/Oracle+OLAP+Option
    DM Blog: http://oracledmt.blogspot.com/
    OWB Blog : http://blogs.oracle.com/warehousebuilder/
    OWB Wiki : http://wiki.oracle.com/page/Oracle+Warehouse+Builder
    DW on OTN : http://www.oracle.com/technology/products/bi/db/11g/index.html

  • OracleBI Discoverer Plus OLAP

    Hi
    I need to use Discoverer for OLAP. I have installed BI and BI Tools, but I have there only Discoverer, not Discoverer Plus..
    I dont understand where can I get Discoverer Plus...
    Please help.
    Thanks
    Marketecka

    Hi Aparna
    You're obviously using Discoverer 4i which uses an older method of connecting. In this method you have to supply the full path and file name of the file being used to launch Discoverer on the URL. You have no choice but to run this path. However, you could create a proxy for it.
    In newer versions the path and file name are all embedded configuration files within the application server, thus you only have to pass a port and the application name. The system then looks in its configuration files to determine the path and which file to run.
    Having to use Netscape rather than IE is one of the oddities of 4i. While the IE connector may well work, it was noticed a long time ago that the Netscape file was far more robust. This is because when 4i was written the version of IE at the time was 6.0.28n pack 1 which could not handle JInitiator very well when called using standard IE commands. Seeing as the IE of the day could run the Netscape commands, the rest is history.
    By the way, as a side issue, you need to upgrade ASAP because 4i is about to be desupported. I place a new posting on my blog last night which might help understand the Discoverer versions:
    http://learndiscoverer.blogspot.com/2006/09/releases-and-patch-numbers-september.html
    I hope this helps
    Best wishes
    Michael Armstrong-Smith
    URL: http://learndiscoverer.com
    Blog: http://learndiscoverer.blogspot.com

  • Urgent: cannot access to discoverer plus

    Hi!!
    When I access to the http://my-machine:7777/ page,
    "New Features" -> Business Intelligence page, on the bottom there is a link : Demonstrations -> Business Intelligence and Forms -> Discoverer. My problem is that I cannot access the page, it says that doesnt find it.
    I want to access Discoverer9i Plus and Viewer. I can see Enterprise Manager Website and Aplication Server page without problem.
    Any idea?
    Thanks in advance,
    Ana

    Hi MRUTYUNJAY,
    Thanks for your reply. The point is that if I try to start OC4J_BI_Forms from the EMWebsite I have an error:
    oracle.sysman.emSDK.util.jdk.EMException
    So I try to run the sript resetiASpasswd and it gives me an error about wrong user/password or the OID service not running. But I have no problems to access the Oracle Internet Manager, so the user/password is ok and the OID is running. No idea what happen.
    Also, I tried running ldapcheck in the correct directory (ORACLE_HOME/ldap/bin) but is says it doesnt know that command.
    I am working with Oracle9iAS R2 in W2000.
    Any idea? What can I do?
    Thanks in advance,
    Ana

  • BIB-9010 Index Out-Of-range Discoverer Plus OLAP

    In dialog 'Edit Worksheet', clicked 'Dimensions', expanded 'Available' members and moved all items to 'Selected' members.
    Applied and save changes - no error.
    When trying to select a member from the dimension, keep getting error:
    oracle.dss.d4o.common.D4OException: BIB-9010 Index out of range in metadata cursor for edge, dimension, and index: 2, 2, and -1127087488.
    oracle.dss.util.SliceOutOfRangeException: BIB-9010 Index out of range in metadata cursor for edge, dimension, and index: 2, 2, and -1127087488.
    What is causing this error since generating it does error out, but vieweing does?

    There is a Discoverer patch for this issue - 5613003. You can download it from Metalink. I would check the bug listed matches the issue you are experiencing with your system.
    Hope this helps.
    Keith Laker
    Data Warehouse Solution Architect
    Oracle EMEA Consulting
    BI Blog : http://oraclebi.blogspot.com
    DM Blog : http://oracledmt.blogspot.com

Maybe you are looking for

  • ITunes Image and Description Not Updating

    Hello, First of all, let me share my feed details. Feedburner Feed URL: http://feeds.feedburner.com/TheDaveAndSteveShow WordPress Hosted URL: http://www.dasshow.com Source URL for Feed: http://www.dasshow.com/?cat=4 XML Posted Below Yesterday I updat

  • Automatic picking of profit center

    Dear All,   I have 4 Plants which is equal to profit center , and we have 1 GL  account for transportation expenses. so my requirment is that  if i post to this  transportation  GL account system should pick Cost center  which is assigned to the Prof

  • Calling an Portal iView from Webdynpro - Error

    Hi, I have two iViews in a page in my Portal. Both of them are WebDynpro iViews. The iView on the Left hand side consists of links to different WebDynpro iViews in the same Portal. I have used LinkToAction UI element, on event of click i am executing

  • Where to find the jars needed

    Hi, I downloaded a sample code for search engine. I'm not able to compile the code as the import statement fails for the below jar. Please help me finding the jars needed. import com.sapportals.wcm.service.indexmanagement.*; import com.sapportals.wcm

  • Ability to expand all accordion tabs

    It would be great feature for accordions. Sometimes it is good to have all Main categories opened and client can close these  what he read. Also it will help for easy rearanging of Tabs and content on minipages. Maybe would be interesting allowed or