Error PLS-00355 occurs when open cursor in procedure

Hello everybody,
I have a problen that really drives me mad:
Whenever I try to compile the following procedure, the Error "PLS-00355: use of pl/sql table not allowed in this context" occurs but I can't see what is wrong. I hope the wisdome of the community will help to solve the problem.
Here is the code:
CREATE or REPLACE PROCEDURE data_year(study_year IN NUMBER) AS
sep CONSTANT CHAR := ';';
CURSOR cursor_year(year_of_interest NUMBER) IS
select
BBS_CONDITIONS.COUNTRYNUM as country,
BBS_CONDITIONS.STATENUM as state,
BBS_CONDITIONS.ROUTE as route,
BBS_ROUTES.LATITUDE as lat,
BBS_ROUTES.LONGITUDE as lon,
BBS_SUMMARY.AOU as aou,
BBS_SPECIES.ENGLISH_COMMON_NAME as name,
BBS_SPECIES.MIGRATION_TYPE as migtype,
BBS_SUMMARY.SPECIESTOTAL as count,
BBS_CONDITIONS.MONTH as smonth,
BBS_CONDITIONS.STARTTIME as starttime,
BBS_CONDITIONS.ENDTIME as endtime,
BBS_CONDITIONS.RPID as rpid,
BBS_CONDITIONS.ASSISTANT as assistant
from BBS_SPECIES,
BBS_ROUTES,
BBS_SUMMARY,
BBS_CONDITIONS
where BBS_ROUTES.ROUTE = BBS_CONDITIONS.ROUTE
and BBS_ROUTES.STATENUM = BBS_CONDITIONS.STATENUM
and BBS_ROUTES.COUNTRYNUM = BBS_CONDITIONS.COUNTRYNUM
and BBS_SPECIES.AOU = BBS_SUMMARY.AOU
and BBS_CONDITIONS.YEAR = BBS_SUMMARY.YEAR
and BBS_CONDITIONS.ROUTE = BBS_SUMMARY.ROUTE
and BBS_CONDITIONS.STATENUM = BBS_SUMMARY.STATENUM
and BBS_CONDITIONS.COUNTRYNUM = BBS_SUMMARY.COUNTRYNUM
and BBS_SPECIES.CLASS_ID = 0
and BBS_CONDITIONS.YEAR = year_of_interest
order by country, state, route, migtype, aou;
rec_year cursor_year%ROWTYPE;
i NUMBER := 1;
TYPE table_year_type IS TABLE OF cursor_year%ROWTYPE;
table_year table_year_type;
BEGIN -- Begin of procedure data_year
table_year := table_year();
OPEN cursor_year(study_year);
LOOP
FETCH cursor_year into rec_year;
EXIT WHEN cursor_year%NOTFOUND;
table_year.EXTEND(1);
table_year(i) := rec_year;
i := i+1;
END LOOP;
CLOSE cursor_year;
DBMS_OUTPUT.PUT_LINE('country' || sep || 'state' || sep || 'route' || sep || 'lat' || sep || 'lon'
|| sep || 'aou' || sep || 'name' || sep || 'migtype' || sep || 'count' || sep || 'month' || sep
|| 'starttime' || sep || 'endtime' || sep || 'rpid' || sep || 'assistant');
FOR i in table_year.FIRST..table_year.LAST LOOP
DBMS_OUTPUT.PUT_LINE(TO_CHAR(table_year(i).country) || sep || TO_CHAR(table_year(i).state) ||
sep || TO_CHAR(table_year(i).route) || sep || TO_CHAR(table_year(i).lat) || sep ||
TO_CHAR(table_year(i).lon) || sep || TO_CHAR(table_year(i).aou) || sep ||
table_year(i).name || sep || TO_CHAR(table_year(i).migtype) || sep ||
TO_CHAR(table_year(i).count) || sep || TO_CHAR(table_year(i).smonth) || sep ||
TO_CHAR(table_year(i).starttime) || sep || TO_CHAR(table_year(i).endtime) || sep ||
TO_CHAR(table_year(i).rpid) || sep || TO_CHAR(table_year(i).assistant));
END LOOP;
END; -- End of procedure data_year
Thanks ahead, TC

Does it give a line number? I'm wondering if it might be
table_year := table_year();
that's causing the problem. Try removing it and see.
Even better, change your code to
   TYPE table_year_type IS TABLE OF cursor_year%ROWTYPE INDEX BY BINARY_INTEGER;
   table_year     table_year_type;
