Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Ask Me About Webinar: Data Center Assets - Modeling, Cooling, and CFD Simulation
Join our 30-minute expert session on July 10, 2025 (9:00 AM & 5:00 PM CET), to explore Digital Twins, cooling simulations, and IT infrastructure modeling. Learn how to boost resiliency and plan power capacity effectively. Register now to secure your spot!

Worker is being aborted because the processor is not completing in a timely manner. Total elapsed runtime is 603.2563196

SmartConnector Forum

Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure Building
  • SmartConnector
  • SmartConnector Forum
  • Worker is being aborted because the processor is not completing in a timely manner. Total elapsed runtime is 603.2563196
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
JeffBowman
Sisko JeffBowman Sisko
164
ardak
ardak Schneider Alumni (Retired)
34
sesa180908_brid
Commander sesa180908_brid Commander
34
mike_meirovitz
Commander mike_meirovitz
21
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Solved Go to Solution
Back to SmartConnector Forum
Solved
mike_meirovitz
Commander mike_meirovitz
Commander

Posted: ‎2020-12-23 08:50 AM

0 Likes
3
829
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2020-12-23 08:50 AM

Worker is being aborted because the processor is not completing in a timely manner. Total elapsed runtime is 603.2563196

Hi,

 

We have a setup processor that runs for more than 10 minutes. After 10 minutes, the processor is aborted with the following messages in the log file:

2020-12-23 18:24:11.0170,Info,WorkerManager,<no principal>,Worker is being aborted because the processor is not completing in a timely manner.  Total elapsed runtime is 603.2563196,

2020-12-23 18:24:11.0831,Error,Processor,<no principal>,The operation was canceled.

   at System.Threading.CancellationToken.ThrowOperationCanceledException()

   at Mongoose.Process.Processor.CheckCancellationToken()

   at SmartConnector.EBOOPCClient.SetupProcessor.EnsureContainerItem(String altId, String name, String description, EwsContainerTypeEnum type, EwsContainerItem parent)

   at SmartConnector.EBOOPCClient.SetupProcessor.AddOPCServerItems(OpcClientManager opcClientManager)

   at SmartConnector.EBOOPCClient.SetupProcessor.Execute_Subclass()

   at Mongoose.Process.Processor.Execute(CancellationToken token, ProcessorExecutionMode mode)

,["EBO-OPC Client Setup Processor"],

 

Any idea what can be done?

 

Thank you.

 

Mike

Tags (1)
  • Tags:
  • english
Reply
  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
mike_meirovitz
Commander mike_meirovitz
Commander

Posted: ‎2020-12-28 12:44 PM

0 Likes
1
824
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2020-12-28 12:44 PM

Hi,

I understand why the processor was aborted. The "Processor Runtime Limit" value in the SmartConnector service settings was "600" which means 10 minutes.

After increasing the value to "1800", the processor was not aborted and completed successfully.  

 

However, I have noticed continues degradation in the performance of adding an items/values to the EWS server. The time to add one value at the beginning of the process is ~29 milliseconds. If I add 10,000 items/values, the time that it takes to add the last items/values is ~182 milliseconds. 

 

Can someone explain why the performance of adding items is getting worse when adding large amount of items/values? 

See the our log file below.

 

Creating first items/values:

2020-12-28 20:35:39.674 [18] DEBUG, add EWS item '1K.A0001', # of items 14 of 10016
2020-12-28 20:35:39.703 [18] DEBUG, add EWS item '1K.A0002', # of items 15 of 10016     dif = (703-674)=29 mili

 

Creating last items/values: 

2020-12-28 20:52:23.084 [18] DEBUG, add EWS item '10K.B4998', # of items 10014 of 10016
2020-12-28 20:52:23.266 [18] DEBUG, add EWS item '10K.B4999', # of items 10015 of 10016  dif =  (266-084)=182 mili

 

Thank you.

Mike

See Answer In Context

Tags (1)
  • Tags:
  • english
Reply
JeffBowman
Sisko JeffBowman Sisko
Sisko

Posted: ‎2021-01-04 08:21 AM

0 Likes
0
816
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2021-01-04 08:21 AM

Hi Michael,

 

I can't be sure, but I suspect this has something to do with the fact that the database is larger, and it takes longer to execute queries. In this case, the Smart Connector framework needs to look through each object and verify that what is being added, has not already been created, so this could explain why it takes longer..

 

Best Regards,

 

-Jeff

See Answer In Context

Tags (1)
  • Tags:
  • english
Reply
Replies 3
mike_meirovitz
Commander mike_meirovitz
Commander

Posted: ‎2020-12-28 12:44 PM

0 Likes
1
825
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2020-12-28 12:44 PM

Hi,

I understand why the processor was aborted. The "Processor Runtime Limit" value in the SmartConnector service settings was "600" which means 10 minutes.

After increasing the value to "1800", the processor was not aborted and completed successfully.  

 

However, I have noticed continues degradation in the performance of adding an items/values to the EWS server. The time to add one value at the beginning of the process is ~29 milliseconds. If I add 10,000 items/values, the time that it takes to add the last items/values is ~182 milliseconds. 

 

Can someone explain why the performance of adding items is getting worse when adding large amount of items/values? 

See the our log file below.

 

Creating first items/values:

2020-12-28 20:35:39.674 [18] DEBUG, add EWS item '1K.A0001', # of items 14 of 10016
2020-12-28 20:35:39.703 [18] DEBUG, add EWS item '1K.A0002', # of items 15 of 10016     dif = (703-674)=29 mili

 

Creating last items/values: 

2020-12-28 20:52:23.084 [18] DEBUG, add EWS item '10K.B4998', # of items 10014 of 10016
2020-12-28 20:52:23.266 [18] DEBUG, add EWS item '10K.B4999', # of items 10015 of 10016  dif =  (266-084)=182 mili

 

Thank you.

Mike

Tags (1)
  • Tags:
  • english
Reply
JeffBowman
Sisko JeffBowman Sisko
Sisko

Posted: ‎2021-01-04 08:19 AM

0 Likes
0
819
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2021-01-04 08:19 AM

Hi Michael,

 

The processor is taking longer than 600 seconds to run, and this is the default timeout for processors.


To fix this you have two options:

 

  1. Add the ILongRunningProcess interface to your processor, so the framework doesn’t automatically stop it from running long.
  2. Increase the Processor Runtime Limit from 600 to something higher, this is in the Settings in the Smart Connector portal.

Best Regards,

 

-Jeff

Tags (1)
  • Tags:
  • english
Reply
JeffBowman
Sisko JeffBowman Sisko
Sisko

Posted: ‎2021-01-04 08:21 AM

0 Likes
0
817
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2021-01-04 08:21 AM

Hi Michael,

 

I can't be sure, but I suspect this has something to do with the fact that the database is larger, and it takes longer to execute queries. In this case, the Smart Connector framework needs to look through each object and verify that what is being added, has not already been created, so this could explain why it takes longer..

 

Best Regards,

 

-Jeff

Tags (1)
  • Tags:
  • english
Reply
Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 
To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of