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

Similar Messages

  • Import  com.sap.aii.mappingtool.* show error in PI 7.1 adapter module

    Hi
    Experts,
    i have an adapter module for 7.0 and i am trying to replicate the same for PI  7.1  in 7.1 NWDS.
    i have made the required changes as mentioned in stefan's blog :/people/stefan.grube/blog/2008/12/11/adjust-your-pi-70-adapter-modules-for-pi-71-in-15-minutes
    but  import com.sap.aii.mappingtool.tf7.rt.Container; shows error , do we need to  inlcude any jar file for this :
    i am using this module to rename file name (in case of pick and place scenario forwithot IR configuration)
    getMessageProperty and setmessageProperty is getting deprecated.(striked off)
    strFileName = msg.getMessageProperty("http://sap.com/xi/XI/System/File","FileName");
    Regards,
    Srinivas

    > strFileName = msg.getMessageProperty("http://sap.com/xi/XI/System/File","FileName");
    in PI 7.1 you can use:
    strFileName = msg.getMessageProperty(new MessagePropertyKey("FileName","http://sap.com/xi/XI/System/File"));
    Note that property name and namspace come in different order. I almost got mad until I noticed
    http://help.sap.com/javadocs/pi/SP3/xpi/index.html

  • Exception:[com.sap.aii.mappingtool.tf7.FunctionException: Cannot cast '' to

    Hi Experts,
    i need to map sourse type as decimal with target type also decimal. in the mapping logic i need perform arthemetic logic like exchange rate=exchangerate*sourceunit/targetunit
    i mapped as per the logic but i tested in display queue i am getting this below error
    Exception:[com.sap.aii.mappingtool.tf7.FunctionException: Cannot cast '' to decimal number] in class com.sap.aii.mappingtool.flib7.Arithm method mul[, , com.sap.aii.mappingtool.tf7.rt.Context@13133cec] See error logs for details
    is this required to  use UDF to perform my logic. if it required please suggest me the UDF.
    thanks,
    pavan
    Edited by: Pavan Kumar Thiruveedula on Dec 19, 2011 7:12 AM

    Enter the value in test tab for the field and then check Display queue.
    i Guess you are testing with blank value

  • Java docs for com.sap.aii.mappingtool.*

    Hi ,
    I was looking for the javadocs for com.sap.aii.mappingtool.* .
    Can anyonle let me knwo where can i find the docs for this .
    Thanks
    Nikhil

    did u try for <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/javadocs">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/javadocs</a>

  • How to change com.sap.aii.connect.integrationserver.r3.mshost

    Hello Colleagues,
    java system is down,i want to change the com.sap.aii.connect.integrationserver.r3.mshost -81xx in configtool.
    can u please tell me  where to change in configtool???

    Hello
    >
    Raj_kumar330 wrote:
    > waiting for reply???
    Please have some patience. It is unrealistic to expect a response within 17 minutes of creating a thread.
    If your java engine is down, it does not possible to access the Exchange Profile URL. Is it absolutely necessary that you change this parameter before the java engine issue is resolved? Why not wait until the java engine is back up and then make the change?
    Regards
    XI/PI Moderator

  • 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();

  • Error for package com.sap.aii.mapping.lookup

    Hi All
    I am writing a code for the DB lookup. When I import the package in the Message
    Mapping (Advance Function) I am getting an Error.
    C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map6af6f7d1335111dc9b51000c2967ead8/source/com/sap/xi/tf/_MM_File2JMS_.java:3: package com.sap.aii.mapping.lookup does not exist
    import com.sap.aii.mappingtool.tf3.;import com.sap.aii.mappingtool.tf3.rt.;import java.util.;import java.io.; import java.lang.reflect.;import com.sap.aii.mapping.lookup.; ^
    C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map6af6f7d1335111dc9b51000c2967ead8/source/com/sap/xi/tf/_MM_File2JMS_.java:57: cannot resolve symbol symbol : class Channel location: class com.sap.xi.tf._MM_File2JMS_ Channel channel = null;
    C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map6af6f7d1335111dc9b51000c2967ead8/source/com/sap/xi/tf/_MM_File2JMS_.java:58: cannot resolve symbol symbol : class DataBaseAccessor location: class com.sap.xi.tf._MM_File2JMS_ DataBaseAccessor accessor = null; ^
    Thanks
    Farooq.

    Hey satish I am getting same Error:
    C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map7801d381335311dc8660000c2967ead8/source/com/sap/xi/tf/_MM_File2JMS_.java:3: package com.sap.aii.mapping.lookup does not exist import com.sap.aii.mappingtool.tf3.;import com.sap.aii.mappingtool.tf3.rt.;import java.util.;import java.io.; import java.lang.reflect.;import com.sap.aii.mapping.lookup.;import java.io.*; ^ C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map7801d381335311dc8660000c2967ead8/source/com/sap/xi/tf/_MM_File2JMS_.java:57: cannot resolve symbol symbol : class Channel location: class com.sap.xi.tf._MM_File2JMS_ Channel channel = null; ^ C:/usr/sap/SXI/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Map7801d381335311dc8660000c2967ead8/source/com/sap/xi/tf/_MM_File2JMS_.java:58: cannot resolve symbol symbol : class DataBaseAccessor location: class com.sap.xi.tf._MM_File2JMS_ DataBaseAccessor accessor = null; ^ 3 errors

  • ERROR- com.sap.aii.utilxi.misc.api.BaseRuntimeException

    Hi All,
    In mapping i used udf's.  while testing the mapping i got runtime exception error as the following.i have refresh "SXI_CACHE" adn also executed the report  "SAI_REFRESH_CACHE" but i am facing same problem. i used "DateTimeFormat" udf in this mappping. Please help me to solve this.
    15:04:29 Start of test
    Compilation of MM_EAST successful Method DateTimeFormat1$ with 2 arguments not found in class com.sap.xi.tf._MM_EAST_ com.sap.aii.utilxi.misc.api.BaseRuntimeException: Method DateTimeFormat1$ with 2 arguments not found in class com.sap.xi.tf._MM_EAST_ at com.sap.aii.mappingtool.tf3.AMappingProgram.getMethod(AMappingProgram.java:437) at com.sap.xi.tf._MM_EAST_.getMethod(_MM_EAST_.java:574) at com.sap.xi.tf._MM_EAST_.__CreateStructures(_MM_EAST_.java:247) at com.sap.aii.mappingtool.tf3.AMappingProgram.preStart(AMappingProgram.java:171) at com.sap.xi.tf._MM_EAST_.preStart(_MM_EAST_.java:583) at com.sap.aii.mappingtool.tf3.AMappingProgram.start(AMappingProgram.java:332) at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:60) at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:105) at com.sap.aii.ibrep.server.mapping.ServerMapService.transformInternal(ServerMapService.java:431) at com.sap.aii.ibrep.server.mapping.ServerMapService.execute(ServerMapService.java:169) at com.sap.aii.ibrep.sbeans.mapping.MapServiceBean.execute(MapServiceBean.java:52) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0.execute(MapServiceRemoteObjectImpl0.java:259) at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0p4_Skel.dispatch(MapServiceRemoteObjectImpl0p4_Skel.java:146) at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304) at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193) at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)  Method DateTimeFormat1$ with 2 arguments not found in class com.sap.xi.tf._MM_EAST_
    15:04:33 End of test
    regards
    Peera

    Hi Anand,
    while testing the mapping in test tab i got this error. and also i came back to design tab adn check the queue that time i got same error adn also it is not showing the queue.
    actually my scenario is RFC to file. in this, for one mapping condition i used DateTimeFormat    udf  .  i explained for what purpose i am using this udf.
    in rfc i have a field through which Date adn time values are passed. First this udf get date vaule adn wait for time value after getting time value the udf do concat with both values adn then send to target field in format yyyy-MM-ddTHH:mm:ss.
    i am giving javacode for DateTimeFormat adn classes which we are used for java code
    import java.awt.Container;
    import java.awt.TextComponent;
    import java.awt.TextField;
    import java.io.*;
    public String dateTimeFormat(String a,String b,Container container)
                String dateTimeString = "";
                if (a.length() == 8 && b.length() == 6)
                      //Substrings for extracting date
                        String year = "";
                        String mon  = "";
                        String day  = "";
                        //Substrings for extracting time
                        String hour = "";
                        String min  = "";
                        String sec  = "";
                      //Extracting date into year , month and day
                        year = a.substring(0,4);
                        mon  = a.substring(4,6);
                        day  = a.substring(6,8);
                      //Extracting time into hour , minute and second
                        hour = b.substring(0, 2);
                        min  = b.substring(2, 4);
                        sec  = b.substring(4, 6);
                      //Now constructing final date time string
                        dateTimeString = year"-"mon"-"day"T"hour"-"min"-"sec;
                return dateTimeString;
    Thanks adn regards
    Peera

  • Mapping Error: com.sap.aii.utilxi.misc.api.BaseRuntimeException

    Hi All,
    I am workign on a scenario, where i am getting dtaa from SQL server using sender JDBC adapter.
    I need to pass this data into a Z-RFC to update a ztable.
    While executing the scenario, the messages are populatingin SXMB_MONI with the following error and Red Flag.
    com.sap.aii.utilxi.misc.api.BaseRuntimeException
    thrown during application mapping
    com/sap/xi/tf/_pavan_mm_: RuntimeException in
    Message-Mapping transformatio~
    I have tested Message Mapping in Repository. Its working fine.
    But when i copy the payload from SXMB_MONI and paste the same payload in Message Mapping (Repository), the system is showing following Error.....
    Details
    java.lang.NullPointerException
    STACKTRACE:
    com.sap.aii.ib.core.mapping.exec.ExecuteException: java.lang.NullPointerException
        at com.sap.aii.ibrep.server.mapping.ServerMapService.transformInternal(ServerMapService.java:477)
        at com.sap.aii.ibrep.server.mapping.ServerMapService.execute(ServerMapService.java:169)
        at com.sap.aii.ibrep.sbeans.mapping.MapServiceBean.execute(MapServiceBean.java:52)
        at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0.execute(MapServiceRemoteObjectImpl0.java:301)
        at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0p4_Skel.dispatch(MapServiceRemoteObjectImpl0p4_Skel.java:146)
        at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
        at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
        at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
        at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
        at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
        at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
        at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    java.lang.NullPointerException
    STACKTRACE:
    java.lang.NullPointerException
        at com.sap.aii.mappingtool.tf3.AMappingProgram.exceptionCaught$(AMappingProgram.java:59)
        at com.sap.aii.mappingtool.tf3.Transformer.checkParserException(Transformer.java:182)
        at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:149)
        at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:102)
        at com.sap.aii.ibrep.server.mapping.ServerMapService.transformInternal(ServerMapService.java:431)
        at com.sap.aii.ibrep.server.mapping.ServerMapService.execute(ServerMapService.java:169)
        at com.sap.aii.ibrep.sbeans.mapping.MapServiceBean.execute(MapServiceBean.java:52)
        at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0.execute(MapServiceRemoteObjectImpl0.java:301)
        at com.sap.aii.ibrep.sbeans.mapping.MapServiceRemoteObjectImpl0p4_Skel.dispatch(MapServiceRemoteObjectImpl0p4_Skel.java:146)
        at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:320)
        at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:198)
        at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:129)
        at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
        at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
        at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
        at java.security.AccessController.doPrivileged(Native Method)
        at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
        at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    I have tested the Configuration in Integration Directory with the payload from SXMB_MONI... The error is same as above mentioned.
    In message mapping, the source message type is a data type similar to the selected fields from sql server.
    The target message type is the imported RFC.
    The RFC is working fine, when i enter the data manually in R/3.
    I am unable to trace out the error behind this kind of situation....
    Can any one guide me in this regard...??
    Regards
    Pavan

    The payload got from Message Mapping....
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:SENDER_MT xmlns:ns0="http:
    infotech-enterprises">
      <zkunnr>AB10</zkunnr>
      <zname1>PRATT</zname1>
      <zstras>412,DALAL STREET</zstras>
      <zadrnr>BGLR,FDFDFDF</zadrnr>
      <ztelf1>434343434</ztelf1>
    </ns0:SENDER_MT>
    The Payload got from SXMB_MONI as follows...
      <?xml version="1.0" encoding="utf-8" ?>
    - <ROW>
    - <row>
      <zkunnr>AB10</zkunnr>
      <zname1>PRATT</zname1>
      <zstras>412,DALAL STREET</zstras>
      <zadrnr>BGLR,FDFDFDF</zadrnr>
      <ztelf1>434343434</ztelf1>
      </row>
    If i paste the payload from sxmb_moni into message mapping, i am getting following error...
    java.lang.NullPointerException
    If i paste the payload from sxmb_moni into Tools--->Test Configuration in Integration Directory, the following errro occurs in Interface Mapping.
    java.lang.NullPointerException thrown during application mapping
    Any idea what need to be done to resolve this error?
    Regards
    Pavan

  • Jar file containing: com.sap.aii.messaging.adapter.Conversion package??

    Hi! Gurus
    Can you please let me know the name of the Jar/library file containing com.sap.aii.messaging.adapter.Conversion package.
    Your help is greatly appreciated!!
    Thank you,
    Patrick

    > Can you please let me know the name of the Jar/library file containing com.sap.aii.messaging.adapter.Conversion package.
    aii_msg_runtime.jar
    http://wiki.sdn.sap.com/wiki/display/XI/WheretogetthelibrariesforXI+development

  • Error when attempting to get processing resources: com.sap.aii.af.service.

    Dear All,
    i am getting below error in RWB in receiver Channel
    Error
    "Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error when attempting to get processing resources: com.sap.aii.af.service.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Cannot establish connection to URL 'CONNECTION STRING: NoClassDefFoundError: sun.awt.X11GraphicsEnvironment (initialization failure)"
    Note: outbound has processed succesfully in both ABAP and Java Stack.

    Hi,
    Can you please let us know, which receiver adapter are you using??
    I guess it is JDBC: IF it is ...can you check the Driver and Connection details maintained on the channel.
    JDBC Driver:com.microsoft.sqlserver.jdbc.SQLServerDriver
    CONNECTION:jdbc:sqlserver://IP ADDRESS:PORT;Database=HOST NAME;
    -Rahul

  • JSPM SPS13 Problem : com.sap.aii.adapter.axis.app

    Hello all,
    For the PI 7.00 SP10 server  we have applied a SP13 patch .All the Java patches are applied except SAP_XIAF we are gettting an error :
    Error: Aborted: development component 'com.sap.aii.adapter.axis.app'/'sap.com'/'SAP AG'/'7.0013.20071224120620.0000'/'1', grouped by software component 'SAP_XIAF'/'sap.com'/'SAP AG'/'1000.7.00.13.4.20071226125540''/'1':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot register EarLoader for application sap.com/com.sap.aii.adapter.axis.app..
    Log File ::::::::
    Info: Begin of log messages of the target system:
    08/02/10 08:48:06 -  ***********************************************************
    08/02/10 08:48:08 -  Start updating EAR file...
    08/02/10 08:48:08 -  start-up mode is lazy
    08/02/10 08:48:10 -  EAR file updated successfully for 1292ms.
    08/02/10 08:48:10 -  Start deploying ...
    08/02/10 08:48:11 -  EAR file uploaded to server for 526ms.
    08/02/10 08:48:14 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot register EarLoader for application sap.com/com.sap.aii.adapter.axis.app..
                         Reason: null; nested exception is:
                              java.lang.NullPointerException
                              at java.lang.Throwable.<init>(Throwable.java:194)
                              at java.lang.Exception.<init>(Exception.java:41)
                              at java.io.IOException.<init>(IOException.java:40)
                              at java.rmi.RemoteException.<init>(RemoteException.java:71)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:567)
                              at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:204)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:0)
                              at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:117)
                              at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:30)
                              at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:35)
                              at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
                              at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:99)
                              at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:119)
                         Caused by: java.lang.NullPointerException
                              at com.sap.engine.lib.util.HashMapObjectObject.get(HashMapObjectObject.java:601)
                              at com.sap.engine.core.classload.impl0.LoadContextImpl.registerReferenceInternal(LoadContextImpl.java:537)
                              at com.sap.engine.core.classload.impl0.LoadContextImpl.registerReference(LoadContextImpl.java:296)
                              at com.sap.engine.core.service630.container.LoadContextWrapper.registerReference(LoadContextWrapper.java:54)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.registerEARloader(DeployServiceImpl.java:2101)
                              at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:230)
                              at com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:307)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
                              at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3184)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:552)
                              ... 9 more
                         For detailed information see the log file of the Deploy Service.
    08/02/10 08:48:14 -  ***********************************************************
    Feb 10, 2008 8:48:15 AM  Info: End of log messages of the target system.
    Feb 10, 2008 8:48:15 AM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Feb 10, 2008 8:48:15 AM  Error: Aborted: development component 'com.sap.aii.adapter.axis.app'/'sap.com'/'SAP AG'/'7.0013.20071224120620.0000'/'1', grouped by software component 'SAP_XIAF'/'sap.com'/'SAP AG'/'1000.7.00.13.4.20071226125540''/'1':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot register EarLoader for application sap.com/com.sap.aii.adapter.axis.app..
    Reason: null; nested exception is:
    *     java.lang.NullPointerException*
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Feb 10, 2008 8:48:15 AM  Info: Starting to save the repository
    Feb 10, 2008 8:48:18 AM  Info: Finished saving the repository
    Feb 10, 2008 8:48:18 AM  Info: Starting: Update: Selected software component 'SAP_XIAF'/'sap.com'/'SAP AG'/'1000.7.00.13.4.20071226125540''/'1' updates currently deployed software component 'SAP_XIAF'/'sap.com'/'SAP AG'/'1000.7.00.10.3.20070321093500''/'0'.
    Feb 10, 2008 8:48:18 AM  Error: Aborted: software component 'SAP_XIAF'/'sap.com'/'SAP AG'/'1000.7.00.13.4.20071226125540''/'1':
    Failed deployment of SDAs:
    development component 'com.sap.aii.adapter.axis.app'/'sap.com'/'SAP AG'/'7.0013.20071224120620.0000'/'1' : aborted
    Feb 10, 2008 8:48:22 AM  Error: -
    At least one of the Deployments failed -
    Any idea how to resolve this issue
    Thanks,
    GangaPrasad

    Hello Prasad,
    Seems like this one is similar to the other post from you. I responded in that one :
    XIAF and XITOOLS packages depend on XIAFC package. It is first recommended you first upgrade XIAFC to the latest one if already not done.
    After this, try to deploy the XIAF and XITOOLS.
    Please also check SAP Note 1028961 .
    Hope that helps !
    Regards,
    Snehal

  • Pkg com.sap.aii.proxy.framework.core don't exist even added in the JRE path

    Hi All,
    I am facing some error while activating the activity. I have checked-in the activity but getting the error while trying to activated the activity. there are two DC's in one of them i am gettign this error. i have not noticed this while check-in.
    After checked in - i am not getting the  any such option --Revert activitty or delete activity.
    This activity is alreday closed.. what i can do with this activity??  After this error i am not able to activate any activity. I am getting the below error in all the activity.
    package com.sap.aii.proxy.framework.core does not exist even though i have added this into the  JRE path in NWDS. Do i need to import the same version file somewhere into J2ee server or somewhere else??
    Regards,
    Narpal

    Hi,
    javac ERROR: class file has wrong version 49.0, should be 48.0
    This error means that the class file in question is being built with JDK1.5 (49), however it should be built with JDK1.4.2 (48).
    In other words, as per the class the build expects a class file built with 1.4.2, but in your track JDK1.5 is configured for the build tool.
    You need to therefore :
    A.) review the CBS service settings, as most likely the parameters BUILDT_TOOL_JDK_HOME and JDK_HOME_PATHS are set up improperly.
    B.) plus the build variant is incorrect in the track in question.
    I'll refer below to the corresponding points with the letters A and B.
    Some more explanation on the error:
    If you check any class file with a hex editor, you'll see at the beginning of it this:
    example: CA FE BA BE | 00 00 |00 31  ...
    JDK 1.6 = 50 (0x32 hex)
    JDK 1.5 = 49 (0x31 hex = (161)*3 + (160)*1 = 49)
    JDK 1.4 = 48 (0x30 hex)
    JDK 1.3 = 47 (0x2F hex)
    JDK 1.2 = 46 (0x2E hex)
    JDK 1.1 = 45 (0x2D hex)
    On the first 4 bytes there's a magic number (CAFEBABE) which ensures this is a java class file, then on 2-2 bytes you'll see the minor and the major version (in this order). In the above example 00 00 | 00 31. This is what displayed as major.minor i.e. 49.0 what you can see in error messages. See also the attachment I've put to this thread minormajor.JPG.
    More information on the class file structure:
    http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html
    For point A)
    See the guide for doublechecking the CBS parameters
    help.sap.com u2013 CBS Service Properties
    http://help.sap.com/saphelp_nw70/helpdata/EN/53/75b3407e73c57fe10000000a1550b0/frameset.htm
    Further explanation to the paramters
    BUILD_TOOL_JDK_HOME and JDK_HOME_PATHS
    BUILD_TOOL_JDK_HOME = <path to highest JDK>
    JDK_HOME_PATHS = JDK1.3.1_HOME=<path of jdk131>;JDK1.4.2_HOME=<path of jdk142>;JDK1.5.0_HOME=<path of jdk150>JDK1.6.0_HOME=<path of jdk160>;default=<path of the JDK as default>
    Some simple rules with examples:
    - for BUILD_TOOL_JDK_HOME you simply enter the path to your JDK, e.g.: /opt/IBMJava2-amd64-142
    - for JDK_HOME_PATHS you have to follow the scheme "key=value" e.g.: JDK_1.4.2_HOME=/opt/IBMJava2-amd64-142
    - for BUILD_TOOL_JDK_HOME you always specify the highest JDK,
    - for JDK_HOME_PATHS you list the available JDKs.
    - JRE is not allowed, specify always JDK!
    For point B)
    Regarding the build variant in your track: check the page 13 for the paramter com.sap.jdk.home_path_key as per the guide :
    How To... Setup an NWDI Track for Composition Environment Developments
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7014086d-3fd9-2910-80bd-be3417810c6f
    Summary:
    A. The first part of the solution is then to doublecheck the CBS service parameters. CBS service must be restarted after changes.
    B. The second part is to doublecheck the build variant in the track (see the Build Variants tab on the Track Data tab on the CMS webui  - Landscape Configurator).
    I recommend you to have
    A) BUILD_TOOL_JDK_HOME = <highest available JDK, I recommend here to set the path to JDK1.5>
    JDK_HOME_PATHS = JDK1.4.2_HOME=<path of jdk142>;JDK1.5.0_HOME=<path of jdk150>;default=<path of the JDK as default, set it to the same path as you did for 1.4.2_HOME>
    B) set the com.sap.jdk.home_path_key in the build variant to 1.4.2_HOME, or leave it for the default. Do not forget to set this build variant explicitly for >= 7.1 tracks to JDK1.5.0_HOME
    I hope this helps.
    Best Regards,
    Ervin

  • Call to messaging system failed: com.sap.aii.af.ra.ms.api.DeliveryException

    hello
    I am running an interface RFC2WS sync and recieve this message in the RFC. the message does not get out of the XI and rich the target (WS).
    the XI been upgraded lately, and I think this might be the cuase to the problem, becuase the interface been worked before, and still working in PROD environment as is.
    what could be the problem and how can I start investigate it to find the problem?
    this is what the SAP recieves
    call to messaging system failed: com.sap.aii.af.ra.ms.api.DeliveryException
    Thanks
    Kfir

    Hi Kfir,
    just check in RWB, in component monitoring, the status of integration server and adapter engine.......if it is red, then ask your basis guys to remove that error................just check your comm channels, i think your comm channels are in error, if they are just edit them, save and activate them again..........i think then your this issue will be resolved.'
    Regards,
    Rajeev Gupta

  • PI 7.1 and Oracle JDBC driver: missing com.sap.aii.adapter.lib.sda

    Hello,
    I want to deploy the JDBC driver for Oracle databases as described in OSS 1138877 on a brand-new PI7.1 (SP06 Stack) installation. Unfortunately, I can't find com.sap.aii.adapter.lib.sda on the system, so I can't add the ojdbc14.jar file and deplay it using JSPM.
    Where can I get it from?
    Thank you and best regards,
    Herwig

    hey,
         The JDBC driver installation is different for PI 7.1.
    The dowload/modify/deploy .sap.aii.adapter.lib.sda method was used in the earlier versions.(mentioned in the How to guides)
    Look at the SAP documentation below -
    http://help.sap.com/saphelp_nwpi71/helpdata/en/cf/128a42f802a01ae10000000a155106/frameset.htm
    Arvind R

Maybe you are looking for

  • Funds Management-BCS

    Hi All, In former budgeting we use tcode FR50 for creating original budget and tcode Fr51 for release of budget.Now in ecc 6 im doing BCS so what will be the tcode for creating original budget and Releasing the budget? Thanks Deepa

  • Creating moving clouds

    Hi I have this assignment where we have to use a display list. I am trying to create clouds moving on the background. I'm sure my code is very clumsy. I was able to get the clouds on my stage but I can only get one to move. Please, I can't seem to wr

  • How to set iPhone 5 to show % of battery usage?

    How to set iPhone 5 to show % of battery usage?

  • Adobe AIR ANE for Mac OSX 32-64bits Error

    Hi, I'm trying to build a ANE for Mac OSX. I setup XCode 5.1 and was following this two tutorials: http://riawanderer.com/2012/03/27/working-with-air-native-extensions-on-the-mac/ http://quetwo.com/2011/12/03/working-with-air-native-extensions-on-the

  • Unlimited Data Usage - Why is this now gone?

    So I have been a long time Verizon wireless subscriber, and have had unlimited data usage for a long time as well.  Now that I upgrade my phone, I am no longer allowed to have that?  What a joke.  The data usage does not take up that much data to run