How to debug .sda files

Hi Guys,
Could anyone tell how to debug the .SDA files.I mean i couldn't found any option to deploy .sda files that i have built through ANT builder in NDS.Till now i am deploying it through SDM only.Is it possible to debug the .SDA files which i am deploying through SDM and debug them through NDS.
Actually i am trying to debug the Sample Adapter of SAP XI.
regards,
Gowtham K.

Hi Heiko,
  >>>have you tried to start your J2EE engine in debug mode and attached to your server using the debug perspecive and JPDA?
   Yes, i have started J2EE engine in debug mode and from NWDS i kept that application in debug mode.
   But the problem is i am not deploying my .SDA file through NDS.I can only  deploy it through SDM on J2EE server.But the same SDA file i have imported into NDS and set it to debug. But it is not getting debug. Can i deploy .SDA file through NDS.
regards,
Gowtham  K.

Similar Messages

  • How to extract SDA file..........

    Hi All
        how do we extract SDA files.......
        we started adapter development by testing sample code in 'sample_ra.jar'  file,  available in sample_ra.sda, and deployed on XI server. now we want to see all jar files available in 'sample_ra.sda'.
    if any one already gone through adapter development have any idea, how to extract SDA file, help me out Pls .......... very urgent.
    Regards
    Rajesh

    HI,
    In general SDA files are to be deployed into Server using SDM.
    see the below link , how to deploy
    http://help.sap.com/saphelp_webas630/helpdata/en/05/4fac3e00c8b014e10000000a114084/content.htm
    Also
    you can unzip the file with WinZip or WinRar edit the xml configuration file and zip it back together (in ZIP format and not RAR!).
    Also
    how to deploy ear files from command line
    Tools like zipgenius http://www.zipgenius.it/intweb/features.htm#Innovazione, Private encryptor http://www.filesweb.com/private-encryptor/ and securefile http://www.devsolutions.net/htmlpages/securefile.html should help you further.
    Regards
    Chilla

  • Remote Debug - .SDA File or Adapter

    I have configured PCK Server and deployed sample Adapter. I have enabled debug mode on server to debug java code on NWDS. 
    .SDA file consists of .rar and inturnally consists of .jar file (JAva Application). I have manually build .rar from NWDS JAva Application generated .jar file, and also manually generated .sda file. These file generations are 100% successful and deployed 100% Successful.
    Now I want to debug java code enabling remote debug, however, after I attached to remote server, it is not kicking java code even I put any breakpoints.
    Server environment is on SAP PI 7.0 PCK Environment.
    NOTE: You get double points for right answer with my subscription.

    Hi Ravi,
    Could you tell me how did you achieve this? I am trying to do the same.
    VJ

  • How to create SDA file for using AXIS Framework in the SOAP Adapter

    Hi experts,
    I have the following question:
    How I can create the SDA file aii_af_axisprovider.sda for using the AXIS Framework in the SOAP Adpater described in http://help.sap.com/saphelp_nw04/helpdata/en/45/a4f8bbdfdc0d36e10000000a114a6b/content.htm ?
    I have downloaded the files axis.jar, commons-discovery-0.2.jar, commons-logging-1.0.4.jar, commons-net-1.0.0-dev.jar and wsdl4j-1.5.1.jar. But how to create the SDA file aii_af_axisprovider.sda? Which tool I have to use for this? It is enough to compress these 5 jar-files in the sda file or need I further files with further information (meta information etc.)?
    Thanks and best regards
    Christopher

    Hi Christopher,
        Check this discussion if you have not checked already.
    Re: NTLM Authentication dosent work with XI ?
    Regards,
    Ravi

  • How to debug swc files in Flash CS5

    Hi, to coin a familiar phrase "I'm new to Flash developement". My question is very simple. How do I debug .swc files (that I've created in Flash Builder 4) in Flash Professional CS5. I've incorporated the .swc file in the Publish Settings->Flash tab. But when I attempt to consume the objects in the .swc file I get an error saying it "Cannot display source code at this location."
    Can someone tell me the best pratice for debugging .swc files. Do I debug them in Flash Builder or Adbobe Professional Flash CS5?

    I think I found the solution to my problem..... but dont know how to implement it correctly.
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/StageScal eMode.html#SHOW_ALL
    I believe I need to use the SHOW_ALL constant, but there isn't an example of how to do it
    Heres my code, it compiles without errors, but when I publish it as .exe I get the 'Error 1037: Package cannot be nested':
    package
              import flash.display.StageScaleMode
              import flash.media.Camera;
              import flash.media.Video;
              public class ScaleMode
                        public static const SHOW_ALL:String = StageScaleMode.SHOW_ALL;
                        var camera:Camera = Camera.getCamera();
                        if (camera != null) {
                                  videoTwo.attachCamera(camera);
                        } else {
                                  trace("You need a camera.");
              stop();
    Any ideas??

  • How to debug rename file??

    Hi
    I use a loop and renameTo() method below to move some files to other location. When I run my class, it should move 5 files (vector include 5 files names), but insteade, some time it move 4 files , some time it move 3 files. there are no error message. Most time, last file cann't be moved
    for( int i=0; i<newFiles.size(); i++ ){
    File temfile=new File(tempFolder+"/"+newFiles.elementAt(i).toString());
    File realfile=new File(destDir+"/"+newFiles.elementAt(i).toString());
    boolean successful=temfile.renameTo(realfile);
    newFiles is vector to include files name string.
    I print out temfile and realfile , all of them are correct. May be somewhere else inside my class, other code, affect this , but I don't how to debug?? Thanks for help
    Gary

    You can try to catch Exception which could be raise be the methode "renameTo"
    try {
    boolean successful = temfile.renameTo(realfile);
    } catch (Exception e){
    System.out.println(e.getMessage());
    You can hava SecurityException - If a security manager exists and its SecurityManager.checkWrite(java.io.FileDescriptor) method denies write access to either the old or new pathnames
    Bye

  • How to open sda file in BIC tool

    Hello,
    could you please let me know how to open the .sda file in BIC mapping Designer.
    we had a ".sda" file whic was created earlier for my EDI conversions. now i want to check the mappings and edit the mapping.
    So how can i open the .sda file in BIC mapping designer.
    or else i have a .jar file inside the .sda. so how can i open that file and see the existing mapping.
    Thanks in advance. ....SARAN

    Hi,
    Did you tried by importing the SDA file in BIS Tool... I remember longback there is an option to import...
    but dont remember exxactly the process...
    HTH
    Rajesh

  • How to deploy SDA file?

    Hi Gurus,
    How will you deploy the SDA file in NWDS......
    I have a requirement where I need to deploy SapdictionayTypesRuntime.sda ....so that message get displaying in german will turn to english.....
    Please tell me the steps to acheive this ?
    Looking fotrward to hear from you guys soon...
    Thanks in Advance,
    Dharani

    Hi,
    If you are using NW version < 7.1
    Log on to the remote server (host):
    Run the remote GUI for the SDM (software deployment manager)
    <drive>:\usr\sap\<host>\<instance>\SDM\program --> remotegui.bat
    Using this SDM interface you will be able to deploy the SDAs.
    Log on using SDM password. Go to deployment Tab -> click on '+' icon (Add SDAs for Deployment), then next and deploy.
    Best Regards,
    Anagha

  • How to create .sda file for tables directly created in SQL ,not Dictionary

    Hi friends,
    According to my project requirements, I need to create tables in a different schema than the default location provided.
    hence I have created my tables using the SQL client rather than creating the Dictionary project and then deploying.
    But I have to create a .sda file for these tables in SQL database, so the problem is that I can't see the tables in my Dictionary perspective of NWDS, to create the archive.
    So is there any other alternative to create a sda file for these tables so that I can transport these tables to another location.

    HI Brian,
    No.
    You have to create a java dictionary project.
    As without project you can not create a .sda file.there is no relationship between a database level table and .sda..
    .sda is an archive of java dictionary projects...

  • How to debug swf file

    Hi,
    Is there any way to debug the swf file? i am having a swf which is running on different server. i want to debug it from my system. Please let me know if anyone have the solution to debug the swf.
    Thanks
    Thilsen.

    I cannot use firefox since the swf is running in different server.
    that's not correct.
    And integrated with .net application and ruuing in different devices.
    makes no difference.  unless it's an air app or exe, it runs in ff.
    I used to trace but the problem is some times my swf (having multiple scnes) got stuck with unknow reason. Based on the variables which am getting from .net application am navaigating the scnenes.
    trace still can pinpoint the problem.

  • Extracting .sda files?

    Dear All,
    Pl. let me know how to extract .sda files
    Regards,
    Purav

    check these links
    https://forums.sdn.sap.com/click.jspa?searchID=8342217&messageID=4426949
    https://forums.sdn.sap.com/click.jspa?searchID=8342217&messageID=4635851
    reward points if helpful

  • How to debug file content conversion problems?

    Hi,
    I'm trying to debug a file content conversion problem.  I'm mapping a few nodes in an IDOC to a file of fixed length fields.  I'm using the "<Node A>.fieldFixedLengths", "<Node B>.fieldFixedLengths", "<Node C>.fieldFixedLengths", etc. parameters to specify the fixed length records.
    However, a certain node (for e.g. Node B) is causing a problem and if it is present in the IDOC, the output file does not get created.  Upon checking the XI monitor, I notice that the file gets mapped correctly and thus the problem lies when the file adapter does the file content conversion.  How do I debug this because there is no descriptive error in the XI log?  If this node is not present, the file gets generated fine.
    Thanks,
    Basant Gupta

    Hi,
    If your SXMB_MONI shows, success status, then go to RWB->Message Monitoring->Message display tool and then check Audit log for the analysis,
    So it wil help you debug the situation.
    If there is no error, then check RWB->Component Monitoring->Adapter Monitoring for you file communciation channel..
    /people/michal.krawczyk2/blog/2005/01/02/simple-adapter-and-message-monitoring
    Regards,
    Moorthy

  • 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 load flat file in BPS through Web-debugging

    Hi,
    We are working on flat file upload in BPS thru guide 'How to load flat file in BPS through Web'. Can some one guide on how to debug the function modules used while uploading the data.
    We have set up the break point in the function modules and also in the BSP page. But when trying to debug while uploading, it is not going to the break point which was set.
    Could you assist in setting up the break point.
    Regards,
    Sreenath
    Message was edited by:
            sreenath reddy

    Hi,
    I  have put an external break-point.
    I have hard coded it in the coding of the function module itself.
    The code is perfectly working. But, when I want to check for the values of the variables in the F.M during runtime, the break-point is not triggering. Any ideas??
    Regards,

  • How To Generate Debug Log Files for ebs jsp?

    hi   How To Generate Debug Log Files for ebs r12 jsp?
    and where i get the log .please help me thanks!

    Please check following MOS Document
    Oracle Application Server Diagnostic Tools and Log Files in Applications Release 12 (Doc ID 454178.1)

Maybe you are looking for

  • Why wont my netflix connect to HD TV through chromecast. No problem connecting youtube from apple mini ipad

    My apple mini ipad will connect you tube to my HD TV through chromecast.  Why won't my netflix on my mini ipad connect to my HD TV through chromecast?

  • IWeb photo galleries cause Internet Explorer to crash

    Please help! I am a novice as far as web design goes and have spent a long time getting my site up and going. It works perfectly on Firefox, Chrome, Safari etc but when using Internet explorer the photo galleries cause the browser to crash/freeze. If

  • Can XSQL write to a file?

    Can XSQL write an XML fragment to a file? I've got this notion of writing an HTML form that posts to an XSQL Page, but in the event the database is down, I'd like to be able to save the state, to the user doesn't have to enter all the information aga

  • Finding the transaction of an abap runtime error

    hello, is it possible to find out the corresponding transaction to an abap runtime error? till now i've got all informations like they are shown in ST22 in my abap program. but i'd also like to have the transaction code, not only the corresponding de

  • 60 FPS Project in CS3?

    Hi all, So, no doubt I'm new to all this.  I just bought a copy of Adobe Premiere Pro CS3. I'm looking to make a super, super speedy slideshow.  I've already modified my settings so that each photo imported only takes 1 frame.  However, right now I'm