Quantcast
Channel: Microsoft Dynamics NAV Forum - Recent Threads
Viewing all 29197 articles
Browse latest View live

Zetadocs Express Archive to Network Folders

$
0
0

How can i set the Network Folder. In Zetadocs Settings i have to set http... or https...

Can't i set a Folder beginning with \\....


RE: Error on Reporting

RE: NAV 2013 Requisition Worksheet

NAV 2013 Requisition Worksheet

$
0
0

We have a new implementation with one warehouse and two stores. Our sales order lines give a location code for the warehouse for dispatch. Our first running of the requsition worksheet suggests many purchase orders for the stores and only a few for the warehouse. Is there a setting fault as we only want to purchase order for the warehouse stock?

RE: Effect of Reverse Charge: How to know?

Effect of Reverse Charge: How to know?

$
0
0

Dear Experts,

I have configured Reverse charge on Service Tax.

Now I need to verify the same, in which screens or reports can be analysed in order to view the effect.

Best Regards

JO

RE: ANSI To Base 64

$
0
0

Hi,

Thank you, but it's note quite what i wanted.
The BIR data is in ANSI and in navision it can only be assigned to data type TEXT, i need a way to transform ANSI to something readable.
I tried the ANSI to ASCII codeunit but this will lead to one character result that i can't use it for fingerprint matching.
The SDK of the fingerprint is storing the BIR in a template string but still not readable to.

ANSI To Base 64

$
0
0

Hi,

I'm looking for ANSI to Base 64 converter, i'm working on implementing fingerprint POS Login with navision 5.1

my problem is with the Biometric Data- BIR that is in ANSI code and can't store it inside a dynamics table for later matching.

can you please guide me for any solution.


RE: Error RegSvr32

$
0
0

Hi Venessa,

I did some research on this and came to a conclusion which probably will solve your problem-

Assumptions:

