Smartforms Mail by Business Communications Interface

Hi,
According to the documentation in SAP library on SmartForms, you should be able mail a smartform as PDF, directly from the generated function module. For that, you have to set the CONTROL_PARAMETERS-DEVICE = 'MAIL'. Then you need to create recipient, sender and application BOR ID's and pass these to parameters MAIL_RECIPIENT, MAIL_SENDER and MAIL_APPL_OBJ. I have no experience with BOR objects, and I think something goes wrong at that point.
The SAP Library refers to sample code, in report RSSOKIF2. I have copied this code, and modified a little, to be able to send to an e-mail address, only changing the recipient type to 'U', and moving the e-mail address to the AddressString parameter.
This doesn't work. Does anyone have any working code to send smartforms to an e-mail address USING THE BUSINESS COMMUNICATIONS INTERFACE ?
I know how to send e-mail with PDF attachment. I am trying to find out how to use the BOR objects technique.

Hello Peter,
I did also follow this example but it was from the book - "SAP Smart Forms" by Werner Hertleif and Christoph Wacheter.  Chapter 10 has a nice exaple that you can follow.  You have to copy some of the source code from the back of the book's appendix.  I wa not able to get it to work initially.  I found that it was necessary to issue the commit work command if you are sending via external (internet) e-mail.  It seemed to me that the commit work was not necessary if you just send to an internal sap user e-mail address.
Also be sure that you have set up the e-mail address for your current user in the SU01 user maintenance.

Similar Messages

  • Welcome to the Linksys Small Business Community!

    Welcome to the Linksys Small Business Community!
    Please feel free to share your experiences with our SMB products here.
    Thanks!

    Hi,
    I have a VCM in our environment. the peroson who was doing VCM administration is already left. now I am unble to login with admin credentials. Is there any way to recover administrator password.
    I have try to login through user(local admin), which was used for VCM installation. I get a message that the user id is disabled.

  • This is regarding CBMA in SAP PI 7.3.1. I have set up the alert mail using default java mail client.I do receive the alerts via mail. But my requirement is to direct all the mails to Business workplace inbox in ECC.

    This is regarding CBMA in single stack SAP PI 7.3.1. I have set up the alert mail using default java mail client.I do receive the alerts via mail. But my requirement is to direct all the alert mails to Business workplace inbox in ECC.
    So I need to set up PI to redirect mails to ECC Business workplace user inbox (sbwp). From here rules are set up & routed per distribution list.
    Please guide me how I can achieve this requirement.

    Hi,
    yes, it is a little bit different. This is the issue.....  
    But I am not sure if your links will help:
    1) /people/william.li/blog/2008/02/13/sap-pi-71-mapping-enhancements-series-using-graphical-variable
    is about a different solution. I do not need to count the number of lines of the source message.
    And the second variable is about concat line by line from unbound node to unbound node.
    My issue is:
    Souce:
    Message line (0...unbound) ! ! ! ! ! ! ! !
    .    ResultLine   (1..1)
    Mapping:
    =>   ResultLine1
           ResultLine2
           ResultLine........          => into UDF to an element  (1..1) in one mapping operation.
    So that all "ResultLine"s are included.
    The result is explained in the given link for Mail attachment with UDF.
    So I am not sure how to use this thread for my issue.
    In the comments of that blog Christoph Gerber writes that the new variable feature can only handle single values.
    So it is not suitable for my purposes as I have a list of values here that needs to be moved into the target message field.
    2) http://wiki.sdn.sap.com/wiki/display/Java/UsingEditJavaSectioninMessageMapping
    shows where to find the button "Java section" which is not available here in 7.1
    3) /people/sap.user72/blog/2005/10/01/xi-new-features-in-sp14
    too is about the nice little button for Java Section that is no longer existing on PI 7.1 screen for mappings.  
    So my issue is: How to replace the Java section function with global variables in PI 7.1?
    Best regards
    Dirk

  • ABAP List Faxing using BCS  method ( Business communication service )

    Experts,
    I have a requirement where we are faxing the ABAP list as it gets generated .
    I am using NEW-PRINT ON and NEW-PRINT OFF , to get the ABAP list in a spool request , and then  get the spool contents using function module : 'RSPO_RETURN_SPOOLJOB'
    I then use  Class / methods provided by Business communication service  , such as :
    cl_cam_address_bcs=>create_fax_address  ,to send this spool content to Fax gateway  .
    My fax goes , but the fax output  list is in X_65_255  format,  whereas i want the fax output to be in X_65_132 ..
    My  REPORT  statement does have X_65_132  as line count / line size BUT somehow the  Fax output does not take this list format  .. ANY IDEA's ????
    Would appreciate your reply .
    Ashutosh

    Naimesh,
    I have passed page format  X_65_132  in GET_PRINT_PARAMETERS ,  in export paramter ' Layout '  ... See code below :
    write a list into spool
      call function 'GET_PRINT_PARAMETERS'
        exporting
          line_count = sy-linct
          line_size  = sy-linsz
          layout     = 'X_65_132'   <<< Page format
          mode       = 'BATCH'
          immediately = ' '
          list_text   = htext_spool
          list_name   = 'ZV46 FAX'
          no_dialog   = 'X'
        importing
          out_parameters         = print_parameters
          valid                  = valid
        exceptions
          archive_info_not_found = 1 .
    BUT still  the fax coming out of our fax machine is compressed  because i believe the outgoing fax is using  page format  X_65_255 .
    Any idea why ????
    Would appreciate your reply .
    Ashutosh

  • Prob in PO smartform mail sending

    Dear  all,
    We are facing prob at the time of PO smartform  mail sending.
    Issue is if in vendor master if in general tab there is option to mantain mail id.
    if i keep blank than mail is not going this is right.
    but our requirement is if in general tab email is not maintained than also we have to check in contact person tab in vendor master
    there is tab called partners details if mail id maintained in partners than mail should  shoot.
    Thanks in advanced.
    Laxman Sankhla.

    Hi,
    Just find an exit and populate the mail id based on your logic,
    or if you are using WF just chip your logic in one activity.
    Regards
    Bikas

  • Smartform Mail -DOCUMENT_NOT_SENT Exception

    Hi ,
    We are using the FM - SO_NEW_DOCUMENT_ATT_SEND_API1 to send a smartform mail with PDF attachement, we are able to acheive this in the Developement system, where as in Quality system this FM is raising exception DOCUMENT_NOT_SENT (sy-subrc = 2).
    The same code exists in both the systems, I read in SDN that the SU01 settings should be checked, I checked it and made it similar to the developement system.
    Can anyone let me what may be the root cause of the issue ?
    Thanks in advance.

    Hi Jay,
    Thanks for your quick reply.
    commit_work = 'X' is in the code in both the systems.
    Logged off and logged in again for SU01 settings to be effective.
    But still the same exception.

  • Smartform Mail Issue

    Can anyone please let me know how to set the value of JOB_OUTPUT_INFO-OUTPUTDONE to 'X' in the class CL_SF_MAIL_PPF.
    My requirement is to avoid error mesage in logs of transaction CRMD_ORDER which is triggering a smartform mail, if I change the value of  JOB_OUTPUT_INFO-OUTPUTDONE to 'X' while debugging, I am not getting the error message in the logs.
    Mail is triggerred with PDF, there is no issue in the mail, except the above issue.
    Please let me know how to set the above mentioned field to 'X' programatically. Point ll be awarded.
    Thanks in Advance.
    Edited by: Mohana Vijayan on Oct 9, 2009 4:27 PM

    REPORT ZSMF_MAIL_PROGRAM.
    DATA: OUTPUT_OPTIONS TYPE SSFCOMPOP,
    CONTROL_PARAMETERS TYPE SSFCTRLOP,
    OUTPUT_DATA TYPE SSFCRESCL.
    DATA: FILESIZE TYPE I.
    DATA:FM_NAME TYPE RS38L_FNAM.
    DATA LT_OTFDATA LIKE ITCOO OCCURS 1000 WITH HEADER LINE.
    DATA LT_PDFDATA LIKE TLINE OCCURS 100 WITH HEADER LINE.
    DATA:LT_PDF LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE.
    DATA:LW_PDF LIKE LINE OF LT_PDF.
    DATA:LW_PDFDATA LIKE LINE OF LT_PDFDATA.
    DATA:LS_JOB_INFO TYPE TABLE OF SSFCRESCL WITH HEADER LINE.
    DATA:LT_MESSAGE TYPE TABLE OF SOLISTI1 WITH HEADER LINE.
    DATA: DOCU_DATA LIKE SODOCCHGI1 OCCURS 0 WITH HEADER LINE.
    DATA PACKING_LIST LIKE SOPCKLSTI1 OCCURS 0 WITH HEADER LINE.
    DATA OBJECT_HEADER LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE.
    DATA CONTENTS LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE.
    DATA REAL_RECIPIENTS LIKE SOMLRECI1 OCCURS 0 WITH HEADER LINE.
    DATA CONTENTS_TXT LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE.
    DATA CONTENTS_ATT LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE.
    DATA PACKING_LIST_TXT LIKE SOPCKLSTI1 OCCURS 0 WITH HEADER LINE.
    DATA OBJECT_HEADER_TXT LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE.
    DATA OBJECT_HEADER_ATT LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE.
    DATA PACKING_LIST_ATT LIKE SOPCKLSTI1 OCCURS 0 WITH HEADER LINE.
    DATA: W_EMAIL(1215) TYPE C.
    DATA:PSUBJECT(90) TYPE C.
    DATA: LD_FORMAT TYPE SO_OBJ_TP ,
    LD_ATTDESCRIPTION TYPE SO_OBJ_NAM ,
    LD_ATTFILENAME TYPE SO_OBJ_DES .
    *Calling the Smartform.
    Get Email id from ztab_email table.
    select single email_id from ztab_email
    into w_email.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    FORMNAME = 'Z_CONTD_DEBT_FORM'
    IMPORTING
    FM_NAME = FM_NAME
    EXCEPTIONS
    NO_FORM = 1
    NO_FUNCTION_MODULE = 2
    OTHERS = 3.
    IF SY-SUBRC <> 0.
    ENDIF.
    CONTROL_PARAMETERS-DEVICE = 'MAIL'.
    CONTROL_PARAMETERS-NO_DIALOG = 'X'.
    CONTROL_PARAMETERS-GETOTF = 'X'.
    CONTROL_PARAMETERS-PREVIEW = SPACE.
    OUTPUT_OPTIONS-TDTITLE = SY-TITLE.
    OUTPUT_OPTIONS-TDNEWID = 'X'.
    OUTPUT_OPTIONS-TDNOPREV = 'X'.
    OUTPUT_OPTIONS-TDDELETE = 'X'.
    CALL FUNCTION FM_NAME
    EXPORTING
    CONTROL_PARAMETERS = CONTROL_PARAMETERS
    OUTPUT_OPTIONS = OUTPUT_OPTIONS
    USER_SETTINGS = SPACE
    IMPORTING
    JOB_OUTPUT_INFO = OUTPUT_DATA
    EXCEPTIONS
    FORMATTING_ERROR = 1
    INTERNAL_ERROR = 2
    SEND_ERROR = 3
    USER_CANCELED = 4
    OTHERS = 5.
    OUTPUT_DATA-OUTPUTDONE = 'X'.
    *Convert to PDF Format.
    CLEAR LT_PDFDATA.
    REFRESH LT_PDFDATA.
    CALL FUNCTION 'CONVERT_OTF'
    EXPORTING
    FORMAT = 'PDF'
    MAX_LINEWIDTH = '132'
    IMPORTING
    BIN_FILESIZE = FILESIZE
    TABLES
    OTF = OUTPUT_DATA-OTFDATA
    LINES = LT_PDFDATA
    EXCEPTIONS
    ERR_MAX_LINEWIDTH = 1
    ERR_FORMAT = 2
    ERR_CONV_NOT_POSSIBLE = 3
    ERR_BAD_OTF = 4
    OTHERS = 5.
    IF SY-SUBRC <> 0.
    ENDIF.
    REFRESH LT_PDF[].
    *Convert 132 line sized internal table into 255 line sized internal table.
    CALL FUNCTION 'SX_TABLE_LINE_WIDTH_CHANGE'
    EXPORTING
    LINE_WIDTH_DST = '255'
    TABLES
    CONTENT_IN = LT_PDFDATA[]
    CONTENT_OUT = LT_PDF[]
    EXCEPTIONS
    ERR_LINE_WIDTH_SRC_TOO_LONG = 1
    ERR_LINE_WIDTH_DST_TOO_LONG = 2
    ERR_CONV_FAILED = 3
    OTHERS = 4.
    IF SY-SUBRC <> 0.
    ENDIF.
    Sending it as an Email Attachment.
    LD_FORMAT = 'PDF'.
    LD_ATTDESCRIPTION = 'CONTESTED'.
    LD_ATTFILENAME = 'TEST_FILE'.
    CLEAR REAL_RECIPIENTS.
    REFRESH REAL_RECIPIENTS.
    REAL_RECIPIENTS-REC_TYPE = 'U'.
    REAL_RECIPIENTS-COM_TYPE = 'INT'.
    REAL_RECIPIENTS-NOTIF_DEL = 'X'.
    REAL_RECIPIENTS-NOTIF_NDEL = 'X'.
    REAL_RECIPIENTS-RECEIVER = W_EMAIL.
    APPEND REAL_RECIPIENTS.
    CLEAR PACKING_LIST.
    REFRESH PACKING_LIST.
    *Describe the body of the message
    PACKING_LIST-TRANSF_BIN = ' '."""""""""""""" CHANGE IT FROM 'X' TO ' ' """""""""""""
    PACKING_LIST-HEAD_START = 1.
    PACKING_LIST-HEAD_NUM = 0.
    PACKING_LIST-BODY_START = 1.
    PACKING_LIST-BODY_NUM = 1.
    PACKING_LIST-DOC_TYPE = 'RAW'.
    APPEND PACKING_LIST.
    PACKING_LIST-TRANSF_BIN = 'X'.
    PACKING_LIST-HEAD_START = 1.
    PACKING_LIST-HEAD_NUM = 1.
    PACKING_LIST-BODY_START = 1.
    DESCRIBE TABLE LT_PDF LINES PACKING_LIST-BODY_NUM.
    PACKING_LIST-DOC_TYPE = LD_FORMAT.
    PACKING_LIST-OBJ_DESCR = LD_ATTDESCRIPTION.
    PACKING_LIST-OBJ_NAME = LD_ATTFILENAME.
    PACKING_LIST-DOC_SIZE = PACKING_LIST-BODY_NUM * 255.
    APPEND PACKING_LIST.
    *Populate the subject/generic message attributes
    DOCU_DATA-DOC_SIZE = 1.
    DOCU_DATA-OBJ_LANGU = SY-LANGU.
    DOCU_DATA-OBJ_NAME = 'SAPRPT'.
    DOCU_DATA-OBJ_DESCR = PSUBJECT.
    DOCU_DATA-SENSITIVTY = 'F'.
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    EXPORTING
    DOCUMENT_DATA = DOCU_DATA
    SENDER_ADDRESS_TYPE = 'INT'
    COMMIT_WORK = 'X'
    PUT_IN_OUTBOX = 'X'
    SENDER_ADDRESS = V_SENDER
    IMPORTING
    SENT_TO_ALL =
    NEW_OBJECT_ID =
    TABLES
    PACKING_LIST = PACKING_LIST
    OBJECT_HEADER = OBJECT_HEADER
    CONTENTS_BIN = LT_PDF
    CONTENTS_TXT = CONTENTS
    RECEIVERS = REAL_RECIPIENTS
    EXCEPTIONS
    TOO_MANY_RECEIVERS = 1
    DOCUMENT_NOT_SENT = 2
    DOCUMENT_TYPE_NOT_EXIST = 3
    OPERATION_NO_AUTHORIZATION = 4
    PARAMETER_ERROR = 5
    X_ERROR = 6
    ENQUEUE_ERROR = 7
    OTHERS = 8.
    IF SY-SUBRC <> 0.
    ENDIF.

  • Import mails from customized e-mail client into Oultook interface

    The client has a customized e-mail client with a web interface.
    It is required to import the e-mails and folder structure into Outlook 2013 interface in a separate tab, without connecting the e-mail account to Outlook (as usually connect an yahoo or gmail account).
    The import will be made using methods from a web service which provides information like folder structure, From, To, Date etc. The service returns this in DataTable format.
    How can I display the e-mails form the custom e-mail client into Outlook interface, using the information from the web service?

    How can I display the e-mails form the custom e-mail client into Outlook interface, using the information from the web service?
    You're going to have to be a little (lot?) more specific then the info already provided - such as
    - You're saying that you have a web service function that can import data directly into Outlook - is that correct? (Suspect the answer is no) so
    - Not sure what you mean by "DataTable" format unless you're using programming terminology. If you want to use the standard Outlook import wizard, the data will have to be converted to a CSV file which will restrict you to the fields supported via
    that process. Anything else will require a custom developed solution (outside the scope of this forum). If you need programming advice - better forum would be "Outlook for Developers" -
    http://social.msdn.microsoft.com/Forums/en-US/outlookdev
    - As for folder structure - that can easily be replicated in Outlook by creating a new PST file and adding any folders as required either manually or programmatically
    Karl Timmermans [Outlook MVP] "Outlook Contact Import/Export/Data Mgmt" http://www.contactgenie.com

  • Sizing for SAP BCM (Business Communication Management)

    Hi All
    We have to provide a server sizing to be used for SAP BCM (Business Communication Management) module which will be intergrated with SAP CRM and is to be used for call support. As far as we have reached, we require a Windows server and will host MS SQL database with an approx consumer data of 63 lacs consumers.
    Please specify the sizing for this server
    Thanks in advance
    Lokesh

    Sorry, forgot to ask how much physical memory you have on each host.
    Let's split it to 2 topics.
    1. For ECC, since OracleDB and non-unicode page which are the 2 major factors won't be changed, so I would think here we could just do a math, as long as host A has enough memory which is allocated for Oracle and ECC (extended memory) on host B to be added up.
    2. For EP, memory tuning size is basically the same for HP JDK and SUN JDK, that each server node is allocated approximately 2.5GB RAM. Besides, 0.8-1GB RAM needs to be left for OS kernel. But in your case, host B is currently holding 200 users which is a big jump for host A(note: only active user quantity matters here).
    That's fine if main physical memory is a little short for host A, utilizing multiple less powerful servers as 2nd tier application server to do the load balancing is also a solution with lower TCO.
    Regards,
    Effan

  • [vmware] Virtual machine communication interface failed

    hello,
    on a fresh install of archlinux, i have installed vmware workstation 11.0 but when i execute this command :
    vmware-modconfig --console --install-all
    i have this error
    Virtual machine communication interface failed
    full log
    vmware-modconfig --console --install-all
    Stopping VMware services:
    VMware Authentication Daemon done
    VM communication interface socket family done
    Virtual machine communication interface done
    Virtual machine monitor done
    Blocking file system done
    make : on entre dans le répertoire « /tmp/modconfig-sc9HDC/vmmon-only »
    Using kernel build system.
    /sbin/make -C /lib/modules/3.17.4-1-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1] : on entre dans le répertoire « /usr/lib/modules/3.17.4-1-ARCH/build »
    CC [M] /tmp/modconfig-sc9HDC/vmmon-only/linux/driverLog.o
    CC [M] /tmp/modconfig-sc9HDC/vmmon-only/linux/driver.o
    CC [M] /tmp/modconfig-sc9HDC/vmmon-only/linux/hostif.o
    CC [M] /tmp/modconfig-sc9HDC/vmmon-only/common/memtrack.o
    CC [M] /tmp/modconfig-sc9HDC/vmmon-only/common/apic.o
    CC [M] /tmp/modconfig-sc9HDC/vmmon-only/common/hashFunc.o
    CC [M] /tmp/modconfig-sc9HDC/vmmon-only/common/vmx86.o
    CC [M] /tmp/modconfig-sc9HDC/vmmon-only/common/cpuid.o
    /tmp/modconfig-sc9HDC/vmmon-only/linux/driver.c:1332:1: attention : always_inline function might not be inlinable [-Wattributes]
    LinuxDriverSyncReadTSCs(uint64 *delta) // OUT: TSC max - TSC min
    ^
    CC [M] /tmp/modconfig-sc9HDC/vmmon-only/common/task.o
    CC [M] /tmp/modconfig-sc9HDC/vmmon-only/common/comport.o
    CC [M] /tmp/modconfig-sc9HDC/vmmon-only/common/phystrack.o
    CC [M] /tmp/modconfig-sc9HDC/vmmon-only/vmcore/moduleloop.o
    LD [M] /tmp/modconfig-sc9HDC/vmmon-only/vmmon.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /tmp/modconfig-sc9HDC/vmmon-only/vmmon.mod.o
    LD [M] /tmp/modconfig-sc9HDC/vmmon-only/vmmon.ko
    make[1] : on quitte le répertoire « /usr/lib/modules/3.17.4-1-ARCH/build »
    /sbin/make -C $PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= postbuild
    make[1] : on entre dans le répertoire « /tmp/modconfig-sc9HDC/vmmon-only »
    make[1]: « postbuild » est à jour.
    make[1] : on quitte le répertoire « /tmp/modconfig-sc9HDC/vmmon-only »
    cp -f vmmon.ko ./../vmmon.o
    make : on quitte le répertoire « /tmp/modconfig-sc9HDC/vmmon-only »
    make : on entre dans le répertoire « /tmp/modconfig-sc9HDC/vmnet-only »
    Using kernel build system.
    /sbin/make -C /lib/modules/3.17.4-1-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1] : on entre dans le répertoire « /usr/lib/modules/3.17.4-1-ARCH/build »
    CC [M] /tmp/modconfig-sc9HDC/vmnet-only/driver.o
    CC [M] /tmp/modconfig-sc9HDC/vmnet-only/hub.o
    CC [M] /tmp/modconfig-sc9HDC/vmnet-only/userif.o
    CC [M] /tmp/modconfig-sc9HDC/vmnet-only/netif.o
    CC [M] /tmp/modconfig-sc9HDC/vmnet-only/bridge.o
    CC [M] /tmp/modconfig-sc9HDC/vmnet-only/procfs.o
    CC [M] /tmp/modconfig-sc9HDC/vmnet-only/smac_compat.o
    CC [M] /tmp/modconfig-sc9HDC/vmnet-only/smac.o
    CC [M] /tmp/modconfig-sc9HDC/vmnet-only/vnetEvent.o
    CC [M] /tmp/modconfig-sc9HDC/vmnet-only/vnetUserListener.o
    LD [M] /tmp/modconfig-sc9HDC/vmnet-only/vmnet.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /tmp/modconfig-sc9HDC/vmnet-only/vmnet.mod.o
    LD [M] /tmp/modconfig-sc9HDC/vmnet-only/vmnet.ko
    make[1] : on quitte le répertoire « /usr/lib/modules/3.17.4-1-ARCH/build »
    /sbin/make -C $PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= postbuild
    make[1] : on entre dans le répertoire « /tmp/modconfig-sc9HDC/vmnet-only »
    make[1]: « postbuild » est à jour.
    make[1] : on quitte le répertoire « /tmp/modconfig-sc9HDC/vmnet-only »
    cp -f vmnet.ko ./../vmnet.o
    make : on quitte le répertoire « /tmp/modconfig-sc9HDC/vmnet-only »
    Starting VMware services:
    Virtual machine monitor done
    Virtual machine communication interface failed
    VM communication interface socket family done
    Blocking file system done
    Virtual ethernet done
    VMware Authentication Daemon done
    Unable to start services
    [root@hulk vmware-root]# ls
    vmware-818.log vmware-authdlauncher-2058.log vmware-vmis-1888.log
    vmware-apploader-1976.log vmware-vmis-1407.log vmware-vmis-1910.log
    vmware-apploader-818.log vmware-vmis-1429.log
    [root@hulk vmware-root]# chown gael:users *
    [root@hulk vmware-root]# chown -R gael:users ./
    [root@hulk vmware-root]# modprobe vmci
    modprobe: FATAL: Module vmci not found.
    [root@hulk vmware-root]# vmware-modconfig --console --install-all -v
    /usr/lib/vmware/bin/vmware-modconfig-console: invalid option -- 'v'
    Stopping VMware services:
    VMware Authentication Daemon done
    VM communication interface socket family done
    Virtual machine communication interface done
    Virtual machine monitor done
    Blocking file system done
    make : on entre dans le répertoire « /tmp/modconfig-KdpHql/vmmon-only »
    Using kernel build system.
    /sbin/make -C /lib/modules/3.17.4-1-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1] : on entre dans le répertoire « /usr/lib/modules/3.17.4-1-ARCH/build »
    CC [M] /tmp/modconfig-KdpHql/vmmon-only/linux/driverLog.o
    CC [M] /tmp/modconfig-KdpHql/vmmon-only/linux/driver.o
    CC [M] /tmp/modconfig-KdpHql/vmmon-only/linux/hostif.o
    CC [M] /tmp/modconfig-KdpHql/vmmon-only/common/memtrack.o
    CC [M] /tmp/modconfig-KdpHql/vmmon-only/common/apic.o
    CC [M] /tmp/modconfig-KdpHql/vmmon-only/common/hashFunc.o
    CC [M] /tmp/modconfig-KdpHql/vmmon-only/common/vmx86.o
    CC [M] /tmp/modconfig-KdpHql/vmmon-only/common/cpuid.o
    /tmp/modconfig-KdpHql/vmmon-only/linux/driver.c:1332:1: attention : always_inline function might not be inlinable [-Wattributes]
    LinuxDriverSyncReadTSCs(uint64 *delta) // OUT: TSC max - TSC min
    ^
    CC [M] /tmp/modconfig-KdpHql/vmmon-only/common/task.o
    CC [M] /tmp/modconfig-KdpHql/vmmon-only/common/comport.o
    CC [M] /tmp/modconfig-KdpHql/vmmon-only/common/phystrack.o
    CC [M] /tmp/modconfig-KdpHql/vmmon-only/vmcore/moduleloop.o
    LD [M] /tmp/modconfig-KdpHql/vmmon-only/vmmon.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /tmp/modconfig-KdpHql/vmmon-only/vmmon.mod.o
    LD [M] /tmp/modconfig-KdpHql/vmmon-only/vmmon.ko
    make[1] : on quitte le répertoire « /usr/lib/modules/3.17.4-1-ARCH/build »
    /sbin/make -C $PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= postbuild
    make[1] : on entre dans le répertoire « /tmp/modconfig-KdpHql/vmmon-only »
    make[1]: « postbuild » est à jour.
    make[1] : on quitte le répertoire « /tmp/modconfig-KdpHql/vmmon-only »
    cp -f vmmon.ko ./../vmmon.o
    make : on quitte le répertoire « /tmp/modconfig-KdpHql/vmmon-only »
    make : on entre dans le répertoire « /tmp/modconfig-KdpHql/vmnet-only »
    Using kernel build system.
    /sbin/make -C /lib/modules/3.17.4-1-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1] : on entre dans le répertoire « /usr/lib/modules/3.17.4-1-ARCH/build »
    CC [M] /tmp/modconfig-KdpHql/vmnet-only/driver.o
    CC [M] /tmp/modconfig-KdpHql/vmnet-only/hub.o
    CC [M] /tmp/modconfig-KdpHql/vmnet-only/userif.o
    CC [M] /tmp/modconfig-KdpHql/vmnet-only/netif.o
    CC [M] /tmp/modconfig-KdpHql/vmnet-only/bridge.o
    CC [M] /tmp/modconfig-KdpHql/vmnet-only/procfs.o
    CC [M] /tmp/modconfig-KdpHql/vmnet-only/smac_compat.o
    CC [M] /tmp/modconfig-KdpHql/vmnet-only/smac.o
    CC [M] /tmp/modconfig-KdpHql/vmnet-only/vnetEvent.o
    CC [M] /tmp/modconfig-KdpHql/vmnet-only/vnetUserListener.o
    LD [M] /tmp/modconfig-KdpHql/vmnet-only/vmnet.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /tmp/modconfig-KdpHql/vmnet-only/vmnet.mod.o
    LD [M] /tmp/modconfig-KdpHql/vmnet-only/vmnet.ko
    make[1] : on quitte le répertoire « /usr/lib/modules/3.17.4-1-ARCH/build »
    /sbin/make -C $PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= postbuild
    make[1] : on entre dans le répertoire « /tmp/modconfig-KdpHql/vmnet-only »
    make[1]: « postbuild » est à jour.
    make[1] : on quitte le répertoire « /tmp/modconfig-KdpHql/vmnet-only »
    cp -f vmnet.ko ./../vmnet.o
    make : on quitte le répertoire « /tmp/modconfig-KdpHql/vmnet-only »
    Starting VMware services:
    Virtual machine monitor done
    Virtual machine communication interface failed
    VM communication interface socket family done
    Blocking file system done
    Virtual ethernet done
    VMware Authentication Daemon done
    Unable to start services
    thanks for your help

    Also having the same problem
    dustin ~ $ sudo vmware-modconfig --console --install-all
    [sudo] password for dustin:
    Stopping VMware services:
    VMware Authentication Daemon done
    VM communication interface socket family done
    Virtual machine communication interface done
    Virtual machine monitor done
    Blocking file system done
    make: Entering directory '/tmp/modconfig-KZzuso/vmmon-only'
    Using kernel build system.
    /sbin/make -C /lib/modules/3.18.4-1-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1]: Entering directory '/usr/lib/modules/3.18.4-1-ARCH/build'
    CC [M] /tmp/modconfig-KZzuso/vmmon-only/linux/driverLog.o
    CC [M] /tmp/modconfig-KZzuso/vmmon-only/linux/driver.o
    CC [M] /tmp/modconfig-KZzuso/vmmon-only/linux/hostif.o
    CC [M] /tmp/modconfig-KZzuso/vmmon-only/common/memtrack.o
    CC [M] /tmp/modconfig-KZzuso/vmmon-only/common/hashFunc.o
    CC [M] /tmp/modconfig-KZzuso/vmmon-only/common/apic.o
    CC [M] /tmp/modconfig-KZzuso/vmmon-only/common/vmx86.o
    CC [M] /tmp/modconfig-KZzuso/vmmon-only/common/cpuid.o
    CC [M] /tmp/modconfig-KZzuso/vmmon-only/common/task.o
    CC [M] /tmp/modconfig-KZzuso/vmmon-only/common/comport.o
    CC [M] /tmp/modconfig-KZzuso/vmmon-only/common/phystrack.o
    CC [M] /tmp/modconfig-KZzuso/vmmon-only/vmcore/moduleloop.o
    /tmp/modconfig-KZzuso/vmmon-only/linux/driver.c:1332:1: warning: always_inline function might not be inlinable [-Wattributes]
    LinuxDriverSyncReadTSCs(uint64 *delta) // OUT: TSC max - TSC min
    ^
    LD [M] /tmp/modconfig-KZzuso/vmmon-only/vmmon.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /tmp/modconfig-KZzuso/vmmon-only/vmmon.mod.o
    LD [M] /tmp/modconfig-KZzuso/vmmon-only/vmmon.ko
    make[1]: Leaving directory '/usr/lib/modules/3.18.4-1-ARCH/build'
    /sbin/make -C $PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= postbuild
    make[1]: Entering directory '/tmp/modconfig-KZzuso/vmmon-only'
    make[1]: 'postbuild' is up to date.
    make[1]: Leaving directory '/tmp/modconfig-KZzuso/vmmon-only'
    cp -f vmmon.ko ./../vmmon.o
    make: Leaving directory '/tmp/modconfig-KZzuso/vmmon-only'
    make: Entering directory '/tmp/modconfig-KZzuso/vmnet-only'
    Using kernel build system.
    /sbin/make -C /lib/modules/3.18.4-1-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1]: Entering directory '/usr/lib/modules/3.18.4-1-ARCH/build'
    CC [M] /tmp/modconfig-KZzuso/vmnet-only/driver.o
    CC [M] /tmp/modconfig-KZzuso/vmnet-only/hub.o
    CC [M] /tmp/modconfig-KZzuso/vmnet-only/userif.o
    CC [M] /tmp/modconfig-KZzuso/vmnet-only/netif.o
    CC [M] /tmp/modconfig-KZzuso/vmnet-only/bridge.o
    CC [M] /tmp/modconfig-KZzuso/vmnet-only/procfs.o
    CC [M] /tmp/modconfig-KZzuso/vmnet-only/smac_compat.o
    CC [M] /tmp/modconfig-KZzuso/vmnet-only/smac.o
    CC [M] /tmp/modconfig-KZzuso/vmnet-only/vnetEvent.o
    In file included from include/linux/pci.h:34:0,
    from /tmp/modconfig-KZzuso/vmnet-only/compat_netdevice.h:27,
    from /tmp/modconfig-KZzuso/vmnet-only/netif.c:43:
    include/linux/pci_ids.h:2248:0: warning: "PCI_VENDOR_ID_VMWARE" redefined
    #define PCI_VENDOR_ID_VMWARE 0x15ad
    ^
    In file included from /tmp/modconfig-KZzuso/vmnet-only/net.h:38:0,
    from /tmp/modconfig-KZzuso/vmnet-only/vnetInt.h:26,
    from /tmp/modconfig-KZzuso/vmnet-only/netif.c:42:
    /tmp/modconfig-KZzuso/vmnet-only/vm_device_version.h:56:0: note: this is the location of the previous definition
    #define PCI_VENDOR_ID_VMWARE 0x15AD
    ^
    CC [M] /tmp/modconfig-KZzuso/vmnet-only/vnetUserListener.o
    In file included from /tmp/modconfig-KZzuso/vmnet-only/net.h:38:0,
    from /tmp/modconfig-KZzuso/vmnet-only/vnetInt.h:26,
    from /tmp/modconfig-KZzuso/vmnet-only/bridge.c:52:
    /tmp/modconfig-KZzuso/vmnet-only/vm_device_version.h:56:0: warning: "PCI_VENDOR_ID_VMWARE" redefined
    #define PCI_VENDOR_ID_VMWARE 0x15AD
    ^
    In file included from include/linux/pci.h:34:0,
    from /tmp/modconfig-KZzuso/vmnet-only/compat_netdevice.h:27,
    from /tmp/modconfig-KZzuso/vmnet-only/bridge.c:51:
    include/linux/pci_ids.h:2248:0: note: this is the location of the previous definition
    #define PCI_VENDOR_ID_VMWARE 0x15ad
    ^
    LD [M] /tmp/modconfig-KZzuso/vmnet-only/vmnet.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /tmp/modconfig-KZzuso/vmnet-only/vmnet.mod.o
    LD [M] /tmp/modconfig-KZzuso/vmnet-only/vmnet.ko
    make[1]: Leaving directory '/usr/lib/modules/3.18.4-1-ARCH/build'
    /sbin/make -C $PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= postbuild
    make[1]: Entering directory '/tmp/modconfig-KZzuso/vmnet-only'
    make[1]: 'postbuild' is up to date.
    make[1]: Leaving directory '/tmp/modconfig-KZzuso/vmnet-only'
    cp -f vmnet.ko ./../vmnet.o
    make: Leaving directory '/tmp/modconfig-KZzuso/vmnet-only'
    Starting VMware services:
    Virtual machine monitor done
    Virtual machine communication interface failed
    VM communication interface socket family done
    Blocking file system done
    Virtual ethernet done
    VMware Authentication Daemon done
    Unable to start services
    Now I have the same failed communication interface also
    Starting VMware services:
    Virtual machine monitor done
    Virtual machine communication interface failed
    VM communication interface socket family done
    Blocking file system done
    Virtual ethernet done
    VMware Authentication Daemon done
    Unable to start services
    PS, I have the vmware-patch 11.0.0-1 installed

  • I log in to 'HP Enterprise Business Community' and 'Consumer Support Forums' with the same username?

    Hi,,
    I am expecting that I must use a different user ID to log in to each of 'HP Enterprise Business Community' and 'Consumer Support Forums.'
    However, I am logged in to both with the same user id.
    Then, how to get to  my subcriptions I posted in each forum?
    Although I  log in to the 'HP Enterprise Business Community ' and Consumer Support Forums' with  same user name, when clicking on my user name while logged in to 'Consumer Support Forums'. , then I only noticed my posts posted at this forum. However, thos  posted in HP Enterprise Business Community, I didn't find them. To see them, then I must click on my usename while  logged in to HP Enterprise Business Community.
    Could you please confirm this for me?

    The Enterprise and Consumer forums are separate communities.  Even if you use the same username, you need to go to them separately to view your subscribed threads.
    smkranz
    I am a volunteer, and not an HP employee.
    Palm OS ∙ webOS ∙ Android

  • Business communication Management

    Dear Basisfriends,
    I need some help from you, can i have step by step guide or some document for Business communication management installation. I downloaded installation guide from Service Market place.
    But it looks complex, Kindly assist.
    Regards,
    Vivek

    Hello
    I am US-based SAP CRM consultant. Could you give some information whether SAP US offer similar course? I search SAP training catalog and was not able to find any classes being offered in United States
    Thanks in Advance
    Min

  • Business Communication System

    What is Business Communication System and how it works. Is it beneficial for small and medium or large size business?

    Hi
    You can use th Buiness system as a receiver for IDOC.
    Making sure
    1. the LS of the system(R/3) is same in the SLD and it is also reflecting in the adapter specific attributes in the ID.
    2. Use the same LS name for the BS pointng to FIle in the SLD.
    Complete the IDOC configuration from XI
    1. Create the RFC dest from XI to ECC
    2. Create the Trfc port and call this RFC dest created..
    3. Use this Trfc port in the IDOC receiver
    On ECC:
    Make sure the Partner Profiles is created properly.
    it is suggested to use always the business systems when you deal with IDOC and Proxies.
    Edited by: Nisar Khan on Feb 27, 2008 1:31 PM

  • Wrong password in Vacation notice and  Mail rules in web interface

    I have just set up a new Snow Leopard server to try it out. I especially wanted to test the calendarserver and mail and corresponding web interfaces.
    I can access the My Page without any problem, but when I try to access the Settings->Vacation Notice and Mail Rules, I am presented a login dialog. When I enter my credentials, it just shakes its head like the password is wrong. I tried with different accounts, and when I used the system admin login I could access those pages, but not for the standard account. What's wrong?

    Yes, the problem is the accented caracters !
    I had the same problem until I remove the accent in the user information (Workgroup Manager > Users Tab > "user" > Info Tab > Firstname + Lastname).
    So it's an encoding error in WPSession python module, and this problem drive the script EmailRules.py around line 162 (wpUser = wpSession.userNamed(username)) to go on the hasLocalEmailErrback def, and so give an error and refuse the authentication, even if we have a local email account.
    It's boring that USA developers do not write code that manage well international strings !
    It's like this forum : because I have an "é" in my lastname, I was unable to create an account for this forum, until I create a new Apple ID without the "é"
    Or like the iPhone Developer certificates at the beginning...

  • Link action profile generated mails to Business context of service ticket

    Hi,
    how to link action profile generated mails to business context of service ticket.
    The business context links emails sent manually from the e-mail function on the navigation bar, but automated emails that are sent using email actions (post processing frame work u2013 actions and action profiles), donu2019t get linked to the service ticket.
    Thanks in advance
    Madhav.

    Alternatively, if we could send all file attachments that would be a start, but ideally we'd like to send all the contents of the Business context as separate attachments.
    Thanks!
    Andrew G.

