Errors when attempt to execute task 'Approve and Deploy to Product'

Hello all,
I updated the pricelists from BCC, an error occurred when I attempted to execute task 'Approve and Deploy to Production', it shows ‘atg.epub.workflow.process.WorkflowProcessResources->invalidTargetName : There is no target with the given name Production.’
Here is the ATGPublishing server error log:
atg.process.action.ActionException: atg.epub.workflow.process.WorkflowProcessResources->invalidTargetName : There is no target with the given name Production.
Can anyone tell me how to resolve this error. Thank you in advance.

Check this in your production BCC component browser.
/dyn/admin/nucleus/atg/epub/workflow/process/WorkflowProcessManager/?action=seedefinition&process=/Commerce/editCommerceAssets.wdl
Search for approveAndDeployProject, you will find the target. Make sure its correct and same String value is used in BCC when creating sites.
And make
atg/epub/Configuration.properties
queryWorkflowTargetByID=false
Otherwise send me the contents from dyn/admin
Peace
Shaik

Similar Messages

  • I have Lightroom 3 and have installed it on my Retina iMac running Yosemite. It will not show me any of the modules..error when attempting to change modules.. and keeps asking for my serial number every time. Is it compatible?

    I have Lightroom 3 and have installed it on my Retina iMac running Yosemite. It will not show me any of the modules..error when attempting to change modules.. and keeps asking for my serial number every time. Is it compatible?
    David

    This is a duplicate thread - see here

  • ICloud Control Panel errors when attempting to set up contacts and calanders

    I have connected my mail with the Control Panel, but had to edit the settings through outlook to get the mailbox to sync, send and receive mail.
    When i attempt to then sync contacts and calanders with Outlook 2010, it will download all of my information and then error
    This error reads "Your setup couldn't be started because of an unexpected error".
    Can anyone help?

    Thanks for the reply. I have a binding established in the 'wait for event' step. The step proceeds correctly when the event happens, so I belive that the binding is correct. The problem happens when the process control step in the 'latest end' outcome of the 'wait for event' step attempts to set the work item to obsolete. Which event container bindings does the process control need in order to set the work item to obsolete?
    Thanks,
    Chris.

  • Error when attempting to merge OCS R2 and Lync 2010 Topology

    Hello,
    We are having an issue when trying to merge our OCS R2 and Lync 2010 deployment.  The error is as follows:
    TopologyXmlFileWriter::OpenReportFile IOException: Message
    2014-01-22 17:15:54 INFORMATION :  Executing query: "SELECT * FROM MSFT_SIPESGlobalSearchSetting"
    2014-01-22 17:15:56 INFORMATION :  Topology file path: ""
    2014-01-22 17:15:56 INFORMATION :  Executing query: "SELECT * FROM MSFT_SIPTrustedServiceSetting WHERE FQDN = "ocsaeint.domain.org""
    2014-01-22 17:15:56 ERROR :  Found the following error while Validating "C:\MergeTopologyInput.xml":
     Cannot find media relay port for "ocsaeint.domain.org". Possible reasons include:    1. Media relay has not been activated on this edge cluster. Verify that media relay has been correctly installed on computer "ocsaeint.domain.org"
       2.   User might have misspelled the fully qualified domain name (FQDN) of the computer where media relay is installed. If you are using Windows PowerShell, check the user input file. It is defined in user input File as "InternalFqdn"
    = "ocsaeint.domain.org"   3.   User might have misspelled the fully qualified domain name (FQDN) of the computer running media relay while using Topology Builder. Verify that the user has provided the correct FQDN.
    We've tried the following with no luck:
    http://social.technet.microsoft.com/Forums/lync/en-US/4d32160f-cd95-43d7-8dbd-10a043fdcc14/cant-get-topology-to-merge-with-ocs-2007-r2?forum=ocsplanningdeployment
    http://www.chuzpah.com/uc-corner/2011/8/5/integrating-ocs-2007-r2-with-lync-server-2010.html
    Any help is appreciated!

    The article that you followed is to the point http://www.chuzpah.com/uc-corner/2011/8/5/integrating-ocs-2007-r2-with-lync-server-2010.html
    The only thing you have to make sure is if you published your topology after making these changes.
    Hire Us : http://www.datsit.in/
    Get your first Lync project done absolutely free!

  • WebLogic throws SQLWarning Error when attempting to execute Procedure.

    I had a Remote WL Client calling an EJB that execute a database PL/SQL. The EJB
    will load a java class to delegate the actual execution of the query. The following
    execution had been used:
    cstmt.registerOutParameter (1, OracleTypes.CURSOR);
    cstmt.setMaxRows(MAXROW);
    cstmt.execute();
    rs= (ResultSet)cstmt.getObject(1);
    The following exceptions are thrown randomly:
    SQL Function Executed
    > Unknown type specified: 0
    > Server StackTrace:
    > [
    > <not available>]
    > java.sql.SQLWarning: Unknown type specified: 0
    > Server StackTrace:
    > [
    > <not available>]
    > at weblogic.jdbcbase.t3.Driver.unpackSQLException(Driver.java:363)
    > at weblogic.jdbcbase.t3.Driver.unpackSQLFromT3(Driver.java:315)
    > at weblogic.jdbcbase.t3.Statement.executeRequest(Statement.java:59)
    > at weblogic.jdbcbase.t3.Statement.executeRequest(Statement.java:48)
    > at weblogic.jdbcbase.t3.Statement.getGet(Statement.java, Compiled
    Code)
    > at weblogic.jdbcbase.t3.Statement.getObject(Statement.java:1873)
    > at oracleexecuter.exec(oracleexecuter.java, Compiled Code)
    We had discovered that this only happened in cluster mode of two servers. If
    we shutdown one of the cluster, everything will be fine. Is there any solution
    to this?

    Hi. Turn on jdbc logging in the servers and let's see what SQLExceptions
    occur in the server. If you can show me the code that makes the DBMS connection
    and makes the query, it would help too.
    thanks,
    Joe
    Johnson Lam wrote:
    I had a Remote WL Client calling an EJB that execute a database PL/SQL. The EJB
    will load a java class to delegate the actual execution of the query. The following
    execution had been used:
    cstmt.registerOutParameter (1, OracleTypes.CURSOR);
    cstmt.setMaxRows(MAXROW);
    cstmt.execute();
    rs= (ResultSet)cstmt.getObject(1);
    The following exceptions are thrown randomly:
    SQL Function Executed
    Unknown type specified: 0
    Server StackTrace:
    <not available>]
    java.sql.SQLWarning: Unknown type specified: 0
    Server StackTrace:
    <not available>]
    at weblogic.jdbcbase.t3.Driver.unpackSQLException(Driver.java:363)
    at weblogic.jdbcbase.t3.Driver.unpackSQLFromT3(Driver.java:315)
    at weblogic.jdbcbase.t3.Statement.executeRequest(Statement.java:59)
    at weblogic.jdbcbase.t3.Statement.executeRequest(Statement.java:48)
    at weblogic.jdbcbase.t3.Statement.getGet(Statement.java, CompiledCode)
    at weblogic.jdbcbase.t3.Statement.getObject(Statement.java:1873)
    at oracleexecuter.exec(oracleexecuter.java, Compiled Code)We had discovered that this only happened in cluster mode of two servers. If
    we shutdown one of the cluster, everything will be fine. Is there any solution
    to this?

  • Unable to Approve and deploy the Project to production in BCC

    Hi ,
    In BCC I created a new project in Commerce Merchanidising and then created one sample catalog .
    In the below structure .
    Site Catalogs >> ATG Home >> Home Catalog Folder >> Home Store Catalog >>Home Store Root >>
    Here i created a new category and named it as 'products'. In that i dragged some assets .
    When i am trying to "Approve and deploy to production" i am getting the following error in the BCC UI ::
    An unexpected error occurred while attempting to execute task 'Approve and Deploy to Production' on Aug 8, 2013 11:20:56 AM. Please contact your administrator.
    Please tel me why this is happening.
    One more thing i want to add here is like i was unable to log on to the dynamo admin home page both for publishing and production server .Both the servers are Up and running .Is it causing the above problem ??
    In Logs i am getting this error  ::
    [Flex Messaging] 08/08/2013 11:20:57.183 [ERROR] [Message.General] Exception whe
    n invoking service 'remoting-service': flex.messaging.MessageException: flex.mes
    saging.MessageException: atg.flex.service.RemoteOperationException : An unexpect
    ed error occurred while attempting to execute task 'Approve and Deploy to Produc
    tion' on Aug 8, 2013 11:20:56 AM. Please contact your administrator.
      incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
        operation = fireWorkflowOutcome
        clientId = 21C68527-EB0D-4902-FD4C-5F7D8672EC2D
        destination = /atg/remote/assetmanager/epub/service/PublishingService
        messageId = A6AF5F47-438C-C430-E21E-5C7A58A0DDE3
        timestamp = 1375941056713
        timeToLive = 0
        body = null
        hdr(DSId) = 21C67B75-020D-7E52-EAA0-7CE93977E83A
        hdr(DSEndpoint) = atg-amf
      Exception: flex.messaging.MessageException: flex.messaging.MessageException: a
    tg.flex.service.RemoteOperationException : An unexpected error occurred while at
    tempting to execute task 'Approve and Deploy to Production' on Aug 8, 2013 11:20
    :56 AM. Please contact your administrator.
            at flex.messaging.services.RemotingService.serviceMessage(RemotingServic
    e.java:225)
            at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java
    :1503)
            at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndp
    oint.java:884)
            at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBroker
    Filter.java:121)
            at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:15
    8)
            at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:
    44)
            at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFi
    lter.java:67)
            at flex.messaging.endpoints.amf.SerializationFilter.invoke(Serialization
    Filter.java:146)
            at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.ja
    va:278)
            at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java
    :322)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run
    (StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecuri
    tyHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:301)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
            at atg.service.configuration.ResponseWrappingConfiguration.invokeFilterC
    hainWithPossibleWrapping(ResponseWrappingConfiguration.java:458)
            at atg.servlet.pipeline.TailPipelineServlet.service(TailPipelineServlet.
    java:174)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(Dispatcher
    PipelineServletImpl.java:275)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.endeca.assembler.AssemblerPipelineServlet.service(AssemblerPipeli
    neServlet.java:458)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.projects.store.mobile.link.MobileDetectionInterceptor.service(Mob
    ileDetectionInterceptor.java:523)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.http.CookieBufferServlet.service(CookieBufferServlet.java
    :119)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.userprofiling.ExpiredPasswordServlet.service(ExpiredPasswordServl
    et.java:383)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.MimeTyperPipelineServlet.service(MimeTyperPipeli
    neServlet.java:228)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.droplet.DropletEventServlet.service(DropletEventServlet.java:696)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.epub.servlet.LocaleServlet.service(LocaleServlet.java:84)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.epub.servlet.ProjectServlet.service(ProjectServlet.java:109)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.epub.servlet.PublishingSecurityServlet.service(PublishingSecurity
    Servlet.java:80)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.commerce.order.CommerceCommandServlet.service(CommerceCommandServ
    let.java:150)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.commerce.promotion.PromotionServlet.service(PromotionServlet.java
    :213)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.userprofiling.AccessControlServlet.service(AccessControlServlet.j
    ava:696)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.sessionsaver.SessionSaverServlet.service(SessionSaverServ
    let.java:2452)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.userprofiling.PageEventTriggerPipelineServlet.service(PageEventTr
    iggerPipelineServlet.java:191)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.search.servlet.SearchClickThroughServlet.service(SearchClickThrou
    ghServlet.java:418)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.multisite.SiteSessionEventTriggerPipelineServlet.service(SiteSess
    ionEventTriggerPipelineServlet.java:161)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.userprofiling.SessionEventTrigger.service(SessionEventTrigger.jav
    a:512)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.userprofiling.ProfilePropertyServlet.service(ProfilePropertyServl
    et.java:230)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.userprofiling.ProfileRequestServlet.service(ProfileRequestServlet
    .java:461)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.CachePreventionServlet.service(CachePreventionSe
    rvlet.java:141)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.projects.store.servlet.pipeline.ProtocolSwitchServlet.service(Pro
    tocolSwitchServlet.java:309)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServ
    let.java:491)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.URLArgumentPipelineServlet.service(URLArgumentPi
    pelineServlet.java:298)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.PathAuthenticationPipelineServlet.service(PathAu
    thenticationPipelineServlet.java:392)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.security.ThreadUserBinderServlet.service(ThreadUserBinder
    Servlet.java:113)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet
    .java:234)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.SecurityServlet.service(SecurityServlet.java:196
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.multisite.SiteContextPipelineServlet.service(SiteContextPipelineS
    ervlet.java:367)
            at atg.servlet.pipeline.PipelineableServletImpl.passRequest(Pipelineable
    ServletImpl.java:157)
            at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServ
    let.java:1252)
            at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.
    java:930)
            at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServ
    letImpl.java:272)
            at atg.filter.dspjsp.PageFilter.innerDoFilter(PageFilter.java:348)
            at atg.filter.dspjsp.PageFilter.doFilter(PageFilter.java:206)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.wrapRun(WebAppServletContext.java:3730)
            at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:3696)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    120)
            at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppS
    ervletContext.java:2273)
            at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletC
    ontext.java:2179)
            at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.j
    ava:1490)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: atg.flex.service.RemoteOperationException: flex.messaging.MessageExce
    ption: atg.flex.service.RemoteOperationException : An unexpected error occurred
    while attempting to execute task 'Approve and Deploy to Production' on Aug 8, 20
    13 11:20:56 AM. Please contact your administrator.
            at atg.flex.messaging.services.TransactionalJavaAdapter.invoke(Transacti
    onalJavaAdapter.java:206)
            at flex.messaging.services.RemotingService.serviceMessage(RemotingServic
    e.java:183)
            ... 91 more
    Caused by: flex.messaging.MessageException: atg.flex.service.RemoteOperationExce
    ption : An unexpected error occurred while attempting to execute task 'Approve a
    nd Deploy to Production' on Aug 8, 2013 11:20:56 AM. Please contact your adminis
    trator.
            at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdap
    ter.java:447)
            at atg.flex.messaging.services.TransactionalJavaAdapter.invoke(Transacti
    onalJavaAdapter.java:189)
            ... 92 more
    Caused by: atg.flex.service.RemoteOperationException: An unexpected error occurr
    ed while attempting to execute task 'Approve and Deploy to Production' on Aug 8,
    2013 11:20:56 AM. Please contact your administrator.
            at atg.remote.assetmanager.epub.service.PublishingService.fireWorkflowOu
    tcome(PublishingService.java:964)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdap
    ter.java:421)
            ... 93 more
    Anyone please help me on this .As i got strucked in this.
    Thanks,
    keerthi

    Hi,
    Check how the access rights are set in Work flow.
    1. Log into ACC instance of BCC: Go to Workflow ->Publishing. Select Common/commonWorkflow. In the workflow right click on 'productionApproval', select Set Access Rights. You can see which roles have access to 'productionApproval' task.
    2. Now verify that user id you used to login belongs to one of those roles.
    Cheers
    Gopi

  • Runtime error when trying to execute transaction OB58

    Hi all,
    We have upgraded from SAP system 4.6c to ECC 6.0 . We are facing one error in the FI transaction OB58.
    When trying to delete any finanicial version or trying to create any new financial version , we are getting a runtime error which
    states that " Error when attempting to IMPORT object "X011F". and its giving short dump at this point .The description of the error is :
    Short text
        Error when attempting to IMPORT object "X011F".
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLFAGL_FSV" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        An exception occurred that is explained in detail below.
        The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was
         not caught in
        procedure "FSV_POSITIONS_CONVERT" "(FORM)", nor was it propagated by a RAISING
         clause.
        Since the caller of the procedure could not have anticipated that the
        exception would occur, the current program is terminated.
        The reason for the exception is:
        When importing the object "X011F", the component 1 in the dataset
        had a different length from the corresponding component of the
        target object in the program "SAPLFAGL_FSV".
        The length is 4 in the dataset, but 32 in the program.
    Thanks,
    Sumit

    Hi Sumit,
    We Upgraded our system from 4.6C to ECC 6.0 and
    I am facing same error. We applied note 1544367. After applying not also we are facing issue during
    import x011p to lt_x011p
             i011z to lt_x011z
             x011v to lt_x011v
             x011s to lt_x011s
             x011f to lt_x011f   
    from database rfdt(bs) client p_mandt
                                   id p_versn
                            accepting padding
                             ignoring conversion errors.
    You faced same issue after applying note or if you have any solution please let me know.
    Regards,
    Mahesh

  • It says Lightroom encountered an error when reading from a previous cache and needs to quit. Light room will attempt to to fix the problem the next time it launches.

    how do i fix this. It says Lightroom encountered an error when reading from a previous cache and needs to quit. Light room will attempt to to fix the problem the next time it launches.

    Have a look at this thread.
    Lightroom encountered an error when reading from its preview cache and needs to quit.  Lightroom will attempt to fix this problem the next time it launches"."

  • Lightroom encountered an error when reading from its preview cache and needs to quit.  Says Lightromm will attempt to fix the problem the next time it launches, but on every re-launch I get the same message.  Any clue as to how to fix this problem?

    I recently updated my HP laptop's OS from WIndows8 to WIndows8.1.  When I went attempted to open Lightroom5 I got the following message:
    "Lightroom encountered an error when reading from its preview cache and needs to quit. "
    "Lightroom will attempt to fix the problem the next time it launches"
    Every time I relaunch I  get the same message.  I'd like to understand what might be causing the problem so I can remedy and get back to my photo editing. Any clue as to how to fix this problem would be greatly appreciated.
    JPM

    reset your preferences, Resetting (or 'Trashing') the Lightroom Preferences file - Lightroom Forums

  • Lightroom encountered an error when reading from its preview cache and needs to quit.  Lightroom will attempt to fix this problem the next time it launches"."

    Lightroom encountered an error when reading from its preview cache and needs to quit. Lightroom will attempt to fix this problem the next time it launches"."Help
    Please

    Stan Blumberg wrote:
    I have deleted the file but the message persists even after restarting the computer....any advice??...I am using LR 5
    You don't delete a file, you have to delete a folder. Is that what you did?
    If you deleted the folder specified above, and you still get the message, then it's the wrong folder. Use your operating system's search function and find ALL folders on ALL disks whose name ends with Previews.LRDATA, delete each one found, and then try opening Lightroom.

  • I have a question about Lightroom 5... I used it last night, I go to get on it today and its will not open. I have an error msg "Lightroom encountered an error when reading from its preview cache and needs to quit" Lightroom will attempt to fix the proble

    I have a question about Lightroom 5... I used it last night, I go to get on it today and its will not open. I have an error msg "Lightroom encountered an error when reading from its preview cache and needs to quit" Lightroom will attempt to fix the problem when reopened

    https://forums.adobe.com/message/6219922#6219922
    See if the issue in the thread above helps you to solve your problem.

  • When I tried to open Lightroom 5.4 today I got a msg that says "Lightroom encountered an error when reading from its preview cache and needs to quit. Lightroom will attempt to fix this problem the next time it lauches". What do I do? I get the msg each ti

    "Lightroom encountered an error when reading from its preview cache and needs to quit. Lightroom will attempt to fix this problem the next time it lauches". What do I do? I get the msg each time I try to open it.

    It isn't a file, it's a folder. It will have the same name as your catalog, but will have the extension data. It will be in the same folder along with your catalog. If you need to use the search feature to search for *.lrdata.

  • Lightroom encountered an error when reading from its preview cache and needs to quit.   Lightroom will attempt to fix this problem next time it launches. " But it doesn't fix it!

    I get the following window on loading Lightroom 5.7 -
    Lightroom encountered an error when reading from its preview cache and needs to quit.
    Lightroom will attempt to fix this problem next time it launches.
    I have tried several restarts, without success. Also reinstalled Lightroom; no joy
    Any suggestions?

    Using your system browser (Windows Explorer or Finder), open the folder that contains your catalog. In Windows it is in your pictures folder and then in a Lightroom folder. Inside of the Lightroom folder you will find another folder that has the extension .lrdata. It will have the same name as your catalog except for the extension. You need to delete that folder, and then start Lightroom again. Lightroom will generate a new previews folder, and you should be back in business.

  • Encountered an error when attempting to open Lightroom for the first time. Went to Lightroom Help and searched for the error "An error occurred when attempting to change modules". Non of the solutions helped. what now?

    Encountered an error when attempting to open Lightroom for the first time. Went to Lightroom Help and searched for the error "An error occurred when attempting to change modules". Non of the solutions helped. What now?

    I am getting this error message as well. I have just downloaded Lightroom recently. I try to click on Lightroom / preferences....and nothing happens. I tried to uninstall and it is greyed out so I can't do that either. Suggestions? Please help?

  • Problems converting PDF to MS Word document.  I successfuly converted 4 files and now subsequent files generate a "conversion failure" error when attempting to convert the file.  I have a large manuscript and I separated each chapter to assist with the co

    Problems converting PDF to MS Word document.  I successfully converted 4 files and now subsequent files generate a "conversion failure" error when attempting to convert the file.  I have a large manuscript and I separated each chapter to assist with the conversion; like I said, first 4 parts no problem, then conversion failure.  I attempted to convert the entire document and same result.  I specifically purchased the export to Word feature.  Please assist.  I initially had to export the Word Perfect document into PDF and attempting to go from PDF to MS Word.

    Hi sdr2014,
    I'm sorry to hear your conversion process has stalled. It sounds as though the problem isn't specific to one file, as you've been unable to convert anything since the first four chapters converted successfully.
    So, let's try this:
    If you're converting via the ExportPDF website, please log out, clear the browser cache, and then log back in. If you're using Reader, please choose Help > Check for Updates to make sure that you have the most current version installed.
    Please let us know how it goes.
    Best,
    Sara

