Can we make server fingerprint field optional instead on mandatory in SFTP adapter

Dear All,
We are integrating SAP HCM with Success-factor only for Employee profile as client is only using the "SF PMS" module.
ABAP program(installed through SH addOn provided by SAP) is generating the Employee profile ".csv" file.
I am developing a bypass scenario to transfer that ''.csv" file to SuccessFactors SFTP server. However, SuccessFactors SFTP server team is not ready to provide me their "server fingerprint", and they are claiming this info is not required to develop interface in PI. The Authentication mode in SFTP communication channel is "Password" based instead of "Private key".
Experts please help me understand is there any possibility to make this field optional? if not what else I can try here?
Thanks,
Farhan

Hi Farthan,
Server Fingerprint is the mandatery field to fonfigure the SFTP adapter. kindly check with your admin team to login thorough CoreFTP, it will be genarte and display the Server fingerpring.
please go through the below log.
http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/04/11/sap-sftp-sender-adapter-a-quick-walkthrough
Regards
Srinivas

Similar Messages

  • How can I make Business area field optional in MIRO

    Hi,
    whyle posting invoice the system is asking business area as required input.
    I don't want to put business area.
    Is there any way to avoid this ?
    I don't want to change, spro settings.
    How can I avoid business area in MIRO?
    waiting for your input..
    Thank you,
    Marella.

    check the GL accounts field status variant attached to the Invoice posting.
    also check in PO whether u have the BA field filled up. in case u r using BA accounting then that value shld be there..... as u said u dont want to put BA as field in miro , that means u r not using BA thing... so u can always maintain all the FSV of GL for BA as optional/supressed...

  • Make MRP controller field optional

    Hi Gurus,
    Can we make MRP controller field optional in material master for specific material type?
    Deepak

    hi,
    Its not recommended to make the field optional, the controller plays a big role which MRP....if you do it optional then how the requirements will be traced, the MRP controller by its name only we can understand that it controls a whole MRP process....ANd if you do it optional, then who will look after the planning file entry??
    Pls think abt it...
    Regards
    Priyanka.P

  • How can I make Iphone open in Itunes instead of Iphoto?

    how can I make Iphone open in Itunes instead of Iphoto? It never highlites that option when syncing.

    http://support.apple.com/kb/HT4627?viewlocale=en_US&locale=en_US
    When you turn on iTunes Match or Automatic Downloads, or when you download past purchases on an iOS device or computer, that device or computer becomes associated with your Apple ID. This article describes how to manage these associations.
    You must wait the 90 days.

  • Can someone make iBooks have the Option to view 2 pages in landscape mode so it can use up all the pixel real estate?

    Can someone make iBooks have the Option to view 2 pages in landscape mode so it can use up all the pixel real estate?
    Apple usually does this for OSX and its great when compared to windows where it doesnt use up all the real estate for viewing applications like websites and pdf files but when it comes to iBooks, it feels like there is no apple touch to it and is limited.
    If steve jobs were still alive, i bet there wouldnt be this problem >.>
    Please consider this as a real problem for people out there who would like to see 2 pages in landscape mode with pdf files and not just epub files.
    Thanks!

    Penguin, do you always insult people on here or was I just a special case?
    If you read the statement carefully, which you obviously did not! I was speculating, and I did not say anything for certain about knowing or not knowing ...
    I'm happy for the reply to the post and helpful link you posted to where I can leave some feedback for my post on an Apple monitored site but i rather you not reply if your gonna leave a snyde remark with every helpful comment.
    Don't do it again. and Thanks for the help.

  • I have a MacBook Pro "Core i7" 2.7 13" Early 2011 and osx mountain lion, but i can't make the Airplay Mirroring option appear in the menu bar

    I have a MacBook Pro "Core i7" 2.7 13" Early 2011 and osx mountain lion, but i can't make the Airplay Mirroring option appear in the menu bar. Help please!!!

    Go to system preferences below screen>display and click show mirroring menu

  • How can i make PO number field as a mandatery in sales order

    Hi Friends,
    can any one help me for the following requirement
    how can i make PO number field as a mandatery in sales order
    Thanks
    Nitchel

    Hi
    You have to include the "Purchase Order" field in the Incompletion list.
    Purchase order field is a Header data in the Sales order.
    So you have to create an Incompletion Procedure for Sales document Header.
    There include the field "Purchase order" field, assign the "Status group" to it.
    You may activate the error/warning check box.
    Assign the Incompletion Procedure to your Sales document type.
    Go to Sales document type VOV8 and activate the "Incompletion message" field so that without entering PO number you can not proceed.
    Now whenever you will create an order (using the order type where you have assigned the procedure), you have to fill up the PO field or else you can proceed.

  • How to make WBS element field in Notification a mandatory.

    How to make WBS element field in Notification a mandatory.
    Should I use USer Exit.
    In cutomization I didnt find ant standard customization

    Hi,
         If it is about WBS element field in Maintenance Order then check up user exit ;- IWO10009 PM Order: Customer Check for 'Save' Event
    For Notification i am not sure whether this field is ther , but anything u can perform checkings via 
    QQMA0014 QM/PM/SM: Checks before saving a notification
    Alternatively u can also explore via Transaction variant SHD0 ..
    regards
    pushpa

  • How to make the UoM field optional field

    In material master Basic data1 tab, I want to make UoM field optional field. In OMS9, I changed this field from Req,field to Opt field
    ,but when i create a material, the UoM is still Req. How to resolve this? Thank you.

    Hi,
    Unit of measurement is the mandatory field for the materials.Without a unit we can't do anything for the material. Even though u changed as a optional entry system will insist to enter the UOM. Because its a standard process in SAP.Same thing will be happend for the material Description also.Field reference will not control such fields like UOM and material Description etc...
    Regards,
    Venkatesh

  • How can I make server use single class loader for several applications

    I have several web/ejb applications. These applications use some common libraries and should share instances of classes from those libraries.
    But applications are being deployed independently thus packaging all them to EAR is not acceptable.
    I suppose the problem is that each application uses separate class loader.
    How can I make AS use single class loader for a set of applications?
    Different applications depend on different libraries so I need a way that will not share library for all applications on the domain but only for some exact applications.
    When I placed common jar to *%domain%/lib* - all works. But that jar is shared between all applications on the domain.
    When I tried to place common jar to *%domain%/lib/applibs* and specified --libraries* attribute on deploying I got exception
    java.lang.ClassCastException: a.FirstDao cannot be cast to a.FirstDaoHere http://download.oracle.com/docs/cd/E19879-01/820-4336/6nfqd2b1t/index.html I read:
    If multiple applications or modules refer to the same libraries, classes in those libraries are automatically shared.
    This can reduce the memory footprint and allow sharing of static information.Does it mean that classes should be able to be casted ?

    You didn't specify which version of the application server you are using, but the config is similar as long as you know what to look for. Basically, you need to change the classloader delegation. Here's how it is done in 8.2
    http://download.oracle.com/docs/cd/E19830-01/819-4721/beagb/index.html

  • How can we make disable a Field of a FORM at run-time?

    Hi to everybody,
    I want to know that how can we make a filed DISABLE at runtime <whenever we run a FORM>.
    I know about SET-ITEM-INSTANCE-PROPERTY but don't know how to use it,
    please make it clear.
    I will be gratefull to all of you
    Thanking you in advance.

    There's no property values for enabled or disabled in SET_ITEM_INSTANCE_PROPERTY.
    Instead what you can do is set INSERT_ALLOWED, UPDATE_ALLOWED and NAVIGABLE to FALSE which basically what a disabled item behaves like.
    Regards,
    Tony

  • How can I make the form fields show all inputted text?

    I am trying to create forms to collect customer data.  Currently, when I get them back from the customer, if they have typed in more words than the field box allows for, we have to scroll to read it all.  When we go to print the form, only the text that fits in the box will print.  Help!

    Your choices are:
    Make the field larger.
    Limit the number of characters that can be placed in a field.
    Export o Excel.
    Add a page with one large field with the same name as the problem field.
    Create a dynamic PDF using LiveCycle.

  • Can i make the filed as option in BDC

    Hi Experts,
    I have written an BDC data upload program for Tcode AS91. i have used 15 fileds in recording. now if the user upload the text files which contain 15 fileds , then evrthing working fine,
    but in the latest verion of Tcode AS91, one filed( Tax jurisdiction code) is removed,
    now my question can i make the filed (Tax jurisdiction code) as option in my program,  because in few cases the user not uploading the data for filed  (Tax jurisdiction code).
    Regards
    niru

    Hi Bob,
    thanks for your reply..yes iam able to see the errors in session.
    my question is can i modify the program like , make the filed Tax jurisdiction as option , if the upload file does not conatin filed then i should dont upload , if it exists in upload file i need to update it.
    is it possible to write the logic according to the requirement?
    code:
    PERFORM bdc_field       USING 'BDC_CURSOR'
                                      'ANLZ-TXJCD'.
        PERFORM bdc_field       USING 'ANLZ-KOSTL'
                                      wa_rec-kostl_007.
        PERFORM bdc_field       USING 'ANLZ-WERKS'
                                      wa_rec-werks_008.
        PERFORM bdc_field       USING 'ANLZ-CAUFN'
                                      wa_rec-caufn.
        PERFORM bdc_field       USING 'ANLZ-TXJCD'
    thanks in advance.
    regards
    niru

  • How can we make one view field value to be copied to other field of the the

    Hi   
       I am new  in CRM2007 I have enhanced sap component & enhanced SAP View but I wanted the field value of the enhanced view to be mapped to the field value of the same view which is added from EEWB
    Pls tell me if the added new field can be made as Dropdown list box without fixed values & Design Layer customizing I mean to say through coding can we made the input field as Dropdown
    Appreciate any help in advance
    Thanks
    Neel

    Hi,
    You can write your own ligic in GET_V_<FIELD> method. Select the values which needs to be displayed in the drop down list based on your own condition. Some sample code is given below:
    METHOD get_v_zzverksomr.
      DATA: lt_ddlb           TYPE bsp_wd_dropdown_table,
              ls_ddlb           TYPE bsp_wd_dropdown_line,
              lv_display_only   TYPE string,
              gr_ddlb_verksomr  type ref to CL_CRM_UIU_DDLB,
              ls_verksomr_values  TYPE LINE OF vrm_values.
        SELECT verksomr verksomrtxt FROM zkb_verks
           INTO TABLE lt_ddlb.
        IF sy-subrc EQ 0.
          INSERT INITIAL LINE INTO lt_ddlb INDEX 1.
        ENDIF.
      IF gr_ddlb_verksomr IS NOT BOUND.
        FREE gr_ddlb_verksomr.
        CREATE OBJECT gr_ddlb_verksomr
          EXPORTING
            iv_source_type = 'T'.
        LOOP AT gt_verksomr_values INTO ls_verksomr_values.
          ls_ddlb-key   = ls_verksomr_values-key.
          ls_ddlb-value = ls_verksomr_values-text.
          APPEND ls_ddlb TO lt_ddlb.
        ENDLOOP.
        gr_ddlb_verksomr->set_selection_table( it_selection_table = lt_ddlb ).
      ENDIF.
      rv_valuehelp_descriptor = gr_ddlb_verksomr.
    ENDMETHOD.
    Thanks
    Swagatika

  • How can i make a search field in my app using applescript?

    I am making an app and i would like to learn how can i add a search field, that will search the content of a window. BTW i am using xcode and applescript

    Like pretty much all of the Cocoa documentation you will need to convert from Objective-C, but take a look at the Search Fields documentation.

