EA2 export data disappears after error

The export data menu item in the result set context menu disappears after you created an error. E.g. after sending the following statement:
select dummy|| dummy|| dummy|| dummy|| dummy|| dummy from dual;
The call of "export data" raises an error message that the identifier for the column is too long. After that, the menu item "export data" is gone.
Regards,
Sven

Skutz,
Thanks for the response.
Yes, the problem with the export menu option disappearing is fixed with EA3.
As to when the error with the long column names not being able to be exported was previously fixed, I saw the problem (ORA-00972 with the example query given) from versions 1422 through 2579, but not in the subsequent version (2998?) where it was fixed to not cause the error.
On not wanting to rewrite my original base query - SQL Developer is already rewriting it, which is what is causing this problem. I assume the rewrite you are doing simplifies the case where only some of the columns are exported.
My query is, for example:
select dummy|| dummy|| dummy|| dummy|| dummy|| dummy from dual
This runs fine and produces the expected result. SQL Developer's query for exporting is (from what you have said), in that example:
select "DUMMY||DUMMY||DUMMY||DUMMY||DUMMY||DUMMY" from
(select dummy|| dummy|| dummy|| dummy|| dummy|| dummy from dual)
This fails with the "ORA-00972" error, preventing me from using the export functionality for a query that I can run successfully.
I know that the work around is to provide an alias for the column, but the fact that I can apply a work around to my query doesn't change my opinion that it is SQL Developer code that is doing the wrong thing with my query (a bug to me) that is preventing me from being able to us the export functionality for that query.
It is a relatively minor thing, but another example of something that you would expect to work (it certainly does in TOAD) which takes some of the shine off a basically good product.
theFurryOne

