Sync To CRM Time - Does This Cause Issues For Anyone Else?

I have been a long-time Eloqua user. Primarily, the companies that I have worked are B-to-B and serve small businesses.  In the small business lead generation world, when you wait to respond to leads - you lose. The first one in usually gets the deal.  We have all of our lead generation activities running through Eloqua, including our PPL campaigns where multiple competitors are also responding to RFQ's and also our inbound sales call center uses it (via form) to submit leads in order to take advantage of the de-duplication and validation power in Eloqua.  The latter causes my sales team to wait 15 minutes while they are they are waiting for the lead to get created and transferred to them in CRM. 
Here is my issue.  At best, it takes Eloqua 15 minutes to sync the leads to SFDC.  These programs are "straight to queue" integrations too.  I am running integration events straight from the form processing steps, so there are no program builder delays here.  The guys in Support have been really great, and have been working with me to see what can be done to decrease the lag time, but 15 minutes seems to be the acceptable rate. So, I am starting to think of ways to take them directly to SFDC and just live with the issues of duplicates and no validation.
I can't be the only one that this causes issues for.  Does anyone else have this issue?

Hi John,
I too have had these issues.  The main problem is not program builder.  The integration queue/engine is prone to backlogs.  Rumor has it that the integration engine is shared by the campaign engine and a bunch of other services in the platform.  Either way, the integration queue will always have a lag.
My solution was:
1.  Push data from ELQ form to a SFDC Web-toLead Form IF ELQ contact has blank LeadID and ContactID (does not exist in SFDC) -- this creates leads instantly in SFDC.
2.  Run an apex trigger from SFDC to do a blind form submit to Eloqua with the email address and SFDC Lead ID for the leads created from step1 -- this will ensure that creating duplicate leads in SFDC is minimized.
3.  Send notifications from ELQ form to Sales Reps if ELQ contact already exists in SFDC as Lead or Contact. -- even without the updates on the lead or contact records in sfdc, this gives the reps an immediate heads up. 
4.  Send the rest of the information that I couldn't fit into the post-data-to-server step for the new lead.
Of course I also baked into the form processing steps a bunch of conditions to mitigate spam.

