The Action status external cloud connector

By writing my cloud connector, I came across a few inconsitencies dealing with the status of a Contact in a stage of program generator.

1. when a contact is added to a stage and I click 'View the Contacts' in the program generator, the contact's status said "pending Action".  When I use my connector cloud to call ListMembersInStepByStatus, however, there is no contact of the AwaitingAction ExternalActionStatus.

2. after 15 minutes, the program is evaluated for the first time and the status of the contact in the said program generator now "Action underway or planned".  Now when I call ListMembersInStep, he finds the contact in the AwaitingActionStatus.

3. I use my connector cloud to call SetMemberStatus to set the status of the external action in full contact.  The status of the contact in the program generator still says "Current or planned Action" until the program is evaluated again contact moves this step.

What is the desired behavior?  I think I should be able to get the contact in the State of AwaitingAction as soon as it is added to the stage and under 'View the Contacts' status would take into account the ExternalActionStatus.

See also here:

http://topliners.Eloqua.com/community/do_it/blog/2011/11/19/building-cloud-connectors-timing

Tags: Marketers

Similar Questions

  • Questioning the DataCardSet members using Cloud Connector API program steps

    Hello people,

    I have a very simple question about cloud connector API. For not writing something in epic proportions, I've attached a screenshot of the issue, and a couple of issue I for its.

    I hope that someone out there has an answer.

    Thank you

    -Philippe Mougin

    Have you tried to build two programs, one with the default contact type, with the default value for the type of data card and tried to use two steps of the program?

    We have customers using connectors of cloud against data card programs.  The joint program and step (contacts and data cards) may be the cause. Try it and let me know.

    Aaron.

  • PHP 5.3 cloud connector

    I am currently building a sign in application of Cloud based (prototype for now) for Eloqua in PHP 5.3.

    I was able to set a configuration page and see that the StepID, etc. have been properly transferred.

    And then as the next step, I wanted to get the list of Contacts of the current step in the program generator by using Web Services. That is to say. "ListMembersInStepByStatus" of https://secure.eloqua.com/api/1.2/ExternalActionService.svc?wsdl

    Try actually based on the blog post at: http://www.codeevolution.com.au/code/2011/03/build-an-eloqua-cloud-connector-in-php/

    Now, I am able to access the many other web services with PHP - using PHP 5.4 built-in SOAP extension or library NuSOAP.

    Unfortunately, I am never able to connect to any of the Services of the Eloqua Web from PHP. Could you help me with this?

    I also tried the SDK-PHP-Eloqua http://code.google.com/p/eloqua-php-sdk !

    When I tried on the example of: http://www.codeevolution.com.au/code/2011/03/build-an-eloqua-cloud-connector-in-php/ , I'm getting errors as shown in the attached HTML page.

    Unfortunately I can't spend any more without the ability to communicate with Web Services.

    If this can be of any assistance my investigation, I think it's one of these IIS - HTTP errors, because most of the time I'm interested in something like:

    HTTP/1.1 400 Bad Request

    Cache-Control: private

    Content-Type: text/html

    Server: Microsoft-IIS/7.5

    P3P: CP = "" IDC DSP COR DEVa TAIa OUR PHY ONL UNI COM NAV CNT STA BUS ","

    Date: Thu, July 28, 2011 14:52:53 GMT

    Connection: close

    Bad request

    Thank you

    Hello

    My name is Warren and I wrote the blog on PHP cloud connectors. One thing on which I'm not pointing was that I had to adjust the nusoap.php in NuSoap library as the encoding has been used always caused DEMAND INCORRECTE.

    To test your calls on the best program to use is soapUI. It will allow you to test XML calls to make sure that you have correctly configured your PHP. In the example below, I've added your xml in soap UI, adjusted to the encoding of what I have in my file of nusoap and it worked (see below).

    I have included my entire library of NuSoap here.

    http://www.codeevolution.com.au/sample/lib.zip

    Although I have only updated the nusoap.php file. I have also updated by blog to take account of what we discussed here.

    Good luck.

    Warren

  • After you create the action sql script does not not for connector DBUM

    Hello

    I'm trying to integrate the IOM with Oracle DB using Connector DBUM. Commissioning user works very well.

    But after the transfer of the user, we need to insert (< user name >, "RLS_DEV") in the values in a table.

    It's my script

    INSERT INTO CAMPDB. RLS_USER_GROUPS (USERNAME, GROUPNAME) VALUES ({__NAME__}, "RLS_DEV");

    I tried different options too, but nothing has worked. Either I get the invalid character or command SQL not properly completed or missing expression error.

    1) INSERT INTO CAMPDB. VALUES RLS_USER_GROUPS ({__NAME__}, "RLS_DEV") - without semicolon

    2) INSERT INTO CAMPDB. VALUES RLS_USER_GROUPS ({__NAME__}, 'RLS_DEV')) - closed at the end with double hook

    3) INSERT INTO CAMPDB. VALUES RLS_USER_GROUPS ({__NAME__}, RLS_DEV) - without quotes to RLS_DEV

    4) INSERT INTO CAMPDB. RLS_USER_GROUPS VALUES (__NAME__, 'RLS_DEV') - without flowers for __NAME__ necklaces

    < username >-> is the name of the user configured on the system target.

    -> GroupName is RLS_DEV. It is the same for all users.


    But it is throwing errors like below.

    [2015 11-13 T 21: 22:08.752 - 08:00] [oimext_server1] [TRACE] [] [ORG. IDENTITYCONNECTORS. DBUM. SQLEXECUTIONHANDLER] [tid: [ASSETS].] [ExecuteThread: '29' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: oiminternal] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31 :-8000-0000000000000004,0] [APP: IOM #11.1.2.0.0] [SRC_CLASS: com.thortech.util.logging.Logger] [SRC_METHOD: Debug] org.identityconnectors.dbum.SQLExecutionHandler: executeUpdate: executable query: INSERT IN CAMPDB. RLS_USER_GROUPS (USERNAME, GROUPNAME) VALUES (?, 'RLS_DEV'); [[

    , Params: [__NAME__ = "TESTDB06": [VARCHAR]]

    ]]

    [2015 11-13 T 21: 22:08.757 - 08:00] [oimext_server1] [ERROR] [] [ORG. IDENTITYCONNECTORS. DBUM. SQLEXECUTIONHANDLER] [tid: [ASSETS].] [ExecuteThread: '29' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: oiminternal] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31 :-8000-0000000000000004,0] [APP: IOM #11.1.2.0.0] org.identityconnectors.dbum.SQLExecutionHandler: executeUpdate: error when running at INSERT IN CAMPDB. RLS_USER_GROUPS (USERNAME, GROUPNAME) VALUES (?, 'RLS_DEV'); [[

    java.sql.SQLSyntaxErrorException: ORA-00911: invalid character

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)

    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)

    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)

    [2015 11-13 T 21: 22:08.757 - 08:00] [oimext_server1] [ERROR] [] [ORACLE. IAM. CONNECTORS. ICFCOMMON. CONNECTOROPHELPER] [tid: [ASSETS].] [ExecuteThread: '29' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: oiminternal] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31 :-8000-0000000000000004,0] [APP: IOM #11.1.2.0.0] oracle.iam.connectors.icfcommon.ConnectorOpHelper: run: error occurred when executing action []

    org.identityconnectors.framework.common.exceptions.ConnectorException: java.sql.SQLSyntaxErrorException: ORA-00911: invalid character

    at org.identityconnectors.dbum.utils.Utils.convertToICFError (Utils.java:297

    Please see this and provide some inputs to solve this problem.

    I looked everywhere, but couldn't find a way to solve this problem.

    Please provide entries.

    Thank you

    After having tried many options... under query worked.

    INSERT INTO CAMPDB. RLS_USER_GROUPS (USERNAME, GROUPNAME) VALUES ({__NAME__}, "RLS_DEV")

    But, now when I try to delete/disable-provision of DB Oracle user account, account is not deleted.  I have download the below messages in the log file. I couldn't find what the real cause of this situation. What could the cause of this behavior.

    [2015 11-16 T 08: 53:48.211 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam] [tid: [ASSETS].] [ExecuteThread: '10' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039ef9, 0] [APP: oracle.iam.console.identity.self-service.ear #V2.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] full SearchCriteria: null

    [2015 11-16 T 08: 53:48.219 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.provisioning.plugins] [tid: [ASSETS].] [ExecuteThread: '10' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039ef9, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] dataSetName: OracleDBUserForm

    [2015 11-16 T 08: 53:48.225 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.provisioning.plugins] [tid: [ASSETS].] [ExecuteThread: '10' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039ef9, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] dataSetName: OracleDBUserForm

    [2015 11-16 T 08: 53:48.240 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.platform.kernel.impl] [tid: [ASSETS].] [ExecuteThread: '10' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039ef9, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] kernel execution of validation by default with the process id, the event id, entity and operation 0.0.ApplicationInstance.REVOKE

    [2015 11-16 T 08: 53:48.272 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.requestactions.eventhandlers] [tid: [ASSETS].] [ExecuteThread: '10' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039ef9, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] Execute deprovision provisioned Manager action of the resource with the process 763203.Event Id 6328234 id.

    [2015 11-16 T 08: 53:48.272 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.requestactions.eventhandlers] [tid: [ASSETS].] [ExecuteThread: '10' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039ef9, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] IAM-2040009

    [2015 11-16 T 08: 53:48.274 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.provisioning.spi] [tid: [ASSETS].] [ExecuteThread: '10' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039ef9, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] accountId: 15369

    [2015 11-16 T 08: 53:48.274 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.provisioning.spi] [tid: [ASSETS].] [ExecuteThread: '10' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039ef9, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] accountId: 15369

    [2015 11-16 T 08: 53:48.297 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.provisioning.spi] [tid: [ASSETS].] [ExecuteThread: '10' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039ef9, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] action: REVOKE_ACCOUNT

    [2015 11-16 T 08: 53:48.297 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.provisioning.util] [tid: [ASSETS].] [ExecuteThread: '10' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039ef9, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] loggedinUsrKey: 1 beneficiaryType: targetEntityType USER: APPLICATION_INSTANCE targetEntityId: 181 action: REVOKE_ACCOUNT

    [2015 11-16 T 08: 53:48.298 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.provisioning.spi] [tid: [ASSETS].] [ExecuteThread: '10' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039ef9, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] take: 7815

    [2015 11-16 T 08: 53:48.298 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.provisioning.spi] [tid: [ASSETS].] [ExecuteThread: '10' for queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039ef9, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] accountId: 15369

    [2015 11-16 T 08: 53:48.329 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.platform.kernel.impl] [tid: [ASSETS].] [ExecuteThread: '10' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039ef9, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] completed the orchestration with the result of the action.

    [2015 11-16 T 08: 53:48.333 - 08:00] [oimext_server1] [WARNING] [ADFC-64001] [oracle.adfinternal.controller.state.ControllerState] [tid: [ASSETS].] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039ef9,0] [APP: oracle.iam.console.identity.self-service.ear#V2.0] [DSID: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] ADFc: No view port found with ID 'data.oracle_iam_ui_main_identityPageDef.pageTemplateBinding.region2.oracle_iam_ui_catalog_pages_cart_detailsPageDef_WEB_INF_oracle_iam_ui_catalog_tfs_catalog_tf_xml_catalog_tf.dynamicRegion1.pageDefs_oracle_iam_ui_runtime_form_view_pages_OracleDBUserFormCreateFormPageDef_oracle_iam_ui_runtime_form_view_tfs_OracleDBUserForm_xml_OracleDBUserForm.pwdpolicyinfo'.

    [2015 11-16 T 08: 53:51.301 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam] [tid: [ASSETS].] [ExecuteThread: '17' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039efb, 0] [APP: oracle.iam.console.identity.self-service.ear #V2.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] the server name in the user amimplnull Manager

    [2015 11-16 T 08: 53:51.302 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam] [tid: [ASSETS].] [ExecuteThread: '17' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039efb, 0] [APP: oracle.iam.console.identity.self-service.ear #V2.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] is::Unlocked user's status

    [2015 11-16 T 08: 53:51.302 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam] [tid: [ASSETS].] [ExecuteThread: '17' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039efb, 0] [APP: oracle.iam.console.identity.self-service.ear #V2.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] is::Unlocked user's status

    [2015 11-16 T 08: 53:51.302 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam] [tid: [ASSETS].] [ExecuteThread: '17' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039efb, 0] [APP: oracle.iam.console.identity.self-service.ear #V2.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] is::Unlocked user's status

    [2015 11-16 T 08: 53:51.302 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam] [tid: [ASSETS].] [ExecuteThread: '17' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039efb, 0] [APP: oracle.iam.console.identity.self-service.ear #V2.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] is::Unlocked user's status

    [2015 11-16 T 08: 53:51.302 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam] [tid: [ASSETS].] [ExecuteThread: '17' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039efb, 0] [APP: oracle.iam.console.identity.self-service.ear #V2.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] is::Unlocked user's status

    [2015 11-16 T 08: 53:51.302 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam] [tid: [ASSETS].] [ExecuteThread: '17' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039efb, 0] [APP: oracle.iam.console.identity.self-service.ear #V2.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] is::Unlocked user's status

    [2015 11-16 T 08: 53:51.302 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam] [tid: [ASSETS].] [ExecuteThread: '17' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039efb, 0] [APP: oracle.iam.console.identity.self-service.ear #V2.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] is::Unlocked user's status

    [2015 11-16 T 08: 53:51.303 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam] [tid: [ASSETS].] [ExecuteThread: '17' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039efb, 0] [APP: oracle.iam.console.identity.self-service.ear #V2.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] is::Unlocked user's status

    [2015 11-16 T 08: 53:53.392 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.provisioning.spi] [tid: [ASSETS].] [ExecuteThread: '7' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039f01, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] userId: 7815

    [2015 11-16 T 08: 53:53.392 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.provisioning.spi] [tid: [ASSETS].] [ExecuteThread: '7' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039f01, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] beneficiaryUsrKey: 7815

    [2015 11-16 T 08: 53:53.392 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.provisioning.util] [tid: [ASSETS].] [ExecuteThread: '7' for the queue: "(self-adjusting) weblogic.kernel.Default"] [userId: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039f01, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] loggedinUsrKey: 1 resourceType: user action: VIEW_SEARCH targetEntityId: 7815

    [2015 11-16 T 08: 53:53.396 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam.provisioning.spi] [tid: [ASSETS].] [ExecuteThread: '7' for the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039f01, 0] [APP: IOM #11.1.2.0.0] [IDDM: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] userId: 7815

    [2015 11-16 T 08: 53:53.414 - 08:00] [oimext_server1] [WARNING] [ADFC-64001] [oracle.adfinternal.controller.state.ControllerState] [tid: [ASSETS].] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039f01,0] [APP: oracle.iam.console.identity.self-service.ear#V2.0] [DSID: 0000L4HDeGWEoIs6wjyWMG1MHE3K00001Z] ADFc: No view port found with ID 'data.oracle_iam_ui_main_identityPageDef.pageTemplateBinding.region1.oracle_iam_ui_manageusers_pages_userdetailsPageDef_WEB_INF_oracle_iam_ui_manageusers_tfs_user_details_tf_xml_user_details_tf.myaccountstf1.oracle_iam_ui_authenticated_myaccess_pages_my_access_accountsPageDef_WEB_INF_oracle_iam_ui_authenticated_myaccess_tfs_my_accounts_tf_xml_my_accounts_tf.catalogtf1.oracle_iam_ui_catalog_pages_cart_detailsPageDef_WEB_ INF_oracle_iam_ui_catalog_tfs_catalog_tf_xml_catalog_tf.dynamicRegion1.pageDefs_oracle_iam_ui_runtime_form_view_pages_OracleDBUserFormCreateFormPageDef_oracle_iam_ui_runtime_form_view_tfs_OracleDBUserForm_xml_OracleDBUserForm.pwdpolicyinfo'.

    [2015 11-16 T 08: 54:05.994 - 08:00] [oimext_server1] [NOTIFICATION] [] [oracle.iam] [tid: [ASSETS].] [ExecuteThread: '28' to the queue: "(self-adjusting) weblogic.kernel.Default"] [username: xelsysadm] [ecid: 77744a889dde03de:5fc7c7a1:150fd0e3e31:-8000-0000000000039f0e, 0] [APP: oracle.iam.console.identity.self-service.ear #V2.0] [IDDM: 0000L4H7L3zEoIs6wjyWMG1MHE3K00001X] flat size: 1

    Please provide some input

    Thank you

  • Send a reminder 15 minutes SMS via dialogue (or any provider) Cloud Connector in the program generator?

    Someone has understood how to send a text message reminder minutes before an event? Make a SMS on the day of the event, it's easy, but up to the minute? What did you do to achieve this?

    Basically, the connector of cloud for this provider can not being planned, which is fine, I guess, me personally, I want to as the connectors of clouds dynamic and able to have many programs, not specific to a program.

    I found a work around for this (sort of). You can set default step action time restrictions allow this step to work for some time. With this, just hope he wasn't lag when the cloud connector spoke to the third-party. I would recommend the notification SMS to allow more space buffer window and the same for the duration of validity of restrictions on the action of default step setting value.

  • How to use String Manipulation Cloud Connector to shoot the first five characters of the field? (Expression syntax experience)

    The question

    I need to segment data on a large number of Postal Codes, usually about 400 to 600 at the same time. It is that our postcode field includes the last four digits in some cases, for example 92101-1957. When you use the Contact filter 'Value In A' I'm not able to do this 92101 *, 92102 * and of course I can't account for any combination of four numbers that might appear.

    The Solution - in theory

    The solution I came up with that is to create a new field of Contact in Eloqua 'Segmentation Zip Code' copy of the 5 digits of the postal Code field and execute segmentation using this new field.

    The Solution - Cloud Connector

    String Manipulation cloud connector must be able to perform this action - copy on the first 5 digits of the zip in the zip segment field field.

    When I'm stuck - via cloud connector

    I can't figure out how to write the syntax for expressions to search and replace. I have read the instructions of syntax and am still unable to establish exactly what I enter in the "regex to find: ' and the ' Regular Expressions to replace:

    Does anyone have expierence with an Expression syntax that might help train these expressions?

    Any ideas on other ways to address the problem would be too great.

    Thank you

    Louis

    Hi Louis,.

    Okay, I think I might know how to do it now but don't have access to Eloqua for the moment, so I'm kind of make this Store, but try below.

    Use the regex below in the "Regex for find" and let the "Regex to replace white": "."

    -(.*)$

    This will be after the hyphen and the replacement string will be empty, so I hope you should be left with just the first five digits that you can map to a new field.

    Let me know how you get on, I might be able to test myself so tomorrow so I'll see if I can make it work.

    Chris

  • The Action Service Cloud app - How to let contacts continue to the next step?

    I created an application of cloud eloqua with service of the action.

    To test this, I created a campaign of several stage which is really simple:

    A segment with a couple of members empties in my cloud service for action, which then flows into something else as an email or something.

    However, I have difficulties to get the contacts to flow through the cloud service action step: they seem to all be stuck there and do not pursue.

    According to the documentation of the api 2.0 in bulk and sites on the provision of a service of the action (develop a Service of Action AppCloud).

    during contacts lead to the step of the service action, eloqua will ask my notification url (I myself do it successfully),.

    After that, I respond with a status code, and the example is a code of 204 followed State of an asynchronous data import/export in bulk.

    My action requires no import or export, and my goal is to do my job and to answer back that I have completed, or if it will take a while: answer in return have eloqua wait, then send a request later that I finished.

    After that, contacts can move to the next step in the Web of the campaign.

    Then, I realize that after I get the notification I can respond with a status of 204 to eloqua let know that I will use the large asynchronous calls in the api to import and export data.

    But what other statutes can I use if I don't want or don't need to use asynchronous api calls?

    Can I just return a 200 status if I'm done and I want eloqua to move to the next step of the campaign?

    Can I return a status for eloqua wait for me to proceed with a treatment on my side, followed by a status to let eloqua proceed?

    I tried several different status level 200, and none of them does not seem to leave my contacts to move to the next step.

    Help, please.

    Thank you

    Chris

    No, you will need to update their status with an import. You can simply use your answer.

    What you're talking about requires you to answer in performing an action to import BULK "SetStatus" with a status of 'Complete '.

    See:

    Develop a Service of Action AppCloud

    I do in fact for the first time me just at this moment. It is not difficult, but I am struggling with the ML to give it a Destination which is like.

    Scott

  • Is there anyway to reverse the update of the Action point status to the element of the MOTHER company

    Instead of having two articles about the Meeting Minutes BP for the status of the line item and the other for the status of the Action which is quite confuse end users, is the Action the Action element anyway to reverse day point BP to the State of MA Business billing without having two articles.

    Please notify.

    Mohamed Hussein

    Hi Mohamed/Samba,

    There is a solution to remove confusion for the end user. It requires a cool little General admin config, but it works beautifully from a point of view of the end-user. It's a little complicated to describe, but I'll do my best.

    -Create a new SPD DD called, for example, ActionItemStatus. You must create a corresponding list of values in the list of DD pp, for example: pending, complete, canceled.

    -Then you create 1 again for each status value (all configured with the new "ActionItemStatus" DD, in my example here it is 3 News: ifAIStatusPending, ifAIStatusComplete, ifAIStatusCanceled)

    -You add the 3 news to the single instance BP (information on the project)

    -On the BP MM change you the former status of action point TO use the old DD for the new "ActionItemStatus" DD

    -On the BP THE remove you the former status of point of Action IN the form of HAVE it (does not need more)

    -You add the 3 news to higher forms HAVE (hidden block) and then configure to auto-pop of the single instance BP "project information".

    -Now the thing: you config have all 3 of Reverse-auto-pop line MM point "Action point rank" OF using the new conditional RAP, RAP that is as follows:

    -RAP OF "ifAIStatusPending" when superior HAVE form status = pending

    -RAP OF "ifAIStatusComplete" when superior HAVE form status = Complete

    -RAP OF "ifAIStatusCanceled" when superior HAVE form status = canceled

    - As an end user you then go to the "Project information" unique instance BP and set each of the news as follows: ifAIStatusPending = 'Pending', ifAIStatusComplete = 'Complete', ifAIStatusCanceled is "Cancel".

    -Create a new record of MM, what should happen now:

    -new record MM created

    -user adds a line item I (HAVE status is empty at this time)

    -l' user completes the form MM and "send."

    -a new record of I is created automatically by the MM section

    -l' higher State of form HAVE the folder is "pending".

    -l' user sees only the registration State (which is queued)

    -the 3 news in the hidden AI top shape block get AP with the values of the instance unique record of BP

    -Because the higher status form is = pending the "ifAIStatusPending" on the hidden block will automatically be RAP it's value to the MM line item

    -L' user responsible for completing the action item done their work, and then sets HAVE 'action' to complete and "send."

    -L' higher State of form HAVE past from "pending" to "complete."

    -Because the higher status form is = full of 'ifAIStatusComplete' on the hidden block will automatically be RAP it's value to the MM line item

    Upshot

    -l' end user sees only a single State in the superior form of AI that is automatically defined according to workflow actions/measures

    -l' end user sees only a single State on the MM line which also automatically changes the status to HAVE it (with RAP)

    As I said, there is an overload of config admin, but there is a lot of value from an end-user perspective, then sometimes worth the pain of the admin! In addition, it is difficult to describe, so if you can not follow my explanation please let me know and I'll try to clarify.

    Good luck.

    Ian

  • Delay with Gotowebinar cloud connector records? Where is the problem?

    Hi all

    I ran a number of campaigns of Webinar recently and every time there was a delay with contacts once they land on the connector of cloud on the canvas of the campaign. In my last campaign, there was a delay of two hours. In the end I had to manually register a certain number of contacts they complained.

    Would be - anyone know if there is a failure with gotowebinar or connectors of clouds are sometimes known to do this. Also are there tricks to try to minimize the delay.

    If I can't solve this problem, I sued a different Webinar provider that cannot be a bad thing.

    Thank you

    HEY Kevin,

    (Full disclosure: I work for ReadyTalk we have our own connector).

    There are several ways that a delay may be introduced in the whole process. Without seeing your campaign, I'll just comment all.

    1. The use of the program generator will set up and artificial deadlines. If you are in normal mode, it's 15 minutes a step. I would recommend the canvas of the campaign to eliminate this type of delay.
    2. Have your segment on the campaign will cause a delay also because they need to cross a decision rule of "They did sign up?" before you get on the cloud connector. The answer here is that the form processing stage put them to a waiting time before the connector. (The step of waiting is configured pour.01 mins) It will also take forward invite since they would not be part of the initial segment.
    3. The cloud connector itself can be slow depending on the number of API calls it undergoes. W
    4. You may also have the form post directly on cloud connector, which eliminates a lot of #1 and #2 using the Repost at server stage in the stages of processing of forms. TJ fields has a document circulating here describing how to do so.

    Using our own in-house cloud connector and avoiding the #1 and #2, we see coming in under 3 minutes quite systematically confirmations. Faster if you use the post to the step of the server in the form.

    Hope that helps. Let me know if have any other questions.

  • Progressive profiling on website of the company using the cloud connector

    We would like to start building a progressive profiling on our companies website and I wanted to see if its possible for us to use a form created in Eloqua using progressive profiling cloud connector to do this? I'm not sure if this feature works when you put a form on the Web site of our society rather than using a landing in Eloqua page.

    Did anyone else with progressive profiling their companies outside Eloqua Web site? If so, how it was handled?

    Thanks in advance.

    Hi Robert,.

    This can be done - you can also find these son deserves to be read for some ideas:

    http://topliners.Eloqua.com/thread/2842

    More advanced:

    http://topliners.Eloqua.com/community/do_it/blog/2011/08/03/progress-Pro--JavaScript-for-advanced-progressive-profiling-in-Eloqua-10

  • Questions of the ON24 cloud connector

    You have some questions, little that can actually be applicable and able to answer by people using connectors of cloud by other Webinar providers too...

    (1) by using the register cloud connector, I notice more often, he can send that ON24 data once a day. Anyone know what time of the day it does this?

    (2) associated with #1, what happens to people who register at the last minute? They are not if is going to be in the system at the time where the stats Webinar, won't be able to connect.  I remember when I saw a demo of ReadyTalk cloud connectors, they talked about this question and said they send a different email to these people, with a direct link to the webinar, without having them to connect.  Other people do it too, or is it better to maually run the connector cloud just before the start of the event, to push these people of last minute?

    (3) I'm not the admin of On24, so this question may be basic and I hope easy to answer - the landing page on On24 standard where the connection of people and you register has the form of ON24. Obviously, I don't want to replace this form with form Eloqua? Or so people otherways to go about this?

    Thank you

    Eytan

    Cloudfeeder really does not fit in your use case. It is used when someone wants to transfer those who are not registered channel Eloqua in the system.

    It seems that On24 CloudConnector registry has a single drop further down to the amount of time that should not be in step. We feel that deleted. For now, just leave it at once a day. He will speak in the regular time.

  • Where is the documentation for cloud connectors?

    I'm really excited about gotowebinar cloud connectors.  It was installed easily with just a few clicks!  Now, I need to know how to use them.  Where can I find documentation for it?

    TIA!

    Notice all the app documentation can be found on Topliners AppCloud

  • Is someone using the data cloud connector Melissa with Eloqua

    We are in the middle of our integration and try to make calls from Melissa Data of our Eloqua forms.  Anyone out there who did or can provide an overview?

    I understand that if someone used this service in real time - if a person completes a form and between a postal code invalid - in real-time we ping Melissa Data to know it is a zip code not valid, and the person filling out the form receives a message that is not valid the data.  Our territory lead routing depends on ensuring that we correct geographic information if we want the data validated in real time.  Thank you!

    Post edited by: Maia Tihista

    Maia,

    I could be wrong, but I'm not aware of a Melissa data cloud connector which was built immediately.  From what I know, I think that David York (on this thread) may be closest on that.  There are other people interested too, can't wait to see it built.

    Steve

  • With the help of Cloud Connector to replace the native integration of SFDC of Eloqua

    I was discussing an idea today and I want to run it by the community here to get feedback and validation.

    We have a customer wants to integrate their instance Eloqua with a CRM unsupported by Eloqua.

    The customer likes the idea and the logic of the program generator and copy the programs that come by default with any which Eloqua instance for integration with SFDC.

    The clinet will build a service bus to manage the integration between their CRM and Eloqua.

    The question here is can the stages of the program changed to call their internal service bus using the cloud connector (ExternalService) instead of calling the natives calls SFDC integration event?

    I assume here they will build different methods in their bus server to manage create leads and contacts and update leads and contacts similar to event integration calls.

    Also here I'm not talking about the auto-synch functionlaity I just need to check out this concept and see if anyone already implmeneted before or not.

    Also, if anyone has problems with it let me know I would like to cover all the bases before going with this idea.

    I think that theoretically it should work without any problems and it is a big plus to take advantage of the use of the program generator to control the flow of the integration logic.

    Kind regards

    Nader

    The question you ask is:

    Can I use generator program and custom integrations to CRM cloud connectors.  Effectively, you need to replace the native integration API steps with no cloud to your program/middleware.

    The quick answer is Yes.   The thing to know is the number of steps (API has a limit of simultaneous connection 5 hard) and the number of API calls.   You would like to make an analysis of the frequency and volume of lead and contact updates to CRM in order to determine whether it is the right solution.  Based on the frequency and the volume you need business logic to live outside of Eloqua.  Using a middleware like Informatica product allows to build it in a workflow environment and you allows to exploit the DTS WSDL (E9) allows a high volume of documents.

    Cheers, Aaron.

  • Looking for the Cloud Connector menu

    Is it just me or the cloud connector/menu of the icon is missing for the landing in E10 page? We use this integration with Vidyard and all the social sharing icons such as LinkedIn, Twitter and Google. Impatience back.  Thank you.

    Responses received form support Eloqua in the case where others have the same problem.  Looks like some of the features has disabled some how and now we must go to the setting to enable.

    Your comments of support:

    You must first go to configuration > Cloud components allowing the components that you want to use (for example, Vidyard is currently disabled). Once you do this, you can go to a landing page and select the menu components Cloud containing all active components.

Maybe you are looking for

  • Can I make the diagonal headers?

    Can I make the diagonal headers in NUMBER to use more text? I know that I can turn text boxes, but these could be combined to make a header? Thank you in advance for help on this issue.

  • Tecra 8200 screen goes black when I use the battery

    When I use my laptop Tecra 8200 with (new) battery, light falls down on the screen, making it almost impossible to work with. I use windows XP. I have havn´t found all the settings to adjust it - anyone know what to do? Appreciate the help!Peter

  • Hewlett Packard HP Pavilion 23: TV Tuner &amp; antenna

    Dose the Hewlett Packard HP Pavilion 23-q130na Core i3 - 4170T 8 GB 1 TB DVD - RW 23-inch Windows 10 All In One Have a TV Tuner and an antenna Jack. Can't find an answer anywhere. Thank you very much

  • Portege R500 - cannot install built-in XP Bluetooth drivers

    I recently installed XP and all is well (except for having them to change the hard drive in compatibility mode to fix SATA) except for one thing that makes me a wall: I can not install the Bluetooth stack. He comes to the point where he asked me to p

  • Use of the standards of construction for TestStand deployment target

    Hello world I currently use an Internet Toolkit OR in one of my VI to build a module of code for TestStand. The question is which target the deployment of doesn't have the NI Internet Toolkit. So I would like to build the way to the deployment target