Not Distributed PPV

Hi All,
In material Ledger(CKM3), I have one doubt:
Material 1: Beginning Inventory:3 & ending inventory:3
for this material in NOT DISTRIBUTED folder is there
Material 2: Beginning Inventory:1 & ending inventory:6
for this material in NOT DISTRIBUTED folder is not there
Whats the logic behind this folder? Why it has created material:1 but not in the case material 2
Thanks In advance

Hi All,
The NOT DISTRIBUTED are calculated as follows:
(ending inventory + consumption) - (beg. inv + receipts + other receipt)
They occur if CKMLPP-PBPOPO is bigger than the cumulative inventory.
One algorithm would be:
if CKMLPP-PBPOPO > cumulative inventory
(Cumulative inventory / CKMLPP-PBPOPO) * price differences = distributed
price differences
price differences - distributed price differences = not distributed PRDs
The note 908776 mentions more details.
Regards,
Declan

Similar Messages

  • How can I prevent a PDF file from being copied, printed or downloaded? Students should only be able to view the text and and not distribute it in any way.

    How can I prevent a PDF file from being copied, printed or downloaded? Students should only be able to view the text and and not distribute it in any way.

    You can prevent it from being printed by applying a security policy to it
    in Acrobat. The rest can't be prevented, unless you spend  a LOT of money
    on DRM protection.

  • PO-Freight cost (header, diff currency with items) not distributed when GR

    Dear Gurus,
    I've one PO with freight cost at header level (1000 VND). In the PO, this freight amount shown to be distributed successfully to line item (value base, line item 1 is 300 VND, line item 2 is 700 VND). But when doing GR, the freight cost of each line item is NOT distributed but equals the total freight amount (line item 1 is 1000 VND, line item 2 is 1000 VND).
    In this PO, vendor is international vendor, goods in USD. Freight cost is in local currency (VND)
    The configuration for this freight cost condition is at Header level, Group Condition ticked; Calculation type: Fixed Amount; Scale Basis: Value. When the currency of freight cost and goods are the same (all in USD), I have no error as above.
    Please help to solve this issue.
    Thanks.

    Hi
    I am facing the same problem in my client. It would be great if you can share how you resolved the issue of Freight Cost
    Regards
    Athar

  • MDB in a Cluster using Local JMS Queue (not distributed)

              Can I create a MDB that receives messages from a Local JMS Queue (created on each
              node) rather than a distributed queue?
              When I try to deploy such an MDB I get the following exception:
              weblogic.management.DeploymentException: Exception:weblogic.management.ApplicationException:
              activate failed for TestLocalMDBCluster Module: TestLocalMDBCluster Error: Exception
              activating module: EJBModule(TestLocalMDBCluster,status=PREPARED) Unable to deploy
              EJB: AsyncProcessor from TestLocalMDBCluster.jar: [EJB:011046]Unable to create
              EJBRuntimeMBean. javax.management.InstanceAlreadyExistsException: mydomain:ApplicationRuntime=Node2_TestLocalMDBCluster,EJBComponentRuntime=Node2_TestLocalMDBCluster_TestLocalMDBCluster,Location=Node2,Name=Node2_TestLocalMDBCluster_TestLocalMDBCluster_AsyncProcessor_jms/myserver,ServerRuntime=Node2,Type=MessageDrivenEJBRuntime
              at com.sun.management.jmx.RepositorySupport.addMBean(RepositorySupport.java:134)
              at com.sun.management.jmx.MBeanServerImpl.internal_addObject(MBeanServerImpl.java:2371)
              at com.sun.management.jmx.MBeanServerImpl.registerMBean(MBeanServerImpl.java:876)
              at weblogic.management.internal.RemoteMBeanServerImpl.private_registerMBean(RemoteMBeanServerImpl.java:582)
              at weblogic.management.internal.RemoteMBeanServerImpl.registerMBean(RemoteMBeanServerImpl.java:524)
              at weblogic.management.runtime.RuntimeMBeanDelegate.register(RuntimeMBeanDelegate.java:166)
              at weblogic.management.runtime.RuntimeMBeanDelegate.<init>(RuntimeMBeanDelegate.java:122)
              at weblogic.management.runtime.RuntimeMBeanDelegate.<init>(RuntimeMBeanDelegate.java:85)
              at weblogic.ejb20.monitoring.EJBRuntimeMBeanImpl.<init>(EJBRuntimeMBeanImpl.java:33)
              at weblogic.ejb20.monitoring.MessageDrivenEJBRuntimeMBeanImpl.<init>(MessageDrivenEJBRuntimeMBeanImpl.java:30)
              at weblogic.ejb20.deployer.MessageDrivenBeanPoolInfoImpl.initPool(MessageDrivenBeanPoolInfoImpl.java:182)
              at weblogic.ejb20.deployer.MessageDrivenBeanPoolInfoImpl.activate(MessageDrivenBeanPoolInfoImpl.java:245)
              at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.activatePoolInfo(MessageDrivenBeanInfoImpl.java:474)
              at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.deploy(MessageDrivenBeanInfoImpl.java:440)
              at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1327) at weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:610)
              at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:3127)
              at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2081)
              at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2062)
              at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.activateContainer(SlaveDeployer.java:2592)
              at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(SlaveDeployer.java:2515)
              at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.java:2317)
              at weblogic.management.deploy.slave.SlaveDeployer.commitUpdate(SlaveDeployer.java:608)
              at weblogic.drs.internal.SlaveCallbackHandler$2.execute(SlaveCallbackHandler.java:35)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              Is there any way to do this?
              

    I assume you are using queues.
              I truly wonder what you are doing different. Since the
              error is occuring outside of JMS and in the EJB - before JMS is called -
              I suggest posting to the ejb newsgroup.
              Note that yours is a standard use case which distributed destinations
              are actually specifically designed for (if you
              are using customer connection factories, just
              make sure ServerAffinity is enabled on the connection factory to
              ensure that clients always connect to the local physical destination,
              configure the MDB to refer to the JNDI name of the distributed
              destination, and then target the MDB to the cluster - an MDB pool
              will then automatically be dedicated to each physical destination).
              Tom
              Mark Colwell wrote:
              > Nope. It happens every time we try the scenario no matter what the application
              > is or which cluster. It always happens if we try to deploy even just a single
              > MDB (no other beans in the jar) to a cluster where the queue specified in the
              > deployment descripter is a local queue created on each node in the cluster. When
              > the jar is deployed we get the error.
              >
              > We have a strange situation were we really need the queue to be local and not
              > distributed but existing on every node. We can create all the local queues no
              > problem but trying to then deploy the application goes boom.
              >
              > Thanks for the response!
              >
              > Cheers,
              > Mark
              >
              > Tom Barnes <[email protected].bea.com>
              > wrote:
              >
              >>Mark Colwell wrote:
              >>
              >>
              >>>Can I create a MDB that receives messages from a Local JMS Queue (created
              >>
              >>on each
              >>
              >>>node) rather than a distributed queue?
              >>
              >>Yes. In fact this is the most common use case.
              >>
              >>
              >>>When I try to deploy such an MDB I get the following exception:
              >>
              >>I don't recall seeing this exception before. It looks like a naming
              >>conflict - it appears that somehow something is already running with
              >>the same name. Are you somehow deploying the same app twice?
              >>
              >>javax.management.InstanceAlreadyExistsException:
              >>mydomain:ApplicationRuntime=Node2_TestLocalMDBCluster,
              >>EJBComponentRuntime=Node2_TestLocalMDBCluster_TestLocalMDBCluster,
              >>Location=Node2,
              >>Name=Node2_TestLocalMDBCluster_TestLocalMDBCluster_AsyncProcessor_jms/myserver,
              >>ServerRuntime=Node2,
              >>Type=MessageDrivenEJBRuntime
              >>
              >>FYI: As of one or two weeks ago, the MDB section of the
              >>EJB docs has been heavily updated. I highly recommend
              >>reading it.
              >>
              >>
              >>>weblogic.management.DeploymentException: Exception:weblogic.management.ApplicationException:
              >>>activate failed for TestLocalMDBCluster Module: TestLocalMDBCluster
              >>
              >>Error: Exception
              >>
              >>>activating module: EJBModule(TestLocalMDBCluster,status=PREPARED) Unable
              >>
              >>to deploy
              >>
              >>>EJB: AsyncProcessor from TestLocalMDBCluster.jar: [EJB:011046]Unable
              >>
              >>to create
              >>
              >>>EJBRuntimeMBean. javax.management.InstanceAlreadyExistsException: mydomain:ApplicationRuntime=Node2_TestLocalMDBCluster,EJBComponentRuntime=Node2_TestLocalMDBCluster_TestLocalMDBCluster,Location=Node2,Name=Node2_TestLocalMDBCluster_TestLocalMDBCluster_AsyncProcessor_jms/myserver,ServerRuntime=Node2,Type=MessageDrivenEJBRuntime
              >>>at com.sun.management.jmx.RepositorySupport.addMBean(RepositorySupport.java:134)
              >>>at com.sun.management.jmx.MBeanServerImpl.internal_addObject(MBeanServerImpl.java:2371)
              >>>at com.sun.management.jmx.MBeanServerImpl.registerMBean(MBeanServerImpl.java:876)
              >>>at weblogic.management.internal.RemoteMBeanServerImpl.private_registerMBean(RemoteMBeanServerImpl.java:582)
              >>>at weblogic.management.internal.RemoteMBeanServerImpl.registerMBean(RemoteMBeanServerImpl.java:524)
              >>>at weblogic.management.runtime.RuntimeMBeanDelegate.register(RuntimeMBeanDelegate.java:166)
              >>>at weblogic.management.runtime.RuntimeMBeanDelegate.<init>(RuntimeMBeanDelegate.java:122)
              >>>at weblogic.management.runtime.RuntimeMBeanDelegate.<init>(RuntimeMBeanDelegate.java:85)
              >>>at weblogic.ejb20.monitoring.EJBRuntimeMBeanImpl.<init>(EJBRuntimeMBeanImpl.java:33)
              >>>at weblogic.ejb20.monitoring.MessageDrivenEJBRuntimeMBeanImpl.<init>(MessageDrivenEJBRuntimeMBeanImpl.java:30)
              >>>at weblogic.ejb20.deployer.MessageDrivenBeanPoolInfoImpl.initPool(MessageDrivenBeanPoolInfoImpl.java:182)
              >>>at weblogic.ejb20.deployer.MessageDrivenBeanPoolInfoImpl.activate(MessageDrivenBeanPoolInfoImpl.java:245)
              >>>at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.activatePoolInfo(MessageDrivenBeanInfoImpl.java:474)
              >>>at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.deploy(MessageDrivenBeanInfoImpl.java:440)
              >>>at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1327)
              >>
              >>at weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:610)
              >>
              >>>at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplicationContainer.java:3127)
              >>>at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2081)
              >>>at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:2062)
              >>>at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.activateContainer(SlaveDeployer.java:2592)
              >>>at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.doCommit(SlaveDeployer.java:2515)
              >>>at weblogic.management.deploy.slave.SlaveDeployer$Task.commit(SlaveDeployer.java:2317)
              >>>at weblogic.management.deploy.slave.SlaveDeployer.commitUpdate(SlaveDeployer.java:608)
              >>>at weblogic.drs.internal.SlaveCallbackHandler$2.execute(SlaveCallbackHandler.java:35)
              >>>at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197) at
              >>
              >>weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
              >>
              >>>Is there any way to do this?
              >>
              >
              

  • Order not distributed

    Hi
    The CRM Slaes Order  if we change anything its not distributing R/3( there is no sale order is created up to now) at the same time its not throwing any Bdoc error it very strange situation.
    In Bodoc message” no upload into R/3”
    For this I checked SAP Note791713 in that they mentioned check whether Badi CRM_SALESDOCU_R3A active or not
    We checked that Badi also, its active.
    Thanks in advance,
    regards
    Rami.
    help will be rewarded

    Hi,
    Did you create R/3 site and the subscription 'All Business Transactions (MESG) subscription'. Without this subscription no sales document will get uploaded into R/3. After completing the above step then create a new sales order in CRM which get uploaded automatically into R/3 provided, if you have configured all other steps like no. ranges, transaction types etc.
    Please refer to the best practice docuement C03 for complete configuration steps.
    <b>Do not forget to reward if it helps,</b>
    Regards,
    Paul Kondaveeti

  • Material ledger:not distributed variance-URGENT

    Dear all,
    For raw material A, it issued to certain production order(say FG is B) in Apr. at the month end, I found that there are some variance(not distributed) in material A due to there is no goods receipt for production order. in May. I performed GR for B, then calculate WIP/variance and perform settlement. after that, I run CKMLCP for ML closing.
    However, system can not distribute the variance which occurred in the previous month to B, this means this variance will keep in the variance account forever, and the actual cost of B is wrong.
    I do not know whether this is standard SAP, our version is ECC6.0.
    thanks,
    Ben

    Hi Ben,
    If you don't find the reason for 'not allocated', you should open a message in the system for SAP to check.
    Check note 908776. Here you will find all possible reasons:
    **'Not included' or 'Not allocated' price differences:                                                                               
    A) The material has multilevel consumption alternatives (processes).                                                                               
    Possible causes:                                                                               
    -  Multilevel price determination was not carried out yet.             
    -  Not all subsequent materials were processed by multilevel price     
    determination. If multilevel step has not been carried out (or          
    resulted in an error etc.) the price differences remain on the          
    input material in the 'not allocated' line.                                                                               
    You can verify the Actual BOM for all consumption processes to find 
    all output materials. You should check the status for multilevel in     
    all output materials                                                                               
    - the multi level document of one subsequent material is obsolet,       
      because it is older than the single level or multi level document of  
      the  input material.                                                  
      You can check this by comparing the time stamps in the documents'     
      header data.                                                          
      This situation occurs when the input material was reprocessed by      
      single level and/or multi level price determination, but not all      
      depending subsequent materials were reprocessed.                      
      To avoid such error SAP recommends to run multi level price           
      determination generally with the option:                              
      'materials already processed: process again'.                                                                               
    - For some consumption processes there was no goods receipt of the     
    output material in the period. In this case the price differences       
    can not be rolled up by multi level price determination. They           
    remain as 'not included' ('not allocated') at the input material.                                                                               
    -  For some consumption processes, that have different output          
    materials (joint production) for one of the joint products (the         
    materials that receive costs according to the apportionment             
    structure)  the goods receipt has not been posted yet. In this case     
    the differences to be allocated to this joint product remain as         
    'not included' ('not allocated') at the input material                                                                               
    -  One output was calculated with reduced BOM. Typically this happens  
    if input and output material are part of a cycle, and this cycle        
    was cut off because it didn't converge. In this case the price          
    differences of the input were not rolled-up along the cycle             
    connections and therefore remain on the input material. To verify       
    if this case applies check the multi level document of the output       
    material. There must be a red light in the item line of the input       
    material to indicate that no price differences have been rolled up.                                                                               
    In the header data of the multi level document you can see the          
    cycle number. Furthermore in the log of multi-level price               
    determination there may be a message 'Cycle * cut off after *           
    iterations'.                                                                               
    B) Material has Single level consumption alternatives                                                                               
    -  For release 4.7 or higher, the step 'Revaluation of consumption'    
    was not carried out. (This step is only available with Financials       
    Extensions).                                                            
    Regards,
    BC

  • Material Ledger - Not Distributed when use MR22

    Dear All
    I do follow step and i have a problem which need your help
    1. Create a Mew Materail, price determination: 3 - Single/Multi level
    2. GR with Mvt 561.
    3. Using MR22 to update valuae for that material.
    4. Run CKMLCP -->
    I have 2 question
    1. When I run CKM3, I saw quantity in the Consumption Group with negative quantity. I don't know why, because I do GR, not do GI
    2. After run CKMLCP, I saw a not distributed line.
    I aldready config PRDs,
    Please help me solve that problem.
    Thanks
    QuangDD

    Hello Quang,
    First of all, do you have any consumption for your material in CKM3?
    CKMLCP would not distribute anything if there is no consumption in the material.
    The "not distributed" lines are due to 4 different causes explained in SAP Note 908776.
    I think your problem though, is that you have an MR22 posting and there is no consumption to apply that variance to.
    Hope it helps
    Javier

  • Material Ledger - not distributed

    Dear All.
    After I run CKMLCP, I found that some value can't not distributed and it's stored in not distributed  category.
    I found an unnormal thing in sytem: When I run Settlement, CO88, some Production Order in previous month appear in current period, with a little variance. All of them are completed in previous month and I ran CO88 for them.
    Does anyknow why CKMLCP can't ditribute all producion variant to consumption and stock ? Pleas help me.
    Thanks and Best regard,
    QuangDD

    Hi,
    The production order even you settle at the previous month may consume some stock in the current period also.so that the settlemnt is considering that amount in the current month,so check whether the consumption is on which month by running consumption of production order in MB51 or production report.
    So it will lead unconsistency in CKMLCP run.so check with the prouction dept & correct the entry & take the CKMLCP run.
    Tell me one more thing the cost release is for monthly or periodically.
    Regards,
    Raj.

  • Planned depreciation not distributed in each month

    Hello,
    I noticed that for some assets, in AW01N the amount of planned depreciation is not distributed for each month.
    For example:
    The Planned Depreciation for 2011 is 250000. And the system shows for period 1 (january) 250000 and for all the other period, system shows 0 !
    For other assets it works correctly
    Any idea ?
    Thanks

    Hi,
    Base method : 0007 - Ordinary: percentage from life (after end of life)
    Declining-Balance Method: 001 - 0.00x / 0.0000% / 0.0000%
    Period Control Method : 002 - 01/01/01/01
    Multilevel Method: 008 - 0.0000%
    I checked also the asset history and for 2010 was well distributed but i do not find any accounting document related to this asset in any fiscal year !

  • Error deploying EAR on Netweaver CE - Could not distribute

    I am trying to deploy an EAR using the deploy.bat script to Netweaver CE.  I receive the following error.  Why can't the ear be deployed successfully? Any help is much appreciated.
    From deployment.0.log
    Obtaining Deployment Manager
    Connected to localhost:50004 as administrator
    DC API is trying to connect to 'localhost:50004'#
    DC API has Connected to 'localhost:50004'#
    Disconnected from localhost:50004#
    Connected to localhost:50004 as administrator#
    DC API is trying to connect to 'localhost:50004'#
    DC API has Connected to 'localhost:50004'#
    Deploying E:
    admin.ear with plan null#
    Generating SDA file for E:
    usr
    sap
    PES
    J00
    j2ee
    deployment
    scripts
    SAP_DM
    1222457078739_admin.ear
    admin.ear#
    SDA ..
    SDA
    admin.ear generated successfully#
    Deployment finished with status 'Error' +++.[ deployerId=1 ][\#4: 2.422 sec]#
    Could not distribute #1#E:
    usr
    sap
    PES
    J00
    j2ee
    deployment
    scripts
    SAP_DM
    1222457078739_admin.ear
    admin.ear#
    Received progress event for operation distribute#
    Progress event state failed#
    Disconnected from localhost:50004#
    From deployment.0.trc
    #C0000A60006F00010000000561542A75FFFFFFFFFFFFFFFF#1222457082958#com.sap.engine.deployment.operations.DistributeOperation##com.sap.engine.deployment.operations.DistributeOperation#######Thread[Thread-11,5,main]##0#0#Error#1#/System/Server/Deployment#Java###Could not distribute
    [EXCEPTION]
    #2#E:
    usr
    sap
    PES
    J00
    j2ee
    deployment
    scripts
    SAP_DM
    1222457078739_admin.ear
    admin.ear#com.sap.engine.deployment.exceptions.SAPRemoteException
         at com.sap.engine.deployment.proxy.dc.DeploymentProxyDCImpl.distribute(DeploymentProxyDCImpl.java:151)
         at com.sap.engine.deployment.operations.DistributeOperation.run(DistributeOperation.java:111)
         at java.lang.Thread.run(Thread.java:606)

    Hi,
    Can you make sure that you are providing the correct password for the CE deployment manager?
    Thanks
    Krishna

  • Run CKMLCP already, but value in price diff account did not distributed

    Hi All,
    I active Material Ledger and config G/L account in OBYC. End of month, I run CKMLCP but value in price diff account did not distributed to other account.
    How can I check and config again.

    Hi nkonnipati,
    I have checked the Document after posting Miro and i checked in FB03 is it showing as same as the Material Price different account is showing in Foreign currency values i.e., USD where as in Local Currency it is showing as Zero Values for that document.
    MIRO Document is displaying as:
                                                      USD     JPY
    Vendor A/C                                              30,316.32-        2352365-
    GR/IR Account                         30,258.72       2,659,348.00
    Price Diff Account                          57.60      0
    Exchange Rate Gain / Loss Account     0     306983-
    i have checked the Currency conversion rates it is already maintained for USD to JPY and JPY to USD.
    Thanks
    Sivanand KP

  • DNS set up when not distributing dns

    Ok it's not clear but let me try, I am in a place where they give me an ip address and my domain names come from godaddy and are directed from there. sorry I'm french. Here's my question,
    Do I need to setup DNS on leopard server if I want to use all the services, open dir, qtss , podcast producer ect. or since I don't distribute dns, can I not use the dns service.
    I'm not sure I expressed my self properly so ask questions if you need to know more.

    Do I need to setup DNS on leopard server if I want to use all the services, open dir, qtss , podcast producer ect. or since I don't distribute dns, can I not use the dns service.
    If you want to run your own directory service for your clients then you SHOULD run your own DNS server. This is essential if you're setting up your server in a private-class network (e.g. 10.1.x.x or 192.168.x.x) since GoDaddy are not going to be able to resolve your internal hostname(s).
    The fact that no external users will ever query your server for DNS lookups doesn't matter - your own machine will and that's what counts.

  • Airport not distributing DNS servers over network

    Hi everyone,
    I connect to the Internet over ADSL (ISP: Arnet Highway, Buenos Aires, Argentina) using PPPoE from my MacBook Pro.
    I have my ADSL modem connected to the Airport Extreme (802.11n) and distributing IP over DHCP just fine. Every device that joins the network obtains a valid IP.
    However, DNS servers aren't distributed by the router over the network. Every connected device has to be manually configured to set the DNS servers of my ISP to be able to resolve hosts, instead of 'asking' these addresses to the router, as it should be.
    Initially I thought there might be a problem obtainig the DNS servers from the ISP. So in the Airport Utility, in Internet / PPPoE settings, I've manually set my ISP's DNS servers, which should be distributed over the network to all connected devices.
    This doesn't happen, and every somebody new joins my wireless network I have to manually change the DNS servers for that connection which, as I'm sure you'll agree with me, can be quite annoying. Not to mention what would happen if my ISP decides to use dynamic DNS addresses.
    Thanks for any help you might provide.
    Cheers.

    Hello belbo,
    I connect to the Internet over ADSL using PPPoE from my MacBook Pro.
    Is your Macbook Pro Network configured to use PPPoE or DHCP?
    I have my ADSL modem connected to the Airport Extreme (802.11n) and distributing IP over DHCP just fine. Every device that joins the network obtains a valid IP.
    Is NAT enabled on the AE? Are the valid IP Address obtained from your ISP or from the AE?
    However, DNS servers aren't distributed by the router over the network. Every connected device has to be manually configured to set the DNS servers of my ISP to be able to resolve hosts, instead of 'asking' these addresses to the router, as it should be.
    When you setup the AE to use PPPoE did you enter a Domain Name or a DHCP Client ID?
    Initially I thought there might be a problem obtainig the DNS servers from the ISP. So in the Airport Utility, in Internet / PPPoE settings, I've manually set my ISP's DNS servers, which should be distributed over the network to all connected devices.
    The DNS servers listed in the AE aren't distributed to each Network Device but are only used to translate names into IP addresses when need by a Network Device.
    This doesn't happen, and every somebody new joins my wireless network I have to manually change the DNS servers for that connection which, as I'm sure you'll agree with me, can be quite annoying. Not to mention what would happen if my ISP decides to use dynamic DNS addresses.
    If your AE is distributing IP Address using DHCP and NAT then this should not be a problem but I'm not sure without more information about the questions I asked.
    Later.
    Buzz

  • Condition in purchase order not distributed in line items

    Hi All,
        I have a condition ZD21 (delivery charges) in purchase order.  When i enter the condition at header level, it supposed to distribute the charges among line items.  However sap put the entire amount in one of the line items.   The condition has condition class A (surchage), Calc typ B(Fixed Amt) and B as cond cat.   Header condition is selected (not item).
       Sometimes system populate an amount at the header level for this delivery charge.
    How can i get the amount to distribute to all line items ?  Also, where is the populated amount coming from ?  Anyone with any suggestions ?
    thanks
    joyce

    Hi Tej,
      Group condition and Header condition were selected.  I noticed that  for other plants, the delivery distribution works but not for this plant.  This wouldn't have anything to do with plants, right ?
    What is the group based on for Group Condition  ?   Thanks.
    Edited by: Joyce Chan on Jan 10, 2012 2:54 PM

  • Users created in CUA does not distribute to child systems

    Hi
    I searched this forum and after pulling my hair for 2 days I am asking this question. I created a user in CUA and gave him child system access with the necessary roles.
    I was under the impression that the user will get replicated / distributed automaticlaly to the child systems which i selected at the time of user creation in CUA
    But it does not happen. I login the child system and search for the user. It says User does not exist. I saw SCUL in CUA and the log shows a grey icon next to the username and when I place my cursor on the icon, the tect comes " Distribution unconfirmed"
    What am I missing? Everything looks ok to me
    Why is the user or users not geting replicated or distributed to the child systems with the necessary roles / profiles?

    >
    Jackofalltrades wrote:
    > 2. Also the communication user from Client to CUA is getting locked very frequently. When I do a text comparison from CUA, it always pops the username and password login screen and then I have to enter it and the text comparison happens. I don't know what that happens
    >
    > Any ideas for point 1 and 2 ?
    Hi,
    that is an indication, that the RFC-connection is not defined properly. As soon it does not work, you will get the login screen (on the login screen the default client (503) is filled automatically, but that has nothing to do with the problem you have).
    First check the password of the RFC-user you use. Simply change this user to type 'dialog' and try to log on with the password you know. If that works, reenter this password in SM59. Perform the authorization test in SM59 afterwards. Mind possible upper/lowercase problems with the password depending on the releases your systems are.
    You can also try to perform a remote login through sm59 to make sure, tath you can log on with that RFC-user (as long he is of type dailog this will work). If the rfc-user gets locked frequently, then something is wrong with the rfc configuration. In most cases the entered password is simply wrong.
    Check this first!
    b.rgds, Bernhard

Maybe you are looking for

  • The program can't start because MSVCR80.dll is missing from your computer

    Hello. My itunes was working fine when I opened it up today but after I updated it later it wouldn't open saying, "The program can't start because MSVCR80.dll is missing from your computer". So I downloaded itunes again and said that the download was

  • Need solution for Report

    HI In report i want to find frame(heading the columns ) is displaying in how many pages please give me a solution Regards Yashavanth

  • Problem removing grid lines from prints in PhotoShop Elements 13

    I cannot remove faint grid lines from my prints in Photoshop Elements 13, even after I've turned off the grid overlay. How can I get these lines out? I'm desperate as I am writing a book and am stymied at this point. Help!

  • Use of device configurations - update version of mobile component

    Hello, We changed coded some changes in standard XMAM30. The name of this mobile component is XMAM30_LAPTOP_SR3 (type is application) with version 3.0003. This was added to a device configuration DC_MAM and assigned to a hierarchy. The users synced a

  • SSIS Installation issue / Access issue

    Hello, I recently installed SSIS to an existing SQL Server 2014 Instance since it was not installed all at once. I did change the instance name in the configuration file and added the two developers to permissions. I can connect to SSIS through the s