Queries related to APP run and Configuration

Hi All,
i would like to know few in APP run..
Can we make partial payments through APP? if yes how can it be configured?
on what basis the APP proposal picks open items from vendor items?
some times system showing the items in Exceptions list, there we have to double click on each line item and need to reallocate to payment method and house bank id and account id....hence after selecting this record how can we exclude this record?
some times system is not picking all the due items of a vendor, then how can we add more items for the payment proposal, those items are not even in exceptions list?
any one please guide me in this, hence it was a urgent requirement for my client....
SRINU

Hi Srinu,
In APP run partial payment is possible
For that u can configure OBB8 and OBB9 
There u configure terms of payment &installment
in OBB8 you have to select Installment payment check box ofter that OBB9 give intervals of partial payments
Now system will give the partial payment through APP
Exception
for that go through edit proposal there, select which one u dont want to pay and  give the payment block next system doesnt pay that invoice
some times system doesnt pay the vendor due line item
for that you delete the uncompleted proposals through in run date click F4 button we can able to see those proposals
If u have any doubt feel free to ask
Regards
Surya

Similar Messages

  • Service cannot be started. Microsoft.VirtualManager.DB.CarmineSqlException: Unable to connect to the VMM database. Ensure that the SQL Server is running and configured correctly

    Hi All,
    I am setting up SCVMM 2012 R2 in a production environment. Whenever I restart the SCVMM virtual machine the VMM service doesn't start automatically, I have to manually start it. I checked the VMM logs and in the event viewer i find the below error,
    Service cannot be started. Microsoft.VirtualManager.DB.CarmineSqlException: Unable to connect to the VMM database. Ensure that the SQL Server is running and configured correctly. ---> System.Data.SqlClient.SqlException: Cannot open database "VirtualManagerDB"
    requested by the login. The login failed. Login failed for user 'NXTRA\VMMSVC'. at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
    stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean&
    dataReady) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.Sq...
    I added the 'VMMSVC' account as db_owner and sysadmin and also NT_Authority\System with same permissions still the service doesn't start on the start up.
    I googled a lot and I find the threads with the error containing "General failure" but not with the above. Can someone please help me to find out why this error is occuring.
    Thanks,
    Ravi

    It's often only a problem of the service dependencies. SCVMM starts to fast, SQL server on the same machine in not initialized yet. Here are working service dependencies to ensure SQL server is initializes before SCVMM starts.
    You can set the service dependencies directly in regedit (as always: be careful modifying the registry ...)
    Here is the content of a reg file setting the dependency.
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCVMMService]
    "DependOnService"=hex(7):53,00,51,00,4c,00,53,00,45,00,52,00,56,00,45,00,52,00,\
      41,00,47,00,45,00,4e,00,54,00,00,00,53,00,51,00,4c,00,42,00,72,00,6f,00,77,\
      00,73,00,65,00,72,00,00,00,53,00,51,00,4c,00,57,00,72,00,69,00,74,00,65,00,\
      72,00,00,00,4d,00,53,00,53,00,51,00,4c,00,46,00,44,00,4c,00,61,00,75,00,6e,\
      00,63,00,68,00,65,00,72,00,00,00,00,00

  • App run complete configuration

    hi,
    this is jana,i wants to know the configuration of app run with stuff,pls forward me

    Hi,
    Before configuring APP you must have created your House Bank through FI12
    APP complete config is done in only one T-Code FBZP.
    1. Select your company code in Button- All Company Codes
    2.If you want to put any minimum amount for Incoming or Outgoing payment in APP mention in Button-Paying Company Codes
    3.Create a Payment Method in the country, or you can copy the Payment Method from the respective country. Eg. Let suppose you want to create a Payment Method for country IN select the existing payment method of your interest and copy.
       -here you have different options select according to  your requirement
       - You can have different document types for Payment and for Clearing
      <b>Note:</b> In the Payment Medium section give any name of your choice for the Payment medium program , but start with "RFFO" Eg: RFFOIN_C.  By specifying the program name here, you prevent the form from being printed by mistake using a program that is defined for another payment method.
    Enter the allowed Currencies for the method.
    4. Define the Payment Method in company code at Button-Payment Methods in Company Code.
        - Here you can have the maximum amount restriction
        - Grouping options at the payment run
        - In the <b>Pyt.Adv.Ctrl</b> Button you can control the no.of line items to be   printed on the payment advice.
    5. Determine the banks used for payment @ Button- Bank Determination
       - Select your company code and give the order for Bank Selection for the payment
       - Mention the House Banks and the GL accounts to be posted on payment
       - You can restrict the funds available per bank for the method in Available amounts
    6. you can retrive already created house baks @ Button -House Banks
         <b>Note:</b> You can also create a house bank here.
    It is very simple to configure the APP
    After configuring the APP, mention the applicable Payment Methods in the Vendor and Customer master records in the Payment Transactions Section of Company code Data.
    Pl. revert for queries
    Thanks
    VK

  • Is there a command to open an application menu because on other peoples macs i saw them open a little bar in the center of there screen with 4 apps running and i have did that before but on accident and i did not know what i clicked. how do i open it?

    HELP! I WANT TO KNOW!

    Mission Control? It isn't a little bar in the center of the screen but does display the running apps. You can access it via the Control+Up arrow key combination and there are preferences for it in System Preferences.

  • Queries related to Toplink ClientSession and UnitOfWork

    I'm facing with a memory leak issue and was trying to investigate it by looking at the log files. Here, are few things I saw which I thought are potential reason but could not really link with a memory leakage -
    Code looks like -
    Session session = DBManager.acquireSession();
    UnitOfWork uow = session.acquireUnitOfWork();
    ...some processing/work with UnitOfWork but no release
    The program navigates to a different path without releasing UnitOfWork or Session.
    When I look at the log files I see that the Sessions are getting garbage collected (I see log entries that say Session has been released) even though after an hour or so. I guess I’m able to see that Sessions are being garbage collected as finalize() method of ClientSession internally makes a call to ClientSession.release() method. However, I never see UnitOfWork being garbage collected or I don’t know as there are no corresponding log entries.
    Queries –
    1) Would these un-released UnitOfWork hold onto some memory causing a Memory leak??
    2) What happens to UOWs that are acquired from a Session that has been eventually garbage collected?? Will garbage collection of Session inturn cause garbage collection of UOWs??
    I also have a code like –
    Session session = DBManager.acquireSession();
    .. Do some work with Session
    session.release();
    ..after some time use the same Session reference to do more work like
    session.readObject();
    Over here I see that Session can still be used after it has been released with no problem. But I guess calling a release() next time on it won’t have any impact, is that true?? Also, now this would be a hanging Session as it was not released, right??
    Eagerly waiting for some help!

    Simpler usage is to link UnitOfWork with the JTA transaction, then when JTA transaction commit or rollback the UnitOfWork remove will be called, and UOW will do the same on its parent ClientSession.
    In Java, unlike Microsoft COM, instances will be garbage collected if reference each other like a cycle.
    There is no side effect of not calling remove on UnitOfWork, but if not calling on ClientSession, and the ClientSession hold a DB connection from a pool, the pool is left with a missing connection, the act of adding back the connection to the pool is not something done by GC alone.

  • Since the new Lollipop install last week my Battery has been on constant drain... No background apps running and the batter will be dead by 11am with no usage... Is there a fix in place for this?

    This new update has been horrendous I have uninstalled multiple application to try and fix the battery issues with no success. I have read on multiple forums that this was known issue prior to pushing out the update to Lollipop when will this be resolved? I have to now keep a portable charger with me at all times which is very inconvenient.

    We wanttoi do all that we can to ensure that you are able to enjoy your Galaxy S 5! Thanks for posting the troubleshooting steps that you have already completed. May I ask how long ago, in days, did you complete the update? It typically takes about 3-5 days for the software to settle. If it has been longer than 5 days then I would suggest a factory reset and use the device for a day or two without installing any apps. Once you have done so, please retest and keep us posted.
    ArnettH_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the �Correct Answer� button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • [Solved] KDE: If I have apps running and I reboot, I don't want the...

    I don't like how Firefox, Dolphin and Totem all start back up on reboot when I have them running. So how do I make it stop?
    Last edited by thatoneshadykid (2011-06-30 01:01:05)

    Maybe I should actually look through the bloody SETTINGS MENU *before* posting these things. Problem solved. -__- Lol.
    Last edited by thatoneshadykid (2011-06-30 01:01:56)

  • TS1702 I tried to send a text message earlier, but when I touched the button it wouldn't open. I closed all other apps running and reset the phone. Now it keeps turning on and off over and over again. so I went to ATT and bought a new one. its doing the s

    Help! I have tried to restore both phones to no avail. I can't even turn them off to make them stop blinking. I ket the old one die, then plugged it in and that didn't even work

    Restart your computer while holding down left mouse key. That will eject the CD and your Mac will start as normal.
    Lupunus

  • SharePoint Foundation 2013 - Search Configuration Issue - 2 App Servers and 2 Front-End Servers

    Hi, 
    We have a SharePoint Foundation 2013 with SP1 Environment. 
    In that, we have 2 Front-End Servers and 2 App Servers. In the Front-End Servers, the Search Service is stopped and is in Disabled state and in the 2 App Servers in One App Server, Search is Online and in another Search is Starting but goes to Stopped sooon
    after.
    Originally, we had only 1 App Server and we were running our Search Service and Search Service Application in that. Now since the index location became full and we were unable to increase the drive there, we added one more App Server and now the issue is
    Search is not properly getting configured in either of these App servers. What we want to do is run Search only in the new App Server, because we have a lot of storage space for Index locations here, but in the older App Server, not run Search at all.  We
    tried keeping the Search Service disabled and ran the below PowerShell Scripts, but none of the ones are working. These scripts are creating the Search Service Application, but the error of "Admin Component is not Online", "Could not connect
    to the machine hosting SharePoint 2013 admin component" is coming up. 
    http://www.funwithsharepoint.com/provision-search-for-sharepoint-foundation-2013-using-powershell-with-clean-db-names/
    http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    http://blog.ciaops.com/2012/12/search-service-on-foundation-2013.html
    Can I get some help please?
    Karthick S

    Hi Karthick,
    For your issue, could you provide the
    detail error message of ULS log  to determine the exact cause of the error?
    For SharePoint 2013, by default, ULS log is at      
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    For troubleshooting your issue,  you can try to run the SharePoint Products Configuration Wizard on your WFE servers and run the script for configuring the search service on SharePoint
    Foundation:
    [string]$farmAcct = "DOMAIN\service_Account"
    [string]$serviceAppName = "Search Service Application"
    Function WriteLine
    Write-Host -ForegroundColor White "--------------------------------------------------------------"
    Function ActivateAndConfigureSearchService
    Try
    # Based on this script : http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    Write-Host -ForegroundColor White " --> Configure the SharePoint Foundation Search Service -", $env:computername
    Start-SPEnterpriseSearchServiceInstance $env:computername
    Start-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance $env:computername
    $appPool = Get-SPManagedAccount -Identity $farmAcct
    New-SPServiceApplicationPool -Name SeachApplication_AppPool -Account $appPool -Verbose
    $saAppPool = Get-SPServiceApplicationPool -Identity SeachApplication_AppPool
    $svcPool = $saAppPool
    $adminPool = $saAppPool
    $searchServiceInstance = Get-SPEnterpriseSearchServiceInstance $env:computername
    $searchService = $searchServiceInstance.Service
    $bindings = @("InvokeMethod", "NonPublic", "Instance")
    $types = @([string],
    [Type],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool])
    $values = @($serviceAppName,
    [Microsoft.Office.Server.Search.Administration.SearchServiceApplication],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool]$svcPool,
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool]$adminPool)
    $methodInfo = $searchService.GetType().GetMethod("CreateApplicationWithDefaultTopology", $bindings, $null, $types, $null)
    $searchServiceApp = $methodInfo.Invoke($searchService, $values)
    $searchProxy = New-SPEnterpriseSearchServiceApplicationProxy -Name "$serviceAppName - Proxy" -SearchApplication $searchServiceApp
    $searchServiceApp.Provision()
    catch [system.exception]
    Write-Host -ForegroundColor Yellow " ->> Activate And Configure Search Service caught a system exception"
    Write-Host -ForegroundColor Red "Exception Message:", $_.Exception.ToString()
    finally
    WriteLine
    ActivateAndConfigureSearchService
    Reference:
    https://sharepointpsscripts.codeplex.com/releases/view/112556
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Eric Tao
    TechNet Community Support

  • My 2009 macbookpro has begun running very slowly, apps freeze and pages hang ... i've run EtreCheck and there are problems but don't know how to sort

    my 2009 macbookpro has begun running very slowly, apps freeze and pages hang ... i've run EtreCheck and there are problems but don't know how to sort ... ran CleanMyMac and freed up about 30GB of space but didn't help ... ran AdwareMedic so that's been sorted but the other issues that came up on the EtreCheck I need help with however i can't figure out how to paste the results on this page

    thanks thomas ... here it comes
    EtreCheck version: 2.1.5 (108)
    Report generated December 29, 2014 at 5:03:07 PM GMT
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
        MacBook Pro (17-inch, Early 2009) (Verified)
        MacBook Pro - model: MacBookPro5,2
        1 2.66 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        NVIDIA GeForce 9400M - VRAM: 256 MB
            Color LCD 1920 x 1200
        NVIDIA GeForce 9600M GT - VRAM: 512 MB
    System Software: ℹ️
        OS X 10.9.5 (13F34) - Uptime: 0:5:36
    Disk Information: ℹ️
        FUJITSU MHZ2320BH FFS G1 disk0 : (320.07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            [redacted]'s world too (disk0s2) / : 319.21 GB (30.39 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        MATSHITADVD-R   UJ-868 
    USB Information: ℹ️
        Apple Inc. Built-in iSight
        Apple Inc. iPhone
        Logitech USB Receiver
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple, Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
    Configuration files: ℹ️
        /etc/hosts - Count: 29 - Corrupt!
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Library/Application Support/Roxio
        [not loaded]    com.roxio.TDIXController (1.7) [Support]
            /System/Library/Extensions
        [not loaded]    com.kensington.mouseworks.iokit.KensingtonMouseDriver (3.0) [Support]
            /System/Library/Extensions/KensingtonMouseDriver.kext/Contents/PlugIns
        [not loaded]    com.kensington.mouseworks.driver.ADBID32Mouse (3.0) [Support]
        [not loaded]    com.kensington.mouseworks.driver.ADBID32MouseX1 (3.0) [Support]
        [not loaded]    com.kensington.mouseworks.driver.ADBID4Mouse (3.0) [Support]
        [not loaded]    com.kensington.mouseworks.driver.ADBID4MouseX1 (3.0) [Support]
        [not loaded]    com.kensington.mouseworks.driver.KMWBluetoothHIDMouse (3.0) [Support]
        [not loaded]    com.kensington.mouseworks.driver.KMWBluetoothOldHIDMouse (3.0) [Support]
        [not loaded]    com.kensington.mouseworks.driver.KMWUSBHIDMouse (3.0) [Support]
        [not loaded]    com.kensington.mouseworks.driver.USBMouseX1 (3.0) [Support]
        [not loaded]    com.kensington.mouseworks.driver.VirtualMouse (3.0) [Support]
        [not loaded]    com.kensington.mouseworks.driver.VirtualMouseX1 (3.0) [Support]
        [not loaded]    com.kensington.mouseworks.iokit.KensingtonMouseDriverX1 (3.0) [Support]
    Startup Items: ℹ️
        AdobeVersionCueCS2: Path: /Library/StartupItems/AdobeVersionCueCS2
        Firewall: Path: /Library/StartupItems/Firewall
        RetroRun: Path: /Library/StartupItems/RetroRun
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Support]
        [loaded]    com.adobe.CS4ServiceManager.plist [Support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Support]
        [invalid?]    com.oracle.java.Java-Updater.plist [Support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Support]
        [invalid?]    com.adobe.SwitchBoard.plist [Support]
        [loaded]    com.adobe.versioncueCS3.plist [Support]
        [loaded]    com.adobe.versioncueCS4.plist [Support]
        [running]    com.atomicbird.macaroni.launchd.plist [Support]
        [loaded]    com.macpaw.CleanMyMac2.Agent.plist [Support]
        [invalid?]    com.oracle.java.Helper-Tool.plist [Support]
        [loaded]    com.prosofteng.DriveGenius.locum.plist [Support]
        [loaded]    com.skype.skypeinstaller.plist [Support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Support]
        [loaded]    com.adobe.ARM.[...].plist [Support]
        [loaded]    com.adobe.ARM.[...].plist [Support]
        [loaded]    com.google.keystone.agent.plist [Support]
        [loaded]    com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Support]
        [loaded]    com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Support]
        [loaded]    com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Support]
        [running]    com.prosofteng.DGMonitor.plist [Support]
        [running]    ws.agile.1PasswordAgent.plist [Support]
    User Login Items: ℹ️
        CNQL1210_ButtonManager    ApplicationHidden (/Library/CFMSupport/CNQL1210_ButtonManager.app)
        System Events    ApplicationHidden (/System/Library/CoreServices/System Events.app)
        Mail    Application (/Applications/Mail.app)
        Firefox    Application (/Applications/Firefox.app)
        AdobeResourceSynchronizer    ApplicationHidden (/Applications/Adobe Reader 9/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        Calendar    Application (/Applications/Calendar.app)
        Skype    Application (/Applications/Skype.app)
        Dropbox    Application (/Applications/Dropbox.app)
        AdobeResourceSynchronizer    ApplicationHidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        MouseWorks Background    Application (/Library/Application Support/Kensington/MouseWorks.prefPane/Contents/Resources/Support/MouseWorks Background.app)
    Internet Plug-ins: ℹ️
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Support]
        Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
        EPPEX Plugin: Version: 3.0.0.0 [Support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Support]
        ContentUploaderPlugin: Version: 1.2 [Support]
        iPhotoPhotocast: Version: 7.0
        RealPlayer Plugin: Version: Unknown [Support]
        PDEPrint: Version: 2.0 [Support]
        DirectorShockwave: Version: 11.5.2r602 [Support]
        PDF Browser Plugin: Version: 2.4.2 - SDK 10.2 [Support]
        FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
        QuickTime Plugin: Version: 7.7.3
        CANONiMAGEGATEWAYDL: Version: 3.0.0.2 [Support]
        DivXBrowserPlugin: Version: 1.3 [Support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
        Google Earth Web Plug-in: Version: 6.0 [Support]
        Default Browser: Version: 537 - SDK 10.9
        Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 [Support]
        JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
        OfficeLiveBrowserPlugin: Version: 12.3.6 [Support]
    User internet Plug-ins: ℹ️
        QuickTime Plugin: Version: 6.5.1
        fbplugin_1_0_0: Version: Unknown [Support]
    Safari Extensions: ℹ️
        Ultimate [Installed]
    3rd Party Preference Panes: ℹ️
        ASM  [Support]
        DivX  [Support]
        Flash Player  [Support]
        Flip4Mac WMV  [Support]
        Macaroni  [Support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: NO - Auto backup turned off
        Destinations:
            G-DRIVE Mini [Local]
            Total size: 999.86 GB
            Total number of backups: 7
            Oldest backup: 2014-07-09 00:13:07 +0000
            Last backup: 2014-12-10 22:18:57 +0000
            Size of backup disk: Excellent
                Backup size 999.86 GB > (Disk size 0 B X 3)
    Top Processes by CPU: ℹ️
             6%    WindowServer
             3%    firefox
             1%    mds_stores
             0%    mdworker
             0%    Skype
    Top Processes by Memory: ℹ️
        348 MB    firefox
        137 MB    Skype
        122 MB    mds_stores
        120 MB    com.apple.IconServicesAgent
        73 MB    Dropbox
    Virtual Memory Information: ℹ️
        1.26 GB    Free RAM
        1.74 GB    Active RAM
        477 MB    Inactive RAM
        543 MB    Wired RAM
        503 MB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Dec 29, 2014, 04:58:09 PM    Self test - passed
        Dec 29, 2014, 10:58:04 AM    /Library/Logs/DiagnosticReports/Keychain Access_2014-12-29-105804_[redacted].hang
        Dec 29, 2014, 10:54:33 AM    /Library/Logs/DiagnosticReports/Keychain Access_2014-12-29-105433_[redacted].hang
        Dec 29, 2014, 10:52:33 AM    /Library/Logs/DiagnosticReports/Keychain Access_2014-12-29-105233_[redacted].hang
        Dec 29, 2014, 10:50:24 AM    /Library/Logs/DiagnosticReports/Keychain Access_2014-12-29-105024_[redacted].hang
        Dec 29, 2014, 10:50:24 AM    /Library/Logs/DiagnosticReports/Skype_2014-12-29-105024_[redacted].hang

  • Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7

    Hi Techys,
    Kindly help me to resolve the below issue
    "Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7"
    Many Thanks,
    Madhu

    Hi,
    Follow this link for smooth installation for SP 2010 on Win 7.
    http://msdn.microsoft.com/en-us/library/office/ee554869(v=office.14).aspx
    Murugesa Pandian.,MCTS|App.Development|Configure

  • Queries related to web-ui configuration.

    Hi Experts,
    I have some queries related to web-ui configuration :
    I have copied standard component of Lead with values Role Key  = Zconfig key, Component Usage, Object Type, Object Subtype= Default and made some changes(renamed some fields) and assigned same Config key to business role further assigned that role to my user but when i open the lead transaction from webui the screen i see is standard and not which is configured by me, i have also confirmed screen by checking field property(F2) it shows my zconfig key, please clear my below queries:
    1) I m missing any steps in screen configuration or assignment
    2) I need to assign this new configured screen to diffrent users for diffrent project.
    3) How to hide some field which is not required in transaction.
    I have gone through the various threads in sdn but unfortunately i did not get clear idea.
    Thanks and Regards,
    DD's

    Hi harshit,
    Thanx for u r quick reply i have done it by making changes in  DO_CONFIG_DETERMINATION, can u please suggest how to hide unwanted fields in webui transaction.
    Thanks and Regards,
    DD's
    Edited by: DD's on May 11, 2009 11:51 AM

  • Accrual run and  revenue recog( time related revenue recognition)

    Hi All,
    Please let me know  what are the configuration steps required to  perform accrual run and  revenue recog( time related revenue recognition)  in R/3 when we do billing in CRM , for service contracts  with start date and end date  and billing plan - quarterly in advance
    Required scenario:
    Contract creation  in Crm
    Billing in CRM
    Accrual Run in R/3
    Revenue Recognition in R/3
    can  we  do with the help of result analysis key and internal order .
    Your valuable reply  awaited
    thanks
    SK
    Moderator: Thread locked due to cross posting.

    Hi
    Please refer the below mentioned link
    http://fuller.mit.edu/sb_support/media_lab/deferred_revenue_recog.htm
    http://sap.ittoolbox.com/groups/technical-functional/sap-log-sd/intercompany-revenue-recognition-process-3042637
    It may help you
    Regards
    Praveen P C
    Edited by: Praveen Chirakkel on May 18, 2011 9:13 AM

  • Installing Apps (free and paid) via Apple Configurator?

    Background:
    I'm a Mac novice (15+ years Windows background), so I'm probably missing something obvious - please bear with me.
    We're running latest Mac OS (10.8.2) and latest iOS (6.1) iPads & iPhones).
    I'm trying to set up a batch of iPhones & iPads for a business.  We'll have several with very similar profiles (e.g. Sales Rep1, Sales Rep 2 etc), and it looks like Apple Configurator is the tool do help with this.
    First up - is there a basic user guide for this?  That tells me what I can and can't actually expect to be able to do with the configurator app?
    Secondly - I'm led to believe I can use this to bulk install a load of apps (free and/or paid). I can see how to drag the apps into the configurator, but no matter what I do next, the apps don't install onto the device.  I hit apply / prepare / check out, whatever - nothing seems to do it.
    So far I'm just playing with it to get my head around how it all works, so the only apps I've been trying this with are free ones (e.g. Adobe Reader / Chrome).
    Any ideas what I'm doing wrong?
    Thanks    

    FYI - I figured it out.  All you have to do is highlight the app you want removed and then go up to edit and delete from there.

  • I am having problems with migration assistant (windows pc to Mac 2011) When I get to the 'Quit other applications' box and click continue, nothing happens. There are no other apps running - any ideas, please?

    I am having probems with migration assistant. Trying to transfer data from a windows laptop to iMac 2011. It was working fine when I did the set-up yesterday, but it was going to take hours to transfer some videos so I quit the process with the intention of doing it again at a later stage. However today I find that everytime I get to the 'Quit other applications' box on the Mac and click 'continue', nothing happens. Have checked mission control and confirmed no other apps running. Tried several times with the same result every time. Migration Assistant running on my laptop with the 'Waiting for mac to connect' box displayed. Mac is connected to wi-fi OK as able to use Safari and access internet. Any ideas, please?

    Thanks for your suggestions. Have managed to get Migration Assistant working but now have a new problem, i.e. where does it save the transferred files?!! Searched a few forums and it seems it saves it under your old username, or suchlike. Anyway I tried logging on as a new user using my old user name but there were only a handful of files there, couldn't locate the majority of stuff from my old laptop. Anyway I don't intend to go through any more hoops with MA - will just save the important stuff to an external drive and transfer it that way. Not impressed with MA at all. I thought it was supposed to be a user-friendly tool to simplify the transfer from pc to Mac - not my experience, I'm afraid!

Maybe you are looking for

  • Toshiba Satellite L450D-124 - Internet doesn't work

    Hello, suddenly my internet on my laptop stopped to work, everything should work since there is no sign of an error or something. According to my settings it should work but when i try to do something that requires internet connection it says that th

  • HT5312 You have shown me how but where do I go to do it ?

    I have forgotten my security questions. And I am been trying to reset them for the longest time but I keep getting sent to this page that you show you how but there's no link to where I can actually reset it can somebody please show me the link to th

  • Just a very simple report....I give up....

    Workspace: ADP App: 9311 Page: 7 I was trying to follow directions in 1.3.9.00.15 documentation - "Report driven by self submitting select list" see screen shot: http://32.97.40.160/graphic/1.3.9.00.15_tutorial.jpg Created one region & one item (drop

  • Notes Crashing

    Notes keep crashing. What can I do? I restarted my phone several times. I downloaded a new app, but it still keeps crashing.

  • Updating custom table with PU12

    Hi Experts, I need to update the custom table with PU12. Please let me know if this is possible with PU12. I have used the PU12 only to retrieve the data from database and have sent the data to application server. Thanks Rashmi