Linux Integration Component Errors in Fedora

./setup.pl drivers
Checking if required components are installed...done.
Installing Linux integration components (vmbus, enlightened ide, enlightened scsi and network drivers) for Hyper-V...
Building vmbus driver...An error has occured during the setup! Please view the drvinstall.err for more details.
/opt/linux_ic/cdrom/drivers/dist/vmbus/osd.c:479:41: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/opt/linux_ic/cdrom/drivers/dist/vmbus/osd.c: In function ‘WorkQueueQueueWorkItem’:
/opt/linux_ic/cdrom/drivers/dist/vmbus/osd.c:479: error: ‘INIT_WORK’ undeclared (first use in this function)
/opt/linux_ic/cdrom/drivers/dist/vmbus/osd.c:479: error: (Each undeclared identifier is reported only once
/opt/linux_ic/cdrom/drivers/dist/vmbus/osd.c:479: error: for each function it appears in.)
/opt/linux_ic/cdrom/drivers/dist/vmbus/osd.c:497:41: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/opt/linux_ic/cdrom/drivers/dist/vmbus/osd.c: In function ‘QueueWorkItem’:
/opt/linux_ic/cdrom/drivers/dist/vmbus/osd.c:497: error: ‘INIT_WORK’ undeclared (first use in this function)
make[3]: *** [/opt/linux_ic/cdrom/drivers/dist/vmbus/osd.o] Error 1
make[2]: *** [_module_/opt/linux_ic/cdrom/drivers/dist/vmbus] Error 2
make[1]: *** [default] Error 2
make: *** [public] Error 2
Any ideas why it's throwing this error?  I'm pretty sure I've installed all necessary pre-reqs.
Thanks.
Michaelwww.blitzagency.com

