Render log file has been written to Drive :\u(200101)

Hi
I am setting up a ADS server. (NW2004s)
When I test using FP_PDF_TEST_00, it returns me the version information
(Version Information: 705.20051005114147.242570)
But when I test <b>FP_TEST_00</b>. I get the error
The render log file has been written to <Drive>:\u(200101)
Now in the server I went to <drive>:\usr\sap\<SID>\SYS\global\AdobeDocumentServices\renderErrorLog\errorFiles
I check the error file ithas the message <b>No Error Reported</b>
If there are no errors, then why is the program FP_TEST_00 is not displaying the result in pdf format?
Thanks for your help
Regards
sm

Hi
Thanks Ramakrishna.
Now I could get the detailed trace. It given below, please let me know what could the issue
Begin trace
Adobe Document Services Wed Nov 29 10:33:23 CST 2006 Trace Results:
         String: rp.script.uri = sap/SAPPDFDocument.rps
         String: Trace = 4
         String: Username = ABC123
         Stream: PDFDocument
         Stream: XFD
      IIOP service is running
      Created a Data Manager for this request
      Locating stream: PDFDocument and loading into a DOM
      PdfDocument bytes = 725
      Processing PDFDocument instructions
      Parsing the request
      Checking request semantics
Request initialization (including DOM construction and validation) processing execution time = 16 ms.
Action: Identity
         <Identity><Application> = SAFP
         <Identity><Form> = FP_TEST_00
         <Identity><SID> = AAA
         <Identity><Client> = 110
         <Identity><IsProductive> = 0
Action: Renderer
Using Template Template (xdp):
Source = URL
Name = dest:FP_ICF_DATA_AAA//sap/bc/fp/form/layout/FP_TEST_00.XDP?fp-language=DE
CacheInfo =
      Setting PDFDynamic to default 0 for this PDF.
         Stream = PDFOut
         Input node: <Render><Output> = pdf
         Data: XFD
         No custom config file found.
         Using standard config file: AdobeDocumentServices\lib\xfa.xci
         Config setup completed.
Processing exception during a "Renderer" operation.
Request start time: Wed Nov 29 10:33:23 CST 2006
com.adobe.ProcessingError: File not found on: URL location: dest:FP_ICF_DATA_AAA//sap/bc/fp/form/layout/FP_TEST_00.XDP?fp-language=DE
Exception Stack Trace:
com.adobe.ProcessingError: File not found on: URL location: dest:FP_ICF_DATA_AAA//sap/bc/fp/form/layout/FP_TEST_00.XDP?fp-language=DE
     at com.adobe.ads.util.FileUtils.getPDFDataFromInput(FileUtils.java:210)
     at com.adobe.ads.request.Template.setPDFData(Template.java:222)
     at com.adobe.ads.request.Renderer.initializeTemplates(Renderer.java:468)
     at com.adobe.ads.request.Renderer.execute(Renderer.java:395)
     at com.adobe.BaseADSRequest.doWork(BaseADSRequest.java:111)
     at com.adobe.AdobeDocumentServicesWorker.processRender(AdobeDocumentServicesWorker.java:1142)
     at com.adobe.AdobeDocumentServicesWorker.execute(AdobeDocumentServicesWorker.java:598)
     at com.adobe.AdobeDocumentServicesEJB.processRequest(AdobeDocumentServicesEJB.java:130)
     at com.adobe.AdobeDocumentServicesEJB.rpData(AdobeDocumentServicesEJB.java:108)
     at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120)
     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:324)
     at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
     at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
     at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
     at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
     at SoapServlet.doPost(SoapServlet.java:51)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Caused by: java.io.FileNotFoundException: Destination exception while retrieving destination
     at com.adobe.ads.util.FileUtils.getURLStream(FileUtils.java:452)
     at com.adobe.ads.util.FileUtils.getPDFDataFromURL(FileUtils.java:572)
     at com.adobe.ads.util.FileUtils.getPDFDataFromInput(FileUtils.java:200)
     ... 34 more
