Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • mfeola 117 posts 221 karma points
    Oct 22, 2010 @ 22:21
    mfeola
    0

    umbracoLog database table says XML saved in ####, what does it mean?

    I am trying to run some importing code that i made in c# and is connected into the dashboard of umbraco

    it ran fine for a while but then it errored and when i went to look into the umbracoLog table for clues all i got was a row with the logHeader being debug and the logComment 

    Xml saved in 00:00:00.0065585

    whatever that means.  my question is what does that mean? it might be a timeout because the function is going to run for a while but i would like to know what this means and how to get around it

  • Richard Soeteman 4046 posts 12899 karma points MVP 2x
    Oct 23, 2010 @ 07:20
    Richard Soeteman
    0

    I think this is the umbraco.Config file being saved. If you are working with an API most likely errors are not stored in that table. What kinda errors did you get during import.

    Another question, did you try CMSImport and if so what was the reason you are building a custom import?

    Thanks,

    Richar

     

  • mfeola 117 posts 221 karma points
    Oct 25, 2010 @ 19:12
    mfeola
    0

    i didnt use CMSimport, i am programming my own import because... well... im a programmer so i wanted to program :) also i didnt know if cmsimport would work for the way the description fields were set up and that was probably the worst part of the import.  everything else was simple but the description was separated into 40 different parts including images and we wanted to put it all in a rich text.  i did it though.  plus every time i do something new in umbraco i learn something new and make things better from the previous setup so as long as i keep doing it i keep learning.

    it was a nice feeling when everything started going in smoothly but then after about 100 items it would stall out so i had to keep running it every time it would stall. now i am stuck again because after about 1000 imports it has a new issue so i would like to find these XMLs and see if i could grab some more information about what is going on

    where is umbraco.config?

  • mfeola 117 posts 221 karma points
    Oct 25, 2010 @ 19:51
    mfeola
    0

    nevermind, found it.  didnt really provide me with any more info.  the new error also went away when i restarted umbraco by opening a new tab and navigating to the backend again

    so it got fixed with magic :D

  • mfeola 117 posts 221 karma points
    Oct 25, 2010 @ 19:56
    mfeola
    0

    ooo... but i think i may have broken the umbraco searching at the top left of the page.  i keep getting this

    At /umbraco/dialogs/search.aspx?rndo=61.8&search=&app=Content&rndo=62.4 (Referred by: http://metaltrade.dev1.flightpath2.com/umbraco/dialogs/search.aspx?rndo=61.8&search=&app=Content&rndo=62.4): System.Configuration.ConfigurationErrorsException: There is an error in XML document (0, 0). (E:\Websites\metaltrade\config\ExamineSettings.config line 12)
       at System.Web.Configuration.ProvidersHelper.InstantiateProvider(ProviderSettings providerSettings, Type providerType)
       at System.Web.Configuration.ProvidersHelper.InstantiateProviders(ProviderSettingsCollection configProviders, ProviderCollection providers, Type providerType)
       at Examine.ExamineManager.LoadProviders()
       at Examine.ExamineManager..ctor()
       at Examine.ExamineManager..cctor()

    magic has failed me :(

  • mfeola 117 posts 221 karma points
    Oct 27, 2010 @ 21:12
    mfeola
    0

    its all fixed now, due to lots of editing and changing. thanks for you help initially though

Please Sign in or register to post replies

Write your reply to:

Draft