Hi,
I have designed a RTC page (ID 50000) as "Sales target" like G/Lbudget(ID113) page. I have renamed the GLAccFilter as salesperson filter. While I try to filter the salesperson, by giving lookup to the salespeople/purchasers page, system shows the following error.
Function ID xxxx was called. The object with ID xxxx does not have a member with that ID.
But, it works in forms.
Pl help me.
Answers
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I have recompiled the objects so many times. But still I am getting these errors. I have transformed from forms to pages via Tiff editor as recommended by Microsoft, but it is showing the error. It is working fine in form level, so I tried to debug the pages by following the below link.
http://blogs.msdn.com/b/clausl/archive/2008/10/14/debugging-in-nav-2009.aspx
I have followed all the steps stated in that blog, but I could not find any C#(.cs) files for the Pages in the path “C:\ProgramData\Microsoft\Microsoft Dynamics NAV\60\Server\MicrosoftDynamicsNavServer\source\ in my local server.
I cannot find the path of "Server\MicrosoftDynamicsNavServer\source\" from folder 60.
Thankesh
***Learn to lead***
:C:\Documents and Settings\All Users\Application Data\Microsoft\Microsoft Dynamics NAV\60\Server\MicrosoftDynamicsNavServer\source
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I am using Windows server 2009 R2. Kindly tell me the path for .cs file.
Thankesh
***Learn to lead***
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thank you so much. I got the path from event viewer (For Windows Server 2008 R2).
Navigation: Windows Logs -> Application ->
Service: MicrosoftDynamicsNavServer Source files for debugging are available under C:\ProgramData\Microsoft\Microsoft Dynamics NAV\60\Server\MicrosoftDynamicsNavServer\source.
I would like to know how to debug the cs file and find the solution for this.
Thankesh
***Learn to lead***
In previous post you wrote :-k Follow steps from 12 in the link :thumbsup:
http://blogs.msdn.com/b/clausl/archive/2008/10/14/debugging-in-nav-2009.aspx
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Hi Mohana,
In Step 17. Attach Microsoft.Dynamics.Nav.Server.exe. I can find only Microsoft.Dynamics.Nav.Client.exe in AttachtoProcess window. What can be done for attaching Microsoft.Dynamics.Nav.Server.exe to the process.
Thankesh
***Learn to lead***
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Thankesh
***Learn to lead***
This is the error:
Function ID xxxx was called. The object with ID xxxx does not have a member with that ID
The second ID in the error message is the Form/Page id. On the form is a function with a ID (first ID). The same function on the page has a different ID. If you set does ID with the same value the error should be resolved.
I have got the same error. I have added a new function to a codeunit and called this function in a PAGE. I tested the functionality in test database and it worked. when I exported the object and imported into live, I was getting this error when testing the functionality on the PAGE. Compiling the objects or restarting the service didn't help. So I removed the code (function call) from PAGE, compiled it and added the code again, compiled the PAGE and the issue is resolved.
Compile that object
Go back to the object that calls a function in the 2nd ID object
Compile that object too
Your error should now DISAPPEAR
#Fooling computers since 2001
Ogolla Onyango Fredrick
CoreTec Systems & Solutions
Solutions Developer