Similar Messages

  • Does the RSS feed of this forum work for anyone else?

    Call me old school but I still use RSS feeds to keep up with stuff and last month the feed for this forum quit working.  After some investigation I discovered that it is not valid anymore :(
    http://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fsocial.msdn.microsoft.com%2FForums%2Fen-US%2Fvsx%2Fthreads%3FoutputAs%3Drss
    Who do I need to contact to fix this?
    Frank

    For which forum, this Forum Issues forum?
    Looks to be the Visual Studio Integrate forum:
    https://social.msdn.microsoft.com/Forums/vstudio/en-us/home?forum=vsx
    The RSS feed seems to be working just fine for me in a browser.
    https://social.msdn.microsoft.com/Forums/en-US/vsx/threads?outputAs=rss
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • Has the lastest security update caused problems for anyone else?

    Since the latest security update things have been a little weird with my MBP. Within 5 hours of udating the computer there were two kernal panics. At least I think the second one was a kernal panic. I had closed the lid and it wouldnt sleep or turn back on and it had no response to the power button or any keys so I eventually pulled the battery. Then on restart it acted as if recovering from a panic.
    Since then I have had other problems such as long waking time from sleep, dim screen after restarts, and itunes opening for no reason at all. After the latest restart things seem more 'normal.'
    Has anyone else had this problem? If it continues, what should I do?

    And here was I thinking it was my own imagination! After installing that annoying update, my MBP has not been the same.
    I also had two kernal panics exactly as you have described.
    My MBP seems to me to be extremely sluggish compared to what it was, and I am seriously condsidering reinstalling OS x and not installing that update.
    At one point I decided to run disk check and it said I needed to repair my hard drive, something about the actual size and recorded size being different, so I repaired that last night so I will have to see how that goes.
    I am very careful with my comp so i know that it is nothing I did that could cause thes problems.
    And of course to add another problem to the list, My battery life is nothing like it used to be. I am a college student and up until i installed that update i could easily go 4 hours in lecs using the laptop to take notes, but now after about half an hour the battery indicator says i have an hour left. It is very annoying!
    Mac Book Pro 15" 2ghz 1024mb RAM 100gb HD   Mac OS X (10.4.8)   Glossy Screen

  • I have the 4s and I updated to the ios6 and it seems like my battery life is shorter ...is this a problem for anyone else?  Are there any fixes?

    I have the 4s and since I updated tithe ios6 my battery seems to run down quicker...anyone else having this issue?  Any fixes?

    http:///discussions.apple.com/thread/4313585?start=0&tstart=150
    http://discussions.apple.com/thread/4310494?start=0&tstart=0
    2 ongoing discussion already on this topic, 2nd link has some suggestions to improve battery life.

  • Does Database Studio work for anyone else on windows 64 bit?

    I followed the instructions to get Database Studio (http://wiki.sdn.sap.com/wiki/display/MaxDB/HowTo-Installationofa32-bitDatabaseStudioona64-bit+server).  After installing the 32 bit version of the jre, and starting the dbstudio executable using the 32 bit JRE, it appears the GUI elements of Database Studio are not working properly.  In text boxes, you can't see what you're typing.  Window outlines are still visible after resizing.  I'm unable to start the "Administration" task.  You cannot see the sql query as you're typing it in.  The program seems unstable in general.  I've tried to reinstall the entire package twice, and it seems to not help. 
    Anyone else experience this?  I'm running windows 7.  I've tried the 7.6 and 7.7 versions of Database Studio.

    Unfortunately I have no solution, but the same problems with Database Studio 7.8. I installed the Java SDK 6 64 Bit + DB Studio 7.8 64 Bit. Everything seems to be working, but although I have full write access to the config files (my first problem was that I wasn't allowed to write to \sapdb\data\app\dbstd) I can't add new connections:
    com.sap.sdb.tools.dbmprocess.LaunchException: Launch execption occured
    Start XServer failed:
        at com.sap.sdb.tools.dbmprocess.DbmProcessUtility.startXServer_aux(DbmProcessUtility.java:281)
        at com.sap.sdb.tools.dbmprocess.DbmProcessUtility.startXServer(DbmProcessUtility.java:252)
        at com.sap.sdb.tools.usermanagement.UM_DBManagement.umdbStartXServer(UM_DBManagement.java:161)
        at com.sap.sdb.tools.core.ui.CoreUIPlugin.connectUser(CoreUIPlugin.java:243)
        at com.sap.sdb.tools.core.ui.CoreUIPlugin$1.run(CoreUIPlugin.java:96)
        at org.eclipse.ui.internal.UILockListener.doPendingWork(UILockListener.java:155)
        at org.eclipse.ui.internal.UISynchronizer$3.run(UISynchronizer.java:158)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
    Do I have to install XServer manually?

  • TS1398 Does this basic troubleshooting frustrate anyone else?

    Yes Apple, we all know to go to settings and turn wifi off then on again to get wifi connectivity back, but when people pay that much money for these devices should they have to do that every time they pick up their device?
    Isn't also a little disheartening to know that earlier versions of the device work better?

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
     Cheers, Tom

  • HT4777 Does this actually work for anyone?

    I have tried numerous things to get it so my AD users can use the webdav share part of file sharing with no luck. I can use local accounts all day long to access the webdav but if I try with an AD user I get a 503 error with something like WebDAV Nav + on iPad. Have the question posted in multiple places with no luck so far in getting it to work.

    Does your ISP/Mailserver support it?
    AK

  • Does this SW work for anyone, just purchased it and cannot export the pdf to anything

    Help

    Hi, Jimmy.
    Sorry for the issues you're having. Can you provide some more details so we can try to help you?
    Were you able to successfully log into the ExportPDF website?
    Were you able to successfully select and upload a PDF?
    Did you get an error message or did your export complete successfully and you got a Save button?
    Where exactly did the conversion process fail for you?
    Dave

  • Why does this cause error (ORA 01008: Not all variables bound)

    When I assign values to parameters for a command object, I used the following code with the .NET provider:
    If oReq.CritSpec = Nothing Or oReq.CritSpec = "" Then
    cmdReq.Parameters.Add(":po5", DBNull.Value)
    Else
    cmdReq.Parameters.Add(":po5", oReq.CritSpec)
    End If
    This works fine, but when I switch to using ODP it generates the 'not all variables bound' error. I checked the parameter's status and it was Success. However, if I change the second line of the statement to
    If oReq.CritSpec = Nothing Or oReq.CritSpec = "" Then
    cmdReq.Parameters.Add(":po5", OracleDbType.Varchar2, DBNull.Value, ParameterDirection.Input)
    Else
    cmdReq.Parameters.Add(":po5", nReq.CritSpec)
    End If
    It seems to be OK. So my question is - why does the first statement generate the error? Am I misinterpreting the overloaded constructor or it it a bug in my code? Thanks.
    ck

    No need to answer, I solved it.
    For anyone else who might run into this, there were two issues:
    1. Assigning DBNull.Value to a parameter without specifying the parameter's type causes the Value property for that parameter to not be initialized. If you reference it, it will come back as a runtime error (check it first by testing for IsNot Nothing).
    2. In my update code, I have a lot of where clauses like "WHERE (COL1 = :1 OR COL1 IS NULL AND :1 IS NULL)". The default binding for parameters treats these two references to :1 as two different parameters. Setting BindByName to true solves the problem.
    ck
    Edited by: user536671 on Feb 15, 2009 7:04 PM

  • This iPad cannot be used as the Apple Mobile Device Service is not started.  Does this mean anything to anyone? How can I sync my iPad again?

    "This iPad cannot be used as the Apple Mobile Device Service is not started".  Does this mean anything to anyone? How can I sync my iPad again? Many thanks.

    In Windows 7, go to Control Panel, Adminisstrative Tools, Computer management, Services. In the servies box will be Apple Mobile Device (mine is 4th from top) click on this  and on the left side you can start service or right click the service and start from the drop down menu. I set mine to "delayed start" no issues since then.
    BPW

  • Upgraded to IO6, seems like the amount of system memory to run is higher, this causes issues with some Apps. I can't get SIRI to work because the amount of free system memory is not enough. how can I tell what is eating the system memory?

    Upgraded to IO6, seems like the amount of system memory to run is higher, this causes issues with some Apps. I can't get SIRI to work because the amount of free system memory is not enough. how can I tell what is eating the system memory?

    Upgraded to IO6, seems like the amount of system memory to run is higher, this causes issues with some Apps. I can't get SIRI to work because the amount of free system memory is not enough. how can I tell what is eating the system memory?

  • When I plug in my Lacie Firewire 800 drive it causes certain apps to crash. Chrome will immediately crash when I open it, so will DVD player. It's only when I plug in my Firewire 800 drive, USB does not cause issues. What's the deal?

    When I plug in my Lacie Firewire 800 drive into my Mid-2009 Macbook Pro running Mountain Lion - 10.8.2,  it causes certain apps to crash. Chrome will immediately crash when I open it, so will DVD player. It's only when I plug in my Firewire 800 drive, USB does not cause issues. What's the deal?
    I've restarted, verfied the disk, repaired permissions, smc reset.. don't know what else to do..

    Contact Lacie since it's their product you are having issues with. 

  • I have an old Ipod and am trying to sync the music from it onto my new (Windows) Computer. When it links us it says it must remove and sync the music. Does this mean I will lose the music from my ipod forever?

    I have an old Ipod and am trying to sync the music from it onto my new (Windows) Computer. When it links us it says it must remove and sync the music. Does this mean I will lose the music from my ipod forever?

    Does this mean I will lose the music from my ipod forever?
    Yes, that is exactly what it means.
    The right way to do it is to first rebuild your library on the new computer, and then sync the iPod. 
    You can rebuild your library by copying the library from the old computer or from your backup.
    If neither of those options is available, you can extract the songs from the iPod, although the process is a bit hairy.  See this guide for the procedure, written by Forum member Steve/turingtest2.

  • SOMEONE PLEASE HELP ME THIS IS MY FIRST TIME DOING THIS MY IPOD IS DISABLED AND IT SAID CONNECT TO I TUNES I DID THAT AND ITS NOT WORKING HELP ME PLEASE AND THANK U

    SOMEONE PLEASE HELP ME THIS IS MY FIRST TIME DOING THIS MY IPOD IS DISABLED AND IT SAID CONNECT TO I TUNES I DID THAT AND ITS NOT WORKING HELP ME PLEASE AND THANK U

    Please turn off your caps lock.
    See http://support.apple.com/kb/HT1212.

  • Am just ****** n not happy with my iphone 5 does this happened to any one else its just lose n rattle from every where power button volume rocker its very annoying every time it vibrates or am talking to some 1 on the phone lil loude..

    am just ****** n not happy with my iphone 5 does this happened to any one else its just lose n rattle from every where power button volume rocker its very annoying every time it vibrates or am talking to some 1 on the phone lil loude..

    It looks this community is not active or the support team don't have time to provide their inputs for the problems posted on this community.

Maybe you are looking for

  • Custom reports needed in excel format..12.0.6

    Hi we are on 12.0.6 All of our custom reports are defined with output format of pdf at the time of defining executable and program from sysadmin Now there is a need by our costing department that they need all the finanical related reports in excel f

  • Can't install ANY version of iTunes

    So I downloaded the monstrosity that is iTunes 7 and suddenly my iPod wouldn't work with it. Whenever I tried to upgrade to iTunes 7.0.2, the updater would come to a standstill and do nothing. So a few users on here gave me some suggestions on how to

  • Photoshop CS4 Extended upgrade from CS3 Student Version

    I was looking for the Student upgrade from CS3 to CS4 for Photoshop, but could not find it. I only saw the regular upgrade edition, not the student one. Could anybody please help me? Thanks in advance

  • ? anti-virus in MIXED environment

    Small 'island' of 40 graphic and photographic macs within sea of 1000's govt PCs Our IT Security manager tolerates us (just...) but has sent us this article http://www.scmagazineuk.com/mcafee-launches-mac-specific-internet-security-and-i ntroduces-ne

  • Archive Windows System logs (event viewer)

    Hi Guys, Good Day. I want to export daily all System event logs and generate report to a .CSV or .TXT file and then copy the report file to, the following location \\Archivenasprd01\Appspr01\ddmmyyyy: or is it possible to schedule this job ever 1 or