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

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

SmartConnector Portal is not available.

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
  • SmartConnector Portal is not available.
Options
  • Subscribe to RSS Feed
  • 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
Lihov
Lieutenant | EcoXpert Master Lihov Lieutenant | EcoXpert Master
Lieutenant | EcoXpert Master

Posted: ‎2017-03-02 12:56 AM

1 Like
7
2214
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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

‎2017-03-02 12:56 AM

SmartConnector Portal is not available.

After installation SmartConnector Portal localhost:8082 is not available. The following entries in log file:

2017-03-02 15:28:48.4279,Status,Service,<no principal>,SmartConnector is starting,

2017-03-02 15:28:48.4569,Info,Service,<no principal>,Cleaning up orphaned ParameterSet instances,

2017-03-02 15:28:48.5570,Status,Service,<no principal>,Spinning up WorkerManager,

2017-03-02 15:28:48.5570,Status,WorkerManager,<no principal>,Mongoose WorkerManager running with 5 Processor threads.,

2017-03-02 15:28:48.6470,Status,Service,<no principal>,Attaching context listeners,

2017-03-02 15:28:48.8328,Status,Service,<no principal>,PortalAddress disabled because there is no defined endpoint.,

What can I do with this issue?

Reply
  • All forum topics
  • Previous Topic
  • Next Topic

Accepted Solutions
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-03-03 06:05 AM

2 Likes
1
2080
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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

‎2017-03-03 06:05 AM

That is very strange but the lack of rows does explain why the portal isn't working.

Since it was a fresh install, you could just opt to uninstall and reinstall using the setup EXE.

Alternatively, you could do the following which will re-install a new database at the configured location.

  1. Stop the service if its running
  2. Open a command window as an Administrator.
  3. Change to the SmartConnector install folder.
  4. Run mongoose.utility.exe /CreateDatabase
  5. Start the service and try to access the portal

Both approaches will delete the existing database but it doesn't sound like that is an issue in this case. 

If this doesn't remedy the situation, it is most likely a permission issue with the user you have configured for the database connection.  If you still have issues after trying the above, please supply:

  • Database server type (Express or SQLServer) and version.
  • Is the database server remote or is it the same machine SmartConnector is installed on?
  • Are you using Windows authentication or SQLServer authentication.
  • Does the DB user you are using have dbcreator roles?

See Answer In Context

Reply
Replies 7
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-03-02 06:24 AM

1 Like
3
2080
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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

‎2017-03-02 06:24 AM

Ilya,

Was this a new installation or did you upgrade from a prior version?  If it was an upgrade, do you happen to know what version you were upgrading from?

Can you open up a SQL client against your SmartConnector database and run the following query.

SELECT * FROM Settings;

Reply
Lihov
Lieutenant | EcoXpert Master Lihov Lieutenant | EcoXpert Master
Lieutenant | EcoXpert Master

Posted: ‎2017-03-03 01:44 AM

1 Like
2
2080
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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

‎2017-03-03 01:44 AM

Hello Mark,

It is not ubgrade. This is new installation of 2.2.108 version. The result for this query is emty table without any entries.

Reply
sesa180908_brid
Commander sesa180908_brid Commander
Commander

Posted: ‎2017-03-03 06:05 AM

2 Likes
1
2081
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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

‎2017-03-03 06:05 AM

That is very strange but the lack of rows does explain why the portal isn't working.

Since it was a fresh install, you could just opt to uninstall and reinstall using the setup EXE.

Alternatively, you could do the following which will re-install a new database at the configured location.

  1. Stop the service if its running
  2. Open a command window as an Administrator.
  3. Change to the SmartConnector install folder.
  4. Run mongoose.utility.exe /CreateDatabase
  5. Start the service and try to access the portal

Both approaches will delete the existing database but it doesn't sound like that is an issue in this case. 

If this doesn't remedy the situation, it is most likely a permission issue with the user you have configured for the database connection.  If you still have issues after trying the above, please supply:

  • Database server type (Express or SQLServer) and version.
  • Is the database server remote or is it the same machine SmartConnector is installed on?
  • Are you using Windows authentication or SQLServer authentication.
  • Does the DB user you are using have dbcreator roles?
Reply
Lihov
Lieutenant | EcoXpert Master Lihov Lieutenant | EcoXpert Master
Lieutenant | EcoXpert Master

Posted: ‎2017-03-06 01:56 AM

1 Like
0
2080
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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

‎2017-03-06 01:56 AM

Hello, Mark

After re-installation database web portal became available (all permissions of user was correctly). Thank you so much!

Reply
Anonymous user
Not applicable

Posted: ‎2017-07-06 11:42 PM

1 Like
0
2080
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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

‎2017-07-06 11:42 PM

Hello Mark,

After installation of SmartConnector, localhost:8082 is not available.

2017-07-07 14:11:55.7055,Status,Service,<no principal>,SmartConnector is starting,

2017-07-07 14:11:55.7055,Info,Service,<no principal>,Cleaning up orphaned ParameterSet instances,

2017-07-07 14:11:55.9015,Status,Service,<no principal>,Spinning up WorkerManager,

2017-07-07 14:11:55.9015,Status,WorkerManager,<no principal>,Mongoose WorkerManager running with 5 Processor threads.,

2017-07-07 14:11:55.9575,Status,WorkerManager,<no principal>,Worker manager has started.,

2017-07-07 14:11:55.9795,Status,Service,<no principal>,Attaching context listeners,

2017-07-07 14:11:56.7945,Status,Service,<no principal>,Starting PortalAddress,

2017-07-07 14:11:57.2365,Error,Service,<no principal>,Exception has been thrown by the target of an invocation.

The process cannot access the file because it is being used by another process

  at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)

  at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)

  at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)

  at Microsoft.Owin.Hosting.ServerFactory.ServerFactoryAdapter.Create(IAppBuilder builder)

  at Microsoft.Owin.Hosting.Engine.HostingEngine.StartServer(StartContext context)

  at Microsoft.Owin.Hosting.Engine.HostingEngine.Start(StartContext context)

  at Microsoft.Owin.Hosting.Starter.DirectHostingStarter.Start(StartOptions options)

  at Microsoft.Owin.Hosting.Starter.HostingStarter.Start(StartOptions options)

  at Microsoft.Owin.Hosting.WebApp.StartImplementation(IServiceProvider services, StartOptions options)

  at Microsoft.Owin.Hosting.WebApp.Start(StartOptions options)

  at Microsoft.Owin.Hosting.WebApp.Start[TStartup](StartOptions options)

  at Mongoose.Service.Mongoose.StartPortal()

,[],

Reply
JeffBowman
Sisko JeffBowman Sisko
Sisko

Posted: ‎2017-07-07 08:29 AM

1 Like
1
2080
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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

‎2017-07-07 08:29 AM

Hi Soe,

It may be that port 8082 is in use by some other process on your computer. Can you try going into the database (through SQL management studio). Opening the Settings table, and changing the PortalAddress to a different port number. Then restart the SmartConnector service.

-Jeff

Reply
Anonymous user
Not applicable

Posted: ‎2017-07-09 08:35 PM

1 Like
0
2080
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

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

‎2017-07-09 08:35 PM

Hi Jeff,

After I changed PortalAddress to a different port number, it worked . Thank you very much.

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