Dump import Error

Hi All,
I'm getting the below error while importing a dump file.
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS [TABLE:"T24"."STUBFILES"]
ORA-06502: PL/SQL: numeric or value error
LPX-00007: unexpected end-of-file encountered
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPW$WORKER", line 7709
----- PL/SQL Call Stack -----
object line object
handle number name
3d17cfd48 18051 package body SYS.KUPW$WORKER
3d17cfd48 7736 package body SYS.KUPW$WORKER
3d17cfd48 15263 package body SYS.KUPW$WORKER
3d17cfd48 3766 package body SYS.KUPW$WORKER
3d17cfd48 8370 package body SYS.KUPW$WORKER
3d174a9f0 1 anonymous block
3d1d214e8 1501 package body SYS.DBMS_SQL
3d17cfd48 8201 package body SYS.KUPW$WORKER
3d17cfd48 1477 package body SYS.KUPW$WORKER
3d17d3078 2 anonymous block
ORA-39126: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS []
ORA-06502: PL/SQL: numeric or value error
LPX-00007: unexpected end-of-file encountered
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
ORA-06512: at "SYS.KUPW$WORKER", line 7704
----- PL/SQL Call Stack -----
object line object
handle number name
3d17cfd48 18051 package body SYS.KUPW$WORKER
3d17cfd48 7736 package body SYS.KUPW$WORKER
3d17cfd48 15263 package body SYS.KUPW$WORKER
3d17cfd48 3766 package body SYS.KUPW$WORKER
3d17cfd48 8370 package body SYS.KUPW$WORKER
3d17ca8f0 1 anonymous block
3d1d214e8 1501 package body SYS.DBMS_SQL
3d17cfd48 8201 package body SYS.KUPW$WORKER
3d17cfd48 1477 package body SYS.KUPW$WORKER
3d17d3078 2 anonymous block
Job "abz"."SYS_IMPORT_FULL_01" stopped due to fatal error at 21:05:07
please suggest me.
Thanks
KSG

Hi,
now i get the error while trying to import after running the scripts given in the metalink
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-31626: job does not exist
ORA-31637: cannot create job SYS_IMPORT_FULL_05 for user T24
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPV$FT", line 1481
ORA-39062: error creating master process DM00
ORA-31613: Master process DM00 failed during startup.
Thanks
KSG

