Price from MDM is not transferred to shopping cart in EBP

Hi all,
we are implementing MDM 2.0/SP2 for SRM. Actually the catalog content is fully available, the only problem is that I don't get the price from catalog into shopping cart via OCI. When I browse through catalog coming from EBP every price in MDM-shopping cart (WEB UI) is displayed correctly. When I transfer the articles from MDM-shopping cart to EBP every field is transferred correctly except price. When I test with Fiddler I also don't see price coming in, and I also don't see any system message in system log SLG1 of EBP.
These are my settings:
Price in MDM data manger like:
     Price Information: 1| |AVL Graz|12.14| Euro
OCI:
NEW_ITEM-PRICE            Price Information -Amount (not transferred)
NEW_ITEM-CURRENCY    Price Information - Currency (transferred correctly)
NEW_ITEM-PRICEUNIT     Price Information - Price Base Quantity  (transferred correctly)
Did you guys have a similar problem before?
Best Regards Thomas

Hey Thomas,
As specified by u can see items with their prices in the Data Manager as well as in the Shopping cart but not on EBP side.
These were the settings u had specified:
OCI Mappings:
NEW_ITEM-PRICE Price Information -Amount (not transferred)
NEW_ITEM-CURRENCY Price Information - Currency (transferred correctly)
NEW_ITEM-PRICEUNIT Price Information - Price Base Quantity (transferred correctly)
Please do check wether the items which u r purchasing is having all the values populated.
Bcoz as given u havnt specified Orderunit field and Minimum Quantity UOM.
As per my understanding to purchase any item, and take it onto the EBP side with its price the Orderunit field must be populated with Unit of Measure.
After inserting values in Order unit and Minimum Quantity UOM then go and check wether its price is taken from the Shopping cart to the EBP.
Please check it will work
Do let me know
Hope dis helps u
Regards Tejas...............

