Quantcast
Channel: SCN : Popular Discussions - SAP Enterprise Portal: Content Management and Collaboration
Viewing all 1826 articles
Browse latest View live

Error message "The file is damaged..." when open a PDF-File in the Portal

$
0
0

Dear Experts,

We converted a Word-File into a PDF and loaded it with the help of SAP Knowledge Workbench into the Portal. When we try to open the file we receive the following error message from the Adobe Reader:

 

"The file is damaged and could not be repaired. Local\EWH%a'61kta".

 

The file is damaged and could not be repaired.jpg

 

Two strange things happen:

 

- One day it works, the other day not. It can also happen that it works at the same day for some colleagues, but the others get the error message.

- After press F5 (refresh) several times, the PDF can be opened in any case. It can work after refresh twice, but it can also be needed to press F5 seven times.

 

Has anybody an idea why it can happen?

 

Thank you very much.

Diego


Web Page Composer 7.3 unable to link images from KM

$
0
0

Hello

 

We are using Web Page composer 7.3 and EP 7.3 SP7 and having a difficult time creating content with images

 

We need to insert images saved in knowledgemagenent into a WPC page in an article.  This is single portal, not federated. Simple host

 

Uploaded image to KM folder, select details and get the target url

In WPC content editor, article content editor > insert image and paste the url and the image is displayed as expected.

But when we preview or publish the page, the image is a broken link.

 

Confirmed that everyone has view permissions to the KM folder and image file

 

Frustrated!  Any help is appreciated

 

Lee Lewis

 

Here is workflow

 

1.png

 

 

 

2.png

 

3.png

 

4.png

 

5.png

Implementing Forum for SAP Portal NW 7.01

$
0
0

Dear experts.

 

I am working wint SAP Portal NW 7.01. I found that the forum is part of an Addon. My question is Anyone know the path where I found download this Addon?

 

I need Integration forums into collaboration rooms, and for this I found the following document.

 

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/402898af-f2f6-2910-1dba-e85c992d816b

 

 

I found this:

 

How can I get the forums?

Forums are technically not part of a SAP NetWeaver stack: when you deploy SP Stack 20 or SP Stack 12/13, forums are not included automatically. Forums are delivered in two SCA files (Forum SCA and KMCUI Layer SCA) which must be downloaded from Service Marketplace (alias swdc: Download -> Support Packages and Patches -> Entry by Application Group -> SAP NetWeaver -> SAP NETWEAVER -> SAP NETWEAVER 04/2004s -> Entry by Component -> Enterprise Portal).

 

 

Thanks in advance.

Transaction IVIEW or WEBDYNPRO

$
0
0

Hi,

 

I have to deliver a new functionality using the EP. Is it better to create a general program and a transaction iview or to create a webdynpro? What's the advantage of each approach?

NW7.3 : Used DC for ResourceContext & IConnectorGatewayService

$
0
0

Hello,

 

I am migrating code from NWDS 7.0 to NWDS 7.3 and I get import errors at ResourceContext & IConnectorGatewayService class/interfaces.

Could someone please let me know which of the standard Used DCs I need to use for this?

And in case if I need to download JAR from Portal, how & from where I need to download it?

 

 




IUser CMSADMIN_IUSER =  WPUMFactory.getServiceUserFactory().getServiceUser("cmadmin_service");

ResourceContext RES_CONTEXT = new ResourceContext(CMSADMIN_IUSER);

IResourceFactory RES_FACTORY = ResourceFactory.getInstance();

 

 

IConnectorGatewayService cg = (IConnectorGatewayService)PortalRuntime.getRuntimeResources().getService(IConnectorGatewayService.KEY);





ConnectionProperties connProp = new ConnectionProperties(request.getLocale(), request.getUser());



connection = cg.getConnection(systemIdentifier, connProp);



IInteraction interaction = connection.createInteractionEx();



IInteractionSpec interactionSpec = interaction.getInteractionSpec();



interactionSpec.setPropertyValue(NAME, Z_BAPI_EMP_GBU_GET);



RecordFactory recordFactory = interaction.getRecordFactory();



MappedRecord importParams = recordFactory.createMappedRecord(IMPORT_PARAMS);



importParams.put(OBJTYP, US);



MappedRecord exportParams = (MappedRecord) interaction.execute(interactionSpec, importParams);











LSO Portal Content Player error with WBT

$
0
0

