10g Report Unable To Find PL/SQL Library

We just upgraded to 10g Forms and Reports.
I'm trying to open a report using Report Builder and it gives me the message "Warning: Unable to find PL/SQL Library 'REPORTS_MSI'".
I've compiled and copied the REPORTS_MSI.PLL and .PLX to the Bin directory, Reports Directory, and Forms Directory but I still keep getting the message. Where the heck is it looking for this library file?
Thanks,
NumbNutz

Hello,
Reports will use the variable REPORTS_PATH .
If you are running Reports on Windows, you can use the Microsoft utility filemon
http://technet.microsoft.com/en-us/sysinternals/bb896642.aspx
to check where the PLL /PLX is searched for ...
Regards

Similar Messages

  • REP-1401: Warning: Unable to find PL/SQL library

    Hello,
    I am running a 10g report from web using rwservlet and i faced this problem when running a report that is attached to library. it displays the following message: REP-1401: Warning: Unable to find PL/SQL library.
    Although i put the .pll and .plx in the same directory where the .rep files are located.
    Please tell me what can I do to solve this problem.
    Thanks.

    i am using this url link in running a report
    http://<servername>:7778/reports/rwservlet?report=<report_name>.rep&destype=cache
    when i run a report without external library is attached to it, it works fine..
    But when external library is attached.. it displays error message.
    Please tell me what can i do?

  • REP-771: Unable to find PL/SQL library on Linux

    Hi
    I am getting the
    REP-771: Unable to find PL/SQL library 'reports_helper'
    REP-1247: Report contains uncompiled PL/SQL
    Error on selecting the Report for viewing through application or through the internet explorer by using URL
    Platform : Reports 10g on Linux,
    I also have confusion in where we need to put .pll file so it available at runtime.
    Your thoughts are welcome...and much appreciated
    Thanks
    Jaydeep

    You need to check the following:
    - in Builder when you are adding the library , make sure that you select "remove path ..."
    - on unix you must recompile the pll place it in REPORTS_PATH

  • Unable to find PL/SQL library in UNIX

    Hi,
    I am trying to run a report in Unix server after developed and tested in Windows NT. It works fine with Windows NT. But while running in UNIX it gives me the following error.
    REP-0756: Warning: Unable to find PL/SQL library 'ACES_LETTER_LIB'.
    REP-0736: There exist uncompiled program unit(s).
    REP-1247: Report contains uncompiled PL/SQL.
    Both the rdf file and the pll library files are in the bin directory. Here are the environment variable I set in UNIX.
    ORACLE_HOME=/opt/reports6i/ora6i
    REPORTS60_PATH=/opt/reports6i/ora6i/bin
    Even the PL/SQL library file is in the above path it giving me the above error. Can somebody help me out of this.
    Prashant
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by prashant Sahoo ([email protected]):
    Hello Sir,
    As per you , I compiled everything in Windows NT. And when I ran it on windows NT it works fine. But when I tried to run the same in Unix server (where the production Report Server 6i is installed) by ftp the RDF file and PLL file to bin directory in binary mod and tried to run from a remote client thru command line syntax it gives me the above error again. Please help me out.
    Prashant<HR></BLOCKQUOTE>
    null

  • REP-0756: Warning: Unable to find PL/SQL library 'FARSV' and 'fadolif'

    I would like to compile a modified report using Report Builder 6.0.8.11.3 for OFS ver 11.5.10.2, and I got this error message:
    during load report
    REP-0756: Warning: Unable to find PL/SQL library 'FARSV'
    REP-0756: Warning: Unable to find PL/SQL library 'fadolif'
    during compilation
    identifier 'FA_RSVLDG' must be declared
    identifier 'FADOLIF' must be declared.
    Following this url: http://oracle.ittoolbox.com/groups/technical-functional/oracle-apps-l/oracle-reports-customisation-for-oracle-financials-11i-108537
    i have tried:
    download the FARSV.pll and fadolif.pll from $AU_TOP,
    from regedit, it shows that the (the key: HKEY_LOCAL_MACHINE\SOFTWARE\Oracle\HOME4, the report builder is executed from C:\OracleDeveloper\BIN\RWBLD60.EXE)
    FORMS60_PATH=C:\OracleDeveloper\TOOLS\OPEN60\PLSQLLIB
    REPORTS60_PATH="C:\OracleDeveloper\REPORT60\ADMIN\TEMPLATE\US;C:\OracleDeveloper\REPORT60"
    i put the files in one of the above directory, the errors during load is no more, but errors during compilation still there..
    i put the files in all three directories, the errors during load is no more, but errors during compilation still there..

    Hi,
    I would like to compile a modified report using Report Builder 6.0.8.11.3 for OFS ver 11.5.10.2, and I got this error message:Custom report or seeded one?
    For the REP-0756 error, please see these docs.
    Note: 837288.1 - REP-0756 unable to find PL/SQL Library when generating Oracle Application Reports
    Note: 337302.1 - Error REP-0756 Unable to find PL/SQL library 'inv.pll' when Opening Report POXPRPOP in Reports Builder
    For the ""must be declared", what kind of change in the code you have done?
    Thanks,
    Hussein

  • I have adobe digital edition 2.0 and I am trying to authorize my erreader, but I am unable to find the 'manage library' before I open ADE.

    I have adobe digital edition v2.0 and I am trying to authorize my erreader, but I am unable to find the 'manage library' before I open ADE.  Where to I find the 'manage library'? and should I upgrade the ADE to version v1.7.2.?

    To make Mail quit you'll need to perform a forced quit or, failing that, a forced shutdown.
    When an application won't quit you can hold the Command and Option keys together and then type the ESC key. This (usually) brings up a dialog with all the running applications. Select the offending program and click the Force Quit button.
    If this doesn't force the application to quit (quite rare) or if you cannot get the Force Quit Dialog to pop up, hold the power button for about 10 seconds to shut down the entire computer. This should be a last resort but sometimes is necessary.

  • Unable to Find PL/SQL program unit being called

    I am using Report Builder version 3.0.5.14.0.
    I have an attached library in my report. I have attached this from the file system. When I try to run the report either using report builder or reports runtime, the program complains saying could not find program unit being called ORA-06508. Sometimes the report runs fine without any complaint. This is usually after I delete the attached library, open up the PL/SQL library and re-compile it, and then re-attach the library to my report. My registry settings are correct. It almost is like the program is looking for the library unit in the back-end instead of looking in the file system. Can anybody help me with this?

    Hi kukkapalli
    try to use some file monitor to look from where Reports are trying to get that library. For windows you may use f.e. FileMon from www.sysinternals.com. Other possibility could be that Reports can not use compiled (PLX) files and require source (PLL) files ...
    Hope this helps.

  • Linux installer fails and reports unable to find JRE folder

    I've downloaded the bin file serveral times and ran the md5 hash to ensure it was the proper size etc.
    ive redone the system several times, and i continue get the exact same error.
    Here is the log
    ]0;root@TCDEV: ~ root@TCDEV:~# ./ColdFusion_9_WWE_linux.bin --help
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    exec: 2470: /tmp/install.dir.4093/Linux/resource/jre/bin/java: not found
    ]0;root@TCDEV: ~ root@TCDEV:~#
    the dir # is diffrent each time, i assume its a temp folder or something
    i have searched everywhere over the last few days with no answer in site.
    Im running ubuntu 9.10

    rackspace servers are apparently 64bit, i downloaded the other version of the file and was successful.
    Thanks for the help

  • PL/SQL Library Not Refreshed

    I am testing PL SQL Libraries and have attached a library called SALES to a report and with a calculation function. The problem I seem to have is when I made changes to the function, it is not detected when I run the report. It still seems to read the old version of the library. How can I overcome this problem? Do I need to delete and re-attach the library or is there a way I can make the report automatically refresh itself with the latest library/functions? Thank you in advance.

    Dear Ino,
    I am having this problem as well. Whenever I add another function in the PL/SQL library, the report will have to reattach the PL/SQL library again. It will be a problem if I have 100 reports using this shared PL/SQL library. This means that I have to reattach the library for 100 reports whenever I edit the function in the library. Is there any way to refresh the report without reattach the library?
    P/S: As far as I know, attaching the PL/SQL library does not need to edit the REPORTS_PATH in registry. I just have to double click "Attached Libraries" in the Object Navigator in the Report Builder.
    Please help. Thank you.

  • Unable to find cacheserver

    Post Author: rowberg
    CA Forum: Administration
    We have been running CR Enterprise Server R2 for 2 months on Windows XP. Users have been failing to log off before the close IE, and using up our 5 licenses. Yesterday I made two changes to make caches expire in 1800 sec instead of 86400 seconds. InfoView worked fine after that, and users who abandoned a session by closing IE got logged out correctly after 30 minutes.
    But a day later, all users get the following after they log into InfoView and try to run a report:
    Unable to find servers in CMS RISPACS-CRS.NWHSEA.ORG and cluster @RISPACS-CRS.NWHSEA.ORG with kind cacheserver and extra criteria null. All such servers could be down or disabled by the administrator.
    I have restarted all the services and restarted (booted) the server.  The 'Crystal Reports Cache Server' looks fine.  I still get the same error message.
    Any ideas about what to try next, or where to look?  I have tried the Knowledge Base without success.
    Thanks, Alan

    Post Author: ssreenu
    CA Forum: Administration
    We are facing the same issue. Did you get this resolved? If yes can you let us know what you did to get this resolved.
    Thanks
    Srini

  • "Unable to find report specified by URL,Please verify that both Server URL and Report URL are correct". Performance Point Dashboard Designer (SP 2013), SSRS 2012 Report.

    Hello Everybody,
    I am using Sharepoint server 2013 , SQL Server 2012 SP1, PerfomancePoint and Reporting Services in SharePoint integrated mode.
    I built one report in SSDTusing an Analysis Services Cube. This report has 3 parameters. So the idea is use Dashboard Designer to use this SSRS Report and connect it with some PP Filters.
    The issue is that I am always obtaining "Unable to find report specified by URL,Please verify that both Server URL and Report URL are correct".
    I have the following settings in the PP Report:
    Server Mode: SharePoint Integrated
    SharePoint Site: http://MySharrepointSite:PortNumber/sites/bicenter
    Document library : Documents (selected from drop down, my report is deployed to document library)
    Report : report.rdl
    When I select the report from drop down list its giving the error in a pop up message box as "Unable
    to find report specified by URL,Please verify that both Server URL and Report URL are correct".
    I have tried to use the most simple report, only with one parameter, but is always displaying the error above.
    When I open the report directly from documents library its working fine and even it is working fine (
    when I deployed the report) but the issue is parameters are not showing.
    Any idea? Please help.
    Thanks in Advance.

    "Unable to connect to the server at CALYSTO\ReportService.
    Hello Tom,
    It should be "ReportServer" in the URL, not "ReportService".
    In "Reporting Service Configuration Manager" look up the correct URL. Open Internet Explorer with right-mouse click => "Run as Administrator" and open the URL, this should work. Navigate to "Side setting" (on top right side),
    go to tab "Security" and add your account with role "System Administrator". Afterwards you should be able to open the URL without running IE as admin.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Unable to find an Instance of reporting services

    Hi,
    I doing a fresh installation of MBAM 2.5 and getting error "Unable to find an instance of Reproting service" during check prerequisites page.
    Actually my SQL is running in cluster on different machine not on the same machine on which MBAM going to install.
    And I don't how to bypass this screen so that I can configure the DB parameter for MBAM.
    Please advise. 

    Hi pawar,
    Before starting the Microsoft BitLocker Administration and Monitoring (MBAM) installation, we must complete some prerequisites. One of the prerequisite is we must Install Microsoft SQL Server with SQL_Latin1_General_CP1_CI_AS collation. And SSRS must be
    installed and running during the MBAM Server installation. Configure SSRS in "native" mode and not in unconfigured or "SharePoint" mode. Then the user should have the following SQL Server Reporting Services instance rights: Create Folders and Publish Reports.
    According to the error message, it seems that you haven’t installed Reporting Services in the same server. Please refer to the article to install the MBAM 2.5 Server:
    http://technet.microsoft.com/en-us/library/dn645331.aspx
    Besides, since the issue related to MBAM. It is out of the support boundaries of our forum, I suggest you post the question in the following forum:
    http://social.technet.microsoft.com/Forums/en-us/home?category=MDOP&filter=alltypes&sort=lastpostdesc. It is appropriate and more experts will assist you.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • BRCONNECT unable to find oracle library

    Hi
    After SAP upgrade to Netweaver 7.0 with Oracle 10.2 on HP-UX system, the BRCONNECT program unable to execute DBA jobs. It is ending with following error with user <sid>adm
    Execute logical command BRCONNECT On host <wxyz>
    Parameters: -u / -jid CHECK20080812023451 -c -f check
    /usr/lib/pa20_64/dld.sl: Unable to find library 'libclntsh.sl.10.1'.
    Process died due to signal 9
    And if I run it using user ora<sid>, it ends with insufficient privileges.
    BR0801I BRCONNECT 7.00 (32)
    BR0301E SQL error -1031 at location BrLicCheck-14, SQL statement:
    'SELECT COUNT(*) FROM SAP_SAPLIKEY'
    ORA-01031: insufficient privileges
    BR0804I BRCONNECT terminated with errors
    The roles granted to users OPS$<SID>ADM and OPS$ORA<SID> are RESOURCE, CONNECT and SAPDBA.
    please provide your inputs on these issues i.e. how to make the oracle library available when running brconnect using <sid>adm user and how to remove the "ORA-01031: insufficient privileges"  when running brconnect using ora<sid> user.
    Thanks
    Vinod

    Hi All
    I have tried executing it on <sid>adm commandline but it is giving same error.
    >brconnect -u / -c -f check
    /usr/lib/pa20_64/dld.sl: Unable to find library 'libclntsh.sl.10.1'.
    Killed
    The following are the env for <sid>adm
    _=/usr/bin/env
    THREAD=NOPS
    SHLIB_PATH=/usr/sap/<SID>/SYS/exe/run:/oracle/client/10x_64/instantclient
    ORACLE_PSRV=<SID>
    PATH=/oracle/<SID>/102_64/bin:/home/<SID>adm:/usr/sap/<SID>/SYS/exe/run:/opt/sudo/bin:/opt/sudo/sbin:/usr/bin:/opt/ansic/bin:/usr/ccs/bin:/usr/contrib/bin:/opt/hparray/bin:/opt/nettladm/bin:/opt/upgrade/bin:/opt/fcms/bin:/opt/pd/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/resmon/bin:/opt/perf/bin:/opt/prm/bin:/opt/mx/bin:/opt/ignite/bin:/opt/gnome/bin:/opt/mozilla:/opt/wbem/bin:/opt/wbem/sbin:/opt/langtools/bin:/opt/imake/bin:/opt/graphics/common/bin:/usr/sbin/diag/contrib:/opt/sudo/bin:/opt/networker/bin:/opt/hpnpl//bin:/opt/OV/bin/OpC:/opt/OV/bin:/opt/cfg2html:/opt/ssh/bin:/opt/java1.4/bin:.
    NLS_LANG=AMERICAN_AMERICA.WE8DEC
    COLUMNS=125
    ORACLE_BASE=/oracle
    EDITOR=vi
    LOGNAME=<sid>adm
    dbs_ora_tnsname=<SID>
    ORACLE_SID=<SID>
    ERASE=^H
    PS1=
    <sid>adm>
    DB_SID=<SID>
    DIR_LIBRARY=/usr/sap/<SID>/SYS/exe/run
    ORA_NLS10=/oracle/<SID>/102_64/nls/data
    dbs_ora_schema=SAP<SID>
    SHELL=/usr/bin/sh
    JAVA_HOME=/opt/java1.4/bin
    SAPDATA_HOME=/oracle/<SID>
    HOME=/home/<SID>adm
    TERM=xterm
    ORACLE_HOME=/oracle/<SID>/102_64
    PWD=/home/<SID>adm
    TZ=CST6CDT
    dbms_type=ORA
    SAPSYSTEMNAME=<SID>
    LINES=44
    The following is command outputs as requested by Fidel
    ls -lR /oracle/client
    drwxr-xr-x   3 ora<sid>     dba           1024 May 30 11:32 10x_64
    drwxr-xr-x   8 ora<sid>     dba           1024 Jan 10  2007 9207
    drwxr-xr-x   4 ora<sid>     dba             96 Mar 12  2004 92x_64
    /oracle/client/10x_64:
    total 87438
    -rwxr-xr-x   1 ora<sid>     dba        44765594 May 30 11:28 OCL10264.SAR.1
    -rw-rr   1 ora<sid>     dba            100 May  4  2006 dbclient.lst
    lrwxr-xr-x   1 ora<sid>     dba             19 May 30 11:32 instantclient -> instantclient_10202
    drwxr-xr-x   2 ora<sid>     dba           1024 May  4  2006 instantclient_10202
    /oracle/client/10x_64/instantclient_10202:
    total 231858
    -rrr--   1 ora<sid>     dba        1594191 Apr 20  2006 classes12.jar
    -rwxr-xr-x   1 ora<sid>     dba        36684488 Apr 20  2006 libclntsh.so.10.1
    -rwxr-xr-x   1 ora<sid>     dba        5231200 Apr 20  2006 libnnz10.so
    -rwxr-xr-x   1 ora<sid>     dba        3322720 Apr 20  2006 libocci.so.10.1
    -rwxr-xr-x   1 ora<sid>     dba        70117848 Apr 20  2006 libociei.so
    -rwxr-xr-x   1 ora<sid>     dba         201112 Apr 20  2006 libocijdbc10.so
    -rrr--   1 ora<sid>     dba        1540457 Apr 20  2006 ojdbc14.jar
    /oracle/client/9207:
    total 2
    drwxr-xr-x   5 ora<sid>     dba             96 Jan 10  2007 jdbc
    drwxr-xr-x   2 ora<sid>     dba           1024 Jan 10  2007 lib
    drwxr-xr-x   3 ora<sid>     dba             96 Jan 10  2007 network
    drwxr-xr-x   3 ora<sid>     dba             96 Jan 10  2007 ocommon
    drwxr-xr-x   5 ora<sid>     dba             96 Jan 10  2007 oracore
    drwxr-xr-x   3 ora<sid>     dba             96 Jan 10  2007 rdbms
    /oracle/client/9207/jdbc:
    total 62
    -rwxr-xr-x   1 ora<sid>     dba          30654 Jan 10  2007 Readme.txt
    drwxr-xr-x   2 ora<sid>     dba             96 Jan 10  2007 demo
    drwxr-xr-x   2 ora<sid>     dba             96 Jan 10  2007 doc
    drwxr-xr-x   2 ora<sid>     dba           1024 Jan 10  2007 lib
    /oracle/client/9207/jdbc/demo:
    total 880
    -rwxr-xr-x   1 ora<sid>     dba         450560 Jan 10  2007 demo.tar
    /oracle/client/9207/jdbc/doc:
    total 14140
    -rwxr-xr-x   1 ora<sid>     dba        3619840 Jan 10  2007 javadoc.tar
    -rwxr-xr-x   1 ora<sid>     dba        3619840 Jan 10  2007 jdbcdoc.tar
    /oracle/client/9207/jdbc/lib:
    total 34090
    -rwxr-xr-x   1 ora<sid>     dba        1413613 Jan 10  2007 classes111_g.jar
    -rwxr-xr-x   1 ora<sid>     dba        1423863 Jan 10  2007 classes111_g.zip
    -rwxr-xr-x   1 ora<sid>     dba        1234433 Jan 10  2007 classes12.jar
    -rwxr-xr-x   1 ora<sid>     dba        1245538 Jan 10  2007 classes12.zip
    -rwxr-xr-x   1 ora<sid>     dba        1476640 Jan 10  2007 classes12_g.jar
    -rwxr-xr-x   1 ora<sid>     dba        1487705 Jan 10  2007 classes12_g.zip
    -rwxr-xr-x   1 ora<sid>     dba        1240587 Jan 10  2007 classes12dms.jar
    -rwxr-xr-x   1 ora<sid>     dba        1483154 Jan 10  2007 classes12dms_g.jar
    -rwxr-xr-x   1 ora<sid>     dba        1848170 Jan 10  2007 nls_charset12.jar
    -rwxr-xr-x   1 ora<sid>     dba        1878202 Jan 10  2007 nls_charset12.zip
    -rwxr-xr-x   1 ora<sid>     dba          37761 Jan 10  2007 ocrs12.jar
    -rwxr-xr-x   1 ora<sid>     dba          37785 Jan 10  2007 ocrs12.zip
    -rwxr-xr-x   1 ora<sid>     dba        1212964 Jan 10  2007 ojdbc14.jar
    -rwxr-xr-x   1 ora<sid>     dba        1427311 Jan 10  2007 ojdbc14_g.jar
    /oracle/client/9207/lib:
    total 52960
    lrwxr-xr-x   1 ora<sid>     dba             16 May 27 08:31 libclntsh.so -> libclntsh.so.9.0
    -rwxrwxrwx   1 ora<sid>     dba        25754472 Jan 10  2007 libclntsh.so.9.0
    -rwxr-xr-x   1 ora<sid>     dba         406606 Jan 10  2007 libocijdbc9.a
    -rwxr-xr-x   1 ora<sid>     dba         226656 Jan 10  2007 libocijdbc9.so
    -rwxr-xr-x   1 ora<sid>     dba         284592 Jan 10  2007 libocijdbc9_g.so
    -rwxr-xr-x   1 ora<sid>     dba         421258 Jan 10  2007 libocijdbcst9.a
    -rwxr-xr-x   1 ora<sid>     dba          18664 Jan 10  2007 libwtc9.so
    /oracle/client/9207/network:
    total 2
    drwxr-xr-x   2 ora<sid>     dba           1024 May 30 13:46 admin
    /oracle/client/9207/network/admin:
    total 8
    -rw-rr   1 ora<sid>     dba             24 May 29 15:38 snmp_ro.ora
    -rw-r-xr-x   1 ora<sid>     dba            277 May 29 15:38 sqlnet.ora
    -rw-r-xr-x   1 ora<sid>     dba           1332 May 29 15:38 tnsnames.ora.old
    /oracle/client/9207/ocommon:
    total 0
    drwxr-xr-x   3 ora<sid>     dba             96 Jan 10  2007 nls
    /oracle/client/9207/ocommon/nls:
    total 0
    drwxr-xr-x   3 ora<sid>     dba             96 Jan 10  2007 admin
    /oracle/client/9207/ocommon/nls/admin:
    total 28
    drwxr-xr-x   2 ora<sid>     dba          14336 Jan 10  2007 data
    /oracle/client/9207/ocommon/nls/admin/data:
    total 41676
    -rwxr-xr-x   1 ora<sid>     dba            721 Jan 10  2007 lx00001.nlb
    -rwxr-xr-x   1 ora<sid>     dba         124146 Jan 10  2007 lx607d01.nlb
    /oracle/client/9207/oracore:
    total 2
    drwxr-xr-x   2 ora<sid>     dba             96 Jan 10  2007 lib
    drwxr-xr-x   2 ora<sid>     dba           1024 Jan 10  2007 mesg
    drwxr-xr-x   2 ora<sid>     dba             96 Jan 10  2007 zoneinfo
    /oracle/client/9207/oracore/lib:
    total 4210
    -rwxr-xr-x   1 ora<sid>     dba        2155296 Jan 10  2007 libcore9.so
    /oracle/client/9207/oracore/mesg:
    total 116
    -rwxr-xr-x   1 ora<sid>     dba           8704 Jan 10  2007 lfiesa.msb
    -rwxr-xr-x   1 ora<sid>     dba           7168 Jan 10  2007 lfius.msb
    -rwxr-xr-x   1 ora<sid>     dba          27588 Jan 10  2007 lfius.msg
    -rwxr-xr-x   1 ora<sid>     dba           4608 Jan 10  2007 lrmesa.msb
    -rwxr-xr-x   1 ora<sid>     dba           4608 Jan 10  2007 lrmus.msb
    -rwxr-xr-x   1 ora<sid>     dba           4441 Jan 10  2007 lrmus.msg
    /oracle/client/9207/oracore/zoneinfo:
    total 1022
    -rwxr-xr-x   1 ora<sid>     dba           2297 Jan 10  2007 readme.txt
    -rwxr-xr-x   1 ora<sid>     dba         370494 Jan 10  2007 timezlrg.dat
    -rwxr-xr-x   1 ora<sid>     dba         148797 Jan 10  2007 timezone.dat
    /oracle/client/9207/rdbms:
    total 2
    drwxr-xr-x   2 ora<sid>     dba           1024 Jan 10  2007 mesg
    /oracle/client/9207/rdbms/mesg:
    total 8854
    -rwxr-xr-x   1 ora<sid>     dba           8704 Jan 10  2007 bbedus.msb
    -rwxr-xr-x   1 ora<sid>     dba         124079 Jan 10  2007 ulus.msg
    /oracle/client/92x_64:
    total 0
    drwxr-xr-x   2 ora<sid>     dba             96 Mar 12  2004 ietc
    lrwxr-xr-x   1 ora<sid>     dba             23 Mar 12  2004 jdbc -> /oracle/<sid>/920_64/jdbc
    lrwxr-xr-x   1 ora<sid>     dba             22 Mar 12  2004 lib -> /oracle/<sid>/920_64/lib
    drwxr-xr-x   3 ora<sid>     dba             96 Mar 12  2004 ocommon
    /oracle/client/92x_64/ietc:
    total 40
    -rwxr-xr-x   1 ora<sid>     dba          19961 Mar 12  2004 CROCLLNK
    /oracle/client/92x_64/ocommon:
    total 0
    drwxr-xr-x   3 ora<sid>     dba             96 Mar 12  2004 nls
    /oracle/client/92x_64/ocommon/nls:
    total 0
    drwxr-xr-x   2 ora<sid>     dba             96 Mar 12  2004 admin
    /oracle/client/92x_64/ocommon/nls/admin:
    total 0
    lrwxr-xr-x   1 ora<sid>     dba             41 Mar 12  2004 data -> /oracle/<sid>/920_64/ocommon/nls/admin/data
    <sid>adm> which brconnect
    /usr/sap/<SID>/SYS/exe/run/brconnect
    <sid>adm> pwd
    /sapmnt/<sid>/exe
    <sid>adm> ldd brconnect
            libnsl.1 =>     /usr/lib/pa20_64/libnsl.1
            libpthread.1 => /usr/lib/pa20_64/libpthread.1
            libm.2 =>       /usr/lib/pa20_64/libm.2
            Unable to find library 'libclntsh.sl.10.1'.
    Also it is not working even after adding oracle instant client path in SHLIB_PATH
    Regards,
    Vinod

  • Unable to find the India- excise invoice generation report in Oracle R12.2.4

    Hi,
    We are in process of upgrading from 11i to r12.2.4.
    When trying to search the India - excise invoice generation report Program , unable to find it.
    Plz suggest if the name is changed in r12.2.4 .
    Regards,
    Sachin Arora

    Thanks for your relply.
    No I did not tried any column formatting before running spreport.sql.
    But yes, after the spreport i tried quering tables "stats$snapshot and stats$database_instance " and also tried to set the column format. But it didnt helped.

  • SCOM 2012 SP1 - Created a new group and unable to "find" newly created group to create custom report

    Hello,
    I just created a new custom dynamic group based on database instances using a wildcard.  The group "DBgroup" populates just fine, I can see the members when choosing to view them via the group properties.  My issue is that when I'm going
    into the reporting pane, choosing the MS generic report library, and then choosing custom configuration...I am unable to "FIND" my group that i just created?   My questions are is there a length of time in which this group will get populated
    to the report server or do I have an issue?  I see no errors in the logs on the report server or management server.   I have not seen this before and I'm unsure where to go from here.  Any help is appreciated, thanks.

    Hello,
    Does the group pop-up in the list now? It may take hours for the new Computer Group could be used in the reports.
    Besides, did you define a Group Scope for your user role? 
    Thanks,
    Yog Li
    TechNet Community Support
    It's been over 48 hours now and still do not see the new groups.   I have no group scopes defined

