Job

// Job ID: #952164
Can not find the target method.
CurrentCulture
"en-ZA"
CurrentUICulture
"en-US"
RecurringJobId
"CommunityAcclamationsMostView.Run"
RetryCount
10

State

2024/12/02 12:34:43 AM (+1.573s) Failed

An exception occurred during performance of the job.

Google.GoogleApiException

Google.Apis.Requests.RequestError User does not have sufficient permissions for this profile. [403] Errors [ Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global] ]

The service analytics has thrown an exception: Google.GoogleApiException: Google.Apis.Requests.RequestError
User does not have sufficient permissions for this profile. [403]
Errors [
	Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global]
]

   at Google.Apis.Requests.ClientServiceRequest`1.Execute()
   at Watershed.Helpers.GoogleAnalytics.GetAnalyticsData(String profileId, String dimensions, String[] metrics, DateTime startDate, DateTime endDate, String filters) in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\GoogleAnalytics.cs:line 54
   at Watershed.Helpers.CommunityAcclamationsMostView.<Run>d__12.MoveNext() in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\CommunityAcclamationsMostView.cs:line 43

+4ms Processing

Server:
eir15-win2:10612
Worker:
c5e64fbd

+1h 52m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+30ms Scheduled

Retry attempt 10 of 10: Google.Apis.Requests.RequestError User does not …

Enqueue at:
2024/12/02 12:34:41 AM

+1.820s Failed

An exception occurred during performance of the job.

Google.GoogleApiException

Google.Apis.Requests.RequestError User does not have sufficient permissions for this profile. [403] Errors [ Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global] ]

The service analytics has thrown an exception: Google.GoogleApiException: Google.Apis.Requests.RequestError
User does not have sufficient permissions for this profile. [403]
Errors [
	Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global]
]

   at Google.Apis.Requests.ClientServiceRequest`1.Execute()
   at Watershed.Helpers.GoogleAnalytics.GetAnalyticsData(String profileId, String dimensions, String[] metrics, DateTime startDate, DateTime endDate, String filters) in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\GoogleAnalytics.cs:line 54
   at Watershed.Helpers.CommunityAcclamationsMostView.<Run>d__12.MoveNext() in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\CommunityAcclamationsMostView.cs:line 43

+ <1ms Processing

Server:
eir15-win2:10612
Worker:
a6b2e6d5

+1h 9m Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 9 of 10: Google.Apis.Requests.RequestError User does not …

Enqueue at:
2024/12/01 10:42:17 PM

+1.434s Failed

An exception occurred during performance of the job.

Google.GoogleApiException

Google.Apis.Requests.RequestError User does not have sufficient permissions for this profile. [403] Errors [ Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global] ]

The service analytics has thrown an exception: Google.GoogleApiException: Google.Apis.Requests.RequestError
User does not have sufficient permissions for this profile. [403]
Errors [
	Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global]
]

   at Google.Apis.Requests.ClientServiceRequest`1.Execute()
   at Watershed.Helpers.GoogleAnalytics.GetAnalyticsData(String profileId, String dimensions, String[] metrics, DateTime startDate, DateTime endDate, String filters) in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\GoogleAnalytics.cs:line 54
   at Watershed.Helpers.CommunityAcclamationsMostView.<Run>d__12.MoveNext() in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\CommunityAcclamationsMostView.cs:line 43

+ <1ms Processing

Server:
eir15-win2:388
Worker:
954cd27f

+43m 44.556s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 8 of 10: Google.Apis.Requests.RequestError User does not …

Enqueue at:
2024/12/01 9:33:17 PM

+1.617s Failed

An exception occurred during performance of the job.

Google.GoogleApiException

Google.Apis.Requests.RequestError User does not have sufficient permissions for this profile. [403] Errors [ Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global] ]

The service analytics has thrown an exception: Google.GoogleApiException: Google.Apis.Requests.RequestError
User does not have sufficient permissions for this profile. [403]
Errors [
	Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global]
]

   at Google.Apis.Requests.ClientServiceRequest`1.Execute()
   at Watershed.Helpers.GoogleAnalytics.GetAnalyticsData(String profileId, String dimensions, String[] metrics, DateTime startDate, DateTime endDate, String filters) in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\GoogleAnalytics.cs:line 54
   at Watershed.Helpers.CommunityAcclamationsMostView.<Run>d__12.MoveNext() in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\CommunityAcclamationsMostView.cs:line 43

