Saturday, April 23, 2011

JD Edwards Debug Application Web client

1. go in task manager->Processes ->jdenet_n.exe 
2. write click and click on debug it will open vc++ window 
3. open your .c business function 
4. put break point 


or 8.12 with vs 2003 here is no need to set Workspace and DLL as like Xe version with VS 6.
U just set exe as per below steps using project option.
1.Open VC++ 2003 version
2.go menu File--> Open--> Project
3. Set jdenet_exe if it is web application or if it is report set active console.exe
from C:\E812\system\bin32 as per in your installation of JDE
Open your C business function file from source
set break point and run your application /report

OR 

U can open processes (jdenet_exe for web application and activeConsole.exe for report) directly from Task manager as per my previous post 



http://download.oracle.com/docs/cd/E17984_01/doc.898/e14705/debugging_event_rules.htm

No comments: