L_TO_CREATE_DN and HU/SU management

Hi,
I'm using this FM in order to create a TO with reference to a delivery <b>AND</b> I also need source/destination SU info to be passed in this TO. Unfortunatelly, each time is my Destination SU overwritten by a blank value and no Quant is created (?!).
If however I execute LT03 manually filling in SU data - everything works fine.
Anyone knows how to handle this?
Helpfull answers will be rewarded, of course.
Cheers!

Hi,
have a look at this code:
Generate TO
  CLEAR:   tlips, wa_tlips.
  REFRESH: tlips.
  SELECT SINGLE * FROM likp WHERE vbeln = likp-vbeln.
  SELECT  * FROM lips INTO TABLE tlips
    WHERE vbeln = likp-vbeln.
  IF NOT tlips[] IS INITIAL.
    CLEAR: it_delit, l_wa_delit.
    REFRESH it_delit.
Delete positions with status that is not  A or B
    LOOP AT tlips INTO wa_tlips.
      CLEAR l_kosta.
      SELECT SINGLE kosta FROM vbup INTO l_kosta
        WHERE vbeln = wa_tlips-vbeln
        AND posnr = wa_tlips-posnr.
      IF l_kosta NA 'AB'.
        DELETE tlips.
      ENDIF.
    ENDLOOP.
    CLEAR:   tlips, wa_tlips.
    IF NOT tlips[] IS INITIAL.
      LOOP AT tlips INTO wa_tlips.
Check again the status of the position
        CLEAR l_kosta.
        SELECT SINGLE kosta FROM vbup INTO l_kosta
          WHERE vbeln = wa_tlips-vbeln
          AND posnr = wa_tlips-posnr.
        CHECK l_kosta CA 'AB'.
        CLEAR: lv_tanum, lv_teilk.
        CLEAR: l_wa_delit, it_delit.
        REFRESH it_delit.
Quantity
        SELECT SINGLE * FROM lqua
          WHERE lgnum = rm07m-lgnum
          AND lenum = lein-lenum.
        CHECK lqua-matnr = wa_tlips-matnr.
        l_wa_delit-anfme = lqua-verme.
position
        l_wa_delit-posnr = wa_tlips-posnr.
alternative unit of measure
        l_wa_delit-altme = lqua-meins.
Batch
        l_wa_delit-charg = lqua-charg.
*--destination--
        l_wa_delit-nltyp = '916'.
        l_wa_delit-nlber = '001'.
        l_wa_delit-nlpla = wa_tlips-vbeln.
        l_wa_delit-letyp = lqua-letyp.
*--source--
        l_wa_delit-vltyp = lqua-lgtyp.
        l_wa_delit-vlber = '001'.
        l_wa_delit-vlpla = lqua-lgpla.
        l_wa_delit-vlenr = lqua-lenum.
        APPEND l_wa_delit TO it_delit.
        CALL FUNCTION 'L_TO_CREATE_DN'
          EXPORTING
            I_LGNUM                          = rm07m-lgnum
            I_VBELN                          = likp-vbeln
            I_COMMIT_WORK                    = con_x
            I_BNAME                          = SY-UNAME
            IT_DELIT                         = it_delit
         IMPORTING
           E_TANUM                          = lv_tanum
           E_TEILK                          = lv_teilk
         EXCEPTIONS
           FOREIGN_LOCK                     = 1
           DN_COMPLETED                     = 2
           PARTIAL_DELIVERY_FORBIDDEN       = 3
           XFELD_WRONG                      = 4
           LDEST_WRONG                      = 5
           DRUKZ_WRONG                      = 6
           DN_WRONG                         = 7
           SQUIT_FORBIDDEN                  = 8
           NO_TO_CREATED                    = 9
           TEILK_WRONG                      = 10
           UPDATE_WITHOUT_COMMIT            = 11
           NO_AUTHORITY                     = 12
           NO_PICKING_ALLOWED               = 13
           DN_HU_NOT_CHOOSABLE              = 14
           INPUT_ERROR                      = 15
           OTHERS                           = 16.
      ENDLOOP.
  ENDIF.
