Hi,
I have created a Repository and enabled subscription for its folder.My repository has all the required Services like Subscription,tbl,serviceACL and properties.
When i create a document thru KM ,i get the mail of the file being created.But when i programatically copy and paste files from a folder to my Repository folder then i dont get any notification Email.
I want to get a Notification Email when i prgramatically copy files from a temporary folder to the Repository folder.
Could some one pls help me on this.
Regards
saurabh
Hi saurabh,
I'm not in front of a portal right now, but here are the steps I would take to debug this:
1. Try to copy from KM Navigation iView and see if you get notification.
2. If you do, decompile KM Navigation code:
See code link in 'advance' category of iView,
and look for par with same name until last dot
(name after last dot is the component name inside the par).
For decompiling, see: java decompiler?
Then look for the difference between SAP's code and yours.
3.If you don't, use createResource instead of copy, with the source's content and properties.
Hope that helps,
Yoav.
Add a comment