Quantcast
Channel: SCN : All Content - SAP Enterprise Portal : Administration and Development
Viewing all 526 articles
Browse latest View live

Portal Login Page Customization using NWDS 7.3


Content Management - HTTPS

$
0
0

Hi experts,

 

we are setting up an enterprise portal.
We have already setup the https-connection for the portal and also the https for the backend system (strust ssl-standard).

 

If I open the portal it works fine with https and if I directly open an URL from the backend https also works fine.


However, we have implemented the URLs from the backend into the enterprise portal, which is now displayed as http instead of https.

So we open the portal via https and thatn it wants to display the content in http, which brings an error in IE, that says that the content isn't trusted.

Sure, as it switches from https to http.

 

How can I close the chain, so that also the connection from backend to the enterprise portal is called with https?

Or do I have to setup a SNC between the systems for this?

 

Kind regards

Restrict Portal Search to Applications/Leaf Nodes only?

$
0
0

Hi

We have used Suggestions LSAPI to build a custom search in Portal.

 

EPCM.getSAPTop().LSAPI.suggestionPlugin.getSuggestions(keyVal, suggestionCallback, filter);   alert('Search Term::'+keyVal);  LSAPI.suggestionPlugin.getSuggestions(keyVal, suggestionCallback);


It returns all portal navigation, be it in 1st/2nd Level or leaf nodes. However, we want to restrict the results to display only the navigation nodes which are leaf nodes, that does not have further child. Basically we want to show only the application/iViews in the results and not the 1st/2nd level navigation node names.


Is there a way to restrict the search? The suggestions object does not have any property which can say if its a leaf node or not


Thanks

Sandip

Export of Taxonomy fails

$
0
0

Good day,

 

I am trying to export my taxonomies from my PROD system to import into Sandpit.  3 of them export perfectly but one keeps failing with the attached error files.  Has anyone else experienced this and do you possible have a fix?

Browse deployment iview in SysAdmin..>support desk not opening

$
0
0

Hi Team,

 

we are trying to access Browse deployment iview from SYSTEM ADMIN ...> Support desk ..> Portal Runtime ..> Browse deployment and it is throwing exception as below

08:40_06/01/16_0036_26659450

[EXCEPTION]

  1. com.sapportals.portal.prt.runtime.PortalRuntimeException: iView not found: com.sap.portal.support.browse.default

at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyContentProvider(DeploymentManager.java:1937)

at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refresh(PortalComponentContextItem.java:222)

at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getContext(PortalComponentContextItem.java:316)

at com.sapportals.portal.prt.component.PortalComponentRequest.getComponentContext(PortalComponentRequest.java:387)

at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(PortalRequest.java:488)

at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:607)

at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)

at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:556)

 

But the same is working in QA and production system.

When looking at the iview we see that the code link property of this iview is blank and also few proerties like  (root, systemprivilage) are missing when compared with QA (iview working fine here) and also codelink here is pointing to com.sap.portal.support.browse.default

 

We tried to deploy the production par to Dev system and even after restart it is not working.

Also we noticed that DEV portal(browse deployment iview not working) has two par (com.sap.portal.support.browse.default and com.sap.portal.support.browse) where as QA/PRD portal (iview working fine here) has only com.sap.portal.support.browse 

 

Please suggest a suitable solution for this and also what is the correct par for this browse deployment iview. We are not able to see any of the par files while trying to create a new iview from Portal component option.

 

thanks in advance.

 

regards

Bharat

Unable to find the property in config tool to get the mail notification

$
0
0

Hi Experts,

 

We are unable to find the ume.user_logon_problem_request=true property in config tool.


We need to set value as true to get the new password to email.

 

Please advice to how will get that property or how will add that property in configtool as we are using portal version 7.0.

 

Your response will be appreciated.

 

 

Warm Regards,

Vamshi Krishna

Capture end user desktop IP address in Webdynprojava 7.3

$
0
0

Hi ,

 

We have a requirement to be capture end user Pc's  IP address through webdynpro java application.

Used below code for capturing IP addres, It's working fine in  Webdynpro Java 7.0.but not working in Webdynpro Java 7.3.

 

HttpServletRequest req=(HttpServletRequest)TaskBinder.getcurrentTask().getProtocolAdapter().getRequestObjectInternal().getProtocolRequest();

 

