Coverting .EAR to .SDA file and deploy it via JSPM

Hi Guys
I am trying to convert the .EAR file to the .SDA using nwcetool and nwpacktool and both are giving me the same results.
I follow the below blobs of which they are very helpful
-http://wiki.sdn.sap.com/wiki/display/XI/ConvertEARfiletoSDA+file
-http://forums.sdn.sap.com/thread.jspa?threadID=1751232&tstart=0
-http://forums.sdn.sap.com/thread.jspa?threadID=1390629
The results I am getting, have the externsion .ear instead of .sda
Results: ExcelFileRead.ear with the message "with compression"
What could be that problem, why am I not getting the the file with .sda extersion?
Below is my command :
createsda -n ExcelFileRead -v pi.module -l ExcelFileRead -c 2 -type J2EE C:\EAR.ear c:\result\ExcelFileRead
Yonza

Hi Guys
I am not that familiar with JAVA, Can you plz give me a working class for Conversion of Exceel sheet content to xml structure for SAP PI 7.1. I tried using the one for PI 7.0 but I am getting error and the one from the below blod I double if it can be deployed:
http://wiki.sdn.sap.com/wiki/display/XI/Adapter%20module%20example%20for%20PI%207.1?bc=true
Anyway I am getting a errors on the two below line after I've imported
--if (msg.getMessageDirection()== MessageDirection.INBOUND)
--Audit.addAuditLogEntry(amk, AuditLogStatus.SUCCESS,"AO: Now got the xml payload object.");
I am using these are recomended on: http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11835
com.sap.aii.af.lib.mod.jar
com.sap.aii.af.ms.ifc_api.jar
sap.comtcloggingjavaimpl.jar
com.sap.aii.af.svc_api.jar
com.sap.aii.af.cpa.svc_api.jar
import com.sap.engine.interfaces.messaging.api.MessageKey;
import com.sap.engine.interfaces.messaging.api.MessageDirection;
import com.sap.engine.interfaces.messaging.api.auditlog.AuditLogStatus;