Similar Messages

  • Vendor from diff Porg not selectable in Shopping cart

    Hi all,
    We are on SRM 5.0 SP12. Extended classic.
    Whe creating a PO,if a vendor is added beloging to a pruchaing org which si different than the Pur org in PO,an error message is displayed stating that vendor is not permitted for Purcahsing org XXXX.
    However when creating a SC,if I try to select a vendor from the Search help belonging to a pur org which is different from the Pur org in SC item,then the vendor (selected from F4 help) under "SOURCE OF SUPPLY" tab isnot populated in the "Prefrred vendor" field.CAn someone explain me this behaviour in shopping cart?
    Thanks in advance.

    Hi
    What you have mentioned is  standard behaviour. You cannot use a vendor created for different P Org  in your SC eitehr as fixed or preferred vendor.  You will first have to extend the vendor in ECC for you P org and then replicate that vendor for Your P org through BBPUPDVD.
    Thanks
    Iftekhar Alam

  • Free of charge items, ie price = u00A30.00 are not transferred to backend.

    Free of charge items, ie price = £0.00 are not transferred to backend. PO created with held status, but the SRM PO item IR flag is selected. If we manually amend the SRM PO item to remove the 'invoice receipt' flag, then save the PO, the PO does get to the backend with a price of zero, the IR flag de-selected and the 'free' item flag selected.
    How do we manage to get the PO with free items to the backend without having to manually change the held PO in SRM? We are on SRM 5.0 using extended classic.

    Hi
    <b>We have done this type of requirment.. several times.. This is easily possible ..</b>
    <u>You need to Implement the BADI - BBP_CREATE_PO_BACK using SE18 Transaction.</u>
    <b>Either you can do this sample code inside BAPI (Make changes accordingly) or inside the BADI - BBP_CREATE_PO_BACK / BBP_CREATE_PO_BACK_NEW depending on your requirement.</b>
      LOOP AT po_items INTO ls_po_items WHERE net_price IS INITIAL.
    * Reset the IR Indicator for Items with Zero net price
        ls_po_items_add_data-po_item = ls_po_items-po_item.
        ls_po_items_add_data-ir_ind  = space.
        ls_po_items_add_data-gr_ind  = 'X'.
        ls_po_items_add_data-gr_non_val = 'X'.
        APPEND ls_po_items_add_data TO po_items_add_data.
      ENDLOOP.
    <b>Related link -></b>
    Re: Final Entry/ Final Invoice Indicator to be checked Auotmatically
    <u>Do let me know.</u>
    Regards
    - Atul

  • Approval Preview not displayed in Shopping cart

    Hi,
    On creating shopping carts through Plan Driven procurement, we are changing the cart status from the default "Ordered/Approved" to "Awaiting approval". The approvers are displayed in BBP_PD for this Shopping Cart, however the same is not visible in SRM portal.
    We have also refreshed all the templates, but the Approval tab and Overview link, is not displayed in shopping cart.
    We are on SRM 5.0, 5.5 server, Extended Classic scenario with SP 17 and have implemented N-step approval work flow BADI to determine approvers based on the cost center entered in shopping cart.
    Kindly provide inputs to have approvers displayed in SRM portal.
    Thanks,
    KB

    Hi,
      SAP does not provide the standard solution for triggering the WF from external system ( ECC )... any document create outside the SRM, system will automatically put the status to approved... even 0-Level wont trigger... you can activate the nstep workflow by following step by step help...
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/5082a622-7310-2c10-1a9b-ef31dd69a770
    Saravanan

  • Bugseye catalog does not return a shopping cart occasionally

    Dear Experts,
    We have a problem where Bugseye catalog items sometimes randomly do not return a shopping cart into the SRM portal side. This happens randomly for any Bugseye items after restarting the browser (IE8 and Firefox 3.6.13). Otherwise the Bugseye catalogs are running fine with an https connection.
    After the browser restart, about 1/3 attempts to create a shopping cart from Bugseye catalogs return nothing. Instead the user is brought back to 'Shop in 4 steps' screen without a shopping cart. After the failed attempt a user lock is created (tcode SM12) and the shopping session left open. Once a shopping cart is successfully returned, it does not fail again unless the browser is restarted. The error happens randomly and we haven't been able to figure out any logic behind it. We have verified that the source codes in the Bugseye side, just before continuing to order items, are identical for a successful and non-successful tries. We have also placed breakpoints in function module BBP_WS_IMPORT_SC_DATA, to ensure no errors are issued for the items
    Does anyone have any idea what could cause the problem?
    We are running SRM7.0 Extended Classic Scenario ( SRM 7.00 SP11). Requisite Bugseye version 4.0.0.25.
    Here is an example Standard Call Structure for the catalog:
    10                              https://orsrdd01.orion.fi:8001/requisite/BugsEye     0 URL
    10     username     xxxx     2 Fixed Value
    20     password     xxxx     2 Fixed Value
    30     catalog     Catalog2     2 Fixed Value
    40     sap-locale     SY-LANGU     1 SAP Field
    50     datalanguage     EN     2 Fixed Value
    60     BYPASS_OUTB_HANDLER   2 Fixed Value
    70     BYPASS_INB_HANDLER                                                                                2 Fixed Value
    100     HOOK_URL                                                                                4 Return URL
    Looking forward to your expert insights,
    Matti Hokkanen

    Hi,
    Please also append this in the call structure,
    5     ~OkCode     ADDI     2 Fixed Value
    6     ~target     _top     2 Fixed Value
    7     ~caller     CTLG     2 Fixed Value
    sometimes the browser cookie and session information will be conflicting with the punchout window. It is better to clear the cookie information and then try once on http.
    Thanks,
    Prashanth

  • Cost Centre drop down not working in Shopping Cart

    Hi Experts,
    Cost Centre drop down is not working in Shopping Cart.
    Version: SRM 7.0 SP05
    Message - no input help due to errors when checking the display authoriz.
    I have checked there are some SAP Notes available for this issue, but it is for SRM 5.0 version
    725247 - Search help and BAdI BBP_F4_READ_ON_ENTRY in accnt assgn scr
    839534 - Problems with dropdown list in Acc. ***. overview
    925890 - Cost centre drop down not working
    I have raised OSS Message, Please gothrough the reply from SAP below
    Note
    656633
    815849 top 5
    Customizing Recommendations
    - Note 656633 desribes pre-requisites for ERP RFC-user using F4-help.
    - Assign SRM standard role /SAPSRM/EMPLOYEE during F4-help testing.
    - Check RFC-dialog for F4-help destination using SM59.
    - ERP F4-help destination must be maintained in IMG table bbp_backend_dest.
    - Using PPOMA_BBP dropdown disable BE_F4_HELP authority activity as of note 815849. Multiple values must be maintained in  attribute CNT cost center.
    - Hint: Mix of ERP F4-help and PPOMA_BBP dropdown is not possible.
    Return
    a.SRM system ID, client, remote access, logon data buyer who face the problem incl. sap_all
    b.ERP RFC-dialog access via SRM, RFC-user incl. display or sap_all
    I have followed both the notes, but still problem presists
    Please advice.
    BR,
    Siva

    Hi,
    This issue has been resloved.
    Solution:
    Step:1
    Assign SRM standard or custom role like /SAPSRM/EMPLOYEE to user; Please make sure multiple values been maintained in attribute CNT cost center in PPOMA_BBP for the user
    Step: 2
    Disable BE_F4_HELP authority activity for role /SAPSRM/EMPLOYEE in BBP Component > SRM: General Access Authorizations in EBP
    Step: 3
    Apply SAP Note 668746 - COIN - Switching off OKB9 in EBP scenario in SAP R/3 as per note 815849 Solution 1
    System will check during the processing of account assignment objects in an EBP scenario, the backend system reads the default account assignment (Transaction OKB9) as usual if EBP does not provide any account assignment. This note will Switch off OKB9 in EBP scenario and it will list the CNT values from PPOMA in the shopping cart account assignment F4 help.
    BR,
    Siva

  • Order not allowed before shopping cart take over

    Dear All,
    After System update, to SAPKIBKV10, when creating a shopping cart, the error message "Order not allowed before shopping cart take over" appears.
    THis functionality was never in use and is not activated. How to resolve the issue
    Regards

    Hi,
    Check SAP Note 1499352 - SRM Transfer: Redesign, bug fixes and all relevant side effect notes.
    This issue seems to be related to SRM design bug so raise it with SAP on high priority.
    Thanks,
    Ravi

  • Vendor from Contract not defaulting in Shopping Cart in SRM 5.2 Classic Scenrario

    We have the Classic Scenarios implemented for Indirect Procurement. There is only a one contract maintained for the Material group + Vendor combination on the ECC system. When creating a Shopping Cart the Vendor shows up under the "Source of Supply" section. Shouldn't this default into the Vendor field as there is only one contract maintained? Is there any configuration that can prevent the vendor from defaulting? Please advice.

    Hello,
      The MM PO price value is calurated as in INR only but it is still taking the conversion as it was earlier
    as the vendor currency is in GBR.NOw as it has changed to INR no conversion has to take place but
    it is still happening.
    If I need to debug, which programs I need to, because these are ITS templates where
    PO creation will happen at backend may be i think through RFC calls.
    Thank you for your inputs.
    Br,
    SAAK

  • Memopad Entries from OS 5 not transferred to Q10 - need help

    Hello, I have transferred all my data from os 5 (bb8900) to q10 using bb link. I cannot see my memopad entries on the Remember App and at the same time the notes added on the address book entries were not transfered (only names and phone numbers).  How can I send them to the Q10 easily?
    Any help appreciated! 
    Regards

    System requirements for Snow Leopard (Mac OS X 10.6) can be found here. It appears that your MacBook meets those requirements.
    1. If your MacBook is able to read the PC formatted external hard drive now, it should have no trouble doing so once the OS has been updated, but be sure (by calling the manufacturer) that the drive does not have any issues with Snow Leopard. Some did.
    2. Use an application such as Bombich software's Carbon Copy Cloner to make a backup of your hard drive.
    3. You should always maintain a backup of your important data. Not doing so is an invitation to data loss.
    4. Fortunately Time Machine provides an easy way of doing backups without having to think about it constantly. There are other solutions but this one is built in to the operating system.
    5. No.
    6. If you do a normal install of the OS there should be no loss of those applications. No need to extra backups, just do a clone of the internal hard drive onto your external first.
    7. If you have a MacBook it has an internal display. That's what you look at when you are working on it. Don't worry about this one.
    8. The only dumb questions are the ones you fail to ask. Feel free to ask more, that's what Apple Support Communities is all about.
    Best of luck.

  • Texts from customer master not transfered to SO header

    Hi xperts
    I've a critical issue where the customer text as in customer master is not transfered to the sale order header text (text item created). the scenario happens when creating an SO and works fine in my test and quality server. I'm unable to check the settings in prod as for limited authrorization. any thoughts/inputs in troubleshooting this issue?
    thkx
    P.S

    Hello,
    As in the earlier reply, make sure all the settings are correct in the production system. As you have limted authorisation, you may check the transport requests, which got generated in the Development system, has been migrated to production system or not. Cehck for the errors in Transport. You may get the help of BASIS expers for he same.
    Alternatively, you can check the text log in the text tab in th eorder header. Bottom right side of the texts tab you may see the disply log icon, the syste will give the details.
    Prase

  • Backend Info Record data transfered to Shopping Cart

    We are using extended classic scenario, SRM 4.0 SRM Server 5.0.
    In our backend R/3 system we have standard info records created with material #, vendor, price UOM etc.  I would like to show the vendor, price, uom (from the backend info record)in the Source of Supply section of a shopping cart after entering the material # (product # in SRM language).  Also transfer the price and vendor to the shopping cart if desired.  Has anyone found a BADI or some other method to do this???
    We do not use valuated materials so EPP_Get_Backend prices does not work for us. 
    Thanks in advance
    Edited by: Rob Forrest on Apr 3, 2008 10:36 PM
    Edited by: Rob Forrest on Apr 3, 2008 10:37 PM

    Hi,
    Try to implement the BADI "BBP_SOS_BADI" in SRM to assign the inforecord to SOS.Use the FM "META_INFORECORD_GETLIST" to get the inforecord from R/3.
    Please find the necassary documenation of the BADI - BBP_SOS_BADI for your reference.
    >>>>>>>>>>> <<<<<<<<<<<----
    HY SIMGBBP_SOS_BADI
    Short Text
    Find and Check Sources of Supply
    Use
    With the Business Add-In BBP_SOS_BADI, you can search for and check sources of supply according to your own rules. These sources of supply include contracts, vendor list entries and product linkages. For this, the customer fields of the shopping cart or purchase order are transferred to the BAdI.
    Standard settings
    The BAdI provides the following methods:
    1. BBP_SOS_INDEX_UPDATE_CHECK
    Use: Check and update contract items in the source of supply table.
    2. BBP_SOS_SEARCH
    Use: Search for sources of supply according to your own rules.
    3. BBP_SOS_CHECK
    Use: Check and filter the sources of supply found by the standard search according to your own rules.
    4. BBP_SOS_PD_CHECK
    Use: Carrying out your own additional checks when creating a shopping cart document item with an assigned contract.
    Activities
    Implement the BAdI if you wish to determine or check sources of supply according to your own rules.
    >>>>>>>>>>> <<<<<<<<<<<----
    Check Update of Items into Sourcing Table
    Functionality
    With method BBP_SOS_INDEX_UPDATE_CHECK, you can check whether a contract item in the sourcing table BBPD_PD_INDEX is to be updated or not.
    Call time: When a contract is released
    Parameters
    Importing
    IS_CONTRACT_ITEM
    Structure contains all fields of the contract item
    Exporting
    EV_INDEX_UPDATE_ALLOWED
    If the parameter contains an 'X', the item can be updated in the sourcing table BBPD_PD_INDEX.
    >>>>>>>>>>> <<<<<<<<<<<----
    Source Search According to User's Rules
    Functionality
    With method BBP_SOS_SEARCH, you can search for sources of supply according to your own rules.
    Call time: Before the standard search and before pricing
    Parameters
    Importing
    IV_TOLERANT_SEARCH
    In the Sourcing application, users can repeat the search for sources of supply, omitting secondary criteria, if the first search with all the criteria did not return any results. If IV_TOLERANT_SEARCH = X, the BAdI ignores the secondary criteria in the search.
    IS_SEARCH_CRITERIA
    Search criteria including customer fields
    Exporting
    ET_FOUND_CONTRACT
    Table with the determined contract items
    ET_FOUND_VENDORLIST
    Table with the determined items in the vendor list
    ET_FOUND_INTERLINKAGE
    Table with the determined product linkages.
    ET_CUST_SOS_MESSAGES
    Return table for error messages that can be freely defined in the customer system. The system also returns these messages in the Sourcing application, for example, "Contract XYZ does not meet all the required criteria".
    Changing Parameter
    CV_SEARCH_FOR_CONTRACT
    CV_SEARCH_FOR_VENDORLIST
    CV_SEARCH_FOR_INTERLINKAGE
    The parameters define if contracts, vendor lists, and product linkages are to be sought. They are set by the searching application (shopping cart; purchase order).
    Notes
    If the appropriate standard search is not to be carried out after the method has run, the relevant parameter must remain emtpy.
    >>>>>>>>>>> <<<<<<<<<<<----
    Check and Filter Results of Standard Search
    Functionality
    With method BBP_SOS_CHECK, you can use your own rules to check and filter the sources of supply that have been found by the standard search.
    Call time: After the standard search and before pricing
    Parameters
    Importing
    IV_SEARCH_FOR_CONTRACT
    IV_SEARCH_FOR_VENDORLIST
    IV_SEARCH_FOR_INTERLINKAGE
    IV_TOLERANT_SEARCH
    In the Sourcing application, users can repeat the search for sources of supply omitting secondary criteria, if the first search with all criteria did not return any results. If IV_TOLERANT_SEARCH = X, the BAdI ignores the secondary criteria in the search.
    These parameters define if contracts, vendor lists and product linkages
    are to be sought. They are set by the searching application (shopping cart; purchase order).
    IS_SEARCH_CRITERIA
    Search criteria including the user-defined fields
    Changing
    CT_FOUND_CONTRACT
    Table with the determined contract items
    CT_FOUND_VENDORLIST
    Table with the determined items in the vendor list
    CT_FOUND_INTERLINKAGE:
    Table with the determined product linkages
    ET_CUST_SOS_MESSAGES
    Return table for error messages that can be freely defined in the customer system. The system also returns these messages in the Sourcing application, for example, "Contract XYZ does not meet all the required criteria".
    >>>>>>>>>>> <<<<<<<<<<<----
    Check Contracts in Purchasing Document Items
    Functionality
    When you create a purchasing document item with assigned contract, the system always checks the following data:
    Matching of the product
    Matching of the product category
    Matching of the quantity unit
    With method BBP_SOS_PD_CHECK, you can carry out additional user-defined checks. The system returns error or warning messages to the application via the function module BBP_PD_MSG_ADD.
    Call time: When you create a shopping cart or purchase order item
    Parameters
    Importing
    IS_CONTRACT_ITEM
    Contract item data
    IS_PD_ITEM
    Purchasing document item data (shopping cart, purchase order)
    Changing
    CV_NO_FURTHER_CHECKS
    If this parameter is empty, the system checks (in the standard)
    the catalog data in the item
    the vendor product number
    If these checks are not to be carried out, the parameter must contain an X. This value is set as default.
    >>>>>>>>>>> <<<<<<<<<<<----
    The FM -> META_INFORECORD_GETLIST uses Business Object- BUS3003 to accomplish this job.
    codeHere is the sample code for the FM.
    DATA lt_return TYPE TABLE OF bapireturn.
    DATA ls_ctr_header_data TYPE bbp_pds_ctr_header_d.
    CALL FUNCTION 'META_INFORECORD_GETLIST'
    EXPORTING
    info_type = '0'
    purchorg_data = 'X'
    general_data = 'X'
    logical_system = ls_ctr_header_data-logsys_fi
    TABLES
    return = lt_return.
    APPEND LINES OF lt_return TO ct_return.
    FREE lt_return.
    [/code]
    BR,
    Disha.
    Do reward points for useful answers.

  • CCM Image does not appear in Shopping cart

    Hi,
    I loaded a picture "Router.jpg" in a MIME-directory.
    Via the web I can access the picture using the link below:
    http://dessrm.entel.cl:8000/sap/bc/bsp/ccm/public/Router.jpg
    In a Purchasing Catalog I added the following caracteristics to a position:
    /CCM/DESCRIPTION        - Router
    /CCM/URL                       - http://dessrm.entel.cl:8000/sap/bc/bsp/ccm/public
    /CCM/MIME_TYPE           -  jpg
    After this I published the Purchasing Catalog.
    In the Shopping cart however, I can not see the picture
    Am I forgetting something?
    Thanks for any help,
    Aart

    Hello,
    Maybe I did not express myself clearly.
    A user needs to pick materials from a catalog.
    In the trx. BBPSC01, the user picks the catalog, category and views a list of items in the specific category with their caracteristics, description, price, vendor-number etc,..
    I would like to add images to the items so that the user can pick an item also on the basis of a image of the product.
    After picking and transferring to the shopping cart, I do not need any image. I need the image when the user opens the catalog (in the shopping cart trx).
    I hope this clarifies my question.
    Thanks for any reply,
    Aart

  • Prefered vendor not displayed for shopping cart

    Hi,
    We have PDP scenario, SC's originated from R/3 purchase requisitions,
    Issue details:
    1. P.req was created with desired vendor and transfered to SRM and corresponding shopping cart is available in SOCO.
    2. User created Held PO for corresponding SC.
    3. When user checking monitor shopping cart then preffered vendor not displayed in source of supply tab.
    When i checking BBP_PD for shopping cart, i found there is Disable flag(X) has been set for NO inbox selection partner.
    what could be it mean, and more ever this changs has been originated via RFC user.how it was getting RFC user
    Please advice me....

    Venkateshwar
    SC is generally sent to SOCO only when sourcing has to be carried out for the SC. IN this case you are hving a desired vendor in the SC and then you are creating a pO for the same. Although you have a Vendor in the PO that does not mean that SC will also have same vendor as preferred vendor in SC after you created the PO....
    Regards
    Virender Singh

  • Vendor currency change not reflected in shopping cart

    Hello All,
      I have changed the vendor currency from foreign currency to local currency(like GBR to INR) in ECC system.
    After that I have created a shopping cart in SRM.
    The value of the shopping cart in SRM is in local currency.
    When the PO is created at backend in ECC system, the value of the PO still converts the amount to foreign currency
    and calculates the net price, but in the currency field it shows the local currency(like INR).
    It is not considering the change in vendor's currency.
    This PO value is also displayed in the SC.
    Edited by: sandeep akella on Mar 22, 2011 9:47 AM

    Hello,
      The MM PO price value is calurated as in INR only but it is still taking the conversion as it was earlier
    as the vendor currency is in GBR.NOw as it has changed to INR no conversion has to take place but
    it is still happening.
    If I need to debug, which programs I need to, because these are ITS templates where
    PO creation will happen at backend may be i think through RFC calls.
    Thank you for your inputs.
    Br,
    SAAK

  • Price_C field not appearing in  Shopping cart

    Hi All,
    I am using MDM5.5 SP02 and SRM server 5.0 and facing problem for price field
    Earlier I tried to upload catalogs price with price information field , but didn't succeded.
    Then I created new field in MDM console as Price_c and uploaded the price.
    In UI config I mapped the New_ITEM-PRICE with the new field Price_c.
    But when I go to create shopping cart , this field is not available.
    Even whatever setting I have made User specific fields i.e Customise display fields  ,Customize Search fields are not appearing in the Shopping cart
    Please guide me
    Thanks
    Suds

    Hello Suds,
    If you create any extra fields or tables then make sure that they have proper codes assigned to them or not in MDM Console.
    If not then assigned the proper code name.just follow the code name as MDMSRM_FIELDNAME.
    If the field which you have created related to any OCI field then just map with that in UI else map it with NEW_ITEM-CUST_FIELD1.
    By doing this, you will get the field which you required.
    I hope this will solve your problem.
    TNR,
    Saurabh...

