Error when converting using to_number()

Hi!
I have problems running this query:
select * from AB_TRAN sample block (to_number(',000099'),10);
It gives this error message:
ORA-00933: SQL command not properly endedWhile this one runs correctly:
select to_number(',000099') as num from dual;We are on Oracle 9iR2.
Anyone knows what's wrong?

Hi!
I had already fixed those errors.
I gave up to find how to fix the script so I did a little rewrite. It is not completely generic, but it works here.
The trick was to do a string replace of the comma with a dot.
Ths script now look like this:
create or replace function compression_ratio (tabname varchar2)
return number is
   pragma autonomous_transaction;
   -- sample percentage
   pct number := 0.000099;
   --pct number := 1;
   strSQL varchar2(100);
   -- original block count (should be less than 10k)
   blkcnt number := 0;
   -- compressed block count   
   blkcntc number;  
begin
    dbms_output.enable();
    execute immediate ' create table TEMP_UNCOMPRESSED pctfree 0
                      as select * from ' || tabname ||
                    ' where rownum < 1';
  while ((pct < 100) and (blkcnt < 1000)) loop
    execute immediate 'truncate table TEMP_UNCOMPRESSED';
    strSQL := 'insert into TEMP_UNCOMPRESSED select * from ' || tabname ||  ' sample block (' || pct||',10)';
    strSQL := replace(strSQL,'(,','(.');                --New code
    strSQL := replace(strSQL,'(9,9','(9.9');         --New code
    dbms_output.put_line('strSQL: ' || strSQL ); --New code
    execute immediate strSQL;                         --New code
    execute immediate 'select
            count(distinct(dbms_rowid.rowid_block_number(rowid)))
            from TEMP_UNCOMPRESSED' into blkcnt;
    pct := pct * 10;
  end loop;
  execute immediate 'create table TEMP_COMPRESSED compress as
                     select * from TEMP_UNCOMPRESSED';
  execute immediate 'select
          count(distinct(dbms_rowid.rowid_block_number(rowid)))
          from TEMP_COMPRESSED' into blkcntc;
  execute immediate 'drop table TEMP_COMPRESSED';
  execute immediate 'drop table TEMP_UNCOMPRESSED';
  return (blkcnt/blkcntc);
