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

Deleting CM/KM-Repository from portal and reorg Table KMC_DBRM_CONTENT

$
0
0

Hello,

 

we have delete a CM(store DB) from the Portal over the pathe

systemadministation, systemconfiguration, knowledge management, content

management.

 

Then we select the systemadministration reports.We execute the reports

CM-Repository-Databasecheck and the unconfiguration cm repositories. We

found 4 millions objects. Then we remove this objects with this report.

 

The table in the Portal KMC_DBRM_CONTENT at the moment is about 230GB!

We have reorg the table via db13 from the Solution Manager but the free

space after the reorg ist not the free space we have expected.

 

We open a message in the sapnet and this ist the answere:

 

 

 

 

 

saptpp:2> select max(length(content)),min(length(content)) from

KMC_DBRM_CONTENT

 

5643029 6

1 record(s) selected.

 

saptpp:3> select sum(bigint(length(content))) from KMC_DBRM_CONTENT

 

177737257162

1 record(s) selected.

 

This means that the maximum length of the lob field of table

KMC_DBRM_CONTENT is ~5.6MB. All LOB data together have a length of

~177GB. I assume that the rest of the data is

1. regular table data for the ~5.4mio table entries

2. administrative overhead for LOBs

3. wasted space for the LOB data

 

I suggest to check the following link

http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/topic/com.ibm.db2.luw.admin.dbobj.doc/doc/c0052385.html

 

From SAP point of view, there is little we can do about this. I assume

that DB2 is working as designed at this point.

 

 

We can´t reorg this table and if we fill this table because we must send 6000000 pictures to the portal in the km we need a lot of harddisk-space. We use a standard webservice. Here the second answere from the sap.

 

 

 

Hello,

 

I again checked the system. The number of entries in the table is

5507193.

 

select sum(bigint(length(content))) from KMC_DBRM_CONTENT

 

1

-

-


199983271544

1 record(s) selected.

 

select avg(bigint(length(content))) from KMC_DBRM_CONTENT

 

1

-

-


36351

1 record(s) selected.

 

 

Also, there are 286727312 kByte allocated for the LOB Object. So the

table has ~290GB. ~200GB is for the LOB data. The rest is wasted space.

 

So we see that the LOB object wastes about 30% of it's space. With the

allocation strategy in mind I assume this is somehow realistic.

 

If you need to check the space requirements before and after deletion ofdata (+ REORG), run the following set of SQL commands before and after

deletion.

 

select sum(bigint(length(content))) from saptppdb.KMC_DBRM_CONTENT

;

select avg(bigint(length(content))) from saptppdb.KMC_DBRM_CONTENT

;

select substr(tabname,1,20) as table,

data_object_l_size,data_object_p_size,long_object_l_size,long_object_p_size,lob_object_l_size,lob_object_p_size from sysibmadm.admintabinfo

where tabname = 'KMC_DBRM_CONTENT'

 

We can´s use the sore filesystem because we have so many folders.

 

Anybody an idea?

 


CS ADMIN - Content repository

$
0
0

Hi All,

 

I have created an content repository in the name of 09 and tested the connection was successfull,

but when i click the cs admin ,there the content repository status is running but in the

bottom tab i am getting an information message

 

HTTP error: 501 Not Implemented  ICS:

003: The ArchiveLink command ?adminContRep?is not supported in this scenario

Message no. CMS025

Diagnosis

Error in accessing via HTTP

501 Not Implemented

ICS:5003: The ArchiveLink command ?adminContRep?is not supported in this scenario.

 

 

what is this message for is anything wrong in the settings or any parameter missing, please any help on this.

 

regards,

Mans.

How to delete the topics from Discussions Group

$
0
0

Hi

 

Plz help me out with this issue.

 

I want to delete some topics from Discussions Group.

 

In Discussion Forum we have 3 Discussion Groups now i want to Delete some topics from that Discussion Groups.

 

First of all is it possible to delete that topics in discussions.

 

If possible give the process to delete the topics.

 

 

Thanks in advance.

 

Regards

Srikanth