Caused by: com.sap.security.core.server.destinations.api.DestinationException: [destination_0001] The properties for destination FP_ICF_DATA_AAA of type HTTP could not be located.
     at com.sap.security.core.server.destinations.service.DestinationServiceImpl.getDestination(DestinationServiceImpl.java:166)
     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:324)
     at com.sap.engine.services.rmi_p4.reflect.LocalInvocationHandler.invokeInternal(LocalInvocationHandler.java:77)
     at com.sap.engine.services.rmi_p4.reflect.AbstractInvocationHandler.invoke(AbstractInvocationHandler.java:53)
     at $Proxy103.getDestination(Unknown Source)
     at com.adobe.ads.util.FileUtils.getURLStream(FileUtils.java:444)
     ... 36 more
Caused by: com.sap.exception.io.SAPIOException: <Localization failed: ResourceBundle='com.sap.exception.io.IOResourceBundle', ID='No such destination FP_ICF_DATA_AAA of type HTTP exists ', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key No such destination FP_ICF_DATA_AAA of type HTTP exists
     at com.sap.security.core.server.destinations.io.ConfigurationManagerStorage.get(ConfigurationManagerStorage.java:123)
     at com.sap.security.core.server.destinations.service.DestinationServiceImpl.getDestination(DestinationServiceImpl.java:136)
     ... 44 more
Merging log data with log.pdf
         Merge result: Success with information
         Successfully merged data into dataless log.pdf.
Action: Render Error Log
         Embedding file/stream: pdfDocument.xml using ID: pdf doc MimeType:  Description: Document Services Control Stream into PDF: C:\WINDOWS\Temp\adobewa_GAD_29997650\DM-1666978463314757527.dir\DM-6806111980545081106.tmp
Instantiate PDFMM CORBA connection execution time = 0 ms.
Error embedding request inputs in error log.:
java.lang.NullPointerException
Thanks,
SM

