Changing net id

I posted this in the forums, but received no reply. I'm trying to do a mass
cn name change for one of my clients. I have everything working, except for
the groupwise associations. I'm trying to do this programmatically... the
groupwise IDM driver works, but is out of the question due to costs.
I've also tried it with and without the commit. It looks like the netid and
dn are what I need to change on the Groupwise system.. and this changes the
netcode.
Thanks in advance for any help.
Scott
I'm trying my first foray into GroupWise programming and I'm attempting
to update a user's netID, which is essentially the dn of the user. The
user has been renamed, in my test instance, from afcsmb1 to afcsmb2.
I get a hold of the IADUser object and try the following...
if(strcmp((char *)&Name, "afcsmb1")==0)
printf("Found usern");
pIADUser->get_NetID(&bstrName);
strcpy(DN, FROM_OLE_STRING(bstrName));
SysFreeString(bstrName);
strcpy(DN, "afcsmb2.AFC.Foo.Bar");
pIADUser->put_NetID(ConvertToUnicode(DN));
//pIADUser->MoveWithinTree( ConvertToUnicode(DN));
pIADUser->Commit();
Is there anything I'm missing? As you can see, I've tried both
put_NetID and MoveWithinTree. I'm renaming users the LDF and would
like to either rename them in Groupwise, which I don't think is easily
possible, or get them in a position to do a massive graft operation on
a container to relink the eDir account and Groupwise.
Thanks in advance for any help/ideas.
Scott

Scott Dillender wrote:
> I posted this in the forums, but received no reply. I'm trying to do a
> mass cn name change for one of my clients. I have everything working,
> except for the groupwise associations. I'm trying to do this
> programmatically... the groupwise IDM driver works, but is out of the
> question due to costs.
>
>
> I've also tried it with and without the commit. It looks like the netid
> and dn are what I need to change on the Groupwise system.. and this
> changes the netcode.
>
> Thanks in advance for any help.
>
> Scott
> ---
>
> I'm trying my first foray into GroupWise programming and I'm attempting
> to update a user's netID, which is essentially the dn of the user. The
> user has been renamed, in my test instance, from afcsmb1 to afcsmb2.
>
> I get a hold of the IADUser object and try the following...
>
> if(strcmp((char *)&Name, "afcsmb1")==0)
> {
> printf("Found usern");
> pIADUser->get_NetID(&bstrName);
> strcpy(DN, FROM_OLE_STRING(bstrName));
> SysFreeString(bstrName);
> strcpy(DN, "afcsmb2.AFC.Foo.Bar ");
> pIADUser->put_NetID(ConvertToUnicode(DN));
> //pIADUser->MoveWithinTree( ConvertToUnicode(DN));
> pIADUser->Commit();
>
>
> }
>
> Is there anything I'm missing? As you can see, I've tried both
> put_NetID and MoveWithinTree. I'm renaming users the LDF and would
> like to either rename them in Groupwise, which I don't think is easily
> possible, or get them in a position to do a massive graft operation on
> a container to relink the eDir account and Groupwise.
>
> Thanks in advance for any help/ideas.
>
> Scott
Hi Scott,
I haven't been able to set the NetID for any "normal" Groupwise user, as
far as I know you can only set the NetID for an "external groupwise
entity".
If you have a solution please let us know, I need this function for over
a year now.
Hans

