Automation for serial no in MIGO

Hi All,
During the time of GR via MIGO I want to populate serial no based on batch no entered by the user.... eg
if Batch no is B1 then it should update the serial no table in the following fashion
b101
b102
b103.....
waiting for response....

hi is this Serial number is in ITEM level.
then u can change the ITEM data i nthe BADI
MB_MIGO_ITEM_BADI
in this BADi there is a method called ITEM_MODIFY where u can modyfy this.

Similar Messages

  • Good receipt for serialized material

    Hi
    We are using Serial number functionality. When we do good receipt for serialized material, we canu2019t enter more than 6 serial no together. Generally we used to procure 50 -100 materials. We will get serial no to excel sheet by barcode scanner. But when we entered in SAP, system allows only 6 material .
    Is there anyway we can copy from excel sheet and paste it in SAP all materials together.
    Thanks
    Jeny

    Hi
    Yes there is a way of uploading more than 6 materials at a time in MIGO screen,
    You need to  first upload or create the serial numbers for the material using an LSMW for IQ01 & here donot give any plant or storage location specific details
    At the time of Goods receipt Copy the material serial numbers by clicking on find in MIGO in serial number tab, you need to enter the material & serial numbers copying from the excel sheet & click execute this will list all the serail number , you can select them all & copy into the MIGO screen.
    This is how we didi it in our system.
    Thanks & Regards
    Kishore

  • Exits for serial numbers validation

    I need to validate the serial number ie i need to check whether the user entered the serial number or not. So i am searching for badi or customer exists.
    please tell me the exists that work for serial number validations for this transactions.
    MIGO
    MB01
    MB1C
    PGI
    MI04
    I checked the below exits but of no use..
    MB_CF001
    MBCF0002
    MBCF0005
    MBCF0006
    MBCF0007
    MBCF0009
    MBCF0010
    MBCF0011
    thank you for all the help

    How does it accept blank serial no, if the stock is there the serial no must be specified right ?
    Serial number inventory is performed for all materials with serial number requirement. For this, you must maintain the following settings:
    In the material master record, a serial number profile must be entered containing the serialization procedure MMSL (Maintain goods receipt and goods issue document), with the indicator for Serial number usage configured in such a way that serial numbers must be assigned.
    The stock check indicator in the serial number profile should be configured in such a way that an error message is displayed in the event of inconsistencies in inventory management.
    Edited by: Keshav.T on Jan 28, 2010 8:57 PM

  • User-Exit to change serial no. in MIGO

    Hi experts,
    I am looking for a user-exit/BADI in MIGO which can provide the change of serial no. in MIGO. From thread: Exit to validate serial no. in MIGO, I saw  that the user-exit EXIT_SAPLIPW1_008 can be used to do checks for serial no. but I need also to change serial no.
    Could anyone help me how to change serial no. in MIGO? Any suggestion will be good rewarded.
    Thank you in advance.
    Regards,
    Danijela Zivanovic

    use following prog to find out user exits -
    *& Report  ZUSEREXIT                                                   *
    report zuserexit no standard page heading.
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
             tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
       select single * from tadir where pgmid = 'R3TR'
                        and object = 'PROG'
                        and obj_name = tstc-pgmna.
       move : tadir-devclass to v_devclass.
          if sy-subrc ne 0.
             select single * from trdir where name = tstc-pgmna.
             if trdir-subc eq 'F'.
                select single * from tfdir where pname = tstc-pgmna.
                select single * from enlfdir where funcname =
                tfdir-funcname.
                select single * from tadir where pgmid = 'R3TR'
                                   and object = 'FUGR'
                                   and obj_name eq enlfdir-area.
                move : tadir-devclass to v_devclass.
              endif.
           endif.
           select * from tadir into table jtab
                         where pgmid = 'R3TR'
                           and object = 'SMOD'
                           and devclass = v_devclass.
            select single * from tstct where sprsl eq sy-langu and
                                             tcode eq p_tcode.
            format color col_positive intensified off.
            write:/(19) 'Transaction Code - ',
                 20(20) p_tcode,
                 45(50) tstct-ttext.
                        skip.
            if not jtab[] is initial.
               write:/(95) sy-uline.
               format color col_heading intensified on.
               write:/1 sy-vline,
                      2 'Exit Name',
                     21 sy-vline ,
                     22 'Description',
                     95 sy-vline.
               write:/(95) sy-uline.
               loop at jtab.
                  select single * from modsapt
                         where sprsl = sy-langu and
                                name = jtab-obj_name.
                       format color col_normal intensified off.
                       write:/1 sy-vline,
                              2 jtab-obj_name hotspot on,
                             21 sy-vline ,
                             22 modsapt-modtext,
                             95 sy-vline.
               endloop.
               write:/(95) sy-uline.
               describe table jtab.
               skip.
               format color col_total intensified on.
               write:/ 'No of Exits:' , sy-tfill.
            else.
               format color col_negative intensified on.
               write:/(95) 'No User Exit exists'.
            endif.
          else.
              format color col_negative intensified on.
              write:/(95) 'Transaction Code Does Not Exist'.
          endif.
    at line-selection.
       get cursor field field1.
       check field1(4) eq 'JTAB'.
       set parameter id 'MON' field sy-lisel+1(10).
       call transaction 'SMOD' and skip first   screen.
    reward if useful
    S@meer

  • How to control serial no in MIGO Screen?

    Hi Abapers ,
    I have problem for the receiving the goods in migo screen . But user can change the serial number. but I don't want to change the serial number. in MIGO Screen.
    is there any user exit OR enhancement of MIGO Screen?..
    i will give reward points. this fvery urgent.....
    thanks
    regards,
    s.muthu.
    Edited by: Subramaniyan Marimuthu on May 28, 2008 10:06 AM

    Hi Suyong,
             I talking about migo screen when u goods receive based on production order, it will show the seperate tab screen for serial number.
    That screen user can change the serial number. But I don't want to change the serial number.
    how do i control when user give wrong serial number in migo screen?.
    please explain me.
    Thanks
    regards,
    s.muthu

  • How to add Manufacturer Serial Number in MIGO

    Dear Expert,
    Could someone enlighten me how to configure in SAP MM module to include new fields in MIGO -> Details Data -> Serial Numbers Tab.
    New fields to be added such as Manufacturer Serial Number and customized field.
    Regards,
    Peck Har
    Edited by: Peck Har Poh on Dec 28, 2009 10:58 AM

    Hi,
    Whether you want to use the SAP Serial No and its control OR only you want to capture the serial no for information purpose.
    If you want to have all the controls of inventory then go fo std. SAP Serial No. Profile and use it. Also it is  not possible to increase field length of serial no and SAP also doesn't support for it.
    If it is just for information purpose then are you using Batch managment functionality of SAP, if yes then use batch classifcation and create Serial No as characteristics. (CL02 - Class / CT04 - Characteristics)
    And then assign the class to material master with class type 023 and during GR in MIGO, under Batch classification, maintain the characteristics value for Serial No.

  • Different Number Range for Batch number in MIGO

    Hi Techies,
    I have a requirement to assign the internal range number to Batch Number as K120101701 for CHARG field in MIGO. Where K1 is the Storage location, 2010 is year, 17 is current date 01 is the serial Number.  Next day the number range should be K120101801, 18 is next day's date. How can I achieve this? 
    Thanks & Regards,
    Muralikrishna P
    Edited by: muralipsharma on Nov 17, 2010 5:35 PM
    Moderator Message: Do not dump your specifications here for others to do your work. Try on your own first.
    Edited by: kishan P on Nov 18, 2010 11:31 AM

    just check with following code . it will give all badi and user exit in the transaction . in selection screen u have to pass tcode and package
    <<copy-paste from http://naveenvishal.wordpress.com/2009/07/05/user-exits-and-badi-list-for-a-t-code/ or some other location>>
    Moderator Message: DO NOT copy-paste other people's work without giving them due credit. If you continue this, you user-id will have to be deleted.
    Edited by: kishan P on Nov 18, 2010 11:36 AM

  • CO11N for serialized materials

    Hello all,
    I need to set automatic good receipt from CO11N for serialized materials since in SAP notes is reported there is no standard way to do that (control key with "automatic GR" flag does not work fot these materials).
    I'm looking for some user exit, customer enhancement, BADI, else could help me.
    Right now I'm calling, from CO11N MIGO to perform this, but I get error message C6 004 "order XXXXXX is already being processed", because I'm trying to post good movements but the confirmation is still not saved. How can I solve it?
    Any other tip?
    Regards
    Nue

    Auto goods receipt and backflush features of SAP does`nt work for the serialized materials. You need to do it manually through MIGO/MB1A/MB1C.
    Reward if cleared and close the thread.

  • Error while scanning for Serial-ATA devices.

    There was an error while scanning for Serial-ATA devices. I'm not sure how to trouble shoot this. I believe a secondary drive in bay 2 died.

    I also have just began to hit this issue.
    I have 4 2T enterprise class WD drives in a raid 1+0 (or was it 0+1) config.
    Device Model: WDC WD2002FYPS-01U1B1
    One disk (disk0 in bay 2) keeps disappearing. Completely. /dev/disk0 and /dev/rdisk0 vanish.
    If I look at "about this mac" / "More Info" / "Serial-ATA" I get the "error while scanning ...".
    If I reboot, the offending disc comes back and the raid volumes start rebuilding.
    The SMART status is (reported to be) fine.
    I use the 'smartmon' tools and look at the extended SMART status and the values of the counters all looks the same as the other drives. I can run an extended offline test, which takes forever to execute. disk 1 and 3 eventually finish with success (it writes this status into a SMART log area on the disc).
    Disk 2 and 0 take longer. I image this is because 2 is being read to resilver 0. Currently, I am running with disk0 absent again, and disk 2s test did not complete. It claims it was aborted by the host, so I imagine the one on disk0 will claim the same after I reboot.
    My system is under extended AppleCare until 16 Jan 2011, so if I can determine that this is a disc controller error, I can get it fixed. The drives have a 5 year warrantee, and are less than 1yr old, so they are covered. I just need to figure out what the issue is.
    I will now reboot and recover disk0 and see if perhaps there is anything recorded in the SMART log.
    There is nothing in kernel.log specific to disk0. I include the log extract here for posterity. The "speed" volume is not raid 0+1, just striped, which is why it gets aborted.
    Dec 21 23:30:26 8way kernel[0]: AppleRAID::restartSet - restarting set "sys_2" (C398B450-28A3-4C1D-A6A8-5B617661789D).
    Dec 21 23:30:26 8way kernel[0]: AppleRAIDMirrorSet::rebuild complete for set "sys_2" (C398B450-28A3-4C1D-A6A8-5B617661789D).
    Dec 22 04:17:22 8way kernel[0]: AppleRAID::restartSet - restarting set "usr_2" (4EA5DD68-D6D0-4CF3-A741-BFBC5ECE8A76).
    Dec 22 04:17:22 8way kernel[0]: AppleRAIDMirrorSet::rebuild complete for set "usr_2" (4EA5DD68-D6D0-4CF3-A741-BFBC5ECE8A76).
    Dec 22 05:23:16 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:23:30 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 9722C38E-DFF9-468F-8DE5-809432493168
    Dec 22 05:23:44: --- last message repeated 1 time ---
    Dec 22 05:23:44 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:24:14: --- last message repeated 4 times ---
    Dec 22 05:24:19 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:24:56: --- last message repeated 2 times ---
    Dec 22 05:24:56 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:25:17: --- last message repeated 1 time ---
    Dec 22 05:25:17 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 9722C38E-DFF9-468F-8DE5-809432493168
    Dec 22 05:25:31: --- last message repeated 1 time ---
    Dec 22 05:25:31 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on EB932B0E-8476-480C-BBD4-53A9A77D9FEF
    Dec 22 05:25:45: --- last message repeated 1 time ---
    Dec 22 05:25:45 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:26:15: --- last message repeated 2 times ---
    Dec 22 05:26:21 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:26:51: --- last message repeated 4 times ---
    Dec 22 05:27:12 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:27:33: --- last message repeated 1 time ---
    Dec 22 05:27:26 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 9722C38E-DFF9-468F-8DE5-809432493168
    Dec 22 05:27:40: --- last message repeated 1 time ---
    Dec 22 05:27:40 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:28:24: --- last message repeated 1 time ---
    Dec 22 05:28:24 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 9722C38E-DFF9-468F-8DE5-809432493168
    Dec 22 05:28:39: --- last message repeated 1 time ---
    Dec 22 05:28:39 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25
    Dec 22 05:29:14 8way kernel[0]: AppleRAID::completeRAIDRequest - error 0xe00002ca detected for set "usr_2" (4EA5DD68-D6D0-4CF3-A741-BFBC5ECE8A76), member 3C6E9EA4-831A-4
    57A-8CA5-6E7E9CBEED25, set byte offset = 222462894080.
    Dec 22 05:29:14 8way kernel[0]: AppleRAID::recover() member 3C6E9EA4-831A-457A-8CA5-6E7E9CBEED25 from set "usr_2" (4EA5DD68-D6D0-4CF3-A741-BFBC5ECE8A76) has been marked
    offline.
    Dec 22 05:29:14 8way kernel[0]: AppleRAID::restartSet - restarting set "usr_2" (4EA5DD68-D6D0-4CF3-A741-BFBC5ECE8A76).
    Dec 22 05:32:38 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 9722C38E-DFF9-468F-8DE5-809432493168
    Dec 22 05:33:22: --- last message repeated 1 time ---
    Dec 22 05:33:22 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 9722C38E-DFF9-468F-8DE5-809432493168
    Dec 22 05:34:06: --- last message repeated 1 time ---
    Dec 22 05:34:06 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002ca on 9722C38E-DFF9-468F-8DE5-809432493168
    Dec 22 05:34:53: --- last message repeated 1 time ---
    Dec 22 05:34:53 8way kernel[0]: AppleRAID::completeRAIDRequest - error 0xe00002ca detected for set "sys_2" (C398B450-28A3-4C1D-A6A8-5B617661789D), member 9722C38E-DFF9-4
    68F-8DE5-809432493168, set byte offset = 35194773504.
    Dec 22 05:34:53 8way kernel[0]: AppleRAID::recover() member 9722C38E-DFF9-468F-8DE5-809432493168 from set "sys_2" (C398B450-28A3-4C1D-A6A8-5B617661789D) has been marked
    offline.
    Dec 22 05:34:53 8way kernel[0]: AppleRAID::restartSet - restarting set "sys_2" (C398B450-28A3-4C1D-A6A8-5B617661789D).
    Dec 22 05:37:24 8way kernel[0]: AppleAHCIDiskQueueManager::setPowerState(0x13d64500, 2 -> 1) timed out after 100113 ms
    Dec 22 05:37:44 8way kernel[0]: Failed to issue COM RESET successfully after 3 attempts. Failing...
    Dec 22 05:37:44 8way kernel[0]: AppleRAIDMember::synchronizeCacheCallout: failed with e00002be on EB932B0E-8476-480C-BBD4-53A9A77D9FEF
    Dec 22 05:37:44 8way kernel[0]: AppleRAID::recover() member EB932B0E-8476-480C-BBD4-53A9A77D9FEF from set "speed" (190EC75B-C702-4481-ABCF-8C5A0D54BBE0) has been marked
    offline.
    Dec 22 05:37:44 8way kernel[0]: AppleRAID::restartSet - restarting set "speed" (190EC75B-C702-4481-ABCF-8C5A0D54BBE0).
    Dec 22 05:37:44 8way kernel[0]: disk4: media is not present.
    Dec 22 05:37:59 8way kernel[0]: speed::terminate(kIOServiceSynchronous) timeout
    Dec 22 05:37:59 8way kernel[0]: AppleRAID::completeRAIDRequest - underrun detected, expected = 0xa000, actual = 0x9e00, set = "speed" (190EC75B-C702-4481-ABCF-8C5A0D54BB
    E0)
    Dec 22 05:37:59 8way kernel[0]: disk4: data underrun.
    Dec 22 05:37:59 8way kernel[0]: jnl: disk4: dojnlio: strategy err 0x5
    Dec 22 05:37:59 8way kernel[0]: jnl: disk4: end_transaction: only wrote 0 of 40960 bytes to the journal!
    Dec 22 05:37:59 8way kernel[0]: disk4: media is not present.
    Dec 22 05:38:00 8way kernel[0]: jnl: disk4: close: journal 0x13f34e04, is invalid. aborting outstanding transactions

  • HT204347 Thanks, the write-up was informative, But it do not answer for my question, that is where to look for serial # on my Macbook Pro Mid 2010 White Unibody Core 2 Duo 2.4 GHz 13.3"? Its not on bottom-case and the above article does not mention this m

    Thanks, the write-up was informative, But it do not answer for my question, that is where to look for serial # on my Macbook Pro Mid 2010 White Unibody Core 2 Duo 2.4 GHz 13.3"? Its not on bottom-case and the above article does not mention this model?

    Click on the Apple and then on about this Mac. In the new window, click on the "version 10.9.2" until you see the serial number displayed.

  • Hidden Bluetooth settings in 10.9 for serial

    The new OS 10.9 Maverick hides the Bluetooth settings, I am no longer able to add new serial ports for my Bluetooth devices in order to connect to them via the screen command (screen /dev/tty.Bluetooth...).
    I'm interfacing my phone with my computer and need a serial port to communication, this needs to be set up in the Bluetooth settings. As of the new OS it has been dumbed-down so much that these settings do not exist anymore. Funny thing is when you search for "serial" in the system preferences window it will only highlight the Bluetooth settings:
    Please give back these settings, I'm no longer able to work with my computer because of this.

    I'm hoping the original poster has found some way to remedy this situation since this is an old topic. I do wonder how far you are all getting into the process, from what I can tell once you pair a device & connect to it you get new entries under /dev. One for a tty and one for a call up device (cu…). You may have others depending on the device capabilities.
    ls /dev
         /dev/cu.DeviceName-SerialPort
         /dev/tty.DeviceName-SerialPort
    Are they not the connections you are looking for? I'm not sure that you need to see the serial ports in the GUI to be able to use them via Terminal.
    Please tell me what I'm missing.

  • Goods Receipt for Inbound Delivery through MIGO

    Hi All,
    Can anyone pl. explain me in steps the process of GR for Inbound Delivery from MIGO transaction.
    Also I need the process of reversing this goods receipt done.
    For certain inbound deliveries a dump occurs in the program SAPLIE01 in 'EQUIPMENT_ADAPT_BUSVIEWS' fn module.
    I need to analyse the reason for the dump. Here is the extract from the dump
    <b>IF WA_EQUI IS INITIAL
      keine Equidaten vorhanden => EXCEPTION
    --->       RAISE ERR_ADAPT_BUSVIEWS . ENDIF.                     </b>                                          
    Advance Thanks

    Hi Sanjay and Srikanth,
    Thank you for the correction. I was just wondering over this number.
    Sanjay, regd the release level, it is 0017 for SAP_APPL.
    In brief, when GR is done for an inbound delivery, a fn moudle equipment_adapt_busviews is called, in which if the equipment data of the material (wa_equi) is initial, it gives dump.
    1. This fn module is called 3 or 4 times while the posting is done through MIGO
    2. In the 4th call, the parameter wa_equi is initial - which gives the dump.
    3. While debugging, when I reach this point,if I restart the debugging, I find that the posting is completed !!!! (so something happening after posting of GR gives the dump)
    4. I have to reverse this GR for replicating the same again.
    Any further clues !!
    Regards
    Aadarsh

  • Finding Program for triggering Print Program (MIGO - Goods Receipt)

    Hi all,
    Currently, I have developed customized print program and SMARTFORMS for Goods Receipt via MIGO, with output type ZZGR.
    Typically, this is a inter-plant transfer, where Plant A will issue a Delivery Order to Plant B, and Plant B will post goods receipt via MIGO (Movement Type 101), using Delivery Order number. As soon as the Material Document is posted, the SMARTFORMS shall be triggered by customized print program, in order to print out the goods receipt document upon material doc posted.
    The config for output determination (via TCODE NACE) for goods receipt is configured. I have tested post a goods receipt using Delivery Order, and Material Document is posted successfully. However, I got a message from SAP Inbox (Businees Area), saying that my Material Document having an update error, and the root cause is specifically from calling Function Module to trigger Smartforms in the print program. From tcode ST22, I realized that the error is due to empty parameter being passed to the function module (where the parameter is required field for further processing in Smartform).
    In order to rectify why empty parameter is bieng passed, I will have to debug the print program, after GR posted from MIGO. Therefore, can someone shed some lights on how to perform a debugging process, or any standard sap program involved, as I understand that the print program is triggered (in background) after GR posted?
    Also, can I know why the Material Document will not be committed to MKPF table after GR posted, is it due to the update error from the above mentioned?
    Many thanks.
    Best regards,
    Patrick
    P/S: I'm using SAP ECC6.

    Actually, this print program is being triggered in the update processing.
    Put a breakpoint in your driver program.
    In MIGO, before pressing the SAVE button start debugging.
    Press the SAVE button.
    Start the update debugging by Settings > Update Debugging.
    As soon as you continue in debugging, it would open another debugging session for the Update debugging. You can press continue and it would stop at your breakpoint.
    Regards,
    Naimesh Patel

  • Installed Photoshop cc 2014 asks for serial # - corrupted Windows file permissions

    More of a warning / heads up to all than a question - installing Photoshop cc 2014 [via the CC manager app] caused some Windows file (security) permissions to become corrupt corrupt on my system. Symptoms include cc2014 asking for serial number validation on startup (when, as a cloud version, it should not do so), then being unable to connect to the internet when you press the 'validate serial' button so getting that window into infinite loops, and - a real pain in the *** when trying to fix the above - causing abends of some windows shell functions that in turn cause windows explorer to crash and restart.
    Anyhow, digging into this (fortunately, I am a long time Windows SysProg) I discovered that for reasons unknown, either the CC master app or the actual Photoshop cc2014 installer (or both) are changing file access control permissions on a number of files, mostly DLL's. Most of the files affected are in the (normally hidden) Program Data directory on the windows root disk, Some of them are in the Adobe subdirectory - so fair enough if they want to fool around with their own program - but others being changed are in the Common Files and Microsoft subdirectories. I cannot for the life of me figure out why this is necessary nor why Adobe feel the need to touch files that 'do not belong' to them - something dangerous in the extreme as an external app such as Windows Update might replace or 'repair' the files so touched, and if Adobe / CC are relying on file permissions on non-Adobe files, such changes could result in all manner of random and spurious problems / error messages occurring.
    Anyhow, if, fellow Photoshop cc 2014 user, you get this happen to you then you can fix the file permissions by opening a console window [also called a "DOS box", or "command prompt" depending on your age and knowledge... 8-) ] and run the windows file checker with the command
    "sfc /scannow". Make sure that you use 'run as administrator' to open the console window, or you'll get an error about sfc only being available to administrators. Also a very (very) sensible idea to close all non-essential running applications first to prevent any possibility of weird interactions happening.
    Finally, check that the 'hosts' file in [root drive]:/Windows/System32/drivers/etc is valid - for some reason, it looks like the install tried to check or update this file (again, I have no idea why) but the result was a corrupted hosts file, which I assume is the root cause of the 'unable to connect to host' type internet error messages. Copy the file, rename it as 'hosts.txt' and edit it with notepad or wordpad. Look for lines containing garbage strings at the bottom of the file  (any line that starts with a # ignore, it is a comment, and any line that has IP addresses or host names should be ignored - though if they reference a site such as "someserver.adobe.com" you might want to treat them with suspicion if you continue to get internet 'cant connect to site' type errors.
    Anyhow, when I fixed these two sets of problems, Photoshop cc 2014 started 'right first time' without all the BS messages about serial numbers etc.
    Hope this helps somebody out there in AdobeLand......
    Rick

    Update: I tried several times to reproduce the error, actually it dosen't occur. I changed nothing on my system, without reboot it twice. This is what I said in my beginning times: it occurs sometimes but often. I will keep you up to date.

  • GI(Goods Issue) for serialized component in mfbf transaction

    In transaction MFBF when we press save after entering planned order and backfluish quantity it asks for serial numbers for the main component but if there are serialized componets in compoents tab it throws error on saving ,the requirement form my customer is like that if there is a serialized component in component list its pop up should come and asking for serial numbers and its GI should happen

    hi santhosh
    kindly check the order type .i think you are using MB1A for refurbishment process.but it is not possible.only maintenance order can be posted via MB1A
    follow the procedure for goods issue in refurbishment order.
    Choose Logistics ® Plant maintenance ® Maintenance processing ® Completion confirmation ® Goods movement ® Goods movement.
    The entry screen for a goods issue appears.
    Choose the pushbutton For order.
    Enter the relevant order number in the dialog box and choose Continue.
    An entry screen appears.
    Choose Copy.
    The Maintain Serial Numbers dialog box appears.
    Choose Reference document.
    Enter the order number in the Refurbishment order group box and choose Execute.
    A list appears with the planned serial numbers for the refurbishment order.
    Check the selections of serial numbers, for whose material you want to post a goods issue, and choose Copy.
    The serial numbers are copied into the Maintain Serial Numbers dialog box.
    Choose Exit window.
    The goods issue is posted.
    regards
    thyagarajan

Maybe you are looking for

  • Mac Mini from 2005 won't play Netflix...

    So now that I've got my previously owned Mini up and running properly, it seems it won't let me use Netflix because there isn't enough memory. (according to the Netflix page).  So my question is, is there anyway to fix this?  Is it possible to add mo

  • How to list All Printers in SCCM 2007 operation manager

    Hi, I would like to get all the printers list from my domain. We have SCCM 2007 I have created the reports from Reporting option.by setting up the the below script. SELECT * FROM v_GS_PRINTER_DEVICE SELECT A.Name0, A.UserName0, B.Name0, B.DriverName0

  • Combining images to PDF in folder based on prefix

    I have an arbitary folder with images in them, that are named like this: 00_01.tiff 00_02.tiff 00_03.tiff 00_03.tiff 01.tiff 02-1_01.tiff 02-1_02.tiff 02-2_01.tiff 02-2_02.tiff I want to combine all the files starting with 00 into a new pdf 00.pdf, a

  • 10.1.3 Dev Preview

    Can anyone update the expected release date for the 10.1.3 Developers Preview w/ ESB? Thanks! Mike

  • Positioning a programatically added button

    Hi All, We have programatically added a button to a region it is positioned at the bottom of that region but we want to set it at the top. So is there any property with which we can change the position of the button programatically? Pls let me know.