on 2006 Feb 27 7:38 AM
HI,
This question is in regard to the weblogs
by prakash singh
i am using EP SP14. I have the jars mentioned in the weblog
1)com.sap.portal.usermanagementapi.jar
2)com.sap.portal.pcd.glserviceapi.jar
3)com.sap.portal.pcmbuilderserviceapi.jar
when i run the code i get IPCM object not found exception. I decompiled the class files in the jar they are empty.
Can anyone list the private api's with refrence to manipulating worksets, pages,roles and iviews programmatically.
can you Send the jar files to kirupanand@hotmail.com
Hi Kirupanand,
I followed the same this specified in the weblog and it is working fine for me.
I sent you the required jar files as you requested.
If you got it just let me know.
If you download the jar files thro portal,sometimes it will be empty.
better you go to the server directly and get the jar files.that is the best option.
Extract those jar files( which i've sent to you) in one folder and use class finder for finding out the jars.
Actually you should not use private jars.
And If you want to access private jars put those jars inside your dist/PORTAL-INF/lib directory.It should work for you now i think.Thanks a lot.
Regards,
Karthick K Eswaran
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I used the jars you provided but i am still getting the error
Portal Runtime Error
An exception occurred while processing a request for :
iView : N/A
Component Name : N/A
com/sapportals/portal/pcd/pcm/builder/IPcmObject.
Exception id: 09:24_28/02/06_0006_8119050
See the details for the exception ID in the log file
What could be the problem?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kirupanand,
I found out the jar file.
Its name is : com.sap.portal.pcmbuilderservice_api.jar
Do onething..
Copy the jar files under dist/PORTAL-INF/lib folder
Dont put in in your local folder.
If any jars available already remove those.
Now right click the project - >properties->java build path->libraries-> Add Jars (and not Add External Jars)->select your project->dist->PORTAL-INF->lib->select the jar file.
say ok.
Now it should work for you and it should not throw any exception.
Regards,
Karthick
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.