Interface OSPF cost issue

Image link (the image above looks distorted in the post preview):  http://fodder.s3.amazonaws.com/ospf-cost-diagram.jpg
In the test network shown in the diagram I have the following issue that I can't seem to figure out:
Without any modification to ospf interface cost traffic from R8 to 172.16.88.1 (R5) takes R3 --> R2 --> R5 (total metric 67).
This is not ideal because of the f1/0 interface on R2.  The path via R3 --> R4 --> R6 --> R5 (total metric 68) is actually preferable but is not selected because of OSPF's baseline inability to distinguish between FastEthernet and greater link speeds.
I am fully aware that I can use the auto reference-bandwidth command on all the routers to fix things but I am testing behaviors of the ip ospf cost command at the moment.
Setting the ospf cost of the f1/0 interface on R2 to 10 changes the path for traffic coming from R8 on its way to 172.16.88.1 (R5).   This is desired result.  However, the return traffic from R5 continues to use the path through R2 (R2 --> R3 --> R8).  This is what is illustrated in the dotted arrows in the included image.  R2's interface cost is not being taken into account by R5, which I am assuming is because R5 respects his own interface cost on the link over R2's cost.  However, this is producing a sub-optimal return path.
My question is this:  Aside from using a route map is there an ospf configuration that I am overlooking that will cause R5 to stop thinking that the path through R2 is preferred?

Hi Colin,
The only way I could solve this was to change the cost on the return path of R5 to R8. It isn't tidy, but setting the ip ospf cost on R2's G0/0 port to 10, changes the cumulative path from R5 to R8.
I changed the reference bandwidth to 1000 in the topology to see how this would changes things. I just learnt that a 'no ip ospf cost' on both int g0/0 and f1/0 on R2, does not change the cost by itself, so had to clear the ospf process in order to affect the cost. Not sure if this is normal behaviour...
With no ip ospf cost configured on R2, and the ref bw changed to 1000, the path from R8 to R5 now takes the optimal path. However traffic R5 to R8 will still take the path through R2. Checking on the cost of G0/0 on R5 the cost is 1.
Great scenario... to get the optimal return path,R5 through R6 to R8, R2's G0/0 port needed manual adjusting to 10, so R5 would not have R2 as the best path to reach R8.
Taking R2 off the shared link of R5 and R6 and having it's own Fastethernet connection to R5 would be the simplest solution? Thanks for sharing Colin. 
Cheers, Jeremy.