How to tell TREX to follow HTTP- and HTTPS-Links?

$
0
0

Aloha,

 

we have a Web Repository with the website "http://www.randomwebsite.com/main.html".

This Website has two Links:

<a href="http://www.randomwebsite.com/page1.html">Page 1</a>

<a href="https://www.randomwebsite.com/page2.html">Page 2</a>

 

In the crawler logfile appears:

--- schnipp---

INFO     Aug 28, 2012 12:02:06 PM     /RandomWebsite/ http://www.randomwebsite.com/main.html     provided

INFO     Aug 28, 2012 12:02:06 PM     /RandomWebsite/page1.html http://www.randomwebsite.com/page1.html     provided

---schnapp---

 

But no page2.html.

 

No Resource Filter were used.

 

How can I tell the TREX to follow the http- and the https-Link?

 

Greetings,

Ulrich

Using a WPC page as Home page

$
0
0

Hi,

 

 

We are using Portal 7.31. We have a requirement to show a WPC page as the home page. This page shouldn't show up in Navigation, and should only be the page you go when you first land in portal after login.

 

This is our proposed Role structure:

 

Role

- Home (a WPC page, which we don't want to show up in navigation TLN or DTN, but only during portal launch)

- Workset A

  - Area A

    -Page A1

    -Page A2

- Workset B

  - Area B

    -Page B1

    -Page B2

.

.

.

.

and so on...

 

 

I have already created a WPC Area by name Home with a page Home and added as a connection to the Role. But whenever I make it not visible in navigation, it doesn't show up when I go to the portal URL (http://host:port/irj).

 

 

Any ideas on how this can be achieved.

 

 

Thanks,

Ajay

How to display Logon page branding images uploaded in KM without any authorization

$
0
0

Dear Experts,

 

Is there any ways to display Logon page branding images uploaded in KM without any authorization.

I am using portal 7.3.

 

I have uploaded the branding images in KM folder and also given the permission for Anonymous Users Group and Anonymous user with full control.

 

Then I have given the URL to these images in nwa/auth.

 

But when we try to access portal Logon page, it is asking for authorization. Even if we give the URL to the images directly into the browser, it will ask for authorization.

 

Is there any other ways to give permissions to the KM Documents so that it wont ask for authorizations again.

 

Thanks and Regards,

Suman I Kurian

Authentication Scheme of the KM Document iView

$
0
0

Hi,

 

I need to change the authentication scheme from basic authentication to uidpwdlogon of the KM Document iView located in the PCD (in Portal Content->Content Provided by SAP->End USer Content->Standard Portal Users->iViews->com.sap.km.iviews->URL access).

 

I need to do that because a windows login popup appears each time I try to access, with Windows explorer, a km folder using its WebDAV URL.

 

And I noticed that when the authentication scheme is set to uidpwdlogon the connection works properly whithout Windows popup.

 

My question is : Will this change cause some unexpected consequences ?

 

Thanks,

 

Loï

 

Problem opening the file formats .xlsx and .docx

$
0
0

Hi All,

 

I am facing the critical issue in KM. In KM content there are some files with the extensions as .xlsx and .docx, When we are downloading having problems in IE with .xlsx and .docx formats, they are being downloaded as zip files.

 

Could anybody please help to resolve the issue, do we need to do any configurations in KM.

 

Regards

Suresh


500 internal server error in portal after upgrading to 7.3

$
0
0

Dear all,

 

We have upgraded our portal to 7.3 recently.

 

Now I have also installed nwds 7.3 with relavant patch and SP i.e Patch7 and SP 7.

 

We are having a lot of Local developments in out previous version which is 7.0.

 

While trying to work on protal, after upgrading, I could not see any of the applications working. They are giving the below error...

 

500  
Internal Server Error
SAP NetWeaver
Application Server/Java AS

 

 

The initial exception that
caused the request to fail, was:

 

 

com.sapportals.portal.prt.runtime.PortalRuntimeException:
Failed to lookup External Link for:
portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.abc.employee_self_service_abc/com.sap.pct.erp.ess.employee_self_service/com.aaa.test/com.aaa.I_test

    at

com.sap.portal.pcm.iview.admin.PcmIviewCommon.getExternalLinkApplication(PcmIviewCommon.java:273)

    at

com.sap.portal.pcm.iview.admin.PcmIviewCommon.initLayers(PcmIviewCommon.java:131)

    at

com.sap.portal.pcm.iview.admin.AdminBaseiView.createAttrSetLayersList(AdminBaseiView.java:177)

    at

com.sap.portal.pcm.iview.admin.AdminBaseiView.getCustomImplementation(AdminBaseiView.java:131)

    at

com.sap.portal.pcm.admin.PcmAdminBase.getImplementation(PcmAdminBase.java:642)

    ...

67 more

 

See full exception chain for details.

 

 

 

 

Failed to process request.
Please contact your system administrator.

 

While processing the current request, an exception occured which could not be
handled by the application or the framework.

If the information contained on this page doesn't help you to find and
correct the cause of the problem, please contact your system administrator. To
facilitate analysis of the problem, keep a copy of this error page. Hint: Most
browsers allow to select all content, copy it and then paste it into an empty
document (e.g. email or simple text file).

For further information about the Web Dynpro error page, error analysis and a
description of well-known error situations, see SAP note 1113811.

 

 



Correction Hints

 

Exception could be caused by the development component: tc~wd~webdynpro

 

at

com.sap.portal.pb.data.PcdManager.initialContextLookup(PcdManager.java:129)

  at

com.sap.portal.pb.data.PcdManager.doInit(PcdManager.java:55)

  at

com.sap.portal.pb.PageBuilder.init(PageBuilder.java:622)

  at

com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:1104)

  at

