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

Similar Messages

  • Ubuntu running under Hyper-V with high load

    I'm running a VM for Ubuntu Server 12.04 LTS under Hyper-V and with no web server or any other public server installed, the system load is 1.0
    The VM is using a 75GB fixed VHD on its own partition (the hard drive is using raid 0).
    Is this normal for running a linux OS under Hyper-V?
    Here's what top shows (i restarted the vm for fresh numbers, but it still shows a load of 1.00 even after its been running for a day):
    top - 16:58:17 up 23 min,  1 user,  load average: 1.00, 0.58, 0.24
    Tasks: 235 total,   1 running, 234 sleeping,   0 stopped,   0 zombie
    Cpu(s):  0.0%us,  0.0%sy,  0.0%ni, 98.8%id,  1.0%wa,  0.0%hi,  0.2%si,  0.0%st
    Mem:   4040336k total,   870384k used,  3169952k free,    13232k buffers
    Swap:  7812092k total,        0k used,  7812092k free,   225396k cached
    The host OS is running Windows 2012 R2 and it too isint running anything else that would put a lot of load on the server.

    Hi Sir,
            The following daemons must be installed manually for Ubuntu distributions:
    VSS Snapshot daemon – This daemon is required to create live Linux virtual machine backups.
    KVP daemon – This daemon allows setting and querying intrinsic and extrinsic key value pairs.
    To install both daemons, please use the following command:
    Copy
    # sudo apt-get update
    # sudo apt-get install hv-kvp-daemon-init
    # uname –r
    <kernel release>
    # sudo apt-get install linux-tool-<kernel release>
    # sudo apt-get install linux-cloud-tools-<kernel release>
    Please refer to note 5 , 9 within following article :
    https://technet.microsoft.com/en-us/library/dn531029.aspx
    As for linux VM running on hyper- v, I would suggest you to try to get further assistance from this forum:
    https://social.technet.microsoft.com/Forums/en-US/home?forum=linuxintegrationservices&filter=alltypes&sort=lastpostdesc
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • How to verify if backups are set up and running on Hyper-V with Ubuntu 12.04 on vm ?

    I have Windows Server 2008 R2 with Hyper-V installed and Ubuntu 12.04 running on a VM.
    I would like to be able to verify if Windows Server Backups are in fact backing up the Ubuntu VM.
    From within Hyper-V Manager no snapshots appear for the VM.
    I have done a lsmod on Ubuntu to verify if LIS is installed , this is the output:
    Module                  Size  Used by
    vesafb                 13844  1
    joydev                 17693  0
    hid_hyperv             13164  0
    hid                    99559  1 hid_hyperv
    mac_hid                13253  0
    psmouse                87603  0
    serio_raw              13211  0
    i2c_piix4              13301  0
    lp                     17799  0
    parport                46562  1 lp
    hv_netvsc              22939  0
    hv_utils               13540  0
    hv_storvsc             17896  2
    hv_vmbus               34543  4 hid_hyperv,hv_netvsc,hv_utils,hv_storvsc
    floppy                 70365  0
    A ps -ef outputs this:
    root       217     2  0  2013 ?        00:00:00 [hv_vmbus_con]
    root       218     2  0  2013 ?        00:00:00 [hv_vmbus_ctl]
    root       219     2  0  2013 ?        00:00:00 [hv_vmbus_ctl]
    root       220     2  0  2013 ?        00:00:00 [hv_vmbus_ctl]
    root       221     2  0  2013 ?        00:00:00 [hv_vmbus_ctl]
    root       222     2  0  2013 ?        00:00:00 [hv_vmbus_ctl]
    root       223     2  0  2013 ?        00:00:00 [hv_vmbus_ctl]
    root       224     2  0  2013 ?        00:00:00 [hv_vmbus_ctl]
    root       225     2  0  2013 ?        00:00:00 [hv_vmbus_ctl]
    root       226     2  0  2013 ?        00:00:00 [hv_vmbus_ctl]
    root       227     2  0  2013 ?        00:00:00 [hv_vmbus_ctl]
     (not the entire output, just what I think is relevant)
    When checking the registry on Server 2008 I cannot find the key
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WindowsServerBackup\Application Support\{66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}
    as described how to setup in this link: http://support.microsoft.com/kb/958662
    From what I can gather VSS will be able to run without the need to shutdown the Ubuntu VM but the backups are not running when Windows Server Backups run?
    How can I verify IF any backups of the VM have run successfully at all?
    I am new to Hyper-V - but from what I can see , it seems that no VM backups are running . The normal Windows Server backups are running nightly. I would like them to run together without having to restart/ take offline/reboot the VM.
    This is a production server and I need to avoid rebooting as much as possible-

    Hi Sir,
            The following daemons must be installed manually for Ubuntu distributions:
    VSS Snapshot daemon – This daemon is required to create live Linux virtual machine backups.
    KVP daemon – This daemon allows setting and querying intrinsic and extrinsic key value pairs.
    To install both daemons, please use the following command:
    Copy
    # sudo apt-get update
    # sudo apt-get install hv-kvp-daemon-init
    # uname –r
    <kernel release>
    # sudo apt-get install linux-tool-<kernel release>
    # sudo apt-get install linux-cloud-tools-<kernel release>
    Please refer to note 5 , 9 within following article :
    https://technet.microsoft.com/en-us/library/dn531029.aspx
    As for linux VM running on hyper- v, I would suggest you to try to get further assistance from this forum:
    https://social.technet.microsoft.com/Forums/en-US/home?forum=linuxintegrationservices&filter=alltypes&sort=lastpostdesc
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Print to Linux Server Running Samba & CUPS

    Trying to get iMac to print to the shared printer on home Linux Server running Samba and CUPS 1.2.10.
    The printer shows up as a shared printer, however, in looking in my logs, I see that the destination packets are being sent to ip 255.255.255.255, instead of the Linux Server.
    I have also tried to configure as IPP Printer, but that produced the same result.
    Thanks ::
    B

    Can you give us more detail, like printer model, what protocol(s) you've tried and what entries you put in Printer Setup Add dialog? While you're at it, how have you enabled printer sharing on the linux box?
    IPP would be the preferred protocol. When you Add in OS X Printer Setup, you'll need the IP address as well as the printer "queue name" from linux.

  • Configuring Linux to run Oracle

    Reading thru Oracle install doc, says to do an "ipcs" to see
    stats about MAXMEM etc. My stats show I need changes, Oracle
    doc gives no hints about "what to do". Maybe I need to
    "somehow" reconfigure Linux Kernel (running latest Red Hat via
    Linux Unleashed book), ideas, hints? Thanks! :)
    null

    Martin Eberhartinger (guest) wrote:
    : John Hurley (guest) wrote:
    : : Reading thru Oracle install doc, says to do an "ipcs" to see
    : : stats about MAXMEM etc. My stats show I need changes, Oracle
    : : doc gives no hints about "what to do". Maybe I need to
    : : "somehow" reconfigure Linux Kernel (running latest Red Hat
    via
    : : Linux Unleashed book), ideas, hints? Thanks! :)
    : Dear John!
    : I guess (please correct me and send an eMail to
    : [email protected]) that these settings are only for
    : Solaris and not for LINUX, because in the installation-Appendix
    : for LINUX there is nothing for kernel parameters, but every
    else
    : shortly explained
    : Bye
    : Harti
    Someone might have to correct me here, but I think the kernel
    configuration is done inside the lilo.conf file by adding a
    following line in:
    append="params go here separated by a comma"
    then you run lilo, and if lilo does not complain, simply reboot
    your Linux. I would also suggest to have a boot disk handy (just
    in case)
    Regards
    Marius
    null

  • Problem with Mac OSX version of Microsoft RDP Client 8.0.10 (Build 25189) connecting to Linux host running XRDP

    Hi,
    I have an issue when using the Microsoft RDP client on Mac OSX 10.X when connecting to a Linux host running the XRDP service(XRDP host is authenticating to an AD DC).
    Exactly the same connection parameters work when connecting to the XRDP host from a Windows server using the local Microsoft RDP Client and the same authentication credentials, so I am confused as to what might be creating the issue.
    I have also checked that I am able to connect from my Mac to the remote linux box that is running the XRDP service, by using another App on OSX called CoRD. This also connects without issue. 
    Are there any differences in the way the Mac version of Microsoft RDP authenticates compared to its Windows counterpart?
    Any advise appreciated. Happy to provide any logs.

    Hi,
    As this case has been quiet for a while.I need to close the case and will mark it as Answer. If you still have any issue,I suggest you ask in a new thread. 
    Thanks for your Support & understanding!
    Regards.
    Dharmesh Solanki
    TechNet Community Support

  • Equivalent of Linux's sysctl

    Is there an equivalent command of linux's /sbin/sysctl on solaris 10? This command is used in setting and retrieving the TCP buffers on Linux.
    Also what is the equivalent on solaris 10 for the tcp buffers tcp_rmem and tcp_wmem of linux.
    Thanks for your time and response
    Chakra

    To modify kernel parameters at runtime you may use "mdb" and "ndd"
    commands. To modify kernel parameters statically use /etc/system file
    (man -s4 system).
    To modify tcp parameters use "ndd". Type
    # ndd /dev/tcp \?
    to obtain parameters list. See "Solaris Tunable Parameters Reference
    Manual" http://docs.sun.com/app/docs/coll/47.16 for details.
    Vitaly Filatov,
    Moscow Russia

  • New installation woes - SQLDeveloper on Oracle Linux x64 and Oracle 11g XE

    Note that as an experienced Oracle developer in enterprise environments running MS Windows OS, I am familiar with SQLDeveloper for Windows. I don't have a lot of experience with Linux however. I don't find it intimidating, I just don't have a lot of accumulated knowledge.
    I have recently been trying to set up a development environment on my Windows7 Professional x64 laptop.
    1. Installed Oracle VBox
    2. Installed Oracle Linux 5.2 inside the VBox (because Oracle 11g XE is not certified on 64 bit Windows, needed to go with a Linux OS)
    3. Installed Oracle DB 11.2 XE
    4. Installed JDK as instructed in the SQLDeveloper release notes for Linux x64
    5. Installed SQLDeveloper 3.1.07.42-1
    No apparent issues with any of the installations.
    Problem : I can run SQL Plus from the command line, but when I click on the icon for SQLDeveloper, nothing happens. No error messages, nothing else.
    Question #1 : Unsure how to debug/troubleshoot this. Will read through the installation and release notes for SQLDeveloper, but any suggestions would be welcome.
    Question #2 : Could this be due to an issue with the JDK installation? It appeared to be successful (no obvious issues) but I can't see anything in the Oracle Linux menu system that tells me the JDK was installed successfully. How can I confirm that the JDK installation was successful?
    Edited by: Peter Hartgerink on Jun 19, 2012 9:12 AM

    >
    The Linux x64 version of SQLDeveloper doesn't come bundled with JDK. There is a version of JDK recommended, with an advisory to install it before installing SQLDeveloper. This I did, with apparent success. I guess I'll have to install the JDK again and check my Java versions afterwards. Thanks.
    >
    I don't know what JDK you downloaded since you didn't say. What version was it? Post the link.
    I find it hard to believe that the JDK version recommended was 1.4.2 since that is an ANCIENT version of Java, you have to hunt to even find it for download and most importantly the sql developer main download page clearly announces what version of Java is needed.
    http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
    >
    JDK Support
    Oracle SQL Developer 3.1 is shipped with JDK1.6.0_11. However, you can connect to and use any JDK 1.6.0_11 or above. To use an existing JDK, download the zip files listed below "with JDK already installed."
    >
    As you can see you need JDK 1.6.0_11 or above.
    If the version you say was recommended was actually 1.4.2 then that is an error; post the details so the developers can get that error fixed.
    I don't know what is on your system and can only go by the information you provide
    >
    4. Installed JDK as instructed in the SQLDeveloper release notes for Linux x64
    java version "1.4.2"
    >
    You either downloaded version 1.4.2, which seems unlikely, or your Linux included 1.4.2 and it is being used when you try to launch sql developer.
    Perhaps your system now has multiple versions of Java on it but the version being used by sql developer is the wrong one. If so that is the issue you need to resolve.

  • 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

  • Npviewer.bin (on linux) eats lots of CPU and doesn't even close when firefox is closed.

    npviewer.bin (on linux) eats lots of CPU and doesn't even close when firefox is closed.

    I've begun having this problem as well. Reviewing the above, I seen no errors that I' making. A few weeks ago, without being aware of an update to Firefox, it began behaving differently than it has for years. I've always had it set to open to an empty tab, now it often opens to the 'Firefox Home Page' (which I've never used)... this despite resetting my opening page to "Show my windows and tabs from last time" (upon troubleshooting the 'home page issue' I found that the opening page had reset to FF Home somehow. I store a lot of pages in tab groups and having them disappear is a major bummer since they're news articles I'm waiting to copy.
    Also... I run CCleaner weekly and I know that will erase the group tabs I've stored so before running it I have to store those URL's another way. Does anyone know what I can uncheck in CCleaner to keep those tabs?
    Thanks.

  • 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

  • My iPod touch will not let me download more apps, though I have sufficent memory space, and other internet based functions are running...

    though I have sufficent memory space, and other internet based functions are running...

    Try the following to rule out a software problem:                 
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar
    However, since it works with other networks that really suggests a problem with your network.

  • 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

  • How to find out whether a program is running in Hyper-V virtual machine or not?

    If I want to make a program which only running in Hyper-V virtual machine, how can I find out whether
    the program is running in Hyper-V  virtual machine or not?

    https://gallery.technet.microsoft.com/scriptcenter/Determine-if-a-computer-is-cdd20473
    http://social.technet.microsoft.com/wiki/contents/articles/942.hyper-v-how-to-detect-if-a-computer-is-a-vm-using-script.aspx
    http://www.grouppolicy.biz/2014/01/how-to-target-group-policy-to-virtual-computers/
    Mike Crowley | MVP
    My Blog --
    Baseline Technologies

  • 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

Maybe you are looking for