Similar Messages

  • Ip ospf cost

    I will implement using OSPF cost higher for the best path, How does impact the OSPF network if increased value ip ospf cost, effect on latency & bandwidth?? below existing configuration. All interface Gigabits default cost "1", what is recommended configure the OSPF cost metric for the interface?
    CORE4.5K-HO-TBP-01#sh ip ospf  interface  brief 
    Interface    PID   Area            IP Address/Mask    Cost  State Nbrs F/C
    Vl11         1     0               10.100.8.252/24    1     DR    2/2
    Vl19         1     0               10.100.9.2/30      1     DR    1/1
    Vl147        1     0               10.100.12.1/24     1     DR    0/0
    Vl18         1     0               10.100.22.5/24     1     DR    1/1
    Vl17         1     0               10.100.20.1/24     1     DR    1/1
    Vl16         1     0               10.100.18.1/24     1     DR    1/1
    Vl15         1     0               10.100.17.1/24     1     DR    1/1
    Vl14         1     0               10.100.16.4/24     1     DR    1/1
    Vl13         1     0               10.100.15.1/24     1     DR    1/1
    Vl12         1     0               10.100.13.1/24     1     DR    1/1
    Vl9          1     0               10.100.11.1/24     1     DR    1/1
    Vl114        1     0               192.168.10.1/24    1     DR    0/0
    Gi2/44       1     0               172.16.0.6/30      1     DR    0/0
    Vl222        1     0               10.100.222.1/24    1     DR    1/1
    Vl220        1     0               10.100.220.1/24    1     DR    1/1
    Vl218        1     0               10.100.218.1/24    1     DR    0/0
    Vl217        1     0               10.100.217.1/24    1     DR    1/1
    Vl212        1     0               10.100.212.1/24    1     DR    1/1
    Vl206        1     0               10.100.206.1/24    1     DR    1/1
    Vl205        1     0               10.100.205.1/24    1     DR    1/1
    Vl203        1     0               10.100.203.1/24    1     DR    1/1
    Vl202        1     0               10.100.202.1/24    1     DOWN  0/0
    Vl201        1     0               10.100.201.1/24    1     DR    1/1
    Gi2/43       1     0               10.100.100.2/29    1     BDR   1/1
    Vl146        1     0               10.100.41.1/29     1     DR    0/0
    Vl21         1     0               10.100.21.1/25     1     DR    0/0
    Vl10         1     0               10.100.10.253/24   1     BDR   2/2
    Vl5          1     0               10.100.5.1/25      1     DR    0/0
    Vl4          1     0               10.100.4.253/24    1     DR    0/0
    Vl3          1     0               10.100.3.253/24    1     DR    0/0
    Vl2          1     0               10.100.2.253/24    1     DR    0/0
    Vl8          1     0               10.100.1.1/25      1     DR    0/0
    Vl302        1     0               10.45.3.253/24     1     DR    0/0
    Vl301        1     0               10.45.1.253/24     1     DR    0/0
    Thanks,
    Rohmat

    Disclaimer
    The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
    Liability Disclaimer
    In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
    Posting
    Thought I might clarify Jacob's "OSPF calculates the cost this way: Reference . . ."  To be more precise, that's how Cisco devices usually compute interface OSPF cost.  Other vendor equipment might not auto calculate OSPF interface cost at all, or they might use a different default reference bandwidth.
    Also regarding Jacob's suggestion to set reference bandwidth to 100G, that's fine, but be aware that you might lose path costing differences for low bandwidth links. OSPF sums up hop by hop link costs to reach destination.  Such a sum can "overflow" if OPSF is summing using a 16 bit counter and sum is greater than 65K.
    So, when deciding on changing the auto-cost reference-bandwidth, you may need to consider both maximum and minimum bandwidths on your network, now and perhaps future.

  • Nexus OSPF cost calculation issue

    Hi,
    We have core Nexus 7K switch and its further connected to 2 switches via port-channel-1 and port-channel-2.
    Now port-channel 1 connected to one of the switch has 4 gig ports and port-channel 2 connected to another switch has 3 gig ports.
    We are running OSPF and ‘sh ip ospf int br’, is showing cost for both interfaces as ‘1’. That means both links have equal cost.
    Question:
    If its IOS, then reference bandwidth will be 100 and both connected interfaces will have OSPF cost as 1 which is understandable  but it’s a Nexus 7K switch which has reference bandwidth 40K, why both interfaces have ospf cost as 1?
    Thanks

    po2 containing 4 ports connected to R2 and po3 containing 3 ports connected to R3.
    As these are Nexus, so reference bandwidth on all routers is 40,000
    Now when I do the 'sh ip route' cost for both R2 & R3 is 1.
    Why R1 not considering that po3 has  BW 300000 as compare to po2 ( BW 400000), so routes should be preferred via R2 instead if R3, why its load balancing the traffic on both links.
    Why OSPF not calculating the cost considering the port-channel bandwidths.

  • Special MTO Scenario - Costing Issues

    Hi,
    Not sure if I should post it here or in the FI / CO forum, but here it is ...
    I'm in the process of implementing APO in a Aerospace company in Montréal, Canada and we're stuck on an Account Assignment Planning, and Product Costing issue.
    Today, all demand / production / movements / costing is done by creating a Project Network.
    Here are the current settings:
    - Create a project with activities for each major "line section" for major components.
    - Each activity has a component allocated to it
    - Each activity has a different WBS element assigned to it.
    - All production orders/purchase orders/goods movements are created/posted against the WBS elements.
    - All stock for MTO parts are assigned to the WBS element
    In order to provide better integration with APO and bring more flexibility in the Planning and Simulation processes, we were hoping to stop using Project Networks as the trigger for demand / planning / execution. The idea was to use Sales Orders (or Customer Independent Requirements - CIR) to generate the demand and run APO and MRP planning from it. The special stock segment now becomes linked to the sales order (or CIR) which changes alot of thing in the accounting documents and costs elements in the whole planning and execution processes.
    Here is what we were hoping to achieve in order to limit impacts on finance :
    - we are implementing APO and would like planning to be performed without using project networks.
    - we would like to have planned orders for the top level for long term and be able to trigger the purchasing of long lead time items.
    - we would like all goods movements (PO reception, GI to production order etc, ) to be posted to WBS elements
    - we would like all production orders to settle to WBS elements
    We tried different scenarios with different account assignments categories, but could not find one that fits the bill :
    1) we tried using account assignment category "D" which allows assignment to sales order and WBS element. We created CIR as demand.
    The problem is the stock is non-valuated which resulted in having no accounting documents for goods issue to production order.
    2) we tried account assignment category "Q" with using CIR as demand. We had one WBS element assignment in the CIR. When we changed the WBS value in planned orders to represent each "line section" we ended up with duplicate demand in the original segment and the new segment.
    So, is there a scenario with valuated stock that would allow us to do a make-to-order process that would post all costs to WBS?
    Thanks,
    Marc

    Hi, sorry for the title confusion ... I cannot change it anymore.
    I'm not sure I understand what you are proposing.
    In our case, the problem is not really linked to the CIFing to APO but more on the Account Assignment Category in ECC and the Customer / Project Stock Segment in MRP.
    Since we have a multiple level BOM and that the intermediate levels need to be associate with different WBS element according to major parts of the aircraft.
    Here is an example :
    Aicraft -- Has its own BOM with major parts as sub assemblies,
    Major Parts -- Each Major Parts needs to be linked to a different WBS for costing purpose.
    Minor Sub Assemblies -- All cost of producing the Minor Sub Assemblies should be tracked inside the Major Parts WBS.
    Components -- All components costs and accounting documents should be tracked inside the Major Parts WBS.
    We know that by using a project Network for the Aircraft Level we could create activities for each Major Parts with different WBS, but since we want to do planning in APO, we were hoping to not use PS has a scheduling basis. The integration of PS in APO is still not used a lot and the flexibility of Projects in planning processes is not great.
    In resume, we are trying to create the demand from a Sales Order or CIR, but manage costs and accounting documents within WBS for all level in order to limit impacts on the Finance Department.

  • Enquiry about OSPF Cost

    Hi there,
    I would like ask for your expertise how to get riding of non-voice traffic passing through the10M MetroEthernet voice link in the following WAN overview:
    Host End 1
    Data VLAN: 173.105.0.0/16
    Voice VLAN: 10.105.0.0/16
    Voice & Data VLAN > SW1 (173.105.80.1) connect to R1-R3
    Host End 2
    Data VLAN: 173.106.0.0/16
    Voice VLAN: 10.106.0.0/16
    Voice & Data VLAN > SW2 (173.106.80.1) connect to R4-R6
    Host End 1--------------------------------------------MetroEthernet---------------------------------Host End 2 
    R1(173.105.0.4) 10M link for voice -------------------------------------------------------------- R4(173.106.0.4) 10M  link for voice
    R2(173.105.0.5) 30M link for data --------------------------------------------------------------- R5(173.106.0.5)  20M link for data
    R3(173.105.0.6) 30M link for data --------------------------------------------------------------- R6(173.106.0.6) 20M link for data
    SW1, SW2, R1-R6 are OSPF enabled (domain 0).
    R1, R2, R3 form HRSP Group 1 with virtual IP (173.105.0.2) . R1 has highest priority.
    R4, R5, R6 form HRSP Group 2 with virtual IP (173.106.0.2) . R4 has highest priority.
    R1 and R2 with ip ospf cost 2 specified
    R2, R3, R5, R6 with no ip ospf cost specified.
    SW1 connect R1, R2, R3 and OSPF enabled (domain 0). Voice traffic is directed by static route on SW1 "ip route 10.106.0.0 255.255.0.0 173.105.0.2. Other is traffic controlled by OSPF routes.
    SW2 connect R4, R5, R6 and OSPF enabled (domain 0). Voice traffic is directed by static route on SW2 "ip route 10.105.0.0 255.255.0.0 173.106.0.2. Other is traffic controlled by OSPF routes.
    We found non-voice traffic is passing through the 10M link for voice and saturate it. This cause our Cisco IP phone quality and Cisco UCCX IVR cluster heartbeat problem. We traced the OSPF routes for this traffic and found that the route listing three links are on list with equal metric 7 and traffic share count 1.
    Can I make the non-voice traffic taking the path of 20M/30M data links over 10M voice links by adjusting ospf cost below?
    -change R1 and R2 ip ospf cost 2 to 100
    -add R2, R3, R5, R6 ip ospf cost 1
    Many thanks for your sharing and comment in advance.
    Anthony

    Hi Richard,
    Thanks for your comment.
    Our situation is not so simple. We have many VLANs in each of our two main datacenters with dedicated voice VLANs. Cisco IPT servers are installed at these two locations. All of our offices are interconnected by MetroEthernet. The MetroEthernet links and routers are all subscribed by carrier.
    For controlling voice traffic, we have static route to direct voice VLAN through the 10M voice link via the HSRP group VIP on the carrier WAN routers (1 voice and 2 data links routers)
    For replication traffic, PBR are implanted in the carrier WAN router to direct this traffic through the 20M replication link.
    For all other traffics, OSPF will route through the multiple links(1 voice link & 2 equal-speed data links each side) . Since 10M voice & two 20M/30M data links are within the OSPF domain 0, it is possible the non-voice traffic passing through the voice link.
    We believe that the existing carrier WAN design has the following handicap:
    Voice traffic correctly passes through the 10M voice link in normal situation (If the voice link down, the voice traffic will pass through other 2 data links ) but the non-traffic possibly pass through any of the 3 links. We think there was no such high burst non-voice traffic in the past . By data volume increased, the intermittent high burst of non-voice traffic can saturate the voice link in recent months.
    We want to found any workaround to get rid of non-voice traffic passing through the voice link.
    BR,
    Anthony

  • Activity cost impact on Target Cost issue

    Dear All,
    Earlier this issue was posted in PP forum but didnt get the answer
    Kindly follow the link.
    [Activity cost impact on Target Cost issue;
    Regards,
    Shayam

    Dear Shyam,
    Normally the Total costs in activity price calculation (KP26) are taken and multiplied with quantity and charged off to the receivers irrespective of the type of costs i.e. whether it is a Fixed cost or variable cost. We don't have functionality to consider the Fixed costs to spread across the output and take the per unit value accordingly. The Fixed costs in kp26 are updated just to reflect the costs in the cost component structure as Fixed costs.
    Kind Regards
    Umapathi G

  • RF Interface for Goods Issue - IM Level

    Hi Experts,
    We have a requirement for barcode. Standard RF is not having any interface for GI transaction at Inventory Management level. Only at WM level, for confirming TO we have STD RF interface. We want to introdue RF interface at IM level thru development but for this the pre-requisite should be the TO generation.
    For example when I create any reservation against cost center, Maintenance order, Project etc. The system should able to generate a TO in backgroud. This should happen before actual GI, i.e. just immediately after creating a reservation.
    Appreciate if you can let me know whether it can achieved thru configuration settings or any other parameters.
    Pls suggesst.
    Regards,
    Venu

    Hi Venu,
    There is a work around you can follow if RF scanning is not available at IM level.
    You must be scanning the RF or Barcodes before issuing them to cost center or project or production order at the end of scanning you must be getting a scanfile with material its EAN/UPC Numbe, batch number and quantity. You can use this file and using some suitable BADI for Goods Issue. I guess by this you will avoid unnecessery Zdevelopment and even GI will be automated.
    Hope it helps
    Regards
    Shrinivas

  • Profitability analysis activated in POS Interface, performane/tuning issue?

    We are about to golive with a SAP retail system. All purchases made by customers in store are sent into SAP via and idoc via the so called POS (point of sales) Interface.
    A reciept received via an idoc creates material docs, invoice docs, accounting documents, controlling documents, profit center docs and profit ability analysis documents.
    Each day we recive all receipt from each store collected in one idoc per store.
    When deactivate our profit ability analysis an average store are posted in about 40 seconds with sales from an average day. When we post and profit ability analysis are activated the average time per store are almost 75 seconds.
    How can simple postings to profit ability analysis increase the posting time with almost 50 %? Is this a performance/tuning issue?
    Best regards
    Carl-Johan
    Point will be assigned generously for info that leads to better performance!

    which CO document does the system creates : CCA document ?
    on which cost centre ? PCA document ?
    What is the CE category of the CE used for posting the variance ?

  • Sales order cost issue

    Hi All,
    I need help with the production issue.There are 2 sales orders which have cost recognized in one of the month
    but they are not posting to WIP.Can anyone explain me the reason for this problem.
    Thanks in advance.
    Edited by: Reema Sen on Jun 10, 2009 2:19 AM

    Hi,
    You will have to enable project manufacturing if you want to collect manufacturing cost on a project. Once you create a project, add this project to a project manufacturing organization through a PJM responsibility. Once you associate project and PJM org you will be able to put the PJM organization in the sales order line created on a Project sales order in Oracle OM. Also, mention the project number in that sales order.
    Once this sales order is shipped, run the cost collection program and it will bring in the manufacturing costs to project.
    Hope it helps
    Regards
    Kaushal

  • Open Interface Adapter Import issue

    Hi,
    I am trying to import Open Interface Adapter xml file from Source Adapter option in ERPi but getting an error message - "Select Directory for Export".
    Not sure if I am missing any step here. Does anyone know anything about this error?

    THe issue was that Open Interface Adapter requires a directory to be created on the server and xml file to be placed here.

  • Costing Issue-Previous Price changes in Accounting 1 tab in Material Master

    Hi SAP Experts,
    Our Client has an issue with "previous price" field under the "Accounting 1" tab in Mateial master .The issue is that client never did costing to this material XXXXXXwith plant XXXX. But system is showing value in the "previous price" field. We have checked whether previious cost estimate exists. There was no previous cost estimate and still the system updated "previous price" field.
    Can anyone let me know in which cases the system updates "Previous Price" field in Material Master ?
    Your help is highly appreciated.
    Kind Regards,
    K.S.K

    Hi
    May be this material was created with reference to the same material in other plant or with ref to some other material or may be costing run was deleted from CKR1
    br, Ajay M

  • Freight Cost issue at Order Management

    Dear All,
    I have Booked a sales order and done pick release process. Now, I would like to attach freight cost before shipping process. Gone to Shipping transaction form, queried my order number then gone to Actions>Assign Freight Cost>Go and assigned predefined freight cost for 1000USD. But it was not reflected in AR Invoice.
    What may be the cause of this issue.

    Hi Al,
    Issue has been resolved. We can use Group condition for this requirement.
    Thanks to all, Lakshmikanth

  • Costing Issues

    Dear All,
                 Please give me the solutions for below
    u2022     We are having 2 co.codes (A=Biscuit,B=Bread), u2018Au2019 is manufacturing biscuits.
    u2022     u2018Bu2019 manufactures bread, but here the issue is, such manufactured bread relates to u2018Au2019
    u2022     u2018Au2019 issues material to u2018Bu2019, including fuel.
    u2022     Remaining expenditure bear by u2018Bu2019(Production Happens in u2018Bu2019)
    u2022     For such manufacturing u2018Bu2019 receives job work charges from u2018Au2019
    u2022     Now the issue is how can we give profitability(profit and loss) of u2018Au2019 Bread(manufacturing in u2018Bu2019)How will be arrive the exact manufacturing cost of bread at u2018Bu2019
    u2022     Coming to Co.code u2018Bu2019 How can we calculate Activity Cost(Manufacturing Bread)
    u2022     Whether we can do production implementation in u2018Bu2019 co.code without material(Other than Bread Nothing this Co.code will do u2018Bu2019)
    u2022     B.O.M is preparing in u2018Au2019 co.code,
    u2022     How can we map this scenario:Co.code u2018Au2019 want to see cost of such Bread
    u2022     How ca we map this scenario: Co.Code u2019Bu2019 want to see the cost of activites (machine cost, labour cost,setup cost)(remain that material from u2018Au2019 co.code including fuel and u2018Bu2019 manufactured bread)
    u2022     Atlast u2018Au2019=Biscuit Division wants Finished Good of Bread Cost(Which is manufactured in u2018Bu2019)
    u2022     u2018Bu2019=Bread Division Wants of Bread Manufacturing Cost(without raw material and fuel supplied by u2018Au2019=Biscuit Division) (Which is Manufactured in u2018Bu2019).
    Another Issue:
    u2022     While extending material from plant to depot(depot is also a plant)
    u2022     Error message is u201CDO want to change the profit center, but in material stock still existsu201D
    u2022     Plant (phillaur) and Depot(ahmadabad),Phillaur having one profit center,ahamdabad is having another profit center.
    u2022     Here it should allow the material(plant-phillaur) to extend (depot-ahmadabad).
    Another Issue:
    u2022     In Vendor Line item Display FBL1N(Profit Center updation is not showing)
    u2022     In Customer Line item Display FBl5N(Profit Center Updation is not Showing)
    u2022     But in General Expenditure Fd10n(Profit Center is updating)

    Hi,
    The Co codes A & B can transfer the material using the inter comany transfer scenario which will rasie bill to the supply company & do the production further process in company B.
    If the BOM is in the Company A then if the production is in B then you can transfer the price to other company using the functionality Transfer Pricing control.
    Bu2019 receives job work charges from u2018Au2019 this case you create the A & B as vendor as raise the service PR for the job done by A to B & once raise the Bill do the SES for accept bill then invoice to A.
    The pricing control can be determined seperately for both CC A & B.you can get the COGM for both the plant seperately.you define same material code for this & extend to two company code.
    See when extending the material you can change the profitcenter for the extended plant,for ex Plant having X profit center & Depot can have Y profit center.
    while creating the material master newly you have to maintain this data,if there is any stock exists you cant change the profitcenter,you have to make the stock to zero then change the data.then updtae the stock.
    see you can maintain profit center seperately for two different plant it is plant dependent data only thing is no stock should not there.
    It will show the line item posted to the vendor & customer in the FBL1N & FBL5N.select the layout from the transaction it will show all option of profitcenter,costcenter,purchasing document everything,select & check.
    Regards,
    Raj.
    u2022 In Vendor Line item Display FBL1N(Profit Center updation is not showing)
    u2022 In Customer Line item Display FBl5N(Profit Center Updation is not Showing)
    u2022 But in General Expenditure Fd10n(Profit Center is updating)

  • Interface Determination causing issue in Receiver Determination

    Hi
    I am having an issue with interface and receiver determination as follows:
    - Inbound message may be sent to two receivers.
    - Message gets sent to first receiver, fails during interface determination. There are multiple inbound interfaces found based on a set of XPATH conditions. This creates an error 'Inbound interface found more than once for outbound interface '. That is itself is <b>not </b>the issue.
    - Issue is that the message is stopped from going to the other receiver even if there are no issues in the interface determination for that receiver.
    Is there a way to resolve this? Appreciate any help. Thx, Duncan

    Again, thanks for the replies.
    <b>MONI for RD</b>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL">
    - <Trace level="1" type="B" name="CL_RD_PLSRV-ENTER_PLSRV">
      <Trace level="1" type="T">R E C E I V E R - D E T E R M I N A T I O N</Trace>
      <Trace level="1" type="T">Cache Content is up to date</Trace>
      <Trace level="2" type="T">Start without given receiver</Trace>
      <Trace level="2" type="T">Classic Receiver Determination via Rules.</Trace>
      <Trace level="2" type="T">Check conditions for rule line no. 1</Trace>
      <Trace level="3" type="T">...create rule engine</Trace>
      <Trace level="3" type="T">...call rule engine for Condition %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice")% EX and %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice/deliveryNote/referenceIdentification")% CE COSTCENTRE or %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice")% EX and %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice/deliveryNote/referenceIdentification")% CE INTERPLANT or %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice")% EX and %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice/deliveryNote/referenceIdentification")% CE INTERPLANT_ONESTEP or %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice")% EX and %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice/deliveryNote/referenceIdentification")% CE INTRAPLANT or %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice")% EX and %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice/deliveryNote/referenceIdentification")% CE INTRAPLANT_ONESTEP or %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:receivingAdvice")% EX or %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:inventoryActivityOrInventoryStatus")% EX</Trace>
      <Trace level="2" type="T">......extracting (new) for Extractor: XP /p2:despatchAdvice</Trace>
      <Trace level="2" type="T">......extracting values found: 0</Trace>
      <Trace level="2" type="T">......extracting (new) for Extractor: XP /p2:receivingAdvice</Trace>
      <Trace level="2" type="T">......extracting values found: 1</Trace>
      <Trace level="2" type="T">...valid Receiver with Condition: - GLR430</Trace>
      <Trace level="2" type="T">Check conditions for rule line no. 2</Trace>
      <Trace level="3" type="T">...call rule engine for Condition %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice")% EX and %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice/deliveryNote/referenceIdentification")% NE COSTCENTRE and %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice/deliveryNote/referenceIdentification")% NE INTERPLANT and %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice/deliveryNote/referenceIdentification")% NE INTERPLANT_ONESTEP and %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice/deliveryNote/referenceIdentification")% NE INTRAPLANT and %CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:despatchAdvice/deliveryNote/referenceIdentification")% NE INTRAPLANT_ONESTEP</Trace>
      <Trace level="2" type="T">...invalid Receiver: P_3PL_XML_ME_ODTH - despatchAdviceToE1EDT20</Trace>
      <Trace level="2" type="T">Check conditions for rule line no. 3</Trace>
      <Trace level="2" type="T">...valid Receiver w/o Condition: P_3PL_XML_ME_ODTH - S_HTTP</Trace>
      <Trace level="2" type="T">No Receiver found behaviour: 0</Trace>
      <Trace level="2" type="T">Number of Receivers:2</Trace>
      </Trace>
      </Trace>
      </Trace>
    Here, you see that both receivers are found.
    <b>MONI for ID</b>
    <Trace level="1" type="B" name="PLSRV_INTERFACE_DETERMINATION" />
    - <!--  ************************************
      -->
      <Trace level="1" type="Timestamp">2007-02-26T20:06:49Z CET Start of pipeline service processing PLSRVID= PLSRV_INTERFACE_DETERMINATION</Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV">
      <Trace level="3" type="T">Calling pipeline service: PLSRV_INTERFACE_DETERMINATION</Trace>
      <Trace level="3" type="T">Reading Pipeline-Service specification...</Trace>
      <Trace level="3" type="T" />
      <Trace level="3" type="T">Pipeline service specification (table SXMSPLSRV)</Trace>
      <Trace level="3" type="T">PLSRVID = PLSRV_INTERFACE_DETERMINATION</Trace>
      <Trace level="3" type="T">PLSRVTYPE =</Trace>
      <Trace level="3" type="T">ADRESSMOD = LOCAL</Trace>
      <Trace level="3" type="T">P_CLASS = CL_ID_PLSRV</Trace>
      <Trace level="3" type="T">P_IFNAME = IF_XMS_PLSRV</Trace>
      <Trace level="3" type="T">P_METHOD = ENTER_PLSRV</Trace>
      <Trace level="3" type="T">FL_LOG =</Trace>
      <Trace level="3" type="T">FL_DUMMY = 0</Trace>
      <Trace level="3" type="T" />
      <Trace level="1" type="B" name="CL_XMS_MAIN-CALL_PLSRV_LOCAL" />
    - <!--  ************************************
      -->
    - <Trace level="1" type="B" name="CL_ID_PLSRV-ENTER_PLSRV">
      <Trace level="1" type="T">I N T E R F A C E - D E T E R M I N A T I O N</Trace>
      <Trace level="1" type="T">Cache Content is up to date</Trace>
      <Trace level="2" type="T">Check conditions for (Inb: Party Srvc If) GLR430 WMMBXY.WMMBID01</Trace>
      <Trace level="3" type="T">...create rule engine</Trace>
      <Trace level="3" type="T">...call rule engine for Condition%CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p1:inventoryActivityOrInventoryStatus/inventoryDocumentType")% CE INVENTORY_STATUS</Trace>
      <Trace level="2" type="T">......extracting (new) for Extractor: XP /p1:inventoryActivityOrInventoryStatus/inventoryDocumentType</Trace>
      <Trace level="2" type="T">......extracting values found: 0</Trace>
      <Trace level="2" type="T">...invalid InbIf: WMMBXY.WMMBID01</Trace>
      <Trace level="2" type="T">Check conditions for (Inb: Party Srvc If) GLR430 WMMBXY.WMMBID01</Trace>
      <Trace level="3" type="T">...call rule engine for Condition%CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p1:inventoryActivityOrInventoryStatus/inventoryDocumentType")% CE INVENTORY_ACTIVITY</Trace>
      <Trace level="2" type="T">......extracting (new) for Extractor: XP /p1:inventoryActivityOrInventoryStatus/inventoryDocumentType</Trace>
      <Trace level="2" type="T">......extracting values found: 0</Trace>
      <Trace level="2" type="T">...invalid InbIf: WMMBXY.WMMBID01</Trace>
      <Trace level="2" type="T">Check conditions for (Inb: Party Srvc If) GLR430 WMMBXY.WMMBID01</Trace>
      <Trace level="3" type="T">...call rule engine for Condition%CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:receivingAdvice/receivingAdviceItemContainmentLineItem/purchaseOrder/documentReference/uniqueCreatorIdentification")% EX</Trace>
      <Trace level="2" type="T">......extracting (new) for Extractor: XP /p2:receivingAdvice/receivingAdviceItemContainmentLineItem/purchaseOrder/documentReference/uniqueCreatorIdentification</Trace>
      <Trace level="2" type="T">......extracting values found: 2</Trace>
      <Trace level="2" type="T">...valid InbIf with Condition: WMMBXY.WMMBID01</Trace>
      <Trace level="2" type="T">Check conditions for (Inb: Party Srvc If) GLR430 WMMBXY.WMMBID01</Trace>
      <Trace level="3" type="T">...call rule engine for Condition%CL_SAI_SWF_RULE_ENGINE.MSG_GET(MSG=&_MSG&;NSP=&_NSM&;XPATH="/p2:receivingAdvice/carrier/additionalPartyIdentification/additionalPartyIdentificationValue")% CE SHUTTLE</Trace>
      <Trace level="2" type="T">......extracting (new) for Extractor: XP /p2:receivingAdvice/carrier/additionalPartyIdentification/additionalPartyIdentificationValue</Trace>
      <Trace level="2" type="T">......extracting values found: 1</Trace>
      <Trace level="2" type="T">...valid InbIf with Condition: WMMBXY.WMMBID01</Trace>
      </Trace>
      </Trace>
    - <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_LOG_TO_PERSIST">
      <Trace level="3" type="T">Persisting message after plsrv call</Trace>
      <Trace level="3" type="T">Message-Version = 002</Trace>
      <Trace level="3" type="T">Message version 002</Trace>
      <Trace level="3" type="T">Pipeline CENTRAL</Trace>
      </Trace>
      <Trace level="3" type="System_Error">Error exception return from pipeline processing!</Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      <Trace level="3" type="T">Persisting message Status = 014</Trace>
      <Trace level="3" type="T">Message version 003</Trace>
      <Trace level="3" type="T">Pipeline CENTRAL</Trace>
      </SAP:Trace>
    Here, you see that the ID runs for the first receiver. It hits an error because two conditions on the ID for the first receiver are satisfied. However, it then stops rather than allow the processing for the other receiver to continue.
    Any ideas? Thx, Duncan

  • Connecting external audio interfaces?! Issues, help needed!

    Ok well basically i'v always used a pc to do music using cubase and a variety of hardware including a steinberg mi4 external audio interface connected via usb. Now on my pc which is actually less powerful than my new macbook (the 2.2ghz model) the interface works with out fault no latency, no distortion.
    However once used on my new shiny macbook, for which i'v purchased logic pro as opposed to cubase (felt like a change) when trying to use my interface via usb on the mac through logic i seem to have issues with recording and all sound comes through distorted with a great deal of latency. I'v tried altering the sample depth and the bit rate and nothing seems to work?
    I have downloaded mac specific drivers for the hardware so i'm sure its not a driver issue?
    Anyone with any suggestion, cos i'm a bit gutted really?
    P.s. Does anyone know if you can change the graphics card in a macbook?
    Ben

    Hi, im having the same issue, using garageband and logic pro. I used pc to make music with no problems at all with my Zoom g9.2tt guitar fx usb interface.
    Now with mac i get distorted and lots of latency.
    One way i found that can make this work with garageband is use the internal sound card to play sounds and the usb interface to record this helps a lot. This trick makes it for garageband but not for logic pro(still getting distortion/latency).
    By the way i used to have an emachines laptop with 512 ram memory and a 1,6ghz semprom processor, believe or not, easier to record on that one, with no latency and no distortion.

Maybe you are looking for