Similar Messages

  • Solution Manager : TC SOLUTION_TRANSFER , Solution Import Error

    Hi All,
    I am trying to export a Solution from one Solution Manager to Another.
    I have exported the Solution from System A using TC: SOLUTION_TRANSFER , a solution.zip file was generated , now when I get to system B and was trying to import the solution.zip from TC:SOLUTION_TRANSFER , i get a short dump with error " The ASSERT condition was violated" , The zip file is around 128 MB. Does anyone know a way around this situation.
    Thanks for your help
    Thanks
    Uday

    Hi Uday,
    the parameter icm/HTTP/max_request_size_KB holds a maximum file value for the upload via WebDynpro . The default value is 100 MB. You need to adapt the value to upload a file with size 128 MB. You'll find more details in
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/3e87b3ca6b72d0e10000000a42189c/frameset.htm]
    Best regards,
    Michael

  • Import Error - IMPORT hist FROM DATABASE MONI(DB) ID MONIKEY

    Hi,
       Iin my program I am using the statement
    IMPORT hist FROM DATABASE MONI(DB) ID MONIKEY.
    and Internal table structure of HIST is
    DATA: BEGIN OF HIST OCCURS 0,
              DATE LIKE SY-DATUM,
              TIME LIKE SY-UZEIT,
              SIZE      TYPE P,
              FREE      TYPE P,
              USED      TYPE I,
              TABLES    TYPE I,
              INDICES   TYPE I,
              TSIZE     TYPE I,
              ISIZE     TYPE I,
             END OF HIST.
    This IMPORT STatement is giving dump :
    Runtime Errors         CONNE_IMPORT_WRONG_COMP_TYPE
    Except.                CX_SY_IMPORT_MISMATCH_ERROR
    Is that any way to check before this IMPORT statement,that HIST structure should be like this or like that.If I can find out the correct structure.I can change the HIST's structure and avoid the dump.
    Guide me on this.
    Regards,
    Ashok

    please refer to the  SAP note 1000275
    i got the same error so i rectified it by changing  fields type of hist2 .
    below declaration of hist2 data is giving error
    data: begin of hist2 occurs 0,
            date like sy-datum,
            time like sy-uzeit,
            size      type p,     "Changed to 'p'
            free      type p,     "Changed to 'p
            used      type i,
            tables    type i,
            indices   type i,
            tsize     type i,
            isize     type i,
          end of hist2.
    error rectified with below hist2 data( tsize and isize type is changed to p)
    data: begin of hist2 occurs 0,
            date like sy-datum,
            time like sy-uzeit,
            size      type p,     "Changed to 'p'
            free      type p,     "Changed to 'p
            used      type i,
            tables    type i,
            indices   type i,
            tsize     type p,
            isize     type P,
          end of hist2.

  • CAUFVD gets initialized result in dump with error Production ord not found

    Hi All,
    We want to make change of start date and end date of a production order via CO02 (Production order change). Based on these changes we want to update an existing a Purchasing Planned Order  Start Dt and Finsih Dt (MD12) 
    We are using Enhancement component (PPCO0007) : Exit when saving production order
    Within this exit we are using BAPI_PALNNEDORDER_CHANGE  to update some other purchasing  planned order dates.
    The BAPI_PALNNEDORDER_CHANGE  is executing succesfully however the production order structure (CAUFVD)  gets initialized resulting in dump with error Production order not found
    How can we update and save a purchased planned order and also the  production order
    Barada
    Edited by: barada satapathy on Dec 8, 2010 9:14 AM

    Hi Max,
    Thanks for the reply...
    The error details are as below:
    Dump gets generated via program : (SAPLCOBT).
    Exception condition ORDER_NOT_FOUND raised.
    include = LCOBPU16.
    Row No: = 21.
    Module Type = (Function)
    Module Name = CO_BT_ORDER_DET_TEMP
    We also give brief details on what is happening:
    My exit calls from Standard (LCOZVU01) :
    CALL CUSTOMER-FUNCTION '001'
               EXPORTING
                    header_imp = caufvd
               IMPORTING
                    header_exp = caufvd_tmp
                    no_update  = answer.
    *     Check if update of header necessary and allowed
          IF caufvd-aufnr EQ caufvd_tmp-aufnr AND
             caufvd       NE caufvd_tmp.
            PERFORM caufv_upd(saplcobh) USING caufvd_tmp.
          ENDIF
    When BAPI for planned order is executed within the exit, the structure (caufvd) values are found refreshed. This structure is further updating the production order.

  • Import error  from FM  PYXX_READ_PAYROLL_RESULT

    Hello,
    while running it is giving dump.
    *error at import object from buffer into payroll result.
    when program calls  this  subrout, it dumps
    IF read_only_international IS INITIAL.
        IF client IS INITIAL.
          PERFORM import_result IN PROGRAM (subroutine_pool-name)
    can u tell me solution.
    Thanks.

    Hi Rita,
    FM PYXX_READ_PAYROLL_RESULT  
    Posted: Dec 16, 2008 7:22 PM       E-mail this message      Reply 
    Hello,
    Can you please follow below steps to identify the issue.
         PERFORM import_result IN PROGRAM (subroutine_pool-name)
    Identify which program is called in the variables (subroutine_pool-name) and in the subroutine
    import_result check parameters expected,  find out there data types.
    Check what is being passed from the function module.  I am sure you can identify there must be data type conflict between function module data type with subroutine in the program.
    Regards,
    Krishna

  • FDMEE Import error "No periods were identified for loading data into table 'AIF_EBS_GL_BALANCES_STG'

    Hi,
    We are having trouble while importing one ledger 'GERMANY EUR GGAAP'. It works for Dec 2014 but while trying to import data for 2015 it gives an error.
    Import error shows " RuntimeError: No periods were identified for loading data into table 'AIF_EBS_GL_BALANCES_STG'."
    I tried all Knowledge docs from Oracle support but no luck. Please help us resolving this issue as its occurring in our Production system.
    I also checked all period settings under Data Management> Setup> Integration Setup > Global Mapping and Source Mapping and they all look correct.
    Also its only happening to one ledger rest all ledgers are working fine without any issues.
    Thanks

    Hi,
    there are some Support documents related to this issue.
    I would suggest you have a look to them.
    Regards

  • How do I convert an excel (2008) document to Numbers?  When I drag the Excel document onto the Numbers icon I get, "Import error.  The file format is invalid"

    How can I convert an Excel (2008) document to Numbers.  When I drag the Excel document onto the Numbers icon I get, "Import error.  The file format is invalid.

    That extension identifies the most current Excel file format, a format that can be opened by Numbers '09 (and by Numbers '08).
    A check with Numbers '09 shows it capable of opening .xlsx files when right-clicked (and Numbers chose as the application to open, when double-clicked (if Numbers has been set as the default application to open this type of file, or when dragged to the Numbers icon in the dock.
    I see two possibilities for Numbers inability to open it and the message you receive:
    1. The file is not actually an Excel file, and the sender has added the .xlsx extension to the filename manually.
    2. The file is an Excel file, but has somehow been corrupted.
    Have you tried opening the file with a different application? The open source Office suites, OpenOffice.org, LibreOffice and NeoOffice can also open .xlsx files. If they're unable to open this one, that would point toward the file itself being faulty. You can download these applications from their rspective websites, linked in the names above. All request a donation to support future development, but only Neo requires one to have been made recently, and that only for the current release (which won't be necessary to open .xlsx files).
    Regards,
    Barry

  • "Template import error: No VM configure file found" on brand new setup

    Previously, I posted Console does not launch OVM 3.1.1, Win7x32 Firefox15/IE8 - Empty .jnlp file which was about VM Console not launching. Since this is a new installation, and it seemed to be a unique problem, I scratched the whole installation and started again from scratch. Everything, including the NFS file server, was re-installed from scratch CD OS installation.
    The process is pretty straightforward once you're used to it, and in less than three hours I was ready again to import my first template (a template I had imported before). But now, I submit the the request, and almost immediately the process aborts. (You can see in the information below, that 1 second passes between the Import request (06:32:36) and the failure.)
    Thing is, it takes about three minutes, even locally on the web server, to get an index of that large file (tar tzf), and at completion, the vm config file is listed.
    Am I misreading the error? My web searches for enlightenment found only one good hit on this error, and in that case it appeared to be an "out of space" issue. In this case, though, I'm importing a 5GB tarfile into a 390GB, otherwise-empty file system, so I don't think that is the issue. The failure in ovs-agent.log is below. What other information may I provide to get to the bottom of this? (Thanks for any guidance/help, of course!)
    [2012-10-31 06:31:40 3341] DEBUG (monitor:36) Cluster state changed from [Heartbeating] to [DLM_Ready]
    [2012-10-31 06:31:40 3341] INFO (notification:67) Notification sent: {CLUSTER} {MONITOR} Cluster state changed from [Heartbeating] to [DLM_Ready]
    [2012-10-31 06:31:40 3338] INFO (notification:193) Sending notification: {CLUSTER} {MONITOR} Cluster state changed from [Heartbeating] to [DLM_Ready]
    [2012-10-31 06:31:48 4914] DEBUG (service:77) discover_cluster: ()
    [2012-10-31 06:31:48 4914] DEBUG (service:85) discover_cluster: call completed.
    [2012-10-31 06:32:03 4926] DEBUG (service:77) storage_plugin_mount: ('oracle.generic.NFSPlugin.GenericNFSPlugin', {'status': '', 'admin_user': None, 'admin_host': None, 'uuid': '0004fb00000900003cf41964f3476788', 'total_sz': 0, 'admin_passwd': '******', 'storage_desc': '', 'free_sz': 0, 'access_host': 'filesrv.ps.***.com', 'storage_type': 'FileSys', 'alloc_sz': 0, 'access_grps': [], 'used_sz': 0, 'name': '0004fb00000900003cf41964f3476788'}, {'status': '', 'uuid': 'fc3564eb-ce8b-489c-96bc-df6de2cc8a11', 'ss_uuid': '0004fb00000900003cf41964f3476788', 'size': '330279518208', 'free_sz': '330075340800', 'state': 2, 'access_grp_names': [], 'access_path': 'filesrv.ps.***.com:/mnt/ps_big/repo/repo', 'name': 'nfs:/mnt/ps_big/repo/repo'}, '/OVS/Repositories/0004fb0000030000659e0ce6f2ecfb55', None, True, [])
    [2012-10-31 06:32:03 4926] INFO (storageplugin:108) storage_plugin_mount(oracle.generic.NFSPlugin.GenericNFSPlugin)
    [2012-10-31 06:32:03 4926] DEBUG (NFSPlugin:353) cmd = ['mount', '-t', 'nfs', 'filesrv.ps.***.com:/mnt/ps_big/repo/repo', '/OVS/Repositories/0004fb0000030000659e0ce6f2ecfb55']
    [2012-10-31 06:32:03 4926] DEBUG (service:85) storage_plugin_mount: call completed.
    [2012-10-31 06:32:03 4931] DEBUG (service:77) add_repository: ('filesrv.ps.***.com:/mnt/ps_big/repo/repo', '0004fb0000030000659e0ce6f2ecfb55')
    [2012-10-31 06:32:03 4931] DEBUG (service:85) add_repository: call completed.
    [2012-10-31 06:32:36 4972] DEBUG (linux:847) async call function: import_template
    [2012-10-31 06:32:36 4975] DEBUG (service:77) import_template: ('0004fb0000030000659e0ce6f2ecfb55', '0004fb0000140000fdc18a572a244015', ['http://aspire/pstop/OVM_EL5U7_X86_64_TOOLS8_52_06_PVM.tgz'])
    [2012-10-31 06:32:37 4975] INFO (notification:74) async_proc_prog: notification {ASYNC_PROC} progress PID 4975 status {'OBJECT': 'template', 'TOTAL_OBJECT_COUNT': 1, 'CURRENT_OBJECT_COUNT': 1, 'TOTAL_BYTES': 0L, 'CURRENT_BYTES': 613L, 'OPERATION': 'download'}
    [2012-10-31 06:32:37 4975] INFO (notification:67) Notification sent: {ASYNC_PROC} progress PID 4975
    [2012-10-31 06:32:37 3338] INFO (notification:193) Sending notification: {ASYNC_PROC} progress PID 4975
    [2012-10-31 06:32:37 4975] ERROR (service:96) catch_error: Template import error: No VM configure file found.
    Traceback (most recent call last):
    File "/usr/lib64/python2.4/site-packages/agent/service.py", line 94, in wrapper
    return func(*args)
    File "/usr/lib64/python2.4/site-packages/agent/hypervisor/xenxm.py", line 1041, in import_template
    raise RuntimeError('Template import error: %s' % err)
    RuntimeError: Template import error: No VM configure file found.
    [2012-10-31 06:32:37 4975] DEBUG (linux:879) ovs_async_proc: pid 4975 status 1 output Template import error: No VM configure file found.
    [2012-10-31 06:32:37 4975] INFO (notification:67) Notification sent: {ASYNC_PROC} exit PID 4975
    [2012-10-31 06:32:37 3338] INFO (notification:193) Sending notification: {ASYNC_PROC} exit PID 4975
    [2012-10-31 06:32:39 4987] DEBUG (service:77) storage_plugin_listFileSystems: ('oracle.generic.NFSPlugin.GenericNFSPlugin', {'status': '', 'admin_user': None, 'admin_host': None, 'uuid': '0004fb00000900003cf41964f3476788', 'total_sz': 0, 'admin_passwd': '******', 'storage_desc': '', 'free_sz': 0, 'access_host': 'filesrv.ps.***.com', 'storage_type': 'FileSys', 'alloc_sz': 0, 'access_grps': [], 'used_sz': 0, 'name': '0004fb00000900003cf41964f3476788'}, True)
    [2012-10-31 06:32:39 4987] INFO (storageplugin:108) storage_plugin_listFileSystems(oracle.generic.NFSPlugin.GenericNFSPlugin)
    [2012-10-31 06:32:39 4987] DEBUG (NFSPlugin:142) ENTER: listFileSysytems()
    [2012-10-31 06:32:39 4987] DEBUG (NFSPlugin:257) EXIT : listFileSysytems()
    [2012-10-31 06:32:39 4987] DEBUG (service:85) storage_plugin_listFileSystems: call completed.
    [2012-10-31 06:32:39 5005] DEBUG (service:77) discover_pool_filesystem: ()
    [2012-10-31 06:32:39 5005] DEBUG (service:85) discover_pool_filesystem: call completed.

    How did you get the template to where you staged it?
    I'd say the template is corrupt or you only have a partial template.
    I did notice the call to the template is based on the short name of the host. Can you confirm the VM manager can access the http path via short name?

  • Application triggered a termination with a short dump(Assessment error)

    Hi,
    I created one accessment cycle with couple of segments. While executing this assessment cycle one of the segment is erroring out and it's throwing a runtime error. I searched in OSS and didn't find the right one. I really appreciate your thoughts and answers.
    Short text                                                                                |
    The current application triggered a termination with a short dump.
    Error analysis
    Short text of error message:
    Error ERROR_BW_REFBZ
    Long text of error message:
    Diagnosis
    The following program error or handling error has occurred.
    Error information:
    ERROR_BW_REFBZ
    System Response
    |         Processing is terminated. 
    Thanks
    Br

    Thanks for your quick response Baranyai and we set transfer prices indicator at controlling area level and it's related to profit center valuation. How is going to impact on Assessment cycle and it doesn't appear while creating and executing assessment cycle. I may be wrong and really appreciate your help.
    Thanks
    Br

  • File Import Error - Adobe Media Encoder, help!

    I'm at a complete loss. AME worked very well for me for a long time and booting it up yesterday gave me a paralyzing error.
    Upon trying to import an MOV, MP4, and later a WMV, I received the following error:
    File Import Error
    The file C:\Users\tj\Desktop\New folder\SH_GS_PeekPlay_DEMO_720.mp4 could not be imported. Could not open source file. Please check that file exists with correct permissions.
    I've tried everything I can think of:
    1. Moved the file off the server and onto my desktop.
    2. Double checked file permissions (all of which I have)
    3. Uninstalled AE and Premiere to try to get rid of Media Encoder.
    4. Searched for a way to uninstall AME so I could put a fresh install (can't find how to do this)
    5. Manually updated AME
    6. Reboot (multiple times between these steps)
    7. Contact customer support - no help thus far.
    I'm running Windows 7 64bit with Adobe CC and AME 7.0.1.58

    Tried that as well.
    To rule everything out, I had the files placed:
    1. On company internal server
    2. External Harddrive connected through Firewire
    3. Internal Hard Drive (with OS)
    4. Internal secondary Hard Drive (data only)
    5. On Desktop (technically 1st internal drive)
    I have since fixed this by uninstalling every single Adobe application (including Flash and Air) and redownloading and installing each.

  • Getting import error in jsp in creating war project of masthead for portal 7.31

    Hi,
    I am getting error in customize masthead war project in jsp for import statement.
    <%@ page import="com.sapportals.htmlb.*"%>
    <%@ page import="com.sapportals.htmlb.hovermenu.*"%>
    <%@ page import="com.sap.security.api.UMFactory"%>
    <%@ page import="com.sapportals.portal.prt.service.license.ILicenseService"%>
    <%@ taglib uri="prt:taglib:tlhtmlb" prefix="hbj"%>
    I have asked basis team for jar relative to these but they have not found in system.
    We are using portal 7.31 version.
    Kindly help me to remove this error from jsp.
    Thanks in advance.

    Hi Hemendra,
    At first i have done this and after that even i was facing error that's why i created this thread.
    Kindly check my first post for error.
    Getting import error in jsp in creating war project of masthead for portal 7.31
    This question is Not Answered.(Mark as assumed answered)
    Swati Joshi  Apr 29, 2015 12:34 PM  
    Hi,
    I am getting error in customize masthead war project in jsp for import statement.
    <%@ page import="com.sapportals.htmlb.*"%>
    <%@ page import="com.sapportals.htmlb.hovermenu.*"%>
    <%@ page import="com.sap.security.api.UMFactory"%>
    <%@ page import="com.sapportals.portal.prt.service.license.ILicenseService"%>
    <%@ taglib uri="prt:taglib:tlhtmlb" prefix="hbj"%>
    I have asked basis team for jar relative to these but they have not found in system.
    We are using portal 7.31 version.
    Kindly help me to remove this error from jsp.
    Thanks in advance.

  • Error faced during installation of EHP3 on ECC 6.0 (Test Import Error) ?

    Hi
    i am facing an error while installing EHP3 on ECC 6.0
    my current level :
    SAP_ABA 700 0017
    SAP_BASIS 700 0017
    SAP_BW 700 0019
    SAP_AP 700 0013
    all other SAP_APPL , ERECRUIT are on 600 level more then 11
    I downloaded the ENH3 FOR ERP6.0 content from market place
    I loaded them with SAINT and continued , i removed all other warnings of support package in SAINT by taking appropriate support packages .
    Problem: I am getting Test Import errors
    1)For EAAPL(60301) ---> error code 08
    Function API_RE_CD_GET_CASHFLOW_CN (RECD_API_CONDITION 01) does not fit into the existing function group ((RECD_BAPI_CONDITION 21
    2)FOR FI-CA(60301) --->error code 08
    Function FKK_DB_LOCK_SINGLE (FKKLOCK_DB 04) does not fit into the existing function group ((FKLOCK 11
    3)For ISM (60301) -
    > error code 08
    Function ISM_SD_RETURN_RELEASE (JKSDRETURN03 01) does not fit into the existing function group ((JKSDRETURN100 01

    Hi
    Yes i have checked the previous SPS levels of these components its 13 and i used  603 SP level 02 of these components for installation as per told by you while defining a installation queue as well as support package selection in SAINT but still am getting the error. In SAINT i even got in remarks filed a message that "extended queue is consistent and matchesthe selected target packages". I am getting  "TEST IMPORT ERROR ...."
    I am getting return code 08 for components listed below in TEST IMPORT phase :-
    1) EA-APL (603 SP level 01)
    2) FI-CA     (603 SP level 01)
    3) ISM        (603 SP level 01)
    4) EA-DFPS (603 SP level 01 & 02)
    Please help me out and suggest something.

  • Word to Pages "Import Error"

    I have a load of files created by drag and drop editing of pdf files into Word tables. I want to use pages to edit these ... it should be easier with services. Most of the files open fine, but a few give me an Import Error. Any ideas? There are no obbvious differences between the accepted files and the rejected files. I mightjust gie up with Pages, leaving it for the Mrs to play with ... Keynote seems nice though!
    (Sorry is this has been asked and sorted, but search is off-line and I couldn't find it in the messages when I browsed)

    Julian,
    Pages simply won't support a table with that many rows. If you need that many, you must use another application.
    Perhaps the originator could use a tabbed list rather than a table. That's the only way you will be able to contain a list that long in Pages. You can do the conversion yourself if you open the Word document in LibreOffice, Copy the Table, Paste the Table into Numbers, Export the Numbers doc to CSV, and import to Pages. In Pages Find and Replace the Commas with Tabs.
    There are probably other ways, but that's what comes to mind here.
    Jerry

  • Dumps with errors COMPUTE_BCD_OVERFLOW, COMPUTE_BCD_OVERFLOW

    Hi,
    We got large no.of dumps with errors COMPUTE_BCD_OVERFLOW, COMPUTE_FLOAT_ZERODEVIDE and BCD_FIELD_OVERFLOW with CX_SY_ARTHEMATIC_OVERFLOW exception in production system causing sapmnt disk space reached 95%..
    I don't have idea to resolve this issue. Please explain me with step by step to solve this problem.
    Thanks in adavcne
    Regards
    Srinivas

    Your basis people should be able to deal with the disk space problem, perhaps by deleting old dumps.
    But to prevent this from happening, you ought to fix the programs.
    Rob

  • Excel Import Error

    I am getting this message:
    Import error
    This document was created with an unsupported version of Excel. Only documents created with Excel '97 or later can be opened.
    I have searched and haven't found a solution.
    This file was created in Open Office and has been edited in Excel 08(mac). Clearly not an old version of Excel. I have opened it in Open Office and re-saved, but Numbers still won't open it.
    Weird.
    Kirk

    Found the answer. Both Excel and Open Office were saving the file back to version 5.0.
    After forcing a resave and specifying a newer file type, it opened in Numbers.

Maybe you are looking for

  • Safari Won't Open Apple Store's Web Site

    I tried to go to Apple Store using Safari and wasn't able to get the page to load. I'd get the spinning beach ball every time. I disabled all plugins, input managers, turned off RSS support, tossed the Safari preferences, emptied the cache and cookie

  • Webutil_host command

    Hi, I want to achieve the following using webutil: Download a pdf file stored as blob in database via db_to_client_with_progress and save it on the client using File_save_dialog. This works o.k.      myfilename := webutil_file.file_save_dialog('c:\',

  • HT204022 How can I display photos in my photo stream via a webbrowser?

    If I take photos with e.g. the iPhone, iPad/iPod and have a WLAN connection then they are uploaded as soon as I get the connected. The files are then stored in the cloud and will be distributed to all my devices, which use the same iCloud ID. But if

  • Access Edge animation timeline in iframe

    I'm sure there's a way to do this easily, but I'm new to javascript. How can I access the animation timeline inside an iFrame? For example, if I want a button on a page to play the timeline from a label in an Edge animation in an iframe. Any ideas?

  • OS 10.4 vs )S 10.5

    I'm running OS 10.4.11 and want to upgrade to OS 10.5. Will all my applications, like Quark 6.5 and Photoshop CS 3 still be recognized and run correctly (I know, Quark rarely runs correctly)?