Similar Messages

  • What is the required sda files to deploy SSO2?

    what is the required sda files to deploy SSO2?

    Hi Veeraraj,
    You would require
    1. tcsecauthjmxear.sda
    2. tcsecauthsso2wizard.sda
    these files are attached in the SAP Note 1083421 - SSO2 Wizard
    Cheers!
    Sandeep Tudumu

  • How to deploy .WAR or .EAR  or .SDA file

    dear friends,
    I created a dictionary file and an ear file.
    From Netweaver studio i configured SAP J2EE Engine with the IP address and the port number as 3601 ( even i tried 3601, 50000)
    But after selecting file and click on deploy, it is giving
    Deployment aborted message.
    But i can deploy .par file from netweaver with out any problem.
    Can anybody tell me how to deploy .ear and .sda files
    What are other ways i can deploy
    early reply appreciatd
    kantha

    Hi Kantha,
    you can try to deploy via SDM (Software Deployment Manager)! Check this link for more info: http://help.sap.com/saphelp_webas630/helpdata/en/05/4fac3e00c8b014e10000000a114084/content.htm
    Hope this helps,
    Robert

  • How to create a custom ear file and deploy it onto a freshly created oc4j

    Hi,
    Wanted to know that how should i go about creating a custom EAR file or for that matter any application and deploy it onto a test oc4j instance created within the 10.1.3 Home of Oracle Apps R12.
    I believe in a standalone Application server installation it is quite simple to deploy an application by creating an oc4j instance using the AS console ,but not very sure about how to go about it in Oracle Apps .
    N.B:I have been able to create a test oc4j instance by the name of Test and able to start and stop it using the opmn of 10.1.3 oracle home.
    Any help in this regard will be appreciated.

    Hi,
    can you please post this question to one of the Apps forums if your main concern is to deploy applications in the context of Oracle Apps?
    It seems that you don't have a problem in creating the EAR file in JDev.
    Frank

  • Compiling EJB files and Deployment Discriptor

    Hi,
    Could any body tell me step by step process of compiling EJB files and building deployment descriptor. I want to learn from scrap. I search on web but not found material that I need.
    Actually I've made a simple EJB example now I want to compile and want to write a deployment descriptor for that using ant or javac.
    You can also refer me tutorial describing the process form scrap.
    Looking forward,
    Regards,
    Abbasi

    Although you could deploy each bean in a different .jar file , deploying them
    together in an jar file produces a classloader arrangement that allows one ejb
    class to refer to another ejb class. Packaging ejb jar files in a ear file produces
    a common classloader for the ejb jar files.
    "Gary Gu" <[email protected]> wrote:
    >
    Hi,
    To build ejb jar files, we can include all beans (including bean class,
    home,
    inteface, and other java classes) of the application into one jar file.
    Or we
    can make ONE jar file for EACH bean (including only bean class, home
    and interface.
    NOT other dependent classes that will sit in weblogic server classpath).
    I would like to know any disadvantage for second method in terms of memory,
    class
    loading, etc. Or any advantage for the second method
    Thanks

  • War file and deployment

    Hi,
    im new to j2ee and there are some qns i hope you can help me with.
    1. why is there a need to put my jsp and servlets in a .war file?
    2. where do i do my placements of ejb and jsp into the respective jar and war files? in my web server?
    thanks a lot!

    1. why is there a need to put my jsp and servlets in a .war file?Answer- As technology evolved over ther period of time, it became more and more evident that the smaller and easier the things the better it is. WAR format is a ZIP format created to deploy your web application data. Hence called WAR(Web Application Archive). It usually contains your Images, JSP pages, and servlets and other related helper files needed by your web application. Java being a cross platform technology, it becomes easy and standardized to distribute your application(web) to other vendors/teams/people if one makes use of a WAR file. Once dropped in the root directory of the App server(i mean the proper webapp directory) the application server is smart enuf to load your WAR file and create respective directory structure.
    2. where do i do my placements of ejb and jsp into the respective jar and war files? in my web server?Answer:- When you add the EJB files and distribute it along with your WAR file, its called EAR(Enterprise Archive) which is WAR+ EJB jar files. As for the JSP's they form a part of the WAR and should be bundled up while creating the WAR file.
    Hope this answers the question.

  • Applescript to read a file and send it via lp command.

    I am new to applescript and I am trying automator to use it. I need to put a file on a folder and the applescript should get the file and run lp to send it as a raw format to a network device. Does anyone have a sample or idea on how to do it?
    I've been reading and trying some samples, but they do not work.

    A good first step would be to get it working using lp in the terminal. Then try the same command in an applescript using "do shell script". When that works, you could try it in a folder action script.

  • Error trying to write to a measurement file and then send via gmail.vi

    So as the title says, I have a VI which is writing to a tdms file, and I want to send the file by gmail once the program has completed it's run. I downloaded gmail.vi and am integrating it into my existing code. Both my original code and the gmail VI work fine on their own, but when I try to have the combined VI send the data file by email, I get the error message that I've attached.
    Basically, it seems like the .tdms data file is in use by the measurement code, and I need to know how to free it up so that the gmail code can attach and send it.
    I've attached the main code as well as my modified gmail VI, so hopefully someone can take a look at tell me what I'm missing.
    Any help is much appreciate!
    Attachments:
    Error.PNG ‏19 KB
    PID Controller - Cleaned Up.vi ‏239 KB
    Email Alert.vi ‏19 KB

    While I can't view all of your code because it is missing several SubVIs, I have a good idea of what you are trying to do. I believe the culprit is the "Write to measurement file" express VI. Near as I can tell the original reference to the TDMS file is being held open inside the express VI. Here's a good general rule for using Express VI's: when you see them, RUN THE OTHER WAY! I say because there is almost always a significant amount of code in there that is unnecessary, In this case, you simply need the Open TDMS file, Write to TDMS, Close file functions; you do not need all of the extra code that is in the express VI's.
    <edit> P.S. I hope the username/password in Email alert.vi is a placeholder otherwise you just gave every idiot with access to LabVIEW your username and password to the account.
    Charles Chickering
    Architecture is art with rules.
    ...and the rules are more like guidelines

  • How to covert EPA to SDA file

    Dear all,
    Can any one help me how to conevert EPA file to SDA.
    Thanks and Regards
    Suresh Kumar

    Hi,
    Check this SAP note out 696084, this contains the links for downloading the sapmake_util.exe , this tool you will be needed in order to convert EPA to SDA, once you download this tool, unzip this into your SAP folder in program files. the blog provided by Harini is very nice one.
    Please not the syntax of converting is
    on cmd you need to type this
    epa2sda <filename.EPA> <SDA filename youwant.SDA>
    dont forget to give .EPA and .SDA as i have shown, else you will get errors.
    Hope this helps,
    Regards,
    Ameya

  • Classloader for PAR-Files and deployment

    Hello,
    I'm wondering how the deployment of a par file actually works in depth. Especially how the sharingreferences und privatesharingreferences come into play here.
    Can anybody tell me how it works or can tell me some resources where I can get some more information about it?
    Any interesting help is appreciated a lot.
    Many thanks
    regards
    Markus Armbruster

    Hi,
    Check this:
    http://help.sap.com/saphelp_nw70/helpdata/EN/53/c8af42a6f6cb6ae10000000a155106/frameset.htm
    The portal application deployment descriptor or simply portalapp.xml
    Explaination about difference between PrivateSharingReference & SharingReference:
    Check my post here: Portal Runtime
    Regards,
    Praveen Gudapati

  • JSPM ERROR- cannot add JAVA patches to deploy queue via JSPM

    Hi Experts! Last two days I have deployed java patches(SP13 to SP18).......almost finished......i have to deploy 2 more components only but suddenly i got error.now i cannot add java patches to JSPM deployment queue. am getting error '/usr/sap/BWP/DVEBMGS10/j2ee/JSPM/log/log_2009_07_22_23_41_20/JSPM_MAIN_1_01.LOG.' I have checked trouble ticket log and i have followed Snote-1329945 and changed instace.properties files  as instance.runmode=normal and just restarted java via SMICM only (server reboot is not possible in my environment)
    Trouble Ticket Report----
    Java Support Package Manager for SAP NetWeaver'04s
    SID................: BWP
    Hostname...........: abcbwp02
    Install directory..: /usr/sap/BWP
    Database...........: DB2/AIX64
    Operating System...: $(/J2EE/StandardSystem/CentralInstance/J2EEEngineInstanceHost/OpSysType)
    JDK version........: 1.4.2 IBM Corporation
    JSPM version.......: 7.00.18.1.01
    System release.....: 700
    ABAP stack present.: true
    The execution ended in error.
    Cannot initialize application data.
    Error while detecting start profile for instance with ID _s.
    More information can be found in the log file /usr/sap/BWP/DVEBMGS10/j2ee/JSPM/log/log_2009_07_22_23_41_20/JSPM_MAIN_1_01.LOG.
    Use the information provided to trouble-shoot the problem. There might be an OSS note providing a solution to this problem. Search for OSS notes with the following search terms:
    com.sap.sdt.jspm.phases.PhaseTypeJSPM/com.sap.sdt.jspm.gui.JspmUiException/Cannot initialize application data/JSPM_MAIN
    JSPMPhases/Java Support Package Manager
    log_2009_07_22_23_41_20 exception:
    #1.5 #C000C0A8D28F0000000000366BD46BD400046F4D35AF2008#1248277310677#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:795)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:795)#Java###Duration: .#1#0:00:10.915#
    #1.5 #C000C0A8D28F0000000000376BD46BD400046F4D35AF2008#1248277310677#/System/Server/Upgrade/Phases/JSPM/JSPMPhases/JSPM_MAIN##com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:796)#######Thread[main,5,main]##0#0#Info#1#com.sap.sdt.ucp.phases.AbstractPhaseType.cleanup(AbstractPhaseType.java:796)#Java###Phase status is .#1#error#
    Thanks.

    Hi,
    ABAP stack present.: true
    The execution ended in error.
    Cannot initialize application data.
    Error while detecting start profile for instance with ID _s.
    Looks like the problem is above 1
    Do the following. This should resolve the issues.
    1. If your dialog instance are also having the Java stack then do one thing move your profile folder to some other name and create a new profile folder with the name "profile".
    Copy only the central instance profiles Default, Instance and start profile.
    Then give a try.
    2. If you do not have the java instance in Dialog instance still do the same thing what I have described. move the current profile folder and create the new folder with the name "profile" and copy the profiles Default, Instance and start profile.
    Chances are the JSPM is reading some other profile while starting the JSPM.
    Regards,
    Ravi

  • How to Convert EAR to SDA & Deploy it to PI 7.1 for Custom Adapter Module

    Hi all,
    I need to convert an EAR file created using NWDS 7.1 to SDA file and deploy it to PI 7.1
    How can i do so.
    Please help if possible! Thanks!
    Mayank

    hi Mayank,
    I quote from help.sap
    "●      Use the SAP NetWeaver Developer Studio and the SDM in the following cases:
    ○       If the source files of the application are available, you can import them into the relevant project types in the SAP NetWeaver Developer Studio and then build the archive files. This scenario enables you to change the code of the application if necessary, as well as to build an application archive, which can be deployed using the SDM.
    This graphic is explained in the accompanying text
    You can convert the application using the Converter Tool to see what information you should include in the additional deployment descriptors. Then you can edit the generated descriptors in the SAP NetWeaver Developer Studio.
    ○       If your applicationu2019s EAR file contains the descriptors required to deploy it with the SDM (sda-dd.xml), you can use the SDM to deploy it on the J2EE Engine 7.0. The EAR is automatically converted at deployment time.
    This graphic is explained in the accompanying text
    When the application is converted using the SDM, the newly generated descriptors are used during deployment only and are not stored in the file system. You cannot reuse the converted application later. Therefore, we recommend that you convert the application using the Converter Tool first, and then deploy it using the SDM.
    ●      Using the Deploy Tool is more convenient in the following cases:
    ○       If only the EAR of the application is available and it does not contain the sda-dd.xml, use the Deploy Tool to convert and deploy the application on the J2EE Engine. Note that once the application EAR has been converted, it is no longer compatible with 6.20.
    http://help.sap.com/saphelp_nw04s/helpdata/EN/2c/dd813e77d46245e10000000a114084/content.htm
    Regards
    joel

  • Create ear and deploy aqualogic process

    Hi all,
    I'm just starting to use Aqualogic BPM. I've installed Weblogic 9.2 too in my computer.
    I've do the helloworld example process, but i don't know how can i create the ear o war file and deploy it in weblogic, and if i have or not to do something inside the process to do this.
    thanks to all.

    To create a EAR file in JDeveloper, select the project node and choose NEW from the context menu.
    In the NEW gallery select "Deployment Profiles" and choose EAR from the list.
    Deployment:
    - Create a connection in Oracle JDeveloper to OC4J and deploy directly
    - Use java -jar admin.jar .... in OC4J 10.1.2
    - Use Oracle Enterprise Manager Console with OC4J 10.1.3
    Please have a look at the OC4J documentation on OTN that is available online and for download as part of the Oracle Application Server documentation
    Frank

  • Develop Adapter Module locally and deploy it later on the server

    Dear friends,
    Is it possible to develop Adapter Module for PI 7.11 locally using SAP NWDS on your local PC and when you are finished deploy the EAR files on the server using JSPM?
    Thank you and kind regards,
    Kamran

    There are two ways in which u can deploy EAR files on PI server..
    1) Deploy EAR file directly on PI server using NWDS.
                or
    2) Convert EAR into SDA file and then using JSPM deploy it on PI server..
    Re: Creating SDA file using NWCE tool

  • Seeburger .SDA file deployment

    Hi Experts,
    I developed Seeburger edi mapping X2E in seeburger and created a .sda file and now want to deploy in XI sever..but there is already some standard mappings deployed. I can see some files like seeburger/mapping_user and mapping_user00. So now how I can proceed further.I also want to take back up of old mappings....so if any problem happens there i can deploy the old .sda file again...please suggest if someone has worked on this asap...
    Regards,
    NKumar
    Edited by: NKumar1 on Jul 12, 2011 7:20 PM

    Hi
    Check that your connection hostname, port & pwd is correct. Try with admin pwd.
    In SDM, SDM Repository page, after selecting the file, the same page select third option (i.e update deployed SCA/SDA that have any versions)
    Hope it helps you
    Cheers
    Jawahar Govindaraj

