RS First Dynamics NAV Blog


...from NAV 3.60 to NAV 2013
Archivio Posts
Anno 2015

Anno 2014

Anno 2013

Anno 2012

Anno 2011

Anno 2010

Anno 2009

Anno 2008

Anno 2007

NAS, JOBSCHEDULER, problemi di protezione richiamando eseguibili da codeunit

A volte capita che eeguibili o dll senz firma digitale possano non venire lanciati da codeunit schedukate su NAS o JOBSCHEDULER per problemi di firma digitale sulla macchina. in questo caso: da windows > start esegui > digitare msconfig> andare su ultimo tab> aprire "uhc"> impostare "livello basso" di protezione> reboot bingo ! 
Leggi tutto il post...
Categoria: Dynamics NAV ALL
giovedì, 29 set 2011 Ore. 18.13

NAV 2009, how to see if "a file" is locked

SETSTAMP(filename,newdate,newtime)if SETSTAMP(filename,newdate,newtime) then   begin      ........        endto see if the file is locked. and wait till it is released. but in a sense you are making the file be your semaphore.I would rather use events, send email, create separate files for each connection.afterward at the end of the have a processing that will combine the files. 
Leggi tutto il post...
martedì, 27 set 2011 Ore. 11.47

How to transfer the logins and the passwords between instances of SQL Server

To transfer the logins and the passwords from the instance of SQL Server on server A to the instance of SQL Server on server B, follow these steps: 1. On server A, start SQL Server Management Studio, and then connect to the instance of SQL Server from which you moved the database. 2. Open a new Query Editor window, and then run the following scriptUSE masterGOIF OBJECT_ID ('sp_hexadecimal') IS NOT NULLDROP PROCEDURE sp_hexadecimalGOCREATE PROCEDURE sp_hexadecimal@binvalue varbinary(256),@hexva 
Leggi tutto il post...
Categoria: Sql Server ALL
sabato, 24 set 2011 Ore. 20.57

How To install a NAV Application Server (NAS)

How To install a NAV Application Server (NAS)? A lot of people wonder what needs to be done to install and make work a NAS. In reality it is not so difficult. But if you need to read the manual, it sounds more complicated than it is. This because the manual describes in detail all options and possibilities. This manual describes ONLY the steps I generally take to install a NAS.I already explained it some times to different colleagues how to do it. They take notes and when they need them, they  
Leggi tutto il post...
Categoria: Dynamics NAV ALL
venerdì, 23 set 2011 Ore. 17.37

NAV 2009 - Modifica di database - Scheda Avanzate

  Nella scheda "avanzate" sono contenute le impostazioni relative alla gestione dei locks sulle tabelle (pagine o riga) del database Blocco > Timeout di Blocco: consente di specificare se una sessione dovrà attendere prima di impostare un blocco su una risorsa già  bloccata da un'altra sessione. > Durata Timeout (sec.): consente di specificare l'intervallo di tempo massimo che una sessione dovrà  attendere prima di impostare un blocco su una risorsa già  bloccat 
Leggi tutto il post...
mercoledì, 21 set 2011 Ore. 16.19

“Una configurazione tipo di NAV 2009 R2 & SQL SERVER 2005 32BIT”

WINDOWS 32BIT & SQL SERVER CONFIGURATION “Una configurazione tipo di NAV 2009 R2 & SQL SERVER 2005 32BIT”   WINDOWS 2003 32BIT Ø  Boot.ini >   devono esserci i parametri /PAE /AWE     > abilitano estesioni ram base < 2Gb windows ed attivano memoria estesa per SQL; su server 64Bit l’utilizzo ram è automatico (per win & sql) SQL SERVER PROPRIETA’ SERVER Ø  MEMORIA DISPONIBILE teorica al boot per sql > 40GB   Ø  
Leggi tutto il post...
mercoledì, 21 set 2011 Ore. 14.58

SQL CLEAN AUTO STATS & CREATE NEW

