ECM - Load Bonus information strategy

All,
My client pays bonuses to employees quarterly, the compensation cycle is performed outside of SAP MSS ECM. Thsi is becuase of lot of parameters involved in calculating this Bonus. This bonus is dependant on company performance, department performance personal performance and afew other attributes. This is currently done in excel.
What should be strategy to load thi siinformation abck into SAP. i.e in infotype 759.
Should be load them using BDC ince tghe cycle is completed?
regards
Raj

Hi
How the bonus get paid to employee is it via IT0015, if so howz IT record get updated?
Yes u can upload data in IT759 in planned status.  Via your configuration u can still control the effective date of Bonus, review period by setting review item and review item attributes.  So that you can upload the data in IT759 within the cycle period and later using standard report "Change compensation process status" you can change the status to approved (once HR is happy with amounts got loaded in planned status) and then you can run report of activation which is standard.
Upon activation its takes care of updating IT0015 as well as IT759 simultenously. 
Hope this info helps...

Similar Messages

  • Unable to load database information

    Hello All,
    I am facing an issue while scheduling a crystal report from CMC or Infoview. When I schedule the report It throws an error saying "Unable to Load Database information". The report's data source connection is oracle database. 
    I have provided the database credentials,format and destination in CMC/Infoview. The BOE environment is as follows:
    OS: Windows 2008 server 64 bit
    BOE: Business Objects 3.1sp3, Crystal reports 2008 sp3
    Oracle Client: oracle 11g 32 bit client
    When I change the connection from oracle server to ODBC connection the report works fine. Is there any steps I am missing or is there database drivers connectivity issue because BOE and oracle are 32 bit client and OS is 64 bit client.
    All the suggestion/answers are appreciated.
    Thanks in advance...

    First thought is that the application cannot access the DSN or database driver that the report was designed on, this could be permissions.
    I tried to ping my database and was unable to find the host.  I was under the assumption it was using TNSNames which is able to resolve. 
    How can I validate the permissions?
    As I said I'm a little lost here.  Apologies if I ask stupid questions.

  • When I connect my iTouch to my PC (windows 7) an error message is displayed reading "iTunes was unable to load dataclass information from sync services. Reconnect or try again later".

    When I connect my iTouch to my PC (windows 7) an error message is displayed reading "iTunes was unable to load dataclass information from sync services. Reconnect or try again later". I have completely uninstalled and then reinstalled iTunes. I have also completely reset my iTouch to factory defaults. I have even followed all the advice provided previously to other forum member with the same problem. Nothing seems to work. Please help me someone.

    I'm getting the same problem with both my IPad 4 and iPhone 5
    Just started a few weeks back, Since then I have had two Itunes updates.
    Is this something Apple is aware of and trying to fix?

  • ITunes was unable to load dataclass information from Sync Services

    Hi,
    I have Iphone 3GS with the latest version 3.1.3 and iTunes 9.1. After i uograded my iPhone to the latest version i am not able to sync with the iTunes and receive the message "iTunes was unable to load dataclass information from Sync Services, Reconnect or Try later". I am using Windows XP with Symantec Endpoint protection.
    I have tried following steps to troubleshoot the problem but all my attempts have failed,
    1. Uninstall iTunes by Removing, iTunes, QuickTime, BonJour, iPhone congiguration Utility and Bonjour. Remove all the iTunes and related folder from the C:/ drive
    2. Restart the computer and intall the latest version of iTunes and Quicktime
    3. Restore the iPhone to the factory settings using iTunes
    4. Restart the system as well as hard Boot the iPhone (Hold Start and Wake/Sleep Button)before connecting again
    5. Repeat the Steps 1 and 2 after restoring the iPhone
    I am still getting the same error and now I can't even open the first page for iPhone in iTunes when I connect it to my computer. All my content is still in iTunes but everything is lost on the iPhone.
    I searched the Apple support and they talk about problem with the Symantec Endpoint. I have the latest version of Symantec endpoint way above what is mentioned on the Apple support page.
    Can someone please help me, it seems restore worked for most of the people facing this issue, but for me even restore is not working.
    With Regards,
    Ankur

    I got a present of an itouch. This is my first time back to apple after 5 years. I cant get my itouch to sync due to dataclass error on Windows XP pro. I have installed the latest version of itunes 9.2.1.
    WHAT IS THE POINT IN OWNING A DEVICE FOR PLAYING MUSIC WHEN YOU CANT LOAD THE MUSIC !!!!!
    Does anyone have a solution or alternatively (shock horror) Apple could actually get its AR*E in gear and fix the problem. I would also suggest that Apple would post a friggen solution on its website, but no that may be too much to ask.
    very frustrated. any help gratefully received otherwise the touch gets thrown out.
    thanks

  • Failed to load database information. Error in File temp_

    Our environment:
    Windows Server 2012 R2 Data-center Edition 64 bit
    Visual Studio Pro 2013 Version 12.0.3.30110.00 Update 1
    .Net 4.5.51641
    Crystal Reports for VS 2013 V13.0.9.1312
    Oracle ODAC 11.2.0
    We created a winform application to generate a form letter report that runs fine within the IDE. When we build the the exe and copy it from the project folder to a folder on the C:\drive of this same pc and try to execute it we get these error messages (partial list);
    CrystalDecisions.CrystalReports.Engine.DataSourceException: Failed to load database information.
    Error in File temp_d55286fc-26ee-4216-9062-3e32380313ab {B640FD39-66AC-4B6E-995D-7218BB48A992}.rpt:
    Failed to load database information. ---> System.Runtime.InteropServices.COMException: Failed to load database information.
    Error in File temp_d55286fc-26ee-4216-9062-3e32380313ab {B640FD39-66AC-4B6E-995D-7218BB48A992}.rpt:
    Failed to load database information.
       at CrystalDecisions.ReportAppServer.Controllers.DatabaseControllerClass.ReplaceConnection(Object oldConnection, Object newConnection, Object parameterFields, Object crDBOptionUseDefault)
       at CrystalDecisions.CrystalReports.Engine.Table.SetDataSource(Object val, Type type)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.SetDataSourceInternal(Object val, Type type)
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.SetDataSourceInternal(Object val, Type type)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.SetDataSource(DataSet dataSet)
       at cr3Test.Form1.Form1_Load(Object sender, EventArgs e)
    Here is the app:
    Imports System.Data.OleDb
    Imports System.Data
    Imports System
    Imports System.Windows.Forms
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Public Class Form1
        Private Sub Form1_Load(sender As Object, e As EventArgs) Handles Me.Load
            Dim crReportDocument As New CrystalReport3()
            Dim DataSet1 As DataSet
            Dim adoOleDbConnection As OleDbConnection
            Dim adoOleDbDataAdapter As OleDbDataAdapter
            Dim connectionString As String = ""
            connectionString = "Provider=OraOLEDB.Oracle;"
            connectionString += "Data Source=ourdb;"
            connectionString += "User ID=ouruserid;Password=ourpsw"
            adoOleDbConnection = New OleDbConnection(connectionString)
            Dim sqlString As String = "select * from TEMP_FRI_LETTERS"
            adoOleDbDataAdapter = New OleDbDataAdapter(sqlString, adoOleDbConnection)
            DataSet1 = New DataSet()
            adoOleDbDataAdapter.Fill(DataSet1, "TEMP_FRI_LETTERS")
            'Dim xmlPath As String = "C:\Temp\test.xml" ' use these two statment s to verify dataset works
            'DataSet1.WriteXml(xmlPath, XmlWriteMode.WriteSchema)
            crReportDocument.SetDataSource(DataSet1)
            crReportDocument.PrintOptions.PrinterName = "HP_LaserJet_4350_PCL_5e_Info_Tech"
            crReportDocument.Refresh()
            crReportDocument.PrintToPrinter(1, False, 0, 0)
            DataSet1.Dispose()
            adoOleDbDataAdapter.Dispose()
            adoOleDbConnection.Close()
            adoOleDbConnection.Dispose()
            crReportDocument.Dispose()
            Me.Close()
        End Sub
    End Class
    Here is the app.config:
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
        <startup useLegacyV2RuntimeActivationPolicy="true">
            <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
        </startup>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    We have the CPU set to x86 as we are ultimately trying to generate a 32 bit app for XP and Win 7. We only installed the 32 bit run time on this pc because we have no intention of going to 64 bit apps on the clients. Are there additional dlls or something that has to be installed in the same folder as the exe on this development machine.
    Bruce

    Looking at the AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_myprograminfo led us to the last dll loaded being:
    LoadedModule[211]=C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\crdb_adoplus_res_en.dll
    State[0].Key=Transport.DoneStage1
    State[0].Value=1
    FriendlyEventName=Stopped working
    Scanning the community for "crdb_adoplus_res_en.dll" we got a hot on this issue again:
    Failed to load database information. Error in File temp_
    From the above we found this:
    1. the app.exe.config is all in one package which cannot be separated with the EXE file.
    2. the supporting component such as dll files, app.exe.config etc CANNOT be combined into the EXE file
    Adding the cr3Test.exe.config to the same folder as the cr3Test.exe RESOLVED the problem on Win 7. It also RESOLVED the problem on Server 2012 R2.
    We still need to test on Server 2008 R2 but we are hopeful when that time comes.
    Thanks.
    Bruce

  • ITunes was unable to load dataclass information from Sync Services-Solution

    Hello all. I recently upgraded to iTunes 9.1.1.12 on a laptop with Windows XP Pro and the latest iPhone OS (as of May 16,2010). Right after that, I started getting the "iTunes was unable to load dataclass information from Sync Services" error message. After I dismissed that window, it would go ahead and indicate that it was synching for a minute or two, and then indicate (in iTunes) that it was backing up the iPhone. This will run forever unless cancelled and the phone would not synch.
    After reading various solutions that worked for others (install Mobile Me, reinstall itunes, run diagnostics, all with numerous reboots in between), this is what worked for me:
    1) Open up Windows Services, and stop the Apple Mobile Device and iPod Service, and mark them as manual (as opposed to Automatic).
    2) Deinstall iTunes
    3) Delete the c:\program files\common files\apple folder (and all sub folders within). This is where the services are stored, and when I did all of these steps without doing this step, it didn't fix my problem. By deleting this folder, you insure that the iTunes install reinstalls these. You should see the services that were stopped in step 1, running again after the install is done. Note: I don't use Safari or QuickTime on my laptop, so I can't say whether or not this step would have any impact on those apps.
    4) Reinstall iTunes.
    5) Connect the iphone to your computer.
    6) At this point, I still got the dataclass error, so I immediately cancelled the synch.
    7) Run the diagnostics for the iphone (connectivity and synch).
    8) At this point, two DOS windows launched, and I did get another error about being able connect to the synch server.
    9) Closed the error message and disconnected the iphone (the phone at this point did not indicate that a synch was occurring).
    10) Reconnected the iphone and, voila, it's been working fine ever since.
    Hope this helps someone else out until Apple deals with the 9.1.1.12 (and .11) issues with synching.

    Either do Windows Control Panel → Administrative Tools and then picking "Services" or typing "Services.msc" in the Run command on Start menu.

  • Unable to retrieve Object.  Failed to load database information

    I am getting the following error when trying to run my reports from Crystal XI with SQL Server 2005.
    CrystalReportViewer
    Error in File 180+DAYREP.EWARP: Failed to load database information.
    Unable to retrieve Object.
    Error in File 180+DAYREP.EWARP: Failed to load database information.
    I have done some research on this but no luck on resolving the issue.
    Any suggestions are welcome thanks.

    First thought is that the application cannot access the DSN or database driver that the report was designed on, this could be permissions.
    I tried to ping my database and was unable to find the host.  I was under the assumption it was using TNSNames which is able to resolve. 
    How can I validate the permissions?
    As I said I'm a little lost here.  Apologies if I ask stupid questions.

  • ITunes 9.1 was unable to load dataclass information from Sync Services.

    Everything was working perfectly fine on 9.0, then i upgraded to 9.1 version and my iPod Touch 3G stopped syncing properly (error as in subject). I tried many things, checked dll's, restarted services, everything without success. SO...
    I uninstalled every single apple program and couple non applce. Deleted every Apple related file, even all those hidden in users/common files/app data folders. Double checked everything and restarted PC. THEN I downloaded full version of iTunes 9.1 64bit and installed.
    Aaaand I restarted everything, lunched iTunes, plugged iPod in. Some Apple drivers installed themselves, then iTunes was frozen for couple minutes. Finally iPod shown in iTunes. I tried to sync and... BAM. Still broken, still same error "iTunes 9.1 was unable to load dataclass information from Sync Services. Reconnect or try again later"
    Please help, my iPod is useless. Can u release new, working iTunes?

    OK i have to say, i finally fixed it. Now its fully working without ANY problems, here is what i did (before trying this u should probably do this http://support.apple.com/kb/HT1923):
    1. Unplug every external Card Reader.
    2. Unplug every Card Reader in your PC (they are plugged into motherboard)
    3. Unplug every USB Hub.
    4. Unplug every USB Drive or USB HDD.
    5. Plug in Ipod Touch/iPhone.
    6. Go to Device Manager.
    7. Search for "USB Mass Storage Device" in Universal Serial Bus Controler.
    8. Right click on it and UNINSTALL.
    9. Search for "Scan for hardware changes", click on it and wait a bit.
    10. Turn on iTunes and check if its working.
    Now it should work like a charm.

  • Failed to load database information

    Post Author: ramya
    CA Forum: General
    Hi,
    We were using the crsyatl reports 9 for a desktop application that connects to a webservice.We had an issue with memory leak in crystal reports and hence we installed crystal reports 7 and upgraded that to crysta reports 9.We later installed the service pack 7 for the crystal reports 9 which has the fix for this memory leak .We are using the dlls Version=9.2.3300.0.But after upgrading and applying the service pack we couldnot even view the report in the report windows forms viewer.A error was displayed as C:\Inetpub\wwwroot\Application\Reports\CapitalReports\Building Reports\Comprehensive Reports\exreport.rpt ,Failed to load the database information .This was working fine before upgrading.We cannot find the solution.
    Any help will be kindly appreciated. ThankRamya

    Post Author: Mark Lemoine
    CA Forum: General
    In trying to diagnose this problem, we have obtained our own 64bit h/w, installed the same Windows OS, and installed the same components in the same order (to the best of our ability) as on the customer machine (Framework 2, IIS, SQL 2005, Framework 1.1, etc.).
    On our server, the reports work fine!  No exception "Failed to load database information" generated.
    We've also updated the customer's machine with the latest updates from MS (Framework 2 sp1, Framework 1.1 sp1, OS updates, security updates, etc.), but no joy .  The reports still fail with the described exception.
    What can we do to diagnose this?  Are there any trace or logging options in Crystal that can be turned on?  Why weren't we able to replicate the problem?
    Thanks
    Mark

  • "Unable to load dataclass information from Sync Services"  Any ideas?

    I upgraded to iTunes 7.7 last night and now I get an annoying constant stream of errors that read "AppleMobileDeviceHelper has stopped working". Multiple reinstalls have not stopped it.
    Against my better judgement, I upgraded my phone to 2.0. Found out that I lost everything on my phone. It is activated and will work but I cannot sync it with iTunes. All I get is a message stating, "iTunes was unable to load dataclass information from Sync Services. Reconnect or try again later."
    iTunes won't recognize my phone. I can move songs and stuff to it by drop and drag but if I click the "iPhone" in iTunes, nothing happens. I put my phone in recovery mode. iTunes linked to it and reinstalled 2.0 but I still get the same problem.
    I'm real frustrated and Apple has not posted anything about this problem.
    Does anyone have any ideas on what is the going on? Is my phone nerfed?

    Try disabling your firewall, virus SW, and if it still won't sync, I would try disabling the communications services one by one until it clears. When I'm troubleshooting this sort of problem, I first look into the system reports (MY Computer, (right-click) manage, event viewer, Windows Logs, and look into each of the sub log sections for the error. This will often point you in the right direction. If this fails, I do a clean boot with all extraneous run-times and services disabled. usually the problem will be solved. I then start turning on the various run-time routines and services until I find the culprit.
    My attitude about this is that I won't waste my time chasing problems like this unless they are critical. Paying $$$ for a 3G iPhone and then having to troubleshoot the SW is not my cup of tea. I only pursued this because my wife and both kids got 3G's but I have them running both XP and Vista. One Vista machine synced OK, but mine would not. Intellectual curiosity led to find out why.
    Lysimakus

  • Unable to load dataclass information from sync services and appcrash????

    i have an asus u50f seris notebook with windows 7 64 bit operating system as soon as i plug my ipod in i get a message saying mobiledevicehelper has stopped working. under detail the problem event name:APPCRASH application name:Applemobiledevicehelper.exe appers over and over as long as the ipod stays connected then itunes displays a message saying itunes was unable to load dataclass information from sync services reconect or try agian later. i have tried my ipod on a different computer works fine . why wont it work on mine my computer is only a couple months old.

    try if any of the suggestions in this thread help.
    sometimes it helps to restart the "Apple Mobile Device Service". click here and follow the instructions.
    JGG

  • Unable to load new information from configuration file /var/ldap/ldap_clien

    Hi all,
    When I run the command "ldapclient init", I got the error message:
    # ldapclient init -a proxyDN=cn=proxyagent,ou=profile,dc=example,dc=ca -a domainName=example.ca -a profileName=UserProfile -a proxyPassword=pwd 10.1.10.50
    Unable to load new information from configuration file '/var/ldap/ldap_client_file' ('Unable to open filename '/var/ldap/ldap_client_file' for reading (errno=2).').
    Any idea?
    Thanks a lot for your help!

    Does the profile UserProfile exist on your LDAP server?
    Do the logs on your LDAP server show access problems?
    Try using -v to get more verbose output

  • ... unable to load dataclass information from Sync Services = Iphone Sync

    " Itunes was unable to load dataclass information from Sync Services. Reconnect or try again later. " - this is the message I receive after Iphone is plugged in. Itunes is 7.7 and Iphone is 2.0 at this point, only started happening after the updates of both.
    On a separate note, this same Itunes does not recognize Outlook as an option to sync from and all attempts to press Configure button yield zero result. I have a hunch that tells me the two are related ) . If any of you have had that problem, please post. The search turned up zero related posts.
    Cheers.

    I'm getting the same thing. I came into the office all excited to get the 2.0 update, ran the update and now my phone is stuck on the "slide for emergency" USB/Globe screen.
    When I try and load itunes and connect to the phone I get the same "itunes was unable to load dataclass information from Sync Services. Reconnect or try again later."
    I've reconnected and waited and still no luck.
    here's the sequence, when opening itunes with the phone connected:
    Open iTunes, it waits for a while trying to connect to the iTunes store, then it comes back and says "We could not complete your iTunes Store request. The network connection has timed out."
    I know my network connection is fine. The iTunes diagnostic even says so.
    I click Ok there and get the iPhone listed in the left index thing, but all I get in the body is a big "iPhone"
    Then it gives another "Accessing iTunes Store" status and the same "we could not complete..."
    help, please?

  • Unable to Load Dataclass Information

    I purchased an iPhone 3Gs last July. When I tried to synch it with my desktop, a Dell Studio 540 with a quad core running Vista 64 bit it gave me the infamous error message "Unable to load Dataclass Information from Synch Servers. Reconnect or try again later". Since this time I have, removed and re-installed iTunes, rebooted both the system and iPhone, gone through three updates to iTunes and three to my iPhone, followed every alleged cure on the blogs, contacted support and filed a ticket (three months ago and now I don't even get responses back to my e-mails, sorry fellows just not feeling the love), a trip to the genius bar, a total phone replacement, and a subscription to mobile.me as a work around (this did not work either as Mobile.Me will not synch with it either). I finally bought a Macbook Pro and had to enter all of my contacts from Outlook 2007, and I have to maintain my calendar from my Iphone or MacBook Pro to keep them up to date. As of this date I STILL have not heard from support and STILL cannot synch my Outlook 2007 contacts or calendar and I still get the same error message, any ideas????

    Hmm .. a new one to me. There is a discussion of that here:
    http://discussions.apple.com/thread.jspa?threadID=1633429
    Phil

  • Unable to load console information!!!!

    hi,
    i installed the SunMC agent on server2 and i have already installed the SunMC server on server1 and i assigned the server1 to be SunMC server for the agent of the server2. but when i run "Discover Objects" from my domain , it catch the server2 but i cant get the information.."unable to load console information"
    so what might be the problem ???
    Thanks.

    Looks like the see password of the server and agent are not matching. do a es-setup -F on agent system and give the same seed as given on the server machine.
    HTH
    Sanjay

Maybe you are looking for

  • Getting data from an XML file and pushing it to a database

    I need to create a coldfusion page that grabs an incoming xml file, extract the data and then push it into a database. I have never done anything like this, and have been reading as much as I can find. Can anyone recomend a good resource or give me a

  • Texas Instruments SD card reader not writing to card

    I'm having trouble getting a Texas Instruments 6-in-1 card reader to write to SD cards. It is built into an HP Pavilion DV5215us notebook, lspci: 00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 01) 00:01.0 PCI bridge: ATI Technologie

  • How to disable a table?

    We have a lot of tables need to be moved to aother schema. We're not sure whether there are other applications are using these tables, so we don't like to drop them immediately from the old schema, also we don't like to rename them, because there are

  • How to create Automatic Delivery and Billing documents immediate

    Hello, I want to create Automatic delivery and billing documnets immediate once I create a sales order. E.g I need to see in the Status Bar the delivery and billing document was created. Thank you in advance Your help is highly appreciated Alfaid

  • Adding scroll bars to jlabel

    hi i'm new so be easy on me please... i am trying to figure out how to add vertical and horizontal scroll bars to my jlabel. I am using sun one studio 5 on this project which allows me to manually place vertical and horizontal toolbars but when i do