How to connect to Microsoft Dynamic NAV 5.0? - wcf

I need to implement connection between Microsoft Dynamics AX, Microsoft Dynamics Navision 5.0 and external system via WCF Service.
External System ---->WCF service ---> Axapta
External System ---->WCF service ---> Navision 5.0
I've done with integration to Microsoft Dynamics AX via Microsoft.Dynamics.BusinessConnectorNet.dll and now i need to connect to Navision 5.0.
Is there a BusinessConnectorNet for NAV 5.0 exists or some other ways to connect?

You can use C/FRONT but this granule have to be in the NAV licence
https://blogs.msdn.microsoft.com/nav_developer/2008/04/19/beginners-guide-how-connect-to-nav-from-a-net-project-using-cfront/

Related

Multiple RIA Service Library Issue with Prism 4.1 and Silverlight 5

My Prism 4.1 , Silverlight 5 Application have connectivity with oracle 11g via DevArt Oracle connector. My controls will be of Telerik
I've used EnitityFramwork 6 Database 1st Approach. Entitites & Context are in 1 c# project under Data module.
I'm unable to create (OpenRIA)RIA Domain Service library in my Prism project. It doesn't allow me to choose entitites from wizard. Means it doesn't show me the Entitites in wizard.
ITS OPENRIA with VS2013.
RIA Services Domain Services no longer exists as a wizard within Vs2013:
http://msmvps.com/blogs/deborahk/archive/2013/10/25/who-moved-my-cheese-ria-services.aspx
You instead have access to some NuGet packages, and the Open RIA Services project

How to:configure sharepoint 2013 BI features

I have installed SQL server on server (nvsql01) with the following features:
Database engine services
Analysis services
then i installed Sharepoint 2013 under server(nvsp01) and connected to default sql instance found under server (nfsql01)
Now i want to add features under sharepoint server(nvsp01)
reporting services sharepoint
reporting services add-in sharepoint product
I installed them using sql 2012 r1 but only check these features but did not ask where to add them under which sql instance
so i use sharepoint management shell and type install-SSRSservices
give error.
so i remove them.
Dear my friend
is anyone can help me how to enable Bi features under sharepoint 2013.
Really need to activate sql server reporting services service application.
best regards
the following article is a good place to start
Install Reporting Services SharePoint Mode for SharePoint 2013
http://msdn.microsoft.com/en-us/library/jj219068.aspx

Enable auditing only for a specific sharepoint library programatically - SharePoint 2010

How can I enable auditing for a specific SharePoint library in SharePoint 2010 through code?
There is dedicated article:
Activating Auditing Programmatically for a Single Document Library in Windows SharePoint Services 3.0
Its for WSS v3 but should work for SP 2010 as well.

Net Application Windows Mobile 6.0 cannot access webservice on IIS7.0 WS2008

I have CFv2.0 VB.net application running on PDA 6.0 accessing webservices all the time for data exchange. Number of PDA's are more then 20 all accessing the webservice on Windows Server 2008 IIS7.0 all of a sudden some PDA's stop working (cannot access web service) and get web no connection exception. Can access the service from IE.
Any clue?
Cheers
Gauls
changing new PDA helped to improve connectivity

How to trasform a microsoft sql server report service in web application

How can i trasform a microsoft sql server report service in web application or something that i can access on the net?
thanks to all that would help me
You've got a bunch of different options - see:
Integrating Reporting Services into Applications
Using the Report Server Web Service/SOAP APIs
Extending/Integrating Reporting Services using RS Programming
There's a asp:ReportViewer control, which allows you to either display a local *.rdlc file containing a report definition, or you can also hook that up to a server-side *.rdl file on your reporting server.
Is that what you're looking for? It can render and show the report you defined on a ASP.NET page.