Maybe you are looking for

  • Safari Not working on certain web sites......

    There are many sites where Safari does not work correctly. A example is eBay.com and GoogleBase.com Where you are trying to enter text in the "sell a item" window. I have been told by these sites that I need to update to a newer version or Safari. I

  • Cover Flow has just stopped working...

    Cover flow was working fine the other day and now, when I try to switch to the view or to another playlist the whole screen gets garbled and freezes up. I have reinstalled iTunes, but nothing... I did turn off some unused fonts a few days ago (non en

  • How can i upgrade to OSX Mountain Lion other than from the app store?

    I am trying to upgrade to OSX Mountain Lion from OSX Lion but i get this message: "We could not complete your purchase. The product distribution file could not be verified. It may be damaged or was not signed." Further I am able to download other pro

  • Include packing material in planning

    Dear All I have a material "X" & its component is a phantom assembly Z  having component Y".Now i want that the dep req which are created for "y" from material X should consume the pir"s of Y if any.. Pls note that Y is having mat.type as ND.Can i do

  • Importing Images and Making Mask's with shape's "HELP PLEASE"

    Hey, So two things, I have Motion 3 and every time I try to import my photos from Aperture into motion, motion stretches my photo out. The photos are regular jpeg res around 2304-1536 is this to high of a resolution, any tips? Last thing, so I want t