Unity Stopped processing voicemail

Received the following error in the event viewer.  After this voicemails started piling up in the UnityMTA folder.  Restarted the AvUMRSyncSvr service and the voicemails started processing again.  Need to know a root cause.  No other events happened at this same time.
Event Type:    Error
Event Source:    CiscoUnity_AvCs
Event Category:    None
Event ID:    100
Date:        6/21/2012
Time:        7:23:55 PM
User:        N/A
Computer:    LAFUNITY
Description:
Exception occurred and handled.  File: H:\views\CUESB3_view\un_Doh2\AvWm\AvWmEx\CuWmExStoreMgr.cpp at Line: 3045 - Error: 8000ffffH Call stack:
Exception Caught      :  0xc0000005
Exception Flags       :  0x00000000
Prev. Exception Record:  00000000
Exception Address     :  7C82A70C
NumberParameters = 2.
    Param[0] = 0x00000001
    Param[1] = 0x006d006f
Thread ID: 5740
Processor Context:
ESI:0024CA88 EDI:00150000
CS:EIP:001B:7C82A70C  SS:ESP:0023:022FD4AC  EBP:022FD57C
DS:0023  ES:0023  FS:003B  GS:0000  Flags:00010202
EIP: (Module:Offset) ntdll.dll:0x2a70c
Process Name: AvUMRSyncSvr.exe

You didn't get the TRAP routing rule or other parameters setup correctly.
http://www.cisco.com/en/US/partner/docs/voice_ip_comm/cupa/visual_voicemail/7.0/english/install/guide/install.html

