Word merge from Access 2010

Hi, I want to be able to set the mail merge data source and get 'Object variable or With block variable not set in procedure...' at this line
With wordDocument
.MailMerge.OpenDataSource _
Name:=gDbapp.Name, _
ConfirmConversions:=False, ReadOnly:=False, LinkToSource:=True, _
AddToRecentFiles:=False, PasswordDocument:="", PasswordTemplate:="", _
WritePasswordDocument:="", WritePasswordTemplate:="", Revert:=False, _
Format:=wdOpenFormatAuto, _
connection:=connectionString, _
SQLStatement:="SELECT * FROM 'qWordMergeDataSource' WHERE wmdsPrintId='" & sessionID & "'", _
SQLStatement1:="", SubType:=wdMergeSubTypeAccess
I have recorded a macro in Word to do this and the code snippet above is taken from this.
Do you have any suggestions or recommendation to resolve this issue?
Many thanks,
Jonathan
Jonathan

Hi, sorry about the delay in responding.
I should mention that the template is typically only opened from Access.
When I use the Immediate window to examine the parts of the connection string and document properties, valid values are printed.
I'm wondering whether part of the issue is that the connection string is limited to 255 characters. I have been adjusting the connection string to test whether a different combination makes any difference. No joy.
connectionString = "Provider=Microsoft.ACE.OLEDB.12.0;" & _
"User ID=Admin;" & _
"Data Source=" & gDbapp.Name & ";" & _
"Mode=Read;" & _
"Jet OLEDB:Engine Type=6;" & _
"Jet OLEDB:Database Locking Mode=1;" & _
"Jet OLEDB:Global Partial Bulk Ops=2;" & _
"Jet OLEDB:Global Bulk Transactions=1;" ' & _
"Jet OLEDB:Support Complex Data=False;" & _
' "Extended Properties=" & Chr(34) & Chr(34) & ";" & _
' "Jet OLEDB:Create System Database=False;" & _
' "Jet OLEDB:SFP=False;" & _
' "Jet OLEDB:System database=" & Chr(34) & Chr(34) & ";" & _
' "Jet OLEDB:Registry Path=" & Chr(34) & Chr(34) & ";" & _
' "Jet OLEDB:New Database Password=" & Chr(34) & Chr(34) & ";" & _
' "Jet OLEDB:Encrypt Database=False;" & _
' "Jet OLEDB:Don't Copy Locale on Compact=False;" & _
' "Jet OLEDB:Compact Without Replica Repair=False;" & _
' "Jet OLEDB:Bypass UserInfo Validation=False"
Actually when changing the combination of connection string arguments I get the following error
I am wondering whether this is the inner error? That is, I am running the access application that this template is wanting to use as a data source and the database is running in exclusive mode. I have tried 0 and 1 for the setting of
Jet OLEDB:Database Locking Mode=1;
But changing the setting to 0 does not change the outcome. Could running is exclusive mode be the cause and is there a workaround?
Many thanks,
Jonathan
Jonathan