Maybe you are looking for

  • MB5B - Stock on Posting Date, Specification for data base accec

    Hi,   I am facing some problem with MB5B Transaction as when we login with t. code MB5B  at the bottom of screen there is radio button selection for specification of database access for best runtime and the default the first radio button is selected

  • Download Option on Dashboard on obiee 11g

    hi, i have a requirement to put a download link option under the report in the dashboard. when we click on the download link it will show a pop to select download type: types are: download to Excel download to powerpoint etc. any ideas! thanks, natar

  • Problem with VLAN Trunking within RHEL6.6 VM on Hyper-V 2012 R2?

    Hello, I'm wondering if there is a known issue with using a "trunk" mode interface within a RHEL6.6 VM?  I found the following article: https://technet.microsoft.com/en-us/library/dn531026.aspx Where note 1 reads: "For this specific RHEL/CentOS relea

  • SAPscript and Smart Forms - Going to be phased out?

    Thus far, are SAPscript and/or Smart Forms going to eventually be retired?  Is there an official document, or Note that says so?  I've exhaustively searched through these forums, and the SMP for the PAM and Notes, but I can't find a reference anywher

  • Hi! I have a question about an olloclip I bought last year.

         I was waiting for my receipt to appear in my email, but I didn't get anything. I have the packaging, the bag from apple and all. I'm updating from the iPhone4s to the iphone5. I was hoping to at least get an exchange but I'm not so sure about it