Options

Remove .dll warning?

mfrabottamfrabotta Member Posts: 12
edited 2011-09-19 in NAV Three Tier
I had posted a question about communications between a Page part and a page.

This thread can be seen here.
http://www.mibuso.com/forum/viewtopic.php?f=32&t=48904

Mark was good enough to help me out there and help me see the forest through the trees.
Now I am trying to figure out how to remove the warning given by the RTC when an Authomation variable is created.



Thank you in advance for you help.

Comments

  • Options
    mohana_cse06mohana_cse06 Member Posts: 5,503
    try by setting "serviceprincipalnamerequired = true" in the clientusersettings.config file
  • Options
    mfrabottamfrabotta Member Posts: 12
    Thank you mohana.

    Is there a way to do this through code and not through changing client configuration?
  • Options
    mfrabottamfrabotta Member Posts: 12
    Noone else has done this, or wanted to and found an answer?

    Thank you in advance for your help or advise.
  • Options
    SogSog Member Posts: 1,023
    Well, if you can make a copy of the clientusersettings.config file trough code (Remember NAV is reading from it while you want to copy it). Read it in in NAV trough instream, search for "serviceprincipalnamerequired". Read the setup value and if it is different from true, put it on true. Demand a restart from the RTC trough notes/ message/... et voila. Your setup has been modified from code.
    |Pressing F1 is so much faster than opening your browser|
    |To-Increase|
Sign In or Register to comment.