Copied to clipboard

Flag this post as spam?

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


  • Almir Vereget 62 posts 130 karma points
    Dec 11, 2013 @ 14:51
    Almir Vereget
    0

    Table does not exist

    Hi,

    I just tried to install latest version (2.4.0) on clean Umbraco 6.1.6. and i'm getting this error:

    [Exception: Table does not exist.]
       InfoCaster.Umbraco.UrlTracker.Repositories.UrlTrackerRepository.UpdateUrlTrackerTable() in c:\Users\kipusoep\Documents\GitHub\UrlTracker\Repositories\UrlTrackerRepository.cs:407
       InfoCaster.Umbraco.UrlTracker.Modules.UrlTrackerModule.Init(HttpApplication context) in c:\Users\kipusoep\Documents\GitHub\UrlTracker\Modules\UrlTrackerModule.cs:39
       System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +530
       System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +304
       System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +404
       System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +475
    
    [HttpException (0x80004005): Table does not exist.]
       System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +12880948
       System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +159
       System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +12722137

    IIS7, MSSQL Server 2008 R2

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Dec 11, 2013 @ 15:29
    Stefan Kip
    0

    Thanks for reporting, I'll fix it today!

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Dec 11, 2013 @ 16:24
    Stefan Kip
    0

    Fixed in v2.4.1!

  • Almir Vereget 62 posts 130 karma points
    Dec 11, 2013 @ 16:30
    Almir Vereget
    0

    Now i'm getting:

    Invalid object name 'icUrlTracker'.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Data.SqlClient.SqlException: Invalid object name 'icUrlTracker'.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


    Stack Trace:

    [SqlException (0x80131904): Invalid object name 'icUrlTracker'.]
       System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +388
       System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +810
       System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4403
       System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() +82
       System.Data.SqlClient.SqlDataReader.get_MetaData() +135
       System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +6666037
       System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite) +6667856
       System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite) +577
       System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +107
       System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +288
       System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +237
       Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) +262
       umbraco.DataLayer.SqlHelpers.SqlServer.SqlServerHelper.ExecuteReader(String commandText, SqlParameter[] parameters) +26
       umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters) +161
    
    [SqlHelperException: Umbraco Exception (DataLayer): SQL helper exception in ExecuteReader]
       umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters) +361
       InfoCaster.Umbraco.UrlTracker.Modules.UrlTrackerModule.UrlTrackerDo(Boolean ignoreHttpStatusCode) in c:\Users\kipusoep\Documents\GitHub\UrlTracker\Modules\UrlTrackerModule.cs:141
       System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +165
    

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Dec 11, 2013 @ 16:42
    Stefan Kip
    0

    Oops, forgot to add an if-statement! Just uploaded a new release of 2.4.1, could you try that?

    Thanks for reporting!

  • Almir Vereget 62 posts 130 karma points
    Dec 11, 2013 @ 16:50
    Almir Vereget
    0

    Tried, but still getting the same error...

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Dec 11, 2013 @ 16:52
    Stefan Kip
    0

    Darn, I'm sorry, just saw there's still one thing missing.
    I'll test this release on a clean umbraco installation before releasing it :-)

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Dec 11, 2013 @ 17:22
    Stefan Kip
    100

    Soo I've made another release and tested it on a clean umbraco v6.1.6 environment, should work this time!

  • Almir Vereget 62 posts 130 karma points
    Dec 12, 2013 @ 10:59
    Almir Vereget
    0

    Yep..working now..

    Thanks!

  • Edwin van Koppen 156 posts 270 karma points
    Jun 30, 2014 @ 08:49
    Edwin van Koppen
    0

    Just installed it in 7.1.4 and also that problem. User was SA so it has the right to create the object..?

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Jun 30, 2014 @ 09:38
    Stefan Kip
    0

    What version Edwin?

  • Edwin van Koppen 156 posts 270 karma points
    Jun 30, 2014 @ 09:49
    Edwin van Koppen
    0

    Latest.. i've solved in by looking at your sourcecode and the dir /sql.. but i thought it's nice to know :)

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Jun 30, 2014 @ 09:50
    Stefan Kip
    0

    And by latest you mean v3.0.0?

  • Edwin van Koppen 156 posts 270 karma points
    Jun 30, 2014 @ 09:51
    Edwin van Koppen
    0

    yep!

  • Ian Black 54 posts 230 karma points
    Jul 02, 2014 @ 11:54
    Ian Black
    0

    I received the error: Invalid object name 'icUrlTracker' when installing Url Tracker 3.0.0 on Umbraco 7.1.0

    I used the SQL scripts from your repo to manually create the SQL tables etc.

    https://github.com/kipusoep/UrlTracker/tree/master/SQL

    I then uninstalled and reinstalled the plugin and it's working correctly now.

    There's a small issue with double scrollbars inside of URL tracker's iFrame but happy it's working now.

    Cheers, Ian.

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Jul 02, 2014 @ 14:36
    Stefan Kip
    0

    v3 bugs should be reported via Github please :-)

  • Edwin van Koppen 156 posts 270 karma points
    Jul 03, 2014 @ 09:27
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies