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

RE: Navision Application Crashes + Index is not in a valid range for this collection.

$
0
0

i had a similiar error, when clicking on the effective costs link in the statistics page of an prod. order. normally the capacity ledger entries page opens correctly, but sometimes the windows client crashes completely without any error message. but there is an entry in the eventlog saying "Index is not in a valid range for this collection."

after hours of researching and testing (debugging did not help), it turned out, that there is a bug in the nav standard.

the cap. ledger entries page is called by page.run(0,CapLedgEntry). the CapLedgEntry records are filtered and looped. in the loop some changes are made to some of fields of a record. when done, the record is marked(true). at the end of the loop the records are filtered with markedonly(true). but ... sometimes the last record processed in the loop is not marked. the record pointer (the index of the recordset) points to that record and is given to the page when called. bam! crash is ready. why that? the (last) record is not part of the recordset given to the page.run call, but the index points to that record. that is not allowed.


Navision Application Crashes + Index is not in a valid range for this collection.

$
0
0

Hi All

When opening Item Ledger Entries for some particular user the Navision Application crashes only some times

Event log details are as below:

Level Date and Time Source Event ID Task Category
Error 22.01.2015 09:26:44 MicrosoftDynamicsNAVClient 0 None "Type: System.ArgumentOutOfRangeException
Message:
Index is not in a valid range for this collection.
Parameter name: index
StackTrace:
at Microsoft.Dynamics.Nav.Client.WinClient.ExceptionHandler.<>c__DisplayClass6.<DoRethrowWithCatchException>b__4()
at Microsoft.Dynamics.Nav.Client.WinClient.NavClientErrorHandler.ExecuteAndCatchExceptions(Func`1 execute)
at Microsoft.Dynamics.Nav.Client.WinClient.ExceptionHandler.DoExecute(Func`1 execute)
at Microsoft.Dynamics.Nav.Client.WinClient.ExceptionHandler.DoRethrowWithCatchException(Exception exception, Boolean designMode)
Source: Microsoft.Dynamics.Nav.Client.WinClient
HResult: -2146233086
----------------------------------
Type: System.ArgumentOutOfRangeException
Message:
Index is not in a valid range for this collection.
Parameter name: index
ParamName: index

Application Error

Level Date and Time Source Event ID Task Category
Error 22.01.2015 09:26:44 Application Error 1000 (100) "Faulting application name: Microsoft.Dynamics.Nav.Client.exe, version: 7.1.36366.0, time stamp: 0x533b28c3
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0x80131623
Fault offset: 0x01074ef9
Faulting process id: 0x1da8
Faulting application start time: 0x01d0361d1c9e9f43
Faulting application path: C:\Program Files (x86)\Microsoft Dynamics NAV\71\RoleTailored Client\Microsoft.Dynamics.Nav.Client.exe
Faulting module path: unknown
Report Id: 657a0cb4-a210-11e4-80d4-00188b8bd8cf
Faulting package full name:
Faulting package-relative application ID: "

 

RE: Entities and Dimensions

$
0
0

I asked the same question a while back, I got the following response:

"In NAV there is the rule of Company = one legal entity. This can be a pain at times, for example when you need a balance (for tax reasons, for instance) by location / office. Most consultants would say "you can do this with dimensions", but that goes only so far. You don't have the balance checking and additional accounting rules with this. And this is where the problems really begin.

Setting up one legal entity over several companies is even worse transaction-wise, since you need intercompany transactions then and those can't be posted automatically (intentionally). And you have the IC document overhead, mappings, master data problems and so on. Like I told: You can do it in NAV, but you change some base functionality with it, and you're adding complexity.