I believe I understand what's going wrong, but I'm not sure if there is an easy fix for this.
Microsoft offically only supports Red Hat Enterprise Linux and SUSE Enterprise Server Linux.  I have been able to get the Microsoft Linux Integration components to install on both ClearOS and CentOS which are both derived from Fedora (which in turn
is derived from Red Hat).  RHEL 5, ClearOS, and CentOS are all on the Linux kernel 2.6.18.
I do not have access to SUSE Enterprise Server, but from their website it appears to be using Linux kernel 2.6.27?  I tried using OpenSUSE 11.2 which is on Linux kernel 2.6.31, but am having other problems just trying to get the MAKE to run.
From testing various kernels it appears that something changed in the Linux kernel between 2.6.27 (or possibly 2.6.18?) and 2.6.3x?  Fedora seems to stay fairly current on the Linux kernel.  I tried to take Fedora 13 and backlevel the Linux kernel
to 2.6.18, but I got errors about kernel dependencies in several packages.  I suspect that if I were able to get any version of Fedora to run on 2.6.18 then the Microsoft Linux Integration components would install without any problems ... just as they
have on ClearOS and CentOS.  (Given that OpenSUSE is on 2.6.31 and I had problems with Fedora at 2.6.31 I suspect that even if I could get the MAKE file to run on openSUSE I'd have the same type of osd.c problem as described above with Fedora?)
It may be the problem (Linux Integration) has to do with some change to the gcc compiler?  I don't understand what the code is doing well enough to know.  But my guess is that the change is in the Linux kernel is the reason we've all had trouble
trying to get this to install on Fedora.
There seems to be a second change related to Hyper-V in the Linux kernel around 2.6.32.  As the more recent kernels I've tried have slightly different error messages (see below).  The problems are still all in osd.c, but the error messages are
different than the original poster (see above).
I am also not sure if osd.c is the only module that will have problems or if it is just the first module to have problems after which the gcc compiler stops processing the data?  A common error message with the more recent kernels is "return makes
pointer from integer without a cast."  It might be possible to change the osd.c code to get the right data type, but I don't know if that would cause problems somewhere else?
Unless someone has the time and ability to look into the osd.c code itself and make changes I suspect we won't be able to get the Microsoft Linux Integration components to work with Fedora until Red Hat and/or SUSE upgrade to a newer Linux kernel. 
Fedora will undoubtedly be using an even more recent Linux kernel, but hopefully there won't have been any changes to the Hyper-V interface in the Linux kernel.
So at the moment I think we're stuck with running Fedora on Hyper-V without the Linux Integration and thus can only use one CPU.  (I have 4 CPUs and ran into an odd problem that took me a long time to resolve.  The system boots and gets assigned
an IP from the DHCP server, but once it is completely up it no longer communicates with the network.  The only resolution I've found is to ensure that Hyper-V only gives 1 CPU to the Fedora VM.)
If anyone has a better solution I'd love to hear it.
Here are the error messages from the more recent Linux kernels.
For the messages below my Fedora VM is on Linux kernel - 2.6.36-0.18.rc3.git1.fc15.x86_64  I'm not sure why the messages mention 2.6.35.  But these same type of MAKE error messages happend with other Linux kernels (I believe from 2.6.32 on).
[root@localhost linux_ic_v21_rtm]# make
Building all modules...
make -C /lib/modules/2.6.35.4-12.fc14.x86_64/build SUBDIRS=/opt/linux_ic_v21_rtm/src modules
make[1]: Entering directory `/usr/src/kernels/2.6.35.4-12.fc14.x86_64'
  CC [M]  /opt/linux_ic_v21_rtm/src/osd.o
/opt/linux_ic_v21_rtm/src/osd.c: In function âMemAllocâ:
/opt/linux_ic_v21_rtm/src/osd.c:221:2: error: implicit declaration of function âkmallocâ
/opt/linux_ic_v21_rtm/src/osd.c:221:2: warning: return makes pointer from integer without a cast
/opt/linux_ic_v21_rtm/src/osd.c: In function âMemAllocZeroedâ:
/opt/linux_ic_v21_rtm/src/osd.c:226:12: warning: initialization makes pointer from integer without a cast
/opt/linux_ic_v21_rtm/src/osd.c: In function âMemAllocAtomicâ:
/opt/linux_ic_v21_rtm/src/osd.c:233:2: warning: return makes pointer from integer without a cast
/opt/linux_ic_v21_rtm/src/osd.c: In function âMemFreeâ:
/opt/linux_ic_v21_rtm/src/osd.c:238:2: error: implicit declaration of function âkfreeâ
/opt/linux_ic_v21_rtm/src/osd.c: In function âTimerCreateâ:
/opt/linux_ic_v21_rtm/src/osd.c:265:13: warning: initialization makes pointer from integer without a cast
/opt/linux_ic_v21_rtm/src/osd.c: In function âWaitEventCreateâ:
/opt/linux_ic_v21_rtm/src/osd.c:320:20: warning: initialization makes pointer from integer without a cast
/opt/linux_ic_v21_rtm/src/osd.c: In function âWaitEventSetâ:
/opt/linux_ic_v21_rtm/src/osd.c:341:2: error: âTASK_INTERRUPTIBLEâ undeclared (first use in this function)
/opt/linux_ic_v21_rtm/src/osd.c:341:2: note: each undeclared identifier is reported only once for each function it appears in
/opt/linux_ic_v21_rtm/src/osd.c: In function âWaitEventWaitâ:
/opt/linux_ic_v21_rtm/src/osd.c:349:7: error: âTASK_INTERRUPTIBLEâ undeclared (first use in this function)
/opt/linux_ic_v21_rtm/src/osd.c:349:2: error: implicit declaration of function âsignal_pendingâ
/opt/linux_ic_v21_rtm/src/osd.c:349:2: error: implicit declaration of function âscheduleâ
/opt/linux_ic_v21_rtm/src/osd.c: In function âWaitEventWaitExâ:
/opt/linux_ic_v21_rtm/src/osd.c:360:7: error: âTASK_INTERRUPTIBLEâ undeclared (first use in this function)
/opt/linux_ic_v21_rtm/src/osd.c:360:2: error: implicit declaration of function âschedule_timeoutâ
/opt/linux_ic_v21_rtm/src/osd.c: In function âSpinlockCreateâ:
/opt/linux_ic_v21_rtm/src/osd.c:369:19: warning: initialization makes pointer from integer without a cast
/opt/linux_ic_v21_rtm/src/osd.c: In function âWorkQueueCreateâ:
/opt/linux_ic_v21_rtm/src/osd.c:435:18: warning: initialization makes pointer from integer without a cast
/opt/linux_ic_v21_rtm/src/osd.c: In function âWorkQueueQueueWorkItemâ:
/opt/linux_ic_v21_rtm/src/osd.c:458:16: warning: initialization makes pointer from integer without a cast
/opt/linux_ic_v21_rtm/src/osd.c:469:41: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/opt/linux_ic_v21_rtm/src/osd.c:469:2: error: âINIT_WORKâ undeclared (first use in this function)
/opt/linux_ic_v21_rtm/src/osd.c: In function âQueueWorkItemâ:
/opt/linux_ic_v21_rtm/src/osd.c:476:16: warning: initialization makes pointer from integer without a cast
/opt/linux_ic_v21_rtm/src/osd.c:487:41: error: macro "INIT_WORK" passed 3 arguments, but takes just 2
/opt/linux_ic_v21_rtm/src/osd.c:487:2: error: âINIT_WORKâ undeclared (first use in this function)
make[2]: *** [/opt/linux_ic_v21_rtm/src/osd.o] Error 1
make[1]: *** [_module_/opt/linux_ic_v21_rtm/src] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.35.4-12.fc14.x86_64'
make: *** [all] Error 2

Similar Messages

  • CentOS based linux VM running on Hyper-v : Checking root filesystem fails when kernel switches having old PV(para virtualised driver based on 2.6.32 linux kernel) to new PV(which is equivalent to linux integration component 3.4)

    hi all,
    I am running a CentOS base VM on top of Hyper-V server. I upgraded PV drivers of Hyper-V in linux kernel 2.6.32 in order to support
    Windows Server 2012, then i am hitting below issue on Windows Server 2008 when kernel switches from old PV(which is 2.6.32 based) to new PV(which is equivalent to linux integration component 3.4).i
    am hitting following filesystem check error messages :
    Setting hostname hostname:
    Checking root filesystem
    fsck.ext3/dev/hda2:
    The superblock could not be read or does not describe correct ext2 filesystem. If the device is valid and it really contains an ext2
    filesystem(and not swap or ufs or something else),then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
    : No such file or directory while trying to open /dev/hda2
    *** An error occurred during the filesystem check.
    *** Dropping you to a shell; the system will reboot
    *** When you leave the shell.
    Also, when I go to the repair filesystem mode. I found out the strange behaviour when i ran those command :
    (Repair filesytem) 1 # mount
    /dev/hda2 on / type ext3 (rw)
    proc on /proc type proc (rw)
    (Repair filesystem) 1# cat /etc/mtab
    /dev/hda2 /ext3 rw 0 0
    proc /proc proc rw 0 0
    (Repair filesystem) 1# df
    Filesystem 1K-blocks used Available Use% Mountedon
    /dev/hda2 4%
    I think for all above command there should be /dev/sda2 instead of /dev/hda2.
    Also my fstab , and fdisk -l looks like ok for me.
    (Repair filesystem) 1# cat /etc/fstab
    LABEL=/ / ext3 defaults 1 1
    LABEL=/boot /boot ext3 defaults 1 2
    devpts /dev/pts devpts gid=5,mode=620 0 0
    tmpfs /dev/shm tmpfs defaults 0 0
    proc /proc proc defaults 0 0
    sysfs /sys sysfs defaults 0 0
    LABEL=swap-xvda3 swap swap defults 0 0
    (Repair filesystem) 1# fdisk -l
    Device Boot Start End Block Id System
    /dev/sda1 * 1 49 98535 83 Linux
    Partition 1 does not end with cylinder boundary.
    /dev/sda2 49 19197 39062500 83 Linux
    Partition 2 does not end with cylinder boundary.
    /dev/sda3 ......
    Partition 3 does not ......
    /dev/sda4 ......
    Partition 4 does not end ....
    (Repair filesystem) 1# e2label /dev/sda1
    /boot
    (Repair filesystem) 1# e2label /dev/sda2
    (Repair fielsystem) 1# ls /dev/sd*
    /dev/sda /dev/sda1 /dev/sda2 /dev/sda3 /dev/sda4
    (Repair filesyatem) 1# ls /dev/hd*
    ls: /dev/hd*: No such file or directory
    Kindly suggest any configuration of windows server or kernel configs missing or how to resolve this issues
    Many many thanks for your reply.
    thanks & Regards,
    Ujjwal

    i am not able to understand duplicate UUID and from where it is picking /dev/hda* ?
    ~
    VVM:>>
    VVM:>> Output of dmesg | grep ata contain substring "Hyper-V" ?
    VVM:>>
    it doesn't contain "Hyper-V" or ata related message and the output doesn't change with boot parameter reserve=0x1f0, 0x8
    ~~
    ~~~~
    ==
     output of dmesg related "ata" Ubuntu v13.04 mini.iso ( with boot parameter reserve=0x1f0, 0x8)
    ==
     see later ( in "good situation" example  )
    ~~
    ===
    Disable legacy ATA driver by adding the following to kernel command line in /boot/grub/menu.lst:
    reserve=0x1f0, 0x8
    . (This option reserves this I/O region and prevents ata_piix from loading).
    ==
     See output of dmesg related "ata" Ubuntu v13.04 mini.iso ( with boot parameter reserve=0x1f0, 0x8) :
    ~~
    [ 0.176027] 
    libata version 3.00 loaded.
    [ 0.713319] 
    ata_piix 0000:00:07.1: version 2.13
    [ 0.713397] 
    ata_piix 0000:00:07.1: device not available (can't reserve [io 0x0000-0x0007])
    [ 0.713404] 
    ata_piix: probe of 0000:00:07.1 failed with error -22
    [ 0.713474] 
    pata_acpi 0000:00:07.1: device not available (can't reserve [io 0x0000-0x0007])
    [ 0.713479] 
    pata_acpi: probe of 0000:00:07.1 failed with error -22
    ~~
      As result: 1) IDE disk handled by hv_storvsc , but 2) no CD-ROM device
    ==
    ~ # blkid
    /dev/sda1: LABEL="ARCH_BOOT" UUID="009c2043-4bl7-4f95-al4d-fb8951f95b5d" TYPE="ext2"
    ==
    ~~
    VVM>>
    VVM>>Q1: Output of blkid contain duplicate UUID ?
    VVM>>
    -> blkid contains duplicate UUID, below are the output.
    ~~
     This situation is classic problem "
    use hv_storvsc instead of ata_piix to handle the IDE disks devices ( but not for the DVD-ROM / CD-ROM device handling)
    ~~
     For compare, see example "good situation": 
     See output of dmesg related "ata" Ubuntu v13.04 mini.iso ( without boot parameter reserve=0x1f0, 0x8) :
    ~~~~
    ~ # dmesg |grep ata
    [ 0.167224] libata version 3.00 loaded.
    [ 0.703109] ata_piix 0000:00:07.1: version 2.13
    [ 0.703267] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set
    [ 0.703339] ata_piix 0000:00:07.1: setting latency timer to 64
    [ 0.704968] scsi0 : ata_piix
    [ 0.705713] scsi1 : ata_piix
    [ 0.706191] atal: PATA max UDMA/33 cmd 0xlf0 ctl 0x3f6 bmdma 0xffa0 irq 14
    [ 0.706194] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
    [ 0.868844] atal.00: host indicates ignore ATA devices, ignored
    [ 0.869142] ata2.00: ATAPI: Virtual CD, , max MWDMA2
    [ 0.871736] ata2.00: configured for MWDMA2
    ~~~~
    ===
    ~ # uname -a
    Linux ubuntu 3.7.0-7-generic #15-Ubuntu SUP Sat Dec 15 14:13:08 UTC 2012 x86_64 GNU/Linux
    ~ # lsmod
    hv_netvsc 22769 0
    hv_storvsc 17496 3
    hv_utils 13569 0
    hv_vmbus 34432 3 hv_netvsc,hv_storvsc,hv_utils
    ~ # blkid
    /dev/sr0: LABEL=”CDROM" TYPE="iso9660”
    /dev/sda1: LABEL="ARCH_BOOT" UUID="009c2043-4bl7-4f95-al4d-fb8951f95b5d" TYPE="ext2"
    ===
     ( only CD-ROM and 1( one) IDE disk connected to ATA)
    ~~
    regarding ata_piix.c patch . . .
    As far as i understand this patch , it ignore ATA devices on Hyper-V when PV drivers(CONFIG_HYPERV_STORAGE=y) are enabled.
    ~~
     Yes:
    ignore ATA-HDD ( but not ignore ATA CD-ROM )  on Hyper-V when PV drivers(CONFIG_HYPERV_STORAGE=y) are enabled.
    ~
     this patches need be backported:
      cd006086fa5d ata_piix: defer disks to the Hyper-V drivers by default
    and its prerequisite
      db63a4c8115a libata: add a host flag to ignore detected ATA devices
    ~
    ~~
    P.S.
     Are You do this:
    ==
    As temporary solution, increase on 1-2 Gb size all .vhd connected to IDE bus
    ( but not increase size of partitions inside disks)
    ==
    ? fsck write message a-la: "no error in file system" ?
    2013-01-24 Answer by Ujjwal Kumar: As a temporary solution looks ok for me, but [ VVM: need true solution ]
    P.P.S.
    To Ujjwal Kumar :
     My e-mail:
    ZZZZZZZZZZZZZZZ
    please send e-mail to me,  in reply I send to You patches to ata_piix ( and *.c before and after patches) , etc.
    } on 2013-01-14 -- DoNe

  • Integration Component error: 403

    Hello, I recently installed SAP B1 8.8 PL18 (on  a 64bit machine), and the standalone B1 integration component. I followed the installation guide perfectly, and still receive an error whenever I try to use my dashboards, or open the integration framework. It's shown below:
    SAP B1iP detected an error:
    Emitted HTTP-Code
    403 - Forbidden
    Internal Reason
    XCL198 HTTP-access currently not allowed from remote clients, as B1iP runs in local-mode or safe-mode.
    Recommendation
    Check for the correctness of your activity or environment or ask your system-administrator for further help.
    Full Internal Error Message
    XCL198 HTTP-access currently not allowed from remote clients, as B1iP runs in local-mode or safe-mode.
    Call-Stack

    Nevermind, this article solved my problem:
    [Guide Deleted 31 OCT 2011 - Contained Out of Date Information]
    Edited by: Jason Lax on Oct 31, 2011 10:44 AM

  • Installation of B1 Integration Component in SAP Business One 9.0 PL 08

    Hi Experts
    I have trouble with installing B1 integration component
    Below is the specs of the system
    1. SAP 9.0 PL 08
    2. SQL 2008 R2
    3. Windows 7 32 Bit
    Initially this system was with installed with SAP 9.0 PL 05 and later upgraded to PL 08
    During the installation of PL05, I tried installing the Integration Component and it failed, so I skipped it that time
    Now the Customer is in need of configuring the Dash Board and Mobile Apps
    So now its a must install situation for me
    When I try to install from the package it creates the attached error log file in desktop with the message stating "multiple launches of this installer is not allowed. it will quit now."
    (find attached file for the error details)
    Please let me know if any more information needed
    Thanks
    Regards
    Vinodh

    Hi Bastian
    Thanks for the reply,
    Actually, I did not have B1if Installation in place, so I did not uninstall anything after your reply
    But I saw the .com.zerog.registry.xml file located in C:\Program Files\Zero G Registry, and I deleted the whole folder, since there are no other program files
    Cleared the temp folder as well, restarted the machine, but it still din work
    I have some clarifications as well
    1. Do I need to install from the PL08 Package this is an upgrade version
    2. OR do I need to install it from the PL05 Package, as this is an Installation version
    FYI, I have tried both still no avail
    I first tried inslattion from a external hard disk, and later copied the installation file in the local drive and tried, does it makes a difference ?
    Any way thanks again for your reply
    Regards
    Vinodh

  • Custom field not found in in the definition of EAI Integration Component

    Hi,
    I added a custom field to Account with integration tag "FirmsOfficesType". I got an error when I'm adding an account:
    Element with XML tag 'FirmsOfficesType' is not found in the definition of EAI Integration Component 'Account'(SBL-EAI-04127)
    Here is the soap message for adding a account:
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
    <s:Header>
    <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" s:mustUnderstand="1">
    <wsse:UsernameToken>
    <wsse:Username>user</wsse:Username>
    <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">passwd</wsse:Password>
    </wsse:UsernameToken>
    </wsse:Security>
    </s:Header>
    <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <AccountInsert_Input xmlns="urn:crmondemand/ws/ecbs/account/10/2004">
    <ListOfAccount xmlns="urn:/crmondemand/xml/Account/Data">
    <Account>
    <Status>Active</Status>
    <PrimaryBillToCity>KANSAS CITY</PrimaryBillToCity>
    <PrimaryBillToCountry>USA</PrimaryBillToCountry>
    <PrimaryBillToPostalCode>64150</PrimaryBillToPostalCode>
    <PrimaryBillToState>MO</PrimaryBillToState>
    <PrimaryBillToStreetAddress>1805 ABC ROAD</PrimaryBillToStreetAddress>
    <PrimaryBillToStreetAddress2>STE 300</PrimaryBillToStreetAddress2>
    <ExternalSystemId>OF222652</ExternalSystemId>
    <IntegrationId>OF222652</IntegrationId>
    <Location>OF222652</Location>
    <MainPhone>+1 1235877526</MainPhone>
    <AccountName>ABC Inc</AccountName>
    <AccountType>INDEPENDENT BD A</AccountType>
    <FirmsOfficesType>Branch</FirmsOfficesType>
    <FirmName>ABC SECURITIES CO</FirmName>
    </Account>
    </ListOfAccount>
    </AccountInsert_Input>
    </s:Body>
    </s:Envelope>
    thx

    Hi
    Please go through the related pointers ->
    The OSS note 672960 has already indicated you need to use BADI to address it.
    For Search criteria
    You can also use user-defined fields as search criteria. To do this, you have to set fields XINPUT and XDISPLAY to 'X' in table ET_FIELDS for the fields you want to use in BADI BBP_CUF_BADI_2 in method MODIFY_SCREEN. The fields defined this way are displayed if you choose the 'Extended search' link.
    Re: Custom field in Create Bid Invitation..
    Re: Search Help for Purchasing Group..
    Re: urgent help request - How to add custom fields to  header BID.
    Re: New Screen with table control information in Process Bid Invitation
    Do let me know.
    Regards
    - Atul

  • Business component errors messages

    I would like to customize the Business component errors messages in order for it to be more explicite
    For example, I would like to translate the following error message:
    DAC-305: DbAccess commitTransaction failed. Session: modelSessionInfo
    JBO-26041: Failed to post data to database during "Delete": SQL Statement " DELETE FROM HW_MODEL HwModel WHERE MODEL_ID=:1".
    ORA-02292: integrity constraint (ISM.CT_MODEL_FK) violated - child record found
    into a more comprehensive message, i.e. :
    You must delete all dependent items before this model
    can I cature the business component errors messages and create a dictionary
    How can I do that?
    Thank for you reply
    null

    Vincent,
    Here is something that was posted last year.
    http://technet.oracle.com:89/ubb/Forum2/HTML/002476.html
    I've been looking for something like this too.
    Personally, I think the answer above is ridiculous. Why doesn't JDeveloper allow you to put in an error message along with the validation that you create? Instead you get this ugly, ugly message along the lines of:
    "JBO-27011: Attribute set with value 6 for OffsetCode in TaxCodeLkp failed"
    Yeesh, does it get any uglier than that? Come on guys, give us a string we can specify when creating the validation that you store in the XML and pull out and display. Use this ugly message when there is nothing specified.
    Can anyone from Oracle explain why we have to jump through hoops to do something so basic to development of Business Applications? How did you miss this?
    Joe

  • SAP B1 8.81 Integration Component

    Hello everyone!
    Has someone experience in installing SAP B1 8.81 Intergation Component?
    I have a some issues I cannot solve:
    1.Error: during installing DI Proxy Service - error message appears: Could not create Java virtual machine
    Java JDK, and JRE installed successfully.
    2.After getting this error message, during the Event sender setup the Test connection fails.
    I cannot connect to SLD as well, internet explorer cannot find the page. (i guess it is because the JAVA virtual machine error)
    3.If i browse for Tomcat server , i can see it is running. (in web browser)
    4. In windows services, the integration service is not started, and I cannot start it, because it returns an error message: "Windows cannot start the service...
    I have the following environment:
    Server: WIN server 2003-Enterprise edition SP2
    Database: MS SQL 2008
    SAP B1: SAP B1 8.81.305 PL:00
    Any help or advice is welcome.
    Thanks in advance:
    Otto

    Hello Eddy,
    the problem was not with the Java version. I installed the correct version.
    I solved my problem, since it was a new server, the .net framework was not preinstalled.
    You need .NET to use integration component. After i installed it, i had to completly reinstall IC, and every problem solved.
    Thanks for your reply anyway.
    Best regards,
    Otto

  • How can I stop Tomcat server during Integration Component Installation?

    I had problems to work with the integration component.
    I tried to repare it but it didn´t work
    Then I uninstall it
    But when I am trying to install it  again I can´t because I have a tomcat server already in place. How can I stop the tomcat server? Install the Integration Component and restart de tomcat server?

    Hi,
    Please check with below link:
    http://www.premierresults.com/PDF1/AdministratorGuide_Integration_Component.pdf
    Is there is any error message?
    Thanks & Regards,
    Nagarajan

  • Integration MIRO error, how to determine the VST related accounts.

    integration Miro error.
    Hi gurus,
    please resolve the problem urgent.
    while doing MIRO Iam getting the following error.
    after given PO number in MIRO I getting the following error. please how to resolve the problem.
    where i can determin the accounts, which accounts will be effect.
    Error in account determination: table T030K key ASHA VST V0
    Message no. FF709
    Diagnosis
    In the chart of accounts to be posted to, no accounts are defined for the tax code you used.
    Procedure
    Contact your system administrator.
    Define the accounts to which a tax posting is to be made with the tax code entered in Customizing for taxes on sales/purchases.
    To do this, choose Maintain entries (F5).
    How to determine VST

    I have already replied to the same question in one of ur earlier posts.
    If you want to knowthe GL accounts which are used presently for the transaction VST, you can go to table T030K give the field name KTOSL value as VST and execute. YOu will get the list of all GL accounts which use the transaction VST for all possible tax codes and Chart of Accounts.

  • SSIS PACKAGE MIGRATION FROM 2005 to 2008 - Script task/component errors

    HI All,
    We have to migrate ssis packages (about 300) from ssis 2005 to 2008 .
    1. I understand that the major concern is regarding the script component/tasks.
    I searched a lot about this and also consulted with many friends , all of them are aware of this issue but not able to provide what could be the issues and the solution.
    Can some one help me with the common script issues that can happen during migration and the solution for the same.
     2. I do have one more question.
    As per my understanding given in the below link 
    http://blogs.msdn.com/b/mattm/archive/2008/03/21/package-upgrade-wizard.aspx
    there is this part which says ... 
    Once the packages have been chosen, the next page asks you to pick the output location. This can be:
    Same as the source location
    File System
    SSIS Service (Package Store)
    SQL Server 
    Does this mean I can deploy in sql server directly on fly while upgrading ?
    Any help highly appreciated .
    Regards
    Praveen..

    Hi Praveen,
    Question 1: The error may occur if there are duplicate input columns in the Script Task/Component or the current user cannot access the C:\Windows\Temp directory. Except for the link provided by SanBhaumik, you can also refer to the following
    threads:
    http://www.sqlservercentral.com/Forums/Topic811208-148-1.aspx 
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/5c11eb57-59d6-4f81-bfdc-13bd6489a0ac/sql-server-2008-ssis-package-script-component-error?forum=sqlintegrationservices 
    Question 2: We can directly save the package to the File System, SSIS Package Store, or SQL Server by selecting the proper destination during the package upgrade. However, this operation is not equal to the package install operation identically.
    For example, if we have enabled package configurations for a package, the package configurations won’t be upgraded or installed during the package upgrade.
    Regards,
    Mike Yin
    TechNet Community Support

  • JSP - LoadBundle and Component Error in Visual Design Editor

    Hi.
    I've tried to make simple international JSF application. So the first thing to do was to externalize strings from JSP to resources. According to instructions from Java Studio Creator Field Guide Chapter 13:
    http://developers.sun.com/members/promo/jscreator/bookshelf/fieldguide2_preview_13_customizing.pdf
    I added LoadBundle component to my JSP page:
    <f:loadBundle basename="myApp.Bundle" var="messages1"/>
    and set a text property of label component like this:
    <ui:label binding="#{Page1.label1}" id="label1" labelLevel="1"
    style="position: absolute; left: 144px; top: 48px; width: 240px; height: 24px" text="#{messages1.title}"/>
    There is a line in myApp.Bundle.properties file:
    title = Title from resource bundle
    After changing text property of label component to #{messages1.title} I've got a message:
    Component Error
    Cannot display label component in the Visual Design editor.
    Error message from the component: javax.faces.el.PropertyNotFoundException: Error testing property 'title' in bean of type null.
    Exception message:
    javax.faces.el.PropertyNotFoundException: Error testing property 'title' in bean of type null
         at com.sun.faces.el.PropertyResolverImpl.getType(PropertyResolverImpl.java:342)
         at com.sun.rave.web.ui.faces.UIComponentPropertyResolver.getType(UIComponentPropertyResolver.java:298)
         at com.sun.rave.web.ui.faces.DataProviderPropertyResolver.getType(DataProviderPropertyResolver.java:264)
         at com.sun.jsfcl.data.ResultSetPropertyResolver.getType(ResultSetPropertyResolver.java:141)
         at com.sun.rave.jsfsupp.container.DesignTimePropertyResolver.getType(DesignTimePropertyResolver.java:169)
         at com.sun.faces.el.impl.ArraySuffix.getType(ArraySuffix.java:240)
         at com.sun.faces.el.impl.ComplexValue.getType(ComplexValue.java:208)
         at com.sun.faces.el.ValueBindingImpl.getType(ValueBindingImpl.java:350)
         at com.sun.rave.web.ui.renderer.ValueHolderDesignTimeRenderer.encodeBegin(ValueHolderDesignTimeRenderer.java:59)
         at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:683)
    The same problem appears when I open example project from this book:
    Login2I18N-Alt
    It is a bug or am I doing something wrong?
    greatings
    znienacka

    go to Tools/Update Center and download the latest
    version of the components. It will solve the
    problem.Thanks, it works. But there is still one drawback - Visual Designer doesn't show any text inside label. If I remove all strings from JSP to resource file I will get an empty page!
    Is there any solution of this problem?
    znienacka

  • IDOC_AAE sender channel shows Commit fault: ASJ:ejb 005043 [Failed in component error]

    Hello All.
    We have a scenario IDOC to JDBC [ async-sync] scenario. And we have used Async/sync bridge using request response bean module.
    Now the issue is that when IDOC is triggered from ECC it shows Commit fault:ASJ:ejb 005043[failed in component] error in SM58.
    And if we click on "execute LUW" option the IDOC message reaches PI and gets processed successfully.
    Could you please let me know how to fix this.
    Thanks,
    Jane 

    Hi Avinash,
    NWA logs shows the following error :
    [JRA]Couldn't start ResourceAdapter Servers with properties {jco.server.gwhost=essdev03, jco.server.progid=SAPRDB670POALEFEDEX, jco.server.gwserv=sapxxxx}, cause: JCo server is currently running. Current server state is ALIVE
    Global [startApp] operation of application [sap.com/ClonedRA_xi~idoc~RA_~MCK_RDA_D~IDOC_Out_CLMLeadData] failed with errors on server process [2664350].
    Thanks,
    Jane

  • How to install video Integration component

    Dear Experts
    Link how to install video Integration component
    https://websmp106.sap-ag.de/~sapidb/011000358700000739542010E/index.htm
    Regards
    Carlos Farías

    It says
    To install this component, just drag the File "XviD_Codec 1.0 alpha.component" into Library/QuickTime. The Library directory can be found either at your home directory (to install just for the actual user) or at the top-level of your startup volume (this needs an administrator account). DO NOT PUT IN: /System/Library/QuickTime.
    Sounds normal to me. The "~/Library/QuickTime" folder is the standard location for user and application installed QT components which are used globally by all account users. On the other hand, the "~/System/Library/QuickTime" folder is where QT components installed by the operating system installer are placed for global use. These instructions appear to be correct.
    It is possible that the QuickTime directory does not yet exists. In that case you can create it yourself. Pay attention to capital letters if you use a case sensitive file system (i.e. UFS).
    I do not have Library/Quicktime.
    Highly unlikely if you are running Mac OS X V10.5.8 as indicated in your posting. As you can see here, when the startup drive is opened at the root level, you should find a minimum of four folders—the "Applications" folder, the "Library" folder, the "System" folder, and the "Users" folder. Without these folders, your computer would be little more than an electrified paperweight.
    I do not have Library/Quicktime.
    Either you are looking in the wrong place or someone has been playing around on your system (e.g., in the Console app) and made the folder invisible.

  • [Forum FAQ] How to upgrade the Linux Integration Service

    Symptom
    When you move a Linux guest virtual machine from the legacy system to Windows Server 2012 R2 Hyper-V host, you may face the incompatibility issues. The most common problems are that the mouse pointer maybe a little inaccuracies, the guest VM cannot use the
    dynamic memory.
    Cause
    The cause may be that the integration service not compatible with the Windows Server 2012 R2 Hyper-V host.
    Solution
    We need to upgrade the integration service to at least version 3.5.
    In this demo, we use the CentOS 5.8_x86_x64.
    You can refer to the following steps to perform the upgrading.
    1. Before install the Integration service you can use the following command to check the version of the installed Integration service. (Figure 1)
    #su root
    #/sbin/modinfo hv_vmbus
    Figure 1: check the version of the installed Integration service
    2. Download the Integration Service 3.5 image from here.
    http://www.microsoft.com/en-us/download/details.aspx?id=41554
    3. Insert the Integration Service 3.5 image.
    a. Open Hyper-V Linux guest VM console.
    b. Click-> Media->DVD Drive-> Specific the Integration service image location, insert Disk.
    4. Mount the image.
    If automount is enable, the Integration service image will be mounted automatically. If not, please use the following command to mount the image. (Figure 2)
    #mount /dev/cdrom /media
    Figure 2: Mount the image
    After that, we can see the image content. (Figure 3)
    Figure 3: Imange content
    5. Upgrade the integration service.
    Use the following command locate to the current Linux Distribution Directory. In this example, we select the RHEL58. (Figure 4)
    #cd RHEL58
    #./upgraee.sh
    Figure 4: Locate the Linux Distribution Directory
    When you see the message, "Linux Integration Service for Hyper-V has been upgraded. Please reboot your system", it means the upgrading is finished.
    6. Reboot your Linux system. (Figure 5)
    Figure 5: Reboot the system
    7. Confirm the upgrading.
    After Linux boots up, use the following command to check if the upgrading is succeed. (Figure 6)
    #/sbin/modinfo hv_vmbus
    Figure 6: Verify the upgrading.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    May be you should write a WIKI article on same.

  • Integration component - SLD problem

    Hi,
    I had to reinstall Integration component. After that there are no sap databases in SLD. I created them by my own, set everything correctly, tested conection and get message that it works. I import scenario package and set inbound channel, sender and receiver system. The scenario creates SO based on Goods Receipt PO. It works before reinstall but now it doesn't. I mean, B1if doesn't get any B1 Event from that database. I created new company in SAP and it was automatically added to SLD, and events from that database appear in B1if. I set EventSender and it didn't help.
    Has anyone an idea why my scenario doesn't work with systems I created in SLD?
    Regards
    Szymon

    Hi
    Can you please check the SysID is same for new company.
    else just check all step and revised,  I am sure package is searching the OLD SysID  even thot it no more exist.
    Thanks
    Kevin

Maybe you are looking for