Vendor and Product ID

I've just started having random shutdown issues. When I checked console.log, I found this, constantly repeating:
Looking for devices matching vendor ID=1193 and product ID=8717
Looking for devices matching vendor ID=1193 and product ID=8718
Any ideas as to what that means? Obviously, I have some software looking for some hardware, but how do I find it.
Thanks.

The message means that the computer is searching for a Canon scanner that isn't connected, msalzberg (or, at least, the Canon "Button Manager" software is looking for it).
See http://josh.corduroy.biz/2005/12/07/canon-scanner-error-messages/
It is not likely to be related to your shutdown issues, though, I fear.
A power supply problem is much more likely to be the cause of your shutdowns. It should be covered by one of the the Apple extension repair programs if your are out of warranty .
Cheers
Rod

Similar Messages

  • Subcontracting (Multiple Vendors Involved) and Production Version's

    Hello all,
    I would like to know more about this stuff. So do share your valuable thoughts.
    I was trying out a sub contracting scenario with multiple Vendors and Production Versions involved. The production version is designated in such a way that lot size/quantity of the requirement determines which of the available version's to be taken into consideration whilst generating procurement proposal via MRP.
    #1. Production Version:
    5 Version's of the BOM are assigned to various lot sizes.
    #2. I had 5 different info records created for the material-Vendor combination. Each one of them were assigned with a Prod version to it.
    Sample:
    #3. Post these settings i had a MRP run executed. Well !!! the results were different off-course. I neither did see the procurement proposals classified based on the prod version nor the first prod version assigned to the procurement proposals ( i meant i had a different prod version(version 4) assigned to the procurement proposals generated).  
    Questions:
    #1. Well the first thing that did strike my mind was how could i get the source list work for such scenario's ? I guess i can't go with quota arrangement coz which would split the procurement proposals into many halves and assign's it accordingly to the vendor.
    #2. How come production version 4 given the top priority here ?
    Source List state:
                             a. I had an item (tried the others as well) checked with fixed vendor indicator but the info record of the material-vendor combination had a different Prod. Version in it (well not PR4, i can guarantee you on that)
                             b. I had nothing marked with fixed vendor indicator. Results post MRP still did pick the same prod version (Version 4).
    #3. Last but not the least how can i get this thing to work ?
    Please do help out.
    PS: MRP 4 selection Method: 2 - Selection by Prod.Version
    Regards,
    Rahul

    Hello Rajen,
    Well as per your comment "
    Regarding the splitting, Not Always.
    There are two types of quota arrangement - Allocation quota and splitting quota."
    so meaning that allocation quota doesn't split the procurement proposal is it ? If so how are they assigned to vendors ? any other criteria being used up here
    Anyhow i had a new lot size method created with the splitting quota field unchecked. So how do i proceed from here ? meaning that how should i manage my quota file to not have my procurement proposals split ?
    Please do help out.
    Regards,
    Rahul

  • Does anyone know how to get the vendor ID and product ID for NI-Visa? TIA

    Does anyone know how to get the vendor ID and product ID for NI-Visa? TIA

    This question has already been addressed in this thread:
    Does anyone know how to get the vendor ID and product ID for a USB device in NI-Visa?
    John M
    National Instruments

  • Does anyone know how to get the vendor ID and product ID for a USB device in NI-Visa? TIA

    Does anyone know how to get the vendor ID and product ID for a USB device in NI-Visa? TIA

    Hello,
    Exactly which USB device are you referring to? Is the device a NI product?
    The Product ID for National Instruments DAQPad-6020E is 0x12C0. The USB vendor ID is 0x3923. This is a 16-bit hexadecimal number(1093) (that is decimal 4243).
    Also, here's a document on our website that will help you in configuring NI-VISA to control your USB device:
    http://zone.ni.com/devzone/conceptd.nsf/webmain/6792BAB18242082786256DD7006B6416?opendocument
    Swapnil P.
    National Instruments Engineer

  • Allocation of overhead cost to finished goods through vendors and raw mat.

    We are trying to allocate a cost base in our purchasing department of around 200 mio dkk to our finished products. These products we manufacture ourselves. The cost represents salaries and external services
    The outcome of an ABC study has been to allocate these costs, first on vendor level based on the total spent on each vendor and subsequently to the raw materials from each vendor based on value. The cost of purchasing should then be included in cost estimate of the raw material and hence in the cost of the finished goods through the bill of materials.
    Our challenge now is to implement this algorithm into our product costing system in SAP.
    The easy solution from the point of view of the SAP department is to have cost controllers doing the math of calculating the cost per material number in Excel and then allocate this rate through a costing sheet or a template.
    But this solution on the other hand leaves the users with an extra manual task which again leaves room for error and it reduces transparency.
    So has anyone tried implementing such a calculation scheme in product costing?

    Hi
    As far as I know, SAP does not support this... What you can do is
    1. Calculate this price outside the system and include this overhead in the Plan Price of raw material (Costing 2 View).. So, this gets included in raw mat price itself
    or
    2. if you want to see it as an overhead, you need to arrive at an overhead% which you may calculate as Amount of these Expenses / Total raw material cost and apply this % across
    Study the historic data of past 3-4 years to see if the % remains more or less stable
    br, Ajay M

  • To update vendor and customer details in BP transaction

    I have created a donor in the BP transaction . i need to update the vendor and customer details for the reated donor.
    please can someone suggest some BAPI's or FM's which are available to do the same.

    Hello Om,
    You can get vendor/costumer number and their names in FBL3N when you get bank ledger's line item.
    You must use BTE functions.
    I don't your techinal skills about SAP but if you don't know ABAP or ABAP dictionary details, you can get help your ABAPer.
    I will explain step by step.
    First of all, if you don't use BTE before, You must create a product on FIBF.
    Call FIBF transaction -> Settings -> Products -> ...of a customer
    Create a new line,
    Product : ZFI
    Text : BTE Products for FI Exit
    Product active : tick check fro activation.
    Then you must call SE11 for structure RFPOS.
    You must use append structure function for this structure and you can define ZFI_RFPOS append structure.
    Define 4 fields.
    Component : KUNNR - Component type : KUNNR
    Component : NAMED - Component type : NAME1
    Component : LIFNR - Component type : LINFR
    Component : NAMEK - Component type : NAME1
    Then save and active your RFPOS structure.
    After that, you must do same step for structure RFPOSX.
    Then go to SE37 and copy from SAMPLE_INTERFACE_00001650 to ZFI_INTERFACE_00001650 FM.
    After copy action, you must uncomment this line on ZFI_INTERFACE_00001650 FM's source code. It's very very important;
    E_POSTAB = I_POSTAB.
    Then you should add some ABAP code for getting customer & vendor details.
    I give you some examples, you can use it. (next message on this thread, please check)
    Then save and active FM.
    Call FIBF transaction again.
    FIBF -> Settings -> Process Modules -> ...of a customer
    Define a new line.
    Process : 00001650
    Function Module : ZFI_INTERFACE_00001650
    Product : ZFI
    and this customizing.
    Then you go to SE38 transaction.
    start report RFPOSXEXTEND. After starting, a pop-up appears, you must click YES.
    After those operations, you can see customer/vendor code and their names on FBL3N.
    I hope it helps to you.
    Regards,
    Burak.

  • Offset vendor AND the offset customer

    Can i add the offset vendor AND the offset customer in fbl3n or is there any report to give me that if  i give the Gl ACCOUNT

    Hi ,
    Getting Offsetting A/C no. in FBL3N Display
    T.Code: FIBF
    After entering in above T.code
    Follow Path
    Settings > Products > of a customer
    Product   : Test
    Text        :  Test
    Active     :  Tick it
    Click on Back i.e. F3
    Follow Path
    Settings > P/S Function Modules >of a customer
    Event: 00001650
    Product: Test
    Function Module: LINE_ITEMS_GET_GKONT
    Now Go to FBL3N display of any account
    After opening the account display click on Change Layout i.e. CTRL+ F8
    And Select
    Offsetting A/C Type & Offsetting A/C no.
    And click on copy
    SAP OSS note 112312: Above Steps are as per this note.
    Drawback of this solution is already mentioned by Sanil. You may get only one offsetting entry and there may be several offsetting accounts.
    You may also refer to the link below:-
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/2074877d-fad9-2d10-c69b-f47fb0685327#rating
    Regards,
    SAPFICO

  • BUSINESS RULES FOR Vendor, Customer & PRODUCT

    Hi,
    Can any one help me to provide Business Rules(Validation Rules) of Vendor, Customer & Product domain to be considered in integrating with other technologies.
    Thanks & Best Regards,
    Giri

    Hi Joseph,
    First tell me how you want to maintain Inventory size wise?? If it is your A is Length, B is Width and C is your Height and you are not maintaining size wise stock then use Length,Width and Height which is in Item master here you can set fix values and activate same columns in document and you can change it in document. But in this case you cannot maintain size wise stock
    If you are maintaining stock size wise then you have to create new item code every time.
    You cannot use BP catalog number for this.
    Thanks
    Sachin

  • Vendor and Contract Hierarchy

    I have a question that is about making a link with Vendor and Contract Hierarchy. First it is not clear how I can set the Vendor Hierarchy, I want to upload vendors from R/3 and for that I can create a vendor group and then upload but then how I can make a Vendor Hierarchy and I am not sure that I understand the correct thing about Vendor Hierarchy?
    Thanks in advance if you clarify this on going issue in my mind.
    Best Regards,
    #Bill J.

    Hi Bill,
    For using Product Cat.\Vendor\Contract hierarchy activate follwing before any data replication in EBP .
    Spro->SRM Server->Cross. App.->Activate Hierarchies for Product Categories, Vendors, and Contract .
    Regards,
    Sachin S M

  • Vendor and Material group

    Hi Experts
    How do we transfer the Vendor and material groups from ECC to SRM
    Regards

    Hi SAP MAN,
    We do replicate vendors from backend system to SRM via transaction code BBP_GETVD, and products are replicated through middle ware settings.
    These middleware settings are maintained in both ECC and SRM systems.
    regards,
    IGA.

  • World shapefile vendors and price list

    Hi,
    I am working in a ship tracking project. For that we need a world map(shape file format). Please suggest me the vendors and the pricelist for buying the Worldmap.
    Urgent. Please help me. thanks in advance.
    regards,
    Sangeetha

    Hi Sangeetha,
    Check this links http://www.adci.com/products/awm5_pricing.html,
    http://www.bartholomewmaps.com/world_lite_test.htm,
    http://www.mapworld.cn/EN/news_view.asp?newsid=33 (chinese details)
    Wijnand

  • Software Components and Products

    Hi,
    I am new to XI.
    There are many software components and products available in SLD. I wanted to know which site should I visit to determine the functions or get details of each products and software components.
    Edward

    Hi,
    about Software Product and component go thru this part of SAP help-
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a2/2999ef97ea2b4790165f9ca5c05c41/frameset.htm
    All standard SAP products and software components are shipped by SAP (SRM etc)
    If you are planning to create a customer speicific components for the SAP SWCV, then create your own thridparty product based on SAP product, and then work on it. Now you can use dependency if you want make use of standard SAP delivered content.
    Generally , thirdparty product is created based on the vendor and all the swcvs are created under that. Then all IR objects follow the same.
    Have a look into this blog to get some hints-
    /people/thorsten.nordholmsbirk/blog/2006/07/25/structuring-integration-repository-content--part-1-software-component-versions
    regards
    manoj kumar

  • UWL config file for Customer, Vendors and Materials

    Hello All,
    We are trying to integrated uwl to connect to a MDM system for objects Vendors, Customer and Materials. I have looked at the MDM UWL config file, it is configured only for Business partners and products.. does anybody have the config file for Customer, Vendor and Material using business content..
    Thanks in advance
    Som

    Hey Som,
    If you are talking about Portal UWL, then you have to go for System Admin, there you should see UWL related iviews. There you have the ability to download the uwl xml. in that you have to do some modifications.
    All that matters for your problem is the MDM System you have created. when you chanage the respository informatin at this system. then your problem should be solved.
    Thanks,
    Raghavendra

  • Delivering plant and production plant

    hi,
    what is the difference between delivering and production plant. is the config diff for bot these plants in enterprose structure.
    regards
    sachin

    Hi,
          We have only one word as PLANT in standard sap. Forget about the difference  we dont have something specifically as a delivering plant and a production plant. Its only how we want to use our plant as.  If needed we can use the same plant for both the purposes ie., for delivery as well as for production.
          When we make use of the plant for production we assign the MRP views for it and then do the necessary configurations. If there is no PP module being implemented we can do away without the MRP views as we availability check through the sales view itself. We have the trigger for a purchase requistion needed for the MM for a purchase order and have the materials delivered at out plant from the vendor like trading goods.
          But, notice that in the material master Sales organization data view, you find the delivering plant fied for which the Field name would be MVKE- DWERK. It says deliver goods to the customer from this plant. If we specify the deliverin plant in the customer master shipping view the delivering plant field name is KNVV- VWERK, this has a higher precedence over the material master delivering plant.
       Hope this explanation clears it furhter. Pl.reward if helps.
    Thanks & Regards
    Sadhu Kishore

  • BW:Inventory stock Report issue based on Vendor and PO number

    Dear Guru's.
    Requirement is to report different inventory  stock's (Total Stock, blocked stock, stock in transit..etc) based on plant, material, storage location, vendor and purchase order in BW.
    For Example:
    Plant
    material
    Stock in Transit
    Total Stock
    1000
    50000001
    0,00
    100kg
    1000
    50000002
    500kg
    600kg
    If we drag the Vendor or Purchase Order Number into the report, Data gets Splitted into +ve (Inflow) and -Ve(Outflow) values.
    For Example:
    Plant
    material
    Vendor
    Purchase Order
    Stock in Transit
    Total Stock
    1000
    50000001
    54545
    567896
    +300 kg
    +400kg
    1000
    50000001
    -300kg
    -300kg
    1000
    50000002
    54549
    567899
    +900kg
    +800kg
    1000
    50000002
    -400kg
    -200kg
    I Think this is because no vendor assigned to outflow data. this is my guess i don't have much knowledge on MM. i have tried to restrict the keyfig's with stock category, but for most of the vendors or PO 's its unassigned.
    But we need the data in single as follows. can any one suggest me any steps to achieve this in BI or BO.
    Plant
    material
    Vendor
    Purchase Order
    Stock in Transit
    Total Stock
    1000
    50000001
    54545
    567896
    0,00
    100 kg
    1000
    50000002
    54549
    567899
    500 kg
    600kg
    Thanks in Advance,
    Dev

    Hi Sheshu and hi Srinu
    Already tried constant selection but it did not helped, the same keyfigure value is displayed in all the rows.
    that means the total stock value is repeated for all the vendors for a particular material.
    For example:
    Plant
    material
    Vendor
    Purchase Order
    Stock in Transit
    Total Stock
    1000
    50000001
    54545
    567896
    0,00 kg
    +400kg
    1000
    50000001
    54546
    567898
    0,00 kg
    400kg
    1000
    50000001
    0,00 kg
    400kg
    1000
    50000002
    54549
    567899
    +900kg
    +800kg
    1000
    50000002
    + 900 kg
    + 800 kg
    Regarding the BO settings, i need to try it.
    Any more suggestions will be much more helpful.
    Thanks and Regards, Sri

Maybe you are looking for