Multiple SRM Issues (Org, SC, Attributes)

Hello,
Please help me troubleshoot these issues.
I have all the Product Hierarchy, Category replicated from ECC
1) But I see nothing in COMMPR01
2) I am not able to assign Product Category in Extended Attributes tab
3) When I try to "Free text" procurement, I get an error No authorization to purchase from product category ' '
4) Category drop down is blank when I try to shop
5) "No Values Found" when I search for "Product Category"
Thanks for your time.

Hi
1) But I see nothing in COMMPR01
Product category wil be avaialble in COMM_CATEGORY table or check comm_hierarchy tcode
2) I am not able to assign Product Category in Extended Attributes tab
You have to manually assign the product category. system will not popluate the product category thee.
3) When I try to "Free text" procurement, I get an error No authorization to purchase from product category ' '
did you do the configuration in purschase group responsibilty in org structure check it up.
4) Category drop down is blank when I try to shop
check PPOMA configuration , extended attribute. since you did not define the product category in extended attribute.
5) "No Values Found" when I search for "Product Category"
Did you pull all product category via r3as.

Similar Messages

  • ORA-35563: Multiple values exist for an attribute of this dimension member

    After following the tutorial Building OLAP Cubes I was trying to make a cube with aggregation down to the day instead of down to the month.
    I created a times table pretty similar to the one used in the tutorial:
    CREATE TABLE EVENT_TIMES (
            HOUR_KEY        DATE NOT NULL,
            DAY_ID          VARCHAR2(10),
            DAY_NAME        VARCHAR2(10),
            DAY_END_DATE    DATE,
            DAY_TIME_SPAN   NUMBER,
            MONTH_ID        VARCHAR2(30) NOT NULL,
            MONTH_NAME      VARCHAR2(40),
            MONTH_END_DATE  DATE,
            MONTH_TIME_SPAN NUMBER,
            YEAR_ID         VARCHAR2(30) NOT NULL,
            YEAR_NAME       VARCHAR2(40),
            YEAR_END_DATE   DATE,
            YEAR_TIME_SPAN  NUMBER
    As you can see, instead of a DAY_KEY like in the tutorial, I now use an HOUR_KEY.
    This is a sample of the data I inserted in this table:
    select to_char(hour_key,'YYYYMMDDHH24MISS'),DAY_ID,DAY_NAME,DAY_END_DATE,DAY_TIME_SPAN,MONTH_ID,MONTH_NAME,MONTH_END_DATE,MONTH_TIME_SPAN,YEAR_ID,YEAR_NAME,YEAR_END_DATE,YEAR_TIME_SPAN from event_times;
    TO_CHAR(HOUR_KEY,'YYYYMMDDHH24MISS') DAY_ID     DAY_NAME   DAY_END_DATE DAY_TIME_SPAN MONTH_ID                       MONTH_NAME                               MONTH_END_DATE MONTH_TIME_SPAN YEAR_ID                        YEAR_NAME                                YEAR_END_DATE YEAR_TIME_SPAN
    20140104050000                       Y2014M1D4  Y2014M1D4  04-JAN-14                1 Y2014M1                        Y2014M1                                  31-JAN-14                   31 Y2014                          Y2014                                    31-DEC-14                365
    20140104060000                       Y2014M1D4  Y2014M1D4  04-JAN-14                1 Y2014M1                        Y2014M1                                  31-JAN-14                   31 Y2014                          Y2014                                    31-DEC-14                365
    I then created my TIME dimension with DAY as the lowest level.
    When I try the maintain cube option it fails at the 'LOAD NO SYNCH' step with the rejected records having an error message that says:
    ORA-35563: (XSRWLD17) Multiple values exist for an attribute of this dimension member.
    To me, this is a very cryptic message and the only explanation I find online is:
    Cause
    Multiple source table rows containing different values for a dimension attribute were found. Only the first of the multiple rows has been loaded.
    Action
    Fix the mapping or remove the rows with conflicting attribute values..
    This confuses me. In the tutorial the lowest level was day and the TIMES table contained 1 record for each day.
    In my example, the lowest level is hour and the TIMES table contains 1 record for each hour.
    Which attribute has multiple values? And which values?
    The rejected records (101) are not very clear:
    ALIAS_1 = 'MONTH_Y2014M1' AND ALIAS_3 = to_date('31JAN14') AND ALIAS_4 = 31 AND ALIAS_5 = 'Y2014M1' AND ALIAS_6 = 'Y2014M1' AND ALIAS_7 = 'YEAR_Y2014'
    If anyone can help point me in the right direction, it would be greatly appreciated.

    I have seen this recently. The issue is with the dimension load itself.  You have a hour level record table but the rules relating to hierarchy/attribute values etc are checked/reinforced during the load and this error comes up sometimes.
    I would guess that the issue seems to be with your month level information present in the higher level month columns. There are many records corresponding to a single month in ur case, month of Y2014M1. Information relating to Month level member Jan 2014 or member MONTH_Y2014M1 is present in these records: 31 (days) *24 (hours) = 744 records. The data in these 744 records for columns - MONTH_ID, MONTH_NAME, MONTH_END_DATE, MONTH_TIME_SPAN need to be exactly the same in order for the single member MONTH_Y2014M1 to have month attributes loaded with valid values.
    For e.g: if records #1 to #743 contain month_timespan=31 but for some unknown reason record #744 contains month_timespan=30 then this error will come up. OLAP does not know which value to load (31 or 30), and only 1 value can be loaded onto the month level member corresponding to month Y2014M1.
    A quick check of the data should give you the answer. Typically there may be some mistake/invalid assumptions made with the boundary records (in your case, check for values for records corresponding to hour=0 or hour=23/24) which is causing the issue.
    HTH
    Shankar

  • No Purchasing Group is assigned to Org plan attributes

    Hi,
        When the user is creating a SC he is getting the following error "No Purchasing Group is assigned to Org plan attributes".I have checked the users Org structure in PPOMA_BBP,But everything looks fine.
    Any inputs  will be appreaciated!!
    Thanks
    Rakesh.

    Hi
    product category are directly related to purchase group. depends upon the settings in the organisation structure , the system determines which purchase group is responsible for procuring this product category.
    so back track your product category and purchase group link and this purchase group is made a link with purchase organisation. since product category responsiblity is a mandatory in srm.
    Can you update here . where your user was positioned in org structure?
    hope that you made a link between purch organ with purchase group?
    po1
      --> pg1
    and moreover check following settings. are you try to procure via describe (spl request)?
    Purchase group - responsibilty tab what are the product category you mentioned?
    have you maintain Organisation responsibility under the responsibility tab?.
    still you find difficulty ?
    regards
    muthu

  • How to set multiple values in one context-attribute

    Hi all,
    Anybody knows a possibility to set multiple Values to a context-attribute?
    I know it how to get it with the following code:
    String break[]= request.getParameterValues("break");
    Now I want to do something like:
    request.setParameterValues(break[no]);
    where no is a counter in a loop.
    With the Method setAttribute(), I overwrite the previous inserted value.
    Thanx
    Robert

    I have not explizit declared break as an array.
    It is the Context- Attribute I want to send. I thaught that I can use it as an array in the same way I can do it when I send Data from an HTML- Form (with multiple values) to an servlet.
    I don't know how to declare the Attribute explizit as an array.
    that it is you wanted to know?
    I think my main problem is to get an array from the servlet to the jsp. Is there an other possibility (other than via Context-Attributes) to do that?
    thanx
    robert

  • Multiple OS issues with Email set up; "People" ; Synching phone not working as advertised

    Nokia Lumia 822
    Purchased yesterday (2/10/13)
    So far I have spent 14 hours attempting to resolve what feel like endless errors and bugs. If I can;t get these resolved in the next 48 hours the phone goes back. I am so disappointed  I waited especially for this phone - heard great stuff. My experience is it sucks. Worst phone ever.
    1) POP3 email accounts are non functional. I have attempted to set up and delete and re-set up now multiple times. Each time presents a fresh new nightmare.
    Issue 1 - Email account  receives email but will not send. Error message goes something like  <" Problem sending message. Message failed to send. Problem with Files or Data on your device." >
    Issue 2 - Tapping email + accounts sends me back to start screen cannot even set up account
    Issue 3 - I  get to add email account I enter my information but no account is created
    Issue 4 - I set up an account and I get an error message stating my information cannot be found.
    Issue 5 - trying to open email from start screen just resets to start screen  over and over and over NEVER opens the account.
    These are deal breaker issues. I have multiple email accounts on different platforms. If I cannot access my various emails AND send from those accounts this is NOT the phone for me.
    2) PEOPLE does not function. ALSO multiple various issues and never the same one twice.
    Issue 1 - I tap on a contact and get sent to the start screen over and over and over  and over again.
    Issue 2 I tap on a contact and the phone freezes and wont respond unless I pull the battery
    Issue 3 I open a contact and make an edit, save the contact but the change is never reflected in the list
    Issue 4 I try and search for a contact and the search freezes - only option is to return to start screen
    3) Scrolling thru any APP randomly takes me back to start screen.
    I dread attempting to synch Outlook calendar and contacts on my PC to hotmail - especially if I can't even set up email. And it seems like even holding it will jettison me out of anything I'm doing and back to start screen.
    If I can't get these issues resolved.  look like I'll be going  back to my 3 year old Blackberry Bold which performed flawlessly. It may not be the most impressive phone out there but it did what I needed it to do with out any issues.

    Interesting Twitter conversation VZWSupport on Twitter.  It was suggested to try a HARD reset - and if that doesn't work take the phone back.
    Since I don;t have anything set up yet  that's my solution.
    I see a BlackBerry Z10 in my future

  • Multiple SRM Systems One SRM-MDM Catalog?

    Hi
    I'm currently upgrading our SRM 5.0 to SRM 7.01 with SRM-MDM Catalog 7.01.  Is it possible to use one SRM-MDM Catalog in our non-production environment and connect multiple SRM systems to it?
    For example our sandbox, development and QA SRM 7.01 systems would all connect to the same SRM-MDM Catalog 7.01.
    Thanks.
    Neil

    Hi,
    for non-production use and if it is just a catalog without custom coding running I see no problem in using one MDM server for multiple SRM systems (especially sharing one for sandboxes and dev). It is a setup I have seen multiple times and it worked always without problems.
    You should set up different repositories for each SRM system so that you don't interfere with each others data (i.e. suppliers or other lookups tied to SRM).
    You have to keep in mind that you have to upgrade all systems together. But you can always use separate MDM servers during the upgrade process and then consolidate onto one server when the upgrade is done.
    If you are running custom coding with your MDM catalog I would recommend having a separate MDM system for the QA SRM in order to be closer to the production set-up when testing your custom solution.
    Regards,
    Martin

  • How to add multiple test conditions in 'test' attribute expression of xsl:if tag

    Hi all,
    How to add multiple test conditions in 'test' attribute expression of <xsl:if> tag ?
    I have 2 parameters and I want To skip the massage if this 2 conditions happened I tried to write it :
            <xsl:when test="($TransferToCompany = 0 and $ObjectInclide=1 )">
            <b1im_skip xmlns="" info=" Obect Will Not Transfer To company">
            </b1im_skip>
          </xsl:when>
    But I get an error while I am trying to transfer The object (Account) true B1if
    I am working with SBO 9 PL 13
    thank you
    shachar

    Hi saado
    Check this link:
    http://stackoverflow.com/questions/318875/can-you-put-two-conditions-in-an-xslt-test-attribute
    Kind regards,
    Radek

  • Multiple SRM and single ECC in landscape

    Hi all,
    I have a requirement where we need to implement SRM 7 in one region (so that we are able use the new features) and continue with SRM 4 for the other regions. Both the SRM systems will connect to the single ECC 5 system in the landscape.
    Has anyone implemented a similar scenario where multiple SRM systems are connected to one ECC system
    What are the problems that one will encounter.
    Self service procurement, Supplier self services and strategic sourcing are the scenarios that are currently configured.
    Contract management may be used in the future
    Any suggestion / idea will be greatful
    Thanks
    Venkat

    Hi Venkat,
    yes, it's possible to link the same ECC backend system to different SRM systems (with different releases). We have also a scenario like this.
    The only problem what comes up to my mind is, that you need to take care about the number ranges (as the PO, RS... number ranges are from the point of view external numbers).
    Regards,
    Peter

  • Connection of BI to Multiple SRM clients

    Hi,
    I am working on SRM/BW implementation. Now, in our project we are implementing multiple clients in SRM QA environment to support Testing and Training. 
    My question is,
    Can this be done ?
    If yes, What has to be done in BW system to extract data from multiple SRM clients in single environment and still segregate different client data in BW environment?
    SRM QA System client 100  ->BW QA System -
    >Query1 shows only SRM QA Client 100 data
    SRM QA system client 110 -> BW QA System---> Query1 shows only SRM QA Client 110 Data
    Thanks in advance.

    hi Raj,
    you can compound infoobject with 0LOGSYS ... or add it to your infoprovider,
    and map 0logsys with the client logical name
    take a look
    http://help.sap.com/saphelp_nw70/helpdata/en/80/1a6399e07211d2acb80000e829fbfe/frameset.htm
    hope this helps.

  • SRM issue

    Hi,
    Kindly help me on this SRM issue.
    SC created with NZD (New Zealand Dollar) currency by the user. The PR & PO are made in the backend (Classic Scenario). The curreny in the PR & PO is picked up as that of the vendor selected (the currency being different from the one in SC) but the exchage rates are not picked up. The PR & PO should be of eqivalent amount. Eg. 100NZD in SC should be 75USD (depending upon the exhange ratio) in the PR & PO;  but here it is coming 100 NZD in SC as 100USD in the PR & PO. Please Suggest
    Thanks
    Raman

    Hi,
    Kindly help me on this SRM issue. Issue is too urgent
    SC created with NZD (New Zealand Dollar) currency by the user. The PR & PO are made in the backend (Classic Scenario). The curreny in the PR & PO is picked up as that of the vendor selected (the currency being different from the one in SC) but the exchage rates are not picked up. The PR & PO should be of eqivalent amount. Eg. 100NZD in SC should be 75USD (depending upon the exhange ratio) in the PR & PO; but here it is coming 100 NZD in SC as 100USD in the PR & PO. The currencies and exchange rates are maintained in OB08 but it is not getting picked up.Please Suggest
    Thanks
    Raman

  • Multiple Goods Issue documents for single delivery?

    Hi
    I am getting multiple goods issue documents for single delivery.
    In a order there are 3 line items, and one delivery is created and 3 goods issue documents.
    What is the probable reasons for this.
    The requirement is for one order with n items there should be one delivery document and one goods issue document.
    Inputs requested.

    Since you havent put the issue in details, I have listed my guessses.
    This may be happening due to mainly these three reasons. Please answer them and get back to me.
    1) The three Good issue may be happeneing due to split delivery active for the item. If yes then correction should be in the Material master.
    2) the availability check scheduled is set in that way. If yes please configure the availability and transfer of requirement.
    3) Scheduling of the goods throught that particular shipping point. If yes then please conficgure the shipping tab in Logistic Execution.
    Please let me know if the problem persists and award points if solved.
    Thanks
    Adi

  • My dv5 laptop has an internal "typing" noise/multiple security issues

    I'm not sure if this is a problem, but since I've had all kinds of issues with this particular model (the first Pavilion we were sent by HP had to be returned because the engineers finally deemed it unfixable), I thought I'd ask.  I'm a little nervous about a sound that makes me think of little gremlins inside the unit typing away.  It's not constant, but I'm wondering if that's normal and what the noise is. 
    Another problem is that periodically I'll get a message about the computer having "multiple security issues".  I then do a virus scan, which turns out fine, so I don't know what it means. 

    The Intel chipset issue is not at all related for your Notebook. Its quite unfortunate you are facing this problem as I would say its a coincidence that even your second hard drive went bad so soon.
    Time for you to RMA the new hard drive. 
    //Click on Kudos and Accept as Solution if my reply was helpful and answered your question//
    I am an HP employee!!

  • Multiple CS6 issues

    Hi -
    At work we recently got upgraded to CS 6 and I've encountered multiple functional issues which have slowed our workflow down considerably. 
    1) Drag and dropping from either the color or line swatches on the bottom of the tool bar (at right) no longer works.  Dragging and dropping from the color pallet (fill or line) does not work either. In order to change color of an object we either have to create a NEW object with the new line or fill color and eye dropper it, or select the object- go to the CMYK (or RGB) sliders and enter the numerical version of the colors we want. VERY tedious.
    2) for the reasons listed in #1, the gradient tool has become nearly unusable.  You simply can not drag new colors into the gradient to edit it at all.  The gradient tool has always been somewhat difficult to use- with CS6 it has become useless.
    3) there are numerous glitchy interface issues that have cropped in- just one is the PMS swatch libraries- trying to get the library to list by name does not work periodically and the search swatch by number option randomly disappears and reappears.  Recently the option to search field has disappeared completely and scrolling through the PMS swatch book constantly jumps back to the top (PMS 100 yellow) when trying to select colors.  This effectively makes using the PMS swatches useless.  We've had to do a work around by importing shapes filled with certain PMS colors and eye dropper them as needed. Not a great way to work as you can imagine.
    Has anyone else encountered these issues and are there work arounds?  We've done re-installs and that has not helped so far.  Please note they are not letting us upgrade to CS Cloud version so no help there either. yay.
    Thanks in advance for any help!
    David

    David,
    Did you reinstall using the full three step way?
    Uninstall, run the Cleaner Tool, and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Multiple iPhone Issues

    Hello,
    I have been having multiple iPhone issues after updating my phone to iOS 6.1 and restoring it my phone number is grayed out on Facetime and iMessage in Settings and sometimes when I go to the app store the old app store design loads that was in iOS 5  and the search and updates and buttons below get reaaranged
    It looks like that in messages and Facetime
    NOTICE THAT THE EMAILS AND NUMBER ARED EDITED!
    Please help me fix this issue

    have you tried turning off imessage in settings and then turning it back on again to re-activate? have you tried resetting the phone by holding the sleep/wake button and the home button until the phone restarts?

  • Multiple freeze issues on my laptop

    Hello.
    I'm experiencing multiple freeze issues lately. Inspecting all logs available but found nothing.
    1. sometimes gdm freezes while switching users in Gnome 3. I share my laptop with my wife, separate accounts. While switching from one user to another, somethimes gdm (screen with account names) hangs, in situations when both users are logged or one is not. Only thing that helps is to switch to console, log in and restart gdm.
    2. I had issues with suspend, so I turned off suspend based on inactivity. Now sometimes when laptop has some idle time and is inactive, screen turns off. Then it hands, all leds are on, unable to wake (turn on display), nothing works, switching to console, nothing.
    3. Total freeze while logging into Gnome 3 session of my wife. Black screen, all leds on, only hard turn off (long press power button).
    I inspected all logs in /var/log, also .xsession-errors in both home folders of both users. Can't find anything .... I'm desperate. Please post some tips, how to log more. I can't even submit or search for some bugs as I can't determine even what is the cause.
    My laptop is ASUS X50Z.
    lspci:
    00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge
    00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780/RS880 PCI to PCI bridge (int gfx)
    00:04.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 0)
    00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)
    00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)
    00:11.0 SATA controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode]
    00:12.0 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:12.1 USB controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller
    00:12.2 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:13.0 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:13.1 USB controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller
    00:13.2 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3a)
    00:14.1 IDE interface: ATI Technologies Inc SB7x0/SB8x0/SB9x0 IDE Controller
    00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
    00:14.3 ISA bridge: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller
    00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
    00:14.5 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
    00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 11h Processor HyperTransport Configuration (rev 40)
    00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 11h Processor Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 11h Processor DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 11h Processor Miscellaneous Control
    00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 11h Processor Link Control
    01:05.0 VGA compatible controller: ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics]
    02:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
    03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    Packages installed -> http://pastebin.com/efUsSdr4
    I will gladly post more info.

    lsmod:
    Module Size Used by
    fuse 66858 2
    ipv6 288122 24
    ext3 191948 1
    jbd 63179 1 ext3
    uvcvideo 64995 0
    videodev 85100 1 uvcvideo
    media 10565 2 uvcvideo,videodev
    v4l2_compat_ioctl32 8644 1 videodev
    cryptd 8309 0
    aes_x86_64 7508 2
    aes_generic 26138 1 aes_x86_64
    ecb 2073 1
    btusb 11385 0
    joydev 9895 0
    bluetooth 150884 1 btusb
    arc4 1410 2
    ath9k 86553 0
    radeon 994864 3
    mac80211 221931 1 ath9k
    ttm 54872 1 radeon
    drm_kms_helper 25721 1 radeon
    serio_raw 4294 0
    i2c_piix4 8224 0
    psmouse 55501 0
    snd_hda_codec_realtek 282216 1
    ath9k_common 1858 1 ath9k
    drm 185736 5 radeon,ttm,drm_kms_helper
    i2c_algo_bit 5199 1 radeon
    i2c_core 20460 6 videodev,radeon,drm_kms_helper,i2c_piix4,drm,i2c_algo_bit
    pcspkr 1819 0
    asus_laptop 14098 0
    sr_mod 14951 0
    ath9k_hw 304895 2 ath9k,ath9k_common
    ath 14770 2 ath9k,ath9k_hw
    cdrom 36553 1 sr_mod
    r8169 45411 0
    evdev 9530 10
    cfg80211 165636 3 ath9k,mac80211,ath
    sparse_keymap 3120 1 asus_laptop
    k10temp 2883 0
    processor 24224 0
    thermal 7799 0
    button 4470 0
    ac 2344 0
    video 11164 0
    battery 6453 0
    snd_hda_intel 22410 2
    snd_hda_codec 80889 2 snd_hda_codec_realtek,snd_hda_intel
    sp5100_tco 4568 0
    shpchp 26281 0
    mii 4059 1 r8169
    pci_hotplug 25454 1 shpchp
    snd_hwdep 6357 1 snd_hda_codec
    snd_pcm 74368 2 snd_hda_intel,snd_hda_codec
    rfkill 15498 4 bluetooth,asus_laptop,cfg80211
    snd_timer 19544 1 snd_pcm
    snd 58362 10 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    soundcore 6210 1 snd
    snd_page_alloc 7153 2 snd_hda_intel,snd_pcm
    vboxdrv 1790690 0
    ext4 375413 2
    mbcache 5881 2 ext3,ext4
    jbd2 70667 1 ext4
    crc16 1359 2 bluetooth,ext4
    sd_mod 28275 3
    usbhid 35352 0
    pata_acpi 3376 0
    hid 82435 1 usbhid
    ohci_hcd 21714 0
    pata_atiixp 3928 0
    ahci 20005 2
    libahci 19559 1 ahci
    libata 166724 4 pata_acpi,pata_atiixp,ahci,libahci
    ehci_hcd 40794 0
    usbcore 144144 6 uvcvideo,btusb,usbhid,ohci_hcd,ehci_hcd
    scsi_mod 132794 3 sr_mod,sd_mod,libata
    dm_mod 69692 12
    /etc/rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Bratislava"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=(dm-mod vboxdrv)
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="yes"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="gorgoroth"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If something other takes care of your hardware clock (ntpd, dual-boot...)
    # you should disable 'hwclock' here.
    DAEMONS=(hwclock syslog-ng netfs crond dbus gdm networkmanager @dropboxd sshd cupsd)

Maybe you are looking for

  • Content tab

    is there blog or any document which give me the clear picture of content tab. Thanks A

  • Problem on 9 pin Din cable

    I had bought a Inspire 5700 for few years. However, in last christmas, the 9 pin din digital cable had broken. Now I can only use the analog cable to connect my audigy to I5700. Where can I buy this cable?I had e-mail to Creative CS but they just sai

  • My iphone broke and my photos are backed up on icloud, i logged in to my icloud account on my ipad but how do i see the photos saved on it?

    My iphone broke, the screen is not working so i can not get into my phone. i have around 800 photos and they were backed up regulary on icloud; i signed into my icloud account on my ipad and backup up to hopefully find that the photos will appear. Th

  • Amount field with dollar symbol?

    Hello I have a AMOUNT field on my_form. Because of good compatibility/data transfer i have defined it as a DECIMAL FIELD 12,3. Data transfer is btwn my_form and back end system SAP / Oracle. Fine. But, user want to have the below requirement: Say, fo

  • Preview video in a menu

    When I have a button highlighted in a menu, I want a window beside to play a preview to the video clip which it is linked to (No audio). Is this possible, and how do I do it?