Hello Experts,
I'm using NWA log viewer (J2EE version is 7.31 SP7).
Is it possible to sort by columns?
It doesn't make sense donwloading to excel just for sorting )-:
Am I missing something?
Regards,
Omri
Hello Experts,
I'm using NWA log viewer (J2EE version is 7.31 SP7).
Is it possible to sort by columns?
It doesn't make sense donwloading to excel just for sorting )-:
Am I missing something?
Regards,
Omri
Hi ,
Facing licence issue Due to subjected error .
How to restrict multiple log-ins by same user in SAP BO 4.0
Thanks in advance .
Hi All,
we are facing a strange behaviour in UWL while auto refresh happens in UWL.
If user opens the UWL and leave the screen then open any approval screen or any other screen (eg: MS outlook, any other browser window, word document etc) after auto refresh of UWL the existing browser windows or any other window or outlook is minimising and UWL browser window is showing automatically.
The UWL auto refresh time we set to 1 minute and the EP 7.3 EHP1 portal we are using.
Please advice how we can resolve this issue.
Thanks & Regards,
Bhargava Kumar.
Hello All,
I am new to this community and this is my first post.
Therefore please pardon me for providing inadequate explanation/resources while mentioning my problem.
I am trying to build a SOAP webservice in SAP NetWeaver Developer Studio 7.3. This webservice will be used for integration between SAP user management (AS Java) with Dell's Quest Identity Management (Q1IM).
The webservice will be used for
Fetching
-> All UME Users
-> All UME Groups
-> All UME Roles
Add/Delete
-> User to/from Group
-> User to/from Role
Change
-> User Account Details
The current scenario is the webservice built in Java is ready and all the functional components are working fine during runtime except for one and that is when I try to retrieve all the UME Users.
Below mentioned piece of code is for getAllUser function
public SAPUser[] getAllUsers() throws UMException {
IUserFactory userFactory = UMFactory.getUserFactory();
IUserSearchFilter searchFilter = userFactory.getUserSearchFilter();
searchFilter.setDisplayName("*", ISearchAttribute.LIKE_OPERATOR, false);
ISearchResult searchResult = userFactory.searchUsers(searchFilter);
ArrayList<SAPUser> ar = new ArrayList<SAPUser>();
while (searchResult.hasNext())
{
String uniqueid = searchResult.next().toString();
if (uniqueid.startsWith("USER.PRIVATE_DATASOURCE.un"))
{
IUser user = userFactory.getUser(uniqueid);
IUserAccount[] userAcc = user.getUserAccounts();
for (int i = 0; i<userAcc.length;i++)
{
ar.add(new SAPUser(userAcc[i]));
}
}
}
SAPUser[] users = new SAPUser[ar.size()];
return ar.toArray(users);
}
Similar logic have been used for Groups and Roles and they are working fine.
During runtime it gives following error
Web service returned error. Fault Code: "(http://schemas.xmlsoap.org/soap/envelope/)Server" Fault String: "Calculated UME LDAP id is null"
(Screenshot has also been attached)
I tried searching for a solution on internet and specially on SAP SCN but couldn't come across any suitable option.
Thereby my request to member-experts of this forum to please look into my matter mentioned above and provide some appropriate solution for it.
Thanks in advance.
Regards,
Tanuj Jaitly
Hi Experts,
Is it possible to create a configuration where SSO between two SAP Portals in such a ways that it will work for certain employees only as per roles or rather not work for employees who do not have certain role?? If Yes, How??
Thanks
Hello,
we use Portal NetWeaver 7.4.
As start-irl, we use www.<domain.de>/irj/prortal.
Bu twe we want that the user only needs to use the url www.domain.de.
"/irj/portal" shall not appear in URL-row or in sniffers.
How can we do that with portal-things?
Best regards
Oliver
Hello, I am using the MSS portal for approval workflow. The Workflow user has the decision In which I modeled for rejecting the mandatory text option (Justification) to be placed When the user choice this option.
I run the Workitem using the SAP / HCM, the Workflow ask for justification in the mandatory PopUp after the rejection option is selected, but if I run the Workitem using MSS Portal, the text option is mandatory after rejecting the task is not displayed.
Any suggestion?
Thanks a lot.
Hello folks,
i want to do this Tutorial (How To Apply Custom Branding Using the AJAX Framework L-Shape APIs) but i'm missing the source code.
Can anyone of you provide me with the necessary files?!
It was once located in Sap Code-Exchange (https://code.sdn.sap.com/svn/sap-portal-ajax-framework)
Thanks in advance.
Greetings,
Hi All
I am accessing the SAP Portal 7.3 in IE9 and the content is not loaded properly as expected.
The document mode= Quirks instead of IE9 standards.
I have included the meta tag to force the compatibility mode in the logonPage.jsp file as mentioned below, but still the issue is not resolved.
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<%@ page session = "false"%>
<%@ taglib uri="/SapLogon" prefix="sap" %>
<%@ page import="java.io.PrintWriter" %>
Please help in resolving the issue.
Regards
Shaily
Hello Experts,
I'm working on a project where we have two SAP Netweaver Portals (2 different CE/BPM servers as well). I need an interface between the 2 BPMs to trigger a workflow task. Is direct communication between 2 BPMs (SAP Netweaver 7.3 to SAP Netweaver 7.2) possible? Is this possible using WSDL? I have been trying to look for an existing forum or documentation about this but I had no luck.
Please help.
Thanks.
Mike
Hi Experts,
Could some please help on the steps for configuring SSO between Portal 7.4 SR1 and ECC6.0 EHP6 system.
Tried the configuration using the below link :http://scn.sap.com/docs/DOC-27905
But ending up with errors while testing the RFC connection created between EP and ECC.
Please help.
Thanks !!!!
Regards,
Srikanth G
Dear Experts,
Please help,how to change the NWA login Screen in Portal 7.0.tell me any suggestions.
(http://portal:port/nwa)or(http://portalport/logon/logonServlet)
Thanks for advanced,
Thanks and Regards,
Durga Rao
Hi All
I am accessing the SAP Portal 7.3 in IE9 and the content is not loaded properly as expected.
The document mode reflected there is Quirks mode instead of IE9 standards.
I have included the meta tag to force the compatibility mode in the logonPage.jsp file as mentioned below, but still the issue is not resolved.
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<%@ page session = "false"%>
<%@ taglib uri="/SapLogon" prefix="sap" %>
<%@ page import="java.io.PrintWriter" %>
Please help in resolving the issue.
Regards
Shaily
Dear all,
We have a problem with a newly installed Portal application server / Dialog Instance: it is missing all applications in
/usr/sap/EPQ/J00/j2ee/cluster/server0/apps.
Background: Our QA Portal environment has had only one instance for many years; it is currently on NetWeaver 7.31 SP09. I recently installed a new Portal application server / Dialog Instance (call it "Server2"), using the installation guide "SAP Systems Based on the Application Server Java of SAP NetWeaver on Windows: MS SQL Server Using Software Provisioning Manager 1.0." The installation went smoothly.
I can start and stop Server2 normally, and can log on to it as well, but applications like ESS, Business Intelligence, etc. are failing. At the file system level Server2 is missing numerous files and directories. Following are some examples:
Any help or advice about these missing files and directories would be very much appreciated.
Regards,
Jill
Hi,
I have created a URL iview for webdynpro java application and assigned that iview to Group .When the users from that particular group are accessing the iview,they are getting the below error,
Error component failed , reason : Access is denied: pcd:com.sap.portal.system/gpal_hidden_content/gwd/Applicaiton path - user: TestUser Original Exception : Access is denied: pcd:com.sap.portal.system/gpal_hidden_content/gwd/Application Path - user: TestUser
Please help me in resolving this...
Thanks,
Hi all,
I have migrated a simple PAR from 7.0 to 7.31 but I can not run it.
I get the following error message:
"com.sap.engine.services.deploy.exceptions.ServerDeploymentExceptions: Application sap.com/MyApp cannot be started. Reason: it has hard reference to library:com.sapportals.portal.prt.component, which is not active on the server because library is not deployed on server. Probably application sap.com/MyApp declares runtime but no deploytime dependency to the library which is wrong. Deploy the missing library com.sapportals.portal.prt.component as a workaround or contact application owners to check their references".
xml file:
<?xml version="1.0" encoding="UTF-8"?>
<application>
<application-config>
<property value="sap.com" name="Vendor"/>
<property value="SAPJ2EE::library:com.sap.portal.common,
SAPJ2EE::library::tc~cmi, com.sap.portal.common.commonservices,
SAPJ2EE::library:com.sapportals.htmlb, com.sap.portal.navigation.api_service,
com.sap.portal.navigation.helpservice, com.sap.portal.navigation.service,
com.sap.portal.productivity.resolverservice,
com.sap.portal.navigation.afp.helperservice,
com.sap.portal.runtime.system.favorites,
SAPJ2EE::service:engine.security.facade,
SAPJ2EE::library:com.sap.base.technology.facade,
SAPJ2EE::library:engine.j2ee14.facade, com.sap.portal.search.provider_api,
com.sap.portal.search.service, com.sap.portal.contenttaggingservice,
SAPJ2EE::library:tc~epbc~pcd~gl~api" name="PrivateSharingReference"/>
</application-config>
<components>
<component name="Banners">
<component-config>
<property value="com.mln.Banners" name="ClassName"/>
<property value="jspnative" name="ComponentType"/>
<property value="pagelet/Banners.jsp" name="JSP"/>
</component-config>
</component>
<component name="Banners">
<component-config/>
<component-profile/>
</component>
</components>
<services/>
</application>
Banners.jsp
<hbj:content id="myContext" >
<hbj:page title="PageTitle">
<hbj:form id="myFormId">
<TABLE border="0" cellspacing="0" cellpadding="0">
<TR>
<TD width="10px"> </td>
<TD align="right">
<a class="community" href="MMMMM"
onClick=return EPCM.doNavigate('ROLES://portal_content/XXX')"
target="_parent">
<img src="<%=componentRequest.getWebResourcePath()+"/images/Banner1.jpg"%>" border="0">
</a>
</TD>
</TR>
</TABLE>
</hbj:form>
</hbj:page>
</hbj:content>
Hi All,
We have a requirement to create one log report in SAP Portal based on MDM GDS server log files. The log files are generated in excel format in the MDM GDS server directory on daily basis. We have to develop one application in SAP Portal where users will see the log files records in a table based on some user inputs like date, status etc. Could you please suggest any solution to develop this application where user can see MDM log files records as a report in SAP Portal.
Also, how do we retrieve the log files records from MDM server directory so that we can generate a report in SAP portal?
Regards,
Sandip
Hi All,
I have launched the Configuration Wizard with the task "BI Initial Setup for ABAP", in the step 7 appear this error: "Exception during the import profile"
Log :
1- Error : Column: 'SOBI_RFC_DEST' not part of the table (com.sap.tc.lm.ctc.provider.vmaprovider.util.VMAUtil)
2- Error : There is already such a row - with key columns:[Ljava.lang.String;@454fec43;and key column values:[Ljava.lang.String;@2204642; in table-RSADMINC. AN UPDATE ACTION WILL BE PEFRORMED!
--> JCO Destination is running
--> RFC Destination is working :
I already done authorization issue for System-User!
PS: I have two different Server, one of those SuSe NW CE 7.3, another one Windows 2008R EHP 2
BR
As a part of SAP NetWeaver Portal 2014 Movie Challenge: Instructions I got a chance to review SAP Fiori Launchpad on SAP Enterprise Portal.
The movie has excellent background soundtrack(similar to Star-wars giving out-of-the-world feeling) which play throughout the movie. It would be better if some one explains the environment, scenario and steps for proceeding in Launchpad in human voice. Although it is self explanatory but voice gives a more sincere feeling toward the topic.
Movie starts with SAP Fiori Launchpad logon on SAP Enterprise Portal leading it to 'My Home' (homepage) where existing selected applications persists.
The movie takes us through the Tile Catalog options:
1. Browsing through the available Fiori Applications
2. Adding Tiles to Home Page from available applications list (clicking '+' sign below an application)
3. Reordering of tiles on Home Page (is just a matter of drag and drop)
4. Executing Fiori Applications from Home Page(Leave Request and Travel Expense)
5. Removing Tiles from Home page (is just a matter of drag and drop)
It is always helpful to know the amount of flexibility we can provide to clients specially for web applications, where presentations (look and feel) matters the most. It could be better if more UX (user experience) sub-topics/steps in Fiori Lauchpad is added to the movie making it more content rich. Additional information with speech bubbles could have been provided.
It is always easy to be critic rather than producing a movie by ourselves. Not taking any credit out, for overall experience and simplicity in presentation, I will give the movie a 5-star rating.
For those who want to have a deep dive into SAP Fiori User Experience, you can view What is SAP Fiori UX?
For more information on Movie Challenge, please see Announcement of SAP Portal and HANA Cloud Portal Gamification Movie Challenge
*Image source: SAP