Export with ldapsearch failing

I'm trying to export the "users" directory of the Open Directory of our Snow Leopard Server to an .ldif file. We would like to copy and import this segment to another external LDAP server to use for authentication on another app... basically a one-way replication of our user accounts.
I found this command to run to dump to an .ldif file:
*sudo ldapsearch -x -LLL -H ldap://server.domain.net -b "cn=users,dc=domain,dc=net" > users.ldif*
But the only response is:
*No such object (32)*
And the piped .ldif file is empty. Am I doing something wrong here? I found this procedure in the Apple documentation (http://support.apple.com/kb/TA24123), so I know it should be possible...

Are you sure that's the right search base? I'd expect it to be "cn=users,dc=server,dc=domain,dc=net" (i.e. the server's OD is domain based at "dc=server,dc=domain,dc=net", and users are in "cn=users" under that). Check the domain's search base in Server Admin -> Open Directory service -> Overview pane, then tack "cn=users," in front of that.
BTW, you don't need sudo in front of this command (I don't know why it's there in the kbase article).

Similar Messages

  • SCCM 2012 Export Task Sequence fails with generic error message

    We have a complex task sequence comprising of more than 50 applications\packages, 1975 drivers, 18 driver packages etc etc. Its long, it's big and it will not export with it's content.
    We have several environments for development test and live. I am attempting to export the primary task sequence with all it's dependencies from live so that I can port it over to a new development environment.
    I can export the zip file without content and it comes to 92Mb in size. The entire task sequence software set is 50Gb+. When I attempt to export with all dependencies and content the process gets about 60% of the way through and fails with the error
    "Error: The filename, directory name, or volume label syntax is incorrect"
    Googling the error roughly defines the problem as 'the export process cannot access the defined source path for one of the dependant items'
    I wrote a PowerShell script that looks as every application, package, driver, driver package, boot image, os image and software update package in the entire SCCM software library and verifies that each and every package has a valid UNC source directory
    that can be reached using test-path.
    I also wrote another tool that parsed the entire source software library on the server looking for permissions errors (permissions on the structure set at a directory level rather than inherited), directories that were too long, inaccessible or otherwise
    blocked, nothing was found.
    It will take a very long time to go through and check each and every dependency by hand - time I do not have at present.
    I looked in the TaskSequenceProvider.log as that is supposed to contain messages from the export process and found the messages in there far too high a level to use
    =======================
    <![LOG[Setting status complete:  status code = 0x0; ]LOG]!><time="13:00:41.161-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="4168" file="exterror.cpp:128">
    <![LOG[[PID: 3500] Invoking method SMS_TaskSequence.ExportXml]LOG]!><time="13:00:42.339-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="4168" file="wmiprovider.cpp:333">
    <![LOG[[PID: 3500] Done with method SMS_TaskSequence.ExportXml]LOG]!><time="13:00:42.341-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="4168" file="wmiprovider.cpp:352">
    <![LOG[Setting status complete:  status code = 0x0; ]LOG]!><time="13:00:42.341-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="4168" file="exterror.cpp:128">
    <![LOG[[1AFF658 PID:3500] Received shutdown request from WMI]LOG]!><time="13:01:36.036-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="5592" file="wmiprovider.cpp:399">
    <![LOG[[1AFF658 PID:3500] Initializing provider for namespace root\sms\site_P01]LOG]!><time="13:02:36.550-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068"
    file="wmiprovider.cpp:90">
    <![LOG[[1AFF658  PID:3500] Initialization of provider for namespace root\sms\site_P01 succeeded]LOG]!><time="13:02:36.551-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1"
    thread="7068" file="wmiprovider.cpp:107">
    <![LOG[[PID: 3500] Invoking method SMS_TaskSequence.LoadFromXml]LOG]!><time="13:02:36.554-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068" file="wmiprovider.cpp:333">
    <![LOG[[PID: 3500] Done with method SMS_TaskSequence.LoadFromXml]LOG]!><time="13:02:36.558-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068" file="wmiprovider.cpp:352">
    <![LOG[Setting status complete:  status code = 0x0; ]LOG]!><time="13:02:36.559-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068" file="exterror.cpp:128">
    <![LOG[[PID: 3500] Invoking method SMS_TaskSequence.ExportXml]LOG]!><time="13:03:05.428-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068" file="wmiprovider.cpp:333">
    <![LOG[[PID: 3500] Done with method SMS_TaskSequence.ExportXml]LOG]!><time="13:03:05.431-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068" file="wmiprovider.cpp:352">
    <![LOG[Setting status complete:  status code = 0x0; ]LOG]!><time="13:03:05.431-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068" file="exterror.cpp:128">
    <![LOG[[1AFF658 PID:3500] Received shutdown request from WMI]LOG]!><time="13:03:36.369-60" date="08-26-2014" component="TaskSequenceProvider" context="" type="1" thread="7068" file="wmiprovider.cpp:399">
    ====================
    Is there any way of increasing the log verbosity? I need to see what item is causing the export to fail.
    Is there another log containing the information about the export & what it is doing?
    All out builds that use the task sequence complete successfully, we can edit the sequence fine, make changes etc. so no internal corruption we can find.
    Any ideas?

    Torsten, smsprov.log did indeed prove useful, I could see every package as it was validated. Unfortunately the log was wrapping about every 4 minutes and it takes 3+ hours for the task sequence to reach the fail point so I still cannot see the offending
    package as it wraps before I can get to the log.
    I will increase the size of the log and see if I can maintain some details to investigate.
    There was nothing of note in the event logs, certainly nothing leading me to suspect that WMI might be reaching its limits.
    I will keep looking for the cause and will post here when I find it <= positive thinking :)

  • Keynote export to Quicktime fails with any animation

    I'm making recordings of Keynote slideshows, and I keep running into the same problem: any time I include an animation, of any sort, the export to Quicktime fails. Any advice?
    Specifically, regardless of the format (whether it's an animated GIF, a Quicktime movie, or ???), I have the animation set to begin immediately, on transition. I can see it animating while I'm talking. When I export it to Quicktime, my voice continues, but Keynote remains stuck on the first frame. Sometimes it does animate a little bit, toward the end of the time that I'm on the slide, but regardless, voice and video sync are way, way off for the rest of the movie.
    Has anyone else encountered this and fixed it? I've seen one person be advised to export using fixed timing, but that's not an option for me: the amount of time I spend on the different slides varies quite a bit.

    Yeah, it's pretty simple- with your keynote slideshow open, just open quicktime player, go to "file" then "new screen recording". A little box will open with a record button. Press record, and then play your slideshow in keynote from the beginning. You will have to wait and let it record in real time. After it is done, it will prompt you to save it as a quicktime movie. Then you just have to open iMovie, click "import" and then select the quicktime movie you just made. Then click the musical note button on the lower right, select the mp3 of the VO track or music that you want to use, and drag that onto the timeline. You should right-click and select "detach audio" so you can move it around and get the timing you need. Then just "finalize project" and you're done! Easy-peezie.
    And I have no idea about future keynote updates...overall it's a nice program but the exporting problems definitely need to be addressed.

  • Creation of the export data source failed

    trying to activate ods but getting this message that the creation of the export data source failed.
    and it also gives message that RFC Connection to source system is damaged===> no metadata upload
    Please can someone help me with this.
    Thanks in advance.
    Michelle

    Hi,
    Check ur source system connection. by going to RSA1-> Source System-> right click and then select check.
    U will get the info about the source system Connection. IF RFC has failed then better be in touch with ur basis.
    Or try restoring ur source system connection by
    Source system-> Restore.
    Its sets all the default conenctions b/n ur systems.
    Once again check the connection now. if it says ok.. then try do the export data source and then assign the data source to info source and then maintain the Update rules..
    Hope this helps-
    Regards-
    MM

  • Error In Query Level export with  multiple conditions

    When i am running the following Query for Export with i am getting the result.
    C:\Documents and Settings\ITL>exp scott/tiger@orcl tables=(emp) QUERY='"WHERE deptno > 10 and sal !=2850"' LOG=log011.log FILE=exp.dmp
    Export: Release 10.2.0.1.0 - Production on Wed Jan 30 10:01:27 2013
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export specified tables via Conventional Path ...
    . . exporting table EMP 10 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    Export terminated successfully with warnings.
    But When I run with The following condition then it shows the following error...
    C:\Documents and Settings\ITL>exp scott/tiger@orcl tables=(emp) QUERY='"WHERE deptno > 10 and job!='CLERK' "' LOG=log011.log FILE=Exp01.dmp
    LRM-00111: no closing quote for value ' LOG=log01'
    EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
    EXP-00000: Export terminated unsuccessfully
    C:\Documents and Settings\ITL>exp scott/tiger@orcl tables=(emp) QUERY="WHERE deptno > 10 and job!='CLERK'" LOG=log5.log FILE=exp01.dmp
    LRM-00112: multiple values not allowed for parameter 'query'
    EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
    EXP-00000: Export terminated unsuccessfully
    Please suggest a solution for it.

    966523 wrote:
    Padma.... wrote:
    Hi,
    The single quotes used for CLERK are causing the issue most probably.
    C:\Documents and Settings\ITL>exp scott/tiger@orcl tables=(emp) QUERY='"WHERE deptno > 10 and job!='CLERK' "' LOG=log011.log FILE=Exp01.dmp
    try replacing with this
    C:\Documents and Settings\ITL>exp scott/tiger@orcl tables=(emp) QUERY='"WHERE deptno > 10 and job!=''CLERK'' "' LOG=log011.log FILE=Exp01.dmp
    Two single quotes(not double quotes) in the place of one single quote for CLERK.
    Thanks
    Padma...Thanks A Lot...if/when you place all inside control file, then you do not have to worry about such complications

  • Export to PDF fails for some reports, but report viewer works

    Hi all
    Our application produces several different reports.
    - Report A can successfully be viewed in the ASP.NET report viewer control and can be exported to PDF
    - Reports B and C can successfully be viewed in the ASP.NET report viewer (all pages),  but export to PDF fails with a very unclear error message. The stack trace is attached below.
    Two days ago, reports B and C have fully worked, and I'm sure by 100% that the report templates haven't been modified since then.
    Can anyone explain what is going wrong? Is there some internal logging inside Crystal Reports that can be investigated to find out about the reasons of the error?
    Any help would be greatly appreciated!
    Thanks
    Kuno
    PS.: The Crystal Libraries under investigation are quite old. In fact, it is a very old application that still runs under .NET 1.0.
    CrystalDecisions.CrystalReports.Engine.ExportException: Fehler in Datei C:WINDOWSTEMP     emp_b9cf0dd0-8964-4ddf-ba09-0daaa4e1ef20.rpt:
    Fehler von Export-DLL gefunden:
       at u263B.u263BJ(String u2660§, EngineExceptionErrorID u2660u25AC)
    , Int32 u2660u266B)Int16 u2660
       at u263B.u263BD(Int16 u2660u2640)
       at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export()
       at AdamsClient.Web.EngineerClient.TolerancesReportPage.btnSpecPDF_Click(Object sender, EventArgs e) in D:ProjektexxxxAdamsII SVNDevelopmentS
    ourceAdamsAdamsClientWebEngineerClientTolerancesReportPage.aspx.cs:line 496
       at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
       at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
       at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
       at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
       at System.Web.UI.Page.ProcessRequestMain()

    Hello Kuno,
    please try to find out more details.
    You say it is data dependent. Could you be a bit more specific. What data work or do not work ?
    As a good test pls see if our samples reports work. They come with a default installation. If you do not have them any more - get them from [here|https://smpdl.sap-ag.de/~sapidp/012002523100005852352008E/cr_xi_xtreme_rep_smpl_en.zip].
    Can you display and export them ? Do you get the same error ?
    Thanks in advance
    Falk

  • Lightroom 5 doesn't export with a maximum long edge as instructed

    What is going on with Lightroom 5?  I upgraded from 4 and now it doesn't export with a maximum long edge of 2166 pixels even though that is what it is being told to do.

    Hi Jim,
    It fails to shorten to the maximum long edge requested, leaving longer-edged files in the exported folder.
    Never had this problem with Lightroom4.  Just upgraded to 5.  My operating system is Windows Pro 8.
    Thank you for your time.
    Gary
    Gary Lloyd McCullough
    www.GaryLloydMcCullough.com
    (904) 687-9690 text and voice

  • Ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib liker error

    Hello,
    I found out that some open source applications when tied to be installed from source or trough fink or mac ports simply fail at linking with the error:
    ld: cycle in dylib re-exports with /usr/X11/lib/libGL.dylib
    However, when I force the linker to use /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib instead it works.
    I am wondering what is the problem since /usr/X11/lib/libGL.dylib has to be exported from /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib.
    It is very painful to force configure to use right version of libGL.dylib. Since the two libraries are of
    different size the should be different. Simple replacement of /usr/X11/lib/libGL.dylib by /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib would work, but what are the consequences for the other applications?
    I would be very happy is someone from OS X developement would reply to this and address this problem in the future.
    Regards,
    Slobodan

    Post to the Unix forum under OS X Technologies and you should get a knowledgeable answer.

  • System Copy:Failure when starting export with SAPINST

    We are busy with a Unicode conversion and needs to start the export with sapinst. All pre unicode conversion steps are done, we upgraded from 4.6C to ECC6.0. It is a distrubuted system running on MSSQL. Started the export on the DB server and got the follwing error below.
    Regards
    Roger
    INFO 2007-02-08 20:09:27
    Execute step stepPreconditions of component |NW_Export|ind|ind|ind|ind|0|0|NW_ABAP_Export_Dialog|ind|ind|ind|ind|4|0|NW_ABAP_Export|ind|ind|ind|ind|0|0.
    INFO[E] 2007-02-08 20:09:27
    FSL-02077  File system export (share) saploc does not exist.
    INFO[E] 2007-02-08 20:09:27
    FSL-02077  File system export (share) sapmnt does not exist.
    ERROR 2007-02-08 20:09:27
    CJS-00030  Assertion failed: in NW_ABAP_Export.stepPreconditions: Executable directory 'G:\usr\sap\HD3\SYS\exe\nuc\NTI386' must exist
    ERROR 2007-02-08 20:09:27
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2007-02-08 20:09:27
    FCO-00011  The step stepPreconditions with step key |NW_Export|ind|ind|ind|ind|0|0|NW_ABAP_Export_Dialog|ind|ind|ind|ind|4|0|NW_ABAP_Export|ind|ind|ind|ind|0|0|stepPreconditions was executed with status ERROR .
    INFO 2007-02-08 20:09:36
    An error occured and the user decide to stop.\n Current step "|NW_Export|ind|ind|ind|ind|0|0|NW_ABAP_Export_Dialog|ind|ind|ind|ind|4|0|NW_ABAP_Export|ind|ind|ind|ind|0|0|stepPreconditions".

    Hi All
    These are the steps I had to perform when I faced the issue -
    Background:
    Faced the issue when I was exporting the DB instance (SQL 2000) using SAPINST.
    Steps:
    1. We are running NW04S Portal System.Copied the E:\usr\sap\DEV.... files from CI to DB server.
    2. Defined sapmnt/saploc shares for E:\usr\sap folder on DB server.
    3. Created the folder E:\usr\sap\DEV\SYS\exe\uc\NTI386\mssjdbc and copied the files base.jar,util.jar,sqlserver.jar,spy.jar files from E:\usr\sap\DEV\JC00\j2ee\jdbc folder.
    4. Retry the SAPINST. Final confirmation screen appeared.
    5. Checked all the parameters for correctness and clicked on start...export started and finished completely.
    All these steps I have done just looking at the log file.One thing I am not still clear is why SAPINST is looking for \usr\sap/...files/folder in DB instance instead of App server.
    Would appriciate if any one can clarify this.
    Thanks
    Naresh P.

  • IMP-00010: not a valid export file, header failed verification

    Hi everyone,
    I am new in oracle's world, and I've been working with an export from a sun platform, and I try to import to a windows platform. I've been receiving this message error
    IMP-00010: not a valid export file, header failed verification
    Please, help me I have to finish with that today..
    Thanks and have a nice New Year

    thanks for your answer.
    sorry, but I don't have all exact information, because that export is comming from a client, and I don't know all information. I only know that the platform is sun.
    I received the file via an usb memory, directly from the source.
    I've been read that if you make an export in sun platform and it isn't as binary when you transfer it to a windows platform, it will be corrupt.
    Could you confirm me that?

  • Render Farm fails in compressor 3.5.3 with host failed quicktime error -36

    I have been having regular problems while render farming in Compressor 3.5.3 the Host computer is running OSX 10.8.5 and the other computers are running 10.8.4 and 10.7.5. after about compressor is about half way done. the job fails. I get this error
    Failed - HOST [mc-21-imac.local] QuickTime Error: -36
    The file being compressed is 1080 24p and is exported with the timeline settings then brought into compressor
    here is the log from the most recent batch.
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <services>
       <service type="jobcontroller:com.apple.qmaster.cluster.admin" displayName="NCC’s iMac" address="tcp://127.0.0.1:49244" hostName="mc-27-thin-imac.local">
          <logs tms="405381920.683" tmt="11/05/2013 14:05:20.683" pnm="unknown">
             <log tms="405381920.683" tmt="11/05/2013 14:05:20.683" pid="290" kind="mrk" sub="error" what="get-log" avail="false" msg="Not logging to file."/>
          </logs>
       </service>
       <service type="requestprocessor:com.apple.qmaster.contentcontroller" displayName="NCC’s iMac" address="tcp://172.20.12.15:49302" hostName="mc-27-thin-imac.local">
          <logs tms="405381176.354" tmt="11/05/2013 13:52:56.354" pnm="ContentController">
             <mrk tms="405381177.690" tmt="11/05/2013 13:52:57.690" pid="324" kind="begin" what="service-request" req-id="1BBA659D-7474-481A-A70E-8CB5E633C8E5:1" msg="Preprocessing job."></mrk>
             <log tms="405381177.699" tmt="11/05/2013 13:52:57.699" pid="324" msg="Source file is local - we will try hard-linking."/>
             <log tms="405381177.700" tmt="11/05/2013 13:52:57.700" pid="324" msg="Hard-linked source file to cluster storage."/>
             <mrk tms="405381182.693" tmt="11/05/2013 13:53:02.693" pid="324" kind="end" what="service-request" req-id="1BBA659D-7474-481A-A70E-8CB5E633C8E5:1" msg="Preprocessing job request end."></mrk>
             <mrk tms="405381182.722" tmt="11/05/2013 13:53:02.722" pid="324" kind="begin" what="service-request" req-id="FDC914D3-4A0A-4431-948A-137D9A76AD03:1" msg="Preprocessing."></mrk>
             <mrk tms="405381187.725" tmt="11/05/2013 13:53:07.725" pid="324" kind="end" what="service-request" req-id="FDC914D3-4A0A-4431-948A-137D9A76AD03:1" msg="Preprocessing service request end."></mrk>
          </logs>
       </service>
       <service type="servicecontroller:com.apple.stomp.transcoder" displayName="mc-12-core" hostName="mc-12-core.local" managed="false" address="tcp://172.20.10.25:54056">
          <logs tms="405381194.382" tmt="11/05/2013 13:53:14.382" pnm="CompressorTranscoderX">
             <mrk tms="405381224.941" tmt="11/05/2013 13:53:44.941" pid="738" kind="begin" what="service-request" req-id="C10642AE-6B51-45BE-9235-8A5DDE3C1743:1" msg="Processing."></mrk>
             <mrk tms="405381224.942" tmt="11/05/2013 13:53:44.942" pid="738" kind="begin" what="CServiceControllerServer::mountClusterStorage"></mrk>
             <log tms="405381224.942" tmt="11/05/2013 13:53:44.942" pid="738" msg="Cluster storage URL = nfs://mc-27-thin-imac.local/private/var/spool/qmaster/87C75A89-72519530/shared" />
             <log tms="405381224.942" tmt="11/05/2013 13:53:44.942" pid="738" msg="Local subscribe path = /var/spool/qmaster/87C75A89-72519530/shared"/>
             <log tms="405381224.942" tmt="11/05/2013 13:53:44.942" pid="738" msg="Subscribing to shared storage."/>
             <mrk tms="405381224.957" tmt="11/05/2013 13:53:44.957" pid="738" kind="end" what="CServiceControllerServer::mountClusterStorage"></mrk>
             <mrk tms="405381224.957" tmt="11/05/2013 13:53:44.957" pid="738" kind="begin" what="CServiceControllerServer::checkRequiredFiles"></mrk>
             <log tms="405381224.958" tmt="11/05/2013 13:53:44.958" pid="738" msg="Source file /var/spool/qmaster/87C75A89-72519530/shared/Checklist-A9A8BE65-F4F2-4BB5-AA92-8 75CA53F8D9A.mov is directly accessible."/>
             <log tms="405381224.958" tmt="11/05/2013 13:53:44.958" pid="738" msg="Source file can be opened."/>
             <log tms="405381224.960" tmt="11/05/2013 13:53:44.960" pid="738" msg="Source file can be read."/>
             <mrk tms="405381224.961" tmt="11/05/2013 13:53:44.961" pid="738" kind="end" what="CServiceControllerServer::checkRequiredFiles"></mrk>
             <log tms="405381224.968" tmt="11/05/2013 13:53:44.968" pid="738" msg="starting _processRequest for job target: file://localhost/var/spool/qmaster/87C75A89-72519530/shared/Checklist-Vimeo%20H D-F12CF6CD-0DCA-41EB-9BD6-557B63EB3E41.mov-2"/>
             <log tms="405381224.968" tmt="11/05/2013 13:53:44.968" pid="738" msg="Writing transcode segment: file://localhost/var/spool/qmaster/87C75A89-72519530/shared/Checklist-Vimeo%20H D-F12CF6CD-0DCA-41EB-9BD6-557B63EB3E41.mov-2"/>
             <log tms="405381225.158" tmt="11/05/2013 13:53:45.158" pid="738" msg="QuickTime Transcode, rendering in YUV 8 bit 422"/>
             <mrk tms="405381275.202" tmt="11/05/2013 13:54:35.202" pid="738" what="service-request" req-id="C10642AE-6B51-45BE-9235-8A5DDE3C1743:1" msg="Cancelling."></mrk>
             <log tms="405381275.345" tmt="11/05/2013 13:54:35.345" pid="738" msg="QuickTime Transcode aborted by user: 50.1812 seconds.  status = 0"/>
             <log tms="405381275.348" tmt="11/05/2013 13:54:35.348" pid="738" msg="Done _processRequest for job target: file://localhost/var/spool/qmaster/87C75A89-72519530/shared/Checklist-Vimeo%20H D-F12CF6CD-0DCA-41EB-9BD6-557B63EB3E41.mov-2"/>
             <log tms="405381275.348" tmt="11/05/2013 13:54:35.348" pid="738" msg="Unsubscribing to shared storage: URL = nfs://mc-27-thin-imac.local/private/var/spool/qmaster/87C75A89-72519530/shared, local path = /var/spool/qmaster/87C75A89-72519530/shared"/>
             <mrk tms="405381279.982" tmt="11/05/2013 13:54:39.982" pid="738" kind="end" what="service-request" req-id="C10642AE-6B51-45BE-9235-8A5DDE3C1743:1" msg="Processing service request end."></mrk>
          </logs>
       </service>
       <service type="servicecontroller:com.apple.stomp.transcoder" displayName="NCC’s iMac" hostName="mc-27-thin-imac.local" managed="false" address="tcp://172.20.12.15:49168">
          <logs tms="405380926.271" tmt="11/05/2013 13:48:46.271" pnm="CompressorTranscoderX">
             <mrk tms="405381224.968" tmt="11/05/2013 13:53:44.968" pid="172" kind="begin" what="service-request" req-id="9796F993-EC7C-4BF4-98ED-5456258940CE:1" msg="Processing."></mrk>
             <mrk tms="405381224.969" tmt="11/05/2013 13:53:44.969" pid="172" kind="begin" what="CServiceControllerServer::mountClusterStorage"></mrk>
             <log tms="405381224.969" tmt="11/05/2013 13:53:44.969" pid="172" msg="Cluster storage URL = nfs://mc-27-thin-imac.local/private/var/spool/qmaster/87C75A89-72519530/shared" />
             <log tms="405381224.979" tmt="11/05/2013 13:53:44.979" pid="172" msg="Local subscribe path = /var/spool/qmaster/87C75A89-72519530/shared"/>
             <log tms="405381224.979" tmt="11/05/2013 13:53:44.979" pid="172" msg="Not subscribing, cluster storage is local and its path matches the local subscribe path."/>
             <mrk tms="405381224.979" tmt="11/05/2013 13:53:44.979" pid="172" kind="end" what="CServiceControllerServer::mountClusterStorage"></mrk>
             <mrk tms="405381224.979" tmt="11/05/2013 13:53:44.979" pid="172" kind="begin" what="CServiceControllerServer::checkRequiredFiles"></mrk>
             <log tms="405381224.979" tmt="11/05/2013 13:53:44.979" pid="172" msg="Source file /var/spool/qmaster/87C75A89-72519530/shared/Checklist-A9A8BE65-F4F2-4BB5-AA92-8 75CA53F8D9A.mov is directly accessible."/>
             <log tms="405381224.979" tmt="11/05/2013 13:53:44.979" pid="172" msg="Source file can be opened."/>
             <log tms="405381224.979" tmt="11/05/2013 13:53:44.979" pid="172" msg="Source file can be read."/>
             <mrk tms="405381224.979" tmt="11/05/2013 13:53:44.979" pid="172" kind="end" what="CServiceControllerServer::checkRequiredFiles"></mrk>
             <log tms="405381224.984" tmt="11/05/2013 13:53:44.984" pid="172" msg="starting _processRequest for job target: file://localhost/var/spool/qmaster/87C75A89-72519530/shared/Checklist-Vimeo%20H D-F12CF6CD-0DCA-41EB-9BD6-557B63EB3E41.mov-3"/>
             <log tms="405381224.985" tmt="11/05/2013 13:53:44.985" pid="172" msg="Writing transcode segment: file://localhost/var/spool/qmaster/87C75A89-72519530/shared/Checklist-Vimeo%20H D-F12CF6CD-0DCA-41EB-9BD6-557B63EB3E41.mov-3"/>
             <log tms="405381225.053" tmt="11/05/2013 13:53:45.053" pid="172" msg="QuickTime Transcode, rendering in YUV 8 bit 422"/>
             <mrk tms="405381275.178" tmt="11/05/2013 13:54:35.178" pid="172" what="service-request" req-id="9796F993-EC7C-4BF4-98ED-5456258940CE:1" msg="Cancelling."></mrk>
             <log tms="405381275.402" tmt="11/05/2013 13:54:35.402" pid="172" msg="QuickTime Transcode aborted by user: 50.3491 seconds.  status = 0"/>
             <log tms="405381275.404" tmt="11/05/2013 13:54:35.404" pid="172" msg="Done _processRequest for job target: file://localhost/var/spool/qmaster/87C75A89-72519530/shared/Checklist-Vimeo%20H D-F12CF6CD-0DCA-41EB-9BD6-557B63EB3E41.mov-3"/>
             <mrk tms="405381280.007" tmt="11/05/2013 13:54:40.007" pid="172" kind="end" what="service-request" req-id="9796F993-EC7C-4BF4-98ED-5456258940CE:1" msg="Processing service request end."></mrk>
          </logs>
       </service>
       <service type="servicecontroller:com.apple.stomp.transcoder" displayName="mc-27-imac" hostName="mc-27-imac-2.local" managed="false" address="tcp://172.20.10.8:49166">
          <logs tms="403310666.066" tmt="10/12/2013 15:44:26.066" pnm="CompressorTranscoderX">
             <mrk tms="405381297.306" tmt="11/05/2013 13:54:57.306" pid="122" kind="begin" what="service-request" req-id="FDC914D3-4A0A-4431-948A-137D9A76AD03:7" msg="Preprocessing."></mrk>
             <mrk tms="405381297.306" tmt="11/05/2013 13:54:57.306" pid="122" kind="begin" what="CServiceControllerServer::mountClusterStorage"></mrk>
             <log tms="405381297.306" tmt="11/05/2013 13:54:57.306" pid="122" msg="Cluster storage URL = nfs://mc-27-thin-imac.local/private/var/spool/qmaster/87C75A89-72519530/shared" />
             <log tms="405381297.307" tmt="11/05/2013 13:54:57.307" pid="122" msg="Local subscribe path = /var/spool/qmaster/87C75A89-72519530/shared"/>
             <log tms="405381297.307" tmt="11/05/2013 13:54:57.307" pid="122" msg="Subscribing to shared storage."/>
             <mrk tms="405381297.322" tmt="11/05/2013 13:54:57.322" pid="122" kind="end" what="CServiceControllerServer::mountClusterStorage"></mrk>
             <mrk tms="405381297.322" tmt="11/05/2013 13:54:57.322" pid="122" kind="begin" what="CServiceControllerServer::checkRequiredFiles"></mrk>
             <log tms="405381297.323" tmt="11/05/2013 13:54:57.323" pid="122" msg="Source file /var/spool/qmaster/87C75A89-72519530/shared/Checklist-A9A8BE65-F4F2-4BB5-AA92-8 75CA53F8D9A.mov is directly accessible."/>
             <log tms="405381297.324" tmt="11/05/2013 13:54:57.324" pid="122" msg="Source file can be opened."/>
             <log tms="405381297.326" tmt="11/05/2013 13:54:57.326" pid="122" msg="Source file can be read."/>
             <mrk tms="405381297.326" tmt="11/05/2013 13:54:57.326" pid="122" kind="end" what="CServiceControllerServer::checkRequiredFiles"></mrk>
             <log tms="405381297.331" tmt="11/05/2013 13:54:57.331" pid="122" msg="preProcess for job target: file://localhost/Users/nccvideo/Desktop/Checklist-Vimeo%20HD.mov"/>
             <log tms="405381297.865" tmt="11/05/2013 13:54:57.865" pid="122" msg="done preProcess for job target: file://localhost/Users/nccvideo/Desktop/Checklist-Vimeo%20HD.mov"/>
             <log tms="405381297.891" tmt="11/05/2013 13:54:57.891" pid="122" msg="Unsubscribing to shared storage: URL = nfs://mc-27-thin-imac.local/private/var/spool/qmaster/87C75A89-72519530/shared, local path = /var/spool/qmaster/87C75A89-72519530/shared"/>
             <mrk tms="405381302.310" tmt="11/05/2013 13:55:02.310" pid="122" kind="end" what="service-request" req-id="FDC914D3-4A0A-4431-948A-137D9A76AD03:7" msg="Preprocessing service request end."></mrk>
             <mrk tms="405381302.505" tmt="11/05/2013 13:55:02.505" pid="122" kind="begin" what="service-request" req-id="B07BFEAB-40E3-4136-A4EC-027048E1E2DC:1" msg="Processing."></mrk>
             <mrk tms="405381302.506" tmt="11/05/2013 13:55:02.506" pid="122" kind="begin" what="CServiceControllerServer::mountClusterStorage"></mrk>
             <log tms="405381302.506" tmt="11/05/2013 13:55:02.506" pid="122" msg="Cluster storage URL = nfs://mc-27-thin-imac.local/private/var/spool/qmaster/87C75A89-72519530/shared" />
             <log tms="405381302.506" tmt="11/05/2013 13:55:02.506" pid="122" msg="Local subscribe path = /var/spool/qmaster/87C75A89-72519530/shared"/>
             <log tms="405381302.506" tmt="11/05/2013 13:55:02.506" pid="122" msg="Subscribing to shared storage."/>
             <mrk tms="405381302.519" tmt="11/05/2013 13:55:02.519" pid="122" kind="end" what="CServiceControllerServer::mountClusterStorage"></mrk>
             <mrk tms="405381302.519" tmt="11/05/2013 13:55:02.519" pid="122" kind="begin" what="CServiceControllerServer::checkRequiredFiles"></mrk>
             <log tms="405381302.520" tmt="11/05/2013 13:55:02.520" pid="122" msg="Source file /var/spool/qmaster/87C75A89-72519530/shared/Checklist-A9A8BE65-F4F2-4BB5-AA92-8 75CA53F8D9A.mov is directly accessible."/>
             <log tms="405381302.520" tmt="11/05/2013 13:55:02.520" pid="122" msg="Source file can be opened."/>
             <log tms="405381302.522" tmt="11/05/2013 13:55:02.522" pid="122" msg="Source file can be read."/>
             <mrk tms="405381302.522" tmt="11/05/2013 13:55:02.522" pid="122" kind="end" what="CServiceControllerServer::checkRequiredFiles"></mrk>
             <log tms="405381302.528" tmt="11/05/2013 13:55:02.528" pid="122" msg="starting _processRequest for job target: file://localhost/var/spool/qmaster/87C75A89-72519530/shared/Checklist-Vimeo%20H D-F12CF6CD-0DCA-41EB-9BD6-557B63EB3E41.mov-5"/>
             <log tms="405381302.528" tmt="11/05/2013 13:55:02.528" pid="122" msg="Writing transcode segment: file://localhost/var/spool/qmaster/87C75A89-72519530/shared/Checklist-Vimeo%20H D-F12CF6CD-0DCA-41EB-9BD6-557B63EB3E41.mov-5"/>
             <log tms="405381302.580" tmt="11/05/2013 13:55:02.580" pid="122" msg="QuickTime Transcode, rendering in YUV 8 bit 422"/>
             <mrk tms="405381352.679" tmt="11/05/2013 13:55:52.679" pid="122" what="service-request" req-id="B07BFEAB-40E3-4136-A4EC-027048E1E2DC:1" msg="Cancelling."></mrk>
             <log tms="405381352.776" tmt="11/05/2013 13:55:52.776" pid="122" msg="QuickTime Transcode aborted by user: 50.1935 seconds.  status = 0"/>
             <log tms="405381352.777" tmt="11/05/2013 13:55:52.777" pid="122" msg="Done _processRequest for job target: file://localhost/var/spool/qmaster/87C75A89-72519530/shared/Checklist-Vimeo%20H D-F12CF6CD-0DCA-41EB-9BD6-557B63EB3E41.mov-5"/>
             <log tms="405381352.777" tmt="11/05/2013 13:55:52.777" pid="122" msg="Unsubscribing to shared storage: URL = nfs://mc-27-thin-imac.local/private/var/spool/qmaster/87C75A89-72519530/shared, local path = /var/spool/qmaster/87C75A89-72519530/shared"/>
             <mrk tms="405381357.538" tmt="11/05/2013 13:55:57.538" pid="122" kind="end" what="service-request" req-id="B07BFEAB-40E3-4136-A4EC-027048E1E2DC:1" msg="Processing service request end."></mrk>
          </logs>
       </service>
       <service type="servicecontroller:com.apple.stomp.transcoder" displayName="NCC’s iMac" address="tcp://127.0.0.1:49243" hostName="mc-27-thin-imac.local">
          <logs tms="405381920.887" tmt="11/05/2013 14:05:20.887" pnm="CompressorTranscoder">
             <log tms="405381920.887" tmt="11/05/2013 14:05:20.887" pid="289" kind="mrk" sub="error" what="get-log" avail="false" msg="Not logging to file."/>
          </logs>
       </service>
       <service type="servicecontroller:com.apple.stomp.transcoder" displayName="mc-21-imac" hostName="mc-21-imac.local" managed="false" address="tcp://172.20.10.4:49160">
          <logs tms="403310199.775" tmt="10/12/2013 15:36:39.775" pnm="CompressorTranscoderX">
             <mrk tms="405381225.047" tmt="11/05/2013 13:53:45.047" pid="150" kind="begin" what="service-request" req-id="10FFCD5A-52B4-460C-B651-63414EE146EA:1" msg="Processing."></mrk>
             <mrk tms="405381225.072" tmt="11/05/2013 13:53:45.072" pid="150" kind="begin" what="CServiceControllerServer::mountClusterStorage"></mrk>
             <log tms="405381225.072" tmt="11/05/2013 13:53:45.072" pid="150" msg="Cluster storage URL = nfs://mc-27-thin-imac.local/private/var/spool/qmaster/87C75A89-72519530/shared" />
             <log tms="405381225.106" tmt="11/05/2013 13:53:45.106" pid="150" msg="Local subscribe path = /var/spool/qmaster/87C75A89-72519530/shared"/>
             <log tms="405381225.106" tmt="11/05/2013 13:53:45.106" pid="150" msg="Subscribing to shared storage."/>
             <mrk tms="405381225.390" tmt="11/05/2013 13:53:45.390" pid="150" kind="end" what="CServiceControllerServer::mountClusterStorage"></mrk>
             <mrk tms="405381225.390" tmt="11/05/2013 13:53:45.390" pid="150" kind="begin" what="CServiceControllerServer::checkRequiredFiles"></mrk>
             <log tms="405381225.392" tmt="11/05/2013 13:53:45.392" pid="150" msg="Source file /var/spool/qmaster/87C75A89-72519530/shared/Checklist-A9A8BE65-F4F2-4BB5-AA92-8 75CA53F8D9A.mov is directly accessible."/>
             <log tms="405381225.393" tmt="11/05/2013 13:53:45.393" pid="150" msg="Source file can be opened."/>
             <log tms="405381225.395" tmt="11/05/2013 13:53:45.395" pid="150" msg="Source file can be read."/>
             <mrk tms="405381225.395" tmt="11/05/2013 13:53:45.395" pid="150" kind="end" what="CServiceControllerServer::checkRequiredFiles"></mrk>
             <log tms="405381225.402" tmt="11/05/2013 13:53:45.402" pid="150" msg="starting _processRequest for job target: file://localhost/var/spool/qmaster/87C75A89-72519530/shared/Checklist-Vimeo%20H D-F12CF6CD-0DCA-41EB-9BD6-557B63EB3E41.mov-6"/>
             <log tms="405381225.402" tmt="11/05/2013 13:53:45.402" pid="150" msg="Writing transcode segment: file://localhost/var/spool/qmaster/87C75A89-72519530/shared/Checklist-Vimeo%20H D-F12CF6CD-0DCA-41EB-9BD6-557B63EB3E41.mov-6"/>
             <log tms="405381225.495" tmt="11/05/2013 13:53:45.495" pid="150" msg="QuickTime Transcode, rendering in YUV 8 bit 422"/>
             <log tms="405381270.026" tmt="11/05/2013 13:54:30.026" pid="150" msg="Time for QuickTime transcode: 44.5298 seconds.  status = -36"/>
             <log tms="405381270.028" tmt="11/05/2013 13:54:30.028" pid="150" msg="Done _processRequest for job target: file://localhost/var/spool/qmaster/87C75A89-72519530/shared/Checklist-Vimeo%20H D-F12CF6CD-0DCA-41EB-9BD6-557B63EB3E41.mov-6"/>
             <log tms="405381270.029" tmt="11/05/2013 13:54:30.029" pid="150" msg="Unsubscribing to shared storage: URL = nfs://mc-27-thin-imac.local/private/var/spool/qmaster/87C75A89-72519530/shared, local path = /var/spool/qmaster/87C75A89-72519530/shared"/>
             <mrk tms="405381275.107" tmt="11/05/2013 13:54:35.107" pid="150" kind="end" what="service-request" req-id="10FFCD5A-52B4-460C-B651-63414EE146EA:1" msg="Processing service request error: QuickTime Error: -36"></mrk>
             <mrk tms="405381275.162" tmt="11/05/2013 13:54:35.162" pid="150" kind="begin" what="service-request" req-id="A9E024F4-2FCB-4355-B7AD-C5A69764BD46:1" msg="Processing."></mrk>
             <mrk tms="405381275.162" tmt="11/05/2013 13:54:35.162" pid="150" kind="begin" what="CServiceControllerServer::mountClusterStorage"></mrk>
             <log tms="405381275.162" tmt="11/05/2013 13:54:35.162" pid="150" msg="Cluster storage URL = nfs://mc-27-thin-imac.local/private/var/spool/qmaster/87C75A89-72519530/shared" />
             <log tms="405381275.163" tmt="11/05/2013 13:54:35.163" pid="150" msg="Local subscribe path = /var/spool/qmaster/87C75A89-72519530/shared"/>
             <log tms="405381275.163" tmt="11/05/2013 13:54:35.163" pid="150" msg="Subscribing to shared storage."/>
             <mrk tms="405381275.180" tmt="11/05/2013 13:54:35.180" pid="150" what="service-request" req-id="A9E024F4-2FCB-4355-B7AD-C5A69764BD46:1" msg="Cancelling."></mrk>
             <mrk tms="405381275.207" tmt="11/05/2013 13:54:35.207" pid="150" kind="end" what="CServiceControllerServer::mountClusterStorage"></mrk>
             <mrk tms="405381275.207" tmt="11/05/2013 13:54:35.207" pid="150" kind="begin" what="CServiceControllerServer::checkRequiredFiles"></mrk>
             <log tms="405381275.209" tmt="11/05/2013 13:54:35.209" pid="150" msg="Source file /var/spool/qmaster/87C75A89-72519530/shared/Checklist-A9A8BE65-F4F2-4BB5-AA92-8 75CA53F8D9A.mov is directly accessible."/>
             <log tms="405381275.214" tmt="11/05/2013 13:54:35.214" pid="150" msg="Source file can be opened."/>
             <log tms="405381275.220" tmt="11/05/2013 13:54:35.220" pid="150" msg="Source file can be read."/>
             <mrk tms="405381275.220" tmt="11/05/2013 13:54:35.220" pid="150" kind="end" what="CServiceControllerServer::checkRequiredFiles"></mrk>
             <log tms="405381275.227" tmt="11/05/2013 13:54:35.227" pid="150" msg="starting _processRequest for job target: file://localhost/var/spool/qmaster/87C75A89-72519530/shared/Checklist-Vimeo%20H D-F12CF6CD-0DCA-41EB-9BD6-557B63EB3E41.mov-7"/>
             <log tms="405381275.228" tmt="11/05/2013 13:54:35.228" pid="150" msg="Writing transcode segment: file://localhost/var/spool/qmaster/87C75A89-72519530/shared/Checklist-Vimeo%20H D-F12CF6CD-0DCA-41EB-9BD6-557B63EB3E41.mov-7"/>
             <log tms="405381275.774" tmt="11/05/2013 13:54:35.774" pid="150" msg="QuickTime Transcode, rendering in YUV 8 bit 422"/>
             <log tms="405381346.861" tmt="11/05/2013 13:55:46.861" pid="150" msg="Time for QuickTime transcode: 71.0861 seconds.  status = 0"/>
             <log tms="405381346.863" tmt="11/05/2013 13:55:46.863" pid="150" msg="Done _processRequest for job target: file://localhost/var/spool/qmaster/87C75A89-72519530/shared/Checklist-Vimeo%20H D-F12CF6CD-0DCA-41EB-9BD6-557B63EB3E41.mov-7"/>
             <log tms="405381346.863" tmt="11/05/2013 13:55:46.863" pid="150" msg="Unsubscribing to shared storage: URL = nfs://mc-27-thin-imac.local/private/var/spool/qmaster/87C75A89-72519530/shared, local path = /var/spool/qmaster/87C75A89-72519530/shared"/>
             <mrk tms="405381350.222" tmt="11/05/2013 13:55:50.222" pid="150" kind="end" what="service-request" req-id="A9E024F4-2FCB-4355-B7AD-C5A69764BD46:1" msg="Processing service request end."></mrk>
          </logs>
       </service>
    </services>

    digital rebellion has a crash analyzer that's part of Pro Maintenance Tools
    http://www.digitalrebellion.com/promaintenance/
    There's a free trial, but it's worth every penny.

  • PDF export from Pages fails "Print - error while printing"

    Every month I have been generating PDF versions of my invoices by using the 'export' function of Pages. This has always worked fine without any problems.
    Today (end of Feb 08), the pdf export function always fails with 'Print - error while printing". A pdf file is saved to disc but it is corrupted and unreadable. I can still export as rtfd.
    I don't see anything about this in the logs, but I do notice that there was a Pages software update to 3.0.2 earlier this month.
    Anybody know how to fix this?

    Hello
    Before re-installing, it may be useful to
    a - repair permissions with Disk Utility
    b - trash the preferences file: <bootVolume>:Users:<yourAccount>:Library:Preferences:com.apple.iWork.Pages.plis t
    if it's not sufficient, try to print from an other user account.
    If it works this way, you will know that the application's files are not the wrongdoers as every account calls the same application file.
    Yvan KOENIG (from FRANCE samedi 1 mars 2008 15:33:41)

  • Help with export with query option

    I need help with an export with query option.
    I have a script that includes the following
    auddate=`date '+20%y%m%d'`
    file="cal_shrlgpa"$auddate".dmp"
    exp / file=$file tables=shrlgpa query\=" where shrlgpa_pidm in (Select sztahbr_pidm from purdue.sztahbr where sztahbr_to_extract\=\'Y\' and sztahbr_export_status\=\'N\')\"
    echo 'cal export file created:'$file
    when I run the script, I get the following error:
    cal_export_tables.sh[7]: 0403-057 Syntax error at line 7 : `"' is not matched.
    Can somone help me with the query option?

    I made the suggested change:
    exp / file=$file tables=shrlgpa query=" where shrlgpa_pidm in (Select sztahbr_pidm from purdue.sztahbr where sztahbr_to_extract=\'Y\' and sztahbr_export_status=\'N\')"
    and got the following error:
    LRM-00116: syntax error at 'sztahbr_to_extra' following 'where'
    EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
    Shannon

  • File Sharing on Social Websites or with Revel fail at 98% using PE12

    I have been trying to upload a video and it keeps failing at 98% either when I attempt to load the file to a Social Website or when I tried using Revel.  I'm unfamiliar with using Revel but I have uploaded several files previously to Youtube and everything was fine.  This is the first time I've attempted to do this process with PE12 as I had PE9 before.   Any assistance would be appreciated.   Thank you.

    I was able to upload directly to Youtube through their website after creating a movie or file of my timeline.  I had hoped to by-pass this extra step by doing the uploading directly from PE12 but after multiple failed attempts, I choose to go the old way and just do it myself.
    Trace
    Date: Mon, 17 Feb 2014 21:40:42 -0800
    From: [email protected]
    To: [email protected]
    Subject: File Sharing on Social Websites or with Revel fail at 98% using PE12
        Re: File Sharing on Social Websites or with Revel fail at 98% using PE12
        created by A.T. Romano in Premiere Elements - View the full discussion
    Goldsk8te
    Please read my experiences dealing with Adobe Revel in Add Media and in the Publish+Share/Private Web Album that is  incorporated into Premiere Elements 12.
    http://www.atr935.blogspot.com/2013/10/pe12-adobe-revel-add-mediapubli shshare.html
    I felt then and do now that the features were not ready for the inclusion in a video editor.
    As for PublishShare/Social Websites you should fare better with YouTube and Vimeo. I am not involved with Facebook so I have not tried the PublishShare/Social Websites/Facebook.
    To get a baseline on the uploading situation and your account with any of these websites, I would first look at exporting your Premiere Elements Timeline to a file. See PublishShare/Computer/AVCHD and one of website presets there. Then upload the saved file to the website at the website. Then evaluate the process for your website account when using PublishShare/and one of the Social Websites.
    Please check out the above and then let us know the outcome.
    Based on your reply, we can decide what next in troubleshooting Premiere Elements Private Web Album and Social Websites.
    Thanks.
    ATR
         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/6131040#6131040
         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/6131040#6131040
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6131040#6131040. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Premiere Elements at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Problem on export with cuda

    I have problem when exporting with AME - the export failed to render
    I'm doing the same workflow for about 2-3 years- exporting sequence of about an hour 1080P to h.264 (HD) and mpeg2DVD to burn on CD (cant wait to finish with this DVD old workflow),
    like I said the render every now and then failed and my workaround is to turn CUDA off in  AME what solve it but its extremely slow
    I'm not sure how it is on CC 2014 'cause I'm working on older project and havent moved to 2014, anyway I've updated my quadro 2000d.
    I think it got something to do with the adjustment layers, most of the time when I'm not using them it renders, but of course I need to use them.
    I really need this to work as usual it's slowing me down and I dont know why
    windows 7 on SSd
    16 gigs ram
    quadro 2000d
    internal HDD 7200rpm

    ORA-03135: connection lost contact

Maybe you are looking for