Sign in
Freddys Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
A/D
Add-Ins
AL
AppFabric
Asynchronous
Authentication
Automation
Azure
BigText
Binary
Bookmark
Bug
C#
Client Tier
Cloud
COM
Compact
COMPANY
Data
Deployment
Directions
Dynamic
Excel
Extensibility
First
Flash
FusionIO
Gadget
Geocode
INPUT
Intel
ISSERVICETIER
Java
Javascript
Latitude
Launch
LINQ
Log
Longitude
MAP
Mappoint
Merge
Multiple
NAV 2009
NAV 2009 SP1
NAV Policy Server
Page Extension
PageUp/PageDown
Performance
Personalization
PHP
Proxy
Reflection
Sales Order
Search
Service
Service Reference
Service Tier
Servicebus
Setup
Sharepoint
Silverlight
SSD
STEC
TAP
Temporary File
Timer
Touch Screen
Unicode
URL
VBScript
Virtual Earth
Visual Basic
WCF
Web Reference
Web Services
Windows Mobile 6
Windows Mobile 6.5
Windows Phone 7
Windows Service
Word
XAML
XML
XMLPort
XP
XSLT
Browse by Tags
MSDN Blogs
>
Freddys Blog
>
All Tags
>
service tier
Tagged Content List
Blog Post:
Connecting to NAV Web Services from the Cloud–part 4 out of 5
FreddyDK
If you haven’t already read part 3 you should do so here , before continuing to read this post. By now you have seen how to create a WCF Service Proxy connected to NAV with an endpoint hosted on the Servicebus (Windows Azure AppFabric). By now, I haven’t written anything about security yet and the Proxy1...
on
27 Jan 2011
Blog Post:
Connecting to NAV Web Services from the Cloud–part 3 out of 5
FreddyDK
If you haven’t already read part 2 you should do so here , before continuing to read this post. In part 2 I talked about how to connect to my locally installed NAV Web Service Proxy from anywhere in the world and towards the end, I promised that I would explain how the proxy was build. Problem was, that...
on
27 Jan 2011
Blog Post:
Connecting to NAV Web Services from the Cloud–part 2 out of 5
FreddyDK
If you haven’t already read part 1 you should do so here , before continuing to read this post. In part 1 I showed how a service reference plus two lines of code: var client = new Proxy1.ProxyClassClient("NetTcpRelayBinding_IProxyClass"); Console.WriteLine(client.GetCustomerName("10000"...
on
2 Dec 2010
Blog Post:
Edit In Excel R2 – Part 2 (out of 2) – the final pieces
FreddyDK
It is time to collect the pieces. The full Edit In Excel R2 solution looks like this Slightly more complicated than the first version – but let me try to explain the pieces NAVEditInExcel is the COM object, which we use from within NAV. This actually hasn’t changed a lot, the only small change is, that...
on
11 Dec 2009
Blog Post:
Auto Deployment of Client Side Components – take 2
FreddyDK
Updated the link to the ComponentHelper msi on 12/11/2009 Please read my first post about auto deployment of Client side components here before reading this. As you know, my first auto deployment project contained a couple of methods for automatically adding actions to pages, but as one of my colleagues...
on
9 Dec 2009
Blog Post:
Running Code on the Client without deploying COM objects
FreddyDK
Yes , it can be done! No , it isn’t .net code – nor AL code. Why? It started out as me being a little too fast when stating that you could easily download a file to the Client and attach it to Outlook without any user interaction - and as you might know that is true, but you might also know that if you...
on
14 Oct 2009
Blog Post:
Word Management
FreddyDK
As with the release of Microsoft Dynamics NAV 2009, I was also deeply involved in the TAP for Microsoft Dynamics NAV 2009 SP1. My primary role in the TAP is to assist ISVs and partners in getting a customer live on the new version before we ship the product. During this project we file a lot of bugs...
on
20 Sep 2009
Blog Post:
Auto deployment of Client Side Components
FreddyDK
NOTE: There is an updated post on Auto deployment of Client Side Components here . When you install the RoleTailored Client on a number of clients, you might need to install a number of Client side components as well. This might not sound as too much of a problem when you need to install the client anyway...
on
19 Sep 2009
Blog Post:
Multiple Service Tiers - SP1
FreddyDK
Right around the release of Microsoft Dynamics NAV 2009, I wrote a blog entry with some .bat files on how to create multiple Service Tiers when working with NAV 2009. The blog post is here: http://blogs.msdn.com/freddyk/archive/2008/10/29/multiple-service-tiers.aspx Now NAV 2009 SP1 is about to be released...
on
5 Aug 2009
Blog Post:
Installing NAV 2009 without A/D
FreddyDK
The majority of installations of NAV 2009 will be in a network environment, you will have a domain server and an Active Directory with your users and your biggest worries will be how to setup a 3T environment on 3 different boxes, getting the delegation setup correctly all of that stuff. But in a few...
on
15 May 2009
Blog Post:
Search in NAV 2009 - Part 1 (out of 3)
FreddyDK
During the partner keynote and during a couple of the other presentations, we showed a small application, which was able to search in NAV 2009 through multiple tables, display a result set and allow people to drill into task pages in NAV 2009 from the search result window. During the next 3 posts, I...
on
23 Nov 2008
Blog Post:
NAV 2009 and Unicode!
FreddyDK
The title might be a bit misleading, but I am writing this post as a response to a problem, which a partner ran into with NAV 2009 - and the problem is caused by Unicode. I am not a Unicode expert, so bare with me if I am naming some things wrong. As you know, NAV 2009 is a 3T architecture and the Service...
on
10 Nov 2008
Blog Post:
Transferring binary data to/from WebServices (and to/from COM (Automation) objects)
FreddyDK
A number of people have asked for guidance on how to transfer data to/from COM and WebServices in NAV 2009. In the following I will go through how to get and set a picture on an item in NAV through a Web Service Connection. During this scenario we will run into a number of obstacles - and I will describe...
on
4 Nov 2008
Blog Post:
4 BAT files for the Client Tier
FreddyDK
If you haven't done so, please read the post about Multiple Service Tiers before reading this:-) In my previous post (Multiple Service Tier) I promised to talk about what to do on the Client Tier if you have installed a number of services on a Service Tier computer that all are set to start manually...
on
31 Oct 2008
Blog Post:
The Service Tier
FreddyDK
My first technical blog post is going to describe some details about the service tier, that some people might find interesting (and some people might think that this is common knowledge:-)) What is the Service Tier? Very briefly - the Service Tier is the middle tier in a Microsoft Dynamics NAV 2009 installation...
on
29 Oct 2008
Blog Post:
Multiple Service Tiers
FreddyDK
NOTE – there is an updated post reg. Multiple Service Tiers in NAV 2009 SP1 here . If you haven't done so, please read the post about the Service Tier before reading this:-) A very typical scenario with both partners and customers is to have more than one database. This can be because you have a development...
on
29 Oct 2008
Page 1 of 1 (16 items)