Dynamics 365 - Deployment Toolkit Error - sdk

I have been playing with developer toolkit for dynamics 365 in the last three days.
I am working on a simple plugin sample. For uncountable times I had to create a new Package, connect to CRM and add my plugin project once more to the packaged due to the following errors:
This error occurs when I try to deploy my plugin. Note that I am system administrator (No doubt about it)
When I try to open the CRM Explorer (View > CRM Explorer) or open my current crm connection through (Tools > Connect to Dynamics 365 Server) I get the error below:
I googled for hours on the internet without success. I really appreciate any clue of what is causing that issue.

You have to be a CRM Deployment Administrator in order to deploy plugins to CRM that aren't registred in sandbox mode. This is an actual AD permission: https://blogs.msdn.microsoft.com/crminthefield/2013/10/07/6-steps-to-add-a-deployment-administrator-in-microsoft-dynamics-crm-2011/

Related

Http Error 500 Azure Websites Deployment issue

I've published an app to Azure for the first time. When I go to the site I get an HTTP 500 error saying
The page isn't working. *****.azurewebsites.net is currently unable to handle this request.
Looking at the Live Metrics Stream on the Azure Portal it says
Not available: your app is offline or using an older SDK
This is a .Net Core app.
When I published it there were no errors. It said the build and publishing were successful. I'm not sure what other information I can give to help someone help me resolve this.
Below is an error from the Azure Portal:
Try to add below code in your .csproj file, then deploy to Azure, test whether it can be solved.
<PropertyGroup>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
I have had this issue as well. Assuming you have no errors in the deploy:
Restarting the app on the portal worked for me.
This may be more than you need, but, I also add a health check to the app looking for bad instances to automatically remove them.
HTH

Creation of Microsoft Azure Web App with sql server failed

I got the following error when creating an azure web app:
Creation of Microsoft Azure Web App with sql server failed
I know what the issue is, but i dont know how to go back, change the settings and retry to create the web app. Can anyone advise how i do this?
Per your comment, did you try editing the publish profile and correct the settings that where incorrect?
You can edit the publish profile found under "Properties". It is an XML file that contains all the settings for publishing your site.
More information can be found here: How to: Edit Deployment Settings in Publish Profile (.pubxml) Files and the .wpp.targets File in Visual Studio Web Projects

Can't connect to and debug my azure app

I have a mvc4 project that I have published to azure through a publish profile that I use by right clicking my main project and go publish.
All this works great and has for a while.
But now I need to debug the app so I installet the azure tools and according to tutorials I should then have my application under "Windows Azure Compute" in server tab. I do not there is nothing under there.
If I select "Add Deployment Environment" I can click a link that says download publish settings file so I did and I got the file. When i then import it, it looks like this: http://db.tt/JkJsT3Hl
however if I now click the little arrow next to 3-Month Free Trial the arrow simply disappear. There is nothing there.
I noticed that the publich settings file I had since before was not at all the same as this new one I got now. I could not use the old one here.
I also noticed that a new Certificate showed up on the azure page like so: http://db.tt/KoqNXwUp
I should mention that before it said upload a .cer file, something i never did.
Okay thats all I know.
I had missed that azure toolkit comes with a emulator (system tray)
enabled that and created a web role (right click project and chose create azure role)
and now i can debug in the emulator on my local machine and so far it has worked brilliant.
Beware that it can require you to run visual as admin to work.

Where are MAC OSX HTTP Live Streaming Tools

I am trying to install mediastreamvalidator, mediastreamsegmenter, mediafilesegmenter tools for my mac machine version 10.6.8.
As mentioned in below link about downloading required tools for development of Apple specified Http Live Server.
https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/UsingHTTPLiveStreaming/UsingHTTPLiveStreaming.html
As above article says:
The tools are frequently updated, so you should download the current
version of the HTTP Live Streaming Tools from the Apple Developer
website. You can access them if you are a member of the iPhone
Developer Program. One way to navigate to the tools is to log onto
connect.apple.com, then click iPhone under the Downloads heading.
After logging in to site connect.apple.com with Mac OSX developer credentials,
under download heading there is no tab named iPhone, i am unable to find this link.
If these tools are stored else where can some one please provide me the updated link?
I need these command lines for developing HLS server.
As I read on Apple web site, Mac OSX version 10.6 and above have these applications pr-installed and we don't need to install them using dgm files, but on my max machine i have only mediastreamsegmenter command line tools not all of them.
Can some one please provide me a link to download these command line tools or provide information on how to get these applications installed on my mac.
As mentioned by Stuart, you must be a member of the iPhone Developer Program in order to access these tools via the http://connect.apple.com link provided in the official documentation. More specifically, you must be a paid member. This fact caused me to lose several hours searching for the tools as I was a member of the iPhone Developer Program, but my annual membership had lapsed and the tools were consequently no longer available to me. What really got me was that the tools were still unavailable within the first few hours of renewing my membership. It took approximately 12 - 24 hours after I paid to renew my membership for them to show up in the list. Hope this helps someone down the road!
They seem to be well-hidden for whatever reason, but after a few wild goose chases, I found them.
You can start at the public-facing streaming page: https://developer.apple.com/streaming/
There is a "Downloads" link along the side. You'll be prompted to sign in to your Developer account, and then finally you get the actual download page here:
https://developer.apple.com/download/more/?=http%20live%20streaming%20tools
Here is a copy make from lastest version of HTTP Live Streaming Tools on ADC.
https://github.com/creeveliu/HTTPLiveStreamingTools
Download:
$ git clone https://github.com/creeveliu/HTTPLiveStreamingTools
To install it, you just need to double-click the StreamingTools.pkg and follow the instructions.
Once installed you will have these tools
/usr/local/bin/mediastreamsegmenter
/usr/local/bin/mediafilesegmenter
/usr/local/bin/mediasubtitlesegmenter
/usr/local/bin/variantplaylistcreator
/usr/local/bin/mediastreamvalidator
/usr/local/bin/hlsreport.py
/usr/local/bin/id3taggenerator

problem with Enterprise Portal and Role Center installation

I have installed the following:
.Net Framework 3.5, windows installer 3.1, IIS 7.0, ASP .NET, Microsoft DynamicsAX .NET business connector, AMO, AOS and Microsoft office share point server 2007
when trying to install Enterprise Portal and Role Center on office Sharepoint server I got a warning when the installation finished.
When trying to install Deploy ODC, I got an error. I think it is related to the fact I am missing the site: http://servername/sites/DynamicsAX
Now the questions:
How can I create the site/DynamicsAX site? (I saw in the Enterprise Portal and Role Centers on Office sharepoint server installation guide I need to configure it but couldn't find it in the actual setup)
Is this the reason I cannot fins the Enterprise portal when accessing AX?
Please assist if you have any idea?
Thanks,
Ub.
You should be able to have the Enterprise Portal installation program create your site. But since the installation ended with a warning, you probably didn't get the site created.
Here is a link to information about how you can manually deploy ODC files: http://blogs.msdn.com/b/emeadaxsupport/archive/2010/02/17/how-to-manually-deploy-odc-files-to-microsoft-dynamics-ax-2009-enterprise-portal.aspx

Resources