Similar Messages

  • Export file disappears after exporting

    Export file disappears after exporting
    Tried dataexport(calc script), report script,need du=ynamic calc members too..
    its urgent now....please help
    But I have lots and lots of dynamic calc members...its huge...will take hours together to change...so I planned to make stored for only those members which are required in export file...but now...It seems that default calc is not getting executed... may be that happened because I changed few member properties...
    Any thoguths why now dynamic calc is not working?
    Thanks a lot for any help..its really urgent now...

    Regardless of which limited export process you are using (dataexport calc script, report script, or MaxL/Esscmd export) I can't imagine the export file disappearing if it in fact gets written out at all.
    As rinku wrote, if it's a true Esssbase export it's either in the app folder or where ever you wrote it with MaxL/Esscmd.
    There are known issues with dynamic calc and dataexport. I've seen this myself and ultimately gave up on exporting the dynamic members. Yes, your changes could cause your exising aggregation scripts to give different results.
    How about this:
    1) Reduce scope of export process and remove dynamically calculated Accounts/Periods (a guess on my part, but likely right)
    2) Export to known location (app folder under Essbase folder or some server-addressable folder). Btw, how are you doing the export? It wasn't clear from your post, but I guess it doesn't really matter.
    3) See if that works, and if so, expand until failure. That will tell you what is and isn't going to work.
    Regards,
    Cameron Lackpour

  • All iCal data disappears after 10.4.3 update

    After updating to 10.4.3 all my iCal data was gone. I restored it using Backup and when I launched iCal it all appeared as normal—and then a few seconds later, poof, it all disappeared again right before my eyes. I tried making a new entry and at first it didn't seem to work, then all my iCal data reappeared for a few seconds, only to disappear again a few seconds later, leaving iCal "virgin" as if no entry had ever been made.
    The current iCal version is 2.0.3. I have tried erasing preferences and starting over again to no avail. I have also repaired the disk and the permissions with no improvement.
    Any suggestions anyone? This is one of the strangest OS X problems I have ever encountered.

    Yes,,, how did you solve the problem specifically from all the suggestions you got?
    I got a whole new powermac and used the migration assistant, but that didnt bring the information over for some reason (regarding iCal atleast, and some small unimportant pref files).
    I tried faking a 'subscribe' situation, a drag and drop, emailing the ics file, manually inputting them into the new machine's folder and so on but no go. And I dont have a .mac account to try pushing them over...

  • Data disappearing after updating software

    ever since i updated my nokia n8 to belle its been eating on my data. now i hev to disconnect mobile data when i am browsing. any advice guys???

    Kinda.
    Read the following in its entirty before doing anything.
    Note that a "Restore" could take well over an hour!  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow the on-screen directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore (or it doesn't help), go into Recovery Mode per the instructions here.  You WILL lose all of your data (game scores, etc,) but, for the most part, you can redownload apps and music without being charged again.  Also, if you have IOS-7, read this.

  • Error while exporting data

    i get the following error while exporting data evn after running catexp.sql
    EXP-00056: ORACLE error 31600 encountered
    ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function SET_TRANSFORM_PARAM
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
    ORA-06512: at "SYS.DBMS_METADATA", line 836
    ORA-06512: at line 1
    can anyone help me on this

    copy past from the notes referred above -
    Symptom(s)
    ~~~~~~~~~~
    You are performing a database export against your 9.2 database. The database
    export abnormally ends with the following errors:
    EXP-00056: ORACLE error 31600 encountered
    ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function
    SET_TRANSFORM_PARAM
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
    ORA-06512: at "SYS.DBMS_METADATA", line 836
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    Change(s)
    ~~~~~~~~~~
    One of the known causes for the error above is that a patchset was recently
    applied to the database but one or more of the patchset steps were not
    performed.
    Cause
    ~~~~~~~
    View the readme notes for the patchset recently installed. You will see a step
    that should have been performed that directs you to run the script named
    catpatch.sql. Very likely this step was never performed.
    Fix
    ~~~~
    As the sysdba user run the catpatch.sql script found in the directory named
    $ORACLE_HOME/rdbms/admin. Before you submit this script, view it's contents.
    You may see that this script places the database in restricted mode.
    rgds

  • ADS: com.adobe.ProcessingException: Error exporting Data into PDF

    Hi Experts,
    when trying to upload a PDF file to my WD4A application and extract the data I am getting this ADS Error:
    ADS: com.adobe.ProcessingException: Error exporting Data into PDF - PDF Exception: Invalid object for the XFA entry in the forms dictionary.(200201).
    The error only appears when I`m trying to upload a PDF file that has been created after an Java Script Update of the Adobe Form Builder. My actual version is 710.20070621204053.403203.403203 - ContainerFoundation_JS.
    All PDF files created before this update can be uploaded without problems. Am I missing something to be updated?!
    Thanx & best regards,
    Oliver

    Dear Oliver,
    I am facing this problem, can you recall how did you resolve this, please ? Thank you.
    Regards
    Kir chern

  • LKKBLF99   runtime error while export data to the local file

    Hi experts,
    i got this error while i export data to the local file.
    Runtime Errors         OBJECTS_NOT_CHARLIKE
    Date and Time          10.09.2011 13:32:43
    Short text
         The current statement requires a character-type data object.
    Error analysis
        At the statment
             "STRLEN( obj )..."
        , only character-type data objects are supported at the argument
        position "obj".
        In this particular case, the operand "obj" has the non-charcter-type type
        "P".
    "OBJECTS_NOT_CHARLIKE"
    "SAPLKKBL" or "LKKBLF9
    "GEN_FIELD_OUT2"
    Include               LKKBLF99
      Überführung int. in ext. Format via Konvertierungsexit
        if not gs_fc-convexit is initial or                     "INS TECH11
           not gs_fc-inttype ca 'CN'.
      elseif not gs_fc-convexit is initial.            "DEL TECH11
          write  to gs_out-hlpchar left-justified.
          gs_out-hlplen = strlen( gs_out-hlpchar ).
      ansonsten entspricht sich min. Ausgabelänge und Ausprägungslänge
        else.
          if gs_fc-tech_form ne 99.
            gs_out-hlplen = strlen(  ).
          endif.
        endif.
      endif.
    the error says the operand "obj" has the non-charcter-type type " P" .
    i do debug on this and find the LS_FIELDCAT-INTTYPE = " P". so i changed it the QUAN type with length 13 decimal places 2. i can't change it in "C" char type or "NUMC" type  because i need the output in decimals. the output is for amount and quantity so need this in decimal places up to 2 or 3.
    but still find the same, i do debug on it after change it into QUAN type. find the same value for LS_FIELDCAT-INTTYPE = " P".
    let me know how can i define this in char type with decimal places or what.
    Please give some suggestion, if you need code, i will post the code.
    Thanks in advance
    Sachin

    Hi Sachin,
    Check this links.
    [Run time error|OBJECTS_NOT_CHARLIKE : ALV export to local file;
    [Error|Runtime error : OBJECTS_NOT_CHARLIKE;
    Regards,
    Madhu.

  • DCOM error "1260" on Windows 2008 R2 terminal server when SAP exports data into Office 2007 (Excel or Word)

    Hi all,
    We are experiencing an issue which happens at random whenever a user tries to export data from SAP into Excel or Word.  Excel or Word is started but remain empty.  We then see the below errors in the event log.  And the problem is very random
    as sometimes all they have to do is wait 10 minutes and the next try will be successful.  Not even log off/on.  Could someone tell me what the error "1260" is saying?     thanks for your help.
    Pete
    Log Name:      System
    Source:        Microsoft-Windows-DistributedCOM
    Date:          7/23/2013 4:07:36 PM
    Event ID:      10000
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Servername.domain.com
    Description:
    Unable to start a DCOM Server: {00020906-0000-0000-C000-000000000046}. The error:
    "1260"
    Happened while starting this command:
    "C:\Program Files (x86)\Microsoft Office\Office12\WINWORD.EXE" -Embedding
    Log Name:      System
    Source:        Microsoft-Windows-DistributedCOM
    Date:          7/23/2013 3:54:34 PM
    Event ID:      10000
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Servername.domain.com
    Description:
    Unable to start a DCOM Server: {00024500-0000-0000-C000-000000000046}. The error:
    "1260"
    Happened while starting this command:
    "C:\Program Files (x86)\Microsoft Office\Office12\EXCEL.EXE" /automation -Embedding

    Hi,
    Based on my research, please try the following:
    Click Start, click Run, type regedit in the Open box, and then click OK.
    Locate the following registry subkey:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\termsrv
    Under this subkey, add the following registry entries:
    Name
    Type
    Value data
    Logoff
    REG_SZ
    TSEventLogoff
    Logon
    REG_SZ
    TSEventLogon
    Restart the Terminal Server computer.
    Note: Serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry
    before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, please refer to
    How to back up and restore the registry in Windows.
    Hope this helps.
    Best Regards
    Jeremy Wu

  • Error while exporting data from 9i

    When we try to export data from 9i db getting below error.
    Db version : Oracle 9i Enterprise Edition Release 9.2.0.5.0-64 bit
    cmd : exp user/pwd@db file=test_dmp.dmp tables=state
    Export utility: Release 11.1.0.6.0
    Error:
    EXP-00056: ORACLE error 6550 encountered
    ORA-06550: line 1, column 41:
    PLS-00302: component 'SET_NO_OUTLINES' must be
    ORA-06550: line 1, column 15:
    PL/SQL: Statement ignored
    EXP-00000: Export terminated unsuccessfully

    Hi,
    You must export with the 9i version of exp, and import in the 11g database (if that's what you want) with 11g imp.
    Regards,
    Mario Alcaide

  • Error while exporting data from sql server to excel

    Hi,
    I am trying to export data from sql server to excel.
    The query that I used is s follows
    INSERT INTO OPENROWSET( 'Microsoft.Jet.OLEDB.4.0', 'Excel 8.0;Database=C:\Folder1\abc.xls','select * from [Sheet1$A1:IV65000]')
    select 
    column1,column2.... from Table1
    I get the following error message while doing so..
    String or binary data would be truncated.
    The statement has been terminated.
    One of the column's holds data more than 225 characters.
    What is the way to correct this, i want the whole data of the colum in the excel sheet.

    I haven't had great luck with the INSERT INTO OPENROWSET method.  Can you try one of the many samples from one of these 3 links?
    http://www.excel-sql-server.com/excel-sql-server-import-export-using-vba.htm#Excel%20Data%20Export%20to%20SQL%20Server%20Test%20Code 
    http://www.mssqltips.com/sqlservertip/1540/insert-update-or-delete-data-in-sql-server-from-excel/
    https://www.simple-talk.com/sql/database-administration/getting-data-between-excel-and-sql-server-using-odbc--/
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • URGENT HELP NEEDED!!! No data connectivity after a while, weird errors

    I am using T-Mobile's regular prepaid web plan and Wi-Fi just fine, no need for BIS, Rich Email, or BBM (SMS and MMS is just fine). All I ever use are apps that SPECIFICALLY state that they work over standard TCP/IP and Wi-Fi. The problem is, after some time, the apps that one worked over regular data connections and MMS don't connect anymore. Even though the apps said that no BIS is needed, they can't access data. Even RIM's own Facebook app, which claims to work over Wi-Fi (and does) loses data connectivity after a day or so without a full reboot. The only thing that works is the BlackBerry Browser, which still connects to the internet. Along with the apps failing to work, MMS messages also can't be sent.
    Rebooting the phone by a battery pull or alt-shift-delete allows the apps and MMS to work, which after a day (sometimes even shorter) stops working again.
    Here's what I've done so far:
    - Checked and made sure that all permissions for data access
    - Checked that my APN settings are correct: epc.tmobile.com
    - Checked my Wi-Fi router for connectivity
    - Called  T-Mobile tech support for help, wiped my phone upon their instruction
    - Reinstalled my apps and contacts, T-Mobile sent me new service books
    Still the SAME THING with apps and MMS not working after a while. I've narrowed it down to entries in the event log that show up as this, which shows up seconds before my apps and MMS stop working:
    a net.rim.hrtRT - PUpI - 9/23 17:06:58
    a net.rim.hrtRT - EPdp 0x3 - 9/23 17:06:58
    a net.rim.tunnel - Clos-blackberry.net - 9/23 17:06:58
    a net.rim.hrtRT - CClG 0x2 - 9/23 17:06:58
    W net.rim.hrtRT - XMax - 9/23 17:06:58
    W net.rim.hrtRT - XBad - 9/23 17:06:58
    E net.rim.mdp - TEma - 9/23 17:06:58
    W net.rim.mdp - TDtm - 9/23 17:06:58
    i net.rim.mdp - TTex - 9/23 17:06:58
     Can any experts or developers tell me what these Warnings and Errors mean? I am pretty sure that whatever "net.rim.mdp" and "net.rim.hrtRT" is doing isn't good.

    anyone care to help???
    Also, on the 18th I wiped my phone again, and three days later (longest time with no mdp error) the same error occurred in the event log, no internet connectivity afterwards on Wi-Fi or Mobile Network...
    The Tunnel Engineering Screen under Multi-WAF Encineering Screens shows the following:
    1 VPN <7.105.226.218>
    Tunnel ID: 1
    Tunnel Type: VPN
    Tunnel State: UNEXPECTED ERROR
    Tunnal IP Address: 7.105.226.218
    2 WLAN <192.168.1.x>
    Tunnel ID: 2
    Tunnel Type: WLAN
    Tunnel State: UNEXPECTED ERROR
    Tunnel IP Address: 192.168.1.x
    3 3GPP blackberry.net <22.185.134.169>
    Tunnel ID: 3
    Tunnel Type: 3GPP
    Tunnel State: UNEXPECTED ERROR
    Tunnel IP Address: 22.185.134.169
    4 3GPP epc.tmobile.com <26.203.192.238>
    Tunnel ID: 4
    Tunnel Type: 3GPP
    Tunnel State: UNEXPECTED ERROR (shows OPEN_READY only when browsing webpages)
    Tunnel IP Address: 26.203.192.238
    Something tells me that the tunnels are being blocked, since closing and recreating them does the same thing. Anyone else have this problem???

  • Getting error in sdp94 " data partly after horizon" any suggetionu2026

    Hi gurus,
    i have changed period in SBP and  in SE38 planning area initialization in variants changed  /SAPAPO/TS_PAREA_INITIALIZ ) , still getting error in sdp94 " data partly after horizon" any suggetionu2026
    babu

    Hi Babu,
    Kindly check till when is the planning area initialized. Goto //msdp_admin, right click on the planning area---> Created time series objects. Check the date till when it is initialized. You can save the data only if it's in this period. In the planning book there may be dates after the planning horizon also in which case you can't save data.
    Thanks and Regards,
    Nithin.

  • V 2.1.1.64 Export Data - nothing happened after clicking "Apply" to export

    Hi,
    I just installed SQL Developer 2.1.1.64 and need help to figure out what's with Export Data functionality.
    Here's what I did:
    1) Ran a select statement;
    2) Positioned my mouse cursor in the Query Result area;
    3) Right clicked to get to Export Data option;
    4) Selected xls as output format; and
    5) Accepted default file name and location by clicking on 'Apply'.
    It did not seem like an output file was being created and I received no error messages....
    Where should I look to figure out what went wrong?
    Thanks in advance!

    Hi,
    I've the same problem with the export data, and before start to write this post i've tried to made the changes to the sqldeveloper.conf and ide.conf but data files was created only in some queries result not depending by the number of row selected. For example :
    query A
    select ofx_cd_isti, ofx_dt_rif
    from ofx_datarif
    where ofx_cd_isti = '05188'
    Result 1 row
    query B
    select of1_cd_isti, of1_dt_stipula
    from of1_contratti
    where of1_cd_isti = '05188'
    and of1_id_fin = 1
    Result 1 row
    I succeed to export the result of query "A" and not for "B". The data type of selected columns are the same (CHAR 5, DATE) and the results are both 1 row, but the two table are very different (just 10 row for query A, and 800000 for query B).
    The location of data file created for the export of query a was C:\Documents and Settings\GS01140\Documenti\table_export.xls.
    Thanks in advance.

  • Getting error "Cannot create a BACPAC from a file that does not contain exported data." from SqlManagementClient.Dac.ImportAsync

    We're trying to import a dacpac to azure via the new SqlManagementClient DacOperations ImportAsync api I get an exception with the error: "Cannot create a BACPAC from a file that does not contain exported data."
    This same dacpac imports fine using an alternate but less friendly API from sql server's tooling. We'd like to use the new management SDK instead for various reasons.

    Hi Kyle A Wilt,
    I am trying to involve someone more familiar with this topic for a further look at this issue. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated.
    Thank you for your understanding and support.
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Error: Export data missing

    while Invoice-Release to accounting I got error as "Export data missing"
    when I check I found that Foreign trade data is incomplete as per system. Also I have seen foreign trade no also in invoice foreign trade/customes view.
    I dont know why this error is coming. system is asking to complete foreign trade for which no customizations available.
    So I want to know what triggers to generate foreign trade no means why it has become essentials to provide these data?
    which master data are important to trigger foreign trade? I have not maintained anything in foreign tarde view in material master.
    Also let me know how can I resolve this problem?
    Vijay

    Hi Vijay,
    The note 173411 described that there are hard-coded checks for the
    listed in the note. If you choose for business reasons not to use the
    incompletion procedure, then it can be de-activated. For this, kindly
    refer to note 118573.
    Please complete the following steps:
    - create a new customer project via CMOD.
    - assign the enhancement V50EPROP (which contains the userexits) to
      the customer project.
    - place source code inside the include found in exit_saplv50e_005
      & _006, for example,
      INCLUDE ZXV50U06
           if ( i_exp_imp_flag eq 'E' ).
             clear: c_complete.
             c_complete = 'X'.
           endif.
    - generate the two new objects (exit_saplv50e_005 & _006) via
    SE37.
    - activate the project via CMOD.
    ========================================================================
    If foreign trade functionalities are to be used, the corresponding
    customizations must be maintained using transaction VI29 and VI49.
    note 354222    Foreign trade data incomplete for domestic business
    may also be helpful.
    Thanks,
    Alex

Maybe you are looking for

  • In Mail Body Coming as attachment

    Hi All, I have created one Zfunctionmodule , in that i have used one standard function module SO_NEW_DOCUMENT_SEND_API1. My problem is Body is coming as an attachment in mail instead of displaying directly. Plz help me on this.. DATA:  ls_mail_doc TY

  • Storage Location valuation level

    Hello all, We are using moving average price (MAP) at plant level valuation. We have several Storage Locations assigned to the same plant. We have several Client non-valuated goods-receipt at Storage location. That increases the quantity, but not the

  • Why does it take ages for my video files to be listed in the menu?

    I have my apple tv 2nd generation connected to my airport extreme first generation via ethernet. I have my mac mini connected to the same network (though not connected to the airport extreme) with video files and tv shows in itunes. My itunes media i

  • Change the Filename of an Interactive Form

    We have a SmartForms PDF displayed in an INTERACTIVE_FORM. Is there any way to change the filename? When our users save the PDF it is always called "F.PDF" which is a bit silly.

  • Set metric threshold for default metrics

    Running Grid Control 10.2.0.4; have not had the time to go through an upgrade to 10.2.0.5 yet. There are several metrics I am interested in setting a threshold for, specifically the Streams Replication metrics. When I click the "All Metrics" link on