-
Dear all, I read some posts of people who use a single instance codeunit that communicates with the NAS. Does this means that only one scanner (client) at the time can be served? Due to the fact there can only be one instance of the communication codeunit? Or do I see this the wrong way? Enlighten me
-
Dear all, I read some posts of people who use a single instance codeunit that communicates with the NAS. Does this means that only one scanner (client) at the time can be served? Due to the fact there can only be one instance of the communication codeunit? Or do I see this the wrong way? Enlighten me
-
I've a problem, who can help me? I've a SQLServer table sorted by a type code field that show the following records A A2 A3 B B2 C Why the same table called like a temporary table, containing the same record and ordered with the same key, show records ordered like the following? A B C A2 A3 B2...
-
The given error can also occur when trying to change the property DatabasePerCompany to "No" by importing a fob or fbk SQL puts the Companyname in front of the tablename, that causes the problem. This can be solved by first changing the property DatabasePerCompany of the table50000 and then...
-
The Navision restore into SQL does a security sync at the end. The error you are getting is because you have a role configured that refers to Table 50000 and that table does not exist. To solve: 1. Go back to you native DB 2. Run the Permission table from object designer 3. Filter where "Object...
Posted to
Dynamics NAV / Navision - Microsoft SQL Server Forum
(Forum)
by
babrown
on
Nov 30, 2007
Filed under: Restore, SQL Server 2005 SP2, SQL Server 2005, NAV 4.0, SQL Server, NAV 4.0 SP3, SQL vs Native, NAV 4.0 SP2, Errors, ErrorsRestore
-
... another option to find the object with the problem is within the Object Designer, Select All objects and then compile them all (F11). This might take a while, but will find all compilation errors within all objects (the objects with errors will get "marked" - so select "Marked Only"...
-
Table ID 50000 is the first number available for customization. So somewhere in another table, report or codeunit there is a reference to this tableid. Obviously this table does not exist anymore. Check reports or codeunits starting with ID 50000 up to 99999, if there is areference to table 50000
-
dear friends i have to convert the navision 4.0 database to SQL DataBase (i have run max test in navision and took a back up in Navision) then i tried to restore the Navision DB to SQL Database(wich i have created using SQL sever option in Navision) then i am getting the following error massage. Table...
-
i've set the setting to always, the operation seems to be longest at credit memo posting. yep i know, that's one of the best operational workaround i heard. i need to negotiate with the client about the operational changes :( i just wondering, is there any technical approach, besides operational...
-
Just a question Andre - how regulary do you run Adj.Cost-Item batch job? It will execute for ages, if run once a year :) Having big Inventory + large amount of daily transactions, you may consider to run this batch job daily - or overnight, or in weekend - choose time when system load is lower. Maybe...