com.sap.portal.pb.PageBuilder$PhaseListenerImpl.doPhase(PageBuilder.java:2120)

  at

com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:251)

  at

com.sap.tc.webdynpro.clientserver.phases.PortalDispatchPhase.execute(PortalDispatchPhase.java:50)

  at

com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:162)

  at

com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:110)

  at

com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:97)

  at

com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:515)

  at

com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:58)

  at

com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1671)

  at

com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1485)

  at

com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessing(ApplicationSession.java:894)

  at

com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:357)

  at

com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:325)

  at

com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)

  at

com.sap.tc.webdynpro.serverimpl.wdc.DispatcherServlet.doContent(DispatcherServlet.java:89)

  at

com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:62)

  at

javax.servlet.http.HttpServlet.service(HttpServlet.java:754)

  at

javax.servlet.http.HttpServlet.service(HttpServlet.java:847)

  at

com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:152)

  at

com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:38)

  at

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

  at

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

  at

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

  at

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

  at

com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)

  at

com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at

com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)

  at

com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at

com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:276)

  at

com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at

com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)

  at

com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)

  at

com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at

com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)

  at

com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at

com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at

com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)

  at

com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at

com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at

com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)

  at

com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at

com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at

com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)

  at

com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at

com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at

com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)

  at

com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)

  at

com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)

  at

com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)

  at

com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)

  at

com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)

  at

com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)

  at

com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)

  at

com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)

Caused

by: javax.naming.NamingException: Failed to lookup External Link for:

portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.abc.employee_self_service_abc/com.sap.pct.erp.ess.employee_self_service/com.aaa.test/com.aaa.I_test

[Root exception is com.sapportals.portal.prt.runtime.PortalRuntimeException:

Failed to lookup External Link for:

portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.abc.employee_self_service_abc/com.sap.pct.erp.ess.employee_self_service/com.aaa.test/com.aaa.I_test]

  at

com.sap.tc.pcd.proxies.JndiProxy.getObjectInstance(JndiProxy.java:121)

  at

com.sapportals.portal.pcd.gl.PcdGlContext.getSemanticObject(PcdGlContext.java:962)

  at

com.sapportals.portal.pcd.gl.PcdGlContext.getSemanticObject(PcdGlContext.java:742)

  at

com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:121)

  at

com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.java:1824)

  at

com.sapportals.portal.pcd.gl.url.BaseURLContext.lookup(BaseURLContext.java:265)

  at