Best regards.

Similar Messages

  • Items greyed out after upgrading and migrating to Sharepoint 2013 - Open and Check Out + Manage Document Option

    Hi there,
    Following a migration to SharePoint 2013, the follow options have been disabled (Open and Check out + Manage) (see below). These are critically important functions and make it very hard to make SharePoint a useable interface. Any guidance on how to resolve
    these issues is greatly appreciated. This is not a branded website, and there has been no changes made to the standard interface.
    Kind regards
    Jarrad Koppen

    I'm not sure what the easiest way is either.  First, I would try to create a new site collection with a new library and see if you get the same behavior.  If not, then its something in the upgrade process.  If it does that also would point
    to something being wrong in the way that javascript is being executed.
    If it is happening everywhere I suspect you'll have to start tracing javascript using something like IE developer's toolbar to see why the status on those buttons isn't changing when you select a document.  I'm not sure what else to suggest.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Error loading Virtual Machine Manager 2012 and Data Protection Manager 2012 modules together

    Hi.
    Very strange issue: when i try to load together Virtual Machine Manager 2012 and Data Protection Manager 2012 modules - script fails. If first loaded Virtual Machine Manager 2012 module:
    Import-Module : Cannot load Windows PowerShell snap-in C:\Program Files\Microsoft Data Protection Manager\DPM2012\bin\ObjectModelCmdlet.dll because of the following error: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property
    for more information.
    Loader Exceptions:
    Could not load type 'Microsoft.Internal.EnterpriseStorage.Dls.Utils.AlertTypes.AlertEnum' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    At C:\Program Files\Microsoft Data Protection Manager\DPM2012\bin\Modules\DataProtectionManager\DataProtectionManager.psm1:2 char:14
    + Import-Module <<<<  (Join-Path $cmdletDllPath ObjectModelCmdlet.dll)
        + CategoryInfo          : ResourceUnavailable: (:) [Import-Module], PSSnapInException
        + FullyQualifiedErrorId : PSSnapInLoadFailure,Microsoft.PowerShell.Commands.ImportModuleCommand
    If first loaded DPM 2012 module::
    Import-Module : Cannot load Windows PowerShell snap-in C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\Microsoft.SystemCenter.VirtualMachineManager.dll because of the following error: Unable to load one or more of the requested
    types. Retrieve the LoaderExceptions property for more information.
    Loader Exceptions:
    Could not load type 'Microsoft.VirtualManager.Utils.TypeConverterEnumHelper`1' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.TypeConverterEnumHelper`1' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineException' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Method 'get_BootOrder' in type 'Microsoft.SystemCenter.VirtualMachineManager.ClientObjectHWSettingsSourceAdapter' from assembly 'Microsoft.SystemCenter.VirtualMachineManager, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have
    an implementation.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMStartAction' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Method 'get_BootOrder' in type 'HardwareConfigSettingsAdapter' from assembly 'Microsoft.SystemCenter.VirtualMachineManager, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation.
    Could not load type 'Microsoft.VirtualManager.Utils.VMStartAction' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMStartAction' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMStartAction' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMSCSIControllerType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMSCSIControllerType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.ServicingTypeValues' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.FabricCapabilityType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.SKUType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral,PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.VMComputerSystemState' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    Could not load type 'Microsoft.VirtualManager.Utils.CarmineObjectType' from assembly 'Utils, Version=1.0.523.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
    At \\team\dfs\scripts\Admin\Scvmm\Move-VirtualMachine.ps1:103 char:16
    +         Import-Module <<<<  'C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\bin\psModules\virt
    ualmachinemanager\virtualmachinemanager.psd1';
        + CategoryInfo          : ResourceUnavailable: (:) [Import-Module], PSSnapInException
        + FullyQualifiedErrorId : PSSnapInLoadFailure,Microsoft.PowerShell.Commands.ImportModuleCommand

    Vote if you have same problem:
    https://connect.microsoft.com/PowerShell/feedback/details/873348/scvmm-and-scdpm-powershell-modules-cant-work-together

  • Photos says iphoto library cannot be repaired--yet it loads fine in iphoto and iphoto library manager

    photos cant load my iphoto library. It says there are errrors and that iphoto library cannot be repaired--yet it loads fine in iphoto and iphoto library manager. Any help would be appreciated

    pneb wrote:
    photos cant load my iphoto library. It says there are errrors and that iphoto library cannot be repaired--yet it loads fine in iphoto and iphoto library manager. Any help would be appreciated
    You probably have to run one or all of the IPHOTO resets/repairs over your library.   Its in IPHOTO help which keys you have to hold down while opening IPHOTO.
    Sorry don't remember which keys.
    these sites may be of interest to you
    photo getting started
    https://support.apple.com/en-us/HT204655
    https://support.apple.com/en-us/HT204410
    https://support.apple.com/en-us/HT204264
    https://support.apple.com/en-us/HT204414

  • My Extensis suitcase 11.0.4 is no longer working with my system OSX10.6.8, what is the best and cheapest font management software to use that's compatible with this system and CS software

    my Extensis suitcaseX 11.0.4 is no longer working with my system OSX10.6.8, what is the best and cheapest font management software to use that's compatible with this system and my existing CS design software?

    If you upgraded to Snow Leopard, then it would seem that Suitcase 11 is not compatible with Snow Leopard and you'd need to buy Suitcase Fusion 3 for $99.95.

  • I need to download my Verizon bill. For some reason my account says I'm a "Member" and not the "Manager" or "Owner" so I can't download the bill. I AM THE ONLY PERSON ON THIS ACCOUNT. I AM THE ONLY PERSON WHO HAS EVER BEEN ON THIS ACCOUNT. ONLY ME. JUST M

    I need to download my Verizon bill. For some reason my account says I'm a "Member" and not the "Manager" or "Owner" so I can't download the bill. I AM THE ONLY PERSON ON THIS ACCOUNT. I AM THE ONLY PERSON WHO HAS EVER BEEN ON THIS ACCOUNT. ONLY ME. JUST ME.

    Prepaid accounts don't have Account Owners/Managers, they just have Account Members (and prepaid accounts have less options regarding changes via their My Verizon account as a result).

  • HT4847 How i take an old back form my old iphone to my new iphone?!when i acces icloud from my phone and go to manage storage i have 4 back up for diferent phone how can acces this data?!

    How i take an old back form my old iphone to my new iphone?!when i acces icloud from my phone and go to manage storage i have 4 back up for diferent phone how can acces this data?!

    Thanks very much!
    Although I had to add everything again to the playlist, at least I can just copy it over in future!

  • New Note 790189.1 - Oracle Clusterware and Application Failover Management

    Hi all,
    please, note the newly created Metalink Note 790189.1 - Oracle Clusterware and Application Failover Management if you want to use Oracle Clusterware as a general purpose cluster solution. The note intends to clarify and to explain the current situation in regards to the supportability of applications managed by Oracle Clusterware.
    In environments not including Oracle RAC, Oracle Clusterware still provides the level of high availability that is commonly known to be achievable for applications and databases managed in (failover) cluster environments. These environments can include Oracle Single Instance Databases, Oracle Application Servers, Oracle Enterprise Manager components, third party databases, or any other kind of application. (For more information on Oracle Clusterware 11g in general, please, refer to [Oracle Clusterware homepage|http://otn.oracle.com/clusterware].)
    Metalink Note 790189.1 - Oracle Clusterware and Application Failover Management is tightly integrated with the information on application failover management available on the [Oracle Clusterware homepage|http://otn.oracle.com/clusterware] and discusses typical questions like
    * Terminology
    * Script supportability and preconfigured agents
    * How to prove that action scripts work outside of Oracle Clusterware
    * Supportability of the Oracle Database Single Instance example scripts
    * How do I know whether a certain script is supported as a preconfigured agent?
    Metalink Note 790189.1, however, does not change the level of support that has been introduced for these kind of configurations as of Oracle Database 10g Release 2: "Generally, Oracle does not support action scripts in the strict terms of supporting individual code fragments. Oracle fully supports the integration of individual action scripts proven to run outside of Oracle Clusterware into the Oracle Clusterware management stack. Supported operations therefore typically involve crs_* commands such as crs_profile, crs_register, crs_setperm, crs_getperm, crs_start, crs_stop, and crs_relocate invoked on custom resources. If actions scripts are used as part of a preconfigured agent, Oracle or the application provider who provides the agent will support the integration of this agent, while only the application provider will provide support for the individual action scripts."
    Just for your information. Thanks,
    Markus

    not meant to be a question - rather an announcement.

  • TS1424 Tried to use my apple id to update some apps and got"Connection Manager::invoke:: Failed to find service connection url"  After this occured a few times I reset the id password, and this was confirmed by email.  It still fails with same message.  I

    Tried to use my apple id to update some apps and got"Connection Manager::invoke:: Failed to find service connection url"  After this occured a few times I reset the id password, and this was confirmed by email.  It still fails with same message.  Ideas?

    Hi, you have to logout from your iTunes account and reconnect it:
    Settings / iTunes & App Stores / ...
    https://mobilfunkexperten.de/news/13450/sporadische-probleme-im-itunes-und-app-s tore
    Hope this helps... :-)

  • Just got a new mac pro and can't manage to set a password and keep it.  It keeps telling me I have the wrong password.

    Just got a new mac pro and can't manage to set a password and keep it.  It keeps telling me I have the wrong password.  I want to start over and I can't even get back in to do this bc it won't take any of my passwords.  How can I start over completely?

    You got a new laptop? try asking there or in Lion forum.
    If it has Lion, use the Recovery Mode boot Command-R
    Use that to erase and reinstall - it has network install ability.
    Want MacBook Pro forum or Lion Community?
    MacBook Pro
    Lion Mac OS X Communities
    New, as in from Apple, it would have asked for full setup.
    Want to reset the password? (it is used then I'd wipe it clean and start over)
    How to run the Password Reset utility in OS X 10.7 Lion

  • Connect the device to your computer. Open iTunes. Select iPhone, iPad, or iPod in the Devices list. Click the Summary tab and select "Manually manage music and videos". Click Apply. but after that say's everything on my iPhone will be deleted

    Connect the device to your computer.
    Open iTunes.
    Select iPhone, iPad, or iPod in the Devices list.
    Click the Summary tab and select "Manually manage music and videos".
    Click Apply.
    than it says it'ss erase my iphone and sync with itunes library.
    what should i do?

    It wil only erase the music and videos. Nothing else.

  • Executive Escalation - Verizon and Midland Credit Managment

    Verizon and Midland Credit Management (Encore Capital Group),
    I'm writing this blog as I need to find resolution to an issue that is affecting my wife and she is very frustrated and upset.  Please understand we are in the process of refinancing our house and this negative credit score is affecting our ability to refinance our house and I cannot continue to have this undo stress placed upon her.
    We've followed the path of contacting both parties (Verizon and MCM) on several occasions with no resolution in what seems to be a very simple account to correct, I run some of the largest BPO call centers in the world so I understand in great detail how customer escalations are handled and when both companies are not talking with one another to resolve issues such as this the outcome is unfortunately what my wife and I are dealing with.
    Summarizing, my wife previously worked for Qwest in their corporate office (now Centurylink) in Denver.  She had a cell phone through them (303) 517-XXXX, that phone number and account was closed out.  We found out when refinancing our home loan recently that their was a outstanding balance from Verizon that was affecting our her credit score.  She has perfect credit above 800 and we were confused as to what this was.  We found out that an account had been opened up under her name with two phone numbers with the address of the account at the Qwest corporate office (not our home address).
    VZW usuage and bill was coming from two other numbers that we are not familiar with account 4713XXXXX - (303) 507-XXXX  and (303) 437-XXXX.  They referred to them as a Level 1 and a Level 2 (sub accounts) - neither company could tell me which was the level 1 and which was the level 2. Again, they couldn't give us numbers because the numbers had been erased.  Below are the details:
    VZW sent me to collection for a $395.  The collection company (MCM) has limited information - only the last bill. And VZW has information, but can't see the numbers, only that the accounts were being used and paid for (PLEASE TAKE NOTE AS WELL MY WIFE AND I HAD MOVED TO AFRICA WHEN THESE NUMBERS AND CHARGES WERE HAPPENING).  The numbers that are associated with the collection are:  303.437.XXXX and303.507.XXXX and had a billing address of 1801 California St. and being paid for pretty regularly.  (NOTE THIS IS THE KEY PIECE, THE ACCOUNT ASSOCIATED WITH THESE NUMBERS WAS BEING PAID.  IF YOU DETERMINE WHO WAS MAKING THE PAYMENTS THAT IS WHO THE ACCOUNT BELONGS TO-VERY SIMPLE RESOLUTION).
    These numbers were set up August 25, 2008 - account 47132XXXX (303) 507-XXXX  and (303) 437-XXXX.  Below is the information that was relayed to us with payments made on the account.  AGAIN - IF YOU DETERMINE WHO WAS MAKING THE PAYMENTS THAT IS WHO THE ACCOUNT BELONGS TO.  We told that several times to many departments within Verizon and MCM.
    September 2008 - no payment
    October 2008 - payment made $228
    November 2008 - payment made $353.23
    December 2008 - no payment
    January 2009 - payment $267.34
    Feb 2009 - Nov. 2009 - consistent payments made $120.14
    Dec 2009 - no payment
    Jan. 2010 - April 2010 - no payment
    April 2010 - VZW stops service 
    Simply what we believed happened is either someone at Qwest (now centurylink) accidentally set this up under her name or someone fraudulently set this up under her name.  To me it doesn't make sense given the high dollar amounts they were paying consistently on the account that it was fraudulently set up.
    Your companies are unfortunately putting me in a very undesirable position given the exposure I've had to how customers can use various media and social channels to bring to light issues such as this - especially given the things this is not allowing us to do with our house refinance and the stress it is putting on my wife.  I'm demanding that this account be extensively researched and then deleted from all credit reporting agencies.  My request is very simple, please assign someone from each company to look - and work together - into this extensively and resolve this issue.
    If I do not hear from you and significant progress is made by Friday September 28th I will proceed with ensuring that is resolved through the appropriate channels as we feel we are being held hostage by this issue.

        Good evening,
    I am truly sorry for the difficulties this has caused you and your family as well as my sincerest apologies for my delayed response due to our volume. As Jim mentioned this forum is mainly driven by Customer to Customer assistance, but I definitely want to help ensure I get you in the right direction.
    As this account has been sent to a collections agency I would strongly recommend contacting our Recovery Department at 800-852-1922. They're available Monday through Friday 8:00am - 5:00pm.
    Thank you,
    MelissaM_VZW
    Follow us on Twitter @vzwsupport

  • Adobe Reader for iOS and Android & Rights Management

    This week's release of Reader for iOS and Android devices incorporates support for accessing files secured by Adobe LiveCycle Rights Management.
    As you are probably familiar, LiveCycle Rights Management protects sensitive documents by encrypting them with industry-standard AES encryption and enabling central management of their access permissions. Protections persist even when documents are accidentally distributed via email, the cloud, or saved on a lost mobile device.
    Many of the core capabilities that you are used to on the desktop versions of Acrobat and Reader are now supported when you are on the go on your tablet or mobile phone. We intend to incorporate additional functionality in future releases of these mobile devices and look forward to your feedback.
    We've had several questions thus far about how this works. More information about the product, as well as a link to an FAQ can be found at:http://blogs.adobe.com/security/2011/10/just-released-adobe-reader-10- 1-for-ios-and-android.html
    Jonathan

    Hello Jonathan,
    is there an way to trigger iOS download to immediately open using "Adobe Reader"
    instead of using the default Previewer (showing an plain empty white window) and then re-open it using "Open with" ?
    Is there an MIME-Type to indicate IRM-protected PDF-files?
    Thanks,

  • Xfce4 and gnome-network-manager [solved]

    I just made a clean install of archlinux. installed xorg and Xfce4, xfce-goodies, gnome-panel, gnome-desktop and gnome-network-manager. also I enabled GNOME services in startup and sessions. how do I start that network manager now? is nowhere in the settings, nor there is icon to add to the taskbar (i got xfapplets installed too)
    Last edited by anarxi (2009-01-14 00:22:42)

    quoted from a previous thread
    I solved it by uncommenting my <locale><charset> in /etc/locale.gen.
    First you have to enable the locales you want being supported by your system. To enable or disable them, the file /etc/locale.gen is used. It contains every locale you can enable, and you have just to uncomment lines you want to do so.
    As we want to setup an english UTF-8 conform system, we want to enable en_US.UTF-8. But for compatibility to programs that don't support UTF-8 yet, it's recommended to support any other locale, prefixed with en_US as well. Having this in mind, we enable this set of locales:
    en_US.UTF8 UTF-8
    en_US ISO-8859-1
    After you've enabled the necessary locales, you have to run locale-gen as root to update them:
    # sudo locale-gen
    Generating locales...
    en_US.UTF-8... done
    en_US.ISO-8859-1... done
    Generation complete.

  • Ask the Experts: Single Sign-On with Cisco WebEx Meetings Server, Internet Reverse Proxy, and Enterprise License Manager Solutions

    With Arun Kumar
    Welcome to the Cisco Support Community Ask the Expert conversation. This is an opportunity to learn and ask questions about Single Sign-On (SSO) with Cisco WebEx Meetings Server (Cisco WMS), Internet Reverse Proxy (IRP), and Enterprise License Manager (ELM) solutions.
    SSO standards such as Security Assertion Markup Language (SAML) 2.0 provide secure mechanisms for passing credentials and related information between different websites that have their own authorization and authentication systems. SSO enables simplified user authentication and management.
    IRP provides public access, enabling users to host or attend meetings from the Internet and mobile devices. Although IRP is optional, Cisco encourages its use because it provides a better user experience for your mobile workforce.
    Example question topics include:
    SSO profiles and SAML 2.0 Identity providers (IdPs) supported in Cisco WMS
    Basic configuration of IdPs
    Interaction between IdPs and Cisco WMS
    Difference between the cloud client implementation and Cisco WMS
    Meeting access behavior in a split-horizon network topology with SSO
    How to enable public access to Cisco WMS
    Cisco WMS ELM operations
    Cisco WMS ELM compared to other unified communications ELM or standalone ELM and compatibility/inoperability between them
    Arun Kumar is a team lead in the San Jose Conferencing Technical Assistance Center. He has over eight years of experience in conferencing technology and specializes in Cisco Unified Meeting Place Express and Cisco WebEx Meeting Server. He joined Cisco in 2010 as an escalation engineer for the Cisco Telepresence group. Before joining Cisco he worked for the UK's third-largest internet service provider Supanet on VoIP technology and the *Nix domain. Kumar holds a master of science degree in computer science from Sikkim Manipal University in India, and he holds CCIE (Voice) and VMware Certified Professional certifications.
    Remember to use the rating system to let Arun know if you have received an adequate response.
    Arun might not be able to answer each question because of the volume expected during this event. Remember that you can continue the conversation on the Collaboration, Voice, and Video community Other Subjects subcommunity shortly after the event. This event lasts through Monday May 17, 2013. Visit this forum often to view responses to your questions and the questions of other Cisco Support Community members.

    Hello Mobile Service,
    CWMS and Jabber integrations:
    http://www.cisco.com/en/US/docs/voice_ip_comm/jabber/Windows/9_1/JABW_BK_E4CC9599_00_environment-configuration-guide_chapter_01.html#JABW_TK_SF2ED5E1_00
    In above link start from section: Set Up Cisco WebEx Meetings Server on Cisco Unified Presence
    then move to section: Add Cisco WebEx Meetings Server to a Profile
    Once done, move to section: Specify Conferencing Credentials in the Client side. You will see above server already listed there, just go ahead and enter your username and password (pleae make sure this user already exists on your CWMS) and accept any certificate/s if presented. Jabber Integration is done and you can start testing the same.
    Attached CWMS - AFDS integration doc.
    Please let me know if any furhter question.
    Thanks, Arun

Maybe you are looking for