Well, the "Auto. Create Stats" and also "Auto. Update Stats" could be a real pain; I recommend to disable it. THe sufficiently maintain the required statistics you could implement a SQL Agent Job (or TSQL task for the MP) doing this: use [MyNAVdb]goexec sp_updatestatsgo exec sp_createstats 'indexonly' To get rid of the already existing auto-stats, you could exec this script (part of the NAV/SQL Performance Toolbox) declare @id int, @name varchar(128), @statement nvarchar(1000)declare stat 
Leggi tutto il post...
Categoria: Sql Server ALL
mercoledì, 21 set 2011 Ore. 09.48

SQL Server "Road To Denali" Workshops

SQL Server "Road To Denali" Workshops http://www.ugiss.org/Content/Article/SQL-Server-Road-To-Denali-Workshops.aspx "Denali" è il nome in codice della prossima versione di SQL Server, la piattaforma per la gestione dei dati cloud-ready che abilita le organizzazioni a liberare e sfruttare il potenziale dalle informazioni, per sviluppare velocemente soluzioni che siano in grado di servirsi al meglio delle piattaforme on-premise già esistenti, le nuove piattaforme di public cloud aggiungendo nu 
Leggi tutto il post...
Categoria: News Events
lunedì, 19 set 2011 Ore. 09.55

Altea S.p.A. - Microsoft President Clusb 2011

è on line il nuovo sito Altea S.p.A.  http://www.alteanet.it   Altea S.p.A - Canali ufficiali di comunicazione: Altea S.p.A. Altea Sailing TeamAltea S.p.A. Facebook Page http://www.facebook.com/AlteaCommunication clicca su "Mi Piace" ! @AlteaSuggest   
Leggi tutto il post...
Categoria: News Events
domenica, 18 set 2011 Ore. 14.12

CREAZIONE NAV SERVER E NAV WEB SERVICES AGGIUNTIVI

CREAZIONE NAV SERVER E NAV WEB SERVICES AGGIUNTIVI Due dritte per la creazione dei nav server e dei web services aggiuntivi, ripresi da MSDN 1> In Control Panel, click Administrative Tools, and then click Services to open the Services snap-in.2> In the list of services, right-click Microsoft Dynamics NAV Server, and then click Stop.3> Navigate to the Microsoft Dynamics NAV Service directory. This directory is typically located at C:\Program Files\Microsoft Dynamics NAV\60\.4> Copy  
Leggi tutto il post...
venerdì, 16 set 2011 Ore. 11.01

Stanford University offre il corso online "Introduction to Databases" gratuitamente!

Stanford University offre il corso online "Introduction to Databases" gratuitamente! Un'occasione che non capita tutti i giorni, e che è bene non farsi scappare. La prestigiosa Stanford University offre l'accesso gratuito al corso online Introduction to Databaseshttp://www.db-class.com/ Il corso è aperto a tutti i tipi di Database, non solo quelli relazionali, come è ben chiarito nella descrizione del corso: This course covers database design and the use of database management systems for  
Leggi tutto il post...
Categoria: Community & Forums
giovedì, 01 set 2011 Ore. 11.23

NAV Web Service - User Personalization table for regional setting

Scenario I run the NAV Server Tier under my own account, so regional settings are itlalian; It seems the service tier does not take the regional settings of the user who runs the service Solution  --> Use User Personalization table >> Make an entry in Table User Personalization (2000000073) for the user that runs the NAV Server. >> Set there the language to the desired language. The EVALUATE is then working fine too with the proper date format. So, it is not considering  
Leggi tutto il post...
giovedì, 01 set 2011 Ore. 11.13
Statistiche
  • Views Home Page: 451.627
  • Views Posts: 864.076
  • Views Gallerie: 0
  • n° Posts: 343
  • n° Commenti: 0
Copyright © 2002-2007 - Blogs 2.0
dotNetHell.it | Home Page Blogs
ASP.NET 2.0 Windows 2003