req.getHeader("X-Forwarded_For);

 

TaskBinder.jpg

 

Thanks,

Srinivas

Task is not comeing in UWL inbox

$
0
0

Hi Expert,

 

Task is not coming/visible in UWL inbox but their in from SAP back-end side, have checked configuration of UWL and system object,its working fine.

 

Old Other task is coming in UWL inbox but this is new workflow which is created from back-end side,Have also modify xml and added task in file but no luck.

 

pls  suggest the same that how can i check apart from this.

 

Regards,

Sam


SRM Portal and problems with the IE compatibility mode

$
0
0

Hi,

 

we are using the SAP Portal 7.02 for the SRM scenario (shopping cart & catalog etc.) with the IE11.

 

The SRM Portal is running in the IE compatibility mode. Below internal catalogs we have also OCI shops implemented. If you click on those OCI Shop a new window opens with the shop in an embedded portal frame. Therefore the shop is running with the for the portal relevant settings in the compatibility mode. The problem is that this shop is not working in the compatibilty mode. I tried to fix that with several settings mentioned in SAP notes. I opened a SAP ticket 4 month ago but until today they provided me no solution for our problem.

 

Has anybody the same problem and found a solution for that?

 

Thanks and best regards

Tim

Connect Backend THROUGH Enterprise Portal

$
0
0

Hello experts,

 

I found already on internet a very helpful link, which explains a lot.

http://scn.sap.com/people/rory.murphy/blog/2011/04/04/accessing-backend-content-through-the-enterprise-portal-from-the-internet

 

However, I would like to role this item up once again to clarify, what is possible in a year 2016.

So is there already a possibility to publish backend content THROUGH the enterprise portal WITHOUT opening a public channel to the backend?


If not, what are best practices, how did others realize the requirement, to make backend-content access able?

I know, reverse-proxy is a must, but anyway, this means you are open a channel to a backend-system....

 

Is there a way, to use Java-Webdynpro in EP to render content instead of abap-webdynpro?

 

What are the recommendations, to make it as secure as possible?

 

Kind regards

uwl Select all option for uwl work items

$
0
0

Hi all,

I am working on  uwl mass approval.

 

I need to give select all option for uwl items  ie right now if there are 10 uwl tasks

present in uwl then i need to click 10 times to select the task then finally i am submitting the decision(approve/Reject)

 

Is there any way of giving some button/action so when user click on that button so that all the task get selected ??

 

Thanks in Advance,

 

Regards,

Kumar.

Deployment exception : The deployment of at least one item aborted

$
0
0

Hi Experts,

 

We are using portal 7.0 version and getting the below mentioned deployment error if we will deploy the changes in production.

 

Please find the below screen shot of error.

deployment error1.jpg

As per the error details , i have updated the admin pwd in config tool(SAP note 701654). but still the error is getting.

 

Please help on this.

 

Thank you in advance.

 

Regards,

Prasad

Look and feel for Forums in portal

$
0
0

Hi Experts,

 

How can I change the look and feel for Forums in Portal 7.0.

 

I have followed the documents and changed backed ground color and font but it is not reflecting.

 

Kindly advice.

 

Your response will be appriciated.

 

 

Warm Regards,

Vamshi Krishna

Issue with MSS reports

$
0
0

Hi All,

 

when we try to click on any of the links in reports launch pad, splash screen appears, stays there continuously and nothing happens.

below is screen shot for the same.

Found no traces in NWA and o dumps in st22 as well.

 

 

 

reports.PNG

 

 

It is a standard application, application id:reportlaunchpadpcd

 

 

could you please help me in getting this resolved as huge number of users are affected in production system

 

 

Regards

Parameshwari

Integrating UI5 applications in EP with local system object

$
0
0

Dear all,

 

I developed a local UI5 test application for EP with NWDS and looking for a way to integrate in EP 7.4 SP2 as an iView. I found this on SAP Help:

 

Creating SAPUI5 iViews - Portal - SAP Library

 

This a bit slap mannered description doesnt worked for me, and I found also other people on SCN to have same problems: SAPUI5 iView does not work?

 

So in linked thread I found two approaches to solve this:

 

1.)Use of "generic" iVIews - no idea what codelink "generic" is, but could probably work with an URL iView. However, I dont want to use this workaround

 

2.)Creating of a local system object - a kind of loop to local system? Since delivered UI5 template needs a system object to work and use SAP_LocalSystem doesnt works, I probably need to create such one. I have never done something like this before and wasnt able to find any informations regarding this. Where is the case of creating and maintaining of such a loop-system-object for an SAP EP documented? How can I manage this? Why there is only one GPAR component for integrating UI5 content? I would expect a separate remote UI5 template and separate template for calling local deployed UI5 applications placed in PCD and marked as templates. Thank you in advance,

 

regards


sap portal & NWBC client

$
0
0

Hi experts,

 

we are developing  ESS & MSS Webdynpro ABAP applications .

 

Now we want to configure all apps into both portal 7.4 & NWBS client.

 

do you have idea what are pre-requests are required to configure both WDABAP ESS & MSS applications:

 

1. system components

2. Business pakcages

3.  standard roles

 

let me know  what options   and system components are required to configure in both portal & NWBC client.

 

thanks

RK

How to add button in Uwl

$
0
0

Hi,

 

I need to place one button in column order of uwl which used to select all the work items by clicking on single click.

 

Can you please assist me where and what is the code need to be added in  xml for displaying the button.

 

Please find attached image.

 

Thanks in advance,

 

 

BR,

Kumar.

Workitem is not properly displaying in UWL

$
0
0

Hi Experts,

 

When we click on particular work item and trying to open in a separate window it is not opening properly.

 

It is working fine in Dev and Prod only problem with Quality.

 

Please find the screen snap for your reference.

 

Kindly suggest either any properties to be modified?

 

UWL.png

 

 

Thanks and Regards,

Devi.

setting for First name and last name

$
0
0

Hi All,

 

 

My requirement is in Personal data, I fill last name, middle name, and first name.

the same is displaying correctly in report.'

but in some of the report , in place of first name last name is comming, and fisrt name is displaynf on last name.

can anyone tell me where is the setting for it.

 

also, the same thing is happening for date, instead of DD/MM/YYYY it is displaying MM/DD/YYYY.

 

 

REgards

Navigation issue in mss role

$
0
0

Dear Experts,

 

Please note that in mss role, from navigation panel i am  not able to see any sub link and instead of showing the content of selected link ,it is always opening the first link,kindly guide me to resolve the issue,our portal versio is 7.4.

 

 

Thanks & Regards,

Smruti Ranjan Moharana

Viewing all 526 articles
Browse latest View live


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