Renaming nef files does not rename corresponding xmp files.

I just renamed all my files using Lightroom (select all; rename files)
Unfortunately, this did not rename the correponding xmp files. Since this is irrevercible, I'm now in a tight spot. I'm stuck this thousands of files with "lost" xmp files
Is this a known bug? If not, how do I report it as a bug?
(Also, it is very annoying that the renaming changes the file creation dates! This pretty much destroys my backup routine..)
Einar

einaren wrote:
Regarding your screenshot: I see the modified date is before the creation date.. That implies that the file was copied after it was created (that's standard windows behavior - more here if you're interested: http://www.techrepublic.com/article/build-your-skills-learn-to-manipul ate-file-time-stamps-in-windows )
This behavior is excactly what I'd hope LR wouldn't have. I'm guessing LR renames by copying the file and deleting the original - failing to update the new file with all properties of the original file.
Einar
I think you are misunderstanding the screenshot. Lightroom renaming has no effect here, all the dates/times shown are 10 days before I renamed them with the sequence number. In other words, there is no "copy then delete the original", Lightroom uses the OS to handle file system-level changes, and "rename" retains all original date properties. When I renamed them using Lightroom, nothing was changed apart from the file-name.
"Date Modified" will normally be before "Date Created" unless shooting tethered, as after capture the image is subsequently copied to hard drive....that subsequent copy retains the original Date Taken and Date Modified values, but the copy will have (as you say) the Date Created set to the (usually) later system time. In this instance the card was removed from the camera immediately after the shots were taken and the images imported into Lightroom, which explains the small one minute difference between Date Modified and Date Created. But you shouldn't interpret that time difference in any other way, it is entirely normal and expected.

Similar Messages

  • JNI generated header file does not match the class file

    We have had a JNI project for many years and all has been fine. Within our libraries we have several classes that have inner enum classes.
    Recently we have moved to JDK1.7. Up to now when JNI generated the methods where the signature used the inner enum class, and it was an oveloaded method, we would get something like the following as the signature:
    Java_PackageName_ClassName_methodName_OuterClass_00024InnerEnum_2
    And the class file result of the build would look like the following:
    methodName(OuterClass$InnerEnum)
    Since we have moved to JDK 1.7 the header file looks like the following:
    Java_PackageName_ClassName_methodName_OuterClasss_InnerEnum_2
    The class file is still the same, and because of that when we run the program we get an UnsatisfiedLinkError. I understand that this error is because the VM cannot find the implementation. So why JDK 1.7 generates a header file that does not match the class file?
    Thank you in advance.

    I don't have 1.6 to verify but your statements about what is generated for 1.7 for the header appear correct.
    The 000024 represents the '$' and for 1.7 the inner class is still named using '$'. So for example after compiling in 1.7 the inner class file is named the following...
    MyClass$InnerEnum.class
    So a one to one conversion should have kept the 000024 (presuming it does in fact do it that way in 1.6.)
    You might want to look at the release notes for 1.7.
    If you need a solution you could add a post javah step that renames the file.

  • Import archive file does not contain metadata archive file

    i am trying to upload a skins css file from local system on to webcenter portal application its throwing this error "The import archive file does not contain a metadata archive." this is stack trace
    <SiteResourceValidateImportOperation> <doValidateImport> Operation aborted because of an exception thrown by subunit (oracle.webcenter.lifecycle.metadata.InitializeUnit)
    oracle.webcenter.lifecycle.InvalidEARException: The import archive file does not contain a metadata archive.
    at oracle.webcenter.lifecycle.metadata.InitializeUnit.extractTransportSet(InitializeUnit.java:372)
    at oracle.webcenter.lifecycle.metadata.InitializeUnit.doImport(InitializeUnit.java:232)
    at oracle.webcenter.lifecycle.metadata.InitializeUnit.doValidateImport(InitializeUnit.java:211)
    at oracle.webcenter.lifecycle.siteresource.operation.SiteResourceValidateImportOperation.doValidateImport(SiteResourceValidateImportOperation.java:107)
    at oracle.webcenter.lifecycle.LifecycleSiteResourceService.doValidateImport(LifecycleSiteResourceService.java:139)
    at oracle.webcenter.lifecycle.LifecycleSiteResourceService.doValidateImport(LifecycleSiteResourceService.java:110)
    at oracle.webcenter.lifecycle.view.siteresource.LifecycleSRMImportBean.doImport(LifecycleSRMImportBean.java:179)
    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.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1018)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:386)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.lifecycle.filter.LifecycleLockFilter.doFilter(LifecycleLockFilter.java:151)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <SkinFactoryImpl> <getSkin> Cannot find a skin that matches family portal-admin and version v1.2. We will use the skin portal-admin.desktop.

    Hi again
    Official doc about export resource: http://docs.oracle.com/cd/E17904_01/webcenter.1111/e10148/jpsdg_srm.htm#CFHDJBAC
    Official doc about Skin as Portal Resource: http://docs.oracle.com/cd/E25178_01/webcenter.1111/e10148/jpsdg_skin.htm#BAJFAHFG
    You have to put your path + file name to export your ear file.
    If you don't see your created file in the path that you configured then see Messages - Log of JDeveloper if you have permission problems to write.
    Regards.
    PD: Sorry i mistake talking about .mar file instead of EAR file

  • "File does not exist?" and "File cannot be found?"

    Hi,
    I'm working in FM 9 and FM 11.
    I have a folder for a book and for all its .fm children.
    When I open the book, many .fm files in the book pane ae marked with a ?, and trying to open them produces the error "File named Whatever.fm does not exist."
    Does anyone know why this happens, and how to fix it?
    A possible clue: I frequently need to download a zip file of the whole book and its components from a document management tool, and then unzip locally.
    Thanks much.

    For more on the basic issue, see:
    Relative file pathnames in FM book files
    This, by the way, is not a bug.
    It's an intractable consequence of the dissonance between Unix-like (common root) and DOS-like (multiple root / logical drive) file systems.
    Newer versions of Frame may have an "archive" capability to save out a complete book with restructured fs hierarchy. Aftermarket products exist for older versions. We wrote our own archive script for translation export, that even gathers the imports.
    Of course, when you are the recipient of some random .book, archiving was almost never done by the exporter .

  • OTC ssl.conf file does not have ssl wallet file location details

    Hi B2B Gurus,
    While doing the HTTPS configuration in OTC we observed that some of lines were missing in ssl.conf file located at <Oracle_Home>\Apache\Apache\conf. The below mentioned lines are missing in OTC’s ssl.conf but present in OracleB2B’s ssl.conf
    Even ssl wallet file location is also missing in OTC ssl.conf file as mentioned below.
    Can u please let us know as why these lines are missing or should we manually add these lines when we do HTTPS on OTC ?
    Listen 4444
    <VirtualHost default:4444>
    # General setup for the virtual host
    DocumentRoot "E:\Oracle_b2b\cachehome\Apache\Apache\htdocs"
    ServerName DSCP17506.TechMahindra.com
    ServerAdmin [email protected]
    ErrorLog "|E:\Oracle_b2b\cachehome\Apache\Apache\bin\rotatelogs logs/error_log 43200"
    TransferLog "|E:\Oracle_b2b\cachehome\Apache\Apache\bin\rotatelogs logs/access_log 43200"
    Port 443
    # SSL Engine Switch:
    # Enable/Disable SSL for this virtual host.
    SSLEngine on
    # SSL Cipher Suite:
    # List the ciphers that the client is permitted to negotiate.
    SSLCipherSuite ALL:!ADH:!EXPORT56:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
    # Server Wallet:
    # The server wallet contains the server's certificate, private key
    # and trusted certificates. Set SSLWallet at the wallet directory
    # using the syntax: file:<path-to-wallet-directory>
    SSLWallet file:E:\Oracle_b2b\cachehome\Apache\Apache\conf\ssl.wlt\default
    # Certificate Revocation Lists (CRL):
    # Set the CA revocation path where to find CA CRLs for client
    # authentication or alternatively one huge file containing all
    # of them (file must be PEM encoded)
    # Note: Inside SSLCARevocationPath you need hash symlinks
    # to point to the certificate files. Use the provided
    # Makefile to update the hash symlinks after changes.
    #SSLCARevocationPath conf\ssl.crl
    #SSLCARevocationFile conf\ssl.crl\ca-bundle.crl
    # Client Authentication (Type):
    # Client certificate verification type and depth. Types are
    # none, optional and require
    #SSLVerifyClient require
    # Access Control:
    # With SSLRequire you can do per-directory access control based
    # on arbitrary complex boolean expressions containing server
    # variable checks and other lookup directives. The syntax is a
    # mixture between C and Perl. See the mod_ssl documentation
    # for more details.
    #<Location />
    #SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)-/ \
    # and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
    # and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \
    # and %{TIME_WDAY} >= 1 and %{TIME_WDAY} <= 5 \
    # and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20 ) \
    # or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
    #</Location>
    # SSL Engine Options:
    # Set various options for the SSL engine.
    # o FakeBasicAuth:
    # Translate the client X.509 into a Basic Authorisation. This means that
    # the standard Auth/DBMAuth methods can be used for access control. The
    # user name is the `one line' version of the client's X.509 certificate.
    # Note that no password is obtained from the user. Every entry in the user
    # file needs this password: `xxj31ZMTZzkVA'.
    # o ExportCertData:
    # This exports two additional environment variables: SSL_CLIENT_CERT and
    # SSL_SERVER_CERT. These contain the PEM-encoded certificates of the
    # server (always existing) and the client (only existing when client
    # authentication is used). This can be used to import the certificates
    # into CGI scripts.
    # o StdEnvVars:
    # This exports the standard SSL/TLS related `SSL_*' environment variables.
    # Per default this exportation is switched off for performance reasons,
    # because the extraction step is an expensive operation and is usually
    # useless for serving static content. So one usually enables the
    # exportation for CGI and SSI requests only.
    # o CompatEnvVars:
    # This exports obsolete environment variables for backward compatibility
    # to Apache-SSL 1.x, mod_ssl 2.0.x, Sioux 1.0 and Stronghold 2.x. Use this
    # to provide compatibility to existing CGI scripts.
    # o StrictRequire:
    # This denies access when "SSLRequireSSL" or "SSLRequire" applied even
    # under a "Satisfy any" situation, i.e. when it applies access is denied
    # and no other module can change it.
    # o OptRenegotiate:
    # This enables optimized SSL connection renegotiation handling when SSL
    # directives are used in per-directory context.
    #SSLOptions FakeBasicAuth ExportCertData CompatEnvVars StrictRequire
    <Files ~ "\.(cgi|shtml)$">
    SSLOptions +StdEnvVars
    </Files>
    <Directory "E:\Oracle_b2b\cachehome\Apache\Apache\cgi-bin">
    SSLOptions +StdEnvVars
    </Directory>
    SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
    # Per-Server Logging:
    # The home of a custom SSL log file. Use this when you want a
    # compact non-error SSL logfile on a virtual host basis.
    CustomLog E:\Oracle_b2b\cachehome\Apache\Apache\logs\ssl_request_log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
    </VirtualHost>
    Thanks for your help in Advance.
    Regards,
    Priyanka

    Hi Ramesh,
    We added the missing entries in ssl.conf file and tested it out. It is working fine. When we did slient install we are facing this error, we found that this is a bug in 10.1.2.3 AS patch (5983622) silent install. Raised an SR on this and Support is working to get this fixed.
    Regards,
    Priyanka

  • FLV embedded in a SWF file, does not play in HTML file.

    Hi,
    I embedded a FLV file into flash movie clip, which on publish plays well on SWF file, but when the same is embedded in HTML, it does not play.
    What is it i'm missing ..
    Kindly help.
    Regards
    Shashi

    First, clarify this... are you embedding the .flv into the time line, as in:
    The .FLV file is imported on the  timeline of a movie clip.
    I embedded the .flv file,
    If you are in fact embedding the video, then there is no external video file... it's embedded into the timeline.
    If you are using the FLVPlayback component and an external vid file to display the video and the .swf when testing plays the video just fine but not on the HTML Web page:
    SWF plays external video file, as soon as I embed SWF in HTML, it no longer playes the external video file.
    then it's most likely a pathing problem.
    If you are placing the .swf on a Web page and the .swf and/or the .flv file are not both in the same folder as the Web page.... then the .swf should NOT work when you test it directly! That's because it should be pathed to play from the Web page and not the location of the .swf.
    For your review:
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Best of luck,
    Adninjastrator

  • Batch Action - Does NOT Rename Files Properly

    have CS3 on XP
    I am doing a batch rename. The batch transfers the images from folder to folder like I want and performs a reduce size to 600pix action I created...but it DOES NOT rename the files to what I tell it.
    I want the files original name to have the word "WebSize" added to the filename before the extension. I set this up in the batch. What I get is the original File names.
    Now I did Do a file "save as" in the original action because I wanted to limit final file size to 100k per jpeg file size. I checked the override...and unchecked the override...neither setting alloows the new name to be made...just the original file name.
    Can anyone help?
    Thanks
    Suzzie

    Your action doesn't to seem to include any Open actions. Why do you have the "Supress" option enabled?
    Also, since your action has the two save commands, you would just leave the Destination set to None. Setting a Destination means that is going to save the files again.
    The problem you'll run into though is that the action also saves the file name as part of the action, so that you'll end up just saving over the one file each time the action is played back on your 400 files. So Photoshop will process all the files, but each time it will overwrite the first file, so you'll end up with one file in each folder. Normally, in these situations, you'd use the Destination setting and use the "Overrride Action "Save As" Commands", which would substitute the Destination folder for whenever a Save command is used. The problem here is that you can only choose a single destination folder, so all files would be saved to the same location.
    Short of scripting this, it may be best to break this into two separate actions.

  • Prelude does not rename .mxf-clips

    I know Prelude will not rename the files of a complex folder structure like .mxf-recordings from Canon C300 or XF305. However, It's supposed to enter the chosen name in the "Dublin Core->Title" metadata field. On my Prelude v.2.2. this does not work. (I have tested on 3 different Mac's)
    If i remove the .XML (or the .CIF)-file from the subfolder of a clip on the card, the renaming works. If I ingest a card, and then use this new instance of the card as the source for another ingest, the renaming works. If I copy the .XMP-file from a ingested clip back to the original clips folder (on the original card, leaving the rest of the files untouched), the renaming works...
    This seems to indicate that Prelude has a problem reading the metadata from camera, but does anybody know a workaround to make this work?

    Hi,
    Thank you for the post.
    I'd like to confirm my understanding about this issue, please kindly answer my questions below.
    1. There is no XMP-file in the original clip folder, right?
    2. Are you using the "Rename" function to do the rename or are you trying to rename the clip by entering the name in the filed "Dublin Core->Title" in the metadata panel directly?
    3. Does the "On my Prelude v.2.2. this does not work" mean the rename is ignored, or you can see some error dialog popped-up? or some error message in the event panel?
    I was able to reproduce a rename failure issue in Prelude 2.2 with a CanonXF clip through the "Rename" function, the clip doesn't have XMP file during importing, this issue has been fixed in the coming release. So I want to double confirm if that is the same issue as yours since I didn't encounter the rename failure if I entered the chosen name in "Dublin Core->Title" in the metadata panel directly.
    If my finding is not your issue, it would be very helpful if you could send your sample medias to us. Please reach me at [email protected] to get our ftp server information.
    Thanks,
    Ada

  • App binary file does not correspond to folios in Adobe Viewer

    I created an app in several different language versions, all connected to the same multi-layer/lingual InDesign files. In Adobe Viewer they look and work fine, however Apple just approved the English language binary update and the app is entirely in Spanish. I tried re-exporting the .ipa file from a previous version (one that was already published in English albeit with bugs- hence the update submission)  and this too shows in Spanish. I tried re-saving all InDesign files with the English language layer turned on and exporting a new version, but once again it shows in Spanish. My client is understandibly very upset as the app is time-sensitive and if we have to wait another week for Apple approval we are in big trouble.
    What is going on and how can I fix it?

    Ok, I'll try it, but I don't understand why this happened in the first place. The English app was ready to be exported before the Spanish version had been sent to "create app," and so in my understanding the exported file should have coincided with what I see in the viewer.
    Melanie De Jesus
    Mobile: +39 392 9932197
    SAY DESIGN s.a.s.
    Il giorno 21/lug/2013, alle ore 16:10, Neil Enns - Adobe <[email protected]> ha scritto:
    Re: App binary file does not correspond to folios in Adobe Viewer
    created by Neil Enns - Adobe in Digital Publishing Suite - View the full discussion
    Are you making a Single Edition application? If so simply changing the layer state and redownloading the application isn't enough. You have to go to the Create App menu item again and go through the App Builder wizard for it to pick up the changed files.
    Neil
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5524671#5524671
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5524671#5524671
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5524671#5524671. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Digital Publishing Suite by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Load file does not exist

    We have several users using OLS V4.2 on one of our citrix servers. However, one of our users can upload an excel sheet into OLS. She always gets the error :
    Package Result = Error]
    Package:                     Import excel V2
    Appset:                      Blagden
    Application:                 SALES
    Request Time:                2009-04-14 16:56:18
    Start   Time:                2009-04-14 16:56:18
    End     Time:                2009-04-14 16:56:18
    Total   Time:                00:00:00
    TOTAL STEPS  8
    1. Assign initial parameters:        completed  in 0 sec.
    2. Create Temp Table:                completed  in 0 sec.
    3. Transform Data Task1:             completed  in 0 sec.
    4. update:                           completed  in 0 sec.
    5. update rejected:                  completed  in 0 sec.
    6. Transform Data Task2:             completed  in 0 sec.
    7. Convert data:                     completed  in 0 sec.
    8. Load and process:                 Failed  in 0 sec.
    [Selection]
    XLFILE= DATAMANAGER\DATAFILES\FL_sales reporting outlooksoft_FL1_FL3_A2009_03.xls
    SHEET=TOTAL
    TRANSFORMATION= DATAMANGER\TRANSFORMATIONFILES\my Files\import historical data.xls
    CLEARDATA= No
    RUNLOGIC= Yes
    [Messages]
    [ The load file does not exist ]
    I deleted the user from the userlist and reprocessed security. I added the user again in the admin group and reporcessed user security. Same error.
    When the user logs on on citrix using her profile  and starts Webexcel using my profile - no problem.
    My profile has administrator rights and she may not have them. So I really want her into the usergroup.
    We renamed the file to upload to a file with 8 characters - same problem.
    Anyone any experience with this error and how to solve it ?
    Thanks for your reply.
    Johan

    Hello,
        From what I understand from your log file, this is a custom import package. It is failing into the last step, loading data into the cube and it seems there is no file to be loaded. If the same package is working well for the other users, this means that the user has not enough security rights to load data from that file (maybe the file contains data for which the user is not authorized to see).
       To understand better what is happening, just try to activate the debug using the DEBUG(ON) instruction into EvModifyPackage. This will create more information regarding the parameters passed to your tasks and you will be able to identify the file name passed to Dump&Load task.
    You can verify then into Private publication\user name\Temp files the content of file (and the content of all temporary files generated by your package) and this will help you to understand where is the problem.
    Hope this can help you,
    Mihaela

  • .mov file does not display on the web-site

    iWeb is easy to use but my simply link to a .mov file does not work. I am working on the Domain file on my Desktop so I can move it between computers, and it renames the media file in the inspector from name.mov to name-1.mov. In the end the site does not display the animation.

    Are you linking to this file so that it can be downloaded from your website?

  • File Adapter does not process the same file twice

    SOA: 11.1.1.4 (non-HA).
    I have a file adapter that triggers when a new file gets to a directory; the file is not deleted after the process triggers.
    The process is supposed to call other services via a mediator and if any remote fault happens it should rollback automatically and re-trigger with the same file at the next polling interval.
    I have literally 3 scenarios:
    1). The file gets picked up once, the process fails and the file is never picked up again.
    Msg in log: The file : /xx/xx/xx/abc.xml is being ignored as it has already been processed
    2). If the mediator only routes to one service after the file gets picked up, it works as expect (that is rollback and restart at the next polling interval). If it has more than one sequential routing rule, I see the same error as above.
    3). File does not get picked up EVEN if I "touch" or rename the file.
    Msg in Log:
    File Adapter ProcessName Poller enqueuing file for processing :/xx/xx/xx/abc.xml
    File Adapter ProcessName Ignoring File : abc.xml as it is already enqued for processing.
    I have already checked, there is no permission issue.
    This is what my .jca file looks like:
    <adapter-config name="getFile" adapter="File Adapter" wsdlLocation="getFile.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
    <connection-factory location="eis/FileAdapter" UIincludeWildcard="*"/>
    <endpoint-activation portType="Read_ptt" operation="Read">
    <activation-spec className="oracle.tip.adapter.file.inbound.ScalableFileActivationSpec">
    <property name="DeleteFile" value="false"/>
    <property name="MinimumAge" value="5"/>
    <property name="SingleThreadModel" value="true"/>
    <property name="PhysicalDirectory" value="/xx/xx"/>
    <property name="Recursive" value="false"/>
    <property name="PollingFrequency" value="20"/>
    <property name="IncludeFiles" value=".*"/>
    <property name="UseHeaders" value="true"/>
    <property name="MaxRaiseSize" value="5"/>
    <property name="ListSorter" value="oracle.tip.adapter.file.inbound.listing.TimestampSorterAscending"/>
    </activation-spec>
    </endpoint-activation>
    </adapter-config>
    Thanks for looking into it in advance.
    Any help with the error messages will be appreciated.

    You have to use MOVE operation, if there is any remote exception occured, then move the file to someother folder and again move back to the same folder where the file pickup will start.
    In that way you will be use the same file picked up next time when the polling happens.
    It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts).
    Thanks,
    Vijay

  • Compiled CHM File Does Not Reflect New Project Name

    I have read many of the experts' responses to posts and found them extremely helpful. However, I have not seen one that addresses my issue.
    I have RH HTML Version RH8. I renamed a project via 1) File - Rename Project and 2) Single Source Layouts - Primary Layout - Properties - Output Folder and File Name.
    Two problems are: 1) The Project Folder name still reflects the old project name and 2) The CHM file still reflects the old project name.
    As a result, the output Help that the user sees still has the old project name in the title bar.
    All generated files as well as the RoboHelpHTML Project File were changed to the new project name, just as the RENAME PROJECTS Help says it should. However, the CHM file does not reflect the new project name as it says it should.
    1) Can I change the Folder name that was created when I compiled the Help file to the correct name?
    2) Can I change the FILENAME in the SELECT OUTPUT FOLDER AND FILENAME  window?
    3) Can I / should I rename the TOC and Index filenames from the old project name to the new project name? (Help says that changing the project name does not change these file names and it didn't.) 
    Will any of these actions correct the problem? I appreciate any help you can give. 

    Welcome to our community
    Try File > Project Settings.
    And if that doesn't get it, try the Project Set-up pod, windows and change the Window Caption.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Dfsr files does not replicate

    Hi,
    We're running dfsr on 2008R2 servers to replicate files, and I discovered that some files are just not replicated.
    These files are not temporary files (checked using fsutil), and not filtered by file mask define on replicated folder properties (ususally ~*, *.bak, *.tmp).
    It looks like a dfsr db corruption, but I don't know how to solve this. I don't know how to reset the db as some members are domain controllers.
    Here's the configuration:
    server1 and server2 are 2008R2 domain controllers. The replication group is ks2share-idcl.
    - on server 1: file REPL-ERROR.pdf is modified
    - on server 2: file not present
    below is the dfsr.log output for each server.
    Server1:
    20150127 10:59:39.696 3076 CXML  2869 Config::XmlReader::PostProcessVolumeConfig Found volume. path:\\.\D: volumeId:{1BD6E157-5026-40DF-A729-E50F34543118}
    20150127 10:59:39.696 3076 CXML  2878 Config::XmlReader::PostProcessVolumeConfig Overwriting dbPath. oldPath:\\.\D:\System Volume Information\DFSR newPath:\\.\D:\System Volume Information\DFSR
    20150127 10:59:39.696 3076 CXML  2869 Config::XmlReader::PostProcessVolumeConfig Found volume. path:\\.\C: volumeId:{EC121DFF-7160-11E3-9ABE-806E6F6E6963}
    20150127 10:59:39.696 3076 CXML  2878 Config::XmlReader::PostProcessVolumeConfig Overwriting dbPath. oldPath:\\.\C:\System Volume Information\DFSR newPath:\\.\C:\System Volume Information\DFSR
    20150127 10:59:39.696 1300 USNC  2450 UsnConsumer::UpdateIdRecord LDB Updating ID Record:
    + fid                             0x10000000012E4F
    + usn                             0x3fe335830
    + uidVisible                      1
    + filtered                        0
    + journalWrapped                  0
    + slowRecoverCheck                0
    + pendingTombstone                0
    + internalUpdate                  0
    + dirtyShutdownMismatch           0
    + meetInstallUpdate               0
    + meetReanimated                  0
    + recUpdateTime                   20150127 09:57:37.837 GMT
    + present                         1
    + nameConflict                    0
    + attributes                      0x20
    + ghostedHeader                   0
    + data                            0
    + gvsn                            {D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    + uid                             {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834
    + parent                          {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20785
    + fence                           Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock                           20150127 09:59:39.665 GMT (0x1d03a17f70434f2)
    + createTime                      20140521 06:39:38.735 GMT
    + csId                            {124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    + hash                            BB31D3D3-30267455-710BF62F-53AECE59
    + similarity                      00000000-00000000-00000000-00000000
    + name                            REPL-ERROR.pdf

    20150127 10:59:39.696 1300 USNC  2453 UsnConsumer::UpdateIdRecord ID record updated from USN_RECORD:
    + USN_RECORD:
    + RecordLength:        88
    + MajorVersion:        2
    + MinorVersion:        0
    + FileRefNumber:       0x10000000012E4F
    + ParentFileRefNumber: 0xA000000026679
    + USN:                 0x3fe335830
    + TimeStamp:           20150127 10:59:39.665 Romance Standard Time
    + Reason:              Close Rename New Name
    + SourceInfo:          0x0
    + SecurityId:          0x0
    + FileAttributes:      0x20
    + FileNameLength:      28
    + FileNameOffset:      60
    + FileName:            REPL-ERROR.pdf

    20150127 10:59:39.696 3076 WMIC  3066 FrsConnectionConfig::ExecQuery Executing query:select * from DfsrConnectionConfig where ReplicationGroupGUID = "957F3E93-931B-433B-941B-611352F52ED4" client:svc-zabbix
    20150127 10:59:39.696 3076 FCFG   278 Configuration::ReadReplicaSetConfig Reading replica configuration file. rgId:{957F3E93-931B-433B-941B-611352F52ED4}
    20150127 10:59:39.696 3076 CREG   740 Config::RegConfig::ReadConfigFilePath Location of valueName:Replica Set Configuration File is location:\\?\D:\System Volume Information\DFSR\Config\Replica_957F3E93-931B-433B-941B-611352F52ED4.XML
    20150127 10:59:39.696 3076 CXML  3308 Config::XmlReader::PostProcessReplicaSetConfig Setting default schedule for connection. connId:AEC330AF-25F3-4155-A857-33CAACE1E938
    20150127 10:59:39.696 3076 CXML  3308 Config::XmlReader::PostProcessReplicaSetConfig Setting default schedule for connection. connId:5195A6EB-B8F8-44B6-971D-30C35C960659
    20150127 10:59:39.696 2900 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} rgName:ks2share-idcl  ptr:00000000060F9F20
    20150127 10:59:39.696 2900 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:8 requestType:REQUEST_NORMAL_SYNC changeType:all
    20150127 10:59:39.696 2204 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13}
    20150127 10:59:39.696 2204 SRTR  1099 SERVER_RequestUpdates Processing RequestUpdates call. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} credits:32 requestType:all
    20150127 10:59:39.696 2204 OUTC  2817 OutConnectionContentSetContext::TransportRequestUpdates Received request for updates csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} rgName:ks2share-idcl 
    ptr:00000000060F9F20
    20150127 10:59:39.696 2204 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13}
    20150127 10:59:39.696 1488 JOIN  1201 Join::SubmitUpdate LDB Updating ID Record:
    + fid                             0x10000000012E4F
    + usn                             0x3fe335830
    + uidVisible                      1
    + filtered                        0
    + journalWrapped                  0
    + slowRecoverCheck                0
    + pendingTombstone                0
    + internalUpdate                  0
    + dirtyShutdownMismatch           0
    + meetInstallUpdate               0
    + meetReanimated                  0
    + recUpdateTime                   20150127 09:59:39.696 GMT
    + present                         1
    + nameConflict                    0
    + attributes                      0x20
    + ghostedHeader                   0
    + data                            0
    + gvsn                            {D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    + uid                             {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834
    + parent                          {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20785
    + fence                           Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock                           20150127 09:59:39.665 GMT (0x1d03a17f70434f2)
    + createTime                      20140521 06:39:38.735 GMT
    + csId                            {124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    + hash                            BB31D3D3-30267455-710BF62F-53AECE59
    + similarity                      00000000-00000000-00000000-00000000
    + name                            REPL-ERROR.pdf

    20150127 10:59:39.712 1488 JOIN  1246 Join::SubmitUpdate Sent: uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654 name:REPL-ERROR.pdf connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    csName:IDCLIM
    20150127 10:59:39.712 3076 WMIC  1663 FrsContentSetConfig::ExecQuery Executing query:select * from DfsrReplicatedFolderConfig where ReplicationGroupGUID = "9A106F41-8D9E-470D-8A9C-1B417A9D98D8" client:svc-zabbix
    20150127 10:59:39.712 3076 FCFG   177 Configuration::ReadVolumeConfig Reading all volume configuration files.
    20150127 10:59:39.712 3076 CREG   740 Config::RegConfig::ReadConfigFilePath Location of valueName:Volume Configuration File is location:\\.\D:\System Volume Information\DFSR\Config\Volume_1BD6E157-5026-40DF-A729-E50F34543118.XML
    20150127 10:59:39.712 2204 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} rgName:ks2share-idcl  ptr:00000000060F9F20
    20150127 10:59:39.712 2204 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:9 requestType:REQUEST_NORMAL_SYNC changeType:notify
    20150127 10:59:39.712 1128 IINC   311 IInConnectionCreditManager::GetCredits [CREDIT] Credits Granted. totalConnectionCreditsGranted:32 totalGlobalCreditsGranted:32 csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{47D55555-7518-439E-9A31-C2E9A5B74399}
    sessionTaskPtr:000000000628C6D0
    20150127 10:59:39.712 1128 INCO  7343 InConnection::RequestVvUp Requested upstream version vector. requestState:00000000060D5CA0 connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM changeType:all
    20150127 10:59:39.712 3612 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{00000000-0000-0000-0000-000000000000} reqType:AsyncPollRequest reqState:Completed status:0 ptr:0000000017F8B960
    20150127 10:59:39.712 3612 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} reqType:VvUpRequest reqState:Completed status:0 ptr:00000000060D5CA0
    20150127 10:59:39.712 3612 INCO  3621 InConnection::ReceiveVvUp Received VvUp connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM vvUp:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC} |-> { 494221..1973654}
    + {F3E1FA1B-B2B9-4960-8FD6-A63A2935299E} |-> { 458202..888205}
    + {11DBD3CA-0B16-44E2-A4BC-1E86F590109E} |-> { 43..185837}

    20150127 10:59:39.712 3612 INCO  3628 InConnection::ReceiveVvUp Creating new session:4 requestState:00000000060D5CA0 connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM vvDown:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}
    |-> { 494221..1973654}
    + {F3E1FA1B-B2B9-4960-8FD6-A63A2935299E} |-> { 458202..888205}
    + {11DBD3CA-0B16-44E2-A4BC-1E86F590109E} |-> { 43..185837}

    20150127 10:59:39.712 3612 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{00000000-0000-0000-0000-000000000000} reqType:AsyncPollRequest reqState:Completed status:0 ptr:0000000017F8B960
    20150127 10:59:39.712 1888 INCO  8561 InConnection::InConnectionContentSetContext::Hibernate Hibernating: connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    20150127 10:59:39.712 1888 IINC   392 IInConnectionCreditManager::ReturnCredits [CREDIT] Credits have been returned. creditsToReturn:32 totalConnectionCreditsGranted:0 totalGlobalCreditsGranted:0 csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    connId:{47D55555-7518-439E-9A31-C2E9A5B74399} sessionTaskPtr:000000000628C6D0
    20150127 10:59:39.712 1888 INCO  7343 InConnection::RequestVvUp Requested upstream version vector. requestState:00000000060D5CA0 connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM changeType:notify
    20150127 10:59:39.712 3612 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} reqType:VvUpRequest reqState:Completed status:0 ptr:00000000060D5CA0
    20150127 10:59:39.712 3076 CREG   740 Config::RegConfig::ReadConfigFilePath Location of valueName:Volume Configuration File is location:\\.\C:\System Volume Information\DFSR\Config\Volume_EC121DFF-7160-11E3-9ABE-806E6F6E6963.XML
    20150127 10:59:39.712 3076 CXML  2869 Config::XmlReader::PostProcessVolumeConfig Found volume. path:\\.\D: volumeId:{1BD6E157-5026-40DF-A729-E50F34543118}
    20150127 10:59:39.712 3076 CXML  2878 Config::XmlReader::PostProcessVolumeConfig Overwriting dbPath. oldPath:\\.\D:\System Volume Information\DFSR newPath:\\.\D:\System Volume Information\DFSR
    20150127 10:59:39.712 3076 CXML  2869 Config::XmlReader::PostProcessVolumeConfig Found volume. path:\\.\C: volumeId:{EC121DFF-7160-11E3-9ABE-806E6F6E6963}
    20150127 10:59:39.712 3076 CXML  2878 Config::XmlReader::PostProcessVolumeConfig Overwriting dbPath. oldPath:\\.\C:\System Volume Information\DFSR newPath:\\.\C:\System Volume Information\DFSR
    Server2:
    20150127 10:59:39.689 2532 INCO  3628 InConnection::ReceiveVvUp Creating new session:4 requestState:00000000188193E0 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM vvDown:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}
    |-> { 494221..1973653}
    + {F3E1FA1B-B2B9-4960-8FD6-A63A2935299E} |-> { 458202..888205}
    + {11DBD3CA-0B16-44E2-A4BC-1E86F590109E} |-> { 43..185837}

    20150127 10:59:39.689 2532 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{00000000-0000-0000-0000-000000000000} reqType:AsyncPollRequest reqState:Completed status:0 ptr:0000000002818980
    20150127 10:59:39.689 8108 INCO  7225 InConnection::RequestUpdates Updates have been requested. creditsObtained:32 totalConnectionCreditsGranted:32 totalGlobalCreditsGranted:32 outstandingCredits:32 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    csName:IDCLIM sessionTaskPtr:00000000026D3240 requestType:all cursor:{00000000-0000-0000-0000-000000000000}-v0 delta:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC} |-> { 1973654}

    20150127 10:59:39.697 2532 INCO  3248 InConnection::ReceiveUpdates Upstream credits:32 creditsAvailable:32 creditsUsed:1 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    20150127 10:59:39.697 2532 INCO  3322 InConnection::ReceiveUpdates Received: uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654 fileName:REPL-ERROR.pdf session:4 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13}
    csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    20150127 10:59:39.697 2532 INCO  3386 InConnection::ReceiveUpdates Session has been closed. sessionId:4 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    20150127 10:59:39.697 2532 IINC   392 IInConnectionCreditManager::ReturnCredits [CREDIT] Credits have been returned. creditsToReturn:31 totalConnectionCreditsGranted:1 totalGlobalCreditsGranted:1 csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} sessionTaskPtr:00000000026D3240
    20150127 10:59:39.697 2532 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} reqType:UpdateRequest reqState:Completed status:0 ptr:00000000188193E0
    20150127 10:59:39.697 6860 MEET  1339 Meet::Install Retries:0 updateName:REPL-ERROR.pdf uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csName:IDCLIM updateType:remote
    20150127 10:59:39.697 6740 INCO  7343 InConnection::RequestVvUp Requested upstream version vector. requestState:000000001889E5A0 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM changeType:notify
    20150127 10:59:39.698 2532 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} reqType:VvUpRequest reqState:Completed status:0 ptr:000000001889E5A0
    20150127 10:59:39.698 6860 MEET  4274 Meet::ProcessUid Uid related found uidRelatedGvsn:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20835 updateName:REPL-ERROR.pdf uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csName:IDCLIM
    20150127 10:59:39.698 6860 MEET  6282 Meet::LocalDominates Local version dominates localgvsn:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20835 updateName:REPL-ERROR.pdf uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csName:IDCLIM
    20150127 10:59:39.698 6860 MEET  4406 Meet::ProcessUid -> DONE Local version dominates localGvsn:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20835 updateName:REPL-ERROR.pdf uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csName:IDCLIM csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    20150127 10:59:39.698 6860 INCO  4825 InConnection::UpdateProcessed Received Update. updatesLeft:0 processed:1 failures:0 sessionId:4 open:0 updateType:0 processStatus:0 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    csName:IDCLIM update:
    + present                         1
    + nameConflict                    0
    + attributes                      0x20
    + ghostedHeader                   0
    + data                            0
    + gvsn                            {D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    + uid                             {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834
    + parent                          {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20785
    + fence                           Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock                           20150127 09:59:39.665 GMT (0x1d03a17f70434f2)
    + createTime                      20140521 06:39:38.735 GMT
    + csId                            {124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    + hash                            BB31D3D3-30267455-710BF62F-53AECE59
    + similarity                      00000000-00000000-00000000-00000000
    + name                            REPL-ERROR.pdf

    20150127 10:59:39.700 6860 INCO  5551 InConnection::CommitSession Connection in sync connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM commitedSessionsWithUpdateFailures:0
    20150127 10:59:39.700 6860 IINC   392 IInConnectionCreditManager::ReturnCredits [CREDIT] Credits have been returned. creditsToReturn:1 totalConnectionCreditsGranted:0 totalGlobalCreditsGranted:0 csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} sessionTaskPtr:00000000026D3240
    20150127 10:59:39.700 8108 INCO  8561 InConnection::InConnectionContentSetContext::Hibernate Hibernating: connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    20150127 10:59:39.700 8108 UPMG   580 UpdateManager::FinalizeUpdateManager Finalizing UpdateManager connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csName:IDCLIM csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    20150127 10:59:39.702 5732 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{47D55555-7518-439E-9A31-C2E9A5B74399} rgName:ks2share-idcl  ptr:0000000002782C20
    20150127 10:59:39.702 5732 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:8 requestType:REQUEST_NORMAL_SYNC changeType:all
    20150127 10:59:39.702 5732 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{47D55555-7518-439E-9A31-C2E9A5B74399}
    20150127 10:59:39.703 5732 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{47D55555-7518-439E-9A31-C2E9A5B74399} rgName:ks2share-idcl  ptr:0000000002782C20
    20150127 10:59:39.703 5732 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:9 requestType:REQUEST_NORMAL_SYNC changeType:notify
    20150127 10:59:39.703 7732 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{47D55555-7518-439E-9A31-C2E9A5B74399}
    20150127 10:59:39.747 5732 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE}
    20150127 10:59:39.751 5732 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} rgName:ks2share-idcl  ptr:00000000027833A0
    20150127 10:59:39.751 5732 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:8 requestType:REQUEST_NORMAL_SYNC changeType:all
    20150127 10:59:39.798 5732 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE}
    20150127 10:59:39.801 5732 SRTR  1099 SERVER_RequestUpdates Processing RequestUpdates call. connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} credits:32 requestType:all
    20150127 10:59:39.801 5732 OUTC  2817 OutConnectionContentSetContext::TransportRequestUpdates Received request for updates csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} rgName:ks2share-idcl 
    ptr:00000000027833A0
    20150127 10:59:39.853 5732 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} rgName:ks2share-idcl  ptr:00000000027833A0
    20150127 10:59:39.853 5732 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:9 requestType:REQUEST_NORMAL_SYNC changeType:notify
    20150127 10:59:39.856 2532 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{2285E492-D4CC-40F5-A120-5A0205655A90} csId:{00000000-0000-0000-0000-000000000000} reqType:AsyncPollRequest reqState:Completed status:0 ptr:00000000028187F0
    We can see on server the message "LocalDominates Local version dominates localgvsn", but file does not exists....
    Please help.
    Vincent

    Hi,
    Though you tried to delete, have you tried rename, or move them into a different folder?
    And you mentioned fsutil so I assume you have already know the following article. But still incase some steps were missed:
    DFSR Does Not Replicate Temporary Files
    http://blogs.technet.com/askds/archive/2008/11/11/dfsr-does-not-replicate-temporary-files.aspx 
    Meanwhile, I don't think reset DFSR database will affect AD replication. NTDS.dit is stored in a different location. If it will not work with a rename (and change path), you can test to reset DFSR database.
    1.       Stop and ALSO disable the DFSR service on <ServerA> server (don't just simply stop it)
    2.       In Windows Explorer open the specific drive
    3.       Right click on the "System Volume Information" directory and select Properties\Security
    Note: You might need to select the option for "Show hidden files, folders or drives" and also uncheck "Hide protected operating system files" in the folders view options to be able to even see the "System Volume Information" directory.
    4.       Grant your user account that you're logged in with (if a member of Administrators group this will also suffice) "Full Control" to the "System Volume Information" directory.
    Note: You may get an error on setting security on some files - this is expected.
    5.       Open an elevated/Administrative command prompt. Switch to the "<drive letter>:\System Volume Information" directory
    6.       Type the command "rmdir DFSR /s"
    7.       Enable and re-start the DFSR service on <ServerA> server
    8.       We will then set the <ServerA> server as the Primary member with dfsradmin.exe utility –
    Dfsradmin Membership Set /RGName:<RG Name> /RFName:<RF Name> /MemName:<Member Name> /IsPrimary:True
    Note: Files will be replicated from ServerA to all other targets. So if there is any newer file on other target servers, backup before starting replication.
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected].

  • JAR file does not get uploaded to client for my SERVLET generated APPLET

    Some help please...
    I have a servlet that generates the HTML code that contains an APPLET. This APPLET needs a JAR file that is listed under its ARCHIVE property. The SERVLET is in a JAR file that is in the same directory as the other needed JAR file. If I create a static HTML with the output of the SERVLET it works fine. But if go through Weblogic the needed JAR file does not get uploaded to the client so I get a java.lang.NoClassDefFoundError:and my APPLET does not load.
    Q1: I am not sure what to put under the CODEBASE tag. I tried "." and I also tried "http://mymachine" but both did not work. I also tried without the CODEBASE tag. No luck. The SERVLET is bound to http://mymachine/servlet.
    Q2: Does anyone have any suggestions on how to do this? Is there a way to force the browser to upload a certain JAR file?
    Thanks...

    It works!!
    This is what I did:
    The jar file in question was the weblogic.jar. I tried putting it under the lib directory of my war file but I had problems because the weblogic.jar contains other war files inside so when I tried to deploy my war file it also tried to deploy the inner war files which for some reason did not work. So I tried removing the war files from the weblogic.jar and this time I had no problems deploying my war file but I still could not find the classes I needed. So I tried moving the weblogic.jar to the root dir of my war file and it worked!! Now the trick here was: I did not set the CODEBASE AND I had the ARCHIVE paramenter set in TWO places like below:
    <APPLET CODE = "marketmap.client.MarketMapApplet"
    ARCHIVE = "weblogic.jar"
    WIDTH = "657"
    HEIGHT = "382"
    ALIGN = "BOTTOM"
    ALT = "APPLET tag not recognized">
    </XMP>
    <PARAM NAME = CODE VALUE = "MyApplet" >
    <PARAM NAME = "type" VALUE="application/x-java-applet;version=1.2.2">
    <PARAM NAME = "scriptable" VALUE="false">
    <PARAM NAME = ARCHIVE VALUE="weblogic.jar">
    </APPLET>
    Actually if you do not place a parameter named ARCHIVE (at the end) it wil NOT work. I tried with multiple jar files listed and it works great too.
    Anyway I figure I'd share. Thanks for the help too.
    Lastly for people who choose not to upload the jar files to clients, you should look at the bea documentation on applets. It lists a classpath servlet that allows you to provide classes to the clients without having to force them to download the jar file.