end;
/So this concludes the case I guess. Thanks for your efforts!
Btw, this select generates a select union statement that lists the possible compression ration for all tables in current schema. Remember to remove the last "UNION" before running the statement:
select 'select ''' || table_name ||''', compression_ratio (''' ||table_name || ''') as compr from dual union;' from user_tables order by 1;Thanks for your help. I think the case is closed now if noone else has something to add.
Rgds
Per Chr.

Similar Messages

  • Error when converting a constant amount MAXBT in T511P

    Dear Expert,
    I am encounter error as below when run payroll for Macao,
    Error when converting a constant amount MAXBT in T511P
    CONVERT_TO_LOCAL_CURRENCY has been Called
    Data used:
    Validity end date: 28.02.2014
    Constant: MAXBT
    T511P Currency MOP
    Currency of payroll driver HKD
    Therefor, do the checking on OE00 and check the currency and validity dates for MOP currency.
    Also, checked table V_T001 table the currency that assigned for the company code.
    Checked the MOP currency and ISO code in V_TCURC table. And checked ISO code in V_CURC  table as well.
    Still encounter error as above, appreciate you advice.
    Thanks,
    Mel

    What are the values for :
    Country grouping for PA/PSA:
    Currency appearing in IT0008:
    Country key in IT0006:
    Bank Country in IT0009:

  • Error when converting time stamp in date time time zone CST  in IC

    Hi Experts,
    We have recently upgraded from CRM 5.0 to CRM 2007. We are using IC WEB Employee interaction center.
    so when agent create service ticket in interaction center and close the ticket on same day we are getting an error saying Error when converting time stamp in date time time zone CST.
    we thought there may be problem while installing SAP CRM by basis team in time zone, but we did not find any problem.
    So please advice how to resolve this issue.
    Regards,
    Teja

    Hi Teja,
    I saw a similar message, and it was resolved by adding a timezone to the user profile defaults tab in SU3. I believe the system has been configured to convert between users' timezone and the system timezone, therefore it needs to know each users' timezone.
    Regards,
    Simon.

  • GR224  Report Painter: Internal error when converting a report

    Hi
    Using FAGL_RMIGR transaction I've trasferred report 8A3-0010 in a
    custom library ZXX. The migration happened without error messages. I've
    tryed then to run report FL3-0010 by GRR3 transaction but error message
    GR224 appears
    Report Painter: Internal error when converting a report
    Message no. GR224
    Diagnosis
    During the internal compilation of a Report Painter report to a
    Report Writer report, sets are generated. This caused an error in the
    subprogramm GENERATE_ROW_MULTI. The return code was 7.
    System Response
    The report could not be generated and/or saved.
    Procedure
    Please call the SAP Hotline and send them this longtext as well as
    detailed information describing the circumstances in which this
    error
    occured.
    Please could you help me?
    Thanks in advance
    Giovanna Scamardella

    HI,
    SAPNET notes search with GR 224 brings some old (but maybe helpful) notes: 37611, 193392,137231, pls. check.
    Best regards, Christian

  • Timeout error when converting PDF to Word

    Is anyone available?  I have a time sensitivity project - that would be simple for most folks...Need a question answered

    Hi Sara,
    my PDF cannot be read by Adobe after all. I have tried with one page but
    it still cannot read it. I would like to return the programm because it
    doesn't help to solve my task. Please be so kind and advice how I can
    return it because I will not use it.
    Kind regards,
    Marie  Schechter
    Am 09.06.2014 19:35, schrieb Sara.Forsberg:
    >
          Timeout error when converting PDF to Word
    created by Sara.Forsberg
    <https://forums.adobe.com/people/Sara.Forsberg> in /Adobe ExportPDF/ -
    View the full discussion
    <https://forums.adobe.com/message/6444999#6444999>

  • -3 error when converting music

    I keep getting a -3 error when converting m4a into another AAC/mp3
    Does anyone know what this is? Or why it is happening?
    It's using itunes10.6
    Thanks

    HI Scott,
    Perhaps something here might help: iTunes: How to convert a song to a different file format
    Carolyn

  • I am getting a error IO when trying to upload multiple images within wordpress using the flash uploader. I do not get the error when uploading using explorer. The error only appears if I try uploading using firefox....any ideas?

    I am getting a error IO when trying to upload multiple images within wordpress using the flash uploader. I do not get the error when uploading using explorer. The error only appears if I try uploading using firefox....any ideas?

    Logged the call with SAP who directed me to 'Define settings for attachments' in IMG and setting the 'Deactivate Java Applet' & 'Deactivate Attachment versioning' checkboxes - problem solved.

  • Error when converting a numeric field to XML

    Hi,
            When i run the Adobe intractive form,i am getting following exception
    "Error when converting a numeric field to XML"
    Anyone plz suggest
    Regards,
    vinoth

    Hi Vinoth Raja,
    For resolving the following exception
    "Error when converting a numeric field to XML"
    You have to follow the below link:-
    http://www.saptechies.com/error-when-converting-numeric-field-xml/
    May be it will help you
    Regards,
    Sushma Yadav

  • Getting errors when iam using  BAPI_PO_CREATE1 for Purchase Order creation

    Hi sap Gurus,
      I am getting Errors when iam using  BAPI_PO_CREATE1 for Purchase Order creation that Material (144) does not exist but it is alreardy maintained in MM01.
    I dont get how it is coming.and what are the mandatory fields in bapi BAPI_PO_CREATE1 in item level .that is too material only.
    pls let me know .
    thanks in advance.

    Hi,
    Check the sample code..
    report  zpo_test             .
    *DATA DECLARATION
    constants : c_x value 'X'.
    *Structures to hold PO header data
    data : header like bapimepoheader ,
    headerx like bapimepoheaderx .
    *Structures to hold PO account data
    data : account like bapimepoaccount occurs 0 with header line ,
    accountx like bapimepoaccountx occurs 0 with header line .
    *Internal Tables to hold PO ITEM DATA
    data : item like bapimepoitem occurs 0 with header line,
    itemx like bapimepoitemx occurs 0 with header line,
    *Internal table to hold messages from BAPI call
    return like bapiret2 occurs 0 with header line,
    *Internal table to hold messages from BAPI call
    pocontractlimits like bapiesucc occurs 0 with header line.
    data : w_header(40) value 'PO Header',
    purchaseorder like bapimepoheader-po_number,
    delivery_date like bapimeposchedule-delivery_date.
    data : ws_langu like sy-langu.
    *text-001 = 'PO Header' - define as text element
    selection-screen begin of block b1 with frame title text-001.
    parameters : company like header-comp_code default '122' ,
    doctyp like header-doc_type default 'NB' ,
    cdate like header-creat_date default sy-datum ,
    vendor like header-vendor default '2000000012' ,
    pur_org like header-purch_org default 'PU01' ,
    pur_grp like header-pur_group default '005' .
    *sociedad like HEADER-COMP_CODE default '122' ,
    *vendedor like HEADER-SALES_PERS default 'sale person'.
    selection-screen end of block b1.
    selection-screen begin of block b2 with frame title text-002.
    parameters : item_num like item-po_item default '00010',
    material like item-material default '12000000' ,
    tipo_imp like item-acctasscat default 'K' ,
    *pos_doc like ITEM-ITEM_CAT default 'F' ,
    shorttxt like item-short_text default 'PRUEBA BAPI' ,
    grup_art like item-matl_group default '817230000' ,
    plant like item-plant default '3001' ,
    mpe like item-trackingno default '9999' ,
    *contrato like ITEM-AGREEMENT default '4904000003' ,
    *quantity like ITEM-QUANTITY default 1 .
    po_unit like item-po_unit default 'EA'.
    selection-screen end of block b2.
    Par?mnetros de imputaci?n
    selection-screen begin of block b3 with frame title text-004.
    parameters : centro like account-costcenter default '1220813150',
    cuenta like account-gl_account default '6631400' ,
    num_pos like account-po_item default '10' ,
    serial like account-serial_no default '01' ,
    ind_imp like account-tax_code default 'I2' .
    selection-screen end of block b3.
    start-of-selection.
    *DATA POPULATION
      ws_langu = sy-langu. "Language variable
    *POPULATE HEADER DATA FOR PO
    *HEADER-COMP_CODE = sociedad .
      header-doc_type = doctyp .
      header-vendor = vendor .
      header-creat_date = cdate .
      header-created_by = 'TD17191' .
      header-purch_org = pur_org .
      header-pur_group = pur_grp .
      header-comp_code = company .
      header-langu = ws_langu .
    *HEADER-SALES_PERS = vendedor .
    *HEADER-CURRENCY = 'DOP' .
    *HEADER-ITEM_INTVL = 10 .
    *HEADER-PMNTTRMS = 'N30' .
    *HEADER-EXCH_RATE = 1 .
    *POPULATE HEADER FLAG.
      headerx-comp_code = c_x.
      headerx-doc_type = c_x.
      headerx-vendor = c_x.
      headerx-creat_date = c_x.
      headerx-created_by = c_x.
      headerx-purch_org = c_x.
      headerx-pur_group = c_x.
      headerx-langu = c_x.
    *HEADERX-sales_pers = c_x.
    *HEADERX-CURRENCY = c_x.
    *HEADER-ITEM_INTVL = c_x.
    *HEADER-PMNTTRMS = c_x.
    *HEADER-EXCH_RATE = c_x.
    *HEADER-EXCH_RATE = c_x.
    *POPULATE ITEM DATA.
      item-po_item = item_num.
      item-quantity = '1'.
    *ITEM-MATERIAL = material .
      item-short_text = 'prueba bapi_po_create1'.
    *ITEM-TAX_CODE = ''.
      item-acctasscat = 'K' .
    *ITEM-ITEM_CAT = 'D' .
      item-matl_group = '817230000' .
      item-plant = '3001' .
      item-trackingno = '99999'.
      item-preq_name = 'test'.
    *ITEM-AGREEMENT = '' .
    *ITEM-AGMT_ITEM = ''.
      item-quantity = '1' .
      item-po_unit = 'EA'.
    *ITEM-ORDERPR_UN = 'EA'.
      item-conv_num1 = '1'.
      item-conv_den1 = '1'.
      item-net_price = '1000000' .
      item-price_unit = '1'.
      item-gr_pr_time = '0'.
      item-prnt_price = 'X'.
      item-unlimited_dlv = 'X'.
      item-gr_ind = 'X' .
      item-ir_ind = 'X' .
      item-gr_basediv = 'X'.
    *ITEM-PCKG_NO = '' .
      append item. clear item.
    *POPULATE ITEM FLAG TABLE
      itemx-po_item = item_num.
      itemx-po_itemx = c_x.
    *ITEMX-MATERIAL = C_X.
      itemx-short_text = c_x.
      itemx-quantity = c_x.
    *ITEMX-TAX_CODE = C_X.
      itemx-acctasscat = c_x.
    *ITEMX-ITEM_CAT = c_x.
      itemx-matl_group = c_x.
      itemx-plant = c_x.
      itemx-trackingno = c_x.
      itemx-preq_name = c_x.
    *ITEMX-AGREEMENT = C_X.
    *ITEMX-AGMT_ITEM = c_x.
      itemx-stge_loc = c_x.
      itemx-quantity = c_x.
      itemx-po_unit = c_x.
    *ITEMX-ORDERPR_UN = C_X.
      itemx-conv_num1 = c_x.
      itemx-conv_den1 = c_x.
      itemx-net_price = c_x.
      itemx-price_unit = c_x.
      itemx-gr_pr_time = c_x.
      itemx-prnt_price = c_x.
      itemx-unlimited_dlv = c_x.
      itemx-gr_ind = c_x .
      itemx-ir_ind = c_x .
      itemx-gr_basediv = c_x .
      append itemx. clear itemx.
    *POPULATE ACCOUNT DATA.
      account-po_item = item_num.
      account-serial_no = serial .
      account-creat_date = sy-datum .
      account-costcenter = centro .
      account-gl_account = cuenta .
      account-gr_rcpt = 'tester'.
      append account. clear account.
    *POPULATE ACCOUNT FLAG TABLE.
      accountx-po_item = item_num .
      accountx-po_itemx = c_x .
      accountx-serial_no = serial .
      accountx-serial_nox = c_x .
      accountx-creat_date = c_x .
      accountx-costcenter = c_x .
      accountx-gl_account = c_x .
      account-gr_rcpt = c_x.
      append accountx. clear accountx.
    *BAPI CALL
      call function 'DIALOG_SET_NO_DIALOG'.
      call function 'BAPI_PO_CREATE1'
        exporting
          poheader         = header
          poheaderx        = headerx
        importing
          exppurchaseorder = purchaseorder
        tables
          return           = return
          poitem           = item
          poitemx          = itemx
          poaccount        = account
          poaccountx       = accountx.
    *Confirm the document creation by calling database COMMIT
      call function 'BAPI_TRANSACTION_COMMIT'
      exporting
      wait = 'X'
    IMPORTING
    RETURN =
    end-of-selection.
    *Output the messages returned from BAPI call
      loop at return.
        write / return-message.
      endloop.
    Regards
    Sudheer

  • Same thing is happening to me. Adobe has not responded to anyone about this error. It appears that Abobe XI is not compatible with IE 11.  I do not get this error when I use Chrome or Firefox. Only IE 11 does this. I have tried clearing cache and cookies.

    Same thing is happening to me. Adobe has not responded to anyone about this error. It appears that Abobe XI is not compatible with IE 11.  I do not get this error when I use Chrome or Firefox. Only IE 11 does this. I have tried clearing cache and cookies. I even uninstalled and re-installed IE 11. It is still doing it.  I am surprized that a company like Adobe would just ignore our posts and leave us hanging this this.
    Error message is FAILED TO GET DISPATCH FROM IBRWSR2.  Then when you click on it the next error message says:  PHTML IS NULL. You have to click this error message twice and then the PDF finally loads. Happened every time
    Does anyone have a solution since Adobe will not respond?
    As a last resort I will try uninstalling the Adobe Reader XI and install Adobe Reader 10 instead. It seems to work ok. But when I try to install version 10 the Adobe site tries to install XI.  Any ideas?
    JimP08758

    It worked just fine for me.
    Many site issues can be caused by corrupt cookies or cache.
    * Clear the Cache and
    * Remove Cookies '''''Warning ! ! '' This will log you out of sites you're logged in to.'''
    Type '''about:preferences'''<Enter> in the address bar.
    * '''Cookies;''' Select '''Privacy.''' Under '''History,''' select Firefox will '''Use Custom Settings.''' Press the button on the right side called '''Show Cookies.''' Use the search bar to look for the site. Note; There may be more than one entry. Remove '''All''' of them.
    * '''Cache;''' Select '''Advanced > Network.''' Across from '''Cached Web Content,''' Press '''Clear Now.'''
    If there is still a problem,
    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Type '''about:preferences#advanced'''<Enter> in the address bar.
    Under '''Advanced,''' Select '''General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites. Are there any problems?
    Then restart.

  • Error:-"Internal error when converting a recurrence documentu201D

    Hello ISU Experts,
    For customer I am trying to create a new BBP with transaction EA61. This is done without any errors until I try to save the new BBP. Then I receive the following error:
    u201CInternal error when converting a recurrence documentu201D
    Kindly help me in resolving this issue so that customer can receive their BBP.
    Thanks in advance
    Shabnum

    Hello,
    Have you tried to do a note search for error >4011 "Internal error in converting a repetition document"
    Here are some I found......please see which is relevant for your system and implement them...
    367152
    131335
    410434
    571098
    561664
    569037
    566972
    402934
    565100
    155572
    153495
    553711
    203706
    183259
    170406
    182403
    619942
    700304
    855780
    214947
    I hope this helps...
    Regards
    Olivia

  • Am getting error  error when am using  wm_concat funcation.

    hi all
    am getting error error when am using wm_concat funcation.
    SQL> DECLARE
    2 ex VARCHAR2(200);
    3 BEGIN
    4 SELECT wm_concat(ename) INTO EX FROM EMP WHERE deptno=30;
    5 DBMS_OUTPUT.PUT_LINE(EX);
    6 END;
    7
    8 .
    SQL>
    SQL> /
    DECLARE
    ERROR at line 1:
    ORA-06550: line 4, column 10:
    PL/SQL: ORA-00904: "WM_CONCAT": invalid identifier
    ORA-06550: line 4, column 3:
    PL/SQL: SQL Statement ignoredThanks for all in advance
    Edited by: maddy on 9 Jan, 2012 10:02 PM

    >
    WM_CONCAT is undocumented and unsupported by Oracle, meaning it should not be used in production systems.
    >
    so change your way
    btw
    for me
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    SQL> set serveroutput on
    SQL> DECLARE
      2   ex varchar2(200);
      3   BEGIN
      4   SELECT wm_concat(ename) INTO EX FROM EMP WHERE deptno=30;
      5   DBMS_OUTPUT.PUT_LINE(EX);
      6   END;
      7  /
    ALLEN,WARD,MARTIN,BLAKE,TURNER,JAMES
    PL/SQL procedure successfully completed.
    SQL> try wmsys.wm_concat

  • Error when converting a 1602i to Autonomous

    Hi all... just looking for a little help. I'm trying to convert a 1602i to an Autonomous OS.
    I downloaded: ap1g2-k9w7-tar.152-2.JB.tar
    Performed the following:
    1.) Set PC LAN address to 10.0.0.5
    2.) Start TFTP Server and point to folder holding the Autonomous IOS.
    3.) Set timeout to 30 seconds
    4.) Made a copy of the IOS and renamed it to: "ap3g2-k9w7-tar.default"
    5.) Connect AP Ethernet port to Laptop LAN port using a Cat5 cable.
    6.) Reset AP power holding the MODE button until the LED blinks Red (~20seconds) and then release the button.
    The AP reloaded, and started downloading the IOS from the tftp....
    Then I get the following message: (a lot of additional extraction messages I didn't paste)
    extracting ap1g2-k9w7-mx.152-2.JB/html/level/15/ap_system-sw_sysconfig.shtml.gz (7145 bytes).
    extracting ap1g2-k9w7-mx.152-2.JB/html/level/15/ap_stationview-client.shtml.gz (5554 bytes).
    extracting ap1g2-k9w7-mx.152-2.JB/html/level/15/ap_contextmgr_ap.shtml.gz (4774 bytes).
    extracting ap1g2-k9w7-mx.152-2.JB/html/level/15/ap_contextmgr_scm.shtml.gz (5294 bytes).
    extracting ap1g2-k9w7-mx.152-2.JB/html/level/15/ap_contextmgr_scm-groups.shtml.gz (7511 bytes).
    extracting ap1g2-k9w7-mx.152-2.JB/html/level/15/ap_contextmgr_scm_summary.shtml.gz (5061 bytes).
    extracting ap1g2-k9w7-mx.152-2.JB/ap1g2-k9w7-mx.152-2.JB (9206971bytes)..........................................................................................................................................................................
    Premature end of tar file
    ERROR: Problem extracting files from archive.ap:
    I've performed this on 2602 without any issues... and we have tried doing the tftp in romon...
    ap: tar -xtract tftp://10.0.0.5/ap1g2-k9w7-tar.152-2.JB.tar flash:
    Same result... went back to Cisco.com and downloaded the file again and tried again, same result.
    Any help would be greatly appreciated.
    Rich

    I've tried both processes multiple times and have finally gotten to what appears to be the end. However after I reset the AP, I get an error when the AP starts loading the IOS from flash.
    xtracting ap1g2-k9w7-mx.152-2.JB/S5.bin (106106 bytes).......................
    extracting ap1g2-k9w7-mx.152-2.JB/K2.bin (5830 bytes).
    extracting ap1g2-k9w7-mx.152-2.JB/K5.bin (75790 bytes)................
    extracting ap1g2-k9w7-mx.152-2.JB/info (277 bytes)
    extracting info.ver (277 bytes)ap:
    IOS Bootloader - Starting system.
    flash is writable
    FLASH CHIP:  Numonyx Mirrorbit (0089)
    Xmodem file system is available.
    flashfs[0]: 183 files, 7 directories
    flashfs[0]: 0 orphaned files, 0 orphaned directories
    flashfs[0]: Total bytes: 31997952
    flashfs[0]: Bytes used: 10417152
    flashfs[0]: Bytes available: 21580800
    flashfs[0]: flashfs fsck took 17 seconds.
    Reading cookie from SEEPROM
    Base Ethernet MAC address: 6c:41:6a:98:05:73
    Ethernet speed is 1000 Mb - FULL Duplex
    Loading "flash:/ap1g2-k9w7-mx.152-2.JB/ap1g2-k9w7-mx.152-2.JB"...uncompress: Unknown mzip segment type: 2
    Error loading "flash:/ap1g2-k9w7-mx.152-2.JB/ap1g2-k9w7-mx.152-2.JB"
    Interrupt within 5 seconds to abort boot process.
    Boot process failed...
    The system is unable to boot automatically.  The BOOT
    environment variable needs to be set to a bootable
    image.
    C2600 Boot Loader (AP3G2-BOOT-M) LoaderVersion 12.4(25e)JA1, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Compiled Wed 30-May-12 03:34 by binugopa
    ap:

  • Error when converting form to XML

    I get this error when trying to convert a form using this method:
    frmf2xml.bat OVERWRITE=YES AvaAcPt.fmb
    Oracle Forms 10.1.2 Forms to XML Tool
    Copyright(c) 2001, 2005, Oracle. All rights reserved.
    Processing module AvaAcPt.fmb
    WARNING: Invalid value (100) for property DataType on object OK.
    WARNING: Item CURR_CODE - all ListItemElements must have an Index, Name and Value.
    WARNING: Invalid value (100) for property DataType on object OK.
    WARNING: Invalid value (100) for property DataType on object INACTIVECUSTOMER.
    WARNING: Invalid value (100) for property DataType on object OK.
    XML Module saved as AvaAcPt_fmb.xml
    The WARNING: Item CURR_CODE - all ListItemElements must have an Index, Name and Value. is obvious. It a list is empty this warning is thrown out. Of course my concern is when we do the XML to Forms conversion later will the list item and associated code be reconstructed correctly?
    As for the 3 OK buttons and the INACTIVECUSTOMER button the converter puts a DataType attribute, which is meaningless to a button.
    I tried to find any peculiarities with the buttons but could not find any.
    Has anybody else experienced this problem?

    Hi,
    I have got the same warning “ all ListItemElements must have an Index, Name and Value” when converting form from fmb to xml using frmf2xml.
    Have you find any course of this and how to fix it?
    Thanks!

  • QT Pro Crashes with "Export Controller" error when converting M2V to H.264

    I am currently experiencing a problem with QT Pro for Win. Any time I try to convert a M2V file to an H.264 encoded .mp4 file, QT pro gets approx 10-16% complete with the conversion and then crashes. (This happens when trying to encode an 2hr SD M2V file taken from a DVD or a 1/2hr M2V HD file recorded via EyeTV, so the resolution/size isn’t an issue.) The error message is always that there was a “QT Export Controller error”. I do not get this kind of error when using the same files with QT Pro on my MacBook only on my windows box. I am running the most current version of QT. Does anyone have any ideas on this?

    Hi,
    I too am having crashing issues.... and I too got no help from Apple. Just go to website they said... great!!?? Now I know why I never use these guys products!!!
    However, rant over, I do have a need to use Quicktime.
    I am trying to use Quicktime to convert quicktime movies to the new H.264 codec, a function available with Quicktime Pro.
    However when I go to export window and then to the video setings window, quicktime just suddenly closes(not crash). I can go into the audio section though and change options in there. I have uninstalled and re-installed with no luck.
    This is extremely frustrating
    any help greatly appreciated
    sharky

Maybe you are looking for