Adding information from a Repeating Section to a Repeating Table - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

Adding information from a Repeating Section to a Repeating Table

Last post 05-08-2014 10:03 AM by Hilary Stoupa. 8 replies.
Page 1 of 1 (9 items)
Sort Posts: Previous Next
  • 02-19-2014 10:49 AM

    Adding information from a Repeating Section to a Repeating Table

    I've read through the threads that are similar to this, but still didn't come away with a clear answer on what to do.  

    Purpose of Form:
    User needs to be able to browse marketing materials in a repeating section, select multiple items, and then be able to customize the information for each one before submiting their order...so it's shopping.

    Setup of Form:

    • This is a Web-enabled form using InfoPath 2010.
    • A SharePoint 2010 asset library is kept by the marketing department as a product catalog.
    • A data connection to this library is used to display the images and details of these products (title, description, business line, brand, etc) in a Repeating section in the form, there are some rules based on drop downs that mimic filtering by hiding/showing sections.

    So how do I get the user's choices from the SharePoint library/repeating section into an InfoPath repeating table?

    I was trying to find a way that the user could push a button in the repeating section to add the current item to a new row in the repeating table. This new group would hold the Title, quantity, and collect imprint information. But I can only figure out how to do that for the FIRST item selected. We want them to be able to complete the ordering process for all selected items at once, rather than doing them one at a time.

    Is there a way to do this? I am open to other options for accomplishing the same thing.


     

  • 02-20-2014 08:23 AM In reply to

    Re: Adding information from a Repeating Section to a Repeating Table

    Hi MeganG,

    There is an MSDN link which discusses how to copy secondary data to your main data source using code. Or you may want to check qRules if you wish for a codeless approach. Hoe this helps.

    Don Stephen Lambatin / Support Engineer
    Qdabra Software
  • 03-04-2014 08:55 AM In reply to

    Re: Adding information from a Repeating Section to a Repeating Table

    So with Qrules I can see how you can copy the entire table to the new table. Any advice on how to specify specific rows to get copied and inserted?

    Filed under:
  • 03-04-2014 11:01 PM In reply to

    Re: Adding information from a Repeating Section to a Repeating Table

    If you are dealing with a few rows, you can use hide/show conditions, but if you are dealing with hundreds of rows, the best way is to filter your query. If you are using SharePoint, you can easliy filter the query fields and re-query your data connections. Filtering data from a server such as SQL might be a bit complex, so I would suggest trying out Qdabra's DBXL web service and build queries using the Report Builder tool. After specifying data and querying, you can then copy the table from the secondary data source to your main table.

    I am attaching a sample form which uses a copy row logic by specifying the row ID. The only problem with this form is that the target table will have blank rows hidden (you'll see these rows if you check the default values under the data tab).

    You may need to use code for inserting multiple rows. But If you decide to try qRules, you may want to check the Insert command for a codeless approach.I could also help you get started anytime when able. Hope this helps. 

    Don Stephen Lambatin / Support Engineer
    Qdabra Software
  • 03-06-2014 12:53 AM In reply to

    Re: Adding information from a Repeating Section to a Repeating Table

    By the way, I forgot to mention that qRules' CopyTable command is able to copy one table to another with filters. Your qRules command should look similar to this:

    CopyTable /tablesrc=/my:myFields/my:group1 /rowsrc=my:group2[my:field1 = 'true'] /tabledest=/my:myFields/my:group3 /rowdest=my:group4 /empty=yes

    Where group2 is the source table, and group4 is the destination.

    my:field1 is the filtered data.

    /empty=yes clears the contents of the destination folder and /empty=no will add the rows after the existing data.

    Also, you will need to specify the data source name if you are copying from a secondary data source. That would be somthing like: /dsname=DataConnectionName

    Don Stephen Lambatin / Support Engineer
    Qdabra Software
  • 03-12-2014 11:16 AM In reply to

    Re: Adding information from a Repeating Section to a Repeating Table

    I'm getting closer!

    But it won't open in the browser now.

    I was able to use qrules to do what I needed done.  Its compatibility is for web browser. The form has been uploaded, verified and activated in Central Admin. I added it to my library as a content type.

    As long as I open it in the application it will work, but if I open it in the browser I get this error message, "The custom code in form cannot be run. This functionality may be deactivated on the server."

    This is our first deploy of a admin-approved form template, so we could easily be doing something wrong.  Any ideas?

    Thanks,
    Megan

    (Thank you for the link to the example form. I was able to use that technique to accomplish what I needed done.)

     

  • 03-12-2014 11:23 AM In reply to

    Re: Adding information from a Repeating Section to a Repeating Table

    Can you access the SharePoint logs on the server? Try opening the form in the browser then check the logs and see if you can get more info on what may be going awry.

    Hilary Stoupa

  • 03-26-2014 09:46 AM In reply to

    Re: Adding information from a Repeating Section to a Repeating Table

    There are about 400 lines associated with the correlation ID the error gave me. Any help in spotting the issue would be appreciated. Thank you. Megan

     

    Timestamp               Process                                  TID    Area                           Category                       EventID Level      Message
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Logging Correlation Data       77a3 Verbose Starting correlation.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Logging Correlation Data       xmnv Medium Name=Request (GET:http://SHAREPOINTURL:80/market/Orders/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping&ClientInstalled=true&Source=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping%2FForms%2FAllItems%2Easpx&DefaultItemOpen=1)
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nasq Verbose Entering monitored scope (BeginRequestHandler)
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          SQM                            97qu Verbose SQM: Datapoint id 6693 marked as Increment datapoint.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     b4ly Verbose Leaving Monitored Scope (BeginRequestHandler). Execution Time=0.535542925148308
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____SQL Query Count=0
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Execution Time=0.535542925148308
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nasq Verbose Entering monitored scope (PostAuthenticateRequestHandler)
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Runtime                        0 Verbose Value for isAnonymousAllowed is : False
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Runtime                        0 Verbose Value for checkAuthenticationCookie is : False
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     b4ly Verbose Leaving Monitored Scope (PostAuthenticateRequestHandler). Execution Time=0.324901628558937
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____SQL Query Count=0
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Execution Time=0.324901628558937
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Logging Correlation Data       xmnv Medium User=MYUSERNAME
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nasq Verbose Entering monitored scope (PostResolveRequestCacheHandler)
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     b4ly Verbose Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=0.019834923153641
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____SQL Query Count=0
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Execution Time=0.019834923153641
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8b Verbose Looking up context  site http://SHAREPOINTURL:80/market/Orders/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping&ClientInstalled=true&Source=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping%2FForms%2FAllItems%2Easpx&DefaultItemOpen=1 in the farm SharePoint_Config
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8d Verbose Looking up the additional information about the typical site http://SHAREPOINTURL:80/market/Orders/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping&ClientInstalled=true&Source=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping%2FForms%2FAllItems%2Easpx&DefaultItemOpen=1.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8f Verbose Site lookup is replacing http://SHAREPOINTURL:80/market/Orders/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping&ClientInstalled=true&Source=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping%2FForms%2FAllItems%2Easpx&DefaultItemOpen=1 with the alternate access url http://SHAREPOINTURL.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8g Verbose Looking up typical site http://SHAREPOINTURL:80/market/Orders/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping&ClientInstalled=true&Source=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping%2FForms%2FAllItems%2Easpx&DefaultItemOpen=1 in web application SPWebApplication Name=SHAREPOINTURL.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8h Verbose Found typical site / (44808f15-7944-479e-a494-12800916b20a) in web application SPWebApplication Name=SHAREPOINTURL.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Logging Correlation Data       xmnv Medium Site=/
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              Logging Correlation Data       9gc5 Verbose Thread change; resetting trace level override to 0; resetting correlation to 9bc1c6ae-c17e-4efc-9c83-d3236c1c97f5
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        5vax Verbose FormServerPage BeginProcessRequest: http://SHAREPOINTURL/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http://SHAREPOINTURL/market/Orders/Shopping&ClientInstalled=true&Source=http://SHAREPOINTURL/market/Orders/Shopping/Forms/AllItems.aspx&DefaultItemOpen=1
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqk Verbose GlobalStorage.Enter: New context - FormControl   Total contexts - 1
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        8z3p Verbose Calling GlobalStorage.SetItem with index IsConversionInProgress value type Boolean.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8b Verbose Looking up context  site http://SHAREPOINTURL:80/market/Orders/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping&ClientInstalled=true&Source=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping%2FForms%2FAllItems%2Easpx&DefaultItemOpen=1 in the farm SharePoint_Config
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8d Verbose Looking up the additional information about the typical site http://SHAREPOINTURL:80/market/Orders/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping&ClientInstalled=true&Source=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping%2FForms%2FAllItems%2Easpx&DefaultItemOpen=1.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8f Verbose Site lookup is replacing http://SHAREPOINTURL:80/market/Orders/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping&ClientInstalled=true&Source=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping%2FForms%2FAllItems%2Easpx&DefaultItemOpen=1 with the alternate access url http://SHAREPOINTURL.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8g Verbose Looking up typical site http://SHAREPOINTURL:80/market/Orders/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping&ClientInstalled=true&Source=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping%2FForms%2FAllItems%2Easpx&DefaultItemOpen=1 in web application SPWebApplication Name=SHAREPOINTURL.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8h Verbose Found typical site / (44808f15-7944-479e-a494-12800916b20a) in web application SPWebApplication Name=SHAREPOINTURL.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        57zo Verbose XmlFormView: Entering OnInit
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqm Verbose GlobalStorage.Leave: Old context - FormControl   Total contexts after Leave - 0
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        57zq Verbose XmlFormView: Leaving OnInit
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        5vat Verbose FormServerPage OnInit Enter: http://SHAREPOINTURL/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http://SHAREPOINTURL/market/Orders/Shopping&ClientInstalled=true&Source=http://SHAREPOINTURL/market/Orders/Shopping/Forms/AllItems.aspx&DefaultItemOpen=1
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqk Verbose GlobalStorage.Enter: New context - {F888E1A1-20CA-470d-A2F4-498A9ECD1C67}   Total contexts - 1
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqm Verbose GlobalStorage.Leave: Old context - {F888E1A1-20CA-470d-A2F4-498A9ECD1C67}   Total contexts after Leave - 0
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              SQM                            97qu Verbose SQM: Datapoint id 5999 marked as Increment datapoint.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        8z3p Verbose Calling GlobalStorage.SetItem with index IsConversionInProgress value type Boolean.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        8z3p Verbose Calling GlobalStorage.SetItem with index SiteAndWebCache value type SiteAndWebCache.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        adv7 Verbose XmlFormView: Entering OnDataBinding
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqk Verbose GlobalStorage.Enter: New context - FormControl   Total contexts - 1
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        5vav Verbose FormServerPage CreateChildControls Enter: http://SHAREPOINTURL/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http://SHAREPOINTURL/market/Orders/Shopping&ClientInstalled=true&Source=http://SHAREPOINTURL/market/Orders/Shopping/Forms/AllItems.aspx&DefaultItemOpen=1
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        5vaw Verbose FormServerPage CreateChildControls Leave: http://SHAREPOINTURL/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http://SHAREPOINTURL/market/Orders/Shopping&ClientInstalled=true&Source=http://SHAREPOINTURL/market/Orders/Shopping/Forms/AllItems.aspx&DefaultItemOpen=1
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8b Verbose Looking up  site http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn in the farm SharePoint_Config
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8d Verbose Looking up the additional information about the typical site http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8f Verbose Site lookup is replacing http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn with the alternate access url http://SHAREPOINTURL.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8g Verbose Looking up typical site http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn in web application SPWebApplication Name=SHAREPOINTURL.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8h Verbose Found typical site / (44808f15-7944-479e-a494-12800916b20a) in web application SPWebApplication Name=SHAREPOINTURL.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        b16q Verbose Object is not in Cache. ProcessId:[44] CacheId: SiteFeatures_44808f15-7944-479e-a494-12800916b20a
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=0c8a9a47-22a9-4798-82f1-00e62a96006e
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=a392da98-270b-4e85-9769-04c0fde267aa
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=f6924d36-2fa8-4f0b-b16d-06b7250180fa
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=8dfaf93d-e23c-4471-9347-07368668ddaf
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=068bc832-4951-11dc-8314-0800200c9a66
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=e978b1a6-8de7-49d0-8600-09a250354e14
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=915c240e-a6cc-49b8-8b2c-0bff8b553ed3
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=2ed1c45e-a73b-4779-ae81-1524e4de467a
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=2acf27a5-f703-4277-9f5d-24d70110b18b
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=8581a8a7-cf16-4770-ac54-260265ddb0b2
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=695b6570-a48b-4a8e-8ea5-26ea7fc1d162
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=893627d9-b5ef-482d-a3bf-2a605175ac36
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=c4773de6-ba70-4583-b751-2a7b1dc67e3a
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=f63b7696-9afc-4e51-9dfd-3111015e9a60
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=da2e115b-07e4-49d9-bb2c-35e93bb9fca9
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=a42f749f-8633-48b7-9b22-403b40190409
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=89e0306d-453b-4ec5-8d68-42067cdbf98e
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=c85e5759-f323-4efb-b548-443d2216efb5
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=bc395ead-3e8e-5fd3-b91a-544965501c13
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=6e8f2b8d-d765-4e69-84ea-5702574c11d6
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=6c09612b-46af-4b2f-8dfc-59185c962a29
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=ca7bd552-10b1-4563-85b9-5ed1d39c962a
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=ab867246-0bbe-4c6a-a798-5ed6ab08c258
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=19f5f68e-1b92-4a02-b04d-61810ead0409
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=9fec40ea-a949-407d-be09-6cba26470a0c
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=e8389ec7-70fd-4179-a1c4-6fcb4342d7a0
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=b3da33d0-5e51-4694-99ce-705a3ac80dc5
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=c9c9515d-e4e2-4001-9050-74f980f93160
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=18d9a628-e799-453d-89e6-78410af58389
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=4248e21f-a816-4c88-8cab-79d82201da7b
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=b21b090c-c796-4b0f-ac0f-7ef1659c20ae
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=437d5972-0512-459d-8ebf-8582a306bb7c
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=5f3b0127-2f1d-4cfd-8dd2-85ad1fb00bfc
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=0af5989a-3aea-4519-8ab0-85d91abe39ff
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=fde5d850-671e-4143-950a-87b473922dc7
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=b5934f65-a844-4e67-82e5-92f66aafe912
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=d3f51be2-38a8-4e44-ba84-940d35be1566
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=1d253548-c70d-40fd-9930-9d313bedc359
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=aebc918d-b20f-4a11-a1db-9ed84d79c87e
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=3bc0c1e1-b7d5-4e82-afd7-9f7e59b60409
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=738250ba-9327-4dc0-813a-a76928ba1842
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=8e947bf0-fe40-4dff-be3d-a8b88112ade6
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=4c42ab64-55af-4c7c-986a-ac216a6e0c0e
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=1663ee19-e6ab-4d47-be1b-adeb27cfd9d2
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=3d433d02-cf49-4975-81b4-aede31e16edf
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=eaf6a128-0482-4f71-9a2f-b1c650680e77
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=43f41342-1a37-4372-8ca0-b44d881e4434
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=c04234f4-13b8-4462-9108-b4f5159beae6
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=063c26fa-3ccc-4180-8a84-b6f98e991df3
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=5bccb9a4-b903-4fd1-8620-b795fa33c9ba
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=00bfea71-1c5e-4a24-b310-ba51c3eb7a57
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=a942a218-fa43-4d11-9d85-c01e3e3a37cb
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=c88c4ff1-dbf5-4649-ad9f-c6c426ebcbf5
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=8a4b8de2-6fd8-41e9-923c-c7c3c00f8295
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=0c504a5c-bcea-4376-b05e-cbca5ced7b4f
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=b50e3104-6812-424f-a011-cc90e6327318
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=5a979115-6b71-45a5-9881-cdc872051a69
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=e995e28b-9ba8-4668-9933-cf5c146d7a9f
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=875d1044-c0cf-4244-8865-d2a0039c2a49
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=14aafd3a-fcb9-4bb7-9ad7-d8e36b663bbd
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=7ac8cc56-d28e-41f5-ad04-d95109eb987a
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=3cb475e7-4e87-45eb-a1f3-db96ad7cf313
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=744b5fd3-3b09-4da6-9bd1-de18315b045d
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=4bcccd62-dcaf-46dc-a7d4-e38277ef33f4
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=02464c6a-9d07-4f30-ba04-e9035cf54392
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=c845ed8d-9ce5-448c-bd3e-ea71350ce45b
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=73ef14b1-13a9-416b-a9b5-ececa2b0604c
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=5eac763d-fbf5-4d6f-a76b-eded7dd7b0a5
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=8669c399-fbd8-49d4-9f66-f0ec67415d00
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=5709298b-1876-4686-b257-f101a923f58d
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=c6561405-ea03-40a9-a57f-f25472942a22
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=a44d2aa3-affc-4d58-8db4-f4a3af053188
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=9ef9c3ff-293e-4bb4-ab8d-f57ac548a8bd
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=3bae86a2-776d-499d-9db8-fa4cdc7884f8
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nen Verbose EnsureFeaturesPerSite::D2. Feature added=7094bd89-2cfe-490a-8c7e-fbace37b4a34
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        narq Verbose Releasing SPRequest with allocation Id {8F027CC8-8DFC-4AAA-8BD1-D3E41205BD9D}
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        b16s Medium EnsureObjectInCache - created object to cache: ProcessId:[44] CacheId: SiteFeatures_44808f15-7944-479e-a494-12800916b20a. Finished in 00:00:00.0220371
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        b16r Verbose Entering Locked region: ProcessId:[44] CacheId: SiteFeatures_44808f15-7944-479e-a494-12800916b20a
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        b16v Verbose Exiting Locked region: ProcessId:[44] CacheId: SiteFeatures_44808f15-7944-479e-a494-12800916b20a
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        b16u Verbose Finished caching of an object: ProcessId:[44] CacheId: SiteFeatures_44808f15-7944-479e-a494-12800916b20a
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Conversion and Deployment      91sv Verbose FormTemplate.get_CurrentState - autoadvance from deployment to operational: Id=urn:schemas-microsoft-com:office:infopath:orderTemplate:-myXSD-2014-02-11T17-36-47 (SPPersistedObjectVersion=6673610)
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        8geg Verbose MetaInformationByUrl:scanned 1 of 22 formTemplates for URL=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn, fileName= orderTemplate.xsn, matching=urn:schemas-microsoft-com:office:infopath:orderTemplate:-myXSD-2014-02-11T17-36-47
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        g3ql Verbose GetUriScheme(http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn)
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nasq Verbose Entering monitored scope (SiteAndWebCache.DoesUserHavePermission)
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        fh4m Verbose Fetched stream for file FormServerTemplates/orderTemplate.xsn. ETagReturn="{275A9969-10B2-4E07-A8E7-96B7A5078B03},2", ContentTagNew={275A9969-10B2-4E07-A8E7-96B7A5078B03},2,0
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     b4ly Verbose Leaving Monitored Scope (SiteAndWebCache.DoesUserHavePermission). Execution Time=4.26394974780314
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____SQL Query Count=1
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Execution Time=4.26394974780314
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        b16q Verbose Object is not in Cache. ProcessId:[44] CacheId: IpfsSolution::meta:ADOBOROA3HY3CQF4WJTHZQKXZ2RACCJRFYYC4MBOGEYTK
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        b16s Medium EnsureObjectInCache - created object to cache: ProcessId:[44] CacheId: IpfsSolution::meta:ADOBOROA3HY3CQF4WJTHZQKXZ2RACCJRFYYC4MBOGEYTK. Finished in 00:00:00.0018119
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        b16r Verbose Entering Locked region: ProcessId:[44] CacheId: IpfsSolution::meta:ADOBOROA3HY3CQF4WJTHZQKXZ2RACCJRFYYC4MBOGEYTK
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        b16v Verbose Exiting Locked region: ProcessId:[44] CacheId: IpfsSolution::meta:ADOBOROA3HY3CQF4WJTHZQKXZ2RACCJRFYYC4MBOGEYTK
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        b16u Verbose Finished caching of an object: ProcessId:[44] CacheId: IpfsSolution::meta:ADOBOROA3HY3CQF4WJTHZQKXZ2RACCJRFYYC4MBOGEYTK
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8b Verbose Looking up  site http://SHAREPOINTURL/market/Orders/Shopping/ in the farm SharePoint_Config
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8d Verbose Looking up the additional information about the typical site http://SHAREPOINTURL/market/Orders/Shopping/.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8f Verbose Site lookup is replacing http://SHAREPOINTURL/market/Orders/Shopping/ with the alternate access url http://SHAREPOINTURL.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8g Verbose Looking up typical site http://SHAREPOINTURL/market/Orders/Shopping/ in web application SPWebApplication Name=SHAREPOINTURL.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8h Verbose Found typical site / (44808f15-7944-479e-a494-12800916b20a) in web application SPWebApplication Name=SHAREPOINTURL.
    04:07.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqk Verbose GlobalStorage.Enter: New context - FormControl   Total contexts - 2
    04:07.4 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        b16q Verbose Object is not in Cache. ProcessId:[44] CacheId: IpfsSolution::soln:ADOBOROA3HY3CQF4WJTHZQKXZ2RACCJRFYYC4MBOGEYTK
    04:07.4 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Topology                       umbj Verbose Deserializing the type named Microsoft.SharePoint.Administration.SPPersistedFile, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce11 and with id 8db85fc9-f090-4762-93aa-022e2ba0cc55.
    04:07.4 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Conversion and Deployment      39ai Verbose Converted data read from cached stream for template:orderTemplate.xsn (urn:schemas-microsoft-com:office:infopath:orderTemplate:-myXSD-2014-02-11T17-36-47) version 1.0.0.115
    04:07.4 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        8z3p Verbose Calling GlobalStorage.SetItem with index IsConversionInProgress value type Boolean.
    04:07.4 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Conversion and Deployment      93x5 Verbose Recursion: Entering deserialize schema set compile. FormTemplate: urn:schemas-microsoft-com:office:infopath:orderTemplate:-myXSD-2014-02-11T17-36-47
    04:07.4 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Conversion and Deployment      93x6 Verbose Recursion: Leaving deserialize schema set compile. FormTemplate: urn:schemas-microsoft-com:office:infopath:orderTemplate:-myXSD-2014-02-11T17-36-47
    04:07.4 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Conversion and Deployment      93xl Verbose Recursion: Entering annotating schemas.
    04:07.4 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Conversion and Deployment      93xm Verbose Recursion: Leaving annotating schemas.
    04:07.4 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        3f64 Verbose Found WSS_Minimaltrust level in web.config
    04:07.5 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime - Business Logic       8e9i Verbose Loading assembly from C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\Template\Features\FT-01-bc395ead-3e8e-5fd3-b91a-544965501c13\solution.xsn.1.0.0.115\Qdabra.Tools.RulesLibrary.dll in DomainTrust mode
    04:07.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime - Business Logic       77hg Verbose Loading assembly succeeded.
    04:07.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              SQM                            97qu Verbose SQM: Datapoint id 4173 marked as Increment datapoint.
    04:08.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime - Business Logic       13xb Verbose Attaching AssemblyResolver.
    04:08.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        8z3p Verbose Calling GlobalStorage.SetItem with index BusinessLogicAssemblies value type Dictionary`2.
    04:08.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime - Business Logic       13xc Verbose Attached AssemblyResolver.
    04:08.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime - Business Logic       1app Verbose AssemblyResolveHandler called and resolved.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        1apy Verbose Adding Loading event handler.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        3pdb Verbose Adding ViewSwitched event handler.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        1apw Verbose Adding Changed event handler.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        1apw Verbose Adding Changed event handler.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime - Business Logic       13xd Verbose Detaching AssemblyResolver.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime - Business Logic       13xe Verbose Detached AssemblyResolver.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime - Business Logic       42f1 Verbose Invoked Startup on BusinessLogic.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        b16s Medium EnsureObjectInCache - created object to cache: ProcessId:[44] CacheId: IpfsSolution::soln:ADOBOROA3HY3CQF4WJTHZQKXZ2RACCJRFYYC4MBOGEYTK. Finished in 00:00:00.8403218
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        b16r Verbose Entering Locked region: ProcessId:[44] CacheId: IpfsSolution::soln:ADOBOROA3HY3CQF4WJTHZQKXZ2RACCJRFYYC4MBOGEYTK
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        b16v Verbose Exiting Locked region: ProcessId:[44] CacheId: IpfsSolution::soln:ADOBOROA3HY3CQF4WJTHZQKXZ2RACCJRFYYC4MBOGEYTK
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        b16u Verbose Finished caching of an object: ProcessId:[44] CacheId: IpfsSolution::soln:ADOBOROA3HY3CQF4WJTHZQKXZ2RACCJRFYYC4MBOGEYTK
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        8z3p Verbose Calling GlobalStorage.SetItem with index CultureData value type RequestCultureData.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        0 Verbose XmlFormView: ShouldDisableFirstRequestOptimization for form:Admin:c04517dc-f1d9-40b1-bcb2-667cc157cea2, version:1.0.0.115 first request optimized:True on page:/market/Orders/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping&ClientInstalled=true&Source=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping%2FForms%2FAllItems%2Easpx&DefaultItemOpen=1 .
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime - State Service        8ykk Verbose KEY: 0cf4c509f01345e7b03d31a65e7842bc_db7df50606334c7ca0d71e5d8ba173a2
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        8z3p Verbose Calling GlobalStorage.SetItem with index EditingSessionId value type String.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        8ykj Verbose Creating document with editingSessionId: 0cf4c509f01345e7b03d31a65e7842bc_db7df50606334c7ca0d71e5d8ba173a2
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        8z3p Verbose Calling GlobalStorage.SetItem with index TimeZoneId value type UInt16.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        8z3p Verbose Calling GlobalStorage.SetItem with index XmlForm value type XmlFormHost.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        8z3p Verbose Calling GlobalStorage.SetItem with index FormState value type FormStateBag.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Conversion and Deployment      93wz Verbose Recursion: Entering schema validation. FormTemplate: urn:schemas-microsoft-com:office:infopath:orderTemplate:-myXSD-2014-02-11T17-36-47
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Conversion and Deployment      93x0 Verbose Recursion: Leaving schema validation. FormTemplate: urn:schemas-microsoft-com:office:infopath:orderTemplate:-myXSD-2014-02-11T17-36-47
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8b Verbose Looking up  site http://SHAREPOINTURL/market/Orders/ in the farm SharePoint_Config
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8d Verbose Looking up the additional information about the typical site http://SHAREPOINTURL/market/Orders/.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8f Verbose Site lookup is replacing http://SHAREPOINTURL/market/Orders/ with the alternate access url http://SHAREPOINTURL.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8g Verbose Looking up typical site http://SHAREPOINTURL/market/Orders/ in web application SPWebApplication Name=SHAREPOINTURL.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8h Verbose Found typical site / (44808f15-7944-479e-a494-12800916b20a) in web application SPWebApplication Name=SHAREPOINTURL.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        2n4x Verbose SharePointFileLoader.ValidateDomainCompatibility: Validating domain compatibility for http://SHAREPOINTURL and http://SHAREPOINTURL
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        9u7a Verbose SharePointFileLoader.ValidateDomainCompatibility: http://SHAREPOINTURL is identical to http://SHAREPOINTURL.  Domain compatibility verified.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8b Verbose Looking up  site http://SHAREPOINTURL/market/Orders/ in the farm SharePoint_Config
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8d Verbose Looking up the additional information about the typical site http://SHAREPOINTURL/market/Orders/.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8f Verbose Site lookup is replacing http://SHAREPOINTURL/market/Orders/ with the alternate access url http://SHAREPOINTURL.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8g Verbose Looking up typical site http://SHAREPOINTURL/market/Orders/ in web application SPWebApplication Name=SHAREPOINTURL.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8h Verbose Found typical site / (44808f15-7944-479e-a494-12800916b20a) in web application SPWebApplication Name=SHAREPOINTURL.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8b Verbose Looking up  site http://SHAREPOINTURL/market/Orders/assetlibrary%20test/ in the farm SharePoint_Config
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8d Verbose Looking up the additional information about the typical site http://SHAREPOINTURL/market/Orders/assetlibrary%20test/.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8f Verbose Site lookup is replacing http://SHAREPOINTURL/market/Orders/assetlibrary%20test/ with the alternate access url http://SHAREPOINTURL.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8g Verbose Looking up typical site http://SHAREPOINTURL/market/Orders/assetlibrary%20test/ in web application SPWebApplication Name=SHAREPOINTURL.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8h Verbose Found typical site / (44808f15-7944-479e-a494-12800916b20a) in web application SPWebApplication Name=SHAREPOINTURL.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        narq Verbose Releasing SPRequest with allocation Id {5D17D194-413A-4F46-BB96-B4F45A9B4E84}
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8j Verbose Site lookup by id found the typical site /.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Topology                       88b9 Verbose Determining if the current user is a SharePoint Farm Administrator
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Topology                       88bb Verbose Is the user the farm account?
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Topology                       88be Verbose The user is NOT the farm account.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Topology                       88bf Verbose Is the user a member of the sharepoint administrators central admin site group?
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8b Verbose Looking up  site http://coaurspwi01:12345/ in the farm SharePoint_Config
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8d Verbose Looking up the additional information about the typical site http://coaurspwi01:12345/.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8f Verbose Site lookup is replacing http://coaurspwi01:12345/ with the alternate access url http://coaurspwi01:12345.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8g Verbose Looking up typical site http://coaurspwi01:12345/ in web application SPAdministrationWebApplication.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8h Verbose Found typical site / (72c06636-5477-46b7-83f9-c0fe5084f623) in web application SPAdministrationWebApplication.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {5c043297-6b30-4e07-b346-1457ed94c06f}.
    04:08.2 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SharePoint_AdminContent_b2d693ce-aaf3-49d7-852c-793cab0cfb1e;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {5c043297-6b30-4e07-b346-1457ed94c06f}.
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SharePoint_AdminContent_b2d693ce-aaf3-49d7-852c-793cab0cfb1e;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        8xfr Verbose PermissionMask check failed. asking for 0x08000000, have 0x00000000
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        8xfr Verbose PermissionMask check failed. asking for 0x08000000, have 0x00000000
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        8e2s Medium Unknown SPRequest error occurred. More information: 0x80070005
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        narq Verbose Releasing SPRequest with allocation Id {3CDE5AFE-FFD2-4810-89F4-A3CD4C9B5ED0}
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Topology                       88bk Verbose The current thread cannot access the central admin site.
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        narq Verbose Releasing SPRequest with allocation Id {3B737278-F110-491F-B2FB-1456A214DBA9}
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        narq Verbose Releasing SPRequest with allocation Id {AC98841E-F218-4A74-8AB6-10B7D9CA401A}
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          SPRequest                      85mp Verbose VfeatureManager: Getting Feature Module Callback for feature '{4BCCCD62-DCAF-46DC-A7D4-E38277EF33F4}'
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        narq Verbose Releasing SPRequest with allocation Id {8151BD45-4CBD-4CBD-B920-BD2EAAA055B1}
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8j Verbose Site lookup by id found the typical site /.
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Topology                       88b9 Verbose Determining if the current user is a SharePoint Farm Administrator
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:08.3 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:08.6 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        narq Verbose Releasing SPRequest with allocation Id {4F887315-0FFA-44C6-8AFD-AE02E40CE412}
    04:08.6 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nasq Verbose Entering monitored scope (EnsureListItemsData)
    04:08.6 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          SQM                            97qu Verbose SQM: Datapoint id 8848 marked as Increment datapoint.
    04:08.6 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:08.6 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:08.7 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     b4ly Verbose Leaving Monitored Scope (EnsureListItemsData). Execution Time=79.5237942252437
    04:08.7 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____SQL Query Count=1
    04:08.7 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Execution Time=79.5237942252437
    04:08.7 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        16k3 Verbose Firing changed event to Listeners.
    04:08.7 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime - Business Logic       82g6 Warning Business logic failed due to an exception. (User: MYUSERNAME, Form Name: orderTemplate, IP: , Request: http://SHAREPOINTURL/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http://SHAREPOINTURL/market/Orders/Shopping&ClientInstalled=true&Source=http://SHAREPOINTURL/market/Orders/Shopping/Forms/AllItems.aspx&DefaultItemOpen=1, Form ID: urn:schemas-microsoft-com:office:infopath:orderTemplate:-myXSD-2014-02-11T17-36-47, Type: NullReferenceException, Exception Message: Object reference not set to an instance of an object.)
    04:08.7 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              Unified Logging Service        2m1i Verbose Adding event 5337 (category: Runtime - Business Logic, product: InfoPath Forms Services) to spam monitoring list
    04:08.7 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        8z3p Verbose Calling GlobalStorage.SetItem with index LastExceptionLogged value type NullReferenceException.
    04:08.7 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime - Business Logic       7tge Medium Exception thrown from business logic event listener: System.NullReferenceException: Object reference not set to an instance of an object.     at Qdabra.Tools.RulesLibrary.Commands.SetExtendedErrorMessages()     at Qdabra.Tools.RulesLibrary.FormCode.QdabraRules__Form_Changed(Object sender, XmlEventArgs e)     at Microsoft.Office.InfoPath.Server.SolutionLifetime.XmlEventExternal.<>c__DisplayClass10.<>c__DisplayClass12.<add_Changed>b__b()     at Microsoft.Office.InfoPath.Server.Util.DocumentReliability.InvokeBusinessLogic(Thunk thunk)     at Microsoft.Office.InfoPath.Server.SolutionLifetime.XmlEventExternal.<>c__DisplayClass10.<add_Changed>b__a(Object sender, XmlEventArgs e)     at Microsoft.Office.InfoPath.Server.SolutionLifetime.XmlEventExternal.<>c__DisplayClass20.<FireChangedEvent>b__1c()...
    03/25/2014 11:04:08.75* w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime - Business Logic       7tge Medium ...     at Microsoft.Office.InfoPath.Server.DocumentLifetime.OMExceptionManager.CallFormCodeWithExceptionHandling(UserMessages userMessages, OMCall d)
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              SQM                            97qu Verbose SQM: Datapoint id 4175 marked as Increment datapoint.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        16k5 Verbose Fired changed event to Listeners.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        16k3 Verbose Firing changed event to Listeners.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Conversion and Deployment      39ai Verbose Converted data read from cached stream for template:orderTemplate.xsn (urn:schemas-microsoft-com:office:infopath:orderTemplate:-myXSD-2014-02-11T17-36-47) version 1.0.0.115
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        tktw Medium On-demand loading of single file. solution Admin:c04517dc-f1d9-40b1-bcb2-667cc157cea2, version:1.0.0.115, file: sampledata.xml, size: 4929
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        16k5 Verbose Fired changed event to Listeners.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        13yq Verbose Firing loading event to Listeners.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqk Verbose GlobalStorage.Enter: New context - FormControl   Total contexts - 3
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqm Verbose GlobalStorage.Leave: Old context - FormControl   Total contexts after Leave - 2
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqk Verbose GlobalStorage.Enter: New context - FormControl   Total contexts - 3
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        16k3 Verbose Firing changed event to Listeners.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        16k5 Verbose Fired changed event to Listeners.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqm Verbose GlobalStorage.Leave: Old context - FormControl   Total contexts after Leave - 2
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqk Verbose GlobalStorage.Enter: New context - FormControl   Total contexts - 3
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        16k3 Verbose Firing changed event to Listeners.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        16k5 Verbose Fired changed event to Listeners.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqm Verbose GlobalStorage.Leave: Old context - FormControl   Total contexts after Leave - 2
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqk Verbose GlobalStorage.Enter: New context - FormControl   Total contexts - 3
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqm Verbose GlobalStorage.Leave: Old context - FormControl   Total contexts after Leave - 2
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        13yr Verbose Fired loading event to Listeners.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        2n4x Verbose SharePointFileLoader.ValidateDomainCompatibility: Validating domain compatibility for http://SHAREPOINTURL and http://SHAREPOINTURL
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        9u7a Verbose SharePointFileLoader.ValidateDomainCompatibility: http://SHAREPOINTURL is identical to http://SHAREPOINTURL.  Domain compatibility verified.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8b Verbose Looking up  site http://SHAREPOINTURL/market/Orders/ in the farm SharePoint_Config
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8d Verbose Looking up the additional information about the typical site http://SHAREPOINTURL/market/Orders/.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8f Verbose Site lookup is replacing http://SHAREPOINTURL/market/Orders/ with the alternate access url http://SHAREPOINTURL.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8g Verbose Looking up typical site http://SHAREPOINTURL/market/Orders/ in web application SPWebApplication Name=SHAREPOINTURL.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8h Verbose Found typical site / (44808f15-7944-479e-a494-12800916b20a) in web application SPWebApplication Name=SHAREPOINTURL.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:08.8 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nasq Verbose Entering monitored scope (EnsureListItemsData)
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          SQM                            97qu Verbose SQM: Datapoint id 8848 marked as Increment datapoint.
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     b4ly Verbose Leaving Monitored Scope (EnsureListItemsData#1). Execution Time=10.1200012850795
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____SQL Query Count=1
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Execution Time=10.1200012850795
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        2n4x Verbose SharePointFileLoader.ValidateDomainCompatibility: Validating domain compatibility for http://SHAREPOINTURL and http://SHAREPOINTURL
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        9u7a Verbose SharePointFileLoader.ValidateDomainCompatibility: http://SHAREPOINTURL is identical to http://SHAREPOINTURL.  Domain compatibility verified.
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8b Verbose Looking up  site http://SHAREPOINTURL/market/Orders/ in the farm SharePoint_Config
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8d Verbose Looking up the additional information about the typical site http://SHAREPOINTURL/market/Orders/.
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8f Verbose Site lookup is replacing http://SHAREPOINTURL/market/Orders/ with the alternate access url http://SHAREPOINTURL.
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8g Verbose Looking up typical site http://SHAREPOINTURL/market/Orders/ in web application SPWebApplication Name=SHAREPOINTURL.
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8h Verbose Found typical site / (44808f15-7944-479e-a494-12800916b20a) in web application SPWebApplication Name=SHAREPOINTURL.
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:08.9 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nasq Verbose Entering monitored scope (EnsureListItemsData)
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          SQM                            97qu Verbose SQM: Datapoint id 8848 marked as Increment datapoint.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     b4ly Verbose Leaving Monitored Scope (EnsureListItemsData#2). Execution Time=10.1543631942049
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____SQL Query Count=1
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Execution Time=10.1543631942049
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Conversion and Deployment      93x1 Verbose Recursion: Entering schema validation. FormTemplate: urn:schemas-microsoft-com:office:infopath:orderTemplate:-myXSD-2014-02-11T17-36-47
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Conversion and Deployment      93x2 Verbose Recursion: Leaving schema validation. FormTemplate: urn:schemas-microsoft-com:office:infopath:orderTemplate:-myXSD-2014-02-11T17-36-47
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        1dhh Verbose Firing ViewSwitched event to Listeners.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqk Verbose GlobalStorage.Enter: New context - FormControl   Total contexts - 3
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqm Verbose GlobalStorage.Leave: Old context - FormControl   Total contexts after Leave - 2
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqk Verbose GlobalStorage.Enter: New context - FormControl   Total contexts - 3
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqm Verbose GlobalStorage.Leave: Old context - FormControl   Total contexts after Leave - 2
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        1dhi Verbose Fired ViewSwitched event to Listeners.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              SQM                            97qu Verbose SQM: Datapoint id 4111 marked as Increment datapoint.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              SQM                            97qu Verbose SQM: Datapoint id 3242 marked as Increment datapoint.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              SQM                            97qu Verbose SQM: Datapoint id 3240 marked as Increment datapoint.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqm Verbose GlobalStorage.Leave: Old context - FormControl   Total contexts after Leave - 1
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              SQM                            97qu Verbose SQM: Datapoint id 6217 marked as Increment datapoint.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nasq Verbose Entering monitored scope (IPFSRibbon.EnsureSiteFeature)
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     b4ly Verbose Leaving Monitored Scope (IPFSRibbon.EnsureSiteFeature). Execution Time=0.0167619068904009
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____SQL Query Count=0
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Execution Time=0.0167619068904009
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8b Verbose Looking up  site http://SHAREPOINTURL/market/Orders/Shopping/Forms/AllItems.aspx in the farm SharePoint_Config
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8d Verbose Looking up the additional information about the typical site http://SHAREPOINTURL/market/Orders/Shopping/Forms/AllItems.aspx.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8f Verbose Site lookup is replacing http://SHAREPOINTURL/market/Orders/Shopping/Forms/AllItems.aspx with the alternate access url http://SHAREPOINTURL.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8g Verbose Looking up typical site http://SHAREPOINTURL/market/Orders/Shopping/Forms/AllItems.aspx in web application SPWebApplication Name=SHAREPOINTURL.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        6t8h Verbose Found typical site / (44808f15-7944-479e-a494-12800916b20a) in web application SPWebApplication Name=SHAREPOINTURL.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              SQM                            97qu Verbose SQM: Datapoint id 6016 marked as Increment datapoint.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqm Verbose GlobalStorage.Leave: Old context - FormControl   Total contexts after Leave - 0
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        57zs Verbose XmlFormView: Leaving OnDataBinding
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        5vau Verbose FormServerPage OnInit Leave: http://SHAREPOINTURL/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http://SHAREPOINTURL/market/Orders/Shopping&ClientInstalled=true&Source=http://SHAREPOINTURL/market/Orders/Shopping/Forms/AllItems.aspx&DefaultItemOpen=1
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqk Verbose GlobalStorage.Enter: New context - FormControl   Total contexts - 1
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        57zt Verbose XmlFormView: Entering Render
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        8z3p Verbose Calling GlobalStorage.SetItem with index GlobalPageObjectsRendered value type Boolean.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        c1jc Verbose DataObject.Serialize.Save for XML name: finished in:00:00:00.0003642.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        c1jc Verbose DataObject.Serialize.Save for XML name:Product Images finished in:00:00:00.0016907.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        c1jc Verbose DataObject.Serialize.Save for XML name:QdabraRules finished in:00:00:00.0000779.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        c1jc Verbose DataObject.Serialize.Save for XML name:ViewOptions finished in:00:00:00.0000279.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              SQM                            97qu Verbose SQM: Datapoint id 6799 marked as Increment datapoint.
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       7t61 Verbose DatabaseConnectionString acquired.  Data Source=SPS_SQL08;Initial Catalog=StateService_ed735bf4f52548119f76d87f183e508c;Integrated Security=True;Enlist=False;Connect Timeout=15
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=StateService_ed735bf4f52548119f76d87f183e508c;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              State Service                  0 Verbose StateSqlSession.ScopedHash (00000000-0000-0000-0000-000000000000)
    04:09.0 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              State Service                  0 Verbose StateSqlSession.SetAndReleaseItemBytesExclusive: Executing proc_AddItem with ID db7df50606334c7ca0d71e5d8ba173a2_00000000-0000-0000-0000-000000000000 in database StateDatabase Name=StateService_ed735bf4f52548119f76d87f183e508c (Size: 10811, Timeout: 1440)
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              State Service                  0 Verbose StateSqlSession.SetAndReleaseItemBytesExclusive: Completed (db7df50606334c7ca0d71e5d8ba173a2_00000000-0000-0000-0000-000000000000)
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqk Verbose GlobalStorage.Enter: New context - {F888E1A1-20CA-470d-A2F4-498A9ECD1C67}   Total contexts - 2
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqm Verbose GlobalStorage.Leave: Old context - {F888E1A1-20CA-470d-A2F4-498A9ECD1C67}   Total contexts after Leave - 1
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tkeb Verbose Setting database session for {ed37e0f6-d9de-4f21-9901-94df561dffa2}.
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Database                       tzku Verbose ConnectionString: 'Data Source=SPS_SQL08;Initial Catalog=SHAREPOINTURL_Content;Integrated Security=True;Enlist=False;Asynchronous Processing=False;Connect Timeout=15'    ConnectionState: Closed ConnectionTimeout: 15
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        g3ql Verbose GetUriScheme(http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn)
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        g3ql Verbose GetUriScheme(FormServerTemplates)
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        g3ql Verbose GetUriScheme(/FormServerTemplates)
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        7nek Verbose Disposing all cached sites.
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        narq Verbose Releasing SPRequest with allocation Id {EF3437A9-D126-44D4-8F54-9A13440A8DCA}
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        narq Verbose Releasing SPRequest with allocation Id {8C520064-1C8A-4B4B-BCE7-23B605B4AEED}
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        narq Verbose Releasing SPRequest with allocation Id {74E62A41-5C6E-4BA1-BAA2-DE19DB80360E}
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        57zu Verbose XmlFormView: Leaving Render
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqm Verbose GlobalStorage.Leave: Old context - FormControl   Total contexts after Leave - 0
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Unified Logging Service        cn4g Verbose Trace level override is turned off.
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqk Verbose GlobalStorage.Enter: New context - FormControl   Total contexts - 1
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqp Verbose Calling GlobalStorage.RemoveAllDecumentOnly!
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqm Verbose GlobalStorage.Leave: Old context - FormControl   Total contexts after Leave - 0
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqk Verbose GlobalStorage.Enter: New context - FormControl   Total contexts - 1
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        8z3q Verbose Calling GlobalStorage.RemoveAll!
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        wdqm Verbose GlobalStorage.Leave: Old context - FormControl   Total contexts after Leave - 0
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C InfoPath Forms Services        Runtime                        5vay Verbose FormServerPage EndProcessRequest: http://SHAREPOINTURL/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http://SHAREPOINTURL/market/Orders/Shopping&ClientInstalled=true&Source=http://SHAREPOINTURL/market/Orders/Shopping/Forms/AllItems.aspx&DefaultItemOpen=1
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nasq Verbose Entering monitored scope (PostRequestExecuteHandler)
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     b4ly Verbose Leaving Monitored Scope (PostRequestExecuteHandler). Execution Time=0.00866031856004045
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____SQL Query Count=0
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Execution Time=0.00866031856004045
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              State Service                  8kfs Medium The StateManager is disposing and calling ReleaseLockedStates() (Count=0)
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nasq Verbose Entering monitored scope (EndRequestHandler SharePointEndRequest)
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Server              Unified Logging Service        cn4g Verbose Trace level override is turned off.
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     b4ly Verbose Leaving Monitored Scope (EndRequestHandler SharePointEndRequest). Execution Time=0.0237460347614012
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____SQL Query Count=0
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Execution Time=0.0237460347614012
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nasq Verbose Entering monitored scope (LogRequestUsage)
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Usage Infrastructure           d0i2 Verbose Successfully added requestUsageEntry to CollectUsageData with url http://SHAREPOINTURL/market/Orders/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping&ClientInstalled=true&Source=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping%2FForms%2FAllItems%2Easpx&DefaultItemOpen=1
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     b4ly Verbose Leaving Monitored Scope (LogRequestUsage). Execution Time=0.0810158833036042
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____SQL Query Count=0
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Execution Time=0.0810158833036042
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nasq Verbose Entering monitored scope (ForceDehydrateHttpContextWorkflows)
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     b4ly Verbose Leaving Monitored Scope (ForceDehydrateHttpContextWorkflows). Execution Time=0.00810158833036042
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Execution Time=0.00810158833036042
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nasq Verbose Entering monitored scope (EndRequestHandler SPRequest Disposal)
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        narq Verbose Releasing SPRequest with allocation Id {06B895A7-2789-4084-8E63-1E37661FB99D}
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          General                        narq Verbose Releasing SPRequest with allocation Id {0D82A5FD-68A5-49C9-9A53-0F955FFBA804}
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     b4ly Verbose Leaving Monitored Scope (EndRequestHandler SPRequest Disposal). Execution Time=0.76210803328356
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____SQL Query Count=0
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Execution Time=0.76210803328356
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Usage Infrastructure           d0hz Verbose Starting write trace for type Microsoft.SharePoint.Administration.SPRequestUsageEntry with correlationID 9bc1c6ae-c17e-4efc-9c83-d3236c1c97f5
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Usage Infrastructure           d0i0 Verbose Successful wrote trace for type Microsoft.SharePoint.Administration.SPRequestUsageEntry with correlationID 9bc1c6ae-c17e-4efc-9c83-d3236c1c97f5
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     b4ly Medium Leaving Monitored Scope (Request (GET:http://SHAREPOINTURL:80/market/Orders/_layouts/FormServer.aspx?XsnLocation=http://SHAREPOINTURL/FormServerTemplates/orderTemplate.xsn&SaveLocation=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping&ClientInstalled=true&Source=http%3A%2F%2FSHAREPOINTURL%2Fmarket%2FOrders%2FShopping%2FForms%2FAllItems%2Easpx&DefaultItemOpen=1)). Execution Time=1802.69084478614
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____SPRequest Objects=6
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____SQL Query Count=14
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Execution Time=1802.69084478614
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Current User=
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____WebPart Events Offsets=0
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Service Calls=0
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Page Checkout Level=Published
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Current SharePoint Operations=2
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Critical Events=0
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Monitoring                     nass Verbose ____Log Correlation Id=9bc1c6ae-c17e-4efc-9c83-d3236c1c97f5
    04:09.1 w3wp.exe (COAURSPWI01:0x27C0)            0x149C SharePoint Foundation          Logging Correlation Data       77a3 Verbose Ending correlation.

    Filed under: ,
  • 05-08-2014 10:03 AM In reply to

    Re: Adding information from a Repeating Section to a Repeating Table

    Just to update the thread - an updated qRules DLL (v5.2) seems to have addressed the exception. We also changed the form to remove a filter on a repeating section, since filters and IPFS seem to be fraught with bugs. We used conditional formatting instead.

    Hilary Stoupa

Page 1 of 1 (9 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.