Need to get com.sap.tc.logging.*

hi,
Please anybody let me know from where i can get the com.sap.tc.logging.*

Hello Ashwani,
Please go through the forum link hope this helps even this one talk about the same issue.
[com.sap.tc.logging.* package|com.sap.tc.logging.* package]
Hayden I believe the forum link which I added here is also replied by you.
Cheers-
Pramod

Similar Messages

  • Com.sap.tc.logging.* package

    I need to download com.sap.tc.logging.* package. Anybody guide me from where i can get this package downloaded.
    I need this package for the for the location class that is in this package please help me ot

    well I can confirm that Location.class is DEFINATELY part of that jar file.  Im using it constantly.
    There must be some problem with the way you are importing it.  Ensure its added to the right project as an external jar.
    then it should be a simple case of
    import com.sap.tc.logging.Location;
    and away you go ....
    Haydn

  • NoClassDefFoundError: com/sap/sql/log/OpenSQLException

    I have developed a Java project. It consists of 2 SQLJ files and then a Java class. When I try to execute the Java program, I get a Java error:
    java.lang.NoClassDefFoundError: com/sap/sql/log/OpenSQLException
         at com.mbb.crrs.business.report.dao.ReportDAO.<init>(ReportDAO.sqlj:23)
         at com.mbb.crrs.business.report.dao.Test.main(Test.java:24)
    Exception in thread "main"
    I notice a similar problem on message: Re: Which jar to include com.sap.sql.log.OpenSQLException
    Is that something that I need to maintain for it to work? Thank you.

    Hi,
    the problem one year ago was that the SQLException class was not available through remote access. I don't know if that might have been changed meanwhile in the latest release.
    I implemented a simple work around: I caught every SQL-exception in the method where it was thrown, wrapped the exception message and any nested exception in a self written exception and threw this new exception. That worked fine.
    Regards, Astrid

  • Com.sap.sql.log.OpenSQLException: table or view not exists

    Hi!.
    I'm developing a Portal Component over NW EP 2004s (7.0) which access to SQL Server database. I have created three tables on the system db (EPD). Connection is Ok, over datasource object, but i can't make a SELECT operation to my new tables.
    Hovewer, making a SELECT operation over older system tables is OK.
    I have adjusted permissions on my new tables, similar to the older tables. The table's owner is the same too.
    The exception i get is:
    **Exception of type com.sap.sql.log.OpenSQLException caught: The SQL statement "SELECT * FROM "SAPEPDDB"."UME_EP_UNLOCKUSERS"" contains the semantics error[s]: - 1:24 - the table or view >>UME_EP_UNLOCKUSERS<< does not exist**
    [EXCEPTION]
    *com.sap.sql.log.OpenSQLException: The SQL statement "SELECT * FROM "SAPEPDDB"."UME_EP_UNLOCKUSERS"" contains the semantics error[s]: - 1:24 - the table or view >>UME_EP_UNLOCKUSERS<< does not exist*
    at com.sap.sql.jdbc.common.StatementAnalyzerImpl.check(StatementAnalyzerImpl.java:38)
    at com.sap.sql.jdbc.common.StatementAnalyzerImpl.preprepareStatement(StatementAnalyzerImpl.java:101)
    at com.sap.sql.jdbc.common.StatementAnalyzerImpl.preprepareStatement(StatementAnalyzerImpl.java:87)
    at com.sap.sql.jdbc.common.CommonStatementImpl.executeQuery(CommonStatementImpl.java:114)
    at com.sap.engine.services.dbpool.wrappers.StatementWrapper.executeQuery(StatementWrapper.java:172)
    at com.uralita.database.DbManager.executeQuery(DbManager.java:105)
    at com.uralita.ListaSistemas$ListaSistemasDynPage.getSystemsR3(ListaSistemas.java:184)
    at com.uralita.ListaSistemas$ListaSistemasDynPage.doInitialization(ListaSistemas.java:93)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:105)
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:377)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:390)
    at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.sql.sqlparser.CommonSQLParserException: - 1:24 - the table or view >>UME_EP_UNLOCKUSERS<< does not exist
    at com.sap.sql.sqlparser.CommonSQLStatement.checkSemantics(CommonSQLStatement.java:171)
    at com.sap.sql.jdbc.common.StatementAnalyzerImpl.check(StatementAnalyzerImpl.java:35)
    ... 19 more
    caused by
    com.sap.sql.sqlparser.CommonSQLParserException: - 1:24 - the table or view >>UME_EP_UNLOCKUSERS<< does not exist
    at com.sap.sql.sqlparser.CommonSQLStatement.checkSemantics(CommonSQLStatement.java:171)
    at com.sap.sql.jdbc.common.StatementAnalyzerImpl.check(StatementAnalyzerImpl.java:35)
    at com.sap.sql.jdbc.common.StatementAnalyzerImpl.preprepareStatement(StatementAnalyzerImpl.java:101)
    at com.sap.sql.jdbc.common.StatementAnalyzerImpl.preprepareStatement(StatementAnalyzerImpl.java:87)
    at com.sap.sql.jdbc.common.CommonStatementImpl.executeQuery(CommonStatementImpl.java:114)
    at com.sap.engine.services.dbpool.wrappers.StatementWrapper.executeQuery(StatementWrapper.java:172)
    at com.uralita.database.DbManager.executeQuery(DbManager.java:105)
    at com.uralita.ListaSistemas$ListaSistemasDynPage.getSystemsR3(ListaSistemas.java:184)
    at com.uralita.ListaSistemas$ListaSistemasDynPage.doInitialization(ListaSistemas.java:93)
    at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:105)
    at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:377)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:390)
    at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
    at java.lang.Thread.run(Thread.java:534)
    Someone has been getting this problem? Any idea?
    Thanks!

    I have tried that.
    [EXCEPTION]
    *com.sap.sql.log.OpenSQLException: The SQL statement "SELECT * FROM EPD.SAPEPDDB.UME_EP_SLD" contains the syntax error[s]: - Open SQL syntax error: table names must not specify a catalog name (delete "EPD". before "SAPEPDDB"."UME_EP_SLD")*
    Database name must be Ok, because i can access to other tables which are in the same DB...
    Thanks for your help

  • Java.lang.NoClassDefFoundError: com/sap/tc/logging/Configurator

    I have installed this NWDS 2.0.12. When I click on the icon from desktop, I see a splash screen for a second and then immediately an error message saying 'Problem during startup. Check the .log file in .metadata folder of your workspace.'
    Following is the log file
    !SESSION -
    !ENTRY org.eclipse.core.launcher 4 0 Jun 29, 2006 16:09:37.302
    !MESSAGE Exception launching the Eclipse Platform:
    !STACK
    java.lang.NoClassDefFoundError: com/sap/tc/logging/Configurator
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:1618)
         at java.lang.Class.getConstructor0(Class.java:1930)
         at java.lang.Class.getConstructor(Class.java:1027)
         at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:709)
         at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:188)
         at org.eclipse.core.internal.plugins.PluginClassLoader.activatePlugin(PluginClassLoader.java:112)
         at org.eclipse.core.internal.plugins.PluginClassLoader.internalFindClassParentsSelf(PluginClassLoader.java:185)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.findClassParentsSelf(DelegatingURLClassLoader.java:485)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:882)
         at org.eclipse.core.internal.boot.DelegatingURLClassLoader.loadClass(DelegatingURLClassLoader.java:862)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:130)
         at org.eclipse.core.internal.plugins.PluginDescriptor.createExecutableExtension(PluginDescriptor.java:167)
         at org.eclipse.core.internal.plugins.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:103)
         at org.eclipse.core.internal.runtime.InternalPlatform.loaderGetRunnable(InternalPlatform.java:578)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.eclipse.core.internal.boot.InternalBootLoader.getRunnable(InternalBootLoader.java:471)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:854)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:286)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:784)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:602)
    Can somebody help me to resolve this? What should be the potential cause for the error?

    java.lang.NoClassDefFoundError: <b>com/sap/tc/logging/Configurator</b>
    Either a missing jar or the classpath is not defined right.

  • Com.sap.sql.log.OpenSQLException during EntityManager Call

    Hi!
    I deployed an EJB3 session bean on the NW 7.1.
    The aim is to use JPA with this bean.
    I configured the "persistence.XML" for the bean project and packed it into the jar File and a "data-source-aliases.xml" which is included in the ear file. The packaging of the ear-file is done with the developerStudio and deployed on the NW 7.1
    Then I created a dataSource project which contains the "data-sources.xml" and deployed this too.
    Here is my data-sources.xml:
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE data-sources SYSTEM 'data-sources.dtd'>
    <data-sources>
        <data-source>
            <data-source-name>JPA_SDN_EXAMPLE_DS_555</data-source-name>
            <driver-name>ora10</driver-name>
            <sql-engine>native_sql</sql-engine>
            <jdbc-1.x>
                <driver-class-name>oracle.jdbc.driver.OracleDriver</driver-class-name>
    <!-- *** Edit the following entries appropriately *** -->
                <url>jdbc:oracle:thin:@10.XXX.7.27:1521:orcl</url>
                <user-name>bdeadm</user-name>
                <password>dmin</password>
    <!-- *** End editing ***  -->
            </jdbc-1.x>
        </data-source>
    </data-sources>
    My deployed session bean looks like this:
    @Stateless(name="WorkerBean")
    public class WorkerBean implements WorkerRemote {
         @PersistenceContext(unitName="JPAModel")
        private EntityManager em;
         public String sayHello() {
    The last step was the deploment of the oracle driver on the NW7.1 under the "Application Resources Overview". The driver I named "ora10".
    Now if I call my Bean shown above with its Entity Manager Call for the injection I got the following exception:
    Caused by: com.sap.sql.log.OpenSQLException: Error while accessing porting layer for ORACLE database via getSessionId().
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:148)
         at com.sap.sql.jdbc.direct.DirectConnectionFactory.createPooledConnection(DirectConnectionFactory.java:532)
         at com.sap.sql.jdbc.direct.DirectConnectionFactory.createDirectPooledConnection(DirectConnectionFactory.java:157)
         at com.sap.sql.jdbc.direct.DirectConnectionFactory.createDirectPooledConnection(DirectConnectionFactory.java:117)
         at com.sap.sql.connect.factory.PooledConnectionFactory.createPooledConnection(PooledConnectionFactory.java:119)
         at com.sap.sql.connect.factory.DriverPooledConnectionFactory.getPooledConnection(DriverPooledConnectionFactory.java:38)
    I have no idea, whats wrong. Perhaps my driver is wrong or not set properly ?
    Can anybody help me please ?
    Thanks in advance,
    Hendrik
    Edited by: henne123 on May 18, 2009 6:19 PM

    I have tried that.
    [EXCEPTION]
    *com.sap.sql.log.OpenSQLException: The SQL statement "SELECT * FROM EPD.SAPEPDDB.UME_EP_SLD" contains the syntax error[s]: - Open SQL syntax error: table names must not specify a catalog name (delete "EPD". before "SAPEPDDB"."UME_EP_SLD")*
    Database name must be Ok, because i can access to other tables which are in the same DB...
    Thanks for your help

  • Missing package com.sap.tc.logging, where to download it?

    Hi all,
    I require this package in order to run my program based on webdynpro and Bw. specialing its looking for com.sap.tc.logging.location . The detailed exception is laready posted by me. from where can i download and install this package.
    In the eclipse plugins the package is only present with docs , but does'nt have classes in them.
    Thanks,
    Regards,
    karthik
    Message was edited by:
            Armin Reichert

    hi Kartik,
    it is logging.jar
    you will find that here:- http://sourceforge.net/projects/classlocator/
    its path on system is
    Path is C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.tssap.sap.libs.logging_2.0.0\lib
    regards,
    Message was edited by:
            Abhijeet

  • Problem about com.sap.tc.logging.LogController.removeLogs

    Hi guy
    I create a LogIt class. code like this
    {private static Category cate = Category.getCategory(Category.APPLICATIONS,"/shneider/km");
         private static void iniLog(){
              cate.removeLogs();
    when runtime I find error in sap nwa log
    Help me
    thanks
    #/System/Server#sap.com/tcwddispwda#com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler#test#14082##n/a##a814584afdb211dfcddb000000d54062#SAPEngine_Application_Thread[impl:3]_27##0#0#Error#1#com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler#Plain###com.sapmarkets.bam.util.BAMRuntimeException: Permission denied by JMX.#
    #/System/Server#sap.com/tcwddispwda#com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler#test#14082##n/a##a814584afdb211dfcddb000000d54062#SAPEngine_Application_Thread[impl:3]_27##0#0#Error#1#com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler#Plain###com.sap.engine.services.jmx.exception.JmxSecurityException: Caller test not authorized, only role administrators is allowed to access JMX#
    #/System/Server#sap.com/tcwddispwda#com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler#test#14082##n/a##a814584afdb211dfcddb000000d54062#SAPEngine_Application_Thread[impl:3]_27##0#0#Error#1#com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler#Plain###java.security.AccessControlException: access denied (javax.management.MBeanPermission -\#-[:SAP_J2EECluster="",SAP_J2EEClusterNode="",j2eeType=LVLogType,name=./log/schneider/debug/km.%g.log] unregisterMBean)#
    #/System/Server#sap.com/tcwddispwda#com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler#test#14082##n/a##a814584afdb211dfcddb000000d54062#SAPEngine_Application_Thread[impl:3]_27##0#0#Error#1#com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler#Plain###Originated from: java.security.AccessControlException: access denied (javax.management.MBeanPermission -\#-[:SAP_J2EECluster="",SAP_J2EEClusterNode="",j2eeType=LVLogType,name=./log/schneider/debug/km.%g.log] unregisterMBean)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:269)
         at java.security.AccessController.checkPermission(AccessController.java:401)
         at com.sap.engine.services.jmx.EngineAuthorization.checkMBeanPermission(EngineAuthorization.java:66)
         at com.sap.engine.services.jmx.auth.UmeAuthorization.checkMBeanPermission(UmeAuthorization.java:77)
         at com.sap.engine.services.jmx.JmxServerFrame.checkMBeanPermission(JmxServerFrame.java:98)
         at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.unregisterMBean(MBeanServerSecurityWrapper.java:395)
         at com.sap.engine.services.jmx.ClusterInterceptor.unregisterMBean(ClusterInterceptor.java:1327)
         at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.unregisterMBean(MBeanServerInterceptorChain.java:258)
         at com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler.unRegisterLogMBean(AbstractFileLogHandler.java:538)
         at com.sapmarkets.bam.jmxadapter.sapjlog.AbstractFileLogHandler.handleEvent(AbstractFileLogHandler.java:563)
         at com.sap.tc.logging.LoggingManager.notifyRemoveLog(LoggingManager.java:379)
         at com.sap.tc.logging.LogController.removeLogsNormalInt(LogController.java:3394)
         at com.sap.tc.logging.LogController.removeLogs(LogController.java:1462)
         at com.deep.util.LogIt.iniLog(LogIt.java:142)
         at com.deep.util.LogIt.Log(LogIt.java:45)
         at com.deep.authoriy.impl.KmAuthServImpl.getBoScope(KmAuthServImpl.java:91)
         at com.deep.service.impl.KmCategoriesSerivceImpl.hasGrandson(KmCategoriesSerivceImpl.java:175)
         at com.deep.km.cate.comp.Comp_KmCategories.getCategories(Comp_KmCategories.java:703)
         at com.deep.km.cate.comp.Comp_KmCategories.initKmCategoriesTree(Comp_KmCategories.java:354)
         at com.deep.km.cate.comp.Comp_KmCategories.initView(Comp_KmCategories.java:541)
         at com.deep.km.cate.comp.Comp_KmCategories.wdDoInit(Comp_KmCategories.java:137)
         at com.deep.km.cate.comp.wdp.InternalComp_KmCategories.wdDoInit(InternalComp_KmCategories.java:367)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
    Edited by: yan liang on Dec 2, 2010 4:02 AM

    java.lang.NoClassDefFoundError: <b>com/sap/tc/logging/Configurator</b>
    Either a missing jar or the classpath is not defined right.

  • JAR file  "com.sap.tc.logging"

    If any one has this JAR file -- "com.sap.tc.logging.Category"
    Please mail it to me-- [email protected]
    Regards
    pranay

    Hi  Pranay
    When i try to create new DC it is giving me foolowing errors:
    com.sap not resolved.
    file_webdynpro_admin.jar etc.
    how did u resolve it?please help me out
    Thanks
    Prasad

  • How to import this package com.sap.tc.logging.location?

    Hi, all,
                I can't import this package into programming area since i'm using com.sap.tc.logging.location. I think my developer studio does not have such package. Do you know how do find such package and import it in the studio?
    Logging location.
      private static final com.sap.tc.logging.Location logger =
        com.sap.tc.logging.Location.getLocation(Exc_EJB_Component.class);

    hi
    try to see your package is avalible into Navigator prosective. if it has then import it from here itself
    thanks

  • Java mapping how to use com.sap.tc.logging

    Hi I would like to know how to use logging within a java mapping.
    I know i have to use theese classes : Location, Category, ConsoleLog but i dont know how.
    1) How to load the P1, P2, P3 and P4 tags in the Error tag of the SOAP header watched in SXMB_MONI
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">STREAM_TRANSFORMATION_EX</SAP:Code>
      <SAP:P1>SwissMedical/Interfaces/IFI002/LiquidacionMapping~</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Java mapping of application triggered an exception</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    2) How to load and activate log in the DIAGNOSTIC tag of the SOAP Header.
    - <SAP:Diagnostic xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:TraceLevel>Information</SAP:TraceLevel>
      <SAP:Logging>Off</SAP:Logging>
      </SAP:Diagnostic>
    Thanks!!

    As already suggested, you can display custom messages using AbstractTrace.
    trace = (AbstractTrace)param.get( StreamTransformationConstants.MAPPING_TRACE );
                        trace.addInfo("G1-CYCLE is missing");
    For more on coding front refer:
    http://help.sap.com/javadocs/NW04/current/pi/com/sap/aii/mapping/api/StreamTransformation.html
    To get this trace seen in MONI, set parameter TRACE_LEVEL in SXMB_ADM to 2.

  • How to get com.sap.aii.mappingtool.* packages

    Hi
    I have written one java class and ihave imported those packages... but i need to set those packages to my class path to compile a java file... how to get those packages
    Thanks & Regards
    Ravi Shankar B

    Ravi,
    Go to your XI server folders and use this path:
    j2ee\cluster\server0\apps\sap.com\com.sap.xi.services
    Inside com.sap.xi.services folder you'll find the jar file.
    Regards,
    Bhavesh

  • Need to download com.sap.portal.runtime.logon.par

    hello friends
    we need to chang the look and feel of the portal display pages and for that purpose we need com.sap.portal.runtime.logon.par file
    can you all help us as to where we can find this par file so that we can download this file.
    we have still not installed the portal platform,we'll be doing that in the following week.
    Thnaking you,
    Anurag.

    Hi Anurag,
    This post will explain the steps involved for each element.
    No.      Portal Login page related questions
    1.      What is the associated par file for portal login Page ?
    2.      How to import the PAR file into Netweaver Developer Studio?
    3.      What are the different pages and their associated files in logon.par?
    4.      How to change text seen in the logon page ?  
    5.      What is authschemes.xml file? Do we need to change this file also ?
    6.      How to remove standard links like support, Register ...?
    7.      How to change or add new images ?
    8.      How to change only the branding image displayed in the logon screen of the Portal ?
    1. What is the associated par file for portal login Page?
    Answer : The par file related to login page of Netweaver Portal is com.sap.portal.runtime.logon.par. This is the standard
    logon component containing the code and resources used by the logon screens is shipped in a portal archive (PAR) file named com.sap.portal.runtime.logon.par.
    2. How to import the PAR file into Netweaver Developer Studio?
    Answer :   - Select File>Import .
    - Choose the option PAR file. Select Next and a popup window appears.
    - Select File>Import .
    - Choose the option PAR file. Select Next and a popup window appears.
    - In the window you have 3 text fields:
    The location of the par file,
    Project name (same as new par file name, preferably) and
    location for project to be saved
    3. What are the different pages and their associated files in logon.par?
    Answer :
    Logon page : umLogonPage.jsp
    Problem page : umLogonProblemPage.jsp
    Help (PW reset) page  : umHelpPage.jsp
    Reset Password : umResetPasswordPage.jsp
    Change Password Page: changePasswordPage.jsp
    Certificate Logon : umLogonCertPage.jsp
    4. How to change text seen in the logon page ?  
    The text seen on the logon page is not in the JSP page, but in properties files which are called by tags like the
    Welcome text : <%=logonLocale.get("xtit_WELCOME")%>
    In order to change "Welcome" to "Welcome to MyTravel" you have to :
               - Unzip the file umelogonbase.jar which you can find under dist\PORTAL-INF\lib
               - Find the file "logonLabels_" which contains your language;
                                           e.g. logonLabels_de.properties for german language,  *_en for English etc.,
    The default is in the file logonLabels.properties .
    - Find the key which is used in the tag and change the text after the equal sign.
    - Save the changed file and create a updated JAR file using a zip program. The file needs to be named exactly umelogonbase.jar
    - Put the JAR file back to location - dist\PORTAL-INF\lib
    You are done on this now.
    5. What is authschemes.xml file ? Do we need to change this file also ?
    Changing the Authschemes.xml file is required only if you want to change com.sap.portal.runtime.logon.par.bak file and point it to different par file. This is more for anonymous logon with named anonymous users and using anonymous as the authentication scheme. The anonymous users are not issued a SAP logon ticket.
    6. How to remove standard links like support, Register ...?
    The standard links are controlled with the UM settings
           - ume.logon.logon_help
    - ume.logon.selfreg
    You could also just comment out the lines if you want to hide.
    7. How to change or add new images ?
    To exchange the two images, which are by default on the logon page, do the following steps:
                          a. Copy the image(s) you want to use in your project in the the folder dist/layout
                          b. Find the < img src=""   > you want to work on in the umBotArea.txt
    Change the src attribute in the img tag to src="<%=webpath + "layout/myPic.gif" %>". The webpath is already defined in the file logon_proxy.txt and ready to use. In the Netweaver portal 6.0 SP9 and higher you have 2 images on the right side.
    8. How to change only the branding image displayed in the logon screen of the Portal ?
    If you want to change only the branding image displayed in the logon screen, you can configure this using the user management property ume.logon.branding_image
    Hope this helps the community in the launch of this ver 1.0, future versions could contain more changes and updations covering all other aspects of Netweaver Portal

  • How to get  com.sap.security.api.iuser

    Hi,
    I have the following problem in WD:
    I have the ume id of a user. (let it be "userUmeId")
    I need to get the IUser instance.
    I tried the following:
              IWDClientUser user = WDClientUser.getClientUser("userUmeId");
              IUser iUser = user.getSAPUser();
    I am getting the current user instead of getting the IUser of "userImeId:.
    Could it be that WDClientUser.getClientUser() should get another string? (I know it returns the current user in case it fails to find a matching user for the given string).
    How then do I get the desired IUser?
    Regards,
    Oren.

    Hi Buddy,
    just try this
           IWDClientUser user= null;
                   user = WDClientUser.getCurrentUser();
                       String name= user.getSAPUser().getUid();
    this method is depricated but works..
    still you can try
    user.getSAPUser().getUniqueID();

  • Clearpass Software install Error 255 need help getting to install. Log file below

    Execution Request for advert 00220023 package 00200063 program Clearpass Test Install 6.3.5 state change from NotExist to AdvancedDownload execmgr 10/21/2014 9:36:26 AM 6064 (0x17B0)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    9:36:26 AM 6064 (0x17B0)
    Mandatory execution requested for program Clearpass Test Install 6.3.5 and advertisement 00220023 execmgr 10/21/2014 9:36:26 AM 448 (0x01C0)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200060",ProgramID="Clearpass 6.3.5", actionType 45l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014 9:36:26
    AM 1424 (0x0590)
    Creating mandatory request for advert 00220023, program Clearpass Test Install 6.3.5, package 00200063 execmgr 10/21/2014 9:36:26 AM 448 (0x01C0)
    Policy arrived for parent package 00200063 program Clearpass Test Install 6.3.5 execmgr 10/21/2014 9:36:26 AM 1424 (0x0590)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 6l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    9:36:26 AM 1424 (0x0590)
    Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SoftDistProgramOfferReceivedEvent
     AdvertisementId = "00220023";
     ClientID = "GUID:9266F835-718C-4617-BA5E-4F613E3239B7";
     DateTime = "20141021133626.265000+000";
     MachineName = "S2-IS-SCCM-VM-T";
     ProcessID = 3276;
     SiteCode = "002";
     ThreadID = 1424;
     execmgr 10/21/2014 9:36:26 AM 1424 (0x0590)
    Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SoftDistWaitingContentEvent
     AdvertisementId = "00220023";
     ClientID = "GUID:9266F835-718C-4617-BA5E-4F613E3239B7";
     DateTime = "20141021133626.281000+000";
     MachineName = "S2-IS-SCCM-VM-T";
     PackageName = "00200063";
     PackageVersion = "1";
     ProcessID = 3276;
     ProgramName = "Clearpass Test Install 6.3.5";
     SiteCode = "002";
     ThreadID = 448;
     execmgr 10/21/2014 9:36:26 AM 448 (0x01C0)
    Successfully raised SoftDistWaitingContentEvent event for program Clearpass Test Install 6.3.5 execmgr 10/21/2014 9:36:26 AM 448 (0x01C0)
    Execution Request for advert 00220023 package 00200063 program Clearpass Test Install 6.3.5 state change from WaitingDependency to WaitingContent execmgr 10/21/2014 9:36:26 AM 448 (0x01C0)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    9:36:26 AM 448 (0x01C0)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    9:36:26 AM 6064 (0x17B0)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    9:36:26 AM 2140 (0x085C)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    9:36:26 AM 3692 (0x0E6C)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    9:36:26 AM 3692 (0x0E6C)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    9:36:26 AM 6064 (0x17B0)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    9:36:27 AM 3692 (0x0E6C)
      Processing [{C3E344C3-3915-4B09-82F9-DDA127A2606E}, 0]: OnContentAvailable  execmgr 10/21/2014 9:36:29 AM 736 (0x02E0)
    [{C3E344C3-3915-4B09-82F9-DDA127A2606E}]: Content Version 1 is available for advert 00220023, pkg: 00200063, program Clearpass Test Install 6.3.5. execmgr 10/21/2014 9:36:29 AM 736 (0x02E0)
    An existing MTC token was not supplied, using ExecutionRequest's Id as MTC token and this execution request is the owner of resultant MTC task. execmgr 10/21/2014 9:36:29 AM 736 (0x02E0)
    Request a MTC task for execution request of package 00200063, program Clearpass Test Install 6.3.5 with request id: {17193CDD-2B98-4B40-8B47-DBD264F0DD1C} execmgr 10/21/2014 9:36:29 AM 736 (0x02E0)
    Execution Request for advert 00220023 package 00200063 program Clearpass Test Install 6.3.5 state change from WaitingContent to Ready execmgr 10/21/2014 9:36:29 AM 736 (0x02E0)
    MTC task with id {17193CDD-2B98-4B40-8B47-DBD264F0DD1C}, changed state from 0 to 4 execmgr 10/21/2014 9:36:29 AM 5884 (0x16FC)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    9:36:29 AM 736 (0x02E0)
      Processing [{C3E344C3-3915-4B09-82F9-DDA127A2606E}, 0]: RemoveNotification execmgr 10/21/2014 9:36:29 AM 736 (0x02E0)
    MTC signaled SWD execution request with program id: Clearpass Test Install 6.3.5, package id: 00200063 for execution. execmgr 10/21/2014 9:36:29 AM 5884 (0x16FC)
    Sending ack to MTC for task with id: {17193CDD-2B98-4B40-8B47-DBD264F0DD1C} execmgr 10/21/2014 9:36:29 AM 5884 (0x16FC)
    Executing program ClearPassOnGuardInstall.exe /S in Admin context execmgr 10/21/2014 9:36:29 AM 5884 (0x16FC)
    Execution Request for advert 00220023 package 00200063 program Clearpass Test Install 6.3.5 state change from Ready to NotifyExecution execmgr 10/21/2014 9:36:29 AM 5884 (0x16FC)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    9:36:29 AM 5884 (0x16FC)
    Checking content location C:\Windows\ccmcache\5c for use execmgr 10/21/2014 9:36:44 AM 5884 (0x16FC)
    Successfully selected content location C:\Windows\ccmcache\5c execmgr 10/21/2014 9:36:44 AM 5884 (0x16FC)
    Executing program as a script execmgr 10/21/2014 9:36:44 AM 5884 (0x16FC)
    Successfully prepared command line "C:\Windows\ccmcache\5c\ClearPassOnGuardInstall.exe" /S execmgr 10/21/2014 9:36:44 AM 5884 (0x16FC)
    Command line = "C:\Windows\ccmcache\5c\ClearPassOnGuardInstall.exe" /S, Working Directory = C:\Windows\ccmcache\5c\ execmgr 10/21/2014 9:36:44 AM 5884 (0x16FC)
    Running "C:\Windows\ccmcache\5c\ClearPassOnGuardInstall.exe" /S with 32bitLauncher execmgr 10/21/2014 9:36:44 AM 5884 (0x16FC)
    Created Process for the passed command line execmgr 10/21/2014 9:36:44 AM 5884 (0x16FC)
    Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SoftDistProgramStartedEvent
     AdvertisementId = "00220023";
     ClientID = "GUID:9266F835-718C-4617-BA5E-4F613E3239B7";
     CommandLine = "\"C:\\Windows\\ccmcache\\5c\\ClearPassOnGuardInstall.exe\" /S";
     DateTime = "20141021133644.938000+000";
     MachineName = "S2-IS-SCCM-VM-T";
     PackageName = "00200063";
     ProcessID = 3276;
     ProgramName = "Clearpass Test Install 6.3.5";
     SiteCode = "002";
     ThreadID = 5884;
     UserContext = "NT AUTHORITY\\SYSTEM";
     WorkingDirectory = "C:\\Windows\\ccmcache\\5c\\";
     execmgr 10/21/2014 9:36:44 AM 5884 (0x16FC)
    Raised Program Started Event for Ad:00220023, Package:00200063, Program: Clearpass Test Install 6.3.5 execmgr 10/21/2014 9:36:44 AM 5884 (0x16FC)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 1l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    9:36:44 AM 5884 (0x16FC)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    9:36:44 AM 5884 (0x16FC)
    MTC task with id {17193CDD-2B98-4B40-8B47-DBD264F0DD1C}, changed state from 4 to 5 execmgr 10/21/2014 9:36:44 AM 5884 (0x16FC)
    Program exit code 255 execmgr 10/21/2014 9:36:46 AM 2140 (0x085C)
    Looking for MIF file to get program status execmgr 10/21/2014 9:36:46 AM 2140 (0x085C)
    Script for Package:00200063, Program: Clearpass Test Install 6.3.5 failed with exit code 255 execmgr 10/21/2014 9:36:46 AM 2140 (0x085C)
    Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SoftDistProgramErrorEvent
     AdvertisementId = "00220023";
     ClientID = "GUID:9266F835-718C-4617-BA5E-4F613E3239B7";
     DateTime = "20141021133646.327000+000";
     ExitCode = "255";
     MachineName = "S2-IS-SCCM-VM-T";
     PackageName = "00200063";
     ProcessID = 3276;
     ProgramName = "Clearpass Test Install 6.3.5";
     SiteCode = "002";
     ThreadID = 2140;
     UserContext = "NT AUTHORITY\\SYSTEM";
     execmgr 10/21/2014 9:36:46 AM 2140 (0x085C)
    Raised Program Error Event for Ad:00220023, Package:00200063, Program: Clearpass Test Install 6.3.5 execmgr 10/21/2014 9:36:46 AM 2140 (0x085C)
    Execution is complete for program Clearpass Test Install 6.3.5. The exit code is 255, the execution status is FailureNonRetry execmgr 10/21/2014 9:36:46 AM 2140 (0x085C)
    Requesting MTC to delete task with id: {17193CDD-2B98-4B40-8B47-DBD264F0DD1C} execmgr 10/21/2014 9:36:46 AM 2140 (0x085C)
    MTC task with id: {17193CDD-2B98-4B40-8B47-DBD264F0DD1C} deleted successfully. execmgr 10/21/2014 9:36:46 AM 2140 (0x085C)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 10l, value Result:FALSE, user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    9:36:46 AM 2140 (0x085C)
    Requesting MTC to delete task with id: {17193CDD-2B98-4B40-8B47-DBD264F0DD1C} execmgr 10/21/2014 9:36:46 AM 2140 (0x085C)
    This execution request does not have a corresponding task in MTC. execmgr 10/21/2014 9:36:46 AM 2140 (0x085C)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    9:36:46 AM 2140 (0x085C)
    Policy is updated for Program: Clearpass Test Install 6.3.5, Package: 00200063, Advert: 00220023 execmgr 10/21/2014 12:36:25 PM 5908 (0x1714)
    Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="00200063",ProgramID="Clearpass Test Install 6.3.5", actionType 45l, value NULL, user NULL, session 4294967295l, level 0l, verbosity 30l execmgr 10/21/2014
    12:36:26 PM 5908 (0x1714)
    CServiceWindowEventHandler::Execute - Received SERVICEWINDOWEVENT : START Event execmgr 10/21/2014 10:00:00 PM 3624 (0x0E28)
    CExecutionRequestManager::OnServiceWindowEvent for START execmgr 10/21/2014 10:00:00 PM 3624 (0x0E28)
    Auto Install is set to false. Do Nothing. execmgr 10/21/2014 10:00:00 PM 3624 (0x0E28)
    CServiceWindowEventHandler::Execute - Received SERVICEWINDOWEVENT : END Event execmgr 10/22/2014 5:00:00 AM 676 (0x02A4)
    The user has logged off. execmgr 10/22/2014 9:29:08 AM 744 (0x02E8)
    Service startup. execmgr 10/22/2014 9:32:26 AM 3712 (0x0E80)

    thank you and I will take a look at those logs
    I was thinking it was because of permissions using the system account sccm uses to install the software? could that be the case? it works for some but not all. and there is a known issue from Aruba, the vendor, but of course they have not given us any fix.
    the issue they had was when you install the 6.3.3 version through SCCM, which we orginally pushed out, the upgrade through the clearpass server or the push of the new 6.3.5 version through sccm does not work on all, but I would say maybe 25% at best do
    from what i am seeing.

Maybe you are looking for

  • ICloud Calendar Colors

    I've been using iCloud calendars for a while now, and they've worked pretty good. Then two days ago, something strange happened. Two of my 8 calendars had spontaneously changed color. Turns out this makes my calendar look very confusing. So sounds si

  • Itunes can't see ipad

    When I connect my ipad to my itunes, I can't it from itunes so I can't synchonized with my computer

  • Email password copy/paste - Nokia 5230

    I have a 64bit password for the email I want to synchronize with my phone. Its random letters and numbers. I want to be able to copy paste that to the relevant field. Or I want to disable the "hide password" option (where anything I type is converted

  • Laoding date update

    Hi ...... Have a Z transaction where we can change loading date for open Order and delivery document. The issue is : When third party user wants to change the loading date system will display error " materail is not available of specified load date "

  • Include one script in another

    Apologies if this is a stupid question , but I'm looking at having a library of javascript functions which will be available to other scripts. However I can't find an obvious way of including one javascript file in another. Has anyone else tried this