Issue on Accessing Navision Via CITRIX

smic1983smic1983 Member Posts: 27
Dear All Experts,
We are using CITRIX for accessing Navision for Remote users, and we have two Navision databases. For example we can call it as A & B.

When user working in Nav DB A, by clicking one button they can open Nav B database with relavant data which i already made link.
It is working perfectly for local users, when we use CITRIX while clicking the button it throws error as "Unable to start Navision Client (program C:\Program files (x86)\Microsoft Dynamics Nav\CSIDE Client\finsql.exe)."

And i have used below script to open another (Nav B) Navision in the Button push action

[url=navision://client/run?servername=NAVDB&database=DB-B&company=COMP1&servertype=MSSQL&target=Form]navision://client/run?servername=NAVDB& ... arget=Form[/url] 41&view=SORTING(Document Type,No.)&position=Document Type=CONST(%1),No.=CONST(%2)

As I am not that much familiar with CITRIX, i couldn't understand what could be the issue. Please advise if you know.

Mike S.

Comments

  • MarkHamblinMarkHamblin Member Posts: 118
    Citrix may be preventing users from accessing c:\program files..., but has a mapped path to the actual finsql.exe for the users (I'm no Citrix expert...).

    You might try using SHELL with APPLICATIONPATH (or hard-coded path if required) to launch NAV instead of using HYPERLINK.
  • krikikriki Member, Moderator Posts: 9,112
    [Topic moved from 'NAV Three Tier' forum to 'NAV/Navision Classic Client' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.