Shift timing in Resource

Dear Experts
How we can define 3 shifts in Resource, for Standard Capacity availability
Shift timing 1 > 7:30 to 4:00 2 > 4:00 to 12:30 3> 12:30 to 7:30
Each shift has 30 minutes break except 3rd shift
Break time for 1> 12:00 2> 08:00

Hi Nitin,
You can define the shift sequence in IMG - tcode OP4A
Here first you define the grouping key: EG 99
Then for the grouping key define the work break schedules (by selecting the grouping key & double clicking on work break schedules)ie whats is the break time in shift for eg lunch time,tea time etc
Then again select the grouping key & click on shift definition -here you give you shift timings(in your case three shifts) with breaks which you defined earlier
You define how shifts follow another on a daily basis for the duration of a cycle in a shift sequence. You can use shift definitions.
Hope this is helpful.
Thank you.
Naveen

Similar Messages

  • To determine shift timing based on a time stamp field

    Hi all,
    I have an issue with a determing shift timings.
    I have a  time stamp field QALS-ENTSTEZEIT which has a value like 17:22:29.
    Now based on this I have to determine the shifts.
    There will be 3 shifts.
    shift 1 between 08:00:00 to 16:00:00
    shift 2 between 16:00:00 to 00:00:00
    shift 3 between 00:00:00 to 08:00:00.
    Now the issue is :this statement,
                             QALS-ENTSTEZEIT BETWEEN '00:00:01' AND '08:00:00'.
                             do not triggered.
    Please suggest some solution.
    Thanks and Regards
    Nazmul

    Hi,
    Try the below code, it may solve your problem.
    Data : V_TIME type QALS-ENTSTEZEIT, shift.
    Ranges : R_T1 for QALS-ENTSTEZEIT , R_T2 for QALS-ENTSTEZEIT, R_T3 for QALS-ENTSTEZEIT.
    R_T1-SIGN = 'I'.
    R_T1-option = 'BT'.
    R_T1-LOW = '080000'.
    R_T1-HIGH = '160000'.
    APPEND R_T1.
    R_T2-SIGN = 'I'.
    R_T2-option = 'BT'.
    R_T2-LOW = '160000'.
    R_T2-HIGH = '235959'. " Change like this, its not much difference from 000001 but seems to be working
    APPEND R_T2.
    R_T3-SIGN = 'I'.
    R_T3-option = 'BT'.
    R_T3-LOW = '000001'.
    R_T3-HIGH = '080000'.
    APPEND R_T3.
    V_TIME = '172259'. " u can assign QALS-ENTSTEZEIT directly to v_time
    *CONCATENATE V_TIME+0(2) ':' V_TIME+2(2) ':' V_TIME+4(2) INTO V_TIME. "no need for this
    IF V_TIME IN R_T1.
    SHIFT = '1'.
    ELSEIF V_TIME IN R_T2 .
    SHIFT = '2'.
    ELSEIF V_TIME IN R_T3.
    SHIFT = '3'.
    ENDIF.
    Check and revert back.
    Regards
    Karthik D

  • Shift timing error(Shift finish 07:00:00 is after start of next shift 07:00

    Hello ,
    I have defined shift timings as follows , S1 23:00 to 7:00, S2 7:00  to 15:00 and S3 15:00 to 23:00.
    Assigned them in shift sequence. When i try to assign it to capacity of the work centre it gives error "Shift finish 07:00:00 is after start of next shift 07:00:00".
    Request you to share your thoughts on this problem .
    Thanks & Regards
    Abhijit S Nakhwa

    Dear,
    Is this error or warnning message?
    Please check this in OP4A
    HWS1     First     01.01.2009     31.12.9999     23:00:00     07:00:00     8.00     
    HWS2     Second     01.01.2009     31.12.9999     07:00:00     15:00:00     8.00     
    HWS3     Third     01.01.2009     31.12.9999     15:00:00     23:00:00     8.00
    Shift sequence,
    HWP1     1                              HWS1     HWS1     HWS1
    HWP1     2                              HWS2     HWS2     HWS2
    HWP1     3                              HWS3     HWS3     HWS3
    Then assign it work center with valid date and press enter.
    Regards,
    R.Brahmankar

  • Shift Timing Change

    Dear all,
                  My client wants to change the shift timings as when there is a change in production plan due to variation in requirement.
                    Is it advisable to do the same ? Why

    Dear Mohan,
    please refer the thread-->
    Enterprise Asset Management (SAP EAM)
    pl try validity date option in work center as mentioned in the thread.
    You can create as many grouping with different sets of timings & change the validitiy time whenever you require.

  • Fixed PPM/PDS resource consumption and fixed PPM/PDS material consumption

    hi experts
    while going through help.sap to find out the meaning of linear optimization i came across two phrases  ""fixed PPM/PDS resource consumption and fixed PPM/PDS material consumption""   i have worked on SCC03 PPM and curto_simu PDS   but i couldn't make out what these phrases means . my perception is that every shop floor  operator is given a target to produce certain number of quantities  per shift on a production line .Does these phrase means that ??  or it has some other connotation. ?? 
    experts can you please provide clarity on those phrases.what does it actually mean ?

    sahu it is even more confusing see  "Fixed PPM consumption is the fixed time required independent of quantity produced."" 
       fixed time of what ??   is it the resource timing or shift timing
    Time required to produced material consumption quantity = Fixed cons + variable cons
    can i say it is the time required to produce a given  lot size quantity ??
    sahu would  you please put it in very layman terms.

  • Issue with Rotational Shifts

    Dear Expert,
    We have 3 shifts in plants for labors.
    But 75% there is a fluctuation of their daily working timing.
    Like employee planned working time is 08:00 to 04:00.
    he will work this week in this timing.
    But as per work load,he will work in other shift timing on the same week as well in the next weeks.some time in other plant as well.
    Almost 1000 employee having such type of frequency..
    Please advice, what will be the right approach for these employees.
    Regards,
    Sharma

    Hi Rohan Sharma,
    Shift Planning is the best approach
    Pre requisite: Daily work schedules should be ready.
    Shift details are as follows
    A: Morning shift (7 AM to 3 PM).
    B: Day Shift ( 3PM to 13 PM)
    C: Night Shift ( 13 PM to 7 AM)
    Configuration steps of shift planning:
    1.Create Profile in V_T77EP
    Create new  profile  by copying  standard profile: SAP_000001 or SAP_000005  .
    2. Define substitution type
    IMG->Time management ->Shift Planning ->Integration->Define substitution type.
    Table: V_T556
    3. Specify Shift Group
    IMG->Time management ->Shift Planning ->Specify shift group.
    Table Name: V_T77DB
    Copy the standard group ie STANDARD and create a new shift group
    4.Assign shift group to an organizational Unit
    Use  T code PP02 to assign new shift group to organizational units.
    5. Specify Factory Calendar
    In this step, we can  specify which factory calendar is to be used for Shift Planning.
    IMG->Time management ->Shift Planning -> Specify Factory Calendar.
    6. Indicator for Shifts in Shift Plan (V_T77ER)
    7.Assign your PS. Grouping for substitution to  Personnel area and Personnel subarea.
    Table :V_001P_E
    8. Set Defaults for Substitution Types
    Feature VTART

  • 2 time shifts on same day for same employees with +ve TM

    Dear Expert,
    Please advice for given below scenario:
    we are implementing +ve Time Management.
    we have two shift Timing for labours for summer months.
    Morning Time: 05:00 Am to 11:00 Am
    Evening Time: 04:00 Pm to 07:00 Pm
    Labour comes in morning 05:00 Am and close their work at 11:00 Am.
    Again they come in evening at 04:00 Pm  and close their work at 07:00 Pm. so total they perform 09:00 hour in a day.
    So in this case:should i make one work schedule or two.
    Kindly advice, it is very urgent.
    Thanks,

    Thanks a Ton vivek Bahi,
    I feel, the way you are replying to all sdn query, it is something one man Army....
    As you advice: I create Break Schedule as well Daily Work schedule.
    I attached a screenshot for both of these.
    Please check once and advice if any correction requird..
    Regards,

  • I Think Everyone Is Missing the Bigger Picture Here!!!

    Is CC a ripoff?  Yes and No.  If you are new to the platform, than no.  Where else can you get all this software for 600 a year, but that is not the issue I am having.  I do not like being told that I have to rent the software for 50/month, because that is only the start.  I am an avid CS user, Premiere, AE, PS, Illustrator, DW and now I am at a crossroads as to whether or not join the CC.  600 per year may not be that bad, but if this becomes your main workflow, what happens when Adobe and all their corporate greed, and yes it is greed decides it needs to be 75/month, or 100/month.  I currently have 3 computers that I work off of, and the CC will only let you use two so now you have to buy another license for another 50/month.  So now I am 100/month for the same setup of using CS6.  So now if I am a new user, where is the savings?  I get the discount for the first year for upgrading...then what?  How high does the Adobe price go?  Adobe itself stated that they will never sell a perpetual license again and let people use the software for as long as they want.  That my friends is corporate greed.  My much loved Adobe has now joined the ranks of Apple.  Those of us who love the Apple OS and have been using their computers for years are now caught in inflated price gouging for sub-par machines when compared to the new PC rolling out at half the price and twice the power, and you all know a good PC will last just as long as a Mac.  This is forcing many, and myself to change our workflow and begin moving to a PC route simply because of Apples greed to sell a 15" mac book for 2700.00.  No thanks Apple.  Now Adobe has stepped up to bat and basically doing the same thing.  They are forcing our hands, removing the option and telling us what we can and can't do, forcing us loyal Adobe users to change our workflow to accomodate them.
    The problem here is the same as our problem with our government.  We let them do it and get away with it.  Gas prices will never come down because we the consumer have shown that the market will bare that price and we will continue to pay it and take it.  Until enough of us step up to Apple and say no more of your record earnings and way over inflated prices, they will continue down their path and we will continue to get robbed by them.  Well, the same thing goes here for Adobe.  We at the end of the day have the say so as to the fact if they succeed or fail.  There are other options out there....good ones also, and if we provide the exodus, Adobe will have no choice but to respond, but the sad thing is that we have become a world of sheep and followers and we will contine to take it in the rear from companies like Adobe and Apple and let them get away with murder.
    Adobe will raise thier price and by then it will be all too late.  We the consumer ultimately has the power.  I say no more.  Let Adobe rot until they learn that giving us no choice to choose, only leaves us the choice to say no.

    I have seen considerable negative feedback from the forums and our clients mostly around the endless rental of the software. The issue that seems to be the crux is the requirement to continue the CC to open the editors own media/work down the road. That argument I can definitely understand here and there is a simple fix to that if management at Adobe would stop and think about this. However for the sake of argument and to explain the warning I have been telling folks for a couple years now, I will give Adobe's perspective. Cloud based Delivery for all software especially OS's is coming. Whether you want it or not it's coming and when Microsoft and Apple make the move, get ready for 10 to 15 dollars a month to launch Windows or OSX. Linux is the last line of defense and until the Linux open software forum gets some standardized API's out there to lower development cost and time, it doesn't look good.
    Adobe as a company looks at the Cloud Distribution as the golden goose for software companies. For years Software companies have bemoaned the cost of software piracy, R&D design time frames shrinking with tremendous industry changes annually, and support costs related to hardware manufacturers/system OEM's or version differences in software. Add to this the ability to plan R&D asset requirements, development costs of several projects over a period of time, and synchronizing releases with other software that company may develop as well. The publicly traded software companies have to further report cost analysis and earnings expectations months/years ahead of time. Those variables along with increasing sales interest through product evolution are all essentially solved with the Cloud Distribution model. With the cloud, piracy is minimized or even relatively eliminated depending on the verification or cloud model. The expected profits/earning long term are far easier to plan and forecast. This allows Adobe to plan R&D assets accordingly to the relative earning index and ensure the Public reporting's are good for company and investors. Adobe will be able to release software upgrades and improvements on demand rather than with a en mass planned release every year or 2. This keeps clients continued interest in the products and allows Adobe to shift R&D resources/personnel versus running teams for each product. This last part is really the crux of the partner relationship Adobe is creating with their clients. It is in the best interest of the clients for Adobe to succeed as it is in Adobe's interest that the clients succeed. So a equal partnership is formed with this model. It's also why the cloud delivery is a good evolution of software distribution.
    The Downside to the cloud distribution is the ability to open content created during the subscription after a client lets that expire. This really brought up the argument of who owns the content created to the table whether intentional or not. This really was not a good idea to have that argument tied to this right from the beginning of the transition. The simple fix to this is set a period of time such as 2 to 3 years as a cycle. When that period of time is reached, the Cloud version changes from V1 to CC V2 and all clients who have subscribed to the Cloud for 18 to 24 months depending on whether 2 or 3 years have the option to purchase a perpetual cloud account status for that version that just rolled over. This should be a simple low cost development project that just updates the signature of the application. Then the cloud server just verifies whether you are licensed for current V2 or a perpetual V1. All features released after V2 is rolled over to will not be available for V1 perpetual licenses. That will also end the support for V1 other than support plans. This will allow clients to own the rights to their media and the ability to continue working with it and give Adobe a bump in revenue every 3 years to justify such a plan. Whether a new feature is added right when it rolls over wont matter since it's simply for the clients to have the ability to own their media created. That I believe would really end the majority of the negative concern right now from loyal Adobe Clients and still be in the best interest of both parties.
    Let this though be a warning to everyone about what is coming. There are way to many advantages and very few if any draw backs for software companies with the cloud delivery model. The piracy and consistent revenue alone is enough to make this industry wide. This started with the Google Laptop and really is just now starting to come to the market. The clock is ticking and the time is coming where it will cost $10 a month just to login to your OS. I really highly suggest people who dont like this start really pushing those in the Linux Arena to get their acts together and start standardizing for development instead of pushing for complete open source. That dream was squashed long ago. Companies have a right to make a profit on their development work  and complete open source is way to much of a risk to that.
    Eric
    ADK

  • How can I implement a dynamic loop rate?

    Appologies if this has been answered, but searching hasn't revealed the solution.
    I have a data acquisition appliction on the RT clocked externally.  I can send every x-th sample to the host PC for display via shared variable (data bandwidth is no issue).  I'd like to dynamically determine what "x" should be based on the processor load on the host (I can send x to the RT from the host).
    Is there a simple way to determine how much processor time my application is sucking up in the host PC application so I can adapt x to the environment?

    Hi Lee Jay!
    Thank you for contacting National Instruments.  From my understanding of the information you have provided, I think I may have a suggestion to achieve this behavior.  However, I am a bit unclear of what you are trying to do specifically.  LabVIEW does not have any inherent functionality to determine processor timing and resource usage as you have described.  From within the program we can determine the time that elapses from one point to another by using the Tick Count and Sequence Structures functionalities.
    Another aspect to consider is trying to use something similar to Queue Basics, which can be found in the Example Finder.  This should allow for control over the rate at which items are read at the host regardless of the data coming from the target.
    I hope this helps.  Let me know if there is anything else I can help with or clarify.  Have a great day!
    Jason W.
    National Instruments
    Applications Engineer

  • Problem in absent report(ABAP-HR)

    Hi to all
    I am getting a problem in Absent report.(HR-ABAP)
    Absent report shows next day irregular punch in case of  'C' shift(Timing 10:30 PM to 6:30 AM)  at the end of month.
    It happens only at the end of month like 31/10/2007 because in selection we gave
    1/10/2007 to 31/10/2007.
    Plz tell me what to do.
    Regards
    Anubhav

    Hi,
    It is not possible to run RBDMIDOC Report in Insert mode, precisely the purpose of this report is to send only the delta changes recorded in change pointers (that is only the differences since the last replica) and it is used not just for HRMD_ABA Message Type, also for other Modules, like Cost Center, Materials, etc.
    I understand that PFAL is not useful as it requires the specification implied of the objects.
    According with the way HR structure Replica works, you replicate with PFAL all the objects you requiere as an initial replica, and then programs BD21 as a job to get the delta changes in the destination system.
    Regards,
    Edith

  • Carrying scheduling cosidering all 365 days are working days

    when I am carryying out scheduling for a process order in which resource is assigned with 365 days as working days calender, it is displaying saturday  and sunday as non working days and no operations being planned on those days. Even plant is assigned with factory calender 0f 365 working days. Can you please anybody let me know what may be the problem.

    Dear,
    Factory calendar is maintained in SCAL transaction and assgined in the capcity tab in resource. or Whether you have maintained the shift sequence in resource?. ie for each dates have you maintained the shift pattern with all days are working days.
    Please refer thess threads for details,
    Re: change the Factory calendar in work center
    Re: Factory calendar in work center
    Regards,
    R.Brahmankar

  • Same work center  being used  in different routings

    Hi
    I have requirement  like this:
    Workcenter  WC1  works in two shifts  Shist A  & B.
    It is being used in two routings for different products  X & Y.
    Product X will be prodiced in shift A.
    Product Y will be produced in Shift B.
    How to schedule it  for different shifts for different products.
    Thankls in advance.
    Regards
    YMREDDY

    since workcentre is not working on the material based.
    but the routing worked on the material based
    give the shifting timing and the break timing in the work center alone
    you have to select the matrl product x in the routing and the sequence of operation for the product is mentioned that the product that be there for the working in the
    shift A .
    product Y is to be sequenced to work at that w.c at shift B

  • Problem installing lotus notes portlets

    hi! got the following message when trying to test out at http://myhost/servlets/lotusAppProv
    Error!
    javax.servlet.ServletException: Failed to parse provider.xml: Error
    in expression: '*|/'.13
    Any ideas?
    thx

    Hi,
    Please check if your middle tier(http server) is started when you are accessing the Provider's test page. Also check if you are able to see the provider test pages of other providers successfully,which are configured on the same mid tier, like the sample provider that comes jpdk. You may test this by visiting http://server:port/servlets/sample.
    regards,
    Geeta
    Portal version : 3.0.9.8.3
    RDBMS : 8.1.7.0
    Lotus portlet -->January 2002 v1.
    PDK-->the one wich come with the patchset 3 of Portal.
    I4ve installed the JPDK successfully and I could install the external application servlets and this is running.
    I change the provider.xml to change the phisical path.
    Another change I did recently is to change the header of the provider.xml.
    change ISO-...... to UTF-..... and the result was that when I run trouugth the url
    http://server:port/servlets/lotusAppProv
    No page found apper.
    And when I want to add the portlet provider the following stack of errors happend.
    {PRIVATE}Error:
    An error occurred when attempting to call the providers register
    function. (WWC-43134)
    An unexpected error occurred: ORA-29532: Java call
    terminated by uncaught Java exception:
    java.io.InterruptedIOException: recv() timed out
    Resource temporarily unavailable (WWC-43000)
    An unexpected error occurred: java.io.InterruptedIOException:
    recv() timed out
    Resource temporarily unavailable
    at
    java.net.SocketInputStream.socketRead(SocketInputStream.jav
    a)
    at java.net.SocketInputStream.read(SocketInputStream.java)
    at
    HTTPClient.ExtBufferedInputStream.fill(ExtBufferedInputStream
    .java)
    at
    HTTPClient.ExtBufferedInputStream.read(ExtBufferedInputStre
    am.java)
    at
    HTTPClient.StreamDemultiplexor.read(StreamDemultiplexor.jav
    a)
    at HTTPClient.RespInputStream.read(RespInputStream.java)
    at HTTPClient.RespInputStream.read(RespInputStream.java)
    at HTTPClient.Response.readResponseHeaders(Response.java)
    at HTTPClient.Response.getHeaders(Response.java)
    at HTTPClient.Response.getStatusCode(Response.java)
    at
    HTTPClient.RetryModule.responsePhase1Handler(RetryModule
    .java)
    at
    HTTPClient.HTTPResponse.handleResponse(HTTPResponse.j
    ava)
    at
    HTTPClient.HTTPResponse.getInputStream(HTTPResponse.ja
    va)
    at
    oracle.webdb.provider.web.HttpProviderDispatcher.dispatch(Ht
    tpProviderDispatcher.java:817)
    at
    oracle.webdb.provider.web.HttpProviderDispatcher.registerPro
    vider(HttpProviderDispatcher.java:261)
    (WWC-43000)
    Thanks in advanced
    Matmas
    Tx.
    Matmas

  • Manipulation with dates

    Hi,
    The shift timing is from 7am to 3pm.
    the actually machine working timings are stored in the machine_timing.
    table machine_timing data like
    (The table will have the actual machine working time in the shift.)
    START_TIME END_TIME
    13-06-2012 08:00:00 13-06-2012 13:00:00
    13-06-2012 13:30:00 13-06-2012 15:30:00
    when the machine is idle (not worked time)that time is stored in the idle_time_table
    idle_time_table having data like
    ( from 7am to 8am the machine is idle for the above shift. so here idle time is one hour from 7am to 8am. and
    the lunch break is 13:00 to 13:30 this is also stored in the idle_time_table )
    START_TIME END_TIME
    13-06-2012 07:00:00 13-06-2012 08:00:00
    13-06-2012 13:00:00 13-06-2012 13:30:00
    i want code for inserting data to the idle_time_table based on the data which is there in the machine_timing.
    Edited by: user13272730 on Jun 13, 2012 5:44 AM

    Hi user13272730
    Here is an example ...
    assuming a flag in machine_timing named e.g. inout values for 'I' checked in or 'O' checked out
    the time or date is char data type u can create a data base trigger as follow...
    CREATE OR REPLACE TRIGGER Emp_ATTENDANCES
    AFTER INSERT ON machine_timing.
    FOR EACH ROW
    BEGIN
    IF :NEW.att_inout='I' Then
      INSERT INTO idle_time_table(EMP_ID  , DATE_IN ,  DATE_OUT , TIME_IN  , TIME_OUT )
      VALUES                     (to_number(to_char(:NEW.att_emp_no,99999)) , to_date(:NEW.att_date,'dd/mm/rrrr'), to_date(:NEW.att_date,'dd/mm/rrrr') , to_date(:NEW.att_time,'HH24:MI:SS') , to_date(:NEW.att_time ,'HH24:MI:SS'));
    ElsIF :NEW.att_inout='O' Then
      UPDATE idle_time_table 
      SET DATE_OUT  = to_date(:NEW.att_date,'dd/mm/rrrr'),
                    TIME_OUT  = To_Date(To_Char(:NEW.ATT_DATE,'DD-MM-YYYY ') || To_Char(:NEW.ATT_TIME,'HH24:MI'),'DD-MM-YYYY HH24 MI');
                   WHERE  EMP_ID    = :NEW.att_emp_no
                   AND    DATE_OUT  = DATE_IN
                   AND    TIME_OUT  = TIME_IN;
    End IF;
    EXCEPTION
      WHEN OTHERS THEN   RAISE;
    END Emp_ATTENDANCES;Hope this helps...
    Regards,
    Amatu Allah

  • After installation of OS X 10.8, Mac still restarts in OS X 10.7.

    So i installed OS X 10.8 in order to upgrade my MBP 2011 from OS X 10.7.  Installation completed, aparently.  Then the installer asked to restart the system.  So i did.  Then it just restarts into to same old 10.7 Lion like nothing ever changed.  No error messages.  Nothing.  What am i missing?

    07/30/2013 08:30:38 |  INFO | 1 | LDLS4.Macintosh.OurApp | Starting application (4.6b SR-2, version 4.62.0.2681) on Mac OS X 10.7.5.
    07/30/2013 08:30:38 |  INFO | 1 | LDLS4.Macintosh.OurApp | Auto-detected UI language: en-US
    07/30/2013 08:30:38 |  INFO | 4 | LDLS4.Macintosh.OurApp | Loading DataTypeManager in the background.
    07/30/2013 08:30:39 |  INFO | 1 |     UserManager | Opening UserManager in /Users/corey/Library/Application Support/Logos4/Users.
    07/30/2013 08:30:39 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Users/UserManager.db
    07/30/2013 08:30:40 |  INFO | 1 |  LDLS4.AppModel | Running AppModel.
    07/30/2013 08:30:40 |  INFO | 1 | AppStartupModel | (Timed) Checking 'Use Internet' setting.
    07/30/2013 08:30:40 |  INFO | 1 | DigitalLibraryServices | Initializing DigitalLibraryServices. (Shared Folder= /Users/corey/Library/Application Support/Logos4/Shared, Data Folder = /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5, Documents Folder = /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5)
    07/30/2013 08:30:40 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating local user preferences.
    07/30/2013 08:30:40 |  INFO | 1 | PreferencesManager | Opening PreferencesManager in /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/LocalUserPreferences.
    07/30/2013 08:30:40 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/LocalUserPreferences/PreferencesManager.d b
    07/30/2013 08:30:40 |  INFO | 1 | DigitalLibraryServices | (45ms) Creating local user preferences.
    07/30/2013 08:30:40 |  INFO | 1 | AppStartupModel | (70ms) Checking 'Use Internet' setting.
    07/30/2013 08:30:40 |  INFO | 1 | AppStartupModel | System web proxy: None
    07/30/2013 08:30:40 |  INFO | 1 | AppStartupModel | Logos 4 web proxy: None
    07/30/2013 08:30:41 |  INFO | 1 |  LDLS4.AppModel | App is now idle.
    07/30/2013 08:30:41 |  INFO | 1 |  LDLS4.AppModel | App is no longer idle.
    07/30/2013 08:30:42 | ERROR | 4 | WebServiceClient | Exception for Nullable`1: System.Net.WebException: Error: NameResolutionFailure ~  at System.Net.HttpWebRequest.EndGetRequestStream (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0  ~  at System.Net.HttpWebRequest.GetRequestStream () [0x00000] in <filename unknown>:0  ~  at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke (System.String method_name, System.Object[] parameters) [0x00000] in <filename unknown>:0 
    07/30/2013 08:30:45 |  INFO | 1 | AppStartupModel | (Timed) Checking 'WorkOfflineIfNotConnected' setting.
    07/30/2013 08:30:45 |  INFO | 1 | DigitalLibraryServices | Initializing DigitalLibraryServices. (Shared Folder= /Users/corey/Library/Application Support/Logos4/Shared, Data Folder = /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5, Documents Folder = /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5)
    07/30/2013 08:30:45 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating local user preferences.
    07/30/2013 08:30:45 |  INFO | 1 | PreferencesManager | Opening PreferencesManager in /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/LocalUserPreferences.
    07/30/2013 08:30:45 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/LocalUserPreferences/PreferencesManager.d b
    07/30/2013 08:30:45 |  INFO | 1 | DigitalLibraryServices | (1ms) Creating local user preferences.
    07/30/2013 08:30:45 |  INFO | 1 | AppStartupModel | (2ms) Checking 'WorkOfflineIfNotConnected' setting.
    07/30/2013 08:30:45 |  INFO | 1 | AppStartupModel | VerifyCurrentUserIsLoggedIn failed; logging in with cached credentials.
    07/30/2013 08:30:45 |  INFO | 1 | AppStartupModel | System web proxy: None
    07/30/2013 08:30:45 |  INFO | 1 | AppStartupModel | Logos 4 web proxy: None
    07/30/2013 08:30:45 | ERROR | 7 | WebServiceClient | Exception for Nullable`1: System.Net.WebException: Error: NameResolutionFailure ~  at System.Net.HttpWebRequest.EndGetRequestStream (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0  ~  at System.Net.HttpWebRequest.GetRequestStream () [0x00000] in <filename unknown>:0  ~  at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke (System.String method_name, System.Object[] parameters) [0x00000] in <filename unknown>:0 
    07/30/2013 08:30:57 |  INFO | 1 | DigitalLibraryServices | Initializing DigitalLibraryServices. (Shared Folder= /Users/corey/Library/Application Support/Logos4/Shared, Data Folder = /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5, Documents Folder = /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5)
    07/30/2013 08:30:57 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating license manager.
    07/30/2013 08:30:57 |  INFO | 1 |  LicenseManager | Opening LicenseManager in /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/LicenseManager; products folder is /Users/corey/Library/Application Support/Logos4/Shared/Products
    07/30/2013 08:30:57 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/LicenseManager/Products.db
    07/30/2013 08:30:57 |  INFO | 1 | DigitalLibraryServices | (24ms) Creating license manager.
    07/30/2013 08:30:58 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating visual markup manager.
    07/30/2013 08:30:58 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/VisualMarkup/visualmarkup.db
    07/30/2013 08:30:58 |  INFO | 1 | DigitalLibraryServices | (39ms) Creating visual markup manager.
    07/30/2013 08:30:58 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating document manager.
    07/30/2013 08:30:58 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating resource manager.
    07/30/2013 08:30:58 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating data type options.
    07/30/2013 08:30:58 |  INFO | 1 | DigitalLibraryServices | (2ms) Creating data type options.
    07/30/2013 08:30:58 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/WebCache/CacheData.db
    07/30/2013 08:30:58 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/ResourceManager/ResourceManager.db
    07/30/2013 08:30:58 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/ResourceManager/ResourceSyncManager.db
    07/30/2013 08:30:58 |  INFO | 1 | DigitalLibraryServices | (79ms) Creating resource manager.
    07/30/2013 08:30:58 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating guide manager.
    07/30/2013 08:30:58 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/Guides/guides.db
    07/30/2013 08:30:58 |  INFO | 1 | DigitalLibraryServices | (78ms) Creating guide manager.
    07/30/2013 08:30:58 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/Documents/DocumentInfo.db
    07/30/2013 08:30:58 |  INFO | 1 | DigitalLibraryServices | (289ms) Creating document manager.
    07/30/2013 08:30:58 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/Documents/Notes/notes.db
    07/30/2013 08:30:58 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/Documents/VisualFilter/VisualFilter.db
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating new user preferences.
    07/30/2013 08:30:59 |  INFO | 1 | PreferencesManager | Opening PreferencesManager in /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/UserPreferences2.
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/UserPreferences2/PreferencesManager.db
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (39ms) Creating new user preferences.
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating bookmarks manager.
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (1ms) Creating bookmarks manager.
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating statistics manager.
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating local user preferences.
    07/30/2013 08:30:59 |  INFO | 1 | PreferencesManager | Opening PreferencesManager in /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/LocalUserPreferences.
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/LocalUserPreferences/PreferencesManager.d b
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (1ms) Creating local user preferences.
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/Statistics/Statistics.db
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (47ms) Creating statistics manager.
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating old sync manager.
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/Documents/Clippings/Clippings.db
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/Documents/Handout/Handout.db
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/Documents/PassageList/PassageList.db
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/Documents/PrayerList/PrayerList.db
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/Documents/ReadingPlan/ReadingPlan.db
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/Documents/SentenceDiagram/SentenceDiagram .db
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/Documents/SyntaxSearch/SyntaxSearch.db
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/Documents/WordFind/WordFind.db
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (315ms) Creating old sync manager.
    07/30/2013 08:30:59 |  INFO | 14 | DigitalLibraryServices | (Timed) Creating old user preferences.
    07/30/2013 08:30:59 |  INFO | 14 | PreferencesManager | Opening PreferencesManager in /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/UserPreferences.
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating ReadingProgressManager
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/ReadingProgressManager/readingprogressman ager.db
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (28ms) Creating ReadingProgressManager
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating device resource manager.
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/DeviceResourceManager/MobileResourcesSync Manager.db
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (4ms) Creating device resource manager.
    07/30/2013 08:30:59 |  INFO | 14 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/UserPreferences/PreferencesManager.db
    07/30/2013 08:30:59 |  INFO | 14 | DigitalLibraryServices | (46ms) Creating old user preferences.
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/ResourceViewRecordsManager/resourceviewre cords.db
    07/30/2013 08:30:59 |  INFO | 1 | ResourceViewTracker | Starting background thread.
    07/30/2013 08:30:59 |  INFO | 16 | ResourceViewTracker | Background thread started.
    07/30/2013 08:30:59 |  INFO | 1 |  IndexerProcess | Indexer is not running for user nhkxqzmk.ek5.
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating library catalog.
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/LibraryCatalog/LibraryCatalogSync.db
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/LibraryCatalog/catalog.db
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (10ms) Creating library catalog.
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating keylink manager.
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating resource collection manager.
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/ResourceCollectionManager/ResourceCollect ionManager.db
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (4ms) Creating resource collection manager.
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/KeyLinkManager/keylinkmanager.db
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/KeyLinkManager/KeyLinkSyncManager.db
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (10ms) Creating keylink manager.
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating reverse interlinear manager.
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/ReverseInterlinearManager/reverseinterlinearma nager.db
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (2ms) Creating reverse interlinear manager.
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating bible index.
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/BibleIndex/LibraryIndex.db
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (4ms) Creating bible index.
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating personal book index.
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/PersonalBookIndex/LibraryIndex.db
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (2ms) Creating personal book index.
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating library index.
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/LibraryIndex/LibraryIndex.db
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (2ms) Creating library index.
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating download manager.
    07/30/2013 08:30:59 |  INFO | 1 | DownloadManager | Opening Download Manager in /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/DownloadManager.
    07/30/2013 08:30:59 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/DownloadManager/DownloadManager.db
    07/30/2013 08:30:59 |  INFO | 1 | DigitalLibraryServices | (2ms) Creating download manager.
    07/30/2013 08:30:59 |  INFO | 1 |  IndexerProcess | Launching indexer because there are BITS download jobs.
    07/30/2013 08:30:59 |  INFO | 1 |  IndexerProcess | Indexer process ID is 348; watching for exit.
    07/30/2013 08:31:01 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating data type lists.
    07/30/2013 08:31:01 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating resource lists.
    07/30/2013 08:31:01 |  INFO | 1 | DigitalLibraryServices | (0ms) Creating resource lists.
    07/30/2013 08:31:01 |  INFO | 1 | DigitalLibraryServices | (2ms) Creating data type lists.
    07/30/2013 08:31:02 |  INFO | 17 | LDLS4.Macintosh.OurApp | Loading navigable data types in the background.
    07/30/2013 08:31:02 |  INFO | 17 | LDLS4.Macintosh.OurApp | (Timed) KeyLinkManager.GetKnownDataTypes
    07/30/2013 08:31:03 |  INFO | 17 | LDLS4.Macintosh.OurApp | (1305ms) KeyLinkManager.GetKnownDataTypes
    07/30/2013 08:31:03 |  INFO | 17 | LDLS4.Macintosh.OurApp | (Timed) DataTypeLists.GetBibleDataTypes
    07/30/2013 08:31:08 |  INFO | 1 | SectionsUtility | (Timed) Registering sections
    07/30/2013 08:31:08 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating versified resource manager.
    07/30/2013 08:31:08 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating visual markup manager.
    07/30/2013 08:31:08 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/ReferenceWordCounts/ReferenceWordCountMan ager.db
    07/30/2013 08:31:08 |  INFO | 1 | DigitalLibraryServices | (112ms) Creating visual markup manager.
    07/30/2013 08:31:08 |  INFO | 1 | DigitalLibraryServices | (115ms) Creating versified resource manager.
    07/30/2013 08:31:08 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating rich text content extractor.
    07/30/2013 08:31:08 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating transliteration manager.
    07/30/2013 08:31:08 |  INFO | 1 | DigitalLibraryServices | (0ms) Creating transliteration manager.
    07/30/2013 08:31:08 |  INFO | 1 | DigitalLibraryServices | (2ms) Creating rich text content extractor.
    07/30/2013 08:31:10 |  INFO | 17 | LDLS4.Macintosh.OurApp | (6782ms) DataTypeLists.GetBibleDataTypes
    07/30/2013 08:31:10 |  INFO | 17 | LDLS4.Macintosh.OurApp | (Timed) BibleUtility.GetPreferredBible
    07/30/2013 08:31:10 |  WARN | 1 |  LibraryCatalog | No metadata found for resource 'LLS:LOGOSLXX'.
    07/30/2013 08:31:10 |  WARN | 1 |  LibraryCatalog | No metadata found for resource 'RVI:LXXHEB'.
    07/30/2013 08:31:10 |  INFO | 1 | SectionsUtility | (1996ms) Registering sections
    07/30/2013 08:31:10 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating update manager.
    07/30/2013 08:31:10 |  INFO | 1 |   UpdateManager | Initializing update manager.
    07/30/2013 08:31:10 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/UpdateManager/Updates.db
    07/30/2013 08:31:10 |  INFO | 1 | DigitalLibraryServices | (4ms) Creating update manager.
    07/30/2013 08:31:10 |  INFO | 1 |  LDLS4.AppModel | Working offline; not creating resource metadata update service client.
    07/30/2013 08:31:10 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating history manager.
    07/30/2013 08:31:10 |  INFO | 1 |  HistoryManager | Loading HistoryManager.
    07/30/2013 08:31:10 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/HistoryManager/history.db
    07/30/2013 08:31:10 |  INFO | 1 | DigitalLibraryServices | (218ms) Creating history manager.
    07/30/2013 08:31:10 |  INFO | 1 |  LDLS4.AppModel | Initializing MainWindowModel.
    07/30/2013 08:31:11 |  INFO | 1 |  PanelViewModel | Applying panel settings for Preferences: Columns=Image:;Title:;Authors:;UserTags:;UserRating:|Info=true|View=Tile
    07/30/2013 08:31:11 |  INFO | 1 |  PanelViewModel | Got panel settings for History: Columns=Image:;Title:;Authors:;UserTags:;UserRating:|Info=true|View=Tile
    07/30/2013 08:31:11 |  INFO | 1 |  LDLS4.AppModel | Initializing PanelLinkingManager.
    07/30/2013 08:31:11 |  INFO | 1 |  LDLS4.AppModel | Working offline; not starting update manager.
    07/30/2013 08:31:11 |  INFO | 21 |  LDLS4.AppModel | There are 0 hidden resources.
    07/30/2013 08:31:11 |  INFO | 1 |     AudioPlayer | Creating cache folder.
    07/30/2013 08:31:11 |  INFO | 1 |     AudioPlayer | Creating blank xps cache folder.
    07/30/2013 08:31:11 |  INFO | 1 |     AudioPlayer | Deleting old cache folder /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/AudioPlayer/2013-07-22_4.62.0.2681
    07/30/2013 08:31:11 |  INFO | 1 | HomePageViewModel | HomePageViewModel constructor
    07/30/2013 08:31:11 |  INFO | 1 | HomePageViewModel | InitializeContentPreferences
    07/30/2013 08:31:11 |  INFO | 1 | HomePageViewModel | Content Options: Id=DailyDevotionals, Title=Devotionals, Enabled=True, Available=True; Id=Excerpts, Title=Excerpts, Enabled=True, Available=True; Id=http://feeds.feedburner.com/LogosBibleSoftwareBlog, Title=Logos Blog, Enabled=True, Available=False; Id=http://feeds.feedburner.com/LogosCommunityPricing, Title=Logos Community Pricing, Enabled=False, Available=False; Id=http://www.logos.com/rdf/atom10.xml, Title=Logos News, Enabled=True, Available=False; Id=http://feeds.feedburner.com/LogosPrepubs, Title=Logos Pre-Pubs, Enabled=False, Available=False; Id=https://clientservices.logos.com/messages/v1/MessageDeliveryService.svc/Messages /logos4, Title=My Logos Messages, Enabled=True, Available=False; Id=ReleaseNotes, Title=Release Notes, Enabled=True, Available=True; Id=UpdatedResources, Title=Updated Resources, Enabled=True, Available=True
    07/30/2013 08:31:11 |  INFO | 1 | HomePageViewModel | InitializeToolPreferences
    07/30/2013 08:31:11 |  INFO | 1 | HomePageViewModel | Tool Options: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible, Enabled=True, Available=True; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year, Enabled=True, Available=True; Id=ReadingLists, Title=Recent Reading Lists, Enabled=True, Available=False
    07/30/2013 08:31:11 |  INFO | 1 | HomePageViewModel | InitializeTools
    07/30/2013 08:31:11 |  INFO | 1 | ReadingPlanToolViewModel | Updating the document properties
    07/30/2013 08:31:11 |  INFO | 1 | ReadingPlanToolViewModel | Loading the next readings
    07/30/2013 08:31:11 |  INFO | 17 | LDLS4.Macintosh.OurApp | (1410ms) BibleUtility.GetPreferredBible
    07/30/2013 08:31:11 |  INFO | 1 | HomePageViewModel | OnToolIdChanged, new = LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248ef53 435d87e5fe2108000179, old = LDLS4.HomePage.Tools.ReadingPlanToolViewModel:empty
    07/30/2013 08:31:11 |  INFO | 1 | ReadingPlanToolViewModel | Updating the document properties
    07/30/2013 08:31:11 |  INFO | 1 | ReadingPlanToolViewModel | Loading the next readings
    07/30/2013 08:31:11 |  INFO | 1 | HomePageViewModel | OnToolIdChanged, new = LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237bbf 40ffb07477bcf4a8cb24, old = LDLS4.HomePage.Tools.ReadingPlanToolViewModel:empty
    07/30/2013 08:31:11 |  INFO | 1 | PrayerListToolViewModel | Reloading PrayerList Document.
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | OnToolIdChanged, new = LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320444 228a7e28d482b8466f, old = LDLS4.HomePage.Tools.PrayerListToolViewModel:
    07/30/2013 08:31:12 |  INFO | 1 | PrayerListToolViewModel | Reloading PrayerList Document.
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | OnToolIdChanged, new = LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529c49 2d94b5a65ea91d1c90, old = LDLS4.HomePage.Tools.PrayerListToolViewModel:
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Created tools: Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst; Id=ReadingLists, Title=Recent Reading Lists
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Removed duplicate tools: Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst; Id=ReadingLists, Title=Recent Reading Lists
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Removed duplicate options: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible, Enabled=True, Available=True; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year, Enabled=True, Available=True; Id=ReadingLists, Title=Recent Reading Lists, Enabled=True, Available=False
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Removed available options without a tool: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible, Enabled=True, Available=True; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year, Enabled=True, Available=True; Id=ReadingLists, Title=Recent Reading Lists, Enabled=True, Available=False
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Updated tool preference titles: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible, Enabled=True, Available=True; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year, Enabled=True, Available=True; Id=ReadingLists, Title=Recent Reading Lists, Enabled=True, Available=False
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Created options for new tools: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible, Enabled=True, Available=True; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year, Enabled=True, Available=True; Id=ReadingLists, Title=Recent Reading Lists, Enabled=True, Available=False
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Removed unavailable tools: Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Ordered enabled tools: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Set disabled tools: 
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | UpdatePreferencesFromThis
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | OnActivated called
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | OpenDocument called
    07/30/2013 08:31:12 |  INFO | 1 | LectionaryToolViewModel | Updating the LectionaryTool data.
    07/30/2013 08:31:12 |  INFO | 17 | LibraryCatalogIndex | Searching for all records matching: rating:=1 OR rating:=2
    2013-07-30 08:31:12.547 Logos Bible Software 4[337:3a03] Setting window placement: {135, 0, 1305, 821} | frame: {{135, 57}, {1305, 821}} | state: 0 | frame: {{135, 57}, {1305, 821}}
    Available screens:
      - {{0, 57}, {1440, 821}}
    07/30/2013 08:31:12 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating shortcuts manager.
    07/30/2013 08:31:12 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/ShortcutsManager/shortcuts.db
    07/30/2013 08:31:12 |  INFO | 1 | DigitalLibraryServices | (48ms) Creating shortcuts manager.
    07/30/2013 08:31:12 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating layouts manager.
    07/30/2013 08:31:12 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/LayoutManager/layouts.db
    07/30/2013 08:31:12 |  INFO | 1 | DigitalLibraryServices | (25ms) Creating layouts manager.
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | StartMonitoringSyncChanges
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | UpdateFromPreferences
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | UpdateFromContentPreferences Incoming preferences: Id=Excerpts, Title=Excerpts, Enabled=True; Id=DailyDevotionals, Title=Devotionals, Enabled=True; Id=UpdatedResources, Title=Updated Resources, Enabled=True; Id=ReleaseNotes, Title=Release Notes, Enabled=True; Id=http://feeds.feedburner.com/LogosBibleSoftwareBlog, Title=Logos Blog, Enabled=True; Id=http://www.logos.com/rdf/atom10.xml, Title=Logos News, Enabled=True; Id=https://clientservices.logos.com/messages/v1/MessageDeliveryService.svc/Messages /logos4, Title=My Logos Messages, Enabled=True; Id=http://feeds.feedburner.com/LogosCommunityPricing, Title=Logos Community Pricing, Enabled=False; Id=http://feeds.feedburner.com/LogosPrepubs, Title=Logos Pre-Pubs, Enabled=False
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Content options were: Id=DailyDevotionals, Title=Devotionals, Enabled=True, Available=True; Id=Excerpts, Title=Excerpts, Enabled=True, Available=True; Id=http://feeds.feedburner.com/LogosBibleSoftwareBlog, Title=Logos Blog, Enabled=True, Available=False; Id=http://feeds.feedburner.com/LogosCommunityPricing, Title=Logos Community Pricing, Enabled=False, Available=False; Id=http://www.logos.com/rdf/atom10.xml, Title=Logos News, Enabled=True, Available=False; Id=http://feeds.feedburner.com/LogosPrepubs, Title=Logos Pre-Pubs, Enabled=False, Available=False; Id=https://clientservices.logos.com/messages/v1/MessageDeliveryService.svc/Messages /logos4, Title=My Logos Messages, Enabled=True, Available=False; Id=ReleaseNotes, Title=Release Notes, Enabled=True, Available=True; Id=UpdatedResources, Title=Updated Resources, Enabled=True, Available=True
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Content options unchanged.
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Content preferences changed = False
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | UpdateFromToolPreferences - incoming preferences: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst, Enabled=True; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List, Enabled=True; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible, Enabled=True; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary, Enabled=True; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow, Enabled=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year, Enabled=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year, Enabled=True; Id=ReadingLists, Title=Recent Reading Lists, Enabled=True
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Tool options were: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible, Enabled=True, Available=True; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year, Enabled=True, Available=True; Id=ReadingLists, Title=Recent Reading Lists, Enabled=True, Available=False
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Enabled tools were: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Disabled tools were: 
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Tool options changed:Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9 b40cb529c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible, Enabled=True, Available=True; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year, Enabled=True, Available=True; Id=ReadingLists, Title=Recent Reading Lists, Enabled=True, Available=False
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Enabled tools now: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Disabled tools now: 
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Tool preferences changed = True
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Tool preferences: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible, Enabled=True, Available=True; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year, Enabled=True, Available=True; Id=ReadingLists, Title=Recent Reading Lists, Enabled=True, Available=False
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | UpdatePreferencesFromThis
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | UpdateTools
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Enabled tools were: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Disabled tools were: 
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Enabled tools now: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year
    07/30/2013 08:31:12 |  INFO | 1 | HomePageViewModel | Disabled tools now: 
    07/30/2013 08:31:13 |  INFO | 1 | HomePageViewModel | RemoveTool removing Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary
    07/30/2013 08:31:13 |  INFO | 1 | HomePageViewModel | Tool options were: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible, Enabled=True, Available=True; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year, Enabled=True, Available=True; Id=ReadingLists, Title=Recent Reading Lists, Enabled=True, Available=False
    07/30/2013 08:31:13 |  INFO | 1 | HomePageViewModel | Enabled tools were: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year
    07/30/2013 08:31:13 |  INFO | 1 | HomePageViewModel | Disabled tools were: 
    07/30/2013 08:31:13 |  INFO | 1 | HomePageViewModel | Tool options now: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible, Enabled=True, Available=True; Id=LDLS4.HomePage.LectionaryToolViewModel:Lectionary, Title=Lectionary, Enabled=True, Available=False; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year, Enabled=True, Available=True; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year, Enabled=True, Available=True; Id=ReadingLists, Title=Recent Reading Lists, Enabled=True, Available=False
    07/30/2013 08:31:13 |  INFO | 1 | HomePageViewModel | Enabled tools now: Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:0a9b40cb529 c492d94b5a65ea91d1c90, Title=Corey's Prayer LIst; Id=LDLS4.HomePage.Tools.PrayerListToolViewModel:Document:PrayerList:9543eba4320 444228a7e28d482b8466f, Title=Racheal's June 2011 Prayer List; Id=LDLS4.HomePage.Tools.PreferredBibleToolViewModel:Choose preferred Bible, Title=Choose preferred Bible; Id=LDLS4.HomePage.Tools.LibrarySlideshowToolViewModel:Library Slideshow, Title=Library Slideshow; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:4c91c248e f53435d87e5fe2108000179, Title=Read NAS in a Year; Id=LDLS4.HomePage.Tools.ReadingPlanToolViewModel:Document:ReadingPlan:66b0ce237 bbf40ffb07477bcf4a8cb24, Title=Read NASB95 in one year
    07/30/2013 08:31:13 |  INFO | 1 | HomePageViewModel | Disabled tools now: 
    07/30/2013 08:31:13 |  INFO | 1 | HomePageViewModel | UpdatePreferencesFromThis
    07/30/2013 08:31:13 |  INFO | 1 | HomePageViewModel | GenerateItemsWork called
    07/30/2013 08:31:13 |  INFO | 1 | HomePageViewModel | (Timed) Generating offline home page at 2013-07-30T08:31:13Z.
    07/30/2013 08:31:13 |  INFO | 7 | HomePageViewModel | Creating cache folder.
    07/30/2013 08:31:13 |  INFO | 7 | HomePageViewModel | Creating blank xps cache folder.
    07/30/2013 08:31:14 |  INFO | 7 | HomePageViewModel | Deleting old cache folder /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/HomePage/2013-07-22_4.62.0.2681
    07/30/2013 08:31:14 |  INFO | 7 | HomePageViewModel | Creating home page cache /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/HomePage/2013-07-30_4.62.0.2681
    07/30/2013 08:31:14 |  INFO | 7 | HomePageViewModel | (Timed) Getting today's references
    07/30/2013 08:31:14 |  INFO | 7 | HomePageViewModel | (66ms) Getting today's references
    07/30/2013 08:31:14 |  INFO | 7 | HomePageViewModel | (Timed) Generating Items
    07/30/2013 08:31:14 |  INFO | 21 | BookOfTheDayHomePageItemProvider | (Timed) Generating book of the day.
    07/30/2013 08:31:14 |  INFO | 17 | MediaHomePageItemProvider | (Timed) Generating media.
    07/30/2013 08:31:14 |  INFO | 21 | BookOfTheDayHomePageItemProvider | (187ms) Generating book of the day.
    07/30/2013 08:31:14 |  INFO | 21 | PericopeHomePageItemProvider | (Timed) Generating pericopes.
    07/30/2013 08:31:14 |  INFO | 22 | WelcomeHomePageItemProvider | (Timed) Generating welcome.
    07/30/2013 08:31:14 |  INFO | 22 | WelcomeHomePageItemProvider | (0ms) Generating welcome.
    07/30/2013 08:31:14 |  INFO | 22 | ExcerptHomePageItemProvider | (Timed) Generating excerpts.
    07/30/2013 08:31:14 |  INFO | 22 | ExcerptHomePageItemProvider | 0 excerpts have been previously used.
    07/30/2013 08:31:14 |  INFO | 22 | ExcerptHomePageItemProvider | (0ms) Generating excerpts.
    07/30/2013 08:31:14 |  INFO | 22 | DailyDevotionalHomePageItemProvider | (Timed) Generating daily devotionals.
    07/30/2013 08:31:14 |  INFO | 17 | MediaHomePageItemProvider | (Timed) GetRandomMediaFromResource
    07/30/2013 08:31:14 |  INFO | 23 | UpdatedResourcesHomePageItemProvider | (Timed) Generating updated resources list.
    07/30/2013 08:31:14 |  INFO | 23 | UpdatedResourcesHomePageItemProvider | Looking for updates installed after 2013-07-25T08:31:14+00:00
    07/30/2013 08:31:15 |  INFO | 23 | UpdatedResourcesHomePageItemProvider | (31ms) Generating updated resources list.
    07/30/2013 08:31:15 |  INFO | 17 | MediaHomePageItemProvider | (872ms) GetRandomMediaFromResource
    07/30/2013 08:31:15 |  INFO | 17 | MediaHomePageItemProvider | (Timed) GetRandomMediaFromResource
    07/30/2013 08:31:15 |  INFO | 17 | MediaHomePageItemProvider | (402ms) GetRandomMediaFromResource
    07/30/2013 08:31:15 |  INFO | 22 | DailyDevotionalHomePageItemProvider | (1464ms) Generating daily devotionals.
    07/30/2013 08:31:15 |  INFO | 21 | PericopeHomePageItemProvider | (1617ms) Generating pericopes.
    07/30/2013 08:31:16 |  INFO | 17 | MediaHomePageItemProvider | Cached image /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/HomePage/2013-07-30_4.62.0.2681/j4fejvjt.2wh
    07/30/2013 08:31:16 |  INFO | 17 | MediaHomePageItemProvider | (Timed) GetRandomMediaFromResource
    07/30/2013 08:31:16 |  INFO | 17 | MediaHomePageItemProvider | (191ms) GetRandomMediaFromResource
    07/30/2013 08:31:16 |  INFO | 17 | MediaHomePageItemProvider | (Timed) GetRandomMediaFromResource
    07/30/2013 08:31:16 |  INFO | 17 | MediaHomePageItemProvider | (240ms) GetRandomMediaFromResource
    07/30/2013 08:31:17 |  INFO | 17 | MediaHomePageItemProvider | Cached image /Users/corey/Library/Application Support/Logos4/Data/nhkxqzmk.ek5/HomePage/2013-07-30_4.62.0.2681/o2mwbmfd.opa
    07/30/2013 08:31:17 |  INFO | 17 | MediaHomePageItemProvider | (3184ms) Generating media.
    07/30/2013 08:31:17 |  INFO | 7 | HomePageViewModel | (3189ms) Generating Items
    07/30/2013 08:31:17 |  INFO | 1 | HomePageViewModel | Committing new item and usage preferences.
    07/30/2013 08:31:17 |  INFO | 1 | HomePageViewModel | Content options now: Id=DailyDevotionals, Title=Devotionals, Enabled=True, Available=True; Id=Excerpts, Title=Excerpts, Enabled=True, Available=True; Id=http://feeds.feedburner.com/LogosBibleSoftwareBlog, Title=Logos Blog, Enabled=True, Available=False; Id=http://feeds.feedburner.com/LogosCommunityPricing, Title=Logos Community Pricing, Enabled=False, Available=False; Id=http://www.logos.com/rdf/atom10.xml, Title=Logos News, Enabled=True, Available=False; Id=http://feeds.feedburner.com/LogosPrepubs, Title=Logos Pre-Pubs, Enabled=False, Available=False; Id=https://clientservices.logos.com/messages/v1/MessageDeliveryService.svc/Messages /logos4, Title=My Logos Messages, Enabled=True, Available=False; Id=ReleaseNotes, Title=Release Notes, Enabled=True, Available=True; Id=UpdatedResources, Title=Updated Resources, Enabled=True, Available=True
    07/30/2013 08:31:17 |  INFO | 1 | HomePageViewModel | (3957ms) Generating offline home page at 2013-07-30T08:31:13Z.
    07/30/2013 08:32:18 |  INFO | 1 |  PanelViewModel | Applying panel settings for Preferences: BasicResourceProvider=All%7cTitle%3dEntire%2520Library|BibleReferenceRange=bibl e.1-87|BibleResourceProvider=Top%7cDataType%3dbible%7cResourceType%3dtext.monogr aph.bible%7cResultLimit%3d5%7cTitle%3dTop%2520Bibles|ExpandedStates=ClearDefault s%3dtrue%7cMyContentResultsViewModel%3dtrue|MorphResourceProvider=Single%7cResou rceId%3dLLS:LOGOSNA27|SearchKindName=BibleSearch|SearchMode=Standard|SelectedMor phology=lbs-morph+el|SyntaxResourceProvider=Single%7cResourceId%3dDB:SYNTAX-AFAT
    07/30/2013 08:32:19 |  INFO | 1 |  PanelViewModel | Got panel settings for History: BibleReferenceRange=bible.1-87|BibleResourceProvider=Top%7cDataType%3dbible%7cR esourceType%3dtext.monograph.bible%7cResultLimit%3d5%7cTitle%3dTop%2520Bibles|Ex pandedStates=ClearDefaults%3dtrue%7cMyContentResultsViewModel%3dtrue|MatchAllWor dForms=true|MatchCase=false|SearchKindName=BibleSearch|SearchMode=Standard
    07/30/2013 08:32:19 |  INFO | 1 | HomePageViewModel | StopMonitoringSyncChanges
    07/30/2013 08:32:41 |  INFO | 1 |  PanelViewModel | Got panel settings for Bookmark: BibleReferenceRange=bible.1-87|BibleResourceProvider=Top%7cDataType%3dbible%7cR esourceType%3dtext.monograph.bible%7cResultLimit%3d5%7cTitle%3dTop%2520Bibles|Ex pandedStates=ClearDefaults%3dtrue%7cMyContentResultsViewModel%3dtrue|MatchAllWor dForms=true|MatchCase=false|QueryText=blaze|SearchKindName=BibleSearch|SearchMod e=Standard
    07/30/2013 08:32:43 |  INFO | 1 |  PanelViewModel | Got panel settings for Preferences: BasicResourceProvider=All%7cTitle%3dEntire%2520Library|BibleReferenceRange=bibl e.1-87|BibleResourceProvider=Top%7cDataType%3dbible%7cResourceType%3dtext.monogr aph.bible%7cResultLimit%3d5%7cTitle%3dTop%2520Bibles|ExpandedStates=ClearDefault s%3dtrue%7cMyContentResultsViewModel%3dtrue|MorphResourceProvider=Single%7cResou rceId%3dLLS:LOGOSNA27|SearchKindName=BibleSearch|SearchMode=Standard|SelectedMor phology=lbs-morph+el|SyntaxResourceProvider=Single%7cResourceId%3dDB:SYNTAX-AFAT
    07/30/2013 08:35:44 |  INFO | 1 |  PanelViewModel | Got panel settings for Bookmark: BibleReferenceRange=bible.1-87|BibleResourceProvider=Top%7cDataType%3dbible%7cR esourceType%3dtext.monograph.bible%7cResultLimit%3d5%7cTitle%3dTop%2520Bibles|Ex pandedStates=ClearDefaults%3dtrue%7cMyContentResultsViewModel%3dtrue|MatchAllWor dForms=true|MatchCase=false|QueryText=flame%20inside%20|SearchKindName=BibleSear ch|SearchMode=Standard
    07/30/2013 08:35:46 |  INFO | 1 |  PanelViewModel | Got panel settings for Preferences: BasicResourceProvider=All%7cTitle%3dEntire%2520Library|BibleReferenceRange=bibl e.1-87|BibleResourceProvider=Top%7cDataType%3dbible%7cResourceType%3dtext.monogr aph.bible%7cResultLimit%3d5%7cTitle%3dTop%2520Bibles|ExpandedStates=ClearDefault s%3dtrue%7cMyContentResultsViewModel%3dtrue|MorphResourceProvider=Single%7cResou rceId%3dLLS:LOGOSNA27|SearchKindName=BibleSearch|SearchMode=Standard|SelectedMor phology=lbs-morph+el|SyntaxResourceProvider=Single%7cResourceId%3dDB:SYNTAX-AFAT
    07/30/2013 08:35:50 |  INFO | 1 |  PanelViewModel | Got panel settings for Bookmark: BibleReferenceRange=bible.1-87|BibleResourceProvider=Top%7cDataType%3dbible%7cR esourceType%3dtext.monograph.bible%7cResultLimit%3d5%7cTitle%3dTop%2520Bibles|Ex pandedStates=ClearDefaults%3dtrue%7cMyContentResultsViewModel%3dtrue|MatchAllWor dForms=true|MatchCase=false|QueryText=flame%20|SearchKindName=BibleSearch|Search Mode=Standard
    07/30/2013 08:35:52 |  INFO | 1 |  PanelViewModel | Got panel settings for Preferences: BasicResourceProvider=All%7cTitle%3dEntire%2520Library|BibleReferenceRange=bibl e.1-87|BibleResourceProvider=Top%7cDataType%3dbible%7cResourceType%3dtext.monogr aph.bible%7cResultLimit%3d5%7cTitle%3dTop%2520Bibles|ExpandedStates=ClearDefault s%3dtrue%7cMyContentResultsViewModel%3dtrue|MorphResourceProvider=Single%7cResou rceId%3dLLS:LOGOSNA27|SearchKindName=BibleSearch|SearchMode=Standard|SelectedMor phology=lbs-morph+el|SyntaxResourceProvider=Single%7cResourceId%3dDB:SYNTAX-AFAT
    07/30/2013 08:37:31 |  INFO | 1 |      AppCommand | (Timed) Executing command: Resource|Id=LLS:1.0.710|Reference=bible+esv.79.1.7
    07/30/2013 08:37:31 |  INFO | 1 | DigitalLibraryServices | (Timed) Creating favorites manager.
    07/30/2013 08:37:31 |  INFO | 1 | LocalFileDatabase | Found existing database at /Users/corey/Library/Application Support/Logos4/Documents/nhkxqzmk.ek5/FavoritesManager/favorites.db
    07/30/2013 08:37:31 |  INFO | 1 | DigitalLibraryServices | (136ms) Creating favorites manager.
    07/30/2013 08:37:31 |  INFO | 1 |  PanelViewModel | Applying panel settings for Preferences: Locator=false
    07/30/2013 08:37:31 |  INFO | 1 |  PanelViewModel | Navigating panel to: Id=LLS:1.0.710|Reference=bible+esv.79.1.7
    07/30/2013 08:37:31 |  INFO | 1 |  PanelViewModel | Applying panel settings for Bookmark: Id=LLS:1.0.710|Reference=bible+esv.79.1.7
    07/30/2013 08:37:31 |  INFO | 1 |  PanelViewModel | Got panel settings for Preferences: Locator=false
    07/30/2013 08:37:32 |  INFO | 1 |  PanelViewModel | Applying panel settings for Preferences: Locator=false|Milestone=DataType%3dbible+esv%7cResource%3dLLS:1.0.710%7cStartSe gment%3d4668534%7cVersion%3d2012-11-01T16:52:55Z|ParallelResourceSetName=allpara llelresources|Position=Article%3dESV.LU.14%7cArticleLength%3d4381%7cContext%3dqu et.’ ”%2520%250aThe%2520Cost%2520o%7cOffset%3d3076%7cOffsetInContext%3d10%7cResource %3dLLS:1.0.710%7cVersion%3d2012-11-01T16:52:55Z|Reference=bible+esv.63.14.25

Maybe you are looking for

  • Displaying current user's first and last name on a report.

    I would like to dispay the current user's name on a report. I've tried using User() and NQ_SESSION current user . These two options display the User ID (i.e. User name is Jon Smith. there ID is COMP/JSMITH. Using the two methods above the ID (COMP/JS

  • Pls Help - Reg MIRO

    Can anyone plz tell me in which table does the text (Notes tab on the invoice header) gets saved in MIR4.  If I hit F1..on the text editor it does not take me anywhere..... We want to display what ever typed on on the notes tab (MIR4) to output form.

  • No 5.1 surround in some HD rentals?

    After upgrading my Apple TV firmware yesterday, I decided to christen it by renting one of the available HD titles. I chose "2010: The Year We Make Contact" in HD for the heck of it - perhaps in part as a personal tribute to the late Roy Scheider Eve

  • Iterate through RowSet within radio buttonButtonGroup

    Hi, I am trying to iterate through a RowSet within a radioButtonGroup to dynamically generate a radiobutton group. I tried the repeater function, looks like it won't work. Any example code is appreciated. Thanks! Zhenhao

  • Videos play too fast on ipad - sounds like super high speed mini mouse

    We just bought the ipad and when we play videos on vimeo or youtube they play at an ultra high speed like the fps is messed up - it sounds like a record being played too fast Is this our ipad or a setting - we are worried because we do not see the pr