We are trying to implement LSO 600 and receive the message below when trying to open a SCORM compliant course in the portal using the Portal Content Player.

 

We have restarted the app on the java server and still receive the message. 

 

Any suggestions?

 

Thanks,

D. Maupin

 

Errors occurred

Incomplete or incorrect data:

 

 

com.sap.hcm.ls.lms.servlets.exceptions.InvalidArgumentException  :

     at com.sap.hcm.ls.lms.servlets.control.CourseUpdater.update(CourseUpdater.java:79)

     at com.sap.hcm.ls.lms.servlets.control.EventDispatcher.updateModels(EventDispatcher.java:133)

     at com.sap.hcm.ls.lms.servlets.control.RequestProcessor.doProcess(RequestProcessor.java:100)

     at com.sap.hcm.ls.lms.servlets.control.RequestProcessor.process(RequestProcessor.java:80)

     at com.sap.hcm.ls.lms.servlets.control.Mediator.processRequest(Mediator.java:226)

     at com.sap.hcm.ls.lms.servlets.control.Mediator.doGet(Mediator.java:146)

     at javax.servlet.http.HttpServlet.service(HttpServlet.java:748)

     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)

     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)

     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)

     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)

     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)

     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)

     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)

     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)

     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)

     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)

     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

     at java.security.AccessController.doPrivileged(Native Method)

     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)

     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

Caused by: com.sap.hcm.ls.lms.courseloader.LoaderException: Failed to look for mapping file for object: /Code_Blue/HealthCare_template-COdeblue061209_FINAL/v1/HealthCare_template_COdeblue061209_FINAL_ORG.crs

     at com.sap.hcm.ls.lms.courseloader.repository.RepCourseInfo.setupMapping(RepCourseInfo.java:96)

     at com.sap.hcm.ls.lms.courseloader.repository.RepCourseInfo.(RepCourseInfo.java:52)

     at com.sap.hcm.ls.lms.courseloader.repository.RepCourseLoader.getCourse(RepCourseLoader.java:106)

     at com.sap.hcm.ls.lms.data.session.CourseStateUpdater.loadCourseFromPath(CourseStateUpdater.java:389)

     at com.sap.hcm.ls.lms.data.session.CourseStateUpdater.loadCourse(CourseStateUpdater.java:186)

     at com.sap.hcm.ls.lms.data.session.CourseStateUpdater.update(CourseStateUpdater.java:135)

     at com.sap.hcm.ls.lms.servlets.control.CourseUpdater.update(CourseUpdater.java:72)

     ... 21 more

Caused by: com.sap.hcm.ls.shared.repository.access.RepIOException: Error with object: /Code_Blue/HealthCare_template-COdeblue061209_FINAL/v1/locMappingXQ7.txt, Http-Error: 401: Unauthorized

     at com.sap.hcm.ls.shared.repository.access.http.HttpRepository.throwHttpError(HttpRepository.java:894)

     at com.sap.hcm.ls.shared.repository.access.http.HttpRepository.readFile(HttpRepository.java:434)

     at com.sap.hcm.ls.shared.repository.access.DeltaVerRepository.readFile(DeltaVerRepository.java:335)

     at com.sap.hcm.ls.shared.repository.access.Repository.readFile(Repository.java:350)

     at com.sap.hcm.ls.shared.repository.proxy.MappingFile.readMapping(MappingFile.java:194)

     at com.sap.hcm.ls.shared.repository.proxy.LocationMapperPool.getMapper(LocationMapperPool.java:54)

     at com.sap.hcm.ls.lms.courseloader.repository.RepCourseInfo.setupMapping(RepCourseInfo.java:92)

     ... 27 more

File does not begin with ‘%PDF-‘

$
0
0

Hi All,

 

I've uploaded few pdfs file into the KM. However, when some users launching the pdf file the browser instance appears with nothing in it and Adobe Acrobat loads with a pop up stating File does not begin with '%PDF-'.

 

Anyone has the solution to this problem?

 

Regards,

Chia

Comments not saving in KM - change forecast

$
0
0

I was wondering if anyone could help on this, In one of our production portals, when the user goes to save variance comments against a cost centre in the Portal (7.02) the comments aren't saving. I can't see any errors in the defaultTrace log or in the db (oracle). This is not happening in the pre-prod portal, which is at exactly the same release level.


LSO Portal Content Player error with WBT

$
0
0

