Create your free account or log in to subscribe to the forum - and gain access to more than 10,000+ support articles along with insights from experts and peers.
Already have an account? Login
It's your place to connect with experts and peers, get continuous support, and share knowledge.
Discussion of SmartConnector applications for integration of various other building management systems (BMS) into EcoStruxure Building Operation
You can subscribe to this forum after you log in or create your free account..
Create your free account or log in to subscribe to the forum - and gain access to more than 10,000+ support articles along with insights from experts and peers.
Already have an account? Login
Hello community,
I am a newbie to SmartConnector and have started the training sessions.
I am currently on
When I attempt to add a reference to mongoose.processor, using the nuget pacakage manager in visual studio. It is showing a 403 error (forbidden error).
Is there something I need to configure for proxy settings ???
NOTE - I have removed my API key from the URL below.
[SmartConnector] The V2 feed at 'https://www.myget.org/F/mongoose/auth/MyGETAPIKey/api/v2/Search()?$filter=IsLatestVersion&searchTerm='mongoose.processor'&targetFramework='uap10.0.17763'&includePrerelease=false&$skip=0&$top=26&semVerLevel=2.0.0' returned an unexpected status code '403 Forbidden'.
I was finally able to get access.
The e-mail from MyGet was buried in spam
Once I claimed the feed, it seems to work
A few other notes:
I do not see anything and have no idea what a Machine Thumbprint might be ???
Hi!
Check the logs in C:\ProgramData\SmartConnector\Logs, they might have some information that can help you understand why.
The licensing is described in chapter 7 of the installation guide. Your thumbprint is accessed through the portal, and if the SmartConnector service doesn't start, you don't have access to it
About your nuget 403 issue:
I see you're a SE employee. You're probably having issues with the Schneider proxy, you'll have to check your nuget.config file (%appdata%\NuGet\NuGet.Config) to make sure the proxy settings match up with the proxy.
I was able to get the SmartConnector service running after:
1) Uninstalling SmartConnector
2) Uninstalling SQL Express
3) Reboot
4) Reinstall SQL Express
5) Reinstall SmartConnector
Current Status:
The following is my NuGet.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="SmartConnector" value="https://www.myget.org/F/mongoose/auth/47301ae6-6ab4-4a3a-b0b2-98a31d0121ee/api/v2" />
<add key="Microsoft Visual Studio Offline Packages" value="C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\" />
</packageSources>
<packageRestore>
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<bindingRedirects>
<add key="skip" value="False" />
</bindingRedirects>
<packageManagement>
<add key="format" value="0" />
<add key="disabled" value="False" />
</packageManagement>
</configuration>
I was finally able to get access.
The e-mail from MyGet was buried in spam
Once I claimed the feed, it seems to work
User | Count |
---|---|
164 | |
34 | |
33 | |
19 | |
14 | |
11 |
Create your free account or log in to subscribe to the forum - and gain access to more than 10,000+ support articles along with insights from experts and peers.