Similar Messages

  • How to stop process chain, if it is taking too much time than expected.

    Some times if a process chain takes to much time to finish than expected, how I can stop the process chain and execute it again.
    Thanks in Advance.
    Harman

    how I can stop the process chain ??
    If the job is running for a long time ,
    1)GOTO RSMO and SM37 and check the long running job over there.
    2)There you can see the status of the job.
    3)If the job is still running you can kill that job
    4)delete the failed request from data target.
    for more details go to this below link
    how to stop process chain if it yellow for long time
    how I can execute it again ?
    GOto Function module  RSPC_API_CHAIN_START
    and give u r process chain name there.and execute.

  • Temporarily stop processing in a jsp

    Hi,
    I have the following question, and hope you can help.
    I have a jsp, say a.jsp. During the processing the jsp may need additional information from the user. In that case it generates a pop-up window (using javascript) with a form that the user can fill in, and submit.
    My questions:
    1. Is it possible that a.jsp stops processing after generating the pop-up window? If so, how?
    2. Is it possible that after the user submits the additional information a.jsp continues processing at the point after the generation of the pop-up window? If so, how?
    Thank you for an answer,
    Sponiza

    It's possible although not exactly as you asked. Rather than stopping and starting the processing you would include or exclude content based on the state of your request. i.e. Let's assume that the first time a user enters your site you popup a form requesting they log in. If they've logged in you allow them to see the content of the page:
    <% if (session.loggedIn == null || session.loggedIn == false) { %>
    <script language="JavaScript">
    popupLogin();
    </script>
    <% }  else { %>
    // content content content...
    <% } %>

  • How Can I get rid of a download, it won't stop processing? Even after I have deleted image from videos?

    How do I delete a download as it won't stop processing? I have even deleted the image from videos but it is still in my download saying processing. Help?

    Hi Sanjampet,
    Yes, it was a folder from a website. It was a backup of a website (the website was hacked into at one point if that matters). I kept the backups in a folder on my laptop. I was able to delete the other backups, but this one was giving me an issue for some reason. The other day when I was having this issue and you were trying to help me solve it, it was showing that I only had (about) 158 GB of memory left on my computer, but when I was finally able to delete the folder and all of its content it was showing that I had over 250 GB of memory left. I don't understand how a website's backup folder can be that large :S Was that why I was having so much trouble doing anything with it?
    I could drag the entire folder into the trash can, but if I tried to empty the trash it would just do what was showing in the picture from my original post
    Thank you so much!

  • How to Start and Stop Processes?

    How to Start and Stop Processes?
    Im trying to create a program which allows me to Start and Stop (and Restart) GameServers. I will then expand on this so i can start and stop them through a web applet with build in useraccounts.
    Currently the way we do this is to log into the server using a RemoteAssistance. Which is not very safe as the users have the abbility to do anything on the server and potentially corrupt it.
    Below is my code for how i start the servers. But i dont know how i would stop the process.
                    private void startServers()
                   for(GameServer gs : servers)
                        int ID = Integer.parseInt(gs.getID());
                        if(isChecked(ID))
                             try
                                  String cmd[] = gs.getStartString();
                                  Runtime.getRuntime().exec(cmd);
                                  int sleepPeriod = Integer.parseInt(sleepField.getText());
                                  Thread.sleep(sleepPeriod*100);     
                             catch(Exception e)
                             System.out.println(e);
                   }//end of iterator
                   JOptionPane.showMessageDialog(null,"All Selected Servers Have been started.","Servers Started",2);     
         }//end of startserversAnyhelp would be great thanks.

    Using the process class would give you a nicer API, but using destroy isn't a nice way to shutdown a process. Its like killing the process with your task manager. You should make a connection in some way with the game server and tell it to shutdown in stead (gracefull termination).

  • Need to stop processing at portal

    is it possible through workflow to stop processing further from portal and through message at portal itself.
    examepl, wen emp applying leave, wen he doesnt has sufficient balance to apply leave, is it possible to throw error message at portal and block to move furthe through workflow.
    Kindly let me knw
    Regards,
    Venkat

    Hello Venkat !
               If team calendar is configured in ECC , the manager can see how many leave the employee can avail and accordingly  he/she can decide about approvals.If team calender is not configured, ask your EP consultant to do so.
                Lest, create a background task to compute whether the employee have sufficient balance leave days.If no, you can terminate the workflow thus preventing the leave request to be sent to the manager.
              This background task should be the very first step in the workflow.
    Regards,
    S.Suresh

  • Http server start/stop process

    Hi
    I always see below start/stop messages in the D:\app\Oracle\opmn\logs\HTTP_Server~1
    We are not stopping/starting anything. Does it mean that the http server stop/start itself ? Will this affect users ?
    12/06/07 23:18:12 Start process
    12/06/26 10:03:03 Stop process
    12/06/26 10:04:05 Start process
    [Tue Jun 26 10:04:05 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    12/06/29 11:52:06 Stop process
    12/06/29 11:53:08 Start process
    [Fri Jun 29 11:53:09 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    12/07/03 08:54:18 Stop process
    12/07/03 08:55:20 Start process
    [Tue Jul 03 08:55:21 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    Oracle-Application-Server-10g/9.0.4.0.0 Oracle-HTTP-Server running...
    12/07/11 23:25:45 Start process
    12/07/14 12:38:15 Stop process
    12/07/14 12:39:17 Start process
    [Sat Jul 14 12:39:17 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    12/07/18 18:06:11 Stop process
    12/07/18 18:07:13 Start process
    [Wed Jul 18 18:07:13 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    12/07/25 10:58:29 Stop process
    12/07/25 10:59:31 Start process
    [Wed Jul 25 10:59:32 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    12/07/25 11:03:02 Stop process
    12/07/25 11:04:04 Start process
    [Wed Jul 25 11:04:05 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    12/07/25 11:06:55 Stop process
    12/07/25 11:07:57 Start process
    [Wed Jul 25 11:07:57 2012] [warn] pid file d:/app/oracle/apache/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    Similar stop/start messages in D:\app\Oracle\opmn\logs\ipm.log
    12/07/25 10:58:27 [4] [libopmnohs] Process Unreachable: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:9136)
    12/07/25 10:58:29 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:9136)
    12/07/25 10:59:29 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:9136)
    12/07/25 10:59:29 [4] [libopmnohs] Forcefully Terminating Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:9136)
    12/07/25 10:59:31 [4] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:0)
    12/07/25 10:59:32 [4] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672)
    12/07/25 11:01:21 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672) [The connection SSL receive timed out]
    12/07/25 11:02:11 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672) [The connection SSL receive timed out]
    12/07/25 11:03:01 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672) [The connection SSL receive timed out]
    12/07/25 11:03:01 [4] [libopmnohs] Process Unreachable: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672)
    12/07/25 11:03:02 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672)
    12/07/25 11:04:02 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672)
    12/07/25 11:04:02 [4] [libopmnohs] Forcefully Terminating Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:6672)
    12/07/25 11:04:04 [4] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:0)
    12/07/25 11:04:04 [4] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956)
    12/07/25 11:05:14 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956) [The connection SSL receive timed out]
    12/07/25 11:06:04 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956) [The connection SSL receive timed out]
    12/07/25 11:06:54 [4] [libopmnohs] Process Ping Failed: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956) [The connection SSL receive timed out]
    12/07/25 11:06:54 [4] [libopmnohs] Process Unreachable: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956)
    12/07/25 11:06:54 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956)
    12/07/25 11:07:54 [4] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956)
    12/07/25 11:07:54 [4] [libopmnohs] Forcefully Terminating Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:8956)
    12/07/25 11:07:56 [4] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:0)
    12/07/25 11:07:57 [4] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (1656225949:4644)

    Hi ,
    It seems there is a clash of resources.There are rogue httpd processes left whenever OHS starts/restarts.File httpd.pid contains root httpd process and with the help of scoreboard file its communicated to child httpd processes.
    1.check OPMN LOGS.
    2.shutdown all process (OPMN infact)
    3.pkill or kill -9 httpd
    4.go to $ORACLE_HOME/opmn/logs/states and delete all files.
    5.check no other HTTP server ports are being used by other processes.(restarting the server is better idea !).
    6.CHECK ons.conf IF ANY ENTRIES ARE MISSING / MODIFIED - V IMP
    6.Start OPMN and HTTP Server.
    Edited by: anandk on Jul 25, 2012 10:17 AM
    Edited by: anandk on Jul 25, 2012 10:19 AM
    Edited by: anandk on Jul 25, 2012 10:20 AM

  • MDB,MDB container or JMS adapter stops processing messages from JMS queue

    Hi guys,
    we have created a component using Enterprise Java Beans, let's say a product catalog, deployed it on a Glassfish v2 instance, and connected it to a legacy system using JMS and Sun MQ v4.1 as messaging system. The catalog component thus starts one MDB that listens on a JMS queue, let's say a queue named catalog_business_events_in, and waits for incoming messages, i.e. in our case update events. The problem is, that in general this approach works well, but sometimes the MDBs/JMS adapter stops for some reason fetching and processing messages from the JMS queue. We don't know why - no exceptions, etc.. Seems to be a Glassfish EJB container, JMS adapter or Sun MQ configuration issue. It seems to be that our component is not the problem.
    The messages are compressed/uncompressed by Sun MQ automatically. We actually have 2 Sun MQ instances in clustered mode running to have some kind of failover - no HA cluster, yet. Sun MQ instances are accessed from Glassfish instances running in different Glassfish clusters - so we have a dedicated Sun MQ cluster not a Sun MQ instance per Glassfish instance. Each Glassfish instance is configured such that it knows both Sun MQ instances to allow automatic failover.
    Has someone an idea, why the MDBs/ MDB container/ JMS adapter - stops processing messages? We are kind of puzzled as it happens more often now and apparently when traffic is (very) low not high!
    Thanks for your help.
    Cheers,
    Martin
    Edited by: east1979 on Jan 13, 2009 8:06 AM

    Hi Manoj,
    I have a very similar if not identical issue,
    Error while running realtime jobs that read from JMS tables via JMS MQ adapter:
    15/11/12 09:10:08  JMS GET OPERATION ERROR : TIMEOUT.UNABLE TO RECEIVE RESPONSE FROM THE INVOKED DATA SERVICES SERVICE.ADAPTER OPERA
    TION TO CONTINUE.
    15/11/12 09:10:15  Communication Error. See real time job log for details.
    Dump available:
    https://sapmats.wdf.sap.corp/download/download.cgi?id=5C0KZAHA3RSXBJW3ABLMUUT2P5UUKWO2TM3EJDM5W2HGDZUDID
    Version of DS:14.0.3.273
    Any comments?
    Thansk and kind Regards,
    Kenneth

  • What should be the normal behavior when calling a retired/stopped process?

    Dear all,
    I thought that when one of my asynchronous BPEL process would call another asynchronous BPEL process that is retired or stopped(with no other version number active), I would receive any kind of error. So I tried it, and instead of receiving an error, the first BPEL process sent his message and received the ack without any errors (that is in both cases, retired or stopped). So I checked if the message was put in the thread queue or any other kind of queue and no it wasn't. I tried to reactivate the second process, and nothing happened. So I guess the message had been lost. Is this the normal behavior??
    Since we are implementing asynchronous processes to do a "fire and forget" type of system, we would have liked to receive some kind of error so we know that no instance had been instanciated and that the message had not really been delivered?
    Can anyone tell me where I'm wrong. Is there a chapter talking about that in any document. If anyone has read about that I'd like to know where so I can understand the way it works!
    Thank you!

    Thanks for your prompt reply,
    I'm sorry but I'm not sure I understand the onError callback thing,
    If we consider my called asynchronous process was a one-way process (no callbacks),
    Correct me if I'm wrong but:
    -This means I would have to define a callback in the called process (that onError callback).
    -Then, I gotta put a receive or a pick activity, which means I need to wait for an error answer, which is not wanted.
    -And, would a retired or stopped process really answer me and throw me an error?!?! I'm not sure since its stopped... So i would probably wait forever I guess.
    I'm just trying to find a way to make sure the message has been taken in charge by the next process and if not, to be alerted!
    Thanks for helping a beginner like me!
    Btw I've read that post:
    Re: How to throw a Fault from an asynchronous process to another process
    It helps understanding the fault handling in asynch processes, but my problem is more about the fact that my async process is stopped/retired!

  • Form_trigger_failure not stopping processing in wvi trig

    Hey guys,
    I'm using form 6i. I am calling a forms procedure from the when validate item trigger. If some condition is met in the procedure, I raise form_trigger_failure. The problem is this.
    I change a value in the field. I then hit the a save button. This fires the wvi trigger on the modified item. The procedure is called and the raise_form_trigger_failure is executed. Then the code in the wbp is executing.
    My question is how do I stop processing at the point where the raise_form_trigger_Failure is hit? Any work arounds or ideas would be greatly appreciated. Thanks.

    > when you raise form trigger failure that it would stop all form processing
    That is NOT correct! When you issue a command that causes other triggers to run, rather than calling the code through a pl/sql procedure or function call, your process does NOT stop if those triggers fail! This is a very critical point. The only way you can determine if any of those triggers encountered a problem is to immediately check IF NOT FORM_SUCCESS then...
    Yes, there are other actions the user could take, and it is your job to test each and every one of them to make sure the errors raised by a WVI trigger failure is handled properly. But you are asking about one particular action, and the solution I suggested will ensure the WVI runs, and its result is tested BEFORE any other action is attempted within your WBP trigger.

  • Stop processing the duplicate record values

    Hi Experts,
       I have a requirement that i need do not process the duplicate values from the file place in FTP.
    Scenerio is File->PI->RFC.
    For ex:
    Source Data:
          Name,Emp_id,DOB,Designation,Location,Joining_Date,Time_Stamp
          Moni,654654,11-09-1980,Developer,TN,20-02-2008,24-03-2014:3.38pm
          Shiva,654612,21-02-1982,Developer,TN,15-08-2009,24-03-2014:3.38pm
          Venkat,654655,19-01-1983,Developer,TN,28-10-2010,24-03-2014:3.38pm
          Moni,654654,11-09-1980,Developer,TN,20-02-2008,24-03-2014:9.38pm
    If next time the same record comes like Moni,654654,11-09-1980,Developer,TN,20-02-2008,24-03-2014:9.38pm,no need to process this record values.
    How to stop processing the duplicate record.Kindly share some ideas to achieve this requirement by using PI 7.1.
    Best Regards,
    Monikandan.

    Hi ,
    Here is one of the clean sol:
    1)Using FCC read record by record by giving end separator as newline in FCC.
    Reading a delimeter separated file whose columns may jumble
    2)Use two mapping in one operation mapping .
    1st Mapping :
    Sourcefield()-->sort(ascending)-->splitbyvalue(valuechange)-->eachvalue-->collapsecontext-->udf-->
    splitbyvalue(eachvalue)-->map to all target fields
    Keep context of source field to top node to come all values in single array
    for(int i=0;i<input.length;i++){
    String temp[] = input[i].split(",");
    if(temp.length == 7)
    Name.addValue(temp[0]) ;
    Emp_id.addValue(temp[1]) ;
    DOB.addValue(temp[2]) ;
    Designation.addValue(temp[3]) ;
    Location.addValue(temp[4]) ;
    Joining_Date.addValue(temp[5]) ;
    Time_Stamp.addValue(temp[6]) ;
    else{throw new  StreamTransformationException("field missing in col "+i)}// up to you
    Mapping 2:Actual file structure to RFC
    Regards
    Venkat

  • Suspect in define time start and stop process

    Hi experts,
    If you want to set the time to start process at one time and time I stop process at one time.
    How?
    Thanks,
    T N

    Hi
    For your extract process you can use the parameter BEGIN of the command ADD EXTRACT to set from what date on you want to start
    capturing information.
    ADD EXTRACT <group name>
    {, BEGIN {NOW | yyyy-mm-dd [:hh:mi:[ss[.cccccc]]]} |
       , EXTSEQNO <seqno>, EXTRBA <relative byte address> |
       , LOGNUM <log number>, LOGPOS <byte offset> |
       , EOF |
       , LSN <value> |
       , EXTRBA <relative byte address> |
       , EOF | LSN <value> |
       , PAGE <data page>, ROW <row> |
       }You should review the reference guide for more info.
    But still you have to start and stop the process manually, but an option could be to use a cron to run
    an script that starts or stops the GoldenGate processes.
    Hope this helps.

  • How do I get this audio clip to stop processing

    I am wondering how to get this AudioClip to end. Even though it stops after 4 iterations from the for loop in main my application continues running until I hit ctrl-c. I don't want to use System.exit( 0 ) because other applications will be running and I don't want to shut them down. For now just the basics, getting this process to quit on its own. I figured I would have to close the file with file.close( ), but no luck. Help would be appreciated thank you.
    import java.io.*;
    public class PlaySound {
         static String fnm = new String("attention.wav");
         static java.applet.AudioClip clip = null;
         java.io.File file = new java.io.File( fnm );
         public PlaySound( )
              try
                   clip = java.applet.Applet.newAudioClip( file.toURL() );
              catch( Exception e )
                   e.printStackTrace( );
         public void makeAlarmNoise( )
              clip.play();   //plays the audio clip
              //sleep for a while so it doesn't cluster the sounds
              try
                   Thread.sleep( 1000 );
              catch( InterruptedException e ){ }                    
         } //end of method makeAlarmNoise
         public void stopNoise( )
              clip.stop( );
         public static void main( String Args[ ] )
              PlaySound ps = new PlaySound( );
              for( int i = 0; i < 5; i++ )
              ps.makeAlarmNoise( );
              ps.stopNoise( );
    }     

    No it doesn't -- thanks for the reply though.
    The process keeps running even after it is done playing the wav file. I hear no sound but the process must still be running if I does not come to an end.
    IT WON"T STOP. PLEASE MAKE IT STOP.
    ex> when you run a "hello world" program the program runs and prints "hello world" then brings you back to the command line.
    In my program, the program runs and then just sits there -- never bringing me back to the command line. I am wondering how to do that without System.exit( 0 ). Because when I use a GUI and use eventHandlers it still will not stop processing.
    Try running this program with a short wave (.wav) file and you'll see what I mean.
    Thank you.

  • Output Server stops processing files (seemingly) at random

    We use Adobe Central Output Server 5.5.0.308 to process Invoices/POs and the like from CommerceCenter (An Epicor/Prophit 21 product).  We have three isntances of it running on three seperate terminal servers.
    It has been working pretty well for years.  Sometimes it would fail to process a certain file or it would stop responding and need to be restarted, but nothing serious and never very often.
    Suddenly in the last couple of months it has stopped processing files at random during the day.  To get it to start again we have to open the Control Center and go to Control -> Start Server.  Then it will process everything in the queue just fine.  It has been happening on both of our older 2003 terminal servers fairly often (at least 4 times a week) and just happened for the first time on our new 2008 R2 terminal server.
    None of us here know much about Output Server and there is nothing in the Server log or the Event Viewer that indicates any sort of issue, so we are at a loss.
    I don't really even know where to begin as the documentation of the relationship between CommerceCenter and Output Server is non-existent.
    I'm really looking for any ideas... Maybe somebody has run into this issue before? 

    cnorris63,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • I have made several photo books but this time when I press "buy book" it tells me that it stopped processing.  My book is longer than others 72 pages.  Can you help me?

    I have made several photo books but this time when i press "buy book" it stops processing.  My book is 72 pgs.  Is this too long?  I have never had this problem.  Can you help?

    No, 72 pages isn't too long.  See if you can crate a pdf file of the book by Control-clicking just outside the book and selecting Save Book as PDF from the menu options.
    Click to view full size
    That will tell us if the problem lies in creating a pdf version or something else.
    OT

Maybe you are looking for

  • Bug: Keywords behave incorrectly after "Read Metadata from File"

    (Happens in LR3.4 RC and probably also in previous versions... but I am not sure if it happened in LR2) The problem seems tro be somthing like de-sync of database status and what we see on the screen. 1) Let's say we have a photo with keyword "abc" 2

  • Dreamweaver Template Problem

    I am using Adobe Dreamweaver CS5.5 and my employer is using Dreamweaver version 9.  We have created templates, but when she tries to update the template the changes are not showing up on the attached pages.  Could someone help us find what we are doi

  • TS4465 can't uninstall quicktime, can't find it

    Can't locate quicktime, can't unistall quicktime, can't reinstalle quicktime

  • Adobe turns all my icons into adobe files...

    everytime I download an adobe program it turns all my icons inot adobe icons and files and will not let me open them. I am using vista and just got this computer... I know it has to be a vista compatiblity problem and I am not sure how to fix it....

  • How to view of damaged lotus notes nsf file?

    After the restoration of utilities through almost all the bases when opening throw an error "File is not database", "File does not exist" or "Database is corrupt - Can not allocate space". How to view of damaged lotus notes nsf file?