BEGIN        
    OPEN cursor_year (study_year);
    FETCH cursor_year BULK COLLECT INTO table_year;
    CLOSE cursor_year;
...Edited by: Dave Hemming on Nov 21, 2008 9:51 AM

Similar Messages

  • Error 1127 occurred when open multiple instances of the same LabVIEW top level VI?

    I try to open multiple instances of the same LabVIEW top level VI, After search some messages in the forum,I know it should use vi template, But error 1127 still occurred when i used template(In my program, Click menu file->new). The information about error 1127 is  "Cannot instantiate template VI because it is already in memory".
    Here is my code. can any one help me? Thanks.
    Attachments:
    test.zip ‏13 KB

    Hi,
    You are trying to obtain a path from the VI location but the VI has no location because its an instance of the VIT and therefore the path is <not a path>.
    Regards
    Ray Farmer
    Regards
    Ray Farmer

  • Keep getting error message, "An error has occured when opening this webpage so being reloaded". How to fix on iPad2. Software is up to date.

    Keep getting error message, "An error has occured when opening this webpage so being reloaded". How to fix on iPad2. Software is up to date.

    Hello jodifromahwatukee,
    Welcome to the Apple Support Communities!
    From what I understand, it sounds like Safari is not loading a single page or multiple webpages correctly and it is trying to reload the content. In this situation, there are a few different steps that I would recommend. 
    First, I would recommend clearing your history and website data as described in the attached article. 
    Safari web settings on your iPhone, iPad, or iPod touch - Apple Support
    Nest, after the data has been cleared, I would recommend closing Safari completely as described in the next attached article. 
    Force an app to close in iOS - Apple Support
    After Safari has been closed, reset your iPhone. After the reset, open Safari fresh and use it as you normally would. If the issue continues, please let me know. 
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    Have a great day,
    Joe

  • Getting Error Code 150:30 when opening Photoshop, how to fix?

    Getting Error Code 150:30 when opening Photoshop CS4, how to fix?

    Please refer:
    http://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac- os.html
    Regards,
    Ashutosh

  • Problem occurring when opening and saving files in AI SC5 with Windows 7

    Hi, I ‘am a Graphic Designer and first time working in UAE Windows 7 is basically the only OS here. My PC is:
    HP Elite 7000
    Intel® Core™ i5 CPU 2.67GHz
    4GB RAM
    32-bit
    Now to the problem, not that knowledgeable in IT stuff so here goes:
    1. Problem occurring when opening and saving files in AI SC5 with Windows 7. (You will actually see a “Not Responding” word coming out while opening and saving files, whether small or large files)
    2. Locked layers occasionally are moved accidentally.(Working on multiple layers is normal so we need to lock it specially the once on top. But there are times I still manage to select locked layers)
    3. After typing and locking the text, pressing “V” for the arrow key shortcut is still added to the text that is locked. (After typing I lock the text layer with my mouse and Press “V” to activate the arrow key… yes the arrow key is activated but the text is still typing the actual keyboard pressed)
    I’ve only use the brand new PC and installer for a month now. Not sure if this is compatibility issues or something else I’m not aware of.
    Thanks in advance to people that will reply.
    Cheers!!!

    Well I’m still wondering if it is compatibility issues because I’m also having problem with Photoshop CS5. These 3 are all bought at the same time (PC, Illustrator and Photoshop installers). The problem I’m having in Photoshop is not that too important, every time I Ctrl+O to view files, all PSD are shown in white paper like icons, no preview, and saving as well.
    Or I just purchased a corrupted or pirated installers… Adobe updates are done every time I’m prompted.

  • Error occuring when opening file programatically?

    I am trying to create a directory(ok) and then create a file from information obtained from a program(error). In this example i am calling the directory C:\TESTDATA\`serialnumber`\`type of test` and the file called `date``operator`.xls
    However once the directory is created, an error occurs when i open the file to write my table into?
    Can anyone help?
    Thanks
    Attachments:
    test.llb ‏77 KB

    Hi,
    Can you do two things to help us help you? First, save your vi's using the "Save with options" selection "Development distribution", as some us don't have the OpenG libraries installed, and two, give us the error code/message you are getting.
    Thanks
    P.M.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Error -107438895​7 occurred at Open DeviceNet Interface.​vi

    I keep getting the following error message
    Error -1074388957 occurred at Open DeviceNet Interface.vi
    Possible reason(s):
    NI-CAN: (Hex 0xBFF62023) The Interface is invalid or unknown. Solution: Verify that the interface is assigned to a specific port within the Devices and Interfaces branch of the Measurement and Automation Explorer (MAX).
    =========================
    NI-Industrial Communications for DeviceNet: (Hex 0xBFF62023) The Interface is invalid or unknown. Solution: Verify that the interface is assigned to a specific port within the Devices and Interfaces branch of the Measurement and Automation Explorer (MAX).
    Here is my system Info:
    Windows 7 Pro 64
    LabVIEW 2010 32 bit
    PCI-CAN card
    Drivers Installed: NI Device Net 1.6.7, NI-IndCom for Devicenet 2.2, NI-CAN 2.7.5
    Thanks for any help!

    I noticed that there are two sets of devicenet VI libraries in my LabVIEW 2010 vi.lib directory that have the same name. The supposedly correct one that LabVIEW automatically places on the block diagram from the palette is from the "DeviceNet" folder.  This one gives the error described earlier when I run it.  There is another one in the "Nidnet" folder with the same name and this one works and does not give an error.  TheNidnet one appears older since it has the older looking front panel objects. 
    Does not work (error hex BFF62023):
    C:\Program Files (x86)\National Instruments\LabVIEW 2010\vi.lib\DeviceNet\VIAPI\Open DeviceNet Interface.vi
    Works:
    C:\Program Files (x86)\National Instruments\LabVIEW 2010\vi.lib\Nidnet\Nidnet.llb\Open DeviceNet Interface.vi
    It is correct to use the nidnet folder with LabVIEW 2010 and newer or should I be using the DeviceNet folder version.  If the nidnet version is the correct one, is there a way to make it so these appear on the palette when I go to add them to the block diagram?
    Any thoughts?

  • Access Denied error in IE 6 when opening popup calendar

    We are in the process of migrating from external ITS to internal ITS. We use a javascript popup calendar which is working fine in the old external ITS, but in the internal ITS we are getting an error 'Access Denied'. This error is only occuring in IE. In Firefox the calendar is working fine.
    I have read some information about this problem and it appears that IE has made it more secure for popup windows called from a differernt domain. Why is this message appearing with the Internal ITS. The javascript for the calendar is held within the service files and published to Internal with the other pages. The javascript is being found ok, it is just when the window.open is called that there is a problem.
    I have read some posts about this, but none that solve the problem. It talks about SAP using domain relaxing. How do I do this?
    I have tried running SAPWF_bindPageToOrigin() from SAPWEBFRAMEWORK.JS in the head of my web page, but this doesn't seem to have any affect. Could it be that I'm using it wrong?
    Can anyone help?
    Thank you
    Karen

    Hi Karen,
    if you remember, Can you please guide me on how did you modify the JS file SAPWEBFRAMEWORK.JS in ECC.
    Thanks .

  • Error message from web - when opening pdf files

    Hi,
    I receive the following error message a lot when I try to open an educational pdf file from the web.  What do I need to do to 1. see, 2. print and 3. save these type of educational pdf files from the web?  I am using a MacBookPro OS X.
    Thanks for your help and sorry I could not find an answer on the forum. 
    Example:  I try to import or download MIT18_06SCF11_Ses3.5sum 2.pdf onto my desktop - which seems successful.  However when I try to open this file, I get the following error message.:
    "Adobe Reader could not open 'MIT18_06SCF11_Ses3.5sum 2.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded)."

    Yes i tried following your list of commands and got the same error from MyMathLab by Pearson Publishing or the other link.  I'm beginning to wonder if they are protected. 
    As you probably guess - I am not computer savvy.  I will take my laptop to school tomorrow and ask another student. 
    Thanks for your followup.

  • Error in Cs3 extended when opening files.

    hello Guys,
    when I open a file i get the error
    ADOBE Photoshop CS3 Extended:Photoshop.exe - teopassingsfout ( dutch for application error)
    The pc is member of a domain. I installed the legal software on users account with administrative privileges.
    Start the program without error untill opening a file.
    Does anyone has a solution for that please?

    Do you get an error when opening files from Bridge into Photoshop?
    Does the same happen when you open Raw files with Camera Raw?

  • Error launching Office Client when opening a BPF hyperlink

    Version: BPC 10.1 NW Standard
    When opening a BPF hyperlink, I am getting a pop up with error Error Launching Office Client: Object  does not support property or method 'PushActionsbyValue'.
    I have seen threads about this but no definite answer.
    Please help if you know the fix

    Hi David,
    Please check the if Microsoft office installed is 64 bit and epm addin is 64 bit then the IE should be 64 bit.
    we faced the same issue long ago user is using IE 32 bit while office and epm addin are 64 bits.
    Thanks,
    Dinesh.V

  • Error Code 150:30 when opening up CS4

    When opening up CS4 I receive Error Code 150:30, what is this??

    If you upgrade your OS (most likely OSX) or recover Photoshop from backup, this breaks licensing.
    The simplest advice is to reinstall CS4 from your discs.
    If this is a problem, please get back to me.
    Gene

  • PLS-00201 error occurs when batching a stored procedure in SQL*Plus

    I have a batch file to run a stored procedure and spool the results to file. When I enter the commands manually in sql*plus the output works fine and my results are spooled to the output file. But when I run the same commands in the batched script I get an error.
    Any ideas?
    Stored Procedure:
    create or replace procedure MMP( p_cursor in out SYS_REFCURSOR)
    as
    begin
    open p_cursorfor select name, id from table;
    end;
    batch file 1:
    sqlplus -S user/pw@REPORTDV @sp_output_spooled.sql
    script file sp_output_spooled.sql
    Pasting these commands directly to the SQL*Plus command prompt spools the result set to file as expected.
    set colsep '|'
    set echo off
    set feedback off
    set termout off
    set heading off
    set linesize 9000
    set pagesize 0
    set trimspool on
    set headsep off
    spool output.TXT
    var rc refcursor
    execute MMP(:rc)
    print rc
    spool off
    exit
    The errors printed to output.TXT file after the batch is run and error occurs:
    BEGIN MMP(:rc); END;
    ERROR at line 1:
    ORA-06550: line 1, column 8:
    PLS-00201: identifier 'MMP' must be declared
    ORA-06550: line 1, column 8:
    PL/SQL: Statement ignored
    ERROR:
    ORA-24338: statement handle not executed
    SP2-0625: Error printing variable "rc"

    Hi,
    Your code worked fine for me.
    Is MMP procedure owned by the same user that is running the batch file or does it have proper privileges and synonym?
    vr,
    Sudhakar

  • Error occures when opening form in planning

    Hi,
    when I try to open form in planning I can not do it. There is also no info why, the only info I get is: An error occurred.
    Inside log I can find:
    ####<Nov 4, 2011 10:27:22 AM CET> <Error> <HTTP> <HYPERION-001> <Planning0> <[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1320398842770> <BEA-101017> <[ServletContext@6075528[app:PLANNING module:HyperionPlanning path:/HyperionPlanning spec-version:2.5 version:11.1.2.0]] Root cause of ServletException.
    java.lang.NoClassDefFoundError: com/hyperion/hbr/core/HBRThinServer
         at com.hyperion.hbr.api.HBRServerLocal.getLaunchableRulesForLocation(Unknown Source)
         at com.hyperion.hbr.api.thin.HBR.getRules(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl$HBRWrapper.getHBRCalcList(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl$HBRWrapper.getFormCalcDetails(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getFilteredFormCalcs(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getFilteredFormCalcs(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getFilteredFormCalcs(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getRunOnLoadCalcs(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getRunOnLoadCalcs(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.runCalcOnLoad(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getDataGrid(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getDataGrid(Unknown Source)
         at jsp_servlet.__enterdata._jspService(__enterdata.java:5147)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at HspValidationFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    ####<Nov 4, 2011 10:27:22 AM CET> <Notice> <Diagnostics> <HYPERION-001> <Planning0> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1320398842776> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'Planning0' has triggered at Nov 4, 2011 10:27:22 AM CET. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = Nov 4, 2011 10:27:22 AM CET SERVER = Planning0 MESSAGE = [ServletContext@6075528[app:PLANNING module:HyperionPlanning path:/HyperionPlanning spec-version:2.5 version:11.1.2.0]] Root cause of ServletException.
    java.lang.NoClassDefFoundError: com/hyperion/hbr/core/HBRThinServer
         at com.hyperion.hbr.api.HBRServerLocal.getLaunchableRulesForLocation(Unknown Source)
         at com.hyperion.hbr.api.thin.HBR.getRules(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl$HBRWrapper.getHBRCalcList(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl$HBRWrapper.getFormCalcDetails(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getFilteredFormCalcs(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getFilteredFormCalcs(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getFilteredFormCalcs(Unknown Source)
         at com.hyperion.planning.db.HspFMDBImpl.getRunOnLoadCalcs(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getRunOnLoadCalcs(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.runCalcOnLoad(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getDataGrid(Unknown Source)
         at com.hyperion.planning.HyperionPlanningBean.getDataGrid(Unknown Source)
         at jsp_servlet.__enterdata._jspService(__enterdata.java:5147)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at HspValidationFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101017 MACHINE = HYPERION-001 TXID = CONTEXTID = TIMESTAMP = 1320398842770
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    ####<Nov 4, 2011 10:27:24 AM CET> <Warning> <JMX> <HYPERION-001> <Planning0> <oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl - Incident Dump Executor (created: Fri Nov 04 10:27:23 CET 2011)> <<WLS Kernel>> <> <> <1320398844525> <BEA-149515> <An error was encountered getting the attribute DatabaseProductName on the MBean com.bea:ServerRuntime=Planning0,Name=EPMSystemRegistry,Type=JDBCDataSourceRuntime during a call to getAttributes>
    ####<Nov 4, 2011 10:27:24 AM CET> <Warning> <JMX> <HYPERION-001> <Planning0> <oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl - Incident Dump Executor (created: Fri Nov 04 10:27:23 CET 2011)> <<WLS Kernel>> <> <> <1320398844527> <BEA-149515> <An error was encountered getting the attribute DriverVersion on the MBean com.bea:ServerRuntime=Planning0,Name=EPMSystemRegistry,Type=JDBCDataSourceRuntime during a call to getAttributes>
    ####<Nov 4, 2011 10:27:24 AM CET> <Warning> <JMX> <HYPERION-001> <Planning0> <oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl - Incident Dump Executor (created: Fri Nov 04 10:27:23 CET 2011)> <<WLS Kernel>> <> <> <1320398844528> <BEA-149515> <An error was encountered getting the attribute DriverName on the MBean com.bea:ServerRuntime=Planning0,Name=EPMSystemRegistry,Type=JDBCDataSourceRuntime during a call to getAttributes>
    ####<Nov 4, 2011 10:27:24 AM CET> <Warning> <JMX> <HYPERION-001> <Planning0> <oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl - Incident Dump Executor (created: Fri Nov 04 10:27:23 CET 2011)> <<WLS Kernel>> <> <> <1320398844528> <BEA-149515> <An error was encountered getting the attribute DatabaseProductVersion on the MBean com.bea:ServerRuntime=Planning0,Name=EPMSystemRegistry,Type=JDBCDataSourceRuntime during a call to getAttributes>
    This occurs only for one of my applications, other work fine.
    Any ideas?
    Best regards,
    Greg

    Have you migrated to 11.1.2.1 lately?
    Restart EAS and Planning. Login to Planning as a Planning admin, then login to EAS with the Planning/Essbase admin - Do not use the default admin user.
    Check if you are able to associate the outline thereafter.
    HTH-
    Jasmine.

  • Error occured when opening a request

    Hi All,
    My application has got ESS/MSS. One user has tried creating a leave request , it got rejected by his manager and again it came to his inbox for his next action. So when he tried to open that he gets,
    *Application error occured during request processing
    com.sap.tc.webdynpro.services.sal.core.dispatcherException: Wrong webdynpro-URL: No appl *
    Any help?
    Thanks!
    Swarnaprakash

    Hi Swarnaprakash
    Looks like some installation error. Check below links -
    Re: Web Dynpro Exception: Dispatcher Exception
    ESS IVIEW not working
    Regards,
    Sen

Maybe you are looking for

  • Video issues with USB port replicator with Digital Video

    I have a T400 running Windows XP SP3 32-bit, with the graphics mode set to use the ATI video card. I'm also using the latest approved Lenovo ATI driver for this machine. I have two issues, one of which I consider major: 1) Sometimes when I plug in th

  • Saving and backing up iMovie projects

    Here is a question I never dreamed I'd be asking: how do you save an iMovie "project"? Since 1984, every Mac application has had "Save" under the "File" menu where you could name and save your file. "Save often" became the main way to avoid disaster

  • Changing the length of BSEG-SGTXT (Accounting document line item text)

    Hi ,          I came across a requirement where my business user wants to add more information (greater than 50 char) to  BSEG-SGTXT field.  It is uncommon and not recommended to change SAP provided data definitions (BSEG-SGTXT) but my business user

  • Internet Expenses and HR setups

    Hi, Could you please advise me as to what setups need to be done in HR shared install (we haven't installed HR and won't use it) inorder for iExpenses and Payables invoices approval to be setup using workflow or AME. Additionaly, which is more recomm

  • Java SE 1.4.2 SAP no longer available for download

    Java SE for Business Development Kit 1.4.2 SAP is no longer available for download at http://java.com/en/javaforbusiness/sap_download.jsp (x64 or any other version). Does that mean that SAP and Oracle not longer have a support agreement for this?