We are trying to implement LSO 600 and receive the message below when trying to open a SCORM compliant course in the portal using the Portal Content Player.

 

We have restarted the app on the java server and still receive the message. 

 

Any suggestions?

 

Thanks,

D. Maupin

 

Errors occurred

Incomplete or incorrect data:

 

 

com.sap.hcm.ls.lms.servlets.exceptions.InvalidArgumentException  :

     at com.sap.hcm.ls.lms.servlets.control.CourseUpdater.update(CourseUpdater.java:79)

     at com.sap.hcm.ls.lms.servlets.control.EventDispatcher.updateModels(EventDispatcher.java:133)

     at com.sap.hcm.ls.lms.servlets.control.RequestProcessor.doProcess(RequestProcessor.java:100)

     at com.sap.hcm.ls.lms.servlets.control.RequestProcessor.process(RequestProcessor.java:80)

     at com.sap.hcm.ls.lms.servlets.control.Mediator.processRequest(Mediator.java:226)

     at com.sap.hcm.ls.lms.servlets.control.Mediator.doGet(Mediator.java:146)

     at javax.servlet.http.HttpServlet.service(HttpServlet.java:748)

     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)

     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)

     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)

     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)

     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)

     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)

     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)

     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)

     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)

     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)

     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)

     at java.security.AccessController.doPrivileged(Native Method)

     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)

     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

Caused by: com.sap.hcm.ls.lms.courseloader.LoaderException: Failed to look for mapping file for object: /Code_Blue/HealthCare_template-COdeblue061209_FINAL/v1/HealthCare_template_COdeblue061209_FINAL_ORG.crs

     at com.sap.hcm.ls.lms.courseloader.repository.RepCourseInfo.setupMapping(RepCourseInfo.java:96)

     at com.sap.hcm.ls.lms.courseloader.repository.RepCourseInfo.(RepCourseInfo.java:52)

     at com.sap.hcm.ls.lms.courseloader.repository.RepCourseLoader.getCourse(RepCourseLoader.java:106)

     at com.sap.hcm.ls.lms.data.session.CourseStateUpdater.loadCourseFromPath(CourseStateUpdater.java:389)

     at com.sap.hcm.ls.lms.data.session.CourseStateUpdater.loadCourse(CourseStateUpdater.java:186)

     at com.sap.hcm.ls.lms.data.session.CourseStateUpdater.update(CourseStateUpdater.java:135)

     at com.sap.hcm.ls.lms.servlets.control.CourseUpdater.update(CourseUpdater.java:72)

     ... 21 more

Caused by: com.sap.hcm.ls.shared.repository.access.RepIOException: Error with object: /Code_Blue/HealthCare_template-COdeblue061209_FINAL/v1/locMappingXQ7.txt, Http-Error: 401: Unauthorized

     at com.sap.hcm.ls.shared.repository.access.http.HttpRepository.throwHttpError(HttpRepository.java:894)

     at com.sap.hcm.ls.shared.repository.access.http.HttpRepository.readFile(HttpRepository.java:434)

     at com.sap.hcm.ls.shared.repository.access.DeltaVerRepository.readFile(DeltaVerRepository.java:335)

     at com.sap.hcm.ls.shared.repository.access.Repository.readFile(Repository.java:350)

     at com.sap.hcm.ls.shared.repository.proxy.MappingFile.readMapping(MappingFile.java:194)

     at com.sap.hcm.ls.shared.repository.proxy.LocationMapperPool.getMapper(LocationMapperPool.java:54)

     at com.sap.hcm.ls.lms.courseloader.repository.RepCourseInfo.setupMapping(RepCourseInfo.java:92)

     ... 27 more

KM DocService ActiveX API available?

$
0
0

Hello,

 

we are developing an Netweaver Portal application which uses the KM DocService ActiveX to enable local editing of KM documents from within our application.

Until now, we learned on how to deal with the ActiveX by using browser developer tools and inspecting how Netweaver KM does it.

So far, it's working good, but I'd like to improve it.

 

Is there any API documentation available?

Especially I am interested in getting some result status from the ActiveX object whether the actions "Download" (i.e. checkout), "Upload" (i.e. checkin) or "Delete" (i.e. cancel checkout) were successful or whether some error occured.

I've inspected the ActiveX object, especially (let's say KMDocService is my ActiveX object) there is KMDocService.object.status.

During my analysis I discovered these status codes:

- 0: at start

- 10: document downloaded an checked out