javax.naming.InitialContext.lookup(InitialContext.java:392)

  at

javax.naming.InitialContext.lookup(InitialContext.java:392)

  at

com.sap.portal.pb.data.PcdManager.initialContextLookup(PcdManager.java:125)

  ...

57 more

Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException:

Failed to lookup External Link for:

portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.abc.employee_self_service_abc/com.sap.pct.erp.ess.employee_self_service/com.aaa.test/com.aaa.I_test

  at

com.sap.portal.pcm.iview.admin.PcmIviewCommon.getExternalLinkApplication(PcmIviewCommon.java:273)

  at

com.sap.portal.pcm.iview.admin.PcmIviewCommon.initLayers(PcmIviewCommon.java:131)

  at

com.sap.portal.pcm.iview.admin.AdminBaseiView.createAttrSetLayersList(AdminBaseiView.java:177)

  at

com.sap.portal.pcm.iview.admin.AdminBaseiView.getCustomImplementation(AdminBaseiView.java:131)

  at

com.sap.portal.pcm.admin.PcmAdminBase.getImplementation(PcmAdminBase.java:642)

  at

com.sapportals.portal.ivs.iviews.IviewServiceObjectFactory.getObjectInstance(IviewServiceObjectFactory.java:375)

  at

com.sap.tc.pcd.proxies.JndiProxy.getObjectInstance(JndiProxy.java:69)

  ...

 

 

 

Cheers,

Anu.

Seting up Content Server and ArchiveLink

$
0
0

Ok, Here is the problem that I am currently dealing with.  I have set up a Content Server to store files to a sapDB (not file system).  I am trying to have purchase orders moved into the Content Server.  I defined a content server:

from TCode OAC0:

ZT     ARCHLINK     HTTP content server     0046     Content Server Test

 

from TCode OAC3:

EKKO     MEOORDER     X     ZT     TOA01     0

 

 

in TCode OAC3 I am only able to choose ZT if I set ZT to Document Area "Archivelink".  But when I choose this it makes me choose a directory and as I mentioned I set up the content server to save files to DB (not file storage).  Can anyone please assist me in what settings I have incorrect?  Also I looked up the PO information and it says something about Object Type BUS2012... not EKKO.  Do I have to set up this object type?

 

Basically when I change the Document Area to "Archivelink" it makes me use a file... when I choose "Archivelink: Print List Manager" or "Archivelink: Document management" it does not force me to have a file path.

 

 

 

Well... after re-reading it I can see I am very confused.  Any help understanding the process or any advise would be greatly appreciated.

 

Thanks,

Paul Ksobiech

SAP Basis Administrator

e-mail server could not be reached when system was trying to send message

$
0
0

Hi All,

 

I have done the settings for mail transport. The same worked fine on development and QA. However, on production, the same settings do not seem to be working I receive message 'The e-mail server could not be reached when the system was trying to send the message', when mail is being sent out.

 

The settings is as follows:

 

1. Activate Mailing Service by going to

 

System Administration à System Configuration à Knowledge Management à Content Management à Mailing Service.

 

Ensure Active check box is selected.

 

2. Create System Alias by going to

 

System Administration à System Configuration à System Landscape

 

Go to content area.

 

Portal Content à Content Provided By SAP à Collaboration and right click.

 

Select New from PAR à System.

 

Choose the iview com.sap.netweaver.coll.app.gw  and hit next button. Select Java_Mail option and hit next button.  Enter appropriate System Name and ID and hit next button.  Hit finsh button and open object for editing.

 

Select System Aliases from display option and add an alias for the system. Save changes.

 

3. Create Mail Transport by going to

 

System Administration à System Configuration à Knowledge Management à Collaboration.

 

 

   Click Groupware Transports in content area.

 

   Select Mail Transport on next screen.

 

   Click New button and create new mail transport definition.

 

   Give SMTP server being used in organisation, Inbox for ‘Sent messages folder’, and give

   system alias created in step 2 as alias.

 

4. Mail channel server too has been set up.

 

Thanks and regards,

Arun

 

