Using ICE in EP5 SP5

Hi,
I am needing to use ICE to move some content from an EP5 SP5 system to an upgraded EP5 SP6 clone so we can migrate to NW2004 SPS14.  Someone prior to me has removed access to ICE from within the Portal navigation in the roles.  I know that there is a direct URL to use ICE in EP5 SP5, but have not been able to find it.
Will someone with great knowledge please advise me as to where I may find the direct URL to ICE in EP5 SP5?
Thank you in advance for any help.
Best Regards,
Rick

Hi Rick,
This 'should' be pretty close.  I've not used EP5 for over a year now...
http://<servername>:<port>/irj/servlet/prt/portal/prtroot/com.sapportals.km.navigation/ice
Regards,
Graham

Similar Messages

  • DSM Terminator Problem in EP5 SP5???

    Hi,
    We are using EP5 sP5. when i logoff from portal DSM terminator window is asking for password. How can i resolve the issue?
    Regards
    Ravindra

    Hello,
    What happens is that you loged off before the actuall session has been terminated.
    What is happening is that there is a parameter missing in your user management registery.
    go to regedit>software>sapportal...>usermanagement>configuration>
    add the following parameter
    Extended ticket expiration= 5 seconds
    this should allow you to log off and not having to fill in the credentials again.
    regards
    Razmik

  • Java Web App for EP5 SP5

    Hi
    Recently I developed a Java web app for a Portal client.  The client is on EP5 SP5 with ITS and LDAP servers (a 3 server architecture).  I then used the deployment tool to create the necessary ear file and then successfully deployed it to the SAP J2EE Engine.  I then navigated to the following url:
    http://<portal_server>:8100/<web_app>/welcome.jsp
    However I am having trouble with the following:
    1) the jsp pages are not being rendered properly.  in fact welcome.jsp does not have any jsp tags at all but I am still getting a compiling exception.  as soon as I change the extension to .html the page is displayed fine.  issue: why am i not able to view the jsp pages.  error: com.inqmy.services.servlets_jsp.jsp.CompilingException ID 17013
    2) the web app I have developed utilises the sapjco functionality to connect to the relevant R3 system.  in my web app directory structure I have included the necessary sapjco.jar in the WEB-INF/lib directory but get the attached jco error. (I shouldnt need to set the classpath since the sapjaco.jar file must get picked up from WEB-INF/lib directory).  Error: At times I get a NoClassDefFoundError stopping at the line which requires the sapjco.jar file (where it uses JCo.Pool class) and at other times I get the "could not load middleware layer".
    I have tried numerous things to fix it but in vain.  Any thoughts around how I could go about resolving the issues will be greatly appreciated. 
    Willing to provide screenshots if required.
    Cheers
    Ankit

    Hi Alon
    Thanks a lot for the info!!
    I have read the doco you asked me to have a look at and it sounds reasonable.  But the question that I have is that is it possible to successfully include the relevant jar's in the application's WEB-INF\lib folder?? I ask this since I would expect the SAP j2ee class loader to look at the required jar's in the WEB-INF\lib folder?!? (Also the section on "Adding a Reference from a Deployed Application to a Service or Library" talks about an app that may want to use resources from OUTSIDE the application EAR.)
    So if I use any jar's such as sapjco, xerces, activation and mail I will need to add them to the library.txt if they are not already there (which they should be since the portal uses them) and then add the reference in reference.txt.
    Your thoughts will be appreciated.
    Cheers
    Ankit

  • SAP EP5 SP5 Java web app problem

    Hi
    Recently I developed a Java web app for a Portal client. The client is on EP5 SP5 with ITS and LDAP servers (a 3 server architecture). I then used the deployment tool to create the necessary ear file and then successfully deployed it to the SAP J2EE Engine. I then navigated to the following url:
    http://<portal_server>:8100/<web_app>/welcome.jsp
    However I am having trouble with the following:
    1) the jsp pages are not being rendered properly. in fact welcome.jsp does not have any jsp tags at all but I am still getting a compiling exception. as soon as I change the extension to .html the page is displayed fine. issue: why am i not able to view the jsp pages. error: com.inqmy.services.servlets_jsp.jsp.CompilingException ID 17013
    2) the web app I have developed utilises the sapjco functionality to connect to the relevant R3 system. in my web app directory structure I have included the necessary sapjco.jar in the WEB-INF/lib directory but get the attached jco error. (I shouldnt need to set the classpath since the sapjaco.jar file must get picked up from WEB-INF/lib directory). Error: At times I get a NoClassDefFoundError stopping at the line which requires the sapjco.jar file (where it uses JCo.Pool class) and at other times I get the "could not load middleware layer".
    I have tried numerous things to fix it but in vain. Any thoughts around how I could go about resolving the issues will be greatly appreciated.
    Willing to provide screenshots if required.
    Cheers
    Ankit

    Hi Ravi
    I used the SAP J2EE Engine Deploy Tool to create the war and ear archives as well as deploy the ear archive.  As I used this tool I included the required jar files inclusing the sapjco.jar inside WEB-INF\lib of the web archive (WAR).  I tested this in a tomcat environment before deploying it to the portal environment.
    1) The screendump is as below:
    Internal Server Error 500!
    com.inqmy.services.servlets_jsp.server.jsp.CompilingException: ID17013: Error in compiling : java.io.IOException: CreateProcess: javac -encoding UTF8 -nowarn C:\SAP_J2EEngine6.20\alone\services\servlet_jsp\work\jspTemp\changePassword\work\jsp_welcome1092865716140.java -classpath ".;.\system-lib\boot.jar;.\system-lib\jaas.jar;;.;.\additional-lib\jnet.jar;.\additional-lib\jdbc20.jar;.\services\iiop\iiop.jar;.\services\servlet_jsp\servlet_jsp.jar;.\services\p4\p4.jar;.\additional-lib\mail.jar;.\services\dbpool\dbpool.jar;.\additional-lib\connector.jar;.\additional-lib\activation.jar;.\services\deploy\deploy.jar;.\additional-lib\jta.jar;.\services\ts\ts.jar;.\additional-lib\jsse.jar;.\additional-lib\servlet.jar;.\additional-lib\ejb11.jar;.\additional-lib\jms.jar;.\services\ejb\ejb.jar;;C:\SAP_J2EEngine6.20\alone\services\servlet_jsp\work\jspTemp\changePassword\root\WEB-INF\lib\activation.jar;C:\SAP_J2EEngine6.20\alone\services\servlet_jsp\work\jspTemp\changePassword\root\WEB-INF\lib\inqmyxml.jar;C:\SAP_J2EEngine6.20\alone\services\servlet_jsp\work\jspTemp\changePassword\root\WEB-INF\lib\jcoapi.jar;C:\SAP_J2EEngine6.20\alone\D
         at com.inqmy.services.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:296)
         at com.inqmy.services.servlets_jsp.server.jsp.JSPServlet.getClassName(JSPServlet.java:333)
         at com.inqmy.services.servlets_jsp.server.jsp.JSPServlet.service(JSPServlet.java:207)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:136)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:856)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:598)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:260)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:164)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:909)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl3.ParserRunner.run(ParserRunner.java:30)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:132)
    As advised by you I included the inqmyxml.jar file in the WEB-INF\lib folder for this application.  But it doesnt seem to have made a difference.
    2) for the second issue where sapjco.jar isnt found the error is as seen below.  At line 42 in R3.java I make a  JCO call -
    pool = JCO.getClientPoolManager().getPool(POOL_NAME);
    Error Dump below:
    java.lang.NoClassDefFoundError
         at R3.(R3.java:42)
         at ChangePassword.doPost(ChangePassword.java:76)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:136)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:856)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:598)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:260)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:164)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:909)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl3.ParserRunner.run(ParserRunner.java:30)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:132)
    I would have expected EP5 to be able to find the appropriate jar files.  Especially since it has its own library of jar files to work with.  I was reading some J2EE Engine doco and came across two files library.txt and reference.txt.  Do I need to maintain these files as I deploy my application?
    Your thoughts will be appreciated.
    Cheers

  • Urlgenerator.IURLGenerator not supported in EP5 SP5

    Hi
    I am having problems finding how to code in JAVA with the above
    plugin:
    import com.sapportals.wcm.service.urlgenerator.IURLGeneratorService
    I have found a site that shows what methods have been
    deprecated in EP5 SP5:
    http://devnetmedia.sap.com/html/submitted_docs/knowledgemanagement/deprecated-list.html
    We where on EP5 SP4 and the functionality worked, but due to the upgrade to EP5 SP5 this is broken.
    But
    I cannot find examples of how to find a file on the server and get its path.
    IURLGeneratorService urlGenerator = (IURLGeneratorService) ResourceFactory.getInstance().getServiceFactory().getService("urlgenerator");
    //String imageUrl = urlGenerator.getHost() + urlGenerator.getRelativeUri('a' ) + itemImage.getRID().toString();
    //return "<img align='left' border=0 alt='' src='"imageUrl"'>";
    The above commented lines are the issue.
    I need to use the vaild URLGeneratorService methods to get
    the url of an image to be uploaded via cm.
    Please advise.
    Regards
    Arun

    Hi
    We are still having this problem
    Does anyone have ideas to overcome the issue
    Regards
    Arun

  • Folders affected after KM Content Transport using ICE Methodology

    Hi All,
    I am encountering a strange behaviour when I use ICE methodology to Transport KM Content.
    When I migrate a particular folder using ICE package, the folder gets transported successfully to the target system, but after the Transport, the other folders in the target system are getting affected.
    Can anyone tell me the reason for this starnge behaviour of ICE package.
    Any kind of help would be greatly appreciated.
    Regards,
    Adren

    Follow below defined process
    Go to -
    >Content Administration--->KM Content->go to ice(folder)->go to Syndicator->go to Global Offer> Clear (delete) all folder shortcut links>above breadcum you will see Folder command click there-> Select New>Select Link>Browse and select the folder you want to transport->select the folder link and click on Complete Package--> file will be downloaded
    This file you can upload in other server through Content Management---->Package Upload---> Browse and select file and upload
    I think you must be doing the same process but you might not be clearing old folder links which can cause the problem and replace other folders whose link is there available in Global Offer folder.(This step in process is highlighted with underline)
    Just Clear and try once ....
    Regards,
    Tushar Dave

  • Re:content transfer using ICE service

    Dear all,
    we have used ICE online to transfer our contents.
    The contents are transferred.
    The ACL and metadata properties modified by is transferred correctly,but showing created by as the id which has done the trasfer .
    Is there any option to transfer the data regarding Created by  also.
    points would be rewarded.
    Regards
    swetha pola

    Hi Hung
    I checked the sap note.
    I am using ICE offline only .
    the second thing is i checked in the repository manager it is using  db mode to store the data .
    and as its under /documnets ita a cm store .
    one thing i want to know is in the repository manager we see some repository services like feedback,discussion ...there i dont see created by .
    is that the cause .
    I am getting the deatils of the person who carried out the transfer for created by
    Can u give some  idea on this.
    Thanks in advance
    regards
    swetha pola.
    Edited by: swetha pola on Aug 6, 2008 3:11 PM

  • Can i use ICE Faces and JBoss RichFaces combinely in JSF

    hi
    I can use ICE Faces and JBoss RichFaces in Jsf.But my requirement is that can i use both(ICE Faces&JBoss RichFaces) components in single .jspx page.is that possible
    plz tell me
    regards
    niranjan

    thanks for your reply
    plz clarify what it means "JSF Implemetation".i.e for example can i place an Rich Face Component In ICEFaces Form
    <ice:form>
    <rfc:inputText/>
    </ice:form>
    because we have some components in IFaces and some in JBoss Rich Faces which are needed for our application.
    Thanks & regards
    nsanagari

  • Is it possible to transport KM workflows using ICE?

    Hi All,
    Is it possible to transport KM workflows using ICE.
    I am using offline transport. The permissions and properties are getting transfered. But the approval process which I have configured is not getting transported.
    Can any one tell me why its happening like this?
    Regards
    George

    Hi jan Bo ,
    i think you are looking for the same stuff given in below link
    Re: How to download the SAP client into text file
    Regards,
    S.Manu.

  • Using ice-Package for import in other systems?

    Hi,  we would like to import ice-packages into other applications. No specific applications are meant, but we are researching other usage possiblities for our current KM-Content.
    What's the format/content of an ice-package?
    How can it be read by other applications?
    Thanks for your replies.
    Best regards
    Sandra

    hi
    An XML based distribution protocol that enables controlled distribution of information from a content provider (syndicator) to a set of subscribers (server to server)
    Defines
    roles and responsibilities of syndicators and subscribers
    format and method for content exchange
    Provides support for management and control of    syndication relationship
    Catalog           A set of subscription offers. A Subscriber obtains
              a catalog from a Syndicator, and uses the offers within
              the catalog to initiate the ICE subscription protocol.
    ICE/HTTP     The specific binding of the ICE protocol to the HTTP protocol.
    Package          A single delivery instance of a group of items. For example,
              a single issue of a parts manual or a single set of headlines.
              A package is the atomic unit of information distribution in ICE.
    Payload          A protocol structure encapsulating a set of logical ICE
              operations delivered at discrete intervals. An instance
              of an XML document formatted according to the protocol
              definitions contained in this specification.
    Subscriber     One of the two parties in an ICE relationship
              (the other one being the Syndicator). The Subscriber uses
              ICE to obtain information and content from the Syndicator.
    Subscription     Precise meaning directly related to the corresponding protocol
              data structure; do not confuse the usage of an agreement to
              deliver a package sequence from a Syndicator to a Subscriber.
              There may be many independent subscriptions between a
              Syndicator and a Subscriber.
    Subscription offer      A proposed set of parameters for a particular subscription.
              Within ICE, the term subscription offer has the term "offer" in
              this specification with the more generic and abstract concept of
              offers in the business world sense.
    Syndicator     One of the two parties in an ICE relationship (the other one
              being the Subscriber). The Syndicator uses ICE to send information
              and content to the Subscriber.
    A syndicator bundles content (resources) as offers.
    A subscriber requests a catalog of these offers and wishes to subscribe to one of them.
    The syndicator assigns a subscription ID and accepts the subscription.
    The subscriber pulls content by requesting current state of his subscription.
    The syndicator answers with payloads containing packages of items and updates the  subscriber‘s state.
    Create and edit offers
    Assign a delivery method and an automatic delivery schedule to an offer
    Admit subscribers
    Allow anonymous  access to content offers
    Maintain syndicator  properties (e.g. server  name,...)
    Establish a connection to a syndicator
    Subscribe to an offer in the content catalogue of a syndicator
    Edit or delete existing subscriptions
    Maintain subscriber properties.
    Hope this helps you .please don,t forget to give points
    with regards
    subrato kundu

  • Problems while Installing Unification Server in EP5 SP5

    Hi,
    We are trying to install EP5 SP5 on Windows Server. But the install CD for SAP R/3 UNIFIER is not showing the required screens for DCOM connector . The Install program terminates automatically when it comes to enter the port for Unification Server.
    Please help..
    Thanks
    Ashish

    Hi,
    We are trying to install EP5 SP5 on Windows Server. But the install CD for SAP R/3 UNIFIER is not showing the required screens for DCOM connector . The Install program terminates automatically when it comes to enter the port for Unification Server.
    Please help..
    Thanks
    Ashish

  • EP5 SP5 KM Discussions

    Hello all,
    I'm trying to figure out how permissions work in EP5 SP5 KM Discussions. I'm also trying to figure out how Group Discussions work. Can anyone please point me to a 'How to' guide on either or both of these topics?
    Thank you,
    Stephen Spalding
    Web Developer
    Graybar

    Hi Stephen,
    > how permissions work in EP5 SP5 KM Discussions
    See http://help.sap.com/saphelp_ep50sp5/helpdata/en/0f/e2533d9dc05e0fe10000000a114084/frameset.htm
    > also trying to figure out how Group Discussions work
    Discussion Groups?
    See http://help.sap.com/saphelp_ep50sp5/helpdata/en/a3/ab3a3cc7f5e866e10000000a11405a/frameset.htm
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

  • Portalreports Tool for EP5 SP5

    Hi there,
    I try to implement the portalreports for our customer on a EP5 SP5 machine. I did all install steps, but if I want a preview of this iView, I get a "Page cannot be found - HTTP404"
    There is no dir in IIS for portalreports or something.
    Can you help me?
    best regards
    Christian

    EP5 is too old.

  • Publsh content from Documentun in EP5 SP5

    Hello,
    I am trying to come up with an approach to post data from Documentum (or other management system) to the Portal via HTTP/XML post. We do not connect Documentum to Portal.
    What is the best way to do it?
    - ICE  - I cannot find good how to do for this approach
    - Execute the KM component to process XML feed - how to I pass the silent login to the Portal
    - Create  Portal Service to process some XML file and this service will run on some schedule.
    If anybody work with such requirement, please let me know.
    Thanks,
    Leonid

    Hello Viktor,
    You are lucky since you are on EP6 and you can use Web Services.
    I am still using EP5 and the problem was how to login and get authenticated in the Portal. So I used the library HTTPClient and after that, I just passed XML string from Documentum to another KM component. Using Transporter/Parser, the KM component saves the result in KM system.
    Can you provide details about your approach?
    Thanks,
    Leonid

  • Make a hot iPhone 5 cooler using ice

    I am in countryside now. And I am very nessecary to use internet via my 3G.
    I am using presonal hotspot via usb and my iphone is very very hot.
    I find this way to use a package or a bag of ice or cool water and then place my iphone over it.
    What about my phone? I usually do it before.
    It will OK? or something (plastic) will be broken??
    Thanks.

    Moisture is bad for electronics in general. It is possible liquid will get into your phone if you do this.
    The iPhone is designed to function just fine if the ambient temperature is between 32º to 95º F. If you are not seeing a notice on the screen that says the iPhone is too hot and needs to cool down, you do not need to do anything to help it along.
    ~Lyssa

Maybe you are looking for

  • Emails, web history, and documents not filed in chronological order

    I have brought this issue to this forum on the advice of others. My computer is not "filing" items in chronological order. This applies to emails (sent and received), web histories, created and modified info for MS Word documents, etc. Occasionally,

  • Problem: Adapter SOAP

    Hello. My problem is recepcionar a SOAP external errors produced. The idea is that XI / IP register those errors and surrendered to a proxy SAP ECC. SOAP you want to capture. <Soap: Envelope xmlns: soap = "http://schemas.xmlsoap.org/soap/envelope/" x

  • Sound status

    Hi guys, I am trying to set up a very simple sound status if statement but I am getting this error message and I have no idea why - "Handler not found in object: #status" As you enter the frame a sound plays on channel one. There is a stop and pause

  • Copy and import photos Hang

    When importing NEF's from a Nikon D700 on 16GB Sandisk (Extreme Pro, 90MB/s, UDMA6) via Firewire 800 I get an occasional hang on import.  The progress bar fills but never disappears and the card is not ejected.  Clicking the x next to the progress ba

  • Call transaction from mail

    Hi; i want to add a link in mail. when user click the link a transaction or report will run. Best regards. mustafa