Similar Messages

  • How to change net Price by using BAPI_PO_change

    Hi experts..
    How i can change net price by using bapi_po_change.
    What parameters i have to pass in this fm.
    if possible please tell me , which table this FM will update.
    Thanks.
    I will award points for all help.

    See the below code and have tested and it works great..
    REPORT  ZTEST_PG_07 NO STANDARD PAGE HEADING
                        MESSAGE-ID z9_msg_prash.
    Tables Declaration  ****
    TABLES: ekpo.
    Variables Declaration  ****
    DATA: v_purchaseorder TYPE bapimepoheader-po_number.
    DATA: v_ebelp TYPE ekpo-ebelp.
    Constants Declaration  ****
    CONSTANTS: x VALUE 'X'.
    Internal Tables Declaration  ****
    DATA: it_return  TYPE STANDARD TABLE OF bapiret2 WITH HEADER LINE.
    DATA: it_poitem  TYPE STANDARD TABLE OF bapimepoitem WITH HEADER LINE.
    DATA: it_poitemx TYPE STANDARD TABLE OF bapimepoitemx WITH HEADER LINE.
    DATA: wa_return  TYPE bapiret2.
    Selection Screen  ****
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.
    PARAMETERS: p_ebeln LIKE ekpo-ebeln OBLIGATORY.
    PARAMETERS: p_ebelp LIKE ekpo-ebelp.
    PARAMETERS: p_menge LIKE ekpo-menge.
    SELECTION-SCREEN END OF BLOCK b1.
    AT SELECTION-SCREEN
    AT SELECTION-SCREEN ON p_ebeln.
      IF p_ebeln IS NOT INITIAL.
        SELECT SINGLE ebeln INTO v_purchaseorder FROM ekpo
        WHERE ebeln = p_ebeln.
        IF sy-subrc <> 0.
          MESSAGE e002.
        ENDIF.
      ELSE.
        MESSAGE e005.
      ENDIF.
    AT SELECTION-SCREEN ON p_ebelp.
      if p_ebeln is not initial.
      IF p_ebelp IS NOT INITIAL.
        SELECT SINGLE ebelp INTO v_ebelp FROM ekpo
        WHERE ebeln = p_ebeln AND ebelp = p_ebelp.
        IF sy-subrc <> 0.
          MESSAGE e003.
        ENDIF.
      ELSE.
        MESSAGE e006.
      ENDIF.
      endif.
    START-OF-SELECTION
    START-OF-SELECTION.
      v_purchaseorder = p_ebeln.
      it_poitem-po_item  = p_ebelp.
      it_poitem-quantity = p_menge.
      it_poitem-net_price = '20.00'.
      APPEND it_poitem.
      it_poitemx-po_item  = p_ebelp.
      it_poitemx-po_itemx = x.
      it_poitemx-quantity = x.
      APPEND it_poitemx.
    *&----Calling BAPI function module
      CALL FUNCTION 'BAPI_PO_CHANGE'
        EXPORTING
         purchaseorder                = v_purchaseorder
        testrun                      = x
       TABLES
         return                       = it_return
         poitem                       = it_poitem
         poitemx                      = it_poitemx.
         CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            WAIT          = space
         IMPORTING
           RETURN        =
    END-OF-SELECTION
    END-OF-SELECTION.
      LOOP AT it_return INTO wa_return.
        WRITE:/ wa_return-message.
      ENDLOOP.
    Thanks
    Seshu

  • Recreating duty calculations for PO for changed Net price of an item.

    Dear Friends,
    i am trying to simulate the duty values for a PO by calling the FM's in the below said order.
    it is working fine, when i am simply passing the actual value of the item via structure (gfl_komp) shown below.
    My requirement is like, i want to change the net price in the  item structure (gfl_komp) and recalculate based on the changed Net Price. But when i change the Net value, it is not getting reflected in the simulated value of FM 'Pricing_screen'.
    Is there anything i should pass to the  header structure (gfl_komk). Please help me out.
       CALL FUNCTION 'ME_FILL_KOMK_PO'
              EXPORTING
                i_ekko          = gfl_ekko
                i_ekpo          = gfl_ekpo_pass
               i_lfa1          = gfl_lfa1
                i_t001          = gfl_t001
               i_kalsm         = gfl_ekko-kalsm
               i_kappl         = 'M'
         I_EGIMP         = I_EGIMP
         I_LFM1          = I_LFM1
         I_T001W         = I_T001W
         I_TRTYP         = I_TRTYP
         I_WEDATEN       = I_WEDATEN
         I_KVORG         = I_KVORG
             IMPORTING
               e_komk          = gfl_komk
            CALL FUNCTION 'ME_FILL_KOMP_PO'
              EXPORTING
                i_ekpo                     = gfl_ekpo_pass
                i_t001w                    = gfl_t001w
                i_ekko                     = gfl_ekko
                i_komk                     = gfl_komk
           I_MT06E                    = I_MT06E
           I_EINE                     = I_EINE
           I_EINA                     = I_EINA
           I_PREISFINDUNGSMENGE       = I_PREISFINDUNGSMENGE
           I_UEBPO                    = I_UEBPO
             IMPORTING
               e_komp                     = gfl_komp
    Here i am trying to change the values of the actual PO values in gfl_komk and gfl_komp.
            CALL FUNCTION 'PRICING_SCREEN'
              EXPORTING
                comm_head_i            = gfl_komk
                comm_item_i            = gfl_komp
      COMM_TEXT              = ''
      DISPLAY_ONLY           = ''
      MATERIAL_TEXT          = ''
      TRTYP_I                = 'A'
      FPTYP_I                = ''
      CTRL_NO_DISPLAY        = CTRL_NO_DISPLAY
      REQUEST_POS1           = '-'
      REQUEST_POSM           = '-'
      REQUEST_POSP           = '-'
      REQUEST_POSL           = '-'
    IMPORTING
      COMM_HEAD_E            = COMM_HEAD_E
      COMM_ITEM_E            = COMM_ITEM_E
      CALCULATION_TYPE       = CALCULATION_TYPE
      FCODE_E                = FCODE_E
              TABLES
                tkomv                  = git_tkomv
      SVBAP                  = SVBAP
    CHANGING
      C_VFKOMV               = C_VFKOMV
        ENDCASE.
      ENDIF.
    Regards,
    Sandeep Sivan
    Edited by: sandeep sivan on Apr 13, 2010 11:32 AM
    Edited by: sandeep sivan on Apr 13, 2010 11:32 AM
    Edited by: sandeep sivan on Apr 13, 2010 11:37 AM
    Edited by: sandeep sivan on Apr 13, 2010 11:47 AM

    hi sirnivas..
    Thanq you for the points..these are the first i ever recieved..
    if you are working on peice of code which can get the price history do me a favour if you have finished the code just explain it to me who did u  do that...
    i have been working on an object from last two weeks to get the latest price...
    the thing is even though the price for condition items has been changed it wont get updated in the Sales orders unless new pricing fot the document is done...
    so i have to get all the sales orders who condition items price has been changed and display them in an ALV...so if you can get the exact old values...for the conditions i guess the opposite also can be done.....
    Here i have suggestion for you...in condition items there is a process called SCHEMA ( pricing Schema) which you can see using Condition Analysis button at the bottom of the condition item window...
    you can see all the price changes to the condition when you parse the tree structure of the procedure..EXAMPLE :- R0000 etc...
    so some Sales orders if the Schema has been changed all the existing condition are replaced by New ones from the changed Schema...so i guess that would play an important role in deciding the Price of Sales order...
    I know this is bit long but .....if you did finsish your program do let me know how you did it...
    Thankyou very much and good luck.

  • *Is it possible to change NET PRICE of Service PO after Invoice.*

    if it is possible can you please mention what are ways to change NET price after INVOICE

    I would suggest Forum "ERP - Logistics Materials Management (MM)":
    SAP ERP - Logistics Materials Management (SAP MM)
    But I believe you should try Forum Search beforehand:
    http://forums.sdn.sap.com/search!default.jspa

  • Is there any transaction that will change net price in a purchase order

    Hi All,
               Is there any program / transaction where i can change the net price for few materials in the purchase orders (say 100 purchase orders) which has been created few days back. Please let me know at the earliest.
    Regards,
    PSS

    Hi,
    By changing the price in the Info Record price condition it is possible to made to reflect the same in PO Net Price through Automatic document Adjustment.
    MEI1 & MEI2 are used for Invidual & Mass processing.
    Its applicable to Vendor / Material combination i.e. Info Record.
    Regards,
    Ramesh

  • Change Net price in the PO after releasing blocked invoice

    Hi,
    We had a PO which had wrong price for an item.  Invoice amount was hight for this line item and so the invoice was blocked.  Accounting manually unblocked the invoice so purchasing could correct the price on the PO but now the net price column is greyed out in the PO just for that line itme.
    Please can anyone let me know how to change the price on the PO so that invoice could be processed.
    Thanks
    Mira

    Hi,
    Once PGR Processed you can't change the Price of the PO.
    First you have to reverse the INvoice in MR8M..
    Then you have to cancel the MIGO  through 102 movement type.
    then you do changes in PO item value.
    afterthat do MIGO & MIRO.
    it will work.
    SAM

  • Changing net weight on a Batch Sub-item (outb. delivery)

    Hi !
    From a report I have to change the Net weight on a Batch Sub-item on an outbound delivery !
    I use BAPI 'BAPI_OUTB_DELIVERY_CHANGE' but I can't make it work... Does anybody know which parameters and tables I have to fill out when calling the BAPI
    /Kenneth

    Hi !
    I can change the Delivery quantity on the batch sub-item...but when a try to change the Net weight on the same batch sub-item from eg. 850 kg to 853 kg the Net weight field is blank when the delivery has been updated..
    I don't know if I have filled out the right fields in my internal table it_item_data...??
    Table u_it_data contains the items that should be changed...both the main item 000010 and the batch sub-items...(900001, 900002)!
    Here is my code !
      LOOP AT u_it_data INTO wa_data.
        IF wa_data-hieraritem = wa_data-posnr AND
           wa_data-batchsp = 'X'.
    this is the main-position (000010)
          wa_item_data-deliv_numb      = wa_data-vbeln.
          wa_item_data-deliv_item      = wa_data-posnr.
          wa_item_data-material        = wa_data-matnr.
          wa_item_data-sales_unit      = wa_data-vrkme.
          wa_item_data-sales_unit_iso  = wa_data-vrkme.
          wa_item_data-base_uom        = wa_data-meins.
          wa_item_data-unit_of_wt      = wa_data-gewei.
          wa_item_data-fact_unit_nom   = wa_data-umvkz.
          wa_item_data-fact_unit_denom = wa_data-umvkn.
          wa_item_data-batch           = wa_data-charg.
          APPEND wa_item_data TO it_item_data.
          wa_icontrol-deliv_numb = wa_data-vbeln.
          wa_icontrol-deliv_item = wa_data-posnr.
          wa_icontrol-volume_flg = 'X'.
          wa_icontrol-gross_wt_flg = 'X'.
          wa_icontrol-chg_delqty = 'X'.
          wa_icontrol-net_wt_flg = 'X'.
          APPEND wa_icontrol TO it_icontrol.
        ELSE.
    this is the Batch Sub-items (900001, 900002)
          wa_item_data-deliv_numb = wa_data-vbeln.
          wa_item_data-deliv_item = wa_data-posnr.
          wa_item_data-net_weight = wa_data-weight.
          IF wa_data-batchsp = 'X'.
            wa_item_data-dlv_qty        = wa_data-lfimg.
            wa_item_data-dlv_qty_imunit = wa_data-lfimg.
          ELSE.
            wa_item_data-dlv_qty        = wa_data-kcmeng.
            wa_item_data-dlv_qty_imunit = wa_data-kcmeng.
          ENDIF.
          wa_item_data-hieraritem      = wa_data-hieraritem.
          wa_item_data-batch           = wa_data-charg.
          wa_item_data-usehieritm      = '1'.
          wa_item_data-material        = wa_data-matnr.
          wa_item_data-sales_unit      = wa_data-vrkme.
          wa_item_data-sales_unit_iso  = wa_data-vrkme.
          wa_item_data-base_uom        = wa_data-meins.
          wa_item_data-unit_of_wt      = wa_data-gewei.
          wa_item_data-fact_unit_nom   = wa_data-umvkz.
          wa_item_data-fact_unit_denom = wa_data-umvkn.
          APPEND wa_item_data TO it_item_data.
          wa_icontrol-deliv_numb = wa_data-vbeln.
          wa_icontrol-deliv_item = wa_data-posnr.
          wa_icontrol-chg_delqty = 'X'.
          wa_icontrol-net_wt_flg = 'X'.
          APPEND wa_icontrol TO it_icontrol.
        ENDIF.
        CLEAR: wa_icontrol,
               wa_item_data.
      ENDLOOP.
      CALL FUNCTION 'BAPI_OUTB_DELIVERY_CHANGE'
        EXPORTING
          header_data               = wa_hdata
          header_control            = wa_hcontrol
          delivery                  = u_delivery
          techn_control             = wa_tech
        TABLES
      HEADER_PARTNER            =
      HEADER_PARTNER_ADDR       =
      HEADER_DEADLINES          =
          item_data                 = it_item_data
          item_control              = it_icontrol
      ITEM_SERIAL_NO            =
      SUPPLIER_CONS_DATA        =
      EXTENSION1                =
      EXTENSION2                =
          return                    = it_return
      TOKENREFERENCE            =
    Regards,
    Kenneth

  • Changed net info

    I set up my new mac today using the assistant, successfully transferred all data from my powerbook this. I searched online to change my main user name/administrator name to something else and semi-successfully did so. I also changed that administrator's password. At some point I was directed (by these online support pages) to net info to change this info as well, and am now regretting it. I rebooted with the disk to change the admin password, and can log in to the new admin name and password, but I no longer can access my files that had been transferred to the administrator account. I also am unable as the administrator to "enable root user." What can I do to just get things running normal again? I need my old files accessible, I need my new user name and password. Thanks - VT

    Hi,
    try report RV16ACHD or trx. xk13
    A.

  • CHANGING NET WORK

    I PURCHASED AN UNLOCKED,SIM FREE ,IPHONE 5S, IN THE UK, FROM AN APPLE RETAIL STORE, AS I TRAVEL ABROAD,AND USE LOCAL NET WORKS, AS ITS CHEAPER THAN MY NET WORK IS TO TAKE WITH ME , SO IF YOU CHANGE NETWORK PROVIDER, AS I DO , AM I RIGHT IN THINKING, YOU HAVE TOO RESET DEVICE / IPHONE ?  WHEN YOU INSERT NEW SIM CARD, IF SO IS THERE  AWAY  AROUND THIS, AS A RESET EVERY TIME YOU TRAVEL  IS A BIT MUCH .THANKS, PETER

    Normally I would say that's because you restricted changes to accounts. Settings>General>Restrictions>Allow Changes>Accounts. If you disable changing accounts the Apple ID will be greyed out, but you said that you were able to change the ID for FaceTime and that shouldn't work either.
    for the message about checking the network connection check Settings>General>Date and Time>Set automatically>On. Make sure the time zone is correct as well. Then try restarting the iPad and if you still get the message, reset the iPad.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • How to change Net Due Date in case of Credit Memo..

    Hi Experts,
    In our system currently when we create credit memo using tcode FB75 system makes the invoive due immediately.
    We wanted to make this net due date dependent on payment terms given by us. Please let me know how can I achieve this..
    Please let me know if there is any user exit there or the configration path to achieve this...
    Regards,
    Vidya

    This is a standard SAP functionality. Usually a credit memo is referenced to an invoice and if you don't have a reference to an invoice SAP would consider that credit memo as due immediatly.
    If you have an invoice to be referenced to this credit memo enter the invoice number in the invoice reference field in FB75 > payment tab and then enter the payment term. If you don't have an invoice reference enter V  in the invoice reference field and then the payment term, system will calculate net due date based on payment term.

  • Changing Net Price using bapi 'BAPI_PO_CREATE1'

    Hi All,
    I have a requirement to create the PO using BAPI .In this ,  the Net Price value is automatically updated from Info record.
    Can any one pls suggest the procedure how to update this Net Price through a flat file , and not through the info record.
    Thanks in advance...
    Regards,
    Sivani.

    HI,
    Try to set the IMPORT paramter NO_PRICE_FROM_PO = 'X'.
    also if u want the data from the flat file collect the data from flat file to internal table.
    loop through that internal table
    call BAPI.
    endloop.
    Hope this solves ur problem
    Thanks ,
    Ruchi

  • Change Net Price of Scheduling agreement (ME32L/MEK2)

    Hi,
    I need to modify via ABAP program the net price of scheduling agreements.
    My current program edits price conditions through batch-inputs on MEK1 / MEK2 but they don't automatically update the net price.
    The ME32L allows editing of price conditions and automatically updates the net price, but is not suitable for a batch input.
    Any ideas?
    Thanks and regards
    Francesco

    Dear Frans,
    As per i know You can use ME32L for batch input,. you can try to record the script using SHDB.

  • How to change net price of order in B2B webshop

    Hi All,
    I have a requirement where a new input field (discount) is to be added in 'order.jsp' page of B2B webshop in header level. when a user enters some discount in it and clicks 'update' button, the netprice in header should be reduced by given discount and also all the line items should get affected by the same discount. I have added input field using extension mechanism as stated in 'examples' document.Now i am stuck with the pricing.Can any one suggest some pointers on this.
    Regards,
    Anasuya

    Hello Anasuya,
    You can call either function module CRM_PRICING_MAINTAIN_OW  (header) or function module CRM_PRICING_I_MAINTAIN_OW (item) in your CRM BAdI method CHANGEHEAD_SET_DATA to update the pricing conditions in your transactions.
    You are able to do this since the user is in the Basket / Cart page and clicking Update button.
    Easwar Ram
    http://www.parxlns.com

  • How can i change net mask while using dhcp??

    Hi guys! Newbie here. I am having a problem that i can't find an answer to. I am in a college network with dhcp. in this network we have many workgroups. I can see all of them. But i can only explore 2 of the 17 workgroups. I am guessing it is the subnet mask but i am not sure.
    here is the relevant part of rc.conf
    HOSTNAME="innerwisp"
    lo="lo 127.0.0.1"
    eth0="dhcp"
    INTERFACES=(lo eth0)
    ROUTES=(!gateway)
    #NET_PROFILES=(template)
    and here is smb.conf
    [global]
    workgroup=b2
    security = user
    dns proxy = no
    restrict anonymous = no
    domain master = no
    preferred master = no
    max protocol = NT
    acl compatibility = winnt
    ldap ssl = No
    server signing = Auto
    workgroup = b2
    and the weird thing is that b2 is not one of the workgroups that i can explore
    And one more question. I tried to set up the network from control centre-->Internet&Network-->network settings. there i get the message: your platform is not supported. plz chose one of the following distro's. which should i choose?
    I would really appreciate any help cause for the past 4 hours i have been trying and searching with no result.
    I am sorry if something like this has already been posted, but if it has i must have missed it
    Last edited by innerwisp (2008-03-17 23:01:36)

    Well I guess u can say problem solved. the problem must have been with the DNS cause smb://192.168.0.xxx works. I only need to explore the three main servers so I dont need to figure out what the problem with the dns is. Thank u for your help guys!

  • Error in udev change of net interface name wlan0 to wlp3s0

    My quite fresh installation of Arch has started having the following problem:
    the udev rename of my wireless interface from wlan0 to wlp3s0 suddenly stopped working!
    In journalctl, I find the following error line:
    Jan 09 16:23:43 mole systemd-udevd[180]: error changing net interface name wlan0 to wlp3s0: Device or resource busy
    I am using netctl, netctl-auto and netctl-plugd with wpa-supplicant and dhcpd. The issue seems to be that netctl tries to do stuff with wlan0 before udev can rename it, as a  non-predictable race condition. Further down in journal, I have this (non-error) line
    Jan 09 16:23:43 mole systemd[1]: Started (Re)store the netctl profile state.
    Searching Google yielded me a few places talking about this, but no solution as I could see, and they were also possibly quite outdated.
    My ethernet interface is properly renamed and works without issues. I should perhaps also mention that my install is now about 3 weeks old, and I have rebooted the machin a number of times before this behaviour started. In this time I also switched from netctl to wicd back to netctl, and the last switch was only a few days ago.
    I have brainlessly tried various stuff, such as disabling netctl-auto and netctl-plugd for all interfaces, as well as adding a custom renaming rule to
    /etc/udev/rules.d/10-network.rules
    . Needless to say, this didn't resolve my problem.
    In case it is important, I have the following services pertaining to networking running:
    UNIT LOAD ACTIVE SUB DESCRIPTION
    dhcpcd.service loaded active running dhcpcd on all interfaces
    [email protected] loaded failed failed Automatic wireless network connection using netctl profiles
    [email protected] loaded active running Automatic wired network connection using netctl profiles
    netctl.service loaded active exited (Re)store the netctl profile state
    netctl@wlan0_eduroam.service loaded active exited Networking for netctl profile wlan0_eduroam
    polkit.service loaded active running Authorization Manager
    systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
    systemd-udevd.service loaded active running udev Kernel Device Manager
    systemd-update-utmp.service loaded active exited Update UTMP about System Reboot/Shutdown
    wpa_supplicant.service loaded active running WPA supplicant
    Is it right to have netctl.service activated?
    Any help is greatly appreciated.
    Thanks,
    jsrn

    Thanks for the reply, lspci. With the same no. as your question:
    1. Right now I have both wlp3s0_[some interfaces] and wlan0_[same interfaces] since I need both interfaces. All of the names are correct, and their configs are the same expect of course for the Interface-line. I also have an enp0s25_dhcp for my wired connection.
    2. and 3. The custom udev rule that I made after the problem started occurring is in /etc/udev/rules.d/10-network.rules and contains
    SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="a4:4e:31:cd:5d:64", NAME="wlp3s0"
    I can't seem to detect that it has any influence or is even run. But on the other hand, it is exactly this that udev was already trying to do but failing.
    4. I could of course do this. But shouldn't it work without conflicting with the udev rename? The wiki currently recommends exactly these two services.
    Right now my system works, albeit more manually than I would hope. I am on wireless right now, but if I lose connection (bad reception here), then I have to stop the netctl service on wlan0, down the wlan0 link and then restart netctl on wlan0. Also, whenever switching wireless network or to wired, I expect to have to do similar tedious stuff.

Maybe you are looking for

  • Installation of Weblogic 10.3.2.0 fails

    I got "Fatal error has occured. The application will terminate" in the middle of installation. I am trying to install weblogic on Solaris Sparc 5.10 (64bit) using 64-bit JVM. I came across another posting that suggested to specify -Xmx1024m to avoid

  • Migration of Forms (fmd) from 6i to 11g

    Could any body tell me how to migrate the forms 6i fmbs to forms 11g format?

  • Need advice on repairing/selling a Quad 2.5 G5

    So my G5 died... long story short, apple says they need to replace the processor and heat sync. they quoted me at just under $2000. I called a 3rd party repaIr place, and they quoted me at just under $1000. My questions are 1. can I find it for cheap

  • How to put smatform in NACE

    Hi all, we can put script form & print program in NACE  so that we can get an output type.   for smartform, there is no print program. so what we will put in the program field in NACE??? i.e how we will put smartform in NACE ?? Regards pabi

  • Layout Looks Different from Dreamweaver to Email?

    I am currently using Adobe Dreamweaver CS5 to create emails for my work. Last month I started having an issue where the 3 columns I have in the template would look even in Dreamweaver, but when I sent a test email to myself they looked completely off