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

Similar Messages

  • 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

  • SAP B1ip detected an error : 403 Forbidden

    Hello, I recently installed SAP B1 8.81 PL09, 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.
    I installed on my iPad app version 1.4.0.
    When I try to connect to the server b1ic, with a sniffer http on port 8080 I get the following error :
    SAP B1iP detected an error:
    Emitted HTTP-Code
    403 - Forbidden
    All configurations on the client side app and sap are correct.

    hi,
    please check this NOTE: 1495563 - [SAP Business One Integration component troubleshooting|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3030303134393535363326]
    regards,
    Fidel

  • 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

  • HTTP Error 403.16 - Forbidden, Your client certificate is either not trusted or is invalid.

    Dear Experts,
    I have tried mutual authentication with sample website as per below link:
    http://itq.nl/testing-with-client-certificate-authentication-in-a-development-environment-on-iis-8-5/#comment-19427
    1. Created a Root certificate, client and server certificate based on this root certificate by using Makecert command as per below link:
    2. Import these certificates in Trusted Root Certification authority of both the stores (Local and Current user)
    3. Created a sample website with HTML page
    4.Hosted this website in IIS with HTTPS binding and selected the above server certifcate
    5. Enabled "Require SSL" and selected "Require" under SSL settings of website
    6. Exported the client certificate in base64 format --> Edited in notepad --> made the key into single line
    7. Placed the above key under Configuration editor --> system.webServer/security/authentication/iisClientCertificateMappingAuthentication --> one to one mapping with user credentials.
    8. I tried to access the website
    But, I ended with below error :(
    HTTP Error 403.16 - Forbidden
    Your client certificate is either not trusted or is invalid.
    Detailed Error Information:
    Module    IIS Web Core
    Notification    BeginRequest
    Handler    ExtensionlessUrlHandler-Integrated-4.0
    Error Code    0x800b0109
    Requested URL    https://localhost:443/
    Physical Path    E:\SampleRoot
    Logon Method    Not yet determined
    Logon User    Not yet determined
    Could you please let me know what I missed here.
    Note:
    I am using windows8, IIS8.0.
    Thanks in advance.
    Regards,
    M. Prasad Reddy.

    Hi Prasad,
      As per this case, I have been shared the corresponding details below
      1.First of all,make sure that you import the certificate whether it belongs to Trusted RootCertification or not .
        If that is the case ,Goto Microsoft Management Console (MMC), open the Certificates snap-in. 
        For instance, the certificate store that WCF is configured to retrieve X.509 certificates from, select the Trusted RootCertification Authoritiesfolder. Under the Trusted Root Certification Authorities folder, right-click the Certificatesfolder,
    point to All Tasks, and then click Import.
      2.you configured the server certificate as well, But check the client certificate whether have root certificate or not by following command?
    makecert -pe -n "CN=SSLClientAuthClient"
             -eku 1.3.6.1.5.5.7.3.2 -is root -ir localmachine -in WebSSLTestRoot
             -ss my -sr currentuser -len 2048
      3. Also check the Service Certificate whether its configured on the WCF Service side
      4.Make sure that you followed all the steps are done correctly from your given referred link below
    http://itq.nl/testing-with-client-certificate-authentication-in-a-development-environment-on-iis-8-5/#comment-19427
      5.Besides, please try to set the require SSL as ignore to see if you can access the website.
    If the above details cannot able to resolve this issue, please post your config file here.

  • 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

  • HTTP connection to ABAP Runtime failed. Error: 403 Forbidden

    Hi ALL
    We where testing our scenario using the Test Configuration in Integration Engine.
    We have come across the following error in the second step of Determining the receiver.Here is the error message we received...
    HTTP connection to ABAP Runtime failed. Error: 403 Forbidden URL: _http://SAPXDV01.sap.client1.local:8000/sap/xi/simulation?sap-client=150 User: PIDIRUSER
    Please, do let us know ... if you have received similar error & what solution can be applied...
    Your help is greatly appreciated!
    Thank you,
    Patrick

    Hi,
    Go through this thread...
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0f00c890-0201-0010-beb2-c96050edc426
    JCO_COMMUNICATION_FAILURE
    Error in XI server: JCO_COMMUNICATION_FAILURE in Message Mapping
    This might help you..
    Regards,
    Divya

  • 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

  • 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

  • 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

  • HTTP Response 404, Forbidqden Error 403

    Hi
    We are unable to receive any messages into Integration server. Following are the error messages in log viewer and in the Tool Test Configuration in the Integration Directory.
    <u>Log Viewer</u>
    <b>"Transmitting the message to the endpoint http://piserv33:50100/sap/xi/engine?type=entry  using connection AFW failed, due to : com.sap.aii.af.ra.ms.api.RecovarableException: Received HTTP response code 404  : Not Found."</b>
    <u> Tool Test Configuration </u>
    <b>Sender Agreement
    <Not found>
    <Trace level="1" type="B">SENDER AGREEMENT SIMULATION</Trace>... (5 lines)
    Receiver Determination
    <Not found>
    Internal Error
    HTTP connection to ABAP Runtime failed. Error: 403 Forbidden URL: http://piserv33:8001/sap/xi/simulation?sap-client=001 User: PIDIRUSER </b>
    Any pointers to solve this will be of great helpful.
    System is PI 7.0.
    Regards
    Anandan

    Hi,
    1) Activated all services
    2) In Integration builder, receiver communication channel make sure you have entered proper
    host service number
    path = /sap/xi/enigne?type = receiver.
    3)Go to SU01 > type PIISUSER and reset the user's pw
    Check out this might be helpful
    http://help.sap.com/saphelp_nw04/helpdata/en/89/05793c05f0807be10000000a11405a/content.htm
    This will help you
    403 ERROR
    See if the note might help you 961880
    Regards
    Agasthuri Doss

  • Error message when trying to sign in to HP ePrint "ajax submit failed: error = 403, forbidden"

    HP Photosmart 7525
    Windows 7
    Ajax submit failed: error = 403, Forbidden
    Installed new printer: Photosmart 7525
    I am trying to set up my ePrint account and add my printer and it won't let me sign in or create a new account.
    Thanks for your help!
    Deb
    This question was solved.
    View Solution.

    One can also restart the computer.After it shuts down leave it off for at least a minute and then reattempt access the site once computer is back on and running. I would also check to make sure that Java is up to date and that Adobe Flash is up to date. 
    I am a former employee of HP...
    How do I give Kudos?| How do I mark a post as Solved?

  • Website on Mac Mini Server not accessible. Error 403 index document not available.

    Dear all,
    I'm trying to host a website on my Mac Mini Server. As far as I can see, my DNS is working correctly. Also my firewall is setup correctly. (I'm hosting another website which works OK). But I setup a new site. Basically a copy of the working site. But this site doesn't reflect an index.htm page. I receive an Error 403 with further information that there is no index document or that the site is secured. There is a contact link on this page directing to my webmaster. So I conclude that something is working, but no index.htm page. Has anyone similar experience? And offcourse a solution?
    Many thanks.

    Launch Terminal.app and issue the commands:
    cd /Library/Webserver/Documents/
    ls -al
    And see if the files are readable by the web server.   Here's an example index file listing that's owned by root and with group access for admin folks, and this file is marked as readable and writable for the owner and the group, and is readable for everybody else:
    -rw-rw-r--    1 root  admin   5094 Jul 25  2009 index.html
    In this configuration, the web server would be using the other access; the web server can read this file, but not write to it.  Here is how to duplicate these ownership and access settings on your own index.html file, assuming that you have that file present in the ls listing above, and assuming that you have issued the cd (change default directory) command shown above:
    sudo chown root:admin index.html
    sudo chmod ug=rw,o=r index.html
    You will need to enter your administrative password for the sudo command.
    I would very strongly suggest that you start learning some basics of bash and of Apache, because you're going to be needing those skills very soon.

  • Server Error  403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied.

    Hi,
    I`d like to get your advice on Server Error 403 - Forbidden: Access is denied. I use to visit a webpage with no issues so far but now i getting this error each time i`m trying to get into. Any ideas in how to solve it? A step to step process will be highly appreciated.
    Thanks.
    PS, I`m using the latest safari 8.0.3 and OS X 10.10.2.

    It's an error message from the web server, not from Safari. There's a slight chance that you might be able to clear it as follows.
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data...
    and confirm. Test.

Maybe you are looking for

  • Mac Book not detecting iPhone 4 wirelessly

    My Mac Book has recently stopped detecting my iPhone wirelessly.  When I first got my iPone, it was detected in the 'devices' section of iTunes, however recently this seems to have stopped working. Not sure if this is related, but Vuse has also stopp

  • Handling Unit creation at Sales order Level

    Hi Experts , Please let me know,how can a handling unit be created at sales order level. Your comments will be appreciated Regards Albert

  • Update not available for this Apple ID

    I keep getting this notification that the app 'Nyan Cat' needs to be updated, while I have never had or bought this app. When I try to update, I get 'Update not available for this Apple ID'. Is there anyway to remove this "update"? Thanks!

  • Want to reduce the number of material documents created during Confirmation

    When confirming each phase on the process order, backflush of components happens and a material document is created .So if we have multiple phases, multiple material documents are created. This way we are having large number of material documents cre

  • Unable to compile JSF page

    Hi All, I am new to Jdeveloper . I am creating a JSF application in jdeveloper10.1.3.when i place a <F:loadBundle > tag and other components in jspx. i am getting the following compile time error. Error: Unable to convert constant to type javax.el.Va