Hi all,
We are using EP6 SPS17 I have developed a recursive application that simply goes through any desired repository and store all the subfolders in a vector and then enable certain CM services of the stored subfolders. The application was working fine in the development environment but after applying the application on real-time repository with a huge number of subfolders the application gives a “stack overflow error”.
Any idea how to overcome this error.
Thanx,
Javed
Javed,
this" target="_blank">https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4609">this blog entry on recursive processing gives an example of how to use the HierarchyWalker that Julian mentions, and it also explains where the error you are getting may be coming from.
Add a comment