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

RE: Company focused web service call causes "There is no Active Session within the filter" error

$
0
0

You probably have code in NAV that searches for the current session.  Change the code not to use the table.  The code is probably looking for the computer name etc.  Have those as setup in a different table.


Company focused web service call causes "There is no Active Session within the filter" error

$
0
0

Dear All,

I am working on integration with NAV via OData/SOAP. My .NET app using autogenerated clients. Everything is ok with system services (http://myNav.com:7047/MyNavServer/WS/SystemService or http://myNav.com:7048/MyNavServer/OData requesting "Company" entity), but when I am trying to call something company related (e.g. http://myNav.com:7048/MyNavServer/OData/Company('MyComp')) several times, only the first call is successful, second throws an exception

System.Data.Services.Client.DataServiceQueryException : An error occurred while processing this request.
  ----> System.Data.Services.Client.DataServiceClientException : <?xml version="1.0" encoding="utf-8"?><m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"><m:code /><m:message xml:lang="en-US">There is no Active Session within the filter.&#xD;
&#xD;
Filters: Server Instance ID: 1029, Session ID: 434</m:message></m:error>
   at System.Data.Services.Client.DataServiceRequest.Execute(DataServiceContext context, QueryComponents queryComponents)
   at System.Data.Services.Client.DataServiceQuery`1.Execute()
   at System.Data.Services.Client.DataServiceQuery`1.GetEnumerator()
   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
   at System.Linq.Enumerable.ToArray(IEnumerable`1 source)
   at CRM.DevX.Tests.Integration.Nav.Odata.CompanyInformationClientTests.CompanyInformationService_SingleRequest(String companyName) in CompanyInformationClientTests.cs: line 16
   at CRM.DevX.Tests.Integration.Nav.Odata.CompanyInformationClientTests.CompanyInformationService_MultipleSequentalRequests_UsingPersonalClients(String companyName) in CompanyInformationClientTests.cs: line 28
--DataServiceClientException
   at System.Data.Services.Client.QueryResult.ExecuteQuery()
   at System.Data.Services.Client.DataServiceRequest.Execute(DataServiceContext context, QueryComponents queryComponents)

Several requests made sequentially are possible only if there is a 15-20 sec delay between them. I've tried using same client instance for all the requests and separate for every request, same exception.
 The same situation with SOAP services.
What I am doing in a wrong way. Please help.

RE: ZetaDocs Express Compatibility

$
0
0

Thanks for your help, Miguel.  The client further inquired: "it’s asking to change the version displayed from “6.0.29626.0” to “7.1.35473.0”  Will that be problematic?

RE: Error: Item Charge to Transfer Receipt Line

$
0
0

The main goal of Suggest Item Charge Assignment -->Amount is

"The program suggests that you assign the cost of the item charge depending on the contents of the Line Amount fields in each of the original lines."

But there is no Line Amount or Amount related field in Transfer Receipt Line's table, the related code is not there and working as well.

RE: NAV 2009 R2 looking for Microsoft Report Viewer

$
0
0

It should have been installed as a prerequisite during NAV installation.

You can try to uninstall and install it again taking it from product DVD folder "\Prerequisite Components\Microsoft Report Viewer 2008"

NAV 2009 R2 looking for Microsoft Report Viewer

$
0
0

I have a client with a new user that cannot print from NAV 2009 R2 RTC.  It says Microsoft Report Viewer needs to be installed.  I've never had to do this with a client.  They did the install but the message still appears.

Any ideas?  All the users are on Windows 7 and this is the only one with the problem

Thanks

RE: NAV 2013 with WiseFish Add-On Help Needed

$
0
0

I think the best option for training and development is getting in touch directly with WiseFish to get the right insights about the add-on.

NAV 2013 with WiseFish Add-On Help Needed

$
0
0

We are looking for someone to help with training and implementation for Dynamics NAV 2013 with WiseFish as an add-on. Or we would just like to connect with anyone who has used the WiseFish add-on. Any advice would be greatly appreciated. Thanks!

-Vanessa Farley


RE: Error:Add-ADFSRelyingPartyTrust

$
0
0

I think this is a problem related to the certificate used.

The first step should be to make the certificate working with Internet Explorer, try to follow this steps:

1) Browse to the site whose certificate you want to trust.

2) When told “There is a problem with this website's security certificate.”, choose “Continue to this website (not recommended).”

3) Select Tools➞Internet Options.

4) Select Security➞Trusted sites➞Sites.

5) Confirm the URL matches, and click “Add” then “Close”.

6) Close the “Internet Options” dialog box with either “OK” or “Cancel”.

7) Refresh the current page.

8) When told “There is a problem with this website's security certificate.”, choose “Continue to this website (not recommended).”

9) Click on “Certificate Error” at the right of the address bar and select “View certificates”.

10) Click on “Install Certificate...”, then in the wizard, click “Next”.

11) On the next page select “Place all certificates in the following store”.

12) Click “Browse”, select “Trusted Root Certification Authorities”, and click “OK”.

13) Back in the wizard, click “Next”, then “Finish”.

14) If you get a “Security Warning” message box, click “Yes”.

15) Dismiss the message box with “OK”.

16) Select Tools➞Internet Options.

17) Select Security➞Trusted sites➞Sites.

18) Select the URL you just added, click “Remove”, then “Close”.

19) Now shut down all running instances of IE, and start up IE again.

20) The site’s certificate should now be trusted.

If you can complete them, retry the Add-ADFSRelyingPartyTrust command.

Error:Add-ADFSRelyingPartyTrust

$
0
0

Hi Everyone,

i am getting this error "Add-ADFSRelyingPartyTrust : The underlying connection was closed: Could not establish trust relationship for the 

SSL/TLS secure channel" while run this command :

Add-ADFSRelyingPartyTrust -Name urn:federation:NavClaimRule -MetadataUrl "https://localhost:8443/DynamicsNAV71/WebClient/. s.accesscontrol.windows.net/FederationMetadata/2007- 06/FederationMetadata.xml" -IssuanceAuthorizationRulesFile C:\ClaimAuthRules.txt -IssuanceTransformRulesFile C:\ClaimTransformRules.txt
  
in poweshell pls suggest me solution.  

RE: Is it possible to integrate ADFS with Dynamics Nav 2013 R2?

Is it possible to integrate ADFS with Dynamics Nav 2013 R2?

$
0
0

Hi experts,

my question is simple, we're trying to authenticate nav 2013 through ADFS so before this, i just want to know that is it possible to integrate or configure ADFS with Nav 2013 R2

RE: Sales Post and Print keeps hanging at the print part

$
0
0

Thanks for that info!  They are both on 33781 so, we will look into updating their build

Sales Post and Print keeps hanging at the print part

$
0
0

Hello-

I have 2 different, new clients having the same problem. Both running 2013.   Intermittently, when doing post and print on a sales order, the screen just hangs when it is trying to do the print part.  It shows the window that displays "Running Report" and the Rows Received -- which just shows 0.  That's it.  It just hangs.  The only way out is to completely break out of NAV.  Then, they go back in and have to print the invoice. 

Everything will work fine for a while but then it will happen again at some point.  Not on the same customer -- just intermittently.  In both cases, the user is the only one at the client that does this process so I can't tell if it's just them.  And, of course, since it's intermittent, turning on the debugger doesn't help.

Any ideas would be appreciated.

Thanks -- Diane

Integration of dynamics nav 2013 R2 with ADFS

$
0
0

Hi,

would anyone tell me that how can we integrate our nav 2013 R2 with the ADFS.

Regards

Sumit khanduri


RE: Depreciation entry

Depreciation entry

$
0
0

Hi Sir:

Please help about my NAV 2009 financial Management concern. How to calculate depreciation and journalize depreciation. Pls. provide me a detail process to navigate.

Thanks,

Magil

RE: Error: Item Charge to Transfer Receipt Line

$
0
0

Hello Angie,

Unlike a Purchase, a transfer doesn't have a Cost Amount to base the allocation. The only option is to really use the Equally or override the allocation of the Item Charge.   This is a limitation in that a Transfer doesn't have a purchase amount to base the allocation of amount on.  It's a subtle issue and can cause confusion.  I hope this helps explain the result and limitation.

Thanks!

Tom B

RE: When Post negative adjustment in item journal account no field (chart of account not show Proplem why

$
0
0

It depends upon how you setup "General Posting Setup"

No need to do any customization

RE: When Post negative adjustment in item journal account no field (chart of account not show Proplem why

$
0
0

Thank you mr mohana

as i understood from you reply

i will go to general posting setup then create three account

account for spare part

account for oil

account for tires

I have question

all item(oil and tires and spareparts) have account sp

IF i change posting group to every item to oil or tires posting group will accept changing or not

AND IF not accept what i do to solve proplem.

Viewing all 29197 articles
Browse latest View live


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