Maybe you are looking for

  • IMac Summer 2000 G3 won't start up. No green light!

    Our beloved old iMac (listed below) has simply died on us. The green power light won't light up and we get no sound when it's pressed, nothing. At first it blinked then shut down and now won't blink anymore. All I get is a blank screen as if no power

  • Function in finding the count of ocurrances of an XML tag in j developer

    Hi All, I need to find the count of an xml tag that appears mutliple times in an xml payload. I did not find any function in bpel doing this.I am using j developer version 11.1.1.5.0 and SOA Composite editor version  11.1.1.5.0.01.74 Is there any fun

  • HANA SID naming "best practice"

    Hi, We are about to implement some HANA's as databases for Netweaver systems. Any recommendations on what SID's to give the HANA systems? The same as the Netweaver system for which it is a DB servers perhaps? (you will now have duplicate SIDs registe

  • Update rule could not be found during business content activation

    Dear BW experts, I am having an issue activating business content for an update rule (2LIS_03_BX) for 0IC_C03.  Below is a log of the error.  It seems like the system is not recognizing the update rule for some reason.  Can somebody please help shed

  • Creating a separate transaction in both JTA and nonJTA environment

    I want to record some performance information for each call to my application and I want to write it to the database even if the transaction rolls back. The code needs to run both in a Websphere JTA context and a non-JTA context. The code I wrote wor