Maybe you are looking for

  • How do I change the IP address on my 4000TN printer from 0.0.0.0

    My 4000TN printer shows an IP address of 0.0.0.0 in the configuration menu.  How do I change this IP address so that I can connect the printer to my Apple Airport Extreme Base Station for wireless printing? This question was solved. View Solution.

  • Footer not staying at the bottom of the content

    I am making a new website -- tomperkowitz.com -- and the footer sticks to the bottom of the browser page leaving a big white space when the browser window is taller than the content. I would like the footer to remain at the bottom of the content (lik

  • Software Test Engineer in Palm Bay, Florida LabView

    I am looking for an astute individual to fill an opening I have in Palm Bay, FL with a leading defense technology company that specializes in mission critical systems.  This is a DOD operation and does require US citizenship.  This is a permanent pos

  • How to create an update listener using event notification in MDM Java2 API.

    Hi folks, I need some help on how to create an update listener for Customer updates in MDM using notification API. Could some one point me to where I should start. We are still using SP5. Thanks -Sai

  • Using an icon font in Adobe Premiere Pro

    Hello, i want to use an icon font (e.g. Font Awesome) with Adobe Premiere Pro. I installed the font on my PC. If i copy an icon from the character map to the title creator, it does not get displayed. If I do the same in Adobe Illustrator it works per