ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuc

Hi All,
I have exported a application and after that imported and tried to install it then i am getting this error:
ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 5, column 1: PLS-00306: wrong number or types of arguments in call to 'CREATE_REPORT_COLUMNS' ORA-06550: line 5, column 1: PL/SQL: Statement ignored <pre>declare s varchar2(32767) := null; begin s := null; wwv_flow_api.create_report_columns ( p_id=&gt; 29524721731534348 + wwv_flow_api.g_id_offset, p_region_id=&gt; 29524015959534345 + wwv_flow_api.g_id_offset, p_flow_id=&gt; wwv_fl
History which happen:
everything was working fine in my workspace but 2 days back one of team member created customer demo application in the same work space so login was also failing and after struggling oneday i got that my authentication function was get overwritten by the demo user authentication so again i chaned by my bakup function now authentication is working but when i export my new developed application and tried to replace the existing application then i am getting the erroe which i have mention before.
1: I tried to replace by existing one
2: i tried to assign new application id
nothing is working so is it problem occues due to new demo application creation which i have deleted or other problem if other then how to solve if by demo then what i need to do .
But all applications are working well not able to install which i need to do with new developed application.
Please help me i am in tough situation.
Thanks in advance,
Amit

Amit,
The next useful test would be to run the file in SQL*Plus, connected as the application parsing schema. If it works, you will have imported the application. After that, please send me the file ([email protected]) and I'll figure out where the trouble is. If it fails in SQL*Plus, try to isolate the failing block. You'll get a pretty good idea by the prompts echoed to the output indicating the import progress.
Scott

Similar Messages

  • HT1222 I get "An error has occurred" followed by "The operation was cancelled.(3072)" when I try to update to iTunes 11.0.3 while running OS 10.8.3. Whats up?

    I get "An error has occurred" followed by "The operation was cancelled.(3072)" when I try to update to iTunes 11.0.3 while running OS 10.8.3. Whats up?

    See if this is any help:
    https://discussions.apple.com/thread/4150266?start=0&tstart=0

  • Got error in job execution, but the standalone procedure runs fine.

    I got error in job execution. But it runs fine as standalone procedure. Where could it be wrong?
    _>exec dbms_job.run(145373);
    BEGIN dbms_job.run(145373); END;
    ERROR at line 1:
    ORA-12011: execution of 1 jobs failed
    ORA-06512: at "SYS.DBMS_IJOB", line 481
    ORA-06512: at "SYS.DBMS_JOB", line 275
    ORA-06512: at line 1
    I checked the alert log file
    ORA-06550: line 1, column 101:
    PLS-00103: Encountered the symbol "RPTIMPORT" when expecting one of the following:
    := . ( @ % ;
    Thu May 2 12:59:34 2013
    Errors in file /oracle/admin/PDAMLPR1/udump/pdamlpr11_ora_15574.trc:
    ORA-12012: error on auto execute of job 146925
    ORA-06550: line 1, column 133:
    PLS-00103: Encountered the symbol "" when expecting one of the following:
    := . ( @ % ;
    The symbol ";" was substituted for "" to continue.
    The trace file:
    *** ACTION NAME:() 2013-05-02 12:43:48.261
    *** MODULE NAME:(SQL*Plus) 2013-05-02 12:43:48.261
    *** SERVICE NAME:(SYS$USERS) 2013-05-02 12:43:48.261
    *** SESSION ID:(1811.10644) 2013-05-02 12:43:48.261
    *** 2013-05-02 12:43:48.261
    ORA-12012: error on auto execute of job 145373
    ORA-06550: line 1, column 133:
    PLS-00103: Encountered the symbol "" when expecting one of the following:
    := . ( @ % ;
    The symbol ";" was substituted for "" to continue.
    *** ACTION NAME:(********* Schedule Job: Report C) 2013-05-02 12:47:58.178
    *** MODULE NAME:(PATIENT_REMEDIATE_JOB) 2013-05-02 12:47:58.178
    *** 2013-05-02 12:47:58.178
    ORA-12012: error on auto execute of job 145373
    ORA-06550: line 1, column 133:
    PLS-00103: Encountered the symbol "" when expecting one of the following:
    := . ( @ % ;
    The symbol ";" was substituted for "" to continue.
    *** 2013-05-02 12:52:43.409
    ORA-12012: error on auto execute of job 146924
    ORA-06550: line 1, column 101:
    PLS-00103: Encountered the symbol "RPTIMPORT" when expecting one of the following:
    := . ( @ % ;
    *** 2013-05-02 12:59:34.651
    ORA-12012: error on auto execute of job 146925
    ORA-06550: line 1, column 133:
    PLS-00103: Encountered the symbol "" when expecting one of the following:
    := . ( @ % ;
    The symbol ";" was substituted for "" to continue.
    ~
    ~
    The job was created as the following with 30 min interval:
    The job number: 145373
    DECLARE
    X NUMBER;
    BEGIN
    SYS.DBMS_JOB.SUBMIT
    ( job => X
    ,what => 'RPTIMPORT.pr_exec_pop_ddl21_data_irt'
    ,next_date => to_date(sysdate)
    ,interval => '/*30:Mins*/ sysdate + 30/(60*24)'
    ,no_parse => TRUE
    SYS.DBMS_OUTPUT.PUT_LINE('Job Number is: ' || to_char(x));
    END;
    Thanks for help!

    the issue is resolved. I missed to put ";" at end of what statement. Thank all.

  • Error:cannot backup SPFILE because the instance was not started with SPFILE

    I get the following error message, what I have done wrong?
    Starting backup at 27-JUN-08
    released channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 06/27/2008 10:11:54
    RMAN-06062: can not backup SPFILE because the instance was not started with SPFILE
    Best Regards,
    Fan

    Show parameter pfile/spfile will not show you contents of pfile , for seeing contents you will have to show parameter with required parama name.
    show parameter log_archive_dest
    Whenever you start database ostartup first by default use spfile$Oracle_Sid.ora for starting the instance if this spfile does not exist then it goes for spfile.ora if spfile.ora also does not exist then it search init$Oracle_Sid.ora in default location.
    As you created spfile after restarting the database will automatically use spfile and will show you spfile in yours param when you will show parameter spfile if it does not show then you are still using pfile
    SQL> startup pfile='C:\oracle\product\10.1.0\admin\lease\pfile\init.ora.5242008172537'
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    Database opened.
    SQL> show parameter pfile
    NAME                                 TYPE        VALUE
    spfile                               string
    SQL> create spfile from pfile
      2  /
    File created.
    SQL> show parameter pfile
    NAME                                 TYPE        VALUE
    spfile                               string
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  171966464 bytes
    Fixed Size                   787988 bytes
    Variable Size             145488364 bytes
    Database Buffers           25165824 bytes
    Redo Buffers                 524288 bytes
    Database mounted.
    Database opened.
    SQL> show parameter pfile
    NAME                                 TYPE        VALUE
    spfile                               string      C:\ORACLE\PRODUCT\10.1.0\DB_2\
                                                     DATABASE\SPFILELEASE.ORA
    SQL>

  • I cannot get the updates for ipad to download. when it gets ready to process the file an error message pops up saying the software was unable to download and the network timed out. any suggestions...

    i am trying to update the software on my ipad from 4.2 to 4.3.3 but i cannot get it to download. I get an error message that says the software was unable to download because the network timed out.  I have tried to download it 7 or 8 different times and still get the same message.  I cannot restore the factory settings either.  The same thing happens.  Does anyone have any suggestions?  It did this when trying to update to 4.2.  I don't remember how we were able to get the software to update.  Thanks.

    Thank you King_Penguin!  It worked beautifully.  I had turned the firewalls off but not the antivirus.  You are great!  I am new to this apple community thing so it looks like I cannot mark your reply as "correct answers", but it was.  Thanks a ton!

  • Error RCIRAS0546, failure occured while the report was being processed

    Hello all,
    We use Crystal Reports 2008 V1 server on Linux. With 2 reports now we get the error when viewing the report from the Central Management Console (CMC)
    "Your request could not be completed because a failure occurred while the report was being processed. Please contact your system administrator. [RCIRAS0546]"
    In de /var/log/messages, I get messages like these:
    Sep 28 17:37:30 vsrv01 boe_crprocd[25630]: A failure occurred while the server was processing report file 2:11154 (RCIRAS0568)
    Sep 28 17:37:40 vsrv01 boe_crprocd[25630]: A failure occurred while the server was processing report '10. LEN Rapportage per scenario (kapitaallasten, investeringen, algemene gegevens) (V1)' (id=11154) for user 12 (RCIRAS0567)
    I tried several parameters on the CrystalReportsProcessingServer, like increasing/decreasing the Maximum Current Jobs and Number of Prestarted Children. None of these make a difference. Als the error occurred when viewing the report as Administrator.
    The reports has a dynamic parameter, wtih content coming from the database (drop-down list). When selecting one value the report is viewing fine. With a selection of more values the error occurred. In Crystal Reports 2008 there is no problem.
    I restarted the CRProcessingServer with -trace. In the trace I see the following lines:
    It seems that several subprocesses start for retrieving data based on the parameter values.
    After the crash of the first child, the above mentioned error occurs.
    2010/09/28 15:37:23.075|==| | |25630|1474829200| |||||||||||||||(ProcWorkerManager.cpp:82) PageChildDesc constructor (id=3)
    2010/09/28 15:37:23.075|==| | |25630|1474829200| |||||||||||||||(ProcWorkerManager.cpp:5489) doCreateChild() created a new child 3
    2010/09/28 15:37:30.011|==| | |25630|1474562960| |||||||||||||||(ProcWorkerManager.cpp:6814) cleanupChildren() starting
    2010/09/28 15:37:30.011|==| | |25630|1474562960| |||||||||||||||[ProcWorkerManager.cpp : 6854]  RAS-CORE-METRICS  (before cleanup) number of child processes = 3
    2010/09/28 15:37:30.011|==| | |25630|1474562960| |||||||||||||||(ProcWorkerManager.cpp:6979) child id=1 crashed
    2010/09/28 15:37:30.011|==| | |25630|1474562960| |||||||||||||||(ProcWorkerManager.cpp:6994) cleanupChildren() removing child id=1
    2010/09/28 15:37:30.012|==| | |25630|1474562960| |||||||||||||||(ProcWorkerManager.cpp:101) PageChildDesc destructor (id=1)
    2010/09/28 15:37:30.012|==| | |25630|1474562960| |||||||||||||||(ProcWorkerManager.cpp:7028) cleanupChildren() marking as stopped: worker id=1 in child id=1
    2010/09/28 15:37:30.012|==| | |25630|1474562960| |||||||||||||||(ProcWorker.cpp:2703) stopping worker id=1
    2010/09/28 15:37:30.012|==| | |25630|1474562960| |||||||||||||||(ProcWorkerManager.cpp:7168) cleanupChildren() ending
    Does someone know this problem and what to do about this?
    With kind regards,
    Pim van Stam
    SvSnet

    We got this error message on a report that had 5 subreports, 3 of which were based on stored procedures. The report was running fine in our Dev environment and in the CR developer, but not when we published it to another environment. The problem was caused because the stored procedures had been changed in Dev (so that they ran correctly) but these changes had not been released to the other environment. Once the scripts were run to update the stored procedures the report ran successfully. So it apepars that the problem was because the stored procedure/s the subreports were using were failing, but we only got the RCIRAS0546 error message.

  • Error message : Problem loading page, the connection was reset...

    Problem loading page... the connection was reset.
    Zwei IT-Experten haben sich das Problem angeschaut und haben aufgegeben.
    FF haben wir mehrere Male deinstalliert und reinstalliert, Caches gesäubert, Cookies gelöscht. Mit Proxy, ohne Proxy, mit Kaspersky, ohne Kaspersky.
    Diagnose: Irgendwo schlummert noch etwas vom alten FF, dass das Laden verhindert.
    Chrome installiert, funktioniert einwandfrei. Speicherplatz, Win 7, alles OK. Verschiedene Internetverbindungen ausprobiert. Glasfaser, WLAN, nützt nichts.

    Boot the computer in Windows Safe mode with network support (press F8 on the boot screen) as a test to see if that helps.
    Do a malware check with some malware scanning programs on the Windows computer.<br>
    Please scan with all programs because each program detects different malware.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender: Home Page:<br>http://www.microsoft.com/windows/products/winfamily/defender/default.mspx
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • HT4972 I have an Ipad still running on version 4.3.3 i have erased all its content and tried updating to the current update and it goes through the whole motions and at the very end an error message comes up saying the ipad was not able to update. What ca

    Can someone help me updating my ipad? is still running on version 4.3.3, i have deleted all its content I have restore to original settings and still cant update.

    If you have an iPad 1, the max iOS is 5.1.1. For newer iPads, the current iOS is 6.1.3. The Settings>General>Software Update only appears if you have iOS 5.0 or higher currently installed.
    iOS 5: Updating your device to iOS 5 or Later
    http://support.apple.com/kb/HT4972
    How to install iOS 6
    http://www.macworld.com/article/2010061/hands-on-with-ios-6-installation.html
    iOS: How to update your iPhone, iPad, or iPod touch
    http://support.apple.com/kb/HT4623
    If you are currently running an iOS lower than 5.0, connect the iPad to the computer, open iTunes. Then select the iPad under the Devices heading on the left, click on the Summary tab and then click on Check for Update.
    Tip - If connected to your computer, you may need to disable your firewall and anitvirus software temporarily.  Then download and install the iOS update. Be sure and backup your iPad before the iOS update. After you update an iPad (except iPad 1) to iOS 6.x, the next update can be installed via wifi (i.e., not connected to your computer).
    Tip 2 - If you're updating via wifi, place your iPad close to your router to preclude getting a corrupted download.
     Cheers, Tom

  • Import failing with ORA-20001: GET_BLOCK Error

    Hi All,
    I'm attempting to install an export of our Application into the LIVE environment (something I've done many times before), and it's failing with the following error message: -
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 698, column 1: PLS-00103: Encountered the symbol &amp;quot;,'#DD#','#EE#');&amp;quot; when expecting one of the following: ) , * &amp;amp; = - + &amp;lt; / &amp;gt; at in is mod remainder not rem &amp;lt;an exponent (**)&amp;gt; &amp;lt;&amp;gt; or != or ~= &amp;gt;= &amp;lt;= &amp;lt;&amp;gt; and or like LIKE2_ LIKE4_
    The only part of the message that makes any sense to me is the '#DD#','#EE#' which looks like part of a Javascript Passback Function from one of the pages.
    Can anyone throw any light on why I'm getting this error message?
    Thanks,
    Mike

    Scott,
    I managed to track down the error. A column link URL I'm using calls a Javascript Passback Function as follows: -
    javascript:passBack('#A#','#B#','#C#','#D#','#E#','#F#','#G#','#H#','#I#','#J#','#K#','#L#','#M#','#N#','#O#','#P#','#Q#','#R#','#S#','#T#','#U#','#W#','#X#','#Y#','#Z#','#AA#','#BB#','#CC#','#DD#','#EE#');
    By reducing the length of this the import now works. The confusing part is that this was working previously.
    Cheers,
    Mike

  • Import Error ORA-20001:GET_BLOCK Error

    We are trying to upgrade from HTML DB version 1.4 to 1.6, and we have encountered some issues with one of our applications. I tried to import our app using the Create Application->Based on an Application Export File option, specifying we would like to reuse the application id inside the export file, and also specifying the app to be a Run/Build Application. During the installation, I received this error:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-00001: unique constraint (FLOWS_010600.WWV_FLOW_FLOW_PK) violated <pre>begin wwv_flow_api.create_flow( p_id =>122, p_display_id=>122, p_owner => 'TESTMGR', p_name => 'TEST', p_alias => '122', p_page_view_logging => 'YES', p_default_page_template=> 40824759845482865 + wwv_flow_api.g_id_offset, p_printer_friendly_template=> 40824564374
    Keep in mind, when I received this error, no apps were present on our test server or in any of our workspaces. Even after receiving this error, I was able to see the application in my workspace, and run through some of the pages and they appeared to be running okay(app contains 101 pages).
    I wanted to check to see if anyone knew what this error meant, so I don't spend hours upon hours testing something that isn't broken in the first place.
    Here's what else I noticed:
    I tried to reinstall the application over itself to see if I could recreate the error, but it installed fine.
    I deleted the app, installed the app telling HTML DB to reuse the app_id in the export file, and received the error again.
    But then I deleted the app altogether to try a different approach. I allowed HTML DB to auto assign the app_id and the app installed fine.
    What is even more strange, I imported and installed one of our smaller apps (only 14 pages, by telling HTML DB to reuse the application id present in the export file). That application installed perfectly without a hitch.
    So I guess my questions are:
    What does that error mean? Is it detremental to the usage of an app?
    Why do I only get the error with one application and not with another when I tell HTML DB to reuse the application id inside the export file?
    By the way,
    Export file sizes:
    Large App w/ error - 4.90MB
    Small App w/o error - 272KB
    Thank you for your help in advance!!!

    Thanks in Advance
    I am facing same issue of Primary key voilation. This error comes even when the application is imported first time.
    Other applications are importng file
    Details of error are as fallows
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-00001: unique constraint (FLOWS_010500.WWV_FLOW_FLOW_PK) violated
    1852::begin
    wwv_flow_api.create_flow(
    p_id =>604,
    p_display_id=>604,
    p_owner => 'HMSIPD',
    p_name => 'IPD',
    p_alias => '604',
    p_page_view_logging => 'YES',
    p_default_page_template=> 210607950065627880 + wwv_flow_api.g_id_offset,
    p_printer_friendly_template=> 210607443998627880 + wwv_flow_api.g_id_offset,
    p_default_region_temp
    Size of application is : 5 MB
    Regards,
    Ankur Diwan

  • ORA-20001 GET_BLOCK-ERROR during the installation of an application

    hi people,
    I' ve got the following error during the installation of an application in apex 2.2.
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-02047: cannot join the distributed transaction in progress <pre>begin execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||'''';end;</pre>
    Can anybody help me?
    Message was edited by:
    user512746

    hi,
    db-version is oracle 10g r2
    os windows server 2003
    the error occured when two ore more people working in their workspaces but not when only one person working in his workspace
    Message was edited by:
    user512746
    Message was edited by:
    user512746

  • Copy Application - ORA-20001: GET_BLOCK Error. ORA-20001:

    Hi
    I am unable to make a copy of one of my apex applications, I get the error
    ORA-20001: GET_BLOCK Error. ORA-20001:
    Does anyone know how i can resolve this?
    Thanks in advance

    jk_apex_newby wrote:
    hi eric.
    i m getting same error. my development and reproduction specifications are as followsActually, if you read the OPs second message, you'll discover that it isn't entirely the same:
    >
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-02047: cannot join the distributed transaction in progress <pre>begin execute immediate 'alter session set nls_numeric_characters=''.,'''; end; </pre>versus:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful.
    ORA-06550: line 13, column 50: PLS-00103: Encountered the symbol &amp;quot;end-of-file&amp;quot;
    when expecting one of the following: &amp;lt;an identifier&amp;gt; &amp;lt;a double-quoted delimited-identifier&amp;gt;
    current delete exists prior &lt;pre&gt;declare h varchar2(32767) := null;
    begin wwv_flow_api.create_page_item( p_id=&amp;gt;3689529102880585 + wwv_flow_api.g_id_offset, p_flow_id=&amp;gt; wwv_fAs such I would highly recommend creating a brand new post and perhaps include a reference to this thread - you will likely get more help more quickly if you do...
    JC: I see that you have already posted a 2nd thread. Never mind...
    Edited by: Joel_C on 01-Nov-2011 14:30

  • GET_BLOCK error: wwv_flow_api.create_report_columns

    Hi All,
    Our Apex app was created in 3.1.1, however we've moving it to 3.1.2 via the export option in Apex and we are getting the following error:
    "ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 5, column 1: PLS-00306: wrong number or types of arguments in call to 'CREATE_REPORT_COLUMNS' ORA-06550: line 5, column 1: PL/SQL: Statement ignored &lt;pre&gt;declare s varchar2(32767) := null; begin s := null; wwv_flow_api.create_report_columns ( p_id=&amp;gt; 10543954711649873 + wwv_flow_api.g_id_offset, p_region_id=&amp;gt; 10541037271649871 + wwv_flow_api.g_id_offset, p_flow_id=&amp;gt;"
    Database version: 11.1.0.6
    Can you explain? Any help would be appreciated.
    Regards
    Parbatee
    Edited by: user6443275 on Oct 15, 2008 3:47 AM

    Hi Scott,
    Thank you for your support, we re-run the installation scripts for Apex 3.1.2 and bounced the instance; since then we have not gotten the error.
    We have since created another environment and will use the Apex 3.1.1 version in the Production (pre-prod) environment. Before we go live we will upgrade to the latest version of Apex then.
    Thanks again.
    Cheers,
    Parbatee

  • Get_Block Error when installing an application

    Hi all,
    I tried to recover a backup I had made some days ago, and I got the following error when installing the application:
    Error GET_BLOCK Error.
    ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 34, column 68: PLS-00103: Encountered the symbol &amp;quot;&amp;amp;&amp;quot; when expecting one of the following: ) , * &amp;amp; = - + &amp;lt; / &amp;gt; at in is mod remainder not rem &amp;lt;an exponent (**)&amp;gt; &amp;lt;&amp;gt; or != or ~= &amp;gt;= &amp;lt;= &amp;lt;&amp;gt; and or like like2 like4 likec between || multiset member submultiset &lt;pre&gt; &amp;lt;br&amp;gt;begin &amp;lt;
    I looked in the .sql application and searched for the "&amp;quot;" or even for the symbols &" and I found nothing. I checked the character set and it seems right, the application is in UNICODE-UTF8 and the database is in UTF8 as well. I'm working with APEX version 4.1.1 and apex listener 1.1.
    Has anyone got this error before, or does anyone have a tip on where to investigate?
    Thanks in advance.
    Elena.

    For those who have gotten this error as well..
    The problem was in the buttons Expand /Collapse that I had in some trees. I had them with a redirect url pointing to a javascript code like this:
    javascript.apex.widget.tree.expand_all('id');I changed these buttons, I set an action "Defined by a Dynamic Action". This DA is called when the button is clicked and executes this javascript code:
    apex.widget.tree.expand_all('id');Now it works. Hope it can help someone.
    Elena.

  • GET_BLOCK Error Importing or Copying an Application - Report Layout Issue

    Greetings
    Environment
    Apex 4.1.0.00.32
    Database 11.2
    Listener: Apex Listener running under Weblogic
    I have an application that is throwing an error when I try to copy or import it using the Apex development environment. The error is:
    ORA-20001: GET_STMT error. ORA-20001:
    Execution of the statement was unsuccessful. ORA-06550: line 6, column 41: PLS-00103:
    Encountered the symbol &amp;quot;PK &amp;quot
    In order to get more detail about the error I ran an import of the application using SQLPlus and found out where it is failing. It fails in the ‘report layouts’ step.
    Here are the last few lines of the spool file before it fails:
    218      wwv_flow_api.g_varchar2_table(161) := 'h\302\274p\303\273\302\223\302\274\302\201\303\201N'||unistr('\000a')||
    219  '\302\215^[2\302\200\303\227B^G^Dv   \303\200=\302\2124\303\234\302\255P\302\244^W^Nqu@^Y\302\255\303\217\302\202\303\272E\303\243\302\235\303\247\303\231^O^Q0\303\231\302\266\303\216^O\303\202+a"
    \303\231\302\227\303\212z\303\222a\303\255B\303\264\302\274TQSo\303\212\303\265\302\274\302\203\303\243\302\2621V^_\302\223\302\207TK\303\240\302\2720^E{\302\224\302\270V\303\227\303\235^P^^k\303\272\3
    03\223\303\270^O\302\261';
    220      wwv_flow_api.g_varchar2_table(162) := '\302\263\302\261\303\230NC/u$g^D\302\207;\303\276\303\250\302\272\302\261\302\255^S\303\246\303\210^_&^_\302\262\303\217\303\245W\302\232\303\237)\302\22
    0^L\303\277^Y\302\236\i\303\257\303\222\303\246\302\234\302\254\302\274^N\302\216\302\206\303\277\302\242\303\242~\303\247\302\204\302\244^Y-^K\302\232\303\222eF^Y\303\230\303\221\302\262`Es=\303\267\3
    02\273^D\303\240\302\236\\303\267:]JgM\302\203\303\225\302\271\303\246\303\257DZ\302\254\303\247\303\276\303\225\303\222.N^K\303\272\302\272M:';
    221      wwv_flow_api.g_varchar2_table(163) := '\303\207h]\302\207\303\247\303\204^?^C
    222      wwv_flow_api.g_varchar2_table(164) := '
    223      wwv_flow_api.g_varchar2_table(165) := 't.xml.relsPK^A^B-
    224  '
    225      wwv_flow_api.g_varchar2_table(166) := '
    226      wwv_flow_api.g_varchar2_table(167) := 'me1.xmlPK^A^B-
    227  '
    228      wwv_flow_api.g_varchar2_table(168) := '
    229      wwv_flow_api.g_varchar2_table(169) := 'K^A^B-
    230  '
    231  '^B
    232      wwv_flow_api.g_varchar2_table(170) := '
    233      wwv_flow_api.g_varchar2_table(171) := '
    234
    235  end;
    236  /
    ERROR:
    ORA-00972: identifier is too long
    {code}
    Now here are the corresponding lines from the application import sql file:
    {code}
        wwv_flow_api.g_varchar2_table(161) := 'h\302\274p\303\273\302\223\302\274\302\201\303\201N'||unistr('\000a')||
    '\302\215^[2\302\200\303\227B^G^Dv      \303\200=\302\2124\303\234\302\255P\302\244^W^Nqu@^Y\302\255\303\217\302\202\303\272E\303\243\302\235\303\247\303\231^O^Q
    0\303\231\302\266\303\216^O\303\202+a"\303\231\302\227\303\212z\303\222a\303\255B\303\264\302\274TQSo\303\212\303\265\302\274\302\203\303\243\302\2621V^_\302\223
    \302\207TK\303\240\302\2720^E{\302\224\302\270V\303\227\303\235^P^^k\303\272\303\223\303\270^O\302\261';
        wwv_flow_api.g_varchar2_table(162) := '\302\263\302\261\303\230NC/u$g^D\302\207;\303\276\303\250\302\272\302\261\302\255^S\303\246\303\210^_&^_\302\262\303\2
    17\303\245W\302\232\303\237)\302\220^L\303\277^Y\302\236\i\303\257\303\222\303\246\302\234\302\254\302\274^N\302\216\302\206\303\277\302\242\303\242~\303\247\302
    \204\302\244^Y-^K\302\232\303\222eF^Y\303\230\303\221\302\262`Es=\303\267\302\273^D\303\240\302\236\\303\267:]JgM\302\203\303\225\302\271\303\246\303\257DZ\302\2
    54\303\247\303\276\303\225\303\222.N^K\303\272\302\272M:';
        wwv_flow_api.g_varchar2_table(163) := '\303\207h]\302\207\303\247\303\204^?^C\303\277\303\277^CPK^A^B-^T^F^H!\302\241\302\267\303\274Fr^AR^E^S[Content_Types]
    .xmlPK^A^B-^T^F^H!^^\302\221^Z\302\267\303\263';
        wwv_flow_api.g_varchar2_table(164) := 'N^B^K\302\253^C_rels/.relsPK^A^B-^T^F^H!^A3\302\213l^P^A\302\265^C^\\303\217^Fword/_rels/documen';
        wwv_flow_api.g_varchar2_table(165) := 't.xml.relsPK^A^B-^T^F^H!\302\237T\303\265zd^KEG^Q!   word/document.xmlPK^A^B-'||unistr('\000a')||
    '!\303\222+\302\231\303\263\302\255^K\302\255^K';
        wwv_flow_api.g_varchar2_table(166) := '^U\302\264^Tword/media/image1.pngPK^A^B-^T^F^H!\302\226\302\265\302\255\303\242\302\226^FP^[^U\302\224 word/theme/the'
        wwv_flow_api.g_varchar2_table(167) := 'me1.xmlPK^A^B-^T^F^H!~C\303\251\303\221\303\254^CY'||unistr('\000a')||
    '^Q]''word/settings.xmlPK^A^B-^T^F^H!J\303\230\302\212\302\222\302\273^D^A^T';
        wwv_flow_api.g_varchar2_table(168) := 'x+word/webSettings.xmlPK^A^B-^T^F^H!\303\206\302\253\303\245\302\246\302\200^A\303\257^B^Qe,docProps/core.xmlP';
        wwv_flow_api.g_varchar2_table(169) := 'K^A^B-^T^F^H!^H\302\224$^K\302\264'||unistr('\000a')||
    '\302\262O^O^\/word/styles.xmlPK^A^B-^T^F^H!\302\244b^C\303\261'||unistr('\000a')||
    '^B*^G^R';
        wwv_flow_api.g_varchar2_table(170) := '\303\2759word/fontTable.xmlPK^A^B-^T^F^H!^X\302\270\302\265^L\303\251^A\303\245^C^P7<docProps/app.xmlPK^E^F^L^L^D^C';
        wwv_flow_api.g_varchar2_table(171) := 'V?';
    end;
    /Everything looks OK until this line then the wheels start to come off:
    wwv_flow_api.g_varchar2_table(163)The code for that line is:
        wwv_flow_api.g_varchar2_table(163) := '\303\207h]\302\207\303\247\303\204^?^C\303\277\303\277^CPK^A^B-^T^F^H!\302\241\302\267\303\274Fr^AR^E^S[Content_Types]
    .xmlPK^A^B-^T^F^H!^^\302\221^Z\302\267\303\263';However when it is imported, it appears that the there is a problem around the '^?^C\303'
    221      wwv_flow_api.g_varchar2_table(163) := '\303\207h]\302\207\303\247\303\204^?^CDoes anyone know how to identify what in the report layout is causing the problem? I guess I could just delete the report layout to get the application to import, but I really do need that report.
    Thanks in advance,
    Larry

    Hello mwallace,
    The behavior you are seeing is probably due to one of the VIs being added as a support file instead of a dynamic VI. When adding a file as a dynamic VI, Application builder will ensure that all subVIs are included.
    The following knowledgebase examples this issue in some more detail.
    Error 7 When Building Applications and DLLs That Use the LabVIEW Report Generation Toolkit
    Please let me know if you have any questions.
    Regards,
    Matt F
    Keep up to date on the latest PXI news at twitter.com/pxi

Maybe you are looking for

  • What is the use of the auxiliary pins of 6602 counter card

    Hello,           I want to know about the Behavior of the auxilliary pins in 6602 counter card.

  • Poor P4/Win2K support in Oracle Java Products

    Hello everyone, I would love to hear some discussion and maybe a solution for the following: I have been told by Oracle Support that Dev has not provided solutions for Java problems on the P4 chip and that there is currently no timeline. I suspect th

  • Oditest on Windows not running

    I am trying to run oditest on a Windows server and get the following errors; 'JAVA_HOME' is not recognized as an internal or external command, operable program or batch file. 'JAVAEXE' is not recognized as an internal or external command, operable pr

  • IE02 tcode relation

    Hi, Can any one tell me the relation between "EQUIPMENT" and "STATUS" in IE02 transaction. Points guaranteed cheers kaki

  • Items manually removed from history still shows up in Awesome Bar (but without favicon)

    Even if I delete all History items related to a certain search term (for example: "aftonbladet"), the Awesome Bar still remembers it. I don't have any bookmarks with that search term. Items in the item bar that sticks like this, even if I remove any