And yes, there is no support for this in the base product, any version. AFAIK it is not on the list :(

with best regards

Jens (Jens Glathe)"

More delving into this subject didn't make things look any more hopeful.  To do it right involves a LOT of customization.

We have multiple companies, retail, distribution, and manufacturing. Should be getting some kind of demo after two years of programming from our 'partners' "soon".  Want to see how we can consolidate a range of companies, retail sector, manufacturing group, ... Haven't seen a lot of RANGE type filters in NAV, everything seems to be "IS", "add another filter?"... Nowhere have I seen selection criteria of the "FROM-TO, THIS" nature other than by adding filter after filter.

Permission Sets? Combine to a Job(i.e., Order Entry)

$
0
0

Our auditors want to see what permissions sets apply to the job title and not to the windows user.  Is there any way in NAV 2013R2 to combine several different permission sets to a job title. And then the job title is assigned to the user.  Would we be creating one big permission set for Order Entry and that has all the functionality of all the little permission sets into one large set?  Roles in NAV2013r2 really just apply to the customization of the user Correct?

RE: Navision 2013 Client Not Responding

RE: Navision 2013 Client Not Responding

$
0
0

Will double check with the partner that is running the configuration. On the other hand, since Navision 2013 was installed, memory consumption has gone spiral, from 3GB before implementation it has gone up to 15-16GB. Even when we have set a limit of 6GB on SQL for memory usage.

Navision 2013 Client Not Responding

$
0
0

Hi:

Navision 2013 client goes constantly "Not Responding" even at server level.

Currently our company moved from Navision 2009 to Navision 2013. Currently both versions  of Navision running on same server. Navision 2009 on "Read Only" mode permissions.

Navision 2009 runs on SQL Server 2008 and Navision 2013 on SQL Server 2012.

Server specs:

HP Proliant DL380p

CPU: Xeon E5

RAM: 96GB

RE: Entities and Dimensions


RE: Entities and Dimensions

Entities and Dimensions

$
0
0

I have 5 separate legal entities. Can I use Dimensions to account for Multi-Entities in a single data base, or do I need to set up separate environments? If so, what are the Pros and Cons in using Dimensions for a Multiple entity structure? --- gary

RE: Sync Nav boolean field to CRM

$
0
0

I've tried it with other field other than Assembly BOM, and I get the same error.

I have a Two option box in my CRM. My field in Nav is a bloean.

I put in the connector the following statement:

=if(EqualTo(License, "No"),0,1)

I then get a Validation error: Assigment of an Int32 to Boolean may result in loss of precision or an overflowexeption.

Sync Nav boolean field to CRM

$
0
0

Hi all,

I have a sync problem between a Nav boolean field and the CRM. I use the fonction

If(condition,trueValue,falseValue) in the connector mapping.

I get a validation Error: Assignment of Int32 to Bolean may result in an either a loss of precision or an OverflowException at runtime.

Assigning a string value to a non-string value may result in a formatExcwption at runtime if the string is not a compatible format.

This is what I use: =if(Assembly BOM, 1, 0). I tried it with "True" "False" and I get the same errors.

Microsoft Dynamics NAV 2013 Core Setup and Finance MB7-701

$
0
0

Hi All, 

I apologize in advance if this question has already been answered

I am planning in obtaining the above Microsoft Dynamics NAV 2013 Core Setup and Finance MB7-701 certification. and i was wondering if the book Microsoft Dynamics NAV Financial Management by Packt Publishing Limited is sufficient as a study material?

Elias

RE: Nav Setup of each module

$
0
0

 I

Documents > Design

There you can find all Checklist..

RE: Zetadocs Error: Upload error while using SAVE and SEND feature in Zetadocs

$
0
0

Hi David,

I am using Microsoft Dynamics Nav 2015 with Zetadocs functionality. In Save and send function...when i click Send then it will open the mail box with attched report, which is good. But when i use save option or save and send option it will popup the below error...

Microsoft Dynamics NAV

---------------------------

Upload failed. Either the Zetadocs Capture Addin is busy or in an error state, or the SharePoint site is unavailable. Please try again and if the problem persists, please contact your Administrator.

---------------------------

OK

---------------------------

i think its a archiving issue ...but i am not sure that how can i resove it..can you please help me..

Thanks,

Dheeraj


RE: Microsoft Dynamics NAV 2013 Core Setup and Finance MB7-701

$
0
0

Sorry, you currently do not have access to this site.

To gain access associate your profile or seek additional assistance.

I am trying but no luck

RE: Document Approvals - Email Notifications not Sending for Approvals

$
0
0

Make sure in Approval Setup in the User setup you have filled Email and SMTP is setup properly, one other thing is you need to setup the mail template in the approval setup.

Document Approvals - Email Notifications not Sending for Approvals

$
0
0

Has anyone else had any problems with Document Approvals?

Our company is running NAV 2013, and we are using document approvals for Sales Invoices. NAV is sending email notifications perfectly for approval requests and rejections, but for some reason, no email is being sent when the Sales Invoice has been approved.

Any suggestions would be greatly appreciated.

RE: Microsoft Dynamics NAV 2013 Core Setup and Finance MB7-701

RE: Zetadocs Error: Upload error while using SAVE and SEND feature in Zetadocs

$
0
0

Continue with my above post...

adding some details as we are using Zetadocs Archive Service to save file to a shared folder. the shared folder is on same server as this is a test machinf where all component are on same server- SQL+NAV+Servoce Tier+Zetadocs Archive Service

Viewing all 29197 articles
Browse latest View live


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