+33ms Processing

Server:
eir15-win2:388
Worker:
a0f3bc22

+24m 15.677s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+17ms Scheduled

Retry attempt 7 of 10: The underlying provider failed on Open.

Enqueue at:
2024/12/01 8:49:20 PM

+13ms Failed

An exception occurred during performance of the job.

System.Data.Entity.Core.EntityException

The underlying provider failed on Open.

System.Data.Entity.Core.EntityException: The underlying provider failed on Open. ---> System.InvalidOperationException: The connection was not closed. The connection's current state is open.
   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.Open()
   at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)
   at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)
   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.<>c__DisplayClass1.<Execute>b__0()
   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)
   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
   --- End of inner exception stack trace ---
   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
   at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)
   at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass7.<GetResults>b__5()
   at System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy.Execute[TResult](Func`1 operation)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0()
   at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
   at Watershed.Helpers.CommunityAcclamationsMostView.<Run>d__12.MoveNext() in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\CommunityAcclamationsMostView.cs:line 37

+17ms Processing

Server:
eir15-win2:388
Worker:
a0f3bc22

+12m 59.373s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 6 of 10: Google.Apis.Requests.RequestError User does not …

Enqueue at:
2024/12/01 8:25:02 PM

+1s Failed

An exception occurred during performance of the job.

Google.GoogleApiException

Google.Apis.Requests.RequestError User does not have sufficient permissions for this profile. [403] Errors [ Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global] ]

The service analytics has thrown an exception: Google.GoogleApiException: Google.Apis.Requests.RequestError
User does not have sufficient permissions for this profile. [403]
Errors [
	Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global]
]

   at Google.Apis.Requests.ClientServiceRequest`1.Execute()
   at Watershed.Helpers.GoogleAnalytics.GetAnalyticsData(String profileId, String dimensions, String[] metrics, DateTime startDate, DateTime endDate, String filters) in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\GoogleAnalytics.cs:line 54
   at Watershed.Helpers.CommunityAcclamationsMostView.<Run>d__12.MoveNext() in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\CommunityAcclamationsMostView.cs:line 43

+ <1ms Processing

Server:
eir15-win2:388
Worker:
954cd27f

+5m 58.733s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 5 of 10: Google.Apis.Requests.RequestError User does not …

Enqueue at:
2024/12/01 8:12:08 PM

+1.427s Failed

An exception occurred during performance of the job.

Google.GoogleApiException

Google.Apis.Requests.RequestError User does not have sufficient permissions for this profile. [403] Errors [ Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global] ]

The service analytics has thrown an exception: Google.GoogleApiException: Google.Apis.Requests.RequestError
User does not have sufficient permissions for this profile. [403]
Errors [
	Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global]
]

   at Google.Apis.Requests.ClientServiceRequest`1.Execute()
   at Watershed.Helpers.GoogleAnalytics.GetAnalyticsData(String profileId, String dimensions, String[] metrics, DateTime startDate, DateTime endDate, String filters) in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\GoogleAnalytics.cs:line 54
   at Watershed.Helpers.CommunityAcclamationsMostView.<Run>d__12.MoveNext() in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\CommunityAcclamationsMostView.cs:line 43

+ <1ms Processing

Server:
eir15-win2:388
Worker:
a0f3bc22

+3m 29.153s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+4ms Scheduled

Retry attempt 4 of 10: Google.Apis.Requests.RequestError User does not …

Enqueue at:
2024/12/01 8:06:10 PM

+966ms Failed

An exception occurred during performance of the job.

Google.GoogleApiException

Google.Apis.Requests.RequestError User does not have sufficient permissions for this profile. [403] Errors [ Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global] ]

The service analytics has thrown an exception: Google.GoogleApiException: Google.Apis.Requests.RequestError
User does not have sufficient permissions for this profile. [403]
Errors [
	Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global]
]

   at Google.Apis.Requests.ClientServiceRequest`1.Execute()
   at Watershed.Helpers.GoogleAnalytics.GetAnalyticsData(String profileId, String dimensions, String[] metrics, DateTime startDate, DateTime endDate, String filters) in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\GoogleAnalytics.cs:line 54
   at Watershed.Helpers.CommunityAcclamationsMostView.<Run>d__12.MoveNext() in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\CommunityAcclamationsMostView.cs:line 43

