Unable to see any SDA file in inbox of JSPM

Hi Experts,
I am deploying MQ series JMS drivers into PI 7.1 system, i added the drivers to com.sap.aii.adapter.lib.sda archive file and i changed provider.xml and i place the file in JSPM inbox directory (Drive:\usr\sap\trans\EPS\in). but when i try to deploy using JSPM, JSPM is not identifying the SDA file. i am getting the following error in JSPM
"No applicable development components found for deployment in inbox directory"
Can anyone help me what could be the problem.
Thanks,
Rachana

Hi there,
Create SCA files for standard deployment and shipment to customers.
The Java SP manager (JSPM) can only process SCA files and not RAR files.
The SAP NetWeaver migration controller only accepts SCA files.
This is relevant if you have already shipped an adapter with a previous release.
For your reference in how to create them, please check:
http://help.sap.com/saphelp_nw70/helpdata/en/9d/5dbbec61c448298d804b1d3aeabd25/frameset.htm
and
https://cw.sdn.sap.com/cw/docs/DOC-110532
Regards,
Caio Cagnani

Similar Messages

  • Unable to see D800 raw files - using Lightroom 3.6 & CS4

    Hi,
    I have just purchased a Nikon D800 and I am unable to see the .NEF files within either Lightroom 3.6 or CS4. Can anyone help me? I have read on other forums that you need to install ACR6.7 but those users were all using newer versions of software.  I have downloaded ACR 6.7 - are my programme versions compatible and will LR & Bridge pick up the new version automaticaaly or do I need to do anything? I am running Windows 7.
    I'm not sure if this will make any difference but within my camera menu I chose NEF (RAW) recording to be Lossless Compressed.
    Thanks
    Jo

    ACR 6.7 can only be used with PS CS5. You will have to use one of the following options.
    1. Use the latest Adobe DNG converter 6.7 to convert your .NEF files to dng (retain a copy of the .NEF's) then you can import into LR 3.6.
    2. Consider upgrading to LR 4, you can download the LR 4.1 RC2 and run for the trial period untill the Final LR 4.1 is released.

  • I am unable to see any POP3 or IMAP tab when I set up an account in my iphone 4S. Hence by default all my email accounts become IMAP and the messages are deleted from the server when I delete them from the iphone.

    I am unable to see any POP3 or IMAP tab when I set up an account in my iphone 4S. Hence by default all my email accounts become IMAP and the messages are deleted from the server when I delete them from the iphone.

    ok sorry everyone but i solved it myself but the solution is so nuts i've posted it here to help others who have the same problem.
    to setup a comcast imap account on your iphone:
    go to mail, contacts, etc in settings
    under accts, select add account
    select "other"
    new screen, choose "add mail account"
    now on the new acct screen you must enter your name, email address and password for your GMAIL acct ! (yes i said your gmail acct !, or some other acct with a NON comcast address).
    hit next
    then the acct verifies
    when verified a screen will open with all the acct settings for this acct AND @ the top of the screen are the 2 buttons > imap or POP
    select imap and THEN CHANGE ALL THE ACCOUNT information to the comcast account !
    then hit next and the account will take a couple minutes to verify but it will verify and now you have a comcast imap acct set up on your iphone.  The problem must be that when the iphone sends the initial verify acct info to comcast (if you enter that information first) the comcast server is simply not setup yet to signal the iphone that there is an imap option.

  • Since upgrading to windows 8.1 I can not see any local files in the files window.

    I have recently upgraded to windows 8.1 and can no longer see my local files in the files window. All remote files for all remote sites are visable.
    If I change sites under local view get error thet dreamweaver can not update cache

    Thanks Nancy
    It certainly worked in windows 8.
    I have deactivated and am trying to reload software inside of windows 8.1.
    Will let you know.
    Thanks again
    Terry
    Date: Fri, 1 Nov 2013 12:13:57 -0700
    From: [email protected]
    To: [email protected]
    Subject: Since upgrading to windows 8.1 I can not see any local files in the files window.
        Re: Since upgrading to windows 8.1 I can not see any local files in the files window.
        created by Nancy O. in Dreamweaver support forum - View the full discussion
    I honestly don't know if DW CS5 is compatible with Win 8.1.  The OS compatibility FAQ only mentions DW CS6 & CC.
    http://helpx.adobe.com/x-productkb/global/windows-8-1-compatability.ht ml
    Maybe someone else can shed more light on this.
      Nancy O.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5807551#5807551
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5807551#5807551
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5807551#5807551. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Dreamweaver support forum at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Unable to see the uploaded file using gos object

    Hi Experts,
    I uploaded the file to server by using the below code. But I am unable to see the uploaded file. Please help me out hot to view the uploaded files (list the file name and view the content) (i want to upload the file by getting the url as input and by clicking the button)
    Code to upload the file.
    DATA: wa_zqtc_gos_request TYPE zqtc_gos_request.
      DATA: l_attachment        TYPE swo_typeid.
      DATA: lo_gos_service      TYPE REF TO cl_gos_document_service.
      obj-objkey  = req_num.
      obj-objtype = objtype.
      CREATE OBJECT lo_gos_service.
      CALL METHOD lo_gos_service->create_attachment
        EXPORTING
          is_object     = obj
        IMPORTING
          ep_attachment = l_attachment.
    I tyied with this to view the files but the attachement link is disabled. (i want to view the files by clicking the icon-GOS icon in tool bar)
      DATA: wa_zqtc_gos_request TYPE zqtc_gos_request.
      DATA: l_attachment        TYPE swo_typeid.
      DATA: lo_gos_service      TYPE REF TO cl_gos_document_service.
      obj-objtype = objtype.
      obj-objkey = req_num.
      CREATE OBJECT manager
        EXPORTING
          is_object = obj
        EXCEPTIONS
          OTHERS    = 1.
    Please help me out how to view the file and list.
    thanks & regards
    T.Tamodarane
    Edited by: T.Tamodarane on Oct 23, 2009 9:55 AM
    Edited by: T.Tamodarane on Oct 23, 2009 9:56 AM

    Hi,
    Please post ur thred below:
    PL/SQL
    Regards
    Meher Irk

  • I have a Nikon D600 and D800 and I shoot everything in Raw. I use Photoshop Elements 9 for processing but I have been unable to convert any RAW files to open in PSE. Says unable to parse the file. What does this mean and how do I fix it?

    I have a Nikon D600 and D800 and I shoot everything in Raw. I use Photoshop Elements 9 for processing but I have been unable to convert any RAW files to open in PSE. Says unable to parse the file. What does this mean and how do I fix it?

    Since pse 9 can only use up to camera raw 6.5 and the d600 needs at least 7.3 and the d800 needs at least 6.7, you can use the
    8.6 adobe dng converter to convert those files to dng copies, which then pse 9 should open.
    8.6 dng converter
    windows
    Adobe - Adobe Camera Raw and DNG Converter : For Windows : Adobe DNG Converter 8.6
    mac
    Adobe - Adobe Camera Raw and DNG Converter : For Macintosh : Adobe DNG Converter 8.6
    Note:
    If you have windows xp or vista or mac os x 10.6, then you'll need to use the 8.3 dng converter instead
    windows
    Adobe - Adobe Camera Raw and DNG Converter : For Windows : Adobe DNG Converter 8.3
    mac
    Adobe - Adobe Camera Raw and DNG Converter : For Macintosh : Adobe DNG Converter 8.3
    how to use the dng converter
    Camera Raw: How to use Adobe DNG Converter - YouTube
    more info on supported cameras and camera raw plugins required
    Camera Raw plug-in | Supported cameras
    Camera Raw-compatible Adobe applications

  • Since I downloaded Adobe Reader 11.0.07 I have been totally unable to print any PDF files using my Dell 1720 laser printer - I just get a blinking "error" light on the printer, no other error messages . I never had a problem printing PDF files before down

    Since I downloaded Adobe Reader 11.0.07 I have been totally unable to print any PDF files using my Dell 1720 laser printer - I just get a blinking "error" light on the printer, no other error messages . I never had a problem printing PDF files before downloading the new Reader version. Suggestions? Thank you.

    Hi,
    Which version of Adobe Reader were you using earlier when printing using Dell printed was working fine?
    Thanks,
    Shakti K

  • After updating silverlight, i'm unable to open any pdf files in the system

    After updating silverlight, i'm unable to open any pdf files in the system

    According to your User Agent you posted this question using Internet Explorer 11 on Windows 8.1. Are you having a problem with Firefox? What Firefox version?
    You said you are having a problem opening PDF files on your system. Can you explain that better? Mozilla Support can help you with opening PDF files in Firefox, which uses a built-in PDF reader. Maybe one of these articles will help?
    * [[View PDF files in Firefox without downloading them]]
    * [[How to disable the built-in PDF viewer and use another viewer]]

  • Unable to see any Tasks in the WCB or in Telnet.

    Tasks are not getting generated in WCB and also in Telnet.
    All the task setups are done.
    Shipping transactions form --> Status is Released to Warehouse.
    But unable to see any Tasks in the WCB or in Telnet.
    can any one help me.
    Thanks and Regards,
    KVR

    Hi,
    Check whether the release rule you are running has the option Auto Allocate (Inventory Tab) is YES.
    If it has NO then you have to run the Move Order Pick slip program with auto allocate move orders as YES and order types as pick wave for material allocation to happen.
    once material is allocated you should be able to view them in WCB atleast.
    After you find them in WCB but not on telnet then check you resource and device setup.
    Karthik.

  • Today my Iphone  unable to see any wifi network

    Hello
    Today my Iphone  unable to see any wifi network.
    I tried to solve the problem in several ways.
    1. reset neteaork definitions.  -> did not solve the problem
    2. reset location and privecy  -> did not solve the problem.
    3. reset all definitions            ->  did not solve the problem.
    Doses any one has any idea that can help?
    Thakns
    Moti

    The only other option I can think of is to try a Reset All Settings reset.  You won't lose anything, but your phone's settings will ALL be set back to factory default. 
    If this doesn't work you could try to do a restore through iTunes and set your phone up as new.  If that doesn't work, you may have a hardware problem and will need to take the phone in to an Apple store to have it checked out.

  • I cannot view any attached files on my email on iphone 4s. I cant see any pdf files or videos. plse help

    I cannot view any attached files on my email on iphone 4s. I cant see any pdf files or videos. plse help. My phone is updated with the latest software.

    Try deleting the account from the phone and then readding it back, Make sure  if it is not a Yahoo, Gmail, iCloud, or Outlook, account. to get the correct incoming and outgoing server information

  • Unable to check in .sda file for ess in the track for NWDI

    Hi Gurus;
    We have created the track and added the three dependencies along with PCUI_GP.We have imported these into the track.
    However after placing the .sda file for ess under Jtrans/CMS/Inbox folder  and adding it as software component to the track through Landscape Configurator we are  unable  to get the ess component under the checkin tab   of the track in CMS. Please suggest why this is happening?
    Regards;
    Anzar Naik

    Dear Anzar,
    What is the error message you are getting. check the CMS logs for the more information.
    Please check n verify location of the inbox folder when you click on checkin tab.
    refer to SAP Notes 872892.
    Best Regards
    Arun Jaiswal

  • Unable to see Par.bak files in Portal

    Hi,
    I was trying to download the par.bak files from location System Administrator -> Support -> Portal Runtime -> Browse and Deploy -> WEB-INF -> Deploymnet -> PCD of my Sand Box. Surprisingly I couldn't found any par.bak in this location. When I check the same location for Dev box I was able to see all the standard par.bak file.
    I could'nt get the reason why I was unable to see the list of par.bak files to download them. Can anyone provide solution for this.
    Thanks & Regards,
    Ravi.

    Ravi,
    Refer to Udays post in this thread.
    Re: iViews refering to wrong client !!!
    Hope this helps.
    Cheers,
    Sandeep Tudumu

  • OBIEE 11g : Unable to see any images while customizing styles and skins

    Hi,
    I am trying to customize OBIEE 11g style and skin. I followed the steps mentioned at http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/ and also in oracle white paper http://www.oracle.com/technetwork/middleware/bi/customizing-oracle-biee-11g-176387.pdf.
    I am not able to see any images on any OBIEE screens. After login, I can see the name of skin which i have created as the default skin but login page images, header images (after login) are not coming up. Can you please provide solution?
    P.S. I have not changed any images or any css files in the custom skin and style directory. I just wanted to know first whether the new skin/style works for me. If it works, then i will apply some sort of customization.

    That is correct. Also remember to delete browser cache. Here you have the folders: Re: how to insert the picture in the dashboard of BIEE
    Let me know.
    J.-

  • Unable to see any servers under 'enterprise view' in eas

    Hi all,
    A while back, I added all servers in the eas console, and was able to see and access them all using the eas url:
    http://easserver:10080/easconsole/console.html
    When I logged in today, I am unable to see anything under 'enterprise view'. not even any options to add servers. I searched in this forum, and tried experimenting with different java versions. The only version of java that works with our eas in version: 1.6+.(we are using EPM 11.1.2).
    Any ideas?
    Thanks,
    Sujani

    Hi Shubham
    Please check in SU01, Each tab like
    Logon tab : Validity period from and through
    Parameters Tab: parameter ID( SCL )and parameter value.(X)
    Rolls Tab:SAP_BW_ALL and other roles
    Regards
    Kishore

Maybe you are looking for

  • Reinstall problem with CS3. HELP!!

    Hi there I can't open my photoshop so thought i'd reinstall from my creative suite (CS3). After a little while it ejects the disc and asks for 'Please insert Adobe Flash CS4 Professional to continue installation'..... but i don't have Adobe Flash CS4

  • Editing gradients

    Related to my previous post, that no-one has replied to... I have decided to recreate the gradients in Freehand. However I'm finding it hard to get fine control using the gradient creation strip in the object inspector pallette. I need to be able to

  • Aol automatically start up when my Notebook boot

    Why does Aol automatically start up when I boot the computer? I have a Satellite 2065 CDS. It's driving me crazy.

  • HT1879 Sort Features in iTunes 11

    The sort feature does not work in parts of iTunes 11 - such as when you search for a song, go to show all, there is no ability to sort by columns - such as "popularity" or "artist".  Need a fix or a tutorial.

  • How to make a libary

    How do I make a libary with my music on the phone? I can only transfer the songs but they are all messed up, like 2techno songs next to some rock.. Maby this is a stupid question im sorry for that if that is so. But ive read the manual and it doesn't