Maybe you are looking for

  • Locking Selected Fields on Submit

    Hello, I've been working on a multiple-item quote request form. My intention is that Party A (Requestor) will fill in the item description and details necessary for Party B (Vendor) to provide a quote. The form will be emailed to the Vendor who will

  • SD_SALESDOCUMENT_CREATE with conditions & error message in CHECK_VBAP

    Hello, I have follow problem. I want to create a sales order via BAPI SD_SALESDOCUMENT_CREATE. I fill the condition table with item numbers. The parameter logic_switch-cond_handl is set to 'X'. The error message behavior (parameter behave_when_error)

  • Mail prob

    I am trying to run a servlet using mycgiserver.com. When i click my submit button on my html page i get this servlet error: java.lang.NoSuchMethodError: javax/mail/Session I don't understand how i can fix this. This is the line of code that is pointe

  • Pre and Post for Sends..Confusion?

    Dudes...am I crazy? I have 2 tracks. One plays a vocal and one plays a guitar. Both are sent to the same Aux or Bus track with a reverb on it, via the sends on their respective channels. If I solo the guitar track, I still get reverb tails from the v

  • Copy files failed: An unknown error occurred (-50), copy files failed: An unknown error occurred (-50)

    Can't consolidate my library.  Any clue as to the fix?