Similar Messages

  • Can I Modify .MDB VBA From Access 2010?

    Hello:
    Currently, I am using Access 2010 and 2013.  One of my clients is still using an mdb file created by Access 2003.  They don't want me to upgrade to .accdb, but want me to modify the VBA code.
    Prior to today, I had a version of Access 2003, but that is no longer available to me.  Can I successfully make VBA changes to an Access 2003 .mdb file from Access 2010 with the same reliability I could expect if making them from native Access 2003...
    and still leave the file as an .mdb?
    Thanks,
    Rich Locus, Logicwurks, LLC
    http://www.logicwurks.com

    In general: yes. The only gotcha is that your version of Access may update the references to non-standard code libraries. The client will then have to remove those references and set the appropriate ones for their system.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • How to switch of messages from Microsoft outlook taht i get when updating outlook calendar from Access 2010

    Hi.
    I want to avoid irritating messages from Microsoft outlook when I am sending invitations to a meeting from Access 2010 into outlook.
    We are running a CRM application on a terminal server.
    I get theese messages:  "A program is trying to automatically send e-mail on your behalf. Do you want to allow this..."
    A program is trying to access mail adresses you have stored in outlook". Do you want to allow this..."
    How can I avoid theese messages? They are irritating for our useres.
    I hope anyone have a solution to this problem?

    Hi,
    How did you send invitations to a meeting from Access 2010 into outlook?
    These security warnings appear when a program attempts to access your contact information in the Outlook Address Book, or attempts to send email on your behalf. Please refer to the following article and try the resolution
    described to check the result.
    http://office.microsoft.com/en-in/outlook-help/i-get-warnings-about-a-program-accessing-email-address-information-or-sending-email-on-my-behalf-HA010355062.aspx?CTT=1
    Hope this helps.
    Regards,
    Steve Fan
    TechNet Community Support

  • Update outlook calendar from access 2010 database

    When I registrate an appointment in hour access 2010 database, I want to create an apointment in the outlook calendar. Is that possible? I tried to link to the outlook calendar from Access 2010, but the appointment date does not show, and therefore
    I can't use this method!
    My next question: Is it also possible to registrate an appointment in the outlook calendar and update the calendar in my access 2010 database.
    I hope somone can help me with my questions

    Hi,
    We can use VB script to do this, please refer to the following KB article:
    https://support.microsoft.com/kb/209963/en-us
    Also have a look at this article:
    http://gainingaccess.net/Articles/AccessToOutlookCalendar.aspx
    Since this issue is more related to coding, better to post your question to MSDN forum to get further assistance:
    https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=outlookdev
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us.
    Thank you for your understanding.
    Regards,
    Steve Fan
    TechNet Community Support

  • Word 2010 lookup fields from Access 2010

    Hello,
    I am trying to set up a Word document that I can have columns or fields that can be looked up and get information from Access data base. For example, names, addresses, telephone, email and so on. I am using the Office 2010 suite.
    I would appricite if somone could give me some information about this or point me to the right direction.
    Best Regards
    Olafursv
    Icelandic DBA admin

    Hi,
    That requires some exercise. This 'old' sample code might get you started. Remember it points to earlier versions so you have to set the right libraries:
    http://www.helenfeddema.com/Code%20Samples.htm
    Number 25 on the list contains a download you can use to get started.
    Maurice
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer. Thank You

  • Duplicate a Shape in Word 2013 from Access 2013 error

    Error occurs on With oshp.duplicate  line.  From Access 2013 vba need to duplicate a shape in a Word 2013 document. 
    In a simple test document the With oshp.duplicate line works.  In the actual document that has been working fine using Office 2010 it causes an error on that line.
    Public Function SpecialTable_testDup()
    Dim shp As Word.Shape
    Dim oshp As Word.Shape
    Dim oshpRng As Word.shaperange
    Dim oshpcopy As Word.Shape
    Dim shpnum As Long
    Dim shptop As Long
    Dim shpleft As Long
    Dim shpID As Integer
    Dim i As Integer
    Dim ShapeIndex As Integer
    Dim mydoc As Word.Document
    Set mydoc = ActiveDocument
    mydoc.Activate
    'activate for good measure
    i = 1
    For Each shp In mydoc.Shapes           'kk
        If shp.Title = "chtGeoPieQ" Or shp.Title = "chtSegPiesQ" Then
            ShapeIndex = i
            shptop = shp.top
            shpleft = 0
            shpnum = shp.ID
            Debug.Print "mydoc.Shapes(i).ID = " & mydoc.Shapes(i).ID
            Exit For
        End If
        i = i + 1
    Next shp
    Set oshp = mydoc.Shapes(ShapeIndex)
        With oshp
            .top = shptop
            .Left = shpleft
            shpID = oshp.ID
            Debug.Print "oshp.name = " & oshp.name
       End With
    With oshp.Duplicate        'ERROR
        .name = "newshape1"
        .top = 200
        .Left = 100
        Debug.Print "mydoc.Shapes(newshape1).ID  = " & mydoc.Shapes("newshape1").ID
    End With
    End Function
    Kim Khan

    Error occurs on
    With oshp.duplicate  line.  From Access 2013 vba need to duplicate a (pie chart) shape in a Word 2013 document.  Also I
    tried  Set oshpcopy = oshp.Duplicate line and received the same error that crashes Word 2013.
    Run-time error -2147023170.  Automation error.  The remote procedure call failed.
    Can I send the Word 2013 file via email to you?  Are there any none bugs regarding the duplicate command in Office 2013?
    Code starts:___________________________________
    Public Function testDup()
    Dim shp As Word.Shape
    Dim oshp As Word.Shape
    Dim oshpRng As Word.shaperange
    Dim oshpcopy As Word.Shape
    Dim shpnum As Long
    Dim shptop As Long
    Dim shpleft As Long
    Dim shpID As Integer
    Dim i As Integer
    Dim ShapeIndex As Integer
    Dim mydoc As Word.Document
    Set mydoc = ActiveDocument
    mydoc.Activate
     'activate for good measure
    ShapeIndex = 1
    i = 1
    For Each shp In mydoc.Shapes
    If shp.Title = "chtPieA" Or shp.Title = "chtPieB" Then
    ShapeIndex = i
    shptop = shp.top
    shpleft = 0
    shpnum = shp.ID
    Debug.Print "mydoc.Shapes(i).ID = " & mydoc.Shapes(i).ID
    Exit For
    End If
    i = i + 1
    Next shp
    Set oshp = mydoc.Shapes(ShapeIndex)
    With oshp
    .top = shptop
    .Left = shpleft
    shpID = oshp.ID
    Debug.Print "oshp.name = " & oshp.name
    End With
    Set oshpcopy = oshp.Duplicate 'error
    With oshpcopy
    .name = "newshape2"
    .top = 200
    .Left = 100
    Debug.Print "mydoc.Shapes(newshape1).ID = " & mydoc.Shapes("newshape1").ID
    End With
    With oshp.Duplicate 'ERROR
    .name = "newshape1"
    .top = 200
    .Left = 100
    Debug.Print "mydoc.Shapes(newshape1).ID = " & mydoc.Shapes("newshape1").ID
    End With
    Set oshp = Nothing
    Set oshpcopy = Nothing
    End Function
    Code ends:___________________________________
    Kim Khan

  • ODBC from Access 2010 - where have my exported tables gone?

    Story so far:
    Environment Windows 8.1 Office 2013 both 64 bit
    Got an Access 2010 DB which is too big (1.8GB), so I want to do an SQL Express back end and an Access front end.
    I install SQL 2012 Express on my local system CCW8.
    I create a DB in SQL Management Studio (called OUS). In Access 2013 I create an ODBC datasource (it does not ask for 32 or 64 bit) called CCW8\OUS
    I can export tables to this daatsource
    I delete the local tables in Access.
    I attach the dbo.TABLENAME SQL tables
    My data is visible.
    But I need to find these tables in SQL Management Studio to do the database diagrams. I can't find them
    My OUS database exists but has no tables.
    After a reboot, the datasource is no longer visible in ODBC datasouces (32 or 64 bit) but the Access DB can still "see" some data
    Can someone point me to a reference?
    Also should I stop using Access as a front end - it's easy for users coming from Excel and Office VBA?
    CarolChi

    Hello,
    It seems that Access data export to ODBC data source is failed.
    Did you try to export Access data into SQL Server database with another methods? For example, using SQL Server Migration Assistant for Access or SQL Server Import and Export Wizard from SQL Server Management Studio?
    In order to use Access as front end for a SQL Server database, you can build a OBDC connection to your SQL Server database and create linked table in Access.
    Reference:http://office.microsoft.com/en-in/access-help/link-to-sql-server-data-HA102809758.aspx
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click
    here.
    Fanny Liu
    TechNet Community Support

  • Working offline with data from Access 2010 web database

    Hello all,
    I have an Access 2010 web database that I have published to a SharePoint site. Users currently work with the data via one of several Access 2010 front end applications that simply have linked tables and client queires, forms and reports. On a couple
    of occasions, we have had issues with our SharePoint site that have left users unable to access the data. A couple of times it was due to our site collection suddenly and inexplicably becoming read only and the last time (while I was on vacation, of course)
    due to some license changes my folks were unable to access the site.
    I'm getting ready to go on vacation again. What i would like to do is have a sort of emergency back up plan should things go awry again while I'm gone.
    What I envision is a back up database that has actual data tables, rather than simply linked lists, that I can sync with my SharePoint lists on a regular basis. That way, should the SharePoint lists become inaccessible, users could continue to work with
    the data offline and any changes can be synced once a connection is restored.
    I have read through
    this article, but in each scenario I was unable to actually open tables to work with the data once offline. Is this a situation where I should simply have folks work offline with a local copy containing all of the data and then republish? Or, is there
    a way to simply sync? Any thoughts or suggestions would be appreciated. I'm really hoping to leave my laptop at home on this next trip.
    Thanks,
    Greg

    Hi,
    I am trying to involve someone familiar with this topic to further look at this issue.  There might be some time delay, appreciate your patience.
    Thanks
    Daniel Yang
    TechNet Community Support

  • Labels in word merged from appleworks

    I can not do a fucntion that I have done many times before. After opening Data scource I get a screen for data convert. I use to get a set up screen. Then set up label and merged. Any help out there?

    As far as I know we where never allowed to merge datas from Word in AppleWorks.
    First thing to do is to import your Word datas in an AppleWorks database.
    Yvan KOENIG (from FRANCE samedi 27 juin 2009 10:43:29)

  • Query Timeout on stored procedure executed from Access 2010

    I am trying to delete old jobs from a SQL 2008 R2 database. I created a stored procedure on the server that deletes all Jobs over 1 year old. The delete can take several minutes to run as it deletes record on several related tables. I am getting a error
    "2147217871 - [Microsoft][ODBC SQL Server Driver]Query timeout expired". The query runs fine on the Server. I have tried setting Client timeout to 300 sec but it times out way before 5 min. I am not sure what else I
    can do to fix this problem. I am hoping someone has seen this and figured out a fix.
    Here is there code
    Public Sub Cleanup_Database()
    On Error GoTo CleanUp_Err
        Dim cmd As ADODB.Command
        Set cmd = New ADODB.Command
        ODBC_conn = "ODBC;Description=testbox2;DRIVER=SQL Server;" & _
                    "SERVER=O2GMSAPPTEST\SQL122DEVL;Trusted_Connection=Yes;" & _
                    "APP=Microsoft Office 2010;DATABASE=IMB_TraceData;StatsLog_On=Yes"
        cmd.ActiveConnection = ODBC_conn
        cmd.CommandType = adCmdStoredProc
        cmd.CommandText = "DataBase_Cleanup"
        cmd.Execute
    CleanUp_Err:
        Dim i As Long
        Dim str As String
        str = ""
        For i = 0 To Errors.Count - 1
            str = str & Errors(i).Number & "-" & Errors(i).Description & " " & vbNewLine
        Next i
        If str = "" Then
            str = Err.Number & " - " & Err.Description
        End If
        MsgBox str, , "Trace Update"
    End Sub
      

    You didn't say how you were setting the client timeout, but this has worked for me in an adp.
    'Temporarily increase query timeout, which is an application-wide setting
    'CurrentProject.Connection.CommandTimeout = 60 'Too late to change this setting- no effect
    Const cstrTimeoutOptionName As String = "OLE/DDE Timeout (Sec)"
    Const clngTimeoutSecondsForQuery As Long = 300
    strQueryTimeOutOriginal = Application.GetOption(OptionName:=cstrTimeoutOptionName)
    Application.SetOption cstrTimeoutOptionName, CStr(clngTimeoutSecondsForQuery)
    Paul

  • Creating bookmarks from access(VBA)

    Hi all,
    Im creating a number of bookmarks from access 2010 via VBA. And it works fine except that the acrobat.exe file still remains in process permanently. Ive found that it is this line bookmarkList = bookmarkRoot.children which causes the acrobat.exe to stay in memory. I hope im missing something fundamental here.If i remove that line, acrobat.exe closes correctly and disappears from the proccess. Ive tried bookmarklist = null(long shot) and Set bookmarkList = Nothing without success. Im hoping someone can guide me in the right direction here Im using acrobat pro X. Can anyone replicate this issue or better yet know how to fix it?
    dim bookmarkList as variant
    dim objAdobe As Object
    dim avDoc As Object
    dim PDDoc As Object
    dim PDPage As Object
    dim JSO As Object
    dimBookMarkRoot As Object
    Set objAdobe = CreateObject("AcroExch.App")
    Set PDDoc = CreateObject("AcroExch.pdDoc")
    Set avDoc = CreateObject("AcroExch.avDoc")
    pdDoc.open("C:\xxxxx \test.pdf") 'it has one page in it
    Set JSO = PDDoc.GetJSObject
    Set BookMarkRoot = JSO.BookMarkRoot
    BookMarkRoot.createChild "TEST", "", 0
    bookmarkList = bookmarkRoot.children'causes acrobat.exe to stay open in task manager(processes), have tried set bookmarkList= Nothing and bookmarkList= null
    pdDoc.save(1,'C:\xxxx\test2.pdf')
    Set JSO = Nothing
    Set PDPage = Nothing
    Set avDoc = Nothing
    Set BookMarkRoot = Nothing
    PDDoc.Close
    objAdobe.CloseAllDocs
    objAdobe.Exit
    Set PDDoc = Nothing
    Set objAdobe = Nothing
    Regards,
    Ingman

    Hi,
    Thank you for your reply. Im not sure if i understand you correctly. if i want to loop a level of bookmarks. should i not use the .children? just to clarify, above code is just an exemple ive stripped in order to make replication of My case easier. I create about 500 bookmarks in a hierarcy structure depending on the data. So after i create a bookmark i retrieve it from the .children since i need it to create new children. Are There Any other way that i have missed doing this?

  • Mail Merge from Microsoft Word 2010 to "Individual" PDF documents.

    Hi Adobe brothers and sisters,
    I need help with this one.
    I'm Mail Merging over 300 letters and each letter has seven pages. What I'm currently doing is mail merging from Excel to Word then printing it into a single PDF document. Once printed, I select each seven pages and then reprinting in PDF with the name its intended for? This is very time consuming and hoping there is an easier way.
    Is there a way to save each individual PDF documents (each letter) and have them labeled by a specific name listed on the letter intended for (eg: surname) without going through this lengthy process.
    Regards,

    I've developed a tool that will allow you to extract each group of 7 pages
    into a single file with just a few clicks. See:
    http://try67.blogspot.com/2012/01/acrobat-extract-groups-of-pages.html
    However, the file names of the generated files will be generic. If you want
    to use some text from the pages themselves in the file names, that might be
    possible, but would require a more complex script. Contact me personally to
    discuss it further.

  • Unable to read data in Excel 2010/2013 from encrypted Access 2010/2013 database

    A customer has an Access database (.accdb), which was encrypted/given a database password in Access 2013. It should be possible to read that data from Excel 2010/2013, but when clicking on Data-->From Access
    and the correct path is put in and the correct database password has been entered, Excel just keeps prompting for the database password. This happens with both Excel 2010 and 2013.
    The database password supplied is correct as evidenced by opening the database in Access 2013 using the same database password.
    A colleague in a separate company has found that a separate .accdb file he has recently encrypted also has the same problem as above, yet a .accdb file encrypted ages ago
    is readable from Excel.
    How do I get Excel 2010/2013 to read the data from the encrypted .accdb file, please?

    Since Access 2010 the encryption algorithm has changed:
    Source
    Follow the next steps to apply an encryption method that will allow you to (programmatically) connect to the database:
    1. Decrypt the database
    2. Change the encryption method:
        - In Access Options select 'Client Settings'
        - Scroll down to section 'Advanced'
        - 'Encryption Method': select option 'Use legacy encryption (..'
        - Click 'OK'
    3. Encrypt the database
    Hope this helps.
    Emiel Nijhuis

  • Access is Denied -- Site Upgrade Upgrade from Foundation 2010 to Foundation 2013

    I'm trying to do a Site Upgrade from Foundation 2010 to 2013 and I keep getting Access Denied during the site upgrade process
    This is the error I keep seeing:
    Inner Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    Here is the log file.
    "02/28/2014 10:23:02.36 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebWssSequence ajyxw DEBUG [Navision] NeedsUpgrade = true, SchemaVersion = 4.0.25.0, TargetSchemaVersion = 15.0.30.0. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.36 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxmv DEBUG NeedsUpgrade [Navision] true because of upgrader [Microsoft.SharePoint.Upgrade.SPWebWssSequence] 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.36 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxmx DEBUG NeedsUpgrade [Navision] returned: True. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.36 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxn3 DEBUG Disposing Navision. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.36 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxni DEBUG Upgrading [Navision]. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.36 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebWssSequence ajywv DEBUG Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.36 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebWssSequence2 ajy8z DEBUG Begin upgrade of SPWeb scoped features. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1p DEBUG Template upgrade: Skipped upgrade WebTemplate XML for template 'STS#0' at: 'C:\Program Files\Common Files\Microsoft
    Shared\Web Server Extensions\15\CONFIG\Upgrade\WssUpgrade.xml'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1t DEBUG Template upgrade:   Upgrade XML: <WebTemplate ID="1" LocaleId="*" FromProductVersion="4"
    BeginFromSchemaVersion="0" EndFromSchemaVersion="2" ToSchemaVersion="3" /> 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1q DEBUG Template upgrade:   FromProductVersion '4' does not match current database version '3' for template 'STS#0'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1p DEBUG Template upgrade: Skipped upgrade WebTemplate XML for template 'STS#0' at: 'C:\Program Files\Common Files\Microsoft
    Shared\Web Server Extensions\15\CONFIG\Upgrade\WssUpgradeB2B.xml'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1t DEBUG Template upgrade:   Upgrade XML: <WebTemplate ID="1" LocaleId="*" FromProductVersion="4"
    BeginFromSchemaVersion="0" EndFromSchemaVersion="2" ToSchemaVersion="3" /> 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1q DEBUG Template upgrade:   FromProductVersion '4' does not match current database version '3' for template 'STS#0'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebTemplateSequenceForWeb ajy7f INFO Template STS#0: Web template upgrade for web/site [I deleted URL]6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebTemplateSequenceForWeb ajyw2 DEBUG SPRequest Objects=0 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebTemplateSequenceForWeb ajyw2 DEBUG SQL Query Count=0 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebTemplateSequenceForWeb ajyw2 DEBUG Execution Time=0.438254023905273 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebWssSequence ajyxl INFO [Navision] IsBackwardsCompatible = False, CurrentVersion = 4.0.25.0, BackwardsCompatibleSchemaVersion = 15.0.30.0, TargetSchemaVersion
    = 15.0.30.0. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxn1 DEBUG UPGRADE PROGRESS: current object = [Navision], current sequence = [SPWebWssSequence], action 1 out of total 14 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxn2 DEBUG UPGRADE PERCENTAGE: 5.21488095% done, Total Elapsed Time 00:00:08.8762641. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywc DEBUG Begin Initialize() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywd DEBUG End Initialize() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywe INFO Provision new master pages for O15 onto all webs and perform Visual Upgrade. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.37 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywf DEBUG Begin Upgrade() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:02.42 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajyqo INFO Modifying UIVersion field choices on the master page gallery in site: navision  Site Url: [I
    deleted URL]6052f9bdc7c9
    02/28/2014 10:23:03.65 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajyqp INFO Provisioning seattle master page in site: navision  Site Url: [I deleted URL]6052f9bdc7c9
    02/28/2014 10:23:04.15 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUtility ajy0k INFO Master page 'seattle.master' already exists in the master page gallery, so there is no need to provision it. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:04.15 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajyqq INFO Updating masterpage in site: navision  Site Url: [I deleted URL]6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebWssSequence ajywk ERROR Action 15.0.3.0 of Microsoft.SharePoint.Upgrade.SPWebWssSequence failed. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebWssSequence ajywk ERROR Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebWssSequence ajywk ERROR    at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)    
    at Microsoft.SharePoint.Library.SPRequest.OpenWeb(String bstrUrl, String& pbstrServerRelativeUrl, String& pbstrTitle, String& pbstrDescription, String& pbstrTitleResourceId, String& pbstrDescriptionResourceId, Guid& pguidID, DateTime&
    pdtTimeCreated, String& pbstrRequestAccessEmail, UInt32& pwebVersion, Guid& pguidScopeId, UInt32& pnAuthorID, UInt32& pnLanguage, UInt32& pnLocale, UInt16& pnTimeZone, Boolean& bTime24, Int16& pnCollation, UInt32& pnCollationLCID,
    Int16& pnCalendarType, Int16& pnAdjustHijriDays, Int16& pnAltCalendarType, Boolean& pbShowWeeks, Int16& pnFirstWeekOfYear, UInt32& pnFirstDayOfWeek, Int16& pnWorkDays, Int16& pnWorkDayStartHour, Int16& pnWorkDayEndHour,
    Int16& pnMeetingCount, Int32& plFlags, Boolean& bConnectedToPortal, String& pbstrPortalUrl, String& pbstrPortalName, Int32& plWebTemplateId, Int16& pnProvisionConfig, String& pbstrDefaultTheme, String& pbstrDefaultThemeCSSUrl,
    String& pbstrThemedCssFolderUrl, String& pbstrAlternateCSSUrl, String& pbstrCustomizedCssFileList, String& pbstrCustomJSUrl, String& pbstrAlternateHeaderUrl, String& pbstrMasterUrl, String& pbstrCustomMasterUrl, String& pbstrSiteLogoUrl,
    String& pbstrSiteLogoDescription, Object& pvarUser, Boolean& pvarIsAuditor, UInt64& ppermMask, Boolean& bUserIsSiteAdmin, Boolean& bHasUniquePerm, Guid& pguidUserInfoListID, Guid& pguidUniqueNavParent, Int32& plSiteFlags,
    DateTime& pdtLastContentChange, DateTime& pdtLastSecurityChange, String& pbstrWelcomePage, Boolean& pbOverwriteMUICultures, Boolean& pbMUIEnabled, String& pbstrAlternateMUICultures, Int32& plSiteSchemaMajorVersion, Int32& plSiteSchemaMinorVersion,
    Int32& plSiteSchemaBuildVersion, Int32& plSiteSchemaRevisionVersion, Int32& puiVersion, Int16& pnClientTag, Boolean& pfIsEvalSite, Guid& pgSourceSiteId, DateTime& pdtExpirationDate, Guid& pgEvalSiteId, Guid& pguidAppProductId,
    String& pbstrRemoteAppUrl, String& pbstrOAuthAppId, String& pbstrAppDatabaseName, Guid& pgAppDatabaseServerReferenceId, String& pbstrAppDatabaseTargetApplicationId, String& pbstrAppWebDomainId, Int32& plUpgradeFlags, DateTime&
    pdtReminderDate, UInt64& pmaskDeny)     at Microsoft.SharePoint.SPWeb.InitWeb()     at Microsoft.SharePoint.SPWeb.get_Title()     at Microsoft.SharePoint.SPSite.OpenWeb(Guid gWebId, Int32 mondoHint)    
    at Microsoft.SharePoint.SPWeb.<ClearMasterCssCaches>b__0()     at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass5.<RunWithElevatedPrivileges>b__3()     at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated
    secureCode)     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode)    
    at Microsoft.SharePoint.SPWeb.Update()     at Microsoft.SharePoint.Upgrade.VisualUpgradeAction15.Upgrade()     at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywl DEBUG Begin Rollback() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywm DEBUG End Rollback() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywp DEBUG Begin Dispose() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywq DEBUG End Dispose() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywr DEBUG SPRequest Objects=6 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywr DEBUG SQL Query Count=17 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade VisualUpgradeAction15 (15.0.3.0) ajywr DEBUG Execution Time=4867.40689109929 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxnk ERROR Upgrade [Navision] failed. Microsoft.SharePoint.Upgrade.SPWebWssSequence has the ContinueOnFailiure bit set. Moving
    on to the next object in sequence. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxnk ERROR Inner Exception: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxnk ERROR    at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException ex)    
    at Microsoft.SharePoint.Library.SPRequest.OpenWeb(String bstrUrl, String& pbstrServerRelativeUrl, String& pbstrTitle, String& pbstrDescription, String& pbstrTitleResourceId, String& pbstrDescriptionResourceId, Guid& pguidID, DateTime&
    pdtTimeCreated, String& pbstrRequestAccessEmail, UInt32& pwebVersion, Guid& pguidScopeId, UInt32& pnAuthorID, UInt32& pnLanguage, UInt32& pnLocale, UInt16& pnTimeZone, Boolean& bTime24, Int16& pnCollation, UInt32& pnCollationLCID,
    Int16& pnCalendarType, Int16& pnAdjustHijriDays, Int16& pnAltCalendarType, Boolean& pbShowWeeks, Int16& pnFirstWeekOfYear, UInt32& pnFirstDayOfWeek, Int16& pnWorkDays, Int16& pnWorkDayStartHour, Int16& pnWorkDayEndHour,
    Int16& pnMeetingCount, Int32& plFlags, Boolean& bConnectedToPortal, String& pbstrPortalUrl, String& pbstrPortalName, Int32& plWebTemplateId, Int16& pnProvisionConfig, String& pbstrDefaultTheme, String& pbstrDefaultThemeCSSUrl,
    String& pbstrThemedCssFolderUrl, String& pbstrAlternateCSSUrl, String& pbstrCustomizedCssFileList, String& pbstrCustomJSUrl, String& pbstrAlternateHeaderUrl, String& pbstrMasterUrl, String& pbstrCustomMasterUrl, String& pbstrSiteLogoUrl,
    String& pbstrSiteLogoDescription, Object& pvarUser, Boolean& pvarIsAuditor, UInt64& ppermMask, Boolean& bUserIsSiteAdmin, Boolean& bHasUniquePerm, Guid& pguidUserInfoListID, Guid& pguidUniqueNavParent, Int32& plSiteFlags,
    DateTime& pdtLastContentChange, DateTime& pdtLastSecurityChange, String& pbstrWelcomePage, Boolean& pbOverwriteMUICultures, Boolean& pbMUIEnabled, String& pbstrAlternateMUICultures, Int32& plSiteSchemaMajorVersion, Int32& plSiteSchemaMinorVersion,
    Int32& plSiteSchemaBuildVersion, Int32& plSiteSchemaRevisionVersion, Int32& puiVersion, Int16& pnClientTag, Boolean& pfIsEvalSite, Guid& pgSourceSiteId, DateTime& pdtExpirationDate, Guid& pgEvalSiteId, Guid& pguidAppProductId,
    String& pbstrRemoteAppUrl, String& pbstrOAuthAppId, String& pbstrAppDatabaseName, Guid& pgAppDatabaseServerReferenceId, String& pbstrAppDatabaseTargetApplicationId, String& pbstrAppWebDomainId, Int32& plUpgradeFlags, DateTime&
    pdtReminderDate, UInt64& pmaskDeny)     at Microsoft.SharePoint.SPWeb.InitWeb()     at Microsoft.SharePoint.SPWeb.get_Title()     at Microsoft.SharePoint.SPSite.OpenWeb(Guid gWebId, Int32 mondoHint)    
    at Microsoft.SharePoint.SPWeb.<ClearMasterCssCaches>b__0()     at Microsoft.SharePoint.SPSecurity.<>c__DisplayClass5.<RunWithElevatedPrivileges>b__3()     at Microsoft.SharePoint.Utilities.SecurityContext.RunAsProcess(CodeToRunElevated
    secureCode)     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(WaitCallback secureCode, Object param)     at Microsoft.SharePoint.SPSecurity.RunWithElevatedPrivileges(CodeToRunElevated secureCode)    
    at Microsoft.SharePoint.SPWeb.Update()     at Microsoft.SharePoint.Upgrade.VisualUpgradeAction15.Upgrade()     at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade() 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxnk ERROR Exception: Action 15.0.3.0 of Microsoft.SharePoint.Upgrade.SPWebWssSequence failed. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxnk ERROR    at Microsoft.SharePoint.Upgrade.SPActionSequence.Upgrade()     at Microsoft.SharePoint.Upgrade.SPUpgradeSession.Upgrade(Object
    o, Boolean bRecurse) 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxnn DEBUG Elapsed time upgrading [Navision]: 00:00:04. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxn6 DEBUG Disposing Navision. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxp7 DEBUG Found subweb template STS#0 (lcid: 1033) for ContentDatabase WSS_Content. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxmf DEBUG CanUpgrade [Customer Service Team] returned: True. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxnh DEBUG Customer Service Team IsGrown=False IsRoot=False IsLeaf=True. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPUpgradeSiteSession ajxmf DEBUG CanUpgrade [Customer Service Team] returned: True. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebTemplateSequenceForWeb ajy68 DEBUG Loading onet.xml at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\Template\SiteTemplates\STS\xml\onet.xml 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPWebTemplateSequenceForWeb ajy7b DEBUG Template STS#0: Calculated a target template version of '15.0.0.3' with target compatibility level of '15'
    for the 'STS#0' template. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1p DEBUG Template upgrade: Skipped upgrade WebTemplate XML for template 'STS#0' at: 'C:\Program Files\Common Files\Microsoft
    Shared\Web Server Extensions\15\CONFIG\Upgrade\WssUpgrade.xml'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1t DEBUG Template upgrade:   Upgrade XML: <WebTemplate ID="1" LocaleId="*" FromProductVersion="4"
    BeginFromSchemaVersion="0" EndFromSchemaVersion="2" ToSchemaVersion="3" /> 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1q DEBUG Template upgrade:   FromProductVersion '4' does not match current database version '3' for template 'STS#0'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1p DEBUG Template upgrade: Skipped upgrade WebTemplate XML for template 'STS#0' at: 'C:\Program Files\Common Files\Microsoft
    Shared\Web Server Extensions\15\CONFIG\Upgrade\WssUpgradeB2B.xml'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1t DEBUG Template upgrade:   Upgrade XML: <WebTemplate ID="1" LocaleId="*" FromProductVersion="4"
    BeginFromSchemaVersion="0" EndFromSchemaVersion="2" ToSchemaVersion="3" /> 42b4789c-6c14-203b-54a5-6052f9bdc7c9
    02/28/2014 10:23:07.24 OWSTIMER (0x0678) 0x0A50 SharePoint Foundation Upgrade SPXmlConfiguration ajy1q DEBUG Template upgrade:   FromProductVersion '4' does not match current database version '3' for template 'STS#0'. 42b4789c-6c14-203b-54a5-6052f9bdc7c9"

    do you have the any no access / locked sites in that database and also any site which exceed its quota.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • I have converted a pdf to word. How can I access the Word file from my online account?

    I have converted a pdf to word. How can I access the Word file from my online account? When it says 'download the converted file' I choose a location on my PC and click, but nothing happens. It seems that it can only save the converted file to my online account. I went to my online account but I see no way to look for the file

    Hey Fabrizio,
    You might need to sign up at "https://cloud.acrobat.com/exportpdf" using your Adobe ID credentials to convert your PDF file to Word.
    Do you get the 'download' prompt?
    Also, you can find the converted files by clicking at the 'Files' tab. 
    Please try the same using a different browser and check.
    Hope to hear from you.
    Regards,
    Anubha

Maybe you are looking for

  • Windows 7, file properties - Is "date accessed" ALWAYS 100% accurate?

    Hello, Here's the situation: I went on vacation for a couple of weeks, but before I left, I took the harddrive out of my computer and hid it in a different location. Upon coming back on Monday (January 10, 2011) and putting the harddrive back in my c

  • I can't save my changes in the Editor.

    When I make my changes in the editor then click commit, the screen goes blank and a colored box show up in the background layer. I have used this program for years and this has never occurred. I am not able to save my editing.

  • Can a iphone 5 be screen connected to a macbook pro

    i want to use the screen of mack with my iphone

  • Can i delegate more than 1object

    hi , im working on Document management systems.i have created ZDRAW1 by copying the standard DRAW object. i have delegated the standard DRAW to my  ZDRAW1. the workflow is working. now i got another scenario to create new workflow. shall i have to cr

  • Commands crystal 2008

    i am using a UNION query in a command prompt, and i receive the following error how do i fix this? ALL UNION, INTERSECT OR EXCEPT QUERIES MUST HAVE EQUAL NUMBER OF EXPRESSIONS ON THEIR TARGET LISTS. select wc_name, complete_date, part_number, lot_nam