+ <1ms Processing

Server:
eir15-win2:388
Worker:
97304a4d

+1m 44.084s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 3 of 10: Google.Apis.Requests.RequestError User does not …

Enqueue at:
2024/12/01 8:02:35 PM

+970ms Failed

An exception occurred during performance of the job.

Google.GoogleApiException

Google.Apis.Requests.RequestError User does not have sufficient permissions for this profile. [403] Errors [ Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global] ]

The service analytics has thrown an exception: Google.GoogleApiException: Google.Apis.Requests.RequestError
User does not have sufficient permissions for this profile. [403]
Errors [
	Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global]
]

   at Google.Apis.Requests.ClientServiceRequest`1.Execute()
   at Watershed.Helpers.GoogleAnalytics.GetAnalyticsData(String profileId, String dimensions, String[] metrics, DateTime startDate, DateTime endDate, String filters) in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\GoogleAnalytics.cs:line 54
   at Watershed.Helpers.CommunityAcclamationsMostView.<Run>d__12.MoveNext() in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\CommunityAcclamationsMostView.cs:line 43

+ <1ms Processing

Server:
eir15-win2:388
Worker:
97304a4d

+29.033s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 2 of 10: Google.Apis.Requests.RequestError User does not …

Enqueue at:
2024/12/01 8:00:53 PM

+977ms Failed

An exception occurred during performance of the job.

Google.GoogleApiException

Google.Apis.Requests.RequestError User does not have sufficient permissions for this profile. [403] Errors [ Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global] ]

The service analytics has thrown an exception: Google.GoogleApiException: Google.Apis.Requests.RequestError
User does not have sufficient permissions for this profile. [403]
Errors [
	Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global]
]

   at Google.Apis.Requests.ClientServiceRequest`1.Execute()
   at Watershed.Helpers.GoogleAnalytics.GetAnalyticsData(String profileId, String dimensions, String[] metrics, DateTime startDate, DateTime endDate, String filters) in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\GoogleAnalytics.cs:line 54
   at Watershed.Helpers.CommunityAcclamationsMostView.<Run>d__12.MoveNext() in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\CommunityAcclamationsMostView.cs:line 43

+33ms Processing

Server:
eir15-win2:388
Worker:
97304a4d

+28.310s Enqueued

Triggered by DelayedJobScheduler

Queue:
default

+ <1ms Scheduled

Retry attempt 1 of 10: Google.Apis.Requests.RequestError User does not …

Enqueue at:
2024/12/01 8:00:24 PM

+1.493s Failed

An exception occurred during performance of the job.

Google.GoogleApiException

Google.Apis.Requests.RequestError User does not have sufficient permissions for this profile. [403] Errors [ Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global] ]

The service analytics has thrown an exception: Google.GoogleApiException: Google.Apis.Requests.RequestError
User does not have sufficient permissions for this profile. [403]
Errors [
	Message[User does not have sufficient permissions for this profile.] Location[ - ] Reason[insufficientPermissions] Domain[global]
]

   at Google.Apis.Requests.ClientServiceRequest`1.Execute()
   at Watershed.Helpers.GoogleAnalytics.GetAnalyticsData(String profileId, String dimensions, String[] metrics, DateTime startDate, DateTime endDate, String filters) in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\GoogleAnalytics.cs:line 54
   at Watershed.Helpers.CommunityAcclamationsMostView.<Run>d__12.MoveNext() in C:\My Projects\GroupEditors\Back\GroupEditiorsBackend\Helpers\CommunityAcclamationsMostView.cs:line 43

+17ms Processing

Server:
eir15-win2:388
Worker:
a0f3bc22

+ <1ms Enqueued

Triggered by recurring job scheduler

Queue:
default

2024/12/01 8:00:00 PM Created