Conversion problem from AppleWorks document

I have a number of documents in Appleworks format that I have opened in Pages and then saved as a Pages document. I viewed and worked on them several times, but now when I open them, some of the images are thumbnail size and some have changed places with others. I went back to the original AW document to go through the process again and the same thing happens after saving and reopening.
Am I missing something about those images? I can't place them from a media file as they exist only in the original AW file, so what am I to do? I have tried closing the file and reopening it, but the same mistakes are there.
Any ideas?

Hi Scott,
Is this happening while exporting the reports or while viewing?
However, if it is while exporting then you can use this with Crystal Reports XI (version greater than 10) by manipulating the
ExcelFormatOptions.ExportPageHeadersAndFooters
Hope it helps!
AG.

Similar Messages

  • Enterprise application conversion problem from WLS 10.3.0 to WLS 10.3.2

    Hi all,
    I'm posting this just to document a problem I had when converting an Enterprise Application from WLS 10.3.0 across to WLS 10.3.2 environment.
    Upon deployment of the application I was getting this error:
    Caused By: weblogic.descriptor.BeanAlreadyExistsException: Bean already exists: "weblogic.j2ee.descriptor.wl.ApplicationParamBeanImpl@b720894d(/ApplicationParams[webapp.encoding.default])"
         at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:227)
         at weblogic.j2ee.descriptor.wl.WeblogicApplicationBeanImpl.setApplicationParams(WeblogicApplicationBeanImpl.java:560)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
         at com.bea.staxb.runtime.internal.RuntimeBindingType$BeanRuntimeProperty.setValue(RuntimeBindingType.java:536)
         at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$QNameRuntimeProperty.fillCollection(AttributeRuntimeBindingType.java:381)
         at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)
         at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:140)
         at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:200)
         at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:169)
         at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
         at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:150)
         at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
         at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
         at weblogic.application.ApplicationDescriptor.getWeblogicApplicationDescriptor(ApplicationDescriptor.java:329)
         at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:181)
         at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
         at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
         at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:88)
         at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:66)
         at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:314)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.compatibilityProcessor(ActivateOperation.java:81)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.setupPrepare(AbstractOperation.java:295)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:97)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    It turns out this was an issue with the META-INF/weblogic-application.xml having duplicate entries for the "webapp.encoding.default" parameter.
    This obviously got duplicated when my app was re-imported into the Eclipse OPEP environment for WLS 10.3.2
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-application xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-application" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/javaee_5.xsd http://xmlns.oracle.com/weblogic/weblogic-application http://xmlns.oracle.com/weblogic/weblogic-application/1.0/weblogic-application.xsd">
    <!-- server-version: 10.3 -->
    <!--weblogic-version:10.3.2-->
    <wls:application-param>
    <wls:param-name>webapp.encoding.default</wls:param-name>
    <wls:param-value>UTF-8</wls:param-value>
    </wls:application-param>
    <wls:application-param>
    <wls:param-name>webapp.encoding.default</wls:param-name>
    <wls:param-value>UTF-8</wls:param-value>
    </wls:application-param>
    </wls:weblogic-application>
    Removing the duplicate entry resolved this problem.
    I hope this helps anyone else that experiences this issue.
    Regards,
    Paul

    Below link might be helpful.
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=1049509&tstart=0
    Regards,
    Anandraj
    http://weblogic-wonders.com/

  • Problem with AppleWorks documents when connecting via ftp to my server

    When I connect over the internet using ftp to my mac mini server (using OS X server 10.4.10) from my iMac G4 (using 10.4.10) all my AppleWork docs will only appear as .bin instead of .cwk.
    If I download one to my G4, it will try to open using stuffit expander but cannot be opened. It comes up with “An error ocurred attempting to expand name.bin unspecified Stuffit Engine internal error” Error #17999
    However Microsoft Word docs show correctly and can be downloaded and opened without problem.
    When I try directly on the server or try from any computer on the local network conected to the server, everthing views correctly and can be opened.
    Could it be to do with any settings on the server when connecting by ftp.
    Thanks for the help.
    julian.c

    One problem still remains that when I download minicad files (which uses OS 9) they show up as .exe and will not open or recognisable by the programme
    I imagine the file is transferring without a suffix and your computer is trying to guess what it is; hence the .exe. Delete this and append the suffix for the correct program and it should open (or use File>Open within the program).

  • Loading EMF and Conversion Problem from EMF to SVG in Adobe illustrator CC

    Hello,
    I have downloaded trial version of adobe illustrator CC.
    I am importing .emf file into adobe illustrator CC. it loads an emf file properly with its content but my emf file contains some lines(--------) also..imported emf file doesn't show any line.
    My main motive is convert this emf file into svg file. but as because my emf file is not imported properly, so as with SVG.
    Ask one more important thing, why converted svg file from emf appears to be having different fonts and margins.
    Kindly help

    The problem is once I finished with the art, I deleted the template, and there's a big art board there and it's in the way, I don't want it to affect the size and dimensions of the channel art. I just need it to be 2560px by 1440px wide, is there any way I can save it exactly like that?
    Not sure what you mean by "it's in the way."
    The size of the artboard doesn't necessarily affect the "size of the art." (There are some workflow scenarios where the artboard size is recognized and utilized, but for the most part it is simply a 'passive' boundary.)
    If your art is 2560px X 1440px, and you want the artboard to match, double-click the artboard tool and choose "Fit to Artwork Bounds" at the top of the preset menu.

  • Attaching multiple pdfs made from Appleworks documents

    I need to send copies of (typically about 4) AW documents in (small) pdf format as email attachments.
    I could open each AW document and then Print>pdf>compresspdf and then attach the resulting files to a new email message. OK but quite tedious
    I found cups-pdf that makes a virtual printer on the desktop. This allows me to drag and drop a number of the AW documents that are then batch converted to pdf files ready for attaching to an email message. OK but the resulting pdf files are too large.
    So..... I then found PDF shrink that shrinks those pdf files. Clever me: I have put a droplet in the cups pdf folder and set the process to overwrite the original pdf file.
    OK. So now I can select a group of AW files, drag & drop them to the virtual printer in the desktop (or dock). Open the cups-pdf folder. Select the (large)pdfs I have created and drag and drop into the PDF shrink droplet that resides in the same cups-pdf folder. Then I can attach these to a new email message.
    This is as good as I can get it, Two separate group,drag & drops followed by attaching.... but wait......why can't I just select those AW (or any other format come to that) files from the 'attachment choice window' and choose for them to be automatically converted to (small) pdfs and attached in my new message. There is already a 'send windows friendly attachments' check box. Why not a 'send as pdf' check box?
    If such an option already exists please guide me to it. Has anyone made an AppleScript to do this? Has anyone else wanted such a feature?

    Newer versions of Acrobat Pro have a batch processing capabilities which
    allow you to do it easily, in a single process.
    You should consider upgrading (although your version is too old too qualify
    for an upgrade, so you'll need to buy a full license).

  • Conversion problem from 8.5 to 10.0

    Hello,
        I have a report that was created in 8.5.  We're upgrading our manufacturing software (SQL database) and the report needs to be converted to Crystal 10.0 to be compatible.  I also have to change the datasource location.  The 8.5 report has 16 parameter fields. 
        When I open the report in 10.0 and change datasource location, the mapping seems to work ok.  But when I go to refresh the data, only two of the parameter fields show up.  If I look at the SHOW SQL QUERY in both versions, they look quite different. 
       Any ideas on this will be greatly appreciated.
    Thanks !
    - BOB -

    Hi Bob -
    That sounds whacko.  I've never worked with 10 - only 8.5, 9, and XI.  I remember hearing lots that 10 had issues - maybe this was one?  Right now I'm stuck with 9 because of compatibility issues in our company.  You've probably already tried this, but can you recreate the params in 10?  Better yet, drop them in the 8.5 version, THEN  do the conversion, then recreate the params?  Be sure you don't get stuck with the report needing to run without the params because you'll be liabel to sit there all day (or dump out) while the report runs without them.
    I might be way off the track.  I think I'll go back and review your original question.  Too bad I can't from here!
    Have a great day -
    Alex

  • Conversion problem from PM7 Win to InD CS3

    My client sent 400 CAD images to a design company in India to have them converted into PM7 sheets to for printed here in the US!!!!
    I just received the PM files-I do have a copy of PM 7 on an XP Win PC.
    The printer also happens to have PM7 but is having difficulty converting the files to .PDF for printing.  My solution, I think, is to open the .PMD (PM7) on my Mac using InD CS3, making page order changes, and converting to .PDF for printing.  Seems there is distortion when I open in CS3.  I understand there is a FREE Plug-in for Pagemaker 7 that is available.  I have never configured a Plug in-only used native ones.  Can anyone advise or does anyone have another fix?
    Many thanks
    Gail B

    OH YEAH!  IDIOTIC from my point of view.
    They brought the files into PM& (because this is what they have and 
    this company does not want to spend $ on upgrading-which if fine if 
    they were only working in house-a manufacturer) that's why they sent 
    it India-thought they could save $  NOT!  I could have done it right 
    in the first place.)  They needed borders and text and logos etc place 
    on the final pages.  The India firm mis-placed certain pages-this is a 
    double side print and they neglected to take into consideration that T 
    of C and others are single sided print- and so on.   So do you think I 
    have to stay in PM7 .  I thought the reason the distortion was 
    happening was because they DID NOT embed the CAD images.
    Thanks for any help on this lovely Sunday morning in NJ

  • Digital Classroom Lesson Conversion Problem from Premiere Pro CS5 to CS5.5?

    I have the book Premiere Pro CS5 and CS5.5  Digital Classroom.  The project lessons on the dvd do not convert for use with my Premiere Pro CS5.5 program.  Has anyone had this issue and found a resolve?
    Thanks
    jim

    I did copy the lessons to drive and tried to open project then this comes up:
    This project was saved from a previous version of Adobe Premiere Pro and must be converted.  The original project file will not be modified.  Continue?
    It gives you a file to convert.... but it does not convert.  That is there is a project in form but no videos or images.
    Importing the project will skip the question above but end result the same.

  • This product conversion problem from a pdf file to a word file truly sucks ! what is the issue ?

    When I attempt to convert a pdf file to a word file it does not let me and I am re-directed to the purchase page. I already paid for this service and It will not let me convert. What is going on here ?

    I guess I do not matter. You all have my money and that is all you care about. Forget it. I'll call tomorrow and somehow get this figured out myself. Sorry for the harsh attitude but this is so frustrating and there is no reason why I should not be able to do this. Buenos Noches

  • Conversion Problem from character to number

    Dear All,
    I have a file which i have loaded in the table through SQL loader.
    After using substring function, i got the desired information.
    Now I want to put the extracted information in another table.
    Following is my table defination:
    RECORD VARCHAR2(3)
    COUNTRY_CODE VARCHAR2(3)
    CUSTOMER_ID NUMBER(11)
    CONTRACT_ID NUMBER(11)
    ORDER_TYPE VARCHAR2(3)
    ORDER_ID NUMBER(20)
    AUTH_ID NUMBER(20)
    AMOUNT NUMBER(12,2)
    TAX NUMBER(12,2)
    TOTAL_AMOUNT NUMBER(12,2)
    CURRENCY VARCHAR2(3)
    PAYMENT_METHOD VARCHAR2(1)
    INSERT_UPDATE_DATE DATE
    NET_CREDIT_AMOUNT NUMBER(12,2)
    NET_CREDIT_TAX NUMBER(12,2)
    NET_CREDIT_TOTAL NUMBER(12,2)
    GROSS_CREDIT NUMBER(12,2)
    But I an getting the error like ORA-00932: inconsistent datatypes: expected - got NUMBER
    Any one can help me????????
    Regards
    Gaurav

    I have forgotten to show you the record that I am trying to insert into table
    I have date in following format in file 2005/09/30 08:10:55
    Amont in this format 0000000000026.07

  • How do I move a graphic-box in a document I imported from AppleWorks?

    I imported a book which I wrote in AppleWorks without problems into Pages '08. On one page of this book I had created a box, using the graphics tool, and moved it to the back so I could read the text inside it. It is now in the Pages '08 version of my book, but because of editing and additional writing which I've done, it appears on page 295, not 297 where it belongs. In AppleWorks I could simply select it and drag it into place. In Pages '08 I can't figure out how to select it. It's just there.
    Help desperately needed.

    Here is an AppleScript which, in a single call will
    • extract the embedded picture files
    • strip the annoying description of the 'background' pictures from the Index.xml file.
    So, we may open the Pages document, it will be free of the oddity and the picture files are available in the folder "importés_sétropmi" on the desktop.
    --(SCRIPT recupPictures]
    Save the script as an Application (Bundle Application if you want to use it on a MacIntel)
    Store it on the Desktop.
    Drag and drop the icon of a Pages document imported from AppleWorks on the script's icon.
    The script will move the embedded picture files in a folder named "importés_sétropmi" on the desktop.
    Then it will strip the Index.xml file from the block of datas describing the embedded pictures.
    Yvan KOENIG (FRANCE 7 juillet 2008)
    property typePages : "com.apple.iwork.pages.pages"
    property baliseDebut : "<sl:drawables>"
    property baliseFin : "</sl:drawables>"
    property return2 : return & return
    property line_Feed : ASCII character 10
    property line_Feed2 : line_Feed & line_Feed
    property monDossier : "importés_sétropmi"
    property withSeconds : true
    --=========
    on run (*
    lignes exécutées si on double clique sur l'icône du script application
    • lines executed if one double click the application script's icon *)
    tell application "System Events" to set docIwork to (choose file of type typePages)
    my commun(docIwork) (* un alias *)
    end run
    --=========
    on open (sel) (*
    sel contient une liste d'alias des élémentsqu'on a déposés sur l'icône du script (la sélection)
    • sel contains a list of aliases of the items dropped on the script's icon (the selection) *)
    set item1 to item 1 of sel
    tell application "System Events" to set typeID to (type identifier of item1) as Unicode text
    if typeID is not typePages then return
    my commun(item1) (* un alias *)
    end open
    --=========
    on commun(thePack)
    local typeID, p2d, p2dd, liste, path2Index, texteXML, lafin
    set p2d to path to desktop as Unicode text
    set p2dd to p2d & monDossier & ":"
    tell application "Finder"
    set liste to files of thePack whose name starts with "file"
    if liste is {} then return (* no picture file so nothing to do *)
    if exists folder p2dd then set name of folder p2dd to (monDossier & my horoDateur(modification date of (item p2dd)))
    make new folder at folder p2d with properties {name:monDossier}
    repeat with f in liste
    move f as alias to folder p2dd
    end repeat
    end tell -- to Finder
    try
    set path2Index to (thePack as Unicode text) & "Index.xml"
    set texteXML to my lis_Index(path2Index)
    if texteXML contains baliseDebut then
    set liste to my decoupe(texteXML, baliseDebut)
    set lafin to my decoupe(item 2 of liste, baliseFin)
    set texteXML to item 1 of liste & lafin
    if texteXML contains return2 then
    set texteXML to my recolle(my decoupe(texteXML, return2), return)
    end if
    if texteXML contains line_Feed2 then
    set texteXML to my recolle(my decoupe(texteXML, line_Feed2), line_Feed)
    end if
    my enregistre(texteXML, path2Index)
    end if
    on error error_message number error_number
    if the error_number is not -128 then my affiche(error_message)
    end try
    end commun
    --=========
    on affiche(msg)
    tell application "Finder"
    activate
    display dialog msg buttons {"Cancel"} default button 1 ¬
    giving up after 120
    end tell
    end affiche
    --=========
    on lis_Index(cheminXML0)
    local cheminXML0, cheminXMLgz, txtXML
    set cheminXMLgz to cheminXML0 & ".gz"
    tell application "System Events"
    if exists file cheminXMLgz then
    if exists file cheminXML0 then delete file cheminXML0 (*
    un curieux à pu dé-gzipper le fichier
    • someone may have gunzipped the file *)
    my expand(cheminXMLgz)
    set txtXML to my lisIndex_xml(cheminXML0)
    else if exists file cheminXML0 then
    set txtXML to my lisIndex_xml(cheminXML0)
    else
    error "Index.xml missing"
    end if
    end tell -- to System Events
    return txtXML
    end lis_Index
    --=========
    on expand(f)
    do shell script "gunzip " & quoted form of (POSIX path of (f))
    end expand
    --=========
    on lisIndex_xml(f)
    local t
    try
    set t to ""
    set t to (read file f)
    end try
    return t
    end lisIndex_xml
    --=========
    on enregistre(leTexte, nDoc)
    local aliasNDoc
    set aliasNDoc to nDoc as alias
    write leTexte to aliasNDoc starting at 0
    do shell script "gzip " & quoted form of POSIX path of aliasNDoc
    end enregistre
    --=========
    on decoupe(t, d)
    local l
    set AppleScript's text item delimiters to d
    set l to text items of t
    set AppleScript's text item delimiters to ""
    return l
    end decoupe
    --=========
    on recolle(l, d)
    local t
    set AppleScript's text item delimiters to d
    set t to l as text
    set AppleScript's text item delimiters to ""
    return t
    end recolle
    (* =============
    • Build a stamp from the modification date_time
    on horoDateur(dt)
    local annee, mois, jour, lHeure, lesSecondes, lesMinutes
    set annee to year of dt
    set mois to month of dt as number (* existe depuis 10.4 *)
    set jour to day of dt
    set lHeure to time of dt
    set lesSecondes to (lHeure mod 60)
    set lHeure to round (lHeure div 60)
    set lesMinutes to (lHeure mod 60)
    set lHeure to round (lHeure div 60)
    if withSeconds is true then
    return "_" & annee & text -2 thru -1 of ("00" & mois) & text -2 thru -1 of ("00" & jour) & "-" & text -2 thru -1 of ("00" & lHeure) & text -2 thru -1 of ("00" & lesMinutes) & text -2 thru -1 of ("00" & lesSecondes)
    else
    return "_" & annee & text -2 thru -1 of ("00" & mois) & text -2 thru -1 of ("00" & jour) & "-" & text -2 thru -1 of ("00" & lHeure) & text -2 thru -1 of ("00" & lesMinutes)
    end if (*
    • Here, the stamp is "_YYYYMMDD-hhmm" or "_YYYYMMDD-hhmmss" *)
    end horoDateur
    --=========
    -- [/SCRIPT]
    Yvan KOENIG (from FRANCE lundi 7 juillet 2008 20:27:47)

  • Dear ladies and gentlemen! I recently received on my notebook, operating system 8.1, the message "Adobe Acrobat is no longer working properly". I also found myself that I can copy from einerPDF file excerpts not without problems in another document. My Ad

    Dear ladies and gentlemen!
    I recently received on my notebook, operating system 8.1, the message "Adobe Acrobat is no longer working properly". I also found myself that I can copy from einerPDF file excerpts not without problems in another document. My Adobe Acrobat 9 Pro has released version 9.0.0. Two updates this version is not listed. Please inform me how I can fix this problem.
    Sincerely, Walter Hacksteiner
    mailto: [email protected]

    The first thing I would try is to update Acrobat 9 to the latest version 9.5.5
    The next thing would be to run Acrobat 9 in Windows 7 or Vista or XP Compatibility Mode.

  • Transferred appleworks documents from emac to new iMac and can't open. what app can i use or get?  help! i'm not computer literate.

    I TRANSFERED APPLEWORKS DOCUMENTS FROM AN eMAC TO A NEW IMAC AND CAN'T OPEN THEM. THE MESSSAGE STATES THERE AR NO APPS  GO TO THE APP STORE.  WHAT DO I NEED TO PURCHASE OR GET?  I'M NOT A COMPUTER GUY BUT I WANT MY RECEPIES AND STUFF.   HELP

    Welcome James!
    For no cost, you can try the open-source productivy suite LibreOffice. I don't have any AW files here to test but there are reliable reports that LibreOffice can open at least some AW files:
    http://www.libreoffice.org/discover/libreoffice/
    Please turn off your caps lock key. All-caps text is harder for us to read and is considered "shouting" or "anger" by most internet text conventions. Thanks!

  • Problem opening Office documents from KM

    Hello, I have some problem opening Office documents from KM.
    We stored a lot of office documents (Excel, Word ecc.) in a File System repository (the standard repository "/documents"), when I open one of these files, before to view the document, a little logon window appears, it asks portal user's credentials.
    If the user presses the "Cancel" button the logon window will be closed and the document showed, but on the next attempt to open an office file the system will asks again the user information .
    If the user gives the right information the documents will be showed and the logon window does not appear again..
    How con I avoid the logon request for each Office document in my repository?
    Any suggestion??
    Best Regards

    Thank you a lot Brad!!
    We use Office 2003 and the note 549610 solves our issue!!
    Best Regards.

  • Problems printing a high qaulity PDF from a document

    Hello,
    Recently I have had some problems printing a high qaulity pdf (acrobat 9 pro) from a document made in 2010 word.
    Every time I have tried to print these documents there is information missing in the pdf incuding text, pictures, shapes etc.. This was never a problem untill I installed 2010 word.
    I sent it to a friend, and he was able to print the document into a pdf just fine.
    What can I do to fix this? It is very important that I tackle this problem asap!
    If you need to know any additional information, please ask.
    Thanks

    Have you  checked to see if Acrobat 9 or any version of Acrobat works with Office 2010?
    Adobe product operating system compatibility
    This issue has been discussed many times. Until Adobe releases the next version of Acrobat, there is very little you can do.

Maybe you are looking for

  • Photoshop 5 won't start

    I have Windows 7 and Photoshop 5.1. Photoshop gets stuck on the startup screen at 'initializing' since around Dec 5th. It will only start again when I roll back to a restore point before Dec 5th. I have cleared preferences many times to get it to sta

  • I would like to know of how to change the language in my Ipod touch ?? anyone can help me please

    I would like to know of how to change the language in my Ipod touch ?? anyone can help me please

  • How to import an excel table into iWEb

    I am trying to post results from a race. I have an excel file that lists participants by gender age and distance. I would like to add this list as a link from one of my web pages.

  • Premiere CC - No playback on HD clips with various effects applied.

    Hi, In Premiere CC recently i've been having trouble playing back clips in my projects with effects applied, in this specific case, FilmConvert and Magic Bullet Looks. If I apply the standard Adobe effects, everything seems to work fine. Now I know t

  • DSML fails to load

    Hi Donal, Barry and Turloch, DSML for Sybase12 fails to load with the following error message: EXCEPTION :MigrationServer.generateDSMLFormattedFiles(): java.lang.StringIndexOutOfBoundsException: String index out of range: -1 EXCEPTION :MigrationServe