- 20: document uploaded (checked in)

- 40: checkout cancelled (action "delete")

 

- 11: Download failed

- 23: Upload failed

Is my analysis on these codes correct?

Are these status codes consistent over all versions of the KM DocService ActiveX?

Are there more status codes which can occur?

 

Any further information is highly appreciated!

 

Kind regards,

Sascha.

Server error: Class: UCF Acroform Method error Message: Could not send mess

$
0
0

Hi Gurus,

 

I'm having a problem with displaying PDF file in the portal. I tried reinstalling Adobe 9. Tick and untick the option Display PDF in browser. But still encountering the error. Is it something to do with IE version? Please Help. Thanks in advance.

 

Server error: Class: UCF Acroform Method error Message: Could not send message

Folder name in cFolders back end tables?

$
0
0

Hi, I am trying to identify some folders that have had authorisations changed. I can find the foldrs in question in CFX_AUTH_HIST but of course I only have the Folder GUID. Can anyone tell me which back end table will tell me the name/description of the folder so I can identify it.

 

Thanks in advance,

 

Kathy

Not getting subscription option in the settings menu of any folder

$
0
0

Hi Experts,

 

We are using SAP NW 7.3. We are facing issue with subscription option which
is available under settings menu ( it comes when we check the details of any
folder under the KM).

 

The issue is, some end users are not getting subscription option in the
settings menu. Could you please help us in finding the missing authorization?

 

Regards,

Nitin Goel

Portal KM Documents Locking

$
0
0

Hello,

 

I went to Content Administration -> KM Content ->documents folder and when I tried to Edit the document it said the "document" is currently locked by the user <userid>. I was able to Unlock it , but want to know when does the System locks a document so another user cannot Edit it ? Is it because the user is not logging out properly or something else.

 

Any help would be highly appreciated.

Query documents on BI Portal by default created against same SAP ID

$
0
0


Hi Expert,

 

We have integrated our BI Portal with SAP BW and integration and SSO is working fine for the same.Now we are facing the problem when any user is creating a query document or modifying the query document it is being updated by one single user SAP ID and that single user SAP ID belongs to Head of BW team.This is happening in our production environment where all the query document is being created or modified by one single user SAPID.

 

 

Please help us to rectify this issue.

 

Regards,

Neeraj


sdn.sap.com RSS Feeds

$
0
0

Hi  Friends

I am trying to add the sdn.sap.com rss feeds in to my desktop rss reader.

 

To achive this task i did the follwoing steps

 

1. I clicked on RSS (which is right top corner of the sdn.sap.com).

2. It opened a xml file on the browser.

3. I copyed the url and  added to the rss reader.

4. its showing me the wrong url.

 

Please let me know what is the reasion for wrong url.

 

Please help me regarding this

 

Thanks

mmuesh

how to use web page composer

$
0
0

Dear Experts,

 

I have to develop a page in wich i have to put some links in order to show  a document offices such as power point, put some images in the page, banners.

 

I have read that  i can use Web page composer, but i do not know how to use it.

 

Can you provide me with some links  or examples in order to do it, o if i have to install something else  please tell me to do it.

 

Thanks a lot for helping me!

400 Session timed out - please log in again

$
0
0

Hi experts,

 

after upgrading our E-Recruiting to 7.4, we are faced with a strange behavior of our NetWeaver Portal (7.02):

 

When you open a WD4A-Application via Portal, the application is started correctly. But if you open the application again (second time), you receive an error-page, which says "400 Session timed out - please log in again".

 

BUT, it just keeps getting better!!! When you navigate again to the application (third time), everything works fine. Fourth time, you get the error page again (and so on...)

 

So, what the hell is going on here?!? HTTP-Trace shows nothing special....

 

Regards

 

Michael

file does not begin with '%Pdf-'

$
0
0

Hi!!

After uploading a pdf document on our portal, we many times get an error, file does not begin with '%Pdf-'  whenever, one tries to open it. Could you please suggest some remedy for it.

Importing KM configurations from Portal 6.40 to 7.40.

$
0
0

Hi experts,

 

We are importing KM configurations from Portal 6.40 to another Portal 7.40.

 

When we have imported the custom Property Groups and Property Structures, all KM folders in EP 7.40 have lost the standard Property Groups (System, Custom, Rendering, Miscellaneous, Access Links).

 

Have we done something wrong to import KM configurations between different versions?

Viewing all 1826 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>