dll (assembly is created in c# (or in .net environment and not in native com environment like vb6)

If the above assumption is true then you need follow certain guideline to avoid various different issues:

  1. Mention assembly property:

    open your custom class project in visual studio and

    - Go to the property of the project and click on the 'Assembly Information' button in 'Application' tab (marked yellow)

    in the screen open, check the 'Make Assembly COM visible' (marked yellow)

    Build the dll

  2. As this is created in .net environment, it can not be registered using regsvr32 and you need to use regasm command. you can find the regasm.exe in 'C:\Windows\Microsoft.NET\Framework\v2.0.50727'. 
  3. Run command prompt in administrator mode (right click and choose 'run as administrator'
  4. in command prompt, change the folder to C:\Windows\Microsoft.NET\Framework\v2.0.50727 and run regasm as follows:

I had copied the dll file in the same folder and that's why I have not mentioned the full path of the file in the command prompt.

if you see closely, I tried to register it twice. I got an error first time ''No types were registered'. This happens if we don't mention 'Make assembly COM visible' (as described in step 1 here)

Once I made the assembly COM visible as described in step 1, my 2nd attempt to register it was successful.

Please note, all these manual registration process can be avoided using a simple step -

- Open your class project in visual studio in administrator mode (right click and say 'run as administrator')

- open the property window of the class and go to 'Build' tab

- go to the bottom of the screen and check the 'Register for COM interop' (marked yellow in bellow screenshot -

- rebuild the dll.

this time system will register the dll for you and you don't need to register it separately

it's important to run the visual studio in administrator mode otherwise, you will receive 'access denied' error' 

 

Hope the above explanation will help you in troubleshooting your error. Do let me know if it is resolved.

Thanks

Snehanshu

RE: Data Management

$
0
0

Hi,

- What software you are using in store level? or planning to use

- lot of retail solution have the readymade data sync facility between stores and HO

- what software you are using for HO (head office). is it same as store?

- how the connectivity between the stores and HO?

Data Management

$
0
0

Scenario : A company Worth is  5 billion dollars. They have 5 brands each has 600 stores . They have Individual functional areas like CRM , marketing, operations E- commerce for each store Which have Individual tables to store data. So our objective is We have to integrate all the tables into single database which ll be use as main database. So we have only one main table which has all the details of the company and we have to maintain that database. We have update that table in real time. Everyday around 50 GB data have to update.  So please tell me How can I achieve this one? Which platform Should i use and how long it ll take ?

RE: The server "DynamicsNAV71" was unable to process the request...

$
0
0

you have not mentioned the exact erro text. can you provide some more details on the same ?

- on what activity you are getting the error?

RE: The server "DynamicsNAV71" was unable to process the request...

$
0
0

I have faced a similar situation when an object wasn't properly compiled due to a character encoding missmatch (yep, it was a fun one to figure out).

One thing you can do is check on SQL Management Studio the object metadata table and see if you find anything weird in there (like missing data on key fields and such).

RE: Since NAV2015 is downloadable now... what's the build of NAV2013R2 we can branch the C/AL objects from?

$
0
0

Hi,

Microsoft includes the issues resolved in last commulative hot fix released for it's previous version of product in it's immediate product version release (in other words Microsoft includes the changes made in any cummunlative hot fixes but not the actual hot fixes in new product release). Once the new product version is released, any subsequent hot fixes will be there for all available versions of the software (if it is within software lifecycle support).

When NAV 2015 was released (yesterday), last cummulative hot fix for NAV 2013 R2 was 11 and last commulative hotfix for NAV 2013 was 18. So I am assuming all the code changes incorporated in those hotfixes will be included in NAV 2015. Any subsequent cummulative  hotfix will be like -

- Hotfix 12 for NAV 2013 R2

- Hotfix 19 for NAV 2013

- Hotfix 1 for NAV 2015

Hope this information helps.

Thanks 

Snehanshu

RE: Since NAV2015 is downloadable now... what's the build of NAV2013R2 we can branch the C/AL objects from?

$
0
0

Hi Snehanshu,

thank you for the answer. After I've successfully (and quite painfully) installed NAV2015 DE on my machine, I got curious and did some comparisions. As it is, what you state is basically true, but the RTM (Build 37874) seems to be based on Cumulative Update 10, Build 37563. I could identify this on the changes in CU12, CU21 and CU427. Also, all hotfixed objects (previously NAVW17.10.00.?????) and all new/changed objects have the version tag NAVW18.00, but not all objects of NAV2015.

Can somebody from Microoft confirm this?

Regarding the painful install: I Installed it on my main laptop, which is Win7 x64 ultimate DE. There are some issues with the installation:

1. As is the case since NAV2013, the default account for the service tier is NT AUTHORITY\NETWORK SERVICE, which apparently doesn't exist in the german Win7. BUT, the installation does an almost full roll-back of everything already installed when the service tier can't be started. This is a PITA. Best would be that the default account actually exists, but scrapping the whole installation because of the account is an overreaction. Nobody cared the last two releases, so what has changed?

2. The installation will likewise fail and roll back if you have other services running on the NAV TCP ports. Since you can't install directly with port sharing enabled, this is also a PITA. It took me about 5 installation runs to get everything right. The root cause of the problem appears to be the "roll back when something goes wrong" behaviour.

3. .net Framework should be installed on the machine BEFORE you try to install NAV2015. The setup actually installs it, but - you can guess it - it requires a reboot to be fully functional. When the setup installs all the components, only to run on an error because of it and rolls the NAV installation back. Painful.

with best regards

Jens


Since NAV2015 is downloadable now... what's the build of NAV2013R2 we can branch the C/AL objects from?

$
0
0

Hi there,


this is for source control... I would like to know which cumulative updates of NAV2013R2 are already included in the NAV2015 RTM, to set a useful branch. Does anybody know?

with best regards

Jens

RE: Service Charges; Service Tax.

$
0
0

Hi,

Do you need to create these items for Sales perspective or for purchase ?

In any case, if you need to create just an invoice to book sale or purchase and not require to load it on inventory then you can select the GL account (some specific account) and can change the description of it in transaction.

Let me know if you have any further question.

Regards,

Saurabh Shah

Service Charges; Service Tax.

$
0
0

Hello Fellow Members,

I want to create "Painting", "Smoothing", "Carving" etc. (Service items). These items are liable to Service tax.

How can I do this in Standard NAV?

If I create as Items in the Item Master, I cannot assign "Service Item Group".

If I create as 'GL Accounts', I need to create numerous accounts instead of a very few accounts.

Please share your opinion

Regards

JO.

RE: The server "DynamicsNAV71" was unable to process the request...

$
0
0

This issue is closed.  Frankly, it's been so long I can't even remember what the solution was.

The server "DynamicsNAV71" was unable to process the request...

$
0
0

I am getting an error on a recently converted 2009R2 to 2013R2 install when they try to change an item key from the item card.  NAV 2013 R2 cumulative Patch 6 on Server 2008 R2 and SQL 2008 R2.  This problem does not present on a copy of the database brought back to our development environment.

Viewing all 29197 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>