Quantcast
Channel: Dynamics NAV Technical Forum
Viewing all 4147 articles
Browse latest View live

Export to Excel not working in NAV 2009 R2

$
0
0

Hi All,

I am Exporting Vendor Ledg Entries to Excel in NAV 2009 R2.

At the time of Exporting I receive an error as:

"The the parameter string '' for the 'Microsoft Excel' program is not valid. Contact your system administrator."

For the same I have checked contents of 2000000066 table 'Style Sheet' and 2000000065 table 'Send-To Program', but both are OK as per Cronus Database.

Please suggest the possible solution...

Thanks for your time. 

 


Customization Alternatives

$
0
0

Hello All,

My company is constantly paying our NAV partner to make changes and customizations for things in NAV that to us should be part of an ERP system like this. Some simpler things like assigning lots and physical inventory count all seem to need special programming to get it to work for us.
There are some in my company that seem to think there are better alternatives. Some have suggested that there are companies that have these standard features already programmed and ready to be implemented. I am not incredibly familiar with NAV but it seems to me that any kind of pre-programmed setups like this wouldn't work. The programming to integrate the change/customization into our NAV system still exists.
This probably doesn't make a whole lot of sense but I hope you get the jist of it. We are mainly looking for a way to get what we need without spending $200/hr on it.
Any ideas or suggestions?
Thanks in advance!

Too much time posting purchase order with serial number tracking

$
0
0

When we run a purchase order post (receive and invoice) with one product, quantity 1000 pieces, with serial number tracking, tooks 6 or 7 minutes to post (there´s no other users or connections to the server).
With my laptop the same scenario tooks only 3 and a half minutes to complete. When i receive 5000 serial numbers my laptop finish in 13 minutes, the server goes nuts.