Maybe you are looking for

  • Lost Developer Toolbar after upgrade from 4.1 to 4.2

    After upgrading from 4.1 to 4.2.1.00.08, we have lost the Developer Toolbar. Have others run into this with the upgrade or fresh installation of 4.2.1? If so, what suggestions are there for fixing, short of reinstallation mentioned in this other thre

  • EA4500 and Non-Anonymous Disk Access

    Purchased an EA4500 this weekend and overall it's working well. Running into what seems like a bug however with the NAS settings in firmware 2.0.37. If I enable "anonymous disk access" I can use the attached USB hard drive no problem, as soon as I tu

  • Error During Exchange 2013 Mailbox Transport Role Install On Server 2012

    I was installing Exchange 2013 on Server 2012.  The server is not a DC, but is a member of a domain with a 2008 R2 functional level, and I was logged in as a domain admin.  There has never been an Exchange instance on this domain.  I got past the pre

  • How to remove netweaver instance completely?

    Hi During Netweaver 2004 installation on AIX I got error as Wrong or unsupported SAP DB software installation DB startup failed To start installation again newly , I deleted /sapdb and /usr/sap./etc/opt/sapdb /usr/spool/sql also all the files in inst

  • Send contact person foe vendor

    Hello, We are sending vendors master via CREMAS05 IDoc type. My question is how to send contact person details for a vendor? I read that I should use ADR3MAS Idoc type. I added BAPi AddressContPart.SaveReplica to my distribution model. Now my questio