Display sap ui 5 chart [ bar chart] using data from the webservice .

$
0
0

HI All,
     i am using report engine webserive to get the data from the server but is there any way to display these data in a bar chart i have found a sample code to represent the static data in the control option but i did;nt find any code how fill the chart dynamicaly ,

if any one has  any idea of this same please share with me.
Here i attached the code and am able to access only the ID but i can't access the data which is inside the JSON object with in another JSON Object please help me .

<script>
  var str;
  function buttonClicked(oControlEvent)
    {
        alert('it Worked');
        var url = "test.jsp";
        alert('After url')
    req = new XMLHttpRequest();
    if (req){
        req.onreadystatechange = processReqChange;
        req.open("GET", url, true);
        req.send(null);
         }
    else{
        alert("Failed to Create XML Request Object.");
    }
    function processReqChange(){
    if (req.readyState == 4){
        if (req.status == 200){
            var response;
            document.getElementById("myxml").innerHTML = req.responseText;
            str = req.responseText
            alert(str);
            alert("here it comes");
   oLayout.createRow(oButton2);
            oLayout.placeAt("uiArea1");
        }
    }
}
    };
  function showChart(oControlEvent)
    {
   var spl = str.split("rctx");
   alert(spl.length);
   var splData = spl[1].split(");</script");
   var data = '{"rctx'+splData[0];
   alert(data);
   var obj = eval ("(" + data + ")");
   alert(obj.rctx[0].datapath[1].n);
   //The function for the graph starts here
  
  
   var oModel = new sap.ui.model.json.JSONModel({
    businessData : obj.rctx
   }); 
   var oDataset = new sap.viz.ui5.data.FlattenedDataset({

    dimensions : [
     {
      axis : 1,
      name : 'Id',
      value : "{datapath[{'id'}.v]}"
     }
    ],

    measures : [
     {
      name : 'Sales Revenue',
      value : '{id}'
     },
     /* {
      name : 'Rank',
      value : '{rank}'
     },  */
//      {
//       name : 'Fouls',
//       value : '{fouls}'
//      }
    ],
   
    data : {
     path : "/businessData"
    }
   
   });

   var oBarChart = new sap.viz.ui5.Bar({
    width : "80%",
    height : "400px",
    plotArea : {
    },
    title : {
     visible : true,
     text : 'Detailed Report'
    },
   

    dataset : oDataset
   });

   oBarChart.setModel(oModel);
   oBarChart.placeAt("uiArea");
       
    };
  </script>


Thanks & Regards

SUJIL T

Microsoft office 2010 documents not opening

$
0
0

hi ,

 

We have serverl users who have microsoft office 2010 installed on their machine. When they try to access any document they receive a pop- up.

"Access to this web server is disabled by default because it is controlled by basic authentication and does not support SSL".

 

can any oneconfirm that we have to enable SSL on our portal server to resolve this issue.

HTML editor not supporting when trying to edit online in KM

$
0
0

Hi,

 

we are using EP 7.0 SP10. 

 

I have uploaded html file into KM documents folder.  To edit the content online, i have created KM navigation iview.  when trying to edit online through this iview,  the following message is displaying

 

"This HTML file can contain HTML features that the HTML Editor does not support. You may consider editing the source using the Text Editor instead in order to avoid unintended changes that the HTML Editor might cause"

 

how to resolve this problem?

 

regards,

vv.

Seting up Content Server and ArchiveLink

$
0
0

Ok, Here is the problem that I am currently dealing with.  I have set up a Content Server to store files to a sapDB (not file system).  I am trying to have purchase orders moved into the Content Server.  I defined a content server:

from TCode OAC0:

ZT     ARCHLINK     HTTP content server     0046     Content Server Test

 

from TCode OAC3:

EKKO     MEOORDER     X     ZT     TOA01     0

 

 

in TCode OAC3 I am only able to choose ZT if I set ZT to Document Area "Archivelink".  But when I choose this it makes me choose a directory and as I mentioned I set up the content server to save files to DB (not file storage).  Can anyone please assist me in what settings I have incorrect?  Also I looked up the PO information and it says something about Object Type BUS2012... not EKKO.  Do I have to set up this object type?

 