Server
DL380G8P ( 2 Intel® Xeon® Processor E5-2690  (20M Cache, 2.90 GHz, 8.00 GT/s Intel® QPI) 32 threads 128 GB Ram, HD 600gb, 15K X6 IN raid 10 WINDOWS SERVER 2012 and  SQL SERVER 2012 SP1
There is only one visible disk of the RAID (C:)

SQL server parameters
We create a SQLDATA Directory and we store the mdf, ndf and log file there.
TEMPDB is in the default path (yeah I know is the same disk)
Minimum server memory 80000 mb
Maximum unlimited
All processors are selected with automatically set processor affinity mask for all processors, same for I/O Affinity
Cost threshold for parallelism is set to 5
Locks set to 0
Max degree of parallelism set to 1
Query wait set to -1
Server of database is dedicated (tier one)
Server2 is running NAV Server 2013 Build 7.0.34298 and NAV client 2013 Build 7.0.34298 through Terminal server client (tier two and three)

Here my laptop specs
Gateway NV47H, intel core I3-2350M, 4 gb of ram, one hard drive 500 gb sata-II 5400rpm with Windows server 2012 and SQL server 2012, NAV 2013 Build 7.0.34298 with Nav 2013 Client Build 7.0.34298 in these instance.
My SQL server settings are:
A SQLDATA Directory and we store the mdf, ndf and log file there.
TEMPDB is in the default path (yeah I know is the same disk)
Minimum server memory 0 mb
Maximum unlimited
All processors are selected with automatically set processor affinity mask for all processors, same for I/O Affinity
Cost threshold for parallelism is set to 5
Locks set to 0
Max degree of parallelism set to 1
Query wait set to -1

the source code is not available

$
0
0

Hi All,

While debugging in Nav 2009, I am getting message 'The source code is not available'. 

After check out on Google, it showing that it is Internet Explorer related issue. But I am not able to understand that.

Please help me if someone have any idea @ it.

 

Thanks,

Shruti

auto log out session

$
0
0

Hi all,

I'm new to development for NAV. I seen a post previously on how to make users log off automatically when idle. however I do not know how to implement it. where in the designer do I place my code?

 

 does any1 know how i can do this?

 thanks alot

RTC connection over WAN - NAV 2013

$
0
0

I have installed Nav 2013 server and Sql server on a one machine and I have installed the windows client on another machine. The two machines are on separate active directory domains.
I have also configured the security certificates as per Microsoft documentation.
My problem is that the client is not able to connect to the server.
error message "The program could not create a connection to the server"

Anyone who has an idea what the problem could be.

Section Code in NAV 2009 to NAV 2013

$
0
0

Hi,

I am in the process of upgrading a report of NAV 2009 to NAV 2013 and NAV 2009 sections have code to be transformed to NAV 2013.

Attached is the sample layout of the report in NAV 2009. The requirement is very similar to the attached layout and layout is attached for some idea how to bring in the code to NAV 2013.

From the figure, we can see that under the "Sales Line" is indented an Integer(SalesLineSummary). In the classic report, the requirement is achieved by footer sections of "SalesLineSummary".

There are 4 footer sections and on each section, there is CurrReport.Showoutput condition to handle the visibility of the section. In this area, the same can be mapped to visibility/hidden property of the row in Visual Stusio RDL layout.

But added to this, I have code after the CurrReport.Showoutput condition which looks like below in bold.

// Footer Section 1 - OnPresection

CurrReport.Showoutput(PrintFlag1);

IF CurrReport.Showoutput THEN BEGIN   PrintText1 := AssignValues(x,y);

  PrintFlag1 := FALSE; //in the onpredataitem of SalesLineSummary, this is initialized to true

END;

// Footer Section 2 - OnPresection

CurrReport.Showoutput(PrintFlag2);

IF CurrReport.Showoutput THEN BEGIN // Footer Section 2

  PrintText2 := AssignValues(z,w); //in the onpredataitem of SalesLineSummary, this is initialized to true

  PrintFlag2 := FALSE;

END;

I have given the above code as sample and I need to transform similar code to NAV 2013. Any inputs from anybody in this regard and help me proceed further.

Thanks & regards

Raghavendar

 

 

 

 

ACSUri configuration settings error

$
0
0

Hi All,

I have installed NAV 2013 into a server and its installed completely. Development classic one is working very well. But when im trying to open RTC its shows following error

The value of the ACSUri configurations settings can not be empty.

I tried different ways to solve this but i couldn't found answer. I  tried re-install it but the error comes same way.

This is a server is in domain and credential type is Windows. I need to figure this out 


How to take automated backup from Microsoft Dynamics Nav 2009 classic databases?

$
0
0

Hi All,

 

             Please tell me how to take the automated backup from Microsoft Dynamics Nav 2009 Classic database(basis on scheduled time).Are there any third party software's to do this.Is it possible to take the automated backup?.

 

Thanks & Regards,

Baba Guru.

The Input method is obsolete.

$
0
0

Hi All,

I have converted a Page from Form by Transformation Tool. 

I encountered the error 'The Input method is obsolete.'while opening page.

How to solve this error?

Print No of line with out disturbing the table height

$
0
0

Hi Everyone,

I am using Microsoft dynamics Navision 2013.

I am facing one problem with rdlc report.i was created one purchase order report with A4 size and added one header and footer for corresponding report.Under body section i was taken one table, in that  body section i have given ten table rows.when i am previewing the report it works fine for one line transaction but it is not working for more than one line,it is disturbing the report height and dimentions.how can i repeat the more than one line data under the specified table lines.how can i resolve this problem..please share your replies.

 

 

NAV2013 for Fabric Manufacturing

$
0
0

Hello,

I am going through the implementation of NAV 2013 for a fabric manufacturing industry. Is there any resource/material you can recommend related to Production BOM and Routings specifically to textile/fabric industry?

Fekre

Dynamics NAV 2013 restore error: The Session Event already exists.

$
0
0

Hello All

I have some problem. when I restore backup into NAV 2013 new database, this error results:

The Session Event already exists. Identification fields and values: User SID....

what should I do?

 

Regards,

MerryM



How do you manage a global Nav setup? How is your system set up?

$
0
0

Hi all,

We have a hosted Nav 2009 solution in a data centre in London. We have users mainly in the UK, US and China. We connect in via Citrix and sometimes using Remote Desktop to run Jet Reports and other tasks (99% is Citrix, however). China are struggling as there are 80+ concurrent users.

Can I ask those of you who have users in several counties: How did you implement Nav, and how well does it work? Do you all connect into a central location? If so, how?

I would really appreciate some feedback on this.

Thanks, Paul

Images in RDLC Report

$
0
0
Hi All,

I have a requirement to print Item wise images in a report. The image should print in the body against the item.

Any thoughts on this please.

Regards
Raghavendar



Transheader in Document Reports

$
0
0
Hi All,

I am working with document reports and have a requiement to print transheaders and transfooters.

The transfooter is working with the concept of RunningTotals or TotalFunc referred from the link as below

https://community.dynamics.com/nav/b/na ... wsignin1.0

The above works for the listing reports.

I am facing a problem with the document reports involving "No of copies" and the values on original document and copy document are not the same.

Any thoughts in this area please.

Regards
Raghavendar

JOB: Looking for a Spanish-speaking trainer for NAV 2009 RTC

$
0
0
Hi everyone,

My company has a customer in Mexico which is going live with NAV for the first time on Sep. 1st and we need someone to train them in Spanish. They're running NAV 2009 RTC on SaaSplaza. We need the training to start this week or next.

There are some mods, buy we'll train them on those ourselves.

We just need someone to train on the NAV basics:
1. Intro to NAV
2. Commercial Operations (Quotes, Orders, Receipts, Invoices, Credit Memos; Sales & Purchasing)
3. Financial Management (Journals, payments, cash receipts, reversing entries, multiple currencies)
4. Fixed Assets

Training could be done remote, but preferred is on-site.

Thanks,
Val


BASIC TECHNICAL AND FUNCTIONAL INTERVIEW QUESTIONS ON NAVISION.

$
0
0

DEAR ALL

               I HAVE 3 YEAR EXP. IN NAVISION.

               I WANT TO SWITCH MY COMPANY.

              SO CAN ANYONE SUGGEST ME THE TECHNICAL INTERVIEW QUESTION OF NAVISION.

            

REGARDS

JAGDISH CHANDRA

 

difference between MS certified Tecnology specilist and MS certified Professional ?

$
0
0

Hi ,

 

what is the difference between the logo's MS certified Tecnology specilist and MS certified Professional ?

which logo has more value ?

Need information regarding nav

$
0
0

iam new to this technology(nav 2009)...

so kindly show me the way how to startup with nav..

give me any reference sites for training meterial..

thanking you

Viewing all 4147 articles
Browse latest View live


Latest Images