Maybe you are looking for

  • Solaris 8 on Sparc10

    Hi I'm a Sparc newbie, I was given a SPARC10 a while ago, which currently has SunOS 5.6 on it although it doesn't boot as various network connections are unavailable etc. so I downloaded the Solaris 8 install cd's from the Sun Site and burned the Ins

  • How  to get  response from such a  function

    How  to get  response from such a  function (in MODULE USER_COMMAND_0010 INPUT I get "ODGOVOR" 'X' FUNCTION Z_SEENKRAT. ""Local Interface: *"  EXPORTING *"     REFERENCE(ODGOVOR) TYPE  MSEG-KZEAR DATA ok_code LIKE sy-ucomm. DATA: test like mseg-kzear

  • Defference between HTMLDB_APPLICATION_FILES and WWV_FLOW_FILES

    Hi, what is the difference between the tables HTMLDB_APPLICATION_FILES and WWV_FLOW_FILES? Thanks

  • Can I use regular expressions in Java 1.3

    Hi, Dose Java 1.3 suport regular expressions? How can I use it? Thanks. bevin ye

  • Migrating code from WL 8.1 SP2 to SP4

    What all do i need to change for migrating my WL portal 8.1 SP2 code to SP4. I'm using a simple domain (and not WLI). I found few links like "http://edocs.bea.com/wli/docs81/upgrade/upgradetosp4.html" but they talk of WL Integration migration. When i