Office 2007 format support

Does anyone know when the text filters will support Office 2007 documents e.g. .docx? I get the following error in 10.2.0.2.0:
DRG-11222: Third-party filter does not support this known document format

Does anyone know when the text filters will support
Office 2007 documents e.g. .docx? I get the following
error in 10.2.0.2.0:As documented, Office 2007 is not supported in any of the production releases of Oracle Text as of today. I am hoping for 10.2.0.4 which is not expected for a few more months.
Faisal

Similar Messages

  • Office 2007 XLSX Support

    hi,
    I am looking for a solution that can help me in some standard way to support xlsx support to my ECC6 EHP 4 System.
    I want if alv is exported ( any alv report program) in excel it should generate xlsx file Office 2007 standard xlsx file to save.
    I am also looking of any class / object / functions that I can use to generate xlsx file from my custom program and send as email or do a GUI_Download.
    I know I cannot ask too many questions on single thread, but my requirement is to have a standard solution that supports 2007 office excel file format in download/ upload by default.
    I found an OSS not also that refer to same requirement but I want you advice that does it solve my purpose fully.
    OSS note: 1286768
    Thanks
    Anand

    Hi,
    ALV export to XLSX format can be achieved using CL_SALV_TABLE and CL_BCS, This works with   ECC6  EHP5, not sure about EHP 4.
    See the following code snippet to send email as XLSX attachement.
    types:
         begin of lty_alv,
         end of lty_alv.
    data: lt_alv type standard table of  lty_alv.
    data: lo_salv_table type ref to cl_salv_table.
    select ... into table lt_alv .....................
    cl_salv_table=>factory(
               IMPORTING r_salv_table = lo_salv_table
               CHANGING t_table = lt_alv ).
    * Generate XLSX format & send email
         DATA: lo_bcs TYPE REF TO cl_bcs,
               lo_document TYPE REF TO cl_document_bcs,
               lo_distrlist_bcs TYPE REF TO cl_distributionlist_bcs.
         DATA: lv_xml TYPE xstring,
               lt_stream TYPE solix_tab.
         DATA lv_msg TYPE string.
         "Get XML output in Excel xml format
          lv_xml = lo_salv_table->to_xml(
                        xml_type    = if_salv_bs_xml=>c_type_excel_xml
                        xml_flavour = if_salv_bs_c_tt=>c_tt_xml_flavour_full  ).
         lt_stream = cl_bcs_convert=>xstring_to_solix( iv_xstring = lv_xml ).
          lv_msg = 'Mail body text goes here'.
         lo_document = cl_document_bcs=>create_document(
                               i_type = 'RAW'
                               i_text = cl_bcs_convert=>string_to_soli( iv_string = lv_msg )
                               i_subject = 'Mail Subject goes here' ).
          lo_document->add_attachment( i_attachment_type = 'RAW'  "XLS also can be used
                             i_attachment_subject = 'file_name.xlsx'
                             i_att_content_hex = lt_stream ).
          lo_bcs = cl_bcs=>create_persistent( ).
          lo_bcs->set_document( lo_document ).
          lo_bcs->set_sender( i_sender = cl_cam_address_bcs=>create_internet_address( 'sender email id' ) ). "cl_sapuser_bcs=>create( sy-uname )
          lo_distrlist_bcs = cl_distributionlist_bcs=>getu_persistent( i_dliname = 'Distribution list name'           i_private = abap_false ). "Or use create internet address as above
          lo_bcs->add_recipient( i_recipient = lo_distrlist_bcs ).
          lo_bcs->set_send_immediately( abap_true ).
          lo_bcs->send_request->set_link_to_outbox( abap_true ).
          lo_bcs->send( ).
          commit work.
    Disadvantage of this method: if mail is opened within SAP Business workplace, it does not identify the file type as it support only 3 character identity as of now. External email clients can open the attachement properly. If you want to open the attachement within SAP, change attachement type to 'XLS' and remove the file extension from file name.
    Thanks,
    Shajahan

  • How to convert all old (pre-Office 2007) documents in portal to new (Office Open XML, Office 2007+) formats?

    Good day.
    We have create a single SharePoint 2013 farm and manually copied in it all documents from old SharePoint 2007 server portal.
    The question is how to automate covertation from old document format to new office in all librarys?
    "Word Automation Services" able to convert only Word's documents, not Excel.
    The single method what I think, is to use bulk convert utility ofc.exe from Microsoft Office Migration Planning Manager with powershell's ability to get all items from all librarys from site collection.
    Can someone has faced with it and has a ready work example?

    Hi,
    According to your description, my understanding is that you want to convert all office file to the latest 2007 format.
    We found this tool called MS Office Migration Planning Manager:
    http://www.microsoft.com/downloads/details.aspx?FamilyID=13580cd7-a8bc-40ef-8281-dd2c325a5a81&DisplayLang=en#filelist
    After extracting it, going to the Tools folder and modified the ofc.ini file to specify which folder to scan and convert etc.
    Then running  the ofc.exe and except some files didn't convert successfully, others is ok.
    https://technet.microsoft.com/en-us/library/cc179019(v=office.14).aspx
    Besides, Here is a similar post, you can use as a reference:
    https://social.technet.microsoft.com/Forums/office/en-US/8c571ca4-8ef6-496e-950a-6a608d44a070/how-to-convert-all-office-file-to-the-latest-2007-format?forum=ITCG
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Can any iWork '08 app import Office 2007 formats?

    i.e. docx, xlsx, pptx, etc...

    You will hit some problems with iWork '08, in that it doesn't support all the facilities of Excel (in particular, date formatting tends to differ and some functions are not supported).
    That said, I've found it to do a very good job of importing simple docx and xlsx documents. It has retained the format very well - including bringing across the SmartArt diagram. I haven't tried PowerPoint 2007 presentations.

  • Internet Exporer 8 and Office 2007 Supported?

    We currently have a client running BOE XI R2, and they are considering deploying Internet Explorer 8 and Office 2007.  They use Web Intelligence as their main reporting environment.
    Does anyone know if IE 8 and Office 2007 are officially supported at any BOE version?  I have been unable to find the Supported Platforms document on the new SAP site.
    Thank you in advance for your help!

    Hello Tim,
    What SP/FP are you on?
    In any case, Office 2007 is supported on SP5. IE 8 is not supported. The newest supported version of IE is 7.
    The Support Platforms document is available at the Business Object Article site [here|Articles].
    Regards,
    Srinivas

  • Office 2007 Document Attaching in Solution Manager

    Dear Gurus,
    When document attaching in Solution Manager 7.01, the system does not support Microsoft Office 2007 formats. (docx, xlsx) Are there any customizing for this topic?
    Thank you,

    Hi,
    Thanks, in lieu with your detailed system message, please try with this
    The warning is because the file extension docx is not known for the
    system. All the known extension is defined in table SDOKMIME by standard
    . And customer can extend it in table SDOKMIME_C.
    Actually that is only a warning message, which will not block the
    following up processing. The docx file will be attached if you click on
    the green tick. And the file can be previewed and checked later on.
    If you would like to get rid of this warning anyway, you may extend the
    customer table using the following step:
    -spro->SAP Customizing Implementation Guide
    ->SAP NetWeaver->Knowledge Management
    ->Settings in the Knowledge Warehouse System
    ->Document Management Service
    ->Define MIME Type for File Name Extension
    -add an entry like
    File name extension = docx
    MIME type of a Web object = application/vnd.openxmlformats
    After everything has been done as above, please retry to attach, it should help.
    Cheers,
    sh

  • OneDrive for Business sync client with Office 2007

    We have 700 people organisation using Sharepoint 2013. One of the key features for us is the OneDrive for business that allows us to sync document libraries. BUT there seems to be a big problem with Office 2007 clients, after installing the separate client
    opening and creating documents get's broken. Same thing is described here:
    http://blogs.technet.com/b/odsupport/archive/2014/02/06/you-cannot-open-or-create-office-documents-in-sharepoint-2013-with-office-2010-and-office-2013-products-installed.aspx
    Office customization tool cannot be used with standalone client and there is no way to disable Microsoft Sharepoint Foundation support. Technet states that Office 2007 is supported but it surely doesn't feel like it. SP2 fixes this for Office 2010, but that
    doesn't help with Office 2007. Is there any solution for this?
    Regards,
    Sampsa

    Hi,
    It’s a known issue with Office 2007 or 2010 (without the latest Service Pack) along with SharePoint 2013.
    To resolve the issue, you can install Service Pack 2 for Office
    2010 and Service Pack 3 for Office 2007.
    Or disable the IE Add On - "SharePoint OpenDocuments Class" .
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]
    Jason Guo
    TechNet Community Support

  • Support for Office 2007 files (especially docx) ?

    Hi,
    can you please give me a hint if it's possible to use ora-text with the current office 2007 file formats ?
    I need to have support for word 2007 (docx) format very soon
    Is it already available ?
    If not, is there a plan to support those formats ?
    Thank you

    Hi,
    the workaround descrived above would also work for your plsql app. Therefore you can use the PL/SQL XSLT Processor in order to extract the content needed from the office 2007 documents. See DBMS_XSLPROCESSOR.
    What is your business case? How do you store and index your documents?
    p.s Here is an example of an xslt to extract the text content from an docx document. The internal structure of docx document is based on the Open Packaging Conventions (see http://openxmldeveloper.org/articles/OPC_parts.aspx )
    <?xml version="1.0" encoding="utf-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
    xmlns:v="urn:schemas-microsoft-com:vml"
    exclude-result-prefixes="w v">
    <xsl:output method="text" indent="no" encoding="UTF-8" version="1.0"/>
    <!-- document root -->
    <xsl:template match="/">
    <!-- root element in document -->
    <xsl:apply-templates select="w:document"/>
    <!-- root element in header -->
    <xsl:apply-templates select="w:hdr"/>
    <!-- root element in footer -->
    <xsl:apply-templates select="w:ftr"/>
    <!-- root element in comments -->
    <xsl:apply-templates select="w:comments"/>
    <!-- root element in foornodes -->
    <xsl:apply-templates select="w:footnotes"/>
    <!-- root element in endnodes -->
    <xsl:apply-templates select="w:endnotes"/>
    <!-- root element in glossary -->
    <xsl:apply-templates select="w:glossaryDocument"/>
    </xsl:template>
    <!-- ****************************
    start document
    **************************** -->
    <xsl:template match="w:document">
    <xsl:for-each select="//w:p">
    <xsl:apply-templates select="*/w:t"/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <!-- used for word art text -->
    <xsl:apply-templates select="//v:textpath"/>
    </xsl:template>
    <!-- get all text nodes within a para -->
    <xsl:template match="*/w:t">
    <xsl:value-of select="."/>
    </xsl:template>
    <!-- gword art text -->
    <xsl:template match="//v:textpath">
    <xsl:value-of select="@string"/>
    </xsl:template>
    <!-- ****************************
    end document
    **************************** -->
    <!-- ****************************
    start header
    **************************** -->
    <xsl:template match="w:hdr">
    <xsl:for-each select="//w:p">
    <xsl:apply-templates select="*/w:t"/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    </xsl:template>
    <!-- ****************************
    end header
    **************************** -->
    <!-- ****************************
    start footer
    **************************** -->
    <xsl:template match="w:ftr">
    <xsl:for-each select="//w:p">
    <xsl:apply-templates select="*/w:t"/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    </xsl:template>
    <!-- ****************************
    end footer
    **************************** -->
    <!-- ****************************
    start comments
    **************************** -->
    <xsl:template match="w:comments">
    <xsl:for-each select="//w:t">
    <xsl:value-of select="."/>
    <xsl:text> </xsl:text>
    </xsl:for-each>
    </xsl:template>
    <!-- ****************************
    end comments
    **************************** -->
    <!-- ****************************
    start footnodes
    **************************** -->
    <xsl:template match="w:footnotes">
    <xsl:for-each select="//w:p">
    <xsl:apply-templates select="*/w:t"/>
    <xsl:text> </xsl:text>
    </xsl:for-each>
    </xsl:template>
    <!-- ****************************
    end footnodes
    **************************** -->
    <!-- ****************************
    start endnodes
    **************************** -->
    <xsl:template match="w:endnotes">
    <xsl:for-each select="//w:p">
    <xsl:apply-templates select="*/w:t"/>
    <xsl:text> </xsl:text>
    </xsl:for-each>
    </xsl:template>
    <!-- ****************************
    end endnodes
    **************************** -->
    <!-- ****************************
    start glossary
    **************************** -->
    <xsl:template match="w:glossaryDocument">
    <xsl:for-each select="//w:p">
    <xsl:apply-templates select="*/w:t"/>
    <xsl:text>
    </xsl:text>
    </xsl:for-each>
    <!-- used for word art text -->
    <xsl:apply-templates select="//v:textpath"/>
    </xsl:template>
    <!-- ****************************
    end glossary
    **************************** -->
    </xsl:stylesheet>
    Edited by: user304344 on Mar 30, 2009 10:23 PM

  • Does the Report Generation Toolkit support Office 2007?

    With the hot-out-of-the-oven Office 2007, Microsoft has done a complete overhaul of the Office environment that we all have spent many years learning to perfection (well.. almost). Lucky those who got a head start as part of the Office Beta program.
    Well, NI claims that the current version of the LabVIEW Report Generation Toolkit supports "Microsoft Office 2000 (Word, Excel, and Graph) or later" and therefore literally also the new Office 2007.
    I doubt that the ActiveX API has remained unchanged when developing Office 2007, so let's use this thread to uncover the experience you have with calling Office 2007 applications using the LabVIEW Report Generation Toolkit.
    Anyone???
    - Philip Courtois, Thinkbot Solutions

    We are currently working on a maintenance release for the Report Generation Toolkit to support Office 2007.  You can install the current toolkit with Office 2007, but you will have some problems.  If you copy the four LLBs from the Compatibility\Office 2003\vi.lib\addons\_office folder on your Report Generation Toolkit CD to the corresponding vi.lib\addons\_office location in your LabVIEW folder after installing the toolkit, things will work for the most part.  But you won't have 100% compatibility until the maintenance release is done.
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • MS Word not listed in Acrobat 9 supported file type (Windows 7 64 + Office 2007)

    Installation details:
    Windows 7 64bit O/S
    MS Office 2007
    Acrobat 9 Professional
    When attempting to create a PDF from multiple files or combine multiple files into one PDF (single or package/portfollio) Microsoft Word is not listed in the supported file type drop down menu. This means when I navigate to a folder containing *.doc files I cannot see them. I tried adding *.doc files via drag and drop but Acrobat listed red exclamation marks stating it could not convert that file type. MS Excel, Powerpoint and Publisher appear in the supported file type list.
    I believe this may be a Windows 7 compatibility issue as the same problem occured when using Acrobat 8 Standard prior to installing Acrobat 9 Professional. MS Word files are supported when both Acrobat 8 & 9 are installed on a Windows XP system.
    I can create a PDF of individual MS Word documents using the acrobat tab inside MS Word itself.
    I have thousands of Word files I need to combine into PDF portfollios (packages in Acrobat 8 I believe).
    My great appreciation if you can provide any help.
    Regards
    Sunny

    Bill@VT wrote:
     OK. Then do you mean the thumbnails in Windows Explorer? I don't have a solution for that, but there have been several posts about the issue.
    Well, thumbnails in Explorer don't work either, but we're not concerned about it.  The preview pane is what we're worried about.  There is a button in the top-right that turns the pane on.  Previewing in Outlook does not work either.
    Sabian Zildjian wrote:
    Check the value for AppID in this registry key:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Classes\CLSID\{DC6EFB56-9CFA- 464D-8880-44885D7DC193}]
    What do you have?
    {534A1E02-D58F-44f0-B58B-36CBED287C7C}
    DisplayName is set to "@C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\pdfprevhndlr.dll,-101".

  • Windows7 Office 2007 and Acrobar 10 is supported in what version?

    Hi,
        The company that I work want to know if our SAP installation environment ERP and BW release and support packages support the following apps:
    Windows 7
    Office 2007
    Acrobat 10
    This are our release and SP versions:
    ERP -> 5.0
    SP:
    Component     SP
    SAP_ABA     27
    SAP_BASIS     27
    PI_BASIS     11
    ST-PI     3
    SAP_BW     27
    SAP_APPL     24
    SAP_HR     82
    SAP_HRCAR     82
    SAP_HRCAT     82
    SAP_HRCAU     82
    SAP_HRCBE     82
    SAP_HRCBR     82
    SAP_HRCCA     82
    SAP_HRCCH     82
    SAP_HRCCN     82
    SAP_HRCDE     82
    SAP_HRCDK     82
    SAP_HRCES     82
    SAP_HRCFI     82
    SAP_HRCFR     82
    SAP_HRCGB     82
    SAP_HRCHK     82
    SAP_HRCID     82
    SAP_HRCIE     82
    SAP_HRCIN     82
    SAP_HRCIT     82
    SAP_HRCJP     82
    SAP_HRCKR     82
    SAP_HRCMX     82
    SAP_HRCMY     82
    SAP_HRCNL     82
    SAP_HRCNO     82
    SAP_HRCNZ     82
    SAP_HRCPH     82
    SAP_HRCPT     82
    SAP_HRCSE     82
    SAP_HRCSG     82
    SAP_HRCTH     82
    SAP_HRCTW     82
    SAP_HRCUS     82
    SAP_HRCVE     82
    SAP_HRCZA     82
    SAP_HRGXX     82
    SAP_HRRXX     82
    EA-IPPE     22
    PI     20
    EA-APPL     24
    EA-DFPS     24
    EA-FINSERV     24
    EA-GLTRADE     24
    EA-HR     82
    EA-HRCAR     82
    EA-HRCAT     82
    EA-HRCAU     82
    EA-HRCBE     82
    EA-HRCBR     82
    EA-HRCCA     82
    EA-HRCCH     82
    EA-HRCCN     82
    EA-HRCDE     82
    EA-HRCDK     82
    EA-HRCES     82
    EA-HRCFI     82
    EA-HRCFR     82
    EA-HRCGB     82
    EA-HRCHK     82
    EA-HRCID     82
    EA-HRCIE     82
    EA-HRCIN     82
    EA-HRCIT     82
    EA-HRCJP     82
    EA-HRCKR     82
    EA-HRCMX     82
    EA-HRCMY     82
    EA-HRCNL     82
    EA-HRCNO     82
    EA-HRCNZ     82
    EA-HRCPH     82
    EA-HRCPT     82
    EA-HRCSE     82
    EA-HRCSG     82
    EA-HRCTH     82
    EA-HRCTW     82
    EA-HRCUS     82
    EA-HRCVE     82
    EA-HRCZA     82
    EA-HRGXX     82
    EA-HRRXX     82
    EA-PS     24
    EA-RETAIL     24
    FINBASIS     26
    BI_CONT     6
    ERECRUIT     23
    LSOFE     23
    BP-BLERP     0
    ST-A/PI     0
    BW -> 3.5
    SP:
    Component     SP
    SAP_ABA     27
    SAP_BASIS     27
    PI_BASIS     11
    ST-PI     0
    SAP_BW     27
    FINBASIS     26
    BI_CONT     20
    SEM-BW     26
    ST-A/PI     0
    Thxs for the Help!!!
    Carlos

    Yes All these application are supported. You need SAP GUI 7.20 for Windows 7. Check this Sap Note
    Note 1393114 - New features in SAP GUI for Windows 7.20
    Regards,
    Subhash

  • Essbase client 7.x support Office 2007

    Hi All,
    I hope, I will get answers for my below questions as great people are around here...
    1. Does Essbase runtime client 7.1.2 support office 2007 or not ? If not , any reason?
    1. Does Essbase runtime client 7.1.3 support office 2007 or not ? If not , any reason?
    I would like to have look at support matrix for 7.x versions?
    Please share If anyone have the same , I really appreciate your help.
    Thanks,
    KK

    To be more precise, you asked if it was supported. It is not technically supported.
    Does it work? Yes, usually.
    My advice: disable the query designer if you don't need it. See my other recent posts for explanations.
    The other issues:
    - Double-click to zoom in: problematic under some configuration settings
    - General availability: add the command bars to the quick access tool-bar to make it more readily available
    - Occasional disappearance of essbase menu: security settings and/or query designer start up sequence
    - Windows XP SP3: tends to aggravate the above issues (from rare to common)

  • Does Smartview v 9.3.0.1.1.004 support Office 2007?  Any readme or manual?

    Dear expect,
    Does Smartviiew Version 9.3.0.1.1.004 support Office 2007?
    Does anyone has the readme or manual for this version?
    Please help!
    Thanks & regards,
    Annie

    Annie,
    We have had issue with Office 2007 and SmartView 9301 and had to upgrade to SV 931 along with APS 931.
    Following were the errors with SV 9301.
    1. Smart View version is not compatible with Office 2007
    * Excel crashes
    * Unable to use standard Excel functionality
    * Unable to save file
    * Unable to pivot
    * Hyperion menu/toolbar issue
    2. Current Smart View throws error while running rules/seq with hidden prompts
    Note: You can upgrade SV 931 only without upgrading other components. However you must upgrade APS as well otherwise it will not work.
    Good luck!
    Venu

  • Zen V Plus support for Office 2007 Supp

    Hi All?Anybody heard when the Zen V PLus will have support for Office 2007 to be able to synchronize contacts, etc.Message Edited by stevenvj on 06-20-200703:20 AM

    well, I got a very very quick response from Creative. I don;t know if what they said to do will solve my problem but they sent a very detailed list of things to do so we are now off to copy the info from our zen v pluses in case we lose what we put on them and will post an update to let you all know if we solved this and how. While I am not impressed with the product at this moment if this works? then I will be very impressed with how this has been handled so far....

  • Sharepoint 2007, Office 2007, and 64-bit Internet Explorer support

    Hi All,
    I have an issue editing documents on our SharePoint 2007 intranet.  When using 64-bit IE, and when I choose "Edit in Microsoft Office Word" I get the following error:   ‘Edit Document’ requires a Windows SharePoint Services-compatible application and Microsoft Internet Explorer 6.0 or greater.    This does not happen with 32-bit IE.
    I am working on deploying Windows 7 and I am seeing this on a clean installation of Windows 7 Enterprise x64.  The only software I am installing is Office Enterprise 2007.  The Office 2007 installation includes the Office Tools > Windows SharePoint Services Support.   Installing SP1 and SP2 for Office does not fix the problem.   I can duplicate this on multiple computers.
    I know 64-bit IE is a level 2 supported browser according to this article (http://technet.microsoft.com/en-us/library/cc263526.aspx ), but shouldn't editing documents be allowed for it?   Perhaps I am misinterpreting the article somehow?   If this is the case, could someone point out where I am going wrong?
    Thanks,
    Andrew

    Thanks but copying the dll over and restarting IE also did not work.  I also restarted the computer to be sure.  I tried these additional things:
    I tried re-registering the dll but I got this error:  The module "owssupp.dll" was loaded but the call DllRegisterServer failed with error code 0x80070716.
    I also removed the dll and ran the Microsoft Office Diagnostics utility.  It found and corrected one problem (it added the dll back), but this did not fix my problem.
    To elaborate more, I noticed that I CAN check out a document and then use the "Edit in Microsoft Word" link to open the document.  However, when I try to save the document, SharePoint thinks the document is read-only.  So there is still some compatibility issues going on there.
    So I did some more digging and although I couldn't find it documented, the feature that allows this to work is an ActiveX control.  I compared the browser add-ons in the 32bit version of IE to the 64 bit version and what would you know, the add-ons (SharePointOpenDocuments and SharePoint Stssync Handler - both controlled by owssupp.dll) were not part of the browser... and there didn't appear a way to install them. 
    According to the document I linked in my original post, ActiveX controls are not supported in level 2 browsers such as 64 bit Internet Explorer... it could be this is one of the ActiveX controls that is not supported.  For now that is my answer unless anyone else has more ideas.

Maybe you are looking for

  • I want to upgrade my ( iMAC 800Mhz Power PC G4 &  iBOOK 700Mhz PC G3)

    Hello! I want to upgrade if possible over 1GB ? my now slow computer ( iMAC 800Mhz Power PC G4 ) and a ( iBOOK 700Mhz Power PC G3 ) which I don't think I'm confident enough to change the internal memory but the user memory I think I can attempt! So I

  • Error in executing triggers on instance shutdown

    Hi, I got the error message in the trace file and trigger was not executed Error in executing triggers on instance shutdown *** 2010-08-31 19:49:59.573 ksedmp: internal or fatal error ORA-00604: error occurred at recursive SQL level 1 ORA-04052: erro

  • Swf files won't play, only 1 version of flash is installed and working per adobe website

    When someone send me a link leading to an swf file, Firefox opens and flashes a blank screen. I've checked the forum and only one version of flash is installed. Flash is working based on the adobe site and non of them open. Here is a list of links: h

  • String to Blob conversion

    ALL I want to do is update a BLOB field in a DB2 database with a string. The field is updating but I'm getting garbage. Here's the code I'm using to test. What am I doing wrong? The GDTXFT is the BLOB field.    Connection c = DriverManager.getConnect

  • Photoshop CS3 download?

    I accidentaly uninstalled my Photoshop CS3 program through MacKeeper. I have my product key code for Photoshop CS3. I just need a download, so I can install it again and begin working again.