Basically when I change the Document Area to "Archivelink" it makes me use a file... when I choose "Archivelink: Print List Manager" or "Archivelink: Document management" it does not force me to have a file path.

 

 

 

Well... after re-reading it I can see I am very confused.  Any help understanding the process or any advise would be greatly appreciated.

 

Thanks,

Paul Ksobiech

SAP Basis Administrator


KM Document iView for displaying PDF file.

$
0
0

Hi all,

 

I have uploaded one pdf file (Estimate.pdf) to KM in folder abc. I want to create an iView to display that pdf file in portal. For which I have created a KM Document iView and in "Path to Document" property I have assigned the document path like: /documents/abc/Estimate.pdf

 

Now when try to see preview, instead of opening my pdf file, it shows only one image on top with text mySAP.com.

 

I have also tried to create a link to my document and given the link path but I got the same result.

 

Can anyone tell me why is this happening? Is there any other property to be set?

 

Thanks in advance!!!!!

WPC Authoring Permission

$
0
0

Hi Folks,

 

We are working on SAP Netweaver 7.4 Portal.  We have followed the below SAP Help Link to configure WPC Area permissions.

 

http://help.sap.com/saphelp_nw73/helpdata/en/ce/38306634fe48ea95b2e1010cdad8a7/content.htm

 

We are able to achieve the Permission restriction in Content Editor Page where as in Content Library we are not.

 

For e.g.

 

Area Management -> Content Editor -> Staging Area (Read access to Everyone Group).

 

Staging Area -> WPC Area1 (Author permission to WPCAreaUMEGroup1 & Everyone Group Read)

Staging Area -> WPC Area2 (Author permission to WPCAreaUMEGroup2 & Everyone Group Read)

 

To allow only the appropriate author group should create the area/page/articles. Achieved successfully the expected results in the Content Editor.

 

In case of Content Library, we are not able to restrict the Users in creating Articles on the same area as well as on the other Areas.

 

Please help us in this regard.

 

Regards,

Venkatesh K

Mass locking and unlocking KM documents

$
0
0

Hi Community,

Is there way to mass lock and unlock documents in KM. since we have huge repository to lock for OS migration.

Any help is appreciated.

Problems with urimapper during system startup

$
0
0

Hello everybody,

 

actually I have a problem with a SAP Netweaver Portal 7.31 SPS 10 system during startup with the urimapper service.

The system has a long running application thread blocking the KM for more than 2 hours.

 

Thank you for your help !

 

The callstack looks like that:

 

Thread 'Application [19]', process 'server0', index '27'


"Application [19]" cpu=1286103.44 [reset 1285276.64] ms elapsed=3548.98 [reset 2842.43] s allocated=241117354664 B (224.56 GB) [reset 241103797520 B (224.55 GB)] defined_classes=2159


io= file i/o: 5005586/145549 B, net i/o: 388906822/195899703 B, files opened:848, socks opened:0  [reset file i/o: 4981392/145549 B, net i/o: 388808065/195814407 B, files opened:845, socks opened:0 ]


user="" application="sap.com/com.sap.km.application" isapplicationthread="true" prio=6 tid=0x00000000364d7800 nid=0x174c / 5964 runnable  [_thread_in_native (_at_safepoint), stack(0x0000000041fa0000,0x00000000421a0000)] [0x000000004219d000]


   java.lang.Thread.State: RUNNABLE