Similar Messages

  • How to find out when a file has been written to ?

    Hello All,
    In an application I want to open up a file (while letting another process write to it). As stuff is getting written to the file I want to be able to process that data (getting close to real-time as possible). How would one go about finding out when new data has been written to the file ? Does Java provide some alerting mechanism for file changes ? Thanks in advance...
    -Pete

    Maybe you could keep tabs of the file size. If the file size grows (which it will do each time the writing process flushes that files output buffer), then the file was written to.
    What I'd like to know is if there is some way to monitor the entire drive for changes and respond to stuff like that. I know that the Win32 API provides services that monitor the file system for changes, but I don't know if other OS's do... or if Java provides an interface to those features.

  • An Unexpected Error -4062 has occured - a log file has been created.

    EBS R12.1
    Linux x86-64
    i face this problem when :
    purchase super user > Purchase order summary > find > purchase order headers
    when i go to the lines and click "catalaog" and find my suppliers.
    when i select items there's any alerts "ORA-01403: No data found" this for detail :
    ORA-01403: no data found
    FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-04062.
    can somebody help me?

    Have you completed all the required functional steps as per http://docs.oracle.com/cd/B53825_08/current/html/doclist.html#Purchasing_p ?
    I do not see any similar issue reported in MOS website, so you may need to log a SR for this issue.
    Thanks,
    Hussein

  • ESE - Event Log Warning: 906 - A significant portion of the database buffer cache has been written out to the system paging file...

    Hello -
    We have 3 x EX2010 SP3 RU5 nodes in a cross-site DAG.
    Multi-role servers with 18 GB RAM [increased from 16 GB in an attempt to clear this warning without success].
    We run nightly backups on both nodes at the Primary Site.
    Node 1 backup covers all mailbox databases [active & passive].
    Node 2 backup covers the Public Folders database.
    The backups for each database are timed so they do not overlap.
    During each backup we get several of these event log warnings:
     Log Name:      Application
     Source:        ESE
     Date:          23/04/2014 00:47:22
     Event ID:      906
     Task Category: Performance
     Level:         Warning
     Keywords:      Classic
     User:          N/A
     Computer:      EX1.xxx.com
     Description:
     Information Store (5012) A significant portion of the database buffer cache has been written out to the system paging file.  This may result  in severe performance degradation.
     See help link for complete details of possible causes.
     Resident cache has fallen by 42523 buffers (or 27%) in the last 903 seconds.
     Current Total Percent Resident: 26% (110122 of 421303 buffers)
    We've rescheduled the backups and the warning message occurences just move with the backup schedules.
    We're not aware of perceived end-user performance degradation, overnight backups in this time zone coincide with the business day for mailbox users in SEA.
    I raised a call with the Microsoft Enterprise Support folks, they had a look at BPA output and from their diagnostics tool. We have enough RAM and no major issues detected.
    They suggested McAfee AV could be the root of our problems, but we have v8.8 with EX2010 exceptions configured.
    Backup software is Asigra V12.2 with latest hotfixes.
    We're trying to clear up these warnings as they're throwing SCOM alerts and making a mess of availability reporting.
    Any suggestions please?
    Thanks in advance

    Having said all that, a colleague has suggested we just limit the amount of RAM available for the EX2010 DB cache
    Then it won't have to start releasing RAM when the backup runs, and won't throw SCOM alerts
    This attribute should do it...
    msExchESEParamCacheSizeMax
    http://technet.microsoft.com/en-us/library/ee832793.aspx
    Give me a shout if this is a bad idea
    Thanks

  • SCOM reports "A significant portion of the database buffer cache has been written out to the system paging file. This may result in severe performance degradation"

    This was discussed here, with no resolution
    http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/bb073c59-b88f-471b-a209-d7b5d9e5aa28?prof=required
    I have the same issue.  This is a single-purpose physical mailbox server with 320 users and 72GB of RAM.  That should be plenty.  I've checked and there are no manual settings for the database cache.  There are no other problems with
    the server, nothing reported in the logs, except for the aforementioned error (see below).
    The server is sluggish.  A reboot will clear up the problem temporarily.  The only processes using any significant amount of memory are store.exe (using 53GB), regsvc (using 5) and W3 and Monitoringhost.exe using 1 GB each.  Does anyone have
    any ideas on this?
    Warning ESE Event ID 906. 
    Information Store (1497076) A significant portion of the database buffer cache has been written out to the system paging file.  This may result in severe performance degradation. See help link for complete details of possible causes. Resident cache
    has fallen by 213107 buffers (or 11%) in the last 207168 seconds. Current Total Percent Resident: 79% (1574197 of 1969409 buffers)

    Brian,
    We had this event log entry as well which SCOM picked up on, and 10 seconds before it the Forefront Protection 2010 for Exchange updated all of its engines.
    We are running Exchange 2010 SP2 RU3 with no file system antivirus (the boxes are restricted and have UAC turned on as mitigations). We are running the servers primarily as Hub Transport servers with 16GB of RAM, but they do have the mailbox role installed
    for the sole purpose of serving as our public folder servers.
    So we theroized the STORE process was just grabbing a ton of RAM, and occasionally it was told to dump the memory so the other processes could grab some - thus generating the alert. Up until last night we thought nothing of it, but ~25 seconds after the
    cache flush to paging file, we got the following alert:
    Log Name:      Application
    Source:        MSExchangeTransport
    Date:          8/2/2012 2:08:14 AM
    Event ID:      17012
    Task Category: Storage
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      HTS1.company.com
    Description:
    Transport Mail Database: The database could not allocate memory. Please close some applications to make sure you have enough memory for Exchange Server. The exception is Microsoft.Exchange.Isam.IsamOutOfMemoryException: Out of Memory (-1011)
       at Microsoft.Exchange.Isam.JetInterop.CallW(Int32 errFn)
       at Microsoft.Exchange.Isam.JetInterop.MJetOpenDatabase(MJET_SESID sesid, String file, String connect, MJET_GRBIT grbit, MJET_WRN& wrn)
       at Microsoft.Exchange.Isam.JetInterop.MJetOpenDatabase(MJET_SESID sesid, String file, MJET_GRBIT grbit)
       at Microsoft.Exchange.Isam.JetInterop.MJetOpenDatabase(MJET_SESID sesid, String file)
       at Microsoft.Exchange.Isam.Interop.MJetOpenDatabase(MJET_SESID sesid, String file)
       at Microsoft.Exchange.Transport.Storage.DataConnection..ctor(MJET_INSTANCE instance, DataSource source).
    Followed by:
    Log Name:      Application
    Source:        MSExchangeTransport
    Date:          8/2/2012 2:08:15 AM
    Event ID:      17106
    Task Category: Storage
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Computer:      HTS1.company.com
    Description:
    Transport Mail Database: MSExchangeTransport has detected a critical storage error, updated the registry key (SOFTWARE\Microsoft\ExchangeServer\v14\Transport\QueueDatabase) and as a result, will attempt self-healing after process restart.
    Log Name:      Application
    Source:        MSExchangeTransport
    Date:          8/2/2012 2:13:50 AM
    Event ID:      17102
    Task Category: Storage
    Level:         Warning
    Keywords:      Classic
    User:          N/A
    Computer:      HTS1.company.com
    Description:
    Transport Mail Database: MSExchangeTransport has detected a critical storage error and has taken an automated recovery action.  This recovery action will not be repeated until the target folders are renamed or deleted. Directory path:E:\EXCHSRVR\TransportRoles\Data\Queue
    is moved to directory path:E:\EXCHSRVR\TransportRoles\Data\Queue\Queue.old.
    So it seems as if the Forefront Protection 2010 for Exchange inadvertently trigger the cache flush which didn't appear to happen quick or thuroughly enough for the transport service to do what it needed to do, so it freaked out and performed the subsequent
    actions.
    Do you have any ideas on how to prevent this 906 warning, which cascaded into a transport service outage?
    Thanks!

  • I am using Adobe Acrobat 9 Standard version in Windows 8.1 and when I try to create a .pdf file, I receive the following error message "Acrobat could not open "file name.log" because it is either not a supported file type or because the file has been dama

    I am using Adobe Acrobat 9 Standard version in Windows 8.1 and when I try to create a .pdf file, I receive the following error message "Acrobat could not open "file name.log" because it is either not a supported file type or because the file has been damaged.  To create a PDF document, go to the source application then print the document to .pdf"  I am going to the source application and printing the document to .pdf yet it's saving the file as a .log file.  After reinstalling the software, I initially didn't encounter this problem but on my second and third attempts to convert files to .pdf format, this error message reappeared.  How do I resolve this problem?

    I have a similar problem which i did not have before...and it exists only in some powerpoint files which i want to print as a pdf file...and i get the same message as above.
    the log says the bellow details...what's the problem and how can i resolve it? thanks.
    %%[ ProductName: Distiller ]%%
    %%[Page: 1]%%
    %%[Page: 2]%%
    Cambria not found, using Courier.
    %%[ Error: invalidfont; OffendingCommand: show ]%%
    Stack:
      %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%

  • A significant portion of the database buffer cache has been written out to the system paging file.

    Hi,
    We seem to get this error through SCOM every couple of weeks.  It doesn't correlate with the AV updates, so I'm not sure what's eating up the memory.  The server has been patched to the latest roll up and service pack.  The mailbox servers
    have been provisioned sufficiently with more than enough memory.  Currently they just slow down until the databases activate on another mailbox server.
    A significant portion of the database buffer cache has been written out to the system paging file.
    Any ideas?

    I've seen this with properly sized servers with very little Exchange load running. It could be a  number of different things.  Here are some items to check:
    Confirm that the server hardware has the latest BIOS, drivers, firmware, etc
    Confirm that the Windows OS is running the recommended hotfixes.  Here is an older post that might still apply to you
    http://blogs.technet.com/b/dblanch/archive/2012/02/27/a-few-hotfixes-to-consider.aspx
    http://support.microsoft.com/kb/2699780/en-us
    Setup a perfmon to capture data from the server. Look for disk performance, excessive paging, CPU/Processor spikes, and more.  Use the PAL tool to collect and analyze the perf data -
    http://pal.codeplex.com/
    Include looking for other applications or processes that might be consuming system resources (AV, Backup, security, etc)
    Be sure that the disk are properly aligned -
    http://blogs.technet.com/b/mikelag/archive/2011/02/09/how-fragmentation-on-incorrectly-formatted-ntfs-volumes-affects-exchange.aspx
    Check that the network is properly configured for Exchange server.  You might be surprise how the network config can cause perf & scom alerts.
    Make sure that you did not (improperly) statically set msExchESEParamCacheSizeMax and msExchESEParamCacheSizeMin attributes in Active Directory -
    http://technet.microsoft.com/en-us/library/ee832793(v=exchg.141).aspx
    Be sure that hyperthreading is NOT enabled -
    http://technet.microsoft.com/en-us/library/dd346699(v=exchg.141).aspx#Hyper
    Check that there are no hardware issues on the server (RAM, CPU, etc).  You might need to run some vendor specific utilities/tools to validate.
    Proper paging file configuration should be considered for Exchange servers.  You can use the perfmon to see just how much paging is occurring.
    These will usually lead you in the right direction. Good Luck!

  • TS1550 Back up to time machine failed.  Error, "Files can't be copied onto the backup disk because it appears to be read-only". Back up has been working.  drive is not read only.  How do I fix this?

    Back up to time machine failed.  Error, "Files can’t be copied onto the backup disk because it appears to be read-only". Back up has been working.  drive is not read only.  How do I fix this?

    Hello,
    http://pondini.org/TM/C6.html

  • No messsage in SXMB_MONI, although file has been picked up in file to idoc

    Hi,
    i m working on a file to idoc scenario using MATMAS.MATMAS02, once i got the scenario executed with error status 51 ,
    "Messages have been issued: number 0000000000198012"
    the datas to be posted were MATNR ,MAKTX,MBRSH , etc , in this MATNR is self generating and I by mistake issued a no to it for testing purpose and the above error came.
    again when i tried to test the scenario without assigning any no to MATNR , I find no messsage in SXMB_MONI for this particular execution although file has been picked up from the source directory and it is also not found in the receiver R/3 system using we05 .
    Pl help how to rectify the error and find out where the error has again  occured and why .
    ans will be rewrded
    rgds
    mojib

    hi
    go to SXMB_ADM-->manage queues. here desregister, register and active ALL the queues again.
    see in SM58 if you have any error.
    also in SXMB_ADM go to integration engine configuration and check you have this variabbles
    RUNTIME--LOGGING--
    0   
    RUNTIME--LOGGING_SYNC--
    0   
    RUNTIME--TRACE_LEVEL--
    3
    Rgds
    Rodrigo

  • DB2, Log File has reached its saturation point" DIA8309C Log file was full,

    Hello Experts,
    I have successfully installed a ECC 6.0 System-ABAP + JAVA (DB2 v9.5 windows server 2008-x64 bit).
    Kernel: 700 , Patch: 185 ; SP level : rel 700 , level 17.
    However now i suddenly cannot connect to database and SAP is down.
    C:\Users\dsqadm.DUCATI>r3trans -d
    This is r3trans version 6.14 (release 700 - 16.10.08 - 16:26:00).
    unicode enabled version
    2EETW169 no connect possible: "DBMS = DB6                              --- DB2DB
    DFT = 'DSQ'"
    r3trans finished (0012).
    db2diag.log:-
    ADM1823E  The active log is full and is held by application handle "51886".  Terminate this application by COMMIT, ROLLBACK or FORCE APPLICATION.
    "Log File has reached its saturation point" DIA8309C Log file was full.
    "Backup pending.  Database has been made recoverable.  Backup now required."  DIA8168C Backup pending for database .
    Also, regarding DB2 licensing,i have a query:
    db2licm -l gives the following:
    C:\Users\db2dsq.DUCATI>db2licm -l
    Product name:                     "DB2 Enterprise Server Edition"
    License type:                     "CPU Option"
    Expiry date:                      "Permanent"
    Product identifier:               "db2ese"
    Version information:              "9.5"
    Enforcement policy:               "Soft Stop"
    Features:
    DB2 Database Partitioning:        "Licensed"
    DB2 Performance Optimization ESE: "Licensed"
    DB2 Storage Optimization:         "Licensed"
    DB2 Advanced Access Control:      "Not licensed"
    DB2 Geodetic Data Management:     "Not licensed"
    IBM Homogeneous Replication ESE:  "Not licensed"
    Product name:                     "DB2 Connect Server"
    License type:                     "Trial"
    Expiry date:                      "10/19/2009"
    Product identifier:               "db2consv"
    Version information:              "9.5"
    I have applied both sap and DB2 license. Is everything ok regarding licensing of DB v9.5 for using with SAP?
    I am new to DB2 database and looking for expert guidance regarding the above mentioned issues.
    Thanks,
    Rakesh

    C:\Users\db2dsq.DUCATI>db2 get dbm cfg
              Database Manager Configuration
         Node type = Enterprise Server Edition with local and remote clients
    Database manager configuration release level            = 0x0c00
    Maximum total of files open               (MAXTOTFILOP) = 16000
    CPU speed (millisec/instruction)             (CPUSPEED) = 4,723442e-007
    Communications bandwidth (MB/sec)      (COMM_BANDWIDTH) = 1,000000e+002
    Max number of concurrently active databases     (NUMDB) = 8
    Federated Database System Support           (FEDERATED) = NO
    Transaction processor monitor name        (TP_MON_NAME) =
    Default charge-back account           (DFT_ACCOUNT_STR) =
    Default database monitor switches
       Buffer pool                         (DFT_MON_BUFPOOL) = ON
       Lock                                   (DFT_MON_LOCK) = ON
       Sort                                   (DFT_MON_SORT) = ON
       Statement                              (DFT_MON_STMT) = ON
       Table                                 (DFT_MON_TABLE) = ON
       Timestamp                         (DFT_MON_TIMESTAMP) = ON
       Unit of work                            (DFT_MON_UOW) = ON
    Monitor health of instance and databases   (HEALTH_MON) = OFF

  • Autosave/Versions Issue - 'This file has been changed by another application'

    In Keynote and Numbers, I often informed that 'The document xxx could not be saved. The file has been changed by another application.' Clicking 'Revert' simply results in 'xxx could not be reverted.' (The particular box below is actually from TextEdit)
    This snapshot is from the informative link: http://krypted.com/mac-os-x/lions-versions-feature/
    In the above-mentioned site, the author attributes this to 'changing hosts' and working on documents from different hosts. Indeed, I started the document at home and edited it at another location (where I connected to a different Wi-Fi network). Reading system.log from console, I see my host is actually my wireless network, rather than xxx's-MacBook Pro, as usual. Some examples of the errors (from system.log) are...
    Aug 16 16:34:14 wireless-s1-no-xxx-xx-xxx sandboxd[1380] ([29]): revisiond(29) deny file-write-unlink /Users/xxx/Desktop/Presentation.key/1301543_55260978-1.tiff
    Aug 16 16:34:14 wireless-s1-no-xxx-xx-xxx com.apple.revisiond[29]: [ERROR] genstore_fs_wrappers.c:_RemoveFile:119  failed to remove file '/.vol/234881025/2/.DocumentRevisions-V100/staging/adding.dnPXFzq7/1ABC0C39-2CE6-4484-8C8B-39FA31FD00CE.key/1301543_552609 78-1.tiff' (Operation not permitted)
    Aug 16 16:34:14 wireless-s1-no-xxx-xx-xxx Keynote[1089]: NSDocument failed to preserve the old version of a document. Here's the error:
              Error Domain=GSLibraryErrorDomain Code=1 "The operation couldn’t be completed. (GSLibraryErrorDomain error 1.)" UserInfo=xxxxxxxx {}
    I assume that the link is correct in that setting a new hostname is causing the problem. Unfortunately, I still have no idea how to fix it and I'm uneasy about the reliability of versions/autosave and/or my Time Machine backups.
    Any advice, comments, or suggestions that you might have would be appreciated!

    Hi Tony,
    That's been reported here before, and it's happened to me. Maybe not exactly those words, but something similar, at least. I've always ignored the warning and have had no ill effects to date, that I am aware of. Nor have I ever figured out what the message may have been caused by.
    Jerry

  • Cannot save ... The file has been changed by another application.

    Hi,
    This is to report a wierd behavior when pages is auto saving documents.
    An error pops up  "Cannot save ... The file has been changed by another application."
    Clicking "save anyways" seems to save the document OK, but still this is very anoying.
    Saving the document manually (from the menu) isn't showing any error message.
    Can someone help with a hint as of when this will be fixed or is there a workaround?
    Thank you in advance,
    Best Regards,
    Michel.
    Pages version 5.0.1 (1478) on OS X 10.9

    The phrase "by another application" makes it pretty clear that it is not Pages (or, in your case, Keynote).
    What seems to be happening is that between the time that Pages opens a document, or saves it and the next time that it attempts to save it, something updates the document's file on the hard drive. Pages, recognizing that the file contains changes for which it is not responsible, presents this alert so you can decide whether you want to overwrite those changes. The usual suspects are backup and synchronization applications, like iCloud, which may not recognize the "Open" flag on the file, but I think it can also be triggered by AppleScripts, Automator workflows and Services, if they perform a "Save" action on the file.

  • Every time I download anything I get an error message stating ...could not open ....dmg because it is either not a supported file type or the file has been damaged." What do I need to do to fix this problem?

    For the last month or so, every time I download anything I get an error message stating "........could not open ...... .dmg because it is either not a supported file type or because the file has been damaged...." I do not know what to do to fix this issue. Any ideas?

    hmmm.... try this
    basic troubleshooting:
    Repair Disk Permissions http://support.apple.com/kb/PH5821
    Repair Disk http://support.apple.com/kb/ht1782
    reset ACLs http://osxdaily.com/2011/11/15/repair-user-permissions-in-mac-os-x-lion/

  • How to repair my macbook pro when i had delete the app store file and know it telling that appstore file has been damage or incomplete and i had the version 10.6.8

    how to repair my macbook pro when i had delete the app store file and know it telling that appstore file has been damage or incomplete and i had the version 10.6.8

    so is their is any way that i can solve this matter

  • Mac won't open some files MasterPlan.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).

    I had this problem of not being able to open some files a couple of years ago and eventually was able to fix it but i can't remember how. Any help would be grateful.

    The following document should help: Error: Adobe Reader could not open '*.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and was not correctly decoded.)
    Please update this thread if your issue is resolved.
    Thanks,
    Shashi

Maybe you are looking for

  • HT204053 how can i delete an older apple ID and only use the new one?

    how can I delete an old Apple account and transfer it to a new one?

  • Print of Cash Reciept

    Hi We have a scenario in which are splitting the cash postings made in Cash Journal through FBCJ for business transaction "Cash Revenue". The system is generating a document with credits to two different GLs. We have to take print of the cash reciept

  • Acrobat standard 8 and Adobe Reader X

    Good afternoon all, I am having an issue with users who are using Adobe Reader X who want to digitally sign PDF's. From researching this I found that I have enable the Reader usage rights on the document which can be done from Acrobat. All the forums

  • Need help sharing photos.

    Any attempt to share photos via photo mail or email attachment through share menu causes Elements 12 to crash.

  • Got an unknown exception

    [21/Apr/2004:08:49:24] SEVERE ( 7540): EJB5071: Some remote or transactional roll back exception occurred com.sun.jdo.api.persistence.support.JDOFatalInternalException: Got an unknown exception. NestedException: java.lang.ArrayIndexOutOfBoundsExcepti