Which SP to use in portal ep7 with BP for EPR2005

Hello,
I installed portal EP 7 and ERP 2005 both SR2
I also installed the XSS BP in the portal
Now I want to install sp-stacks but I have the following dilema
which sp-stack do I install
a) for ERP 2005
b) for the EP 7
c) for the XSS BP
Please, advise.
Kind regards,
Gil Halevy

Hello Antoine,
I have 2 different landscapes:
1) An EP 7 portal landscape that is working with the ECC 5.0 system without XSS (only self developed webdynpro).
2) Two side systems ECC 6.0 and an EP 7 portal with BP XSS 600.
Here is what I performed up until now:
1) I installed SP-stack #14 on a different EP 7.0 landscape with no problem.
2) However, when I try to install SP#14 on the side EP 7 system with the BP XSS 600, the JSPM queue does not recognize some of the files - for example the kernel files (SAPEXE.SAR and SAPEXEDB.SAR) which were uploaded fine in the other landscape using the exact same JSPM queue.
What am I doing wrong ?
Why doesn't the JSPM recognize the kernel files ? Where do I get other kernel *.SAR files ?
Remark: It also requests some other files which are part of the BP XSS.
Please, advise further.
Kind regards,
Gil

Similar Messages

  • Help! Windows Explorer crashes regularly when using "SharePoint" directory synced with OneDrive for Business

    We are using SharePoint 2013 and I want to sync document libraries with
    OneDrive for Business with my PC running Windows 7.
    In general, it works, but my Windows Explorer crashes very often (after a few minutes) when I navigate in the synced directories and open files there (or copy files into them in Windows Explorer).
    How can I find out what happens and how to avoid it?
    remark:
    We are still using Office 2007, so I installed only OneDrive for Business from the Office 2013 DVD and
    deactivated all other components like Office 2013 by hand:
    (so for example, the shared office feature or MS Info Path etc. were not installed)
    Is there a crash log, where I can find more information about the crash?
    Does OneDrive maybe need other components to be installed and can I install them without damaging my existing Office 2007 setup?

    Did  you check your Event Viewer for any errors during the time when Windows Explorer crashed?
    Thanks for this hint!
    The Log file says the following, so it seems to be WIDCOMM\Bluetooth Software\btncopy.dll
    to be responsible for the crashing Windows Explorer
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-06-27T15:06:31.000000000Z" />
        <EventRecordID>50873</EventRecordID>
        <Channel>Application</Channel>
        <Computer>COMPUTERNAME</Computer>
        <Security />
      </System>
      <EventData>
        <Data>explorer.exe</Data>
        <Data>6.1.7601.17567</Data>
        <Data>4d672ee4</Data>
        <Data>btncopy.dll</Data>
        <Data>6.3.0.9000</Data>
        <Data>4f85fbda</Data>
        <Data>40000015</Data>
        <Data>000000000002e25e</Data>
        <Data>18bc</Data>
        <Data>01cf9215ab79ee98</Data>
        <Data>C:\Windows\explorer.exe</Data>
        <Data>C:\Program Files\WIDCOMM\Bluetooth Software\btncopy.dll</Data>
        <Data>9e5a534a-fe0c-11e3-90e5-fee5c7d69b69</Data>
      </EventData>
    </Event>

  • How can I use JavaScript extention functions with Xalan for transforming XML with XSL

    While transforming standart XML and XSL files to HTML with this servlet:
    package mypackage1;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.util.*;
    import java.net.URL;
    import javax.xml.transform.*;
    import javax.xml.transform.stream.StreamSource;
    import javax.xml.transform.stream.StreamResult;
    import org.mozilla.javascript;
    public class Servlet2 extends HttpServlet
    private static final String CONTENT_TYPE = "text/html; charset=windows-1252";
    public void init(ServletConfig config) throws ServletException
    super.init(config);
    public void doGet(HttpServletRequest request, HttpServletResponse response)throws ServletException, IOException
    try
    response.setContentType(CONTENT_TYPE);
    PrintWriter out = response.getWriter();
    TransformerFactory tFactory = TransformerFactory.newInstance();
    Source xmlSource = new StreamSource(new FileReader("c:/aaa.xml"));
    Source xslSource = new StreamSource(new FileReader("c:/bbb.xsl"));
    Transformer transformer = tFactory.newTransformer(xslSource);
    transformer.transform (xmlSource, new StreamResult(out));
    catch (Exception e)
    e.printStackTrace();
    everything is going ok,
    but when try to use javascript function in XSL file, for example like in this:
    <?xml version="1.0"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
    xmlns:lxslt="http://xml.apache.org/xslt" xmlns:my-ext="ext1"
    extension-element-prefixes="my-ext">
    <lxslt:component prefix="my-ext"
    functions="getdate">
    <lxslt:script lang="javascript">
    function getdate() {
    var d = new Date();
    return d.toUTCString();
    </lxslt:script>
    </lxslt:component>
    <xsl:template match="/">
    <p><xsl:copy-of select="my-ext:getdate()"/></p>
    </xsl:template>
    </xsl:stylesheet>
    recieve error-message:
    XSL-1000: (Fatal Error) Error while parsing XSL file (Extension function namespace should start with 'http://www.oracle.com/XSL/Transform/java/'.).
    What kind of namespace I should specify?

    Hello, Paul.
    I'm sure you may not use JavaScript as a language for creating XSLT extention functions with Oracle XDK Parser. This is since parser might have JavaScript interpreter to work with JavaScript, but it has not.
    If you need to build any XSLT extention functions you must build them as Java class' static methods.
    After that, you define the usage of the class by mean of namespace declaration as:
    xmlns:your-ns="http://www.oracle.com/XSL/Transform/java/yourpackage.Yourclass"
    (Prefix "http://www.oracle.com/XSL/Transform/java/" may differs if you use non-Oracle XML parser)
    and use class' static method in XSLT:
    <xsl:value-of select="your-ns.staticMethodName(paramsIfAny)"/>
    In your case you may wish to use standard Date class:
    xmlns:date="http://www.oracle.com/XSL/Transform/java/java.util.Date"
    <xsl:value-of select="date:toString(date:new)"/>

  • Which respoitories to use? please see the thread for the scenario!

    Hello Guru's,
    I want to use KM Repositories instead of using the Content Repository which we create in Backend system using OAC0 T.Code.
    The requirement is to store employee photos so that can be linked to Image Container used in Who's Who application of ESS.
    http://www.sd-solutions.com/documents/SDS_Employee_Photos_v4.7.html
    I went through the above link but want to use KM Repository instead.
    Please provide me inputs of what kind of repositories exist in KM and what for those repositories are used and which one to use in our scenario.
    I went through all the help docs, would appreciate if anyone can send step by step config of how to use and which one to use.
    Any inputs are appreciated.
    Thanks in advance for your time.
    Pramod

    HI
    The requirement is to store employee photos so that can be linked to Image Container used in Who's Who application of ESS.
    if u want to make your task simple just use default documents repository a type of cm repository as also said by prem.
    Regards,
    Vijay.

  • His there a widget for dashboard which i can use to turn the infrared functionality for my apple remote on and off quickly?

    As many of you i suppose, i have a universal dock and a macbook pro.
    Now because this dock and my MBP are often in the same room and both react to the remote, it would be handy if there was a widget which i could use to temporarily turn of my infrared port of the macbook, when i want to use my remote for the dock only.
    If i only want to use the remote for my macbook it's simple, i just unplug my iphone, but if i want to do the opposite, use it only for my dock while working on the computer i have to complete several steps in the system preferences before i can get what i want.
    So is there an easy way (i was thinking a widget in the dashboard) to get around this?
    thx in advance for your thoughts!

    Unfortunetally, No and no.  Apple TV is a closed API so developers are right now unable to create an app that is very compatible to connect to Apple TV.  There is also no remote app on the Mac App Store. 
    Let me know if this solves your questions or if you have any others,
    Thanks,
    Allen

  • Using a SAN certificate with RemoteApps for connections outside of the firewall

    I have two fairly simple two-server farms on the LAN with gateway servers in the DMZ.  (One is 2008 R2 and the other is 2012 R2 in the same configuration) Users connect via the 2012 RD Web Access portal to run the apps on the two farms
    and all that works fine.  The trouble is that when connecting they get the certificate mis-match warning from the session host that is assigned the connection.  I would like to get rid of that by installing  a SAN/UCC certificate that lists
    both servers and the DNS of the farm A record so that whichever server gets the connection ca present the cert and authenticate without the warning. 
    Our internal and Internet domains are the same (pre-dates me)  We maintain our internal DNS and the outside world gets its info from a provider.  The inside hosts do not exist on the outside DNS, which they don't need to anyway. As I said, this
    configuration functions just fine except for the cert mismatch business.
    I bought a SAN/UCC cert through DigiCert:
    Ensures the identity of a remote computer
    Proves your identity to a remote computer
    2.16.840.1.114412.1.1
    The subject shows the dns name of the farm host
    The subject Alt Name shows all the hostnames:
    DNS Name=rds-farm.myDomain.com
    DNS Name=server1.myDomain.com
    DNS Name=server2.myDomain.com
    DNS Name=server3.myDomain.com  (There isn't actually a server3 at this point but I figured I might as well add it for possible expansion)
    The cert chains properly back to DigiCert.
    On the 2012 install, when I try to add the cert for Connection Broker - Publishing it comes back with the following message:
    "The specified certificate is not valid. The certificate properties must match the requirements of the role service."
    So what are the requirements that don't match and what do I need to do to rekey this cert correctly?

    Hi,
    Do you have a DNS A record on your internal network?  Does it point to the RD Connection Broker server?
    Please try to change the FQDN name of the server. You can use this cmdlet to change the server name that is used when publishing RemoteApps:
    Change published FQDN for Server 2012 or 2012 R2 RDS Deployment
    http://gallery.technet.microsoft.com/Change-published-FQDN-for-2a029b80
    Additionally check the following article for information.
    Certificate Requirements for Windows 2008 R2 and Windows 2012 Remote Desktop Services
    http://blogs.technet.com/b/askperf/archive/2014/01/24/certificate-requirements-for-windows-2008-r2-and-windows-2012-remote-desktop-services.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • App page link to "federated portal" menu with  webdynpro for JAVA

    Hi experts,
    we have completed the federated portal configuration from EP to CE7.1
    Clients just log in EP, see both EP and CE content.
    Now, clients want to make a index page with some link and fashion pictures pointed to exact EP or CE page.
    I found a method "WDPortalNavigation.navigateAbsolute" which can do this in EP.
    but when i change content path to my CE content, the method failed.
    WDPortalNavigation.navigateAbsolute(
                   "ROLES://NetWeaver_content_producers/<my CE producer's name>/portal_content/...<my path>",          
                             WDPortalNavigationMode.SHOW_INPLACE,
                             null,
                             null,
                             WDPortalNavigationHistoryMode.ALLOW_DUPLICATIONS,
                             null,
                             null,
    is there something wrong calling the method? or anything else?
    Thanks in advanced!
    Fishy

    any idea? 
    thanks.

  • Using the Portal Single Sign-On for java applet clients

    Hi
    We have a task to build a java applet working within a portlet and comunicating to some session EJB(wrapped BC4J) running on the OC4J. The applet is presumably connecting to server via RMI. This connection should be restricted to some groups of portal users.
    When a user is entering the applet he is supposed to be already logged into the Portal.
    There is a lot of information on building custom secure portlets using only a pure HTML(same as JSP) client whith the help of the Portal Single Sign-On.
    But, is it possible to use the Single Sign-On for establishing a secure RMI connection from applet to OC4J without entering a password in the applet once more?
    Yuriy

    Perhaps you can write a small JSP page or PLSQL
    web procedure that will grab user name from
    the SSO Server (via SSOSDK/mod_osso)
    and invoke the applet with encrypted user name.
    The applet will receive the encrypted username
    and decrypt it to get the clear user name.
    This help to get Single Sign-On.
    To make sure that environment is secure, encrypted
    user name parameter should have random salt,
    user name, and time stamp to prevent replay attack.
    Applet must make sure that the encrypted users name
    time stamp set by the JSP/PLSQL page has value
    within a reasonable time limit like 5 minutes

  • How can I use a graph make with ppt for Window on a ppt for Mac

    Dear Sir,
    A colleague of me is working with a Window PC. He make a powerpoint presentation which contain graphic.
    He sent it to another colleague who work with a Mac and Office 2011 for Mac. He can open the file, bur some sientific caratere are "damaged".
    However, if he open the same file with Office 2008 for mac, it's work.
    Do you have an idea how to make the Office 2011 for make able to read sientific caratere from a powerpoit file which come from the Window powerpoint?
    Is there a plugin for that?
    many thank

    Try "Save as" and save it in Office 2008 format.

  • HT1692 I just upgraded my pc to Windows 8.  How can I sync my iPhone 5 and iPad using a USB cable with iTunes for Windows 8 ?

    How do I sync my iPhone 5 and iPad using iTunes with my new Windows 8 computer?  Windows support community implies it's an Apple problem.

    chateaudrive wrote:
    roaminggnome,
    Windows Support says you cannot sync Calendar function for  iPhones with Windows 8
    You did not mention this in your 1st post.
    Did you try the troubleshooting steps on the page you came from?

  • WRT610N v2- Which Ethernet Bridge to buy to go with it for LG BD370 BluRay player?

    I have a WRT610N v2 router, which I LOVE.  I need an ethernet bridge (to connect a LG BD370) Blu-Ray DVD player.  I've spoken with Linksys tech support & I'm sad to say, got misinformed.  I'd actually ordered a PLS300 (which I cancelled) when I found out there weren't any updates for it.  I'm running Windows 7 Home Premium 64 bit. 
    The tech support person first told me I needed a WET610N & then changed her mind.
    The WRT610N is located in the office about 15 yards from where I need to connect the  ethernet support to the entertainment system.   I also have a wireless printer (Lexmark Platinum PRO905 that is about 5 feet from the LG Blu ray player.  Is the ethernet bridge going to interfere with the Blu ray player?
    I'm just wanting to get connected to NetFlix.  I've paid for this service since last spring but am just now getting around to sorting this out.
    Any help would be greatly appreciated!  TIA 

    Thanks, Gollum!  I've now got the WET610N ordered & the EZXS55W ethernet switch.  They both should be here by Friday.
    The WRT610N router is in my office, hardwired to the HughesNet modem & HP Desktop running Windows XP Pro.  The two new laptops (HP dv7-3078nr and HP dv8t-1000 (both running Windows 7 Home Premium 64 bit)) and the Lexmark Platinum Pro905 AIO are in my den (about 30 feet away).  Right now, the dv8 (my main laptop I keep on continuosly & the Lexmark Pro905 are both here in the den, connected wirelessly to the WRT610N.
    Here is the configuration of the entertainment system:
    LG 50PS60 Plasma HDTV
    LG LHT854 Surround Sound
    LG ACC97WK-R Wireless Rear Speaker
    LG BD370 BluRay DVD Player
    I have DISH network with a 722K DVR
    Do I need to connect the WET610N first?  Then add the bridge?  This is where I am afraid I am going to mess up. 
    Right now, everything is working GREAT. 
    Do you think I need to hardwire the Lexmark printer into the switch? 
    Could someone please advise (in very simple steps) what I need to do to get the WET610N & ethernet bridge connected?
    All I want to do is be able to download NetFlix movies!  I am scared that the (((HughesNet))) is going to be the problem due to their low FAP cap.  Due to my location (I am 25 miles from the closest town with wireless (Verizon, Sprint, etc) offices & have already tried 3 different wireless cards here (none of which worked due to our location).
    I'm beginning to think it would have been simpler to just buy the LG BD390 (wifi already installed) & put my BD370 on eBay! LOL
    Any help would be greatly appreciated!  TIA

  • Thoughts on using a Sony Vaio with CS5 for HD event video projects?

    Basically I would need to use my Sony Vaio F12 laptop to edit HD  wedding videos on CS5. I wanted some opinions on my equipment so i will  be able to edit a long project(about an hour to 2 hours) smoothly with  no dropped frames, errors, system crashes, etc. So I would basically i  need a setup that can keep up.
    Specs: Sony Vaio - Intel Quad Core i7 1.73 Ghz(Mobile version), 6 gig  ram, 500 gb 7200 rpm HD, Nvidia GeForce GT 330M(1GB dedicated video  memory)
    I know I would at least have to use an external HD from the video and  audio. I have a 1TB Samsung Story external USB and another 1 TB one  that is eSata but am having problems with the esata port on the Sony.
    Would this be adequate or would their be some obvious areas that you could see causing problems? I'm thinking the USB external might cause a bottleneck for one.

    The assumption for why there is negligible performance gain is incorrect. If they changed the speed of the CPU and had an understanding how CUDA works they would probably have seen that. The GPU can only perform as well as the CPU allows it. What this means is the CPU has to process the threads before sending the appropriate data to the GPU for processing via the System ram. There are many factors that effect CUDA and especially performance with the MPE. The biggest though is the processor. If you set a GPU monitor utility, you can monitor the activity on the GPU while the CPU is at stock speed and then at overclocked. You will see a sizable difference in performance/usage on the GPU and GPU ram based on the speed of the CPU. What this tells you is that the GPU may be the best performing you can get but it will sit more than 90% idle if the CPU is taking to long to process the data it requires. CUDA sends threads to all available CUDA cores and is not limited at all like CPU threading. It literally just throws threads out there to the cores in simple terms. The assumption is incorrect in the link you reference.
    Eric
    ADK

  • Have anyone used R&S FSEA30 with Labview for Phase Noise Measurement?

    Hi,
    I just accquired a Rohde & Schwarz FSEA30 spectrum analyser. I wonder if anyone here can share their experience in using Labview 8.21 Professional to perform Phase Noise Measurement. I believe Labview 8.21 is far more flexible and powerful than R&S' discontinued FS-K4 Phase Noise Measurement software, which is still being offered at US$3,000 (refurbished). 
    Any links to necessary info and software would be most welcomed.
    Thanks
    Patrick
    Message Edited by PatrickKan on 01-17-2007 03:21 AM

    Hi Patrick,
    I've used LV to carry out Phase Noise measurements on both R&S and Agilent Spectrum Analyzers ( using LV6.0 to LV7.1).  I have used LV8.2 for other purposes..   I tend to prefer R&S over Agilent, especially when programming LV code.  In both cases I've used LV drivers or simply sending instrument commands via GPIB.  The FSEA30 is a very nice SA. 
    The advantage of the FS-K4 software is that it does the calculations for you, thus greatly reducing implementation time.  And for a company, it may very well be worth the investment, especially at US$3K. 
    Sharing software (vi's in this case) is / will be difficult, since the developped sw is owned by the company for whom it was developped.  For instance, I no longer work for the co where this was done for the R&S.  Recently, I implemented a routine for an Agilent SA.  It had a built-in option to carry out the measurements, so the implementation was merely setting up the SA, go into Phase Noise mode (MOV PH commands, PH_F, PH_MEAS, etc) and that was it.  I seem to recall something similar for the R&S, which was a few years ago..  but I think it also had an option to do the PN measurements..   (I will now have to visit R&S website to refresh my memory).
    All & all, using LV8.2 & R&S SA is a perfect combination.  Their LV drivers are quite useful and simple to use.  I like how they are listed on the block diagram of the tree.vi.
    RayR

  • How do I download firefox for windows 7 using my Mac, which will be used as part of a rebuild for a PC which won't connect to the internet until I finish fixing it.

    Simple, I need the file to put on a PC which currently does not have a browser.

    You will be able to download the Windows version from http://www.mozilla.com/en-US/firefox/all.html

  • Federated Portal solution with 2004sBI.

    Hi,
    I would like to know the limitation when using fedelated portal solution with 2004s BI. that means 2004s BI web functionalities are used via Enterprise-wide portal, diferent from portal component for BI.
    many customers who decide to implement mySAP ERP2005 solution is likely to implement 2 portal components. One is only for BI, another is for Enterprise wide portal, without considering system configuration deelpy.
    About the portal content, the following URL show the solutions.
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/92dceb49fd25e5e10000000a1553f7/frameset.htm
    -Integration using a URL iView
    -Export/import
    -Global portal (federated portal)
    I think the global portal is the best.
    About the KM contents, I am now think what is the best way.
    I think by using fedelated portal solution, KM content iView and KM navigation iView can be used on the corporate wide portal.
    But I am not KM expert and now am considering how to use KM contents which is on BI's EP(KM) as same as those on Enterprise wide portal. is it possible if setting webdav on repository manager on enterprise wide portal?
    Kind reagards,
    Masaaki

    There are a lot of things to consider with KM, one repository or 2? The federated Portal will work with assigning a KM navigation iView to a Role and using remote role assignment. This would put KM on the producer portal. The other option is to setup a Remote KM Repository on the Consumer Portal that points to the producer. This way you can broadcast to the producer KM repository and see this in the Consumer Portal.
    With Collaboration Rooms, there are some limitations, such as the Room Directory doesn't work with remote URL iViews or Remote Role Assignments as it launches the URL on the consumer instead of the producer. Currently, Collaboration Rooms should be centralized on your single consumer. If you need to broadcast to it in the producer, you would have to setup a link to a remote repository...
    Therefore, if you're working with KM specifically, it all works within the framework, but you need to decide how centralized or decentralized you want your document storage, so there are a lot of project considerations on this one....
    Also, webdav works to access the KM repository both on the consumer and producer...

Maybe you are looking for