I install already a few times webshop on NT server (Standalone) with almost no problems if i order something the server ask for sending mail First question do i need install Exchange Server for do this ? Are there other methods for solve this ? Second problem i installed Webshop on a NT server (PDC == Primary Domain Controller) i can’t install Navision Webshop without error. If i setup userid = 99003505 (codeunit) it gives first a error that some Ocx file is not correctly registered so next step i copy all ocx to my harddrive and install manually. So i start webshop again. It start with synchronisation. But then comes the follow error REQMQ does not exist or you do not have read permissions Do you want to continue ? Yes No i confirm with yes REQMQ_TRNS does not exist or you do not have read permissions Do you want to continue ? Yes No i confirm with yes Note : if i confirm with no then its quit But if i order something and want see what is in my “basket” give it to me : Microsoft VBScript runtime error ‘800a01a8’ Object required : "lineItem.NF’ /shop/order.asp , line 84 so how can i fix this ?
Problem 1: I think Navision uses the MAPI connection - so presumably other email packages which provide for this interface would work. Problem 2a: One of the codeunit needs an OCX to be registered on that machine - installed as part of the set-up Problem 2b: Check that the queues have the correct permissions Problem 2c: No immediate answer - do the WebShop tables exist in the Commerce db?
Problem 2c: Yo should be check if SHOP_BASKET table exists in Commerce DB in SQL Server. This table isn’t sinchronized with NF native BD, and it´s created in the NF WEBSHOP instalation.
quote:
I install already a few times webshop on NT server (Standalone) with almost no problems if i order something the server ask for sending mail First question do i need install Exchange Server for do this ? Are there other methods for solve this ?
Navision uses the default account of the default MAPI client installed on the machine that’s running the dispatcher, so you should install an e-mail client and configure an account for being used with it (for example, you can use Outlook express, that comes with NT). After installing and creating the account, you won’t have many problems if being able of sending e-mail from that account
quote:
Second problem i installed Webshop on a NT server (PDC == Primary Domain Controller) i can’t install Navision Webshop without error. If i setup userid = 99003505 (codeunit) it gives first a error that some Ocx file is not correctly registered so next step i copy all ocx to my harddrive and install manually. So i start webshop again. It start with synchronisation. But then comes the follow error…
It seems that you’re installing webshop but just server side and trying to use the dispatcher on a server side installed machine. You should need the client side of the Navision Webshop installation on the machine running the dispatcher (the session that should sinchronize the webshop). For that computer, remember that you should also install the Microsoft Queues and then run the sincronization codeunit too… – Alfonso Pertierra apertierra@teleline.es Spain