at java.net.SocketInputStream.socketRead0(Ljava/io/FileDescriptor;[BIII)I(Native Method)


at java.net.SocketInputStream.read([BII)I(SocketInputStream.java:129)

at oracle.net.ns.Packet.receive()V(Packet.java:300)


at oracle.net.ns.DataPacket.receive()V(DataPacket.java:106)


at oracle.net.ns.NetInputStream.getNextPacket()V(NetInputStream.java:315)


at oracle.net.ns.NetInputStream.read([BII)I(NetInputStream.java:260)


at oracle.net.ns.NetInputStream.read([B)I(NetInputStream.java:185)


at oracle.net.ns.NetInputStream.read()I(NetInputStream.java:102)


at oracle.jdbc.driver.T4CSocketInputStreamWrapper.readNextPacket()V(T4CSocketInputStreamWrapper.java:124)


at oracle.jdbc.driver.T4CSocketInputStreamWrapper.read()I(T4CSocketInputStreamWrapper.java:80)


at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1()S(T4CMAREngine.java:1137)


at oracle.jdbc.driver.T4CTTIfun.receive()V(T4CTTIfun.java:345)


at oracle.jdbc.driver.T4CTTIfun.doRPC()V(T4CTTIfun.java:223)


at oracle.jdbc.driver.T4C8Oall.doOALL(ZZZZZLoracle/jdbc/internal/OracleStatement$SqlKind;I[BI[Loracle/jdbc/driver/Accessor;I[Loracle/jdbc/driver/Accessor;I[B[C[SILoracle/jdbc/driver/DBConversion;[B[[Ljava/io/InputStream;[[[B[[Loracle/jdbc/oracore/OracleTypeADT;Loracle/jdbc/driver/OracleStatement;[B[C[S[Loracle/jdbc/driver/T4CTTIoac;[I[I[ILoracle/jdbc/driver/NTFDCNRegistration;)V(T4C8Oall.java:531)


at oracle.jdbc.driver.T4CPreparedStatement.doOall8(ZZZZZ)V(T4CPreparedStatement.java:207)


at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(Z)V(T4CPreparedStatement.java:1044)


at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout()V(OracleStatement.java:1327)


at oracle.jdbc.driver.OraclePreparedStatement.executeInternal()I(OraclePreparedStatement.java:3584)


at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate()I(OraclePreparedStatement.java:3665)


- locked <0x000000019f3686a0> (a oracle.jdbc.driver.T4CConnection)


at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate()I(OraclePreparedStatementWrapper.java:1352)


at com.sap.sql.jdbc.basic.BasicPreparedStatement.executeUpdate()I(BasicPreparedStatement.java:108)


at com.sap.sql.jdbc.oracle.Oracle11gPreparedStatement.executeUpdate()I(Oracle11gPreparedStatement.java:167)


at com.sap.sql.jdbc.direct.DirectPreparedStatement.executeUpdate(Lcom/sap/sql/trace/TraceContext;)I(DirectPreparedStatement.java:373)


at com.sap.sql.jdbc.common.CommonPreparedStatement.executeUpdate()I(CommonPreparedStatement.java:354)


at com.sap.engine.services.dbpool.wrappers.PreparedStatementWrapper.executeUpdate()I(PreparedStatementWrapper.java:397)


at com.sapportals.wcm.service.urimapper.UriMapperPersistence.upgrade_unlocked()V(UriMapperPersistence.java:3155)


at com.sapportals.wcm.service.urimapper.UriMapperPersistence.upgrade()V(UriMapperPersistence.java:2605)


at com.sapportals.wcm.service.urimapper.UriMapperPersistence.init(Lcom/sapportals/wcm/service/ridid/IRidIdService;)V(UriMapperPersistence.java:99)


at com.sapportals.wcm.service.urimapper.UriMapperService.startUpImpl()V(UriMapperService.java:634)


at com.sapportals.wcm.service.AbstractService.start()V(AbstractService.java:167)


at com.sapportals.wcm.crt.CrtThreadSafeComponentHandler.tryToStart(Z)Z(CrtThreadSafeComponentHandler.java:263)


at com.sapportals.wcm.crt.CrtThreadSafeComponentHandler.handleLookup()Lcom/sapportals/wcm/crt/component/IComponent;(CrtThreadSafeComponentHandler.java:124)


- locked <0x00000001e58514d8> (a com.sapportals.wcm.crt.CrtComponentManager)


at com.sapportals.wcm.crt.CrtComponentManager.lookup(Lcom/sapportals/wcm/crt/ComponentUri;)Lcom/sapportals/wcm/crt/component/IComponent;(CrtComponentManager.java:372)


at com.sapportals.wcm.crt.CrtComponentManager.lookupChildComponent(Ljava/lang/String;Lcom/sapportals/wcm/crt/ComponentUri;)Lcom/sapportals/wcm/crt/component/IComponent;(CrtComponentManager.java:453)


at com.sapportals.wcm.crt.CrtContainerManager.lookupComponent(Ljava/lang/String;)Lcom/sapportals/wcm/crt/component/IComponent;(CrtContainerManager.java:44)


at com.sapportals.wcm.crt.CrtSystemImpl.lookupComponentByUri(Lcom/sapportals/wcm/crt/ComponentUri;)Lcom/sapportals/wcm/crt/component/IComponent;(CrtSystemImpl.java:128)


at com.sapportals.wcm.crt.CrtComponentManager.startUp()V(CrtComponentManager.java:255)


at com.sapportals.wcm.crt.CrtSystemImpl.startUpComponentManager(Ljava/lang/String;)V(CrtSystemImpl.java:163)


at com.sapportals.wcm.repository.runtime.CmSystem.startUp()V(CmSystem.java:312)


at com.sapportals.wcm.repository.runtime.CmSystem.getInstance()Lcom/sapportals/wcm/repository/runtime/CmSystem;(CmSystem.java:209)


- locked <0x00000001e096e9a8> (a java.lang.Class for com.sapportals.wcm.repository.runtime.CmSystem)


at com.sapportals.wcm.repository.runtime.CmAdapter.getResourceImpl(Lcom/sapportals/wcm/util/uri/RID;Lcom/sapportals/wcm/repository/IResourceContext;ZZ)Lcom/sapportals/wcm/repository/IResource;(CmAdapter.java:935)


at com.sapportals.wcm.repository.runtime.CmAdapter.getResource(Lcom/sapportals/wcm/util/uri/RID;Lcom/sapportals/wcm/repository/IResourceContext;)Lcom/sapportals/wcm/repository/IResource;(CmAdapter.java:270)


at com.sapportals.wcm.portal.service.KMServiceImpl.afterInit()V(KMServiceImpl.java:231)


at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher$1.service()V(RequestDispatcherFactory.java:428)


at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(Lcom/sap/engine/services/servlets_jsp/webcontainer_api/request/IDispatchHandler;)V(IRequestDispatcherImpl.java:405)


at com.sap.portal.prt.core.RequestDispatcherFactory$ServiceRequestDispatcher.afterInit()V(RequestDispatcherFactory.java:413)


at com.sap.portal.prt.broker.PortalServiceItem.afterInit()V(PortalServiceItem.java:435)


at com.sap.portal.prt.service.ServiceManager.fireStartupServicesAfterInit()V(ServiceManager.java:192)


- locked <0x00000001ce65d5d8> (a java.util.Collections$SynchronizedSet)


at com.sap.portal.prt.container.PortalLifecycleHandler.allApplicationsStarted()V(PortalLifecycleHandler.java:78)


at com.sap.engine.services.servlets_jsp.server.deploy.impl.WebContainerProvider.allApplicationsStarted()V(WebContainerProvider.java:866)


at com.sap.engine.services.servlets_jsp.server.deploy.impl.WCEAppThreadInitializer.run()V(WCEAppThreadInitializer.java:79)


at com.sap.engine.services.deploy.server.utils.concurrent.impl.CleanRunnable.run()V(CleanRunnable.java:54)


at com.sap.engine.core.thread.impl3.ActionObject.run()Ljava/lang/Object;(ActionObject.java:37)


at java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;(Native Method)


at com.sap.engine.core.thread.impl3.SingleThread.execute(Lcom/sap/engine/core/thread/ThreadContextImpl;)V(SingleThread.java:185)


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


   Locked ownable synchronizers:


- None


Central KM Repository

$
0
0

Hi,

 

Is there a way i can have an Central KM Repository. I have an BW Java portal and a Central Portal .Is there a way i can configure the BW Java portal to Use the KM of Central Portal  .

 

Thanks,

sree

Viewing all 1826 articles
Browse latest View live


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