No registration or order data

Hello! I have a trial version of the Potoshop and Lightroom. Yesterday, I paid and received an email with the confirmation. But the programs are always indicated that this trial. And in my not profile data on registration or you are ordering.

What should I do?

I read that it will take as much as 24 hours for a purchase to show your Adobe account

Sign out of your account of cloud... Restart your computer... Connect to your paid account of cloud

-If you have more than one email, but of course you use linked to your subscription

-Connect using http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html

-https://helpx.adobe.com/creative-cloud/help/sign-in-out-activate-apps.html

-http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html

-https://helpx.adobe.com/x-productkb/policy-pricing/activate-deactivate-products.html

Tags: Adobe

Similar Questions

  • is com.mslv.oms.automation.AutomationException by updating the order data

    Hello

    I wrote a sample Xquery Automator with external event receiver.

    DECLARE namespace SGD = "urn: com:metasolv:oms:xmlapi:1";

    DECLARE namespace log = "java: org.apache.commons.logging.Log;

    declare namespace automator = "java: oracle.communications.ordermanagement.automation.plugin.ScriptReceiverContextInvocation";

    declare the namespace context = "java: com.mslv.oms.automation.TaskContext";

    " declare osm namespace = ' http://xmlns.Oracle.com/communications/OrderManagement "; "

    declare saxon namespace = " " http://Saxon.SF.NET/ "; "

    " declare namespace xsl = ' http://www.w3.org/1999/XSL/transform ";

    declare the external variable $context;

    declare the external variable $log;

    declare the external variable $automator;

    Let $taskData: = fn:root (.) / CRAMER. Response

    Let $orderId: = $taskData/CRAMERWOID

    Let $jid: = $taskData/CRAMERJOBID

    Let $ordUpdateReqXML: =)

    " < OrderDataUpdate xmlns =" http://www.MetaSolv.com/OMS/OrderDataUpdate/2002/10/25 "> "

    < update path = "/" >

    < job_id > HC < / job_id >

    < / update >

    < / OrderDataUpdate >

    )

    Let $ordUpdateReqXMLStr: saxon =: serialize($ordUpdateReqXML, <xsl:output method="xml" omit-xml-declaration="yes" indent="yes" saxon:indent-spaces="4"/>)

    return)

    Journal: info($log, "### XML Transformed")

    Journal: info ($log, $ordUpdateReqXML),

    Journal: info ($log, "# XML Transformed after serialized"),

    Journal: info ($log, $ordUpdateReqXMLStr),

    Automator:setUpdateOrder($Automator,"true"),

    Context:updateOrderData($context,$ordUpdateReqXMLStr),

    context: completeTaskOnExit ($context, "success")

    )


    but when running it throw exception automation:

    Caused by: java.lang.NullPointerException

    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptPluginImplementation.updateOrderData (unknown Source)

    NOTE: - in Design Studio Plugin properties - Xquery Automation tab I tried with two control box checked and unchecked data verification options.

    Please guide me what is wrong with my code.

    Let me know if more information needed on this.

    Thank you

    Stack trace

    com.mslv.oms.automation.AutomationException

    at oracle.communications.ordermanagement.automation.plugin.AbstractExternalReceiverDispatcher.processMessage (unknown Source)

    at com.mslv.oms.automation.AutomationDispatcher.onLocalMessage (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.impl.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.impl.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.impl.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.ClusterMessageHandlerBean.onMessage (unknown Source)

    at com.mslv.oms.security.base.ControllerBean.processExternalListenerAutomationMessage (unknown Source)

    at com.mslv.oms.security.base.OMSController_h9cupp_EOImpl.__WL_invoke (unknown Source)

    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)

    at com.mslv.oms.security.base.OMSController_h9cupp_EOImpl.processExternalListenerAutomationMessage (unknown Source)

    at com.mslv.oms.security.base.OMSController_h9cupp_EOImpl_WLSkel.invoke (unknown Source)

    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)

    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)

    at com.mslv.oms.security.base.OMSController_h9cupp_EOImpl_1036_WLStub.processExternalListenerAutomationMessage (unknown Source)

    at oracle.communications.ordermanagement.automation.plugin.AbstractExternalReceiverDispatcher.processMessage (unknown Source)

    at com.mslv.oms.automation.AutomationDispatcher.onLocalMessage (unknown Source)

    at com.mslv.oms.automation.plugin.AutomationDispatcherImpl.a (unknown Source)

    to com.mslv.oms.automation.plugin.AutomationDispatcherImpl$ 2.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.ClusterMessageHandlerBean.onMessage (unknown Source)

    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:583)

    at weblogic.ejb.container.internal.MDListener.run(MDListener.java:902)

    at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)

    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)

    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)

    Caused by: java.lang.NullPointerException

    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptPluginImplementation.updateOrderData (unknown Source)

    I found the solution, just need to order to update set to false after the order data update

    Here is the update of Xquery

    DECLARE namespace SGD = "urn: com:metasolv:oms:xmlapi:1";

    DECLARE namespace log = "java: org.apache.commons.logging.Log;

    declare namespace automator = "java: oracle.communications.ordermanagement.automation.plugin.ScriptReceiverContextInvocation";

    declare the namespace context = "java: com.mslv.oms.automation.TaskContext";

    declare namespace osm = "http://xmlns.oracle.com/communications/ordermanagement";

    declare the saxon namespace = "http://saxon.sf.net/";

    declare namespace xsl = "http://www.w3.org/1999/XSL/Transform";

    declare the external variable $context;

    declare the external variable $log;

    declare the external variable $automator;

    Let $taskData: = fn:root (.) / CRAMER. Response

    Let $orderId: = $taskData/CRAMERWOID

    Let $jid: = $taskData/CRAMERJOBID

    Let $ordUpdateReqXML: =)

    http://www.MetaSolv.com/OMS/OrderDataUpdate/2002/10/25">

    HC

    )

    Let $ordUpdateReqXMLStr: saxon =: serialize($ordUpdateReqXML, )

    return)

    Journal: info($log, "### XML Transformed")

    Journal: info ($log, $ordUpdateReqXML),

    Journal: info ($log, "# XML Transformed after serialized"),

    Journal: info ($log, $ordUpdateReqXMLStr),

    Automator:setUpdateOrder ($Automator, true (()),

    Context:updateOrderData($context,$ordUpdateReqXMLStr),

    (: threshold, I have added to the problem)

    Automator:setUpdateOrder ($Automator, false (),.

    context: completeTaskOnExit ($context, "success")

    )

  • Order number: 10,127,143,959 Order Date: 17/06/2015 please cancel your order.

    Order number: 10,127,143,959 Order Date: 17/06/2015 Please Cancel your order.

    Hello

    I would ask you to please contact customer service to get help with the cancellation of the order.

    Concerning

    Maansee

  • Order date in the monitor of the VSM

    It's quite a long time, we have a problem of order date in the monitor of the VSM.

    Maybe you have ideas of how put the columns in the right order?

    Here is an example where data call are grouped by District:

    1874970.png

    As you can see columns are not in the right order. The curve has the same disease when the data are grouped by weeks, months, etc.

    Any change in the sort parameter does not help.

    I even tried to export the graphic settings, have changed the value of XValues.Order of loNone to loAscending, but it did not help either.

    I have the feeling that the resolution could be a very simple, so I hope even for a short notice of experienced people.

    Gytis

    Hi Gytis,

    The query is constructed dynamically, so it will require a code fix in a future RP.

  • Registration of static data base for the management

    Hi all

    In my test environment, there is a configuration of simple network to a database when there is a single instance and a single listener,
    I recorded several services, by static database registration, accommotade several needs of my company. As, the services "sales.xxxx.com" intended to the Sales Department, "financial.xxxx.com" for the financial dapartemn... And on the customer side of the tnsnames.ora file are configured to find the correspondent of the service

    I think that in this form we can have several types of query management are coming in the listener.

    I have two questions:
    (1) can we stop and start a service registered by the registration of static database?
    (2) is to correct the approach described above?
    (3) if the approach is wrong, what is the best approach to manage the type of request in the listener?

    Thank you

    I don't know what is "static database registration" for you, for me it is including the SID in listener.ora.
    By doing this, you can save a database in listener.ora only once.
    Dynamic name service registration, each database can register with the listener as soon as it starts.
    Services can be disabled (depending on the version and you do not disclose what version you use), using the dbms_service package in the database.
    And Yes, these services will appear in tnsnames.ora and if you conceptually link to an application, you can stop the application without closing the database.

    However, registration of static data (in listener.ora) has nothing to do with it.

    -------------
    Sybrand Bakker
    Senior Oracle DBA

  • record channel times of order data NI_DataType

    I'm trying to replicate some features of selection of the control Data Logging property in the VeriStand workspace in a Labview application (I wish I could get just the VI for control of the workspace).  In the control of the registration of the properties-> channel category data the time channel can be selected.  When I select absolute time he records the system path = 'targets, controller, channels, Absolute System Time. "  But I have one property TDMS NI_DataType = 68.  If I manually select the channel (add channels) we obtain a = 10 NI_DataType.  The difference seems to be that the NI_DataType = 68 has the well formatted time (m/d/Y/min) while the NI_DataType = 10 at a time in a large number that represents the number of seconds.  The NI_DataType is read-only.  How can I get the formatting nice NI_DataType = 68 to be registered like that?  This post is treated?  If so how to do that?

    Thank you!

    I have found that the Group of channels TDMS (NI_VS Data logging API.lvlib) type def that gets wired for the new Data Logging Specification.vi has a def of time type of the channels Options which allow channels different time to be configured and named.

  • Can I change the order date closed (I need to print only)?

    Hello world

    I need to print the cancelled order in at the time of the day.

    the header status is closed.

    Once an order is closed, you can change anything of the front-end application.

    You can run an update statement and change your date, print your document, then put the initial return date, but that is strongly discouraged by Oracle.

  • Obtain registration with the date max - rank question

    I use the statement below to get rank for records with the same data with max date. But I still see rank 1. Someone help me understand this?

    SELECT T.*,
           RANK() OVER(PARTITION BY T.UNIQUEID ORDER BY T.LOADDATE DESC) RNK
      FROM DEMO_TBL T
     ORDER BY T.STARTTIME ASC
    
    create table DEMO_TBL
    (
      NUMBERID  VARCHAR2(50),
      STARTTIME DATE,
      STOPTIME  DATE,
      TOTAL     NUMBER(19,10),
      UNIQUEID  NUMBER(10),
      LOADDATE  DATE
    );
    
    
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('01-07-2013', 'dd-mm-yyyy'), to_date('01-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 705.0000000000, 15353856, to_date('06-07-2013 12:58:57', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('02-07-2013', 'dd-mm-yyyy'), to_date('02-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 698.9950000000, 15353857, to_date('06-07-2013 12:57:08', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('03-07-2013', 'dd-mm-yyyy'), to_date('03-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 701.9970000000, 15353855, to_date('07-07-2013 12:58:17', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('04-07-2013', 'dd-mm-yyyy'), to_date('04-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.0020000000, 15353854, to_date('08-07-2013 13:00:07', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('05-07-2013', 'dd-mm-yyyy'), to_date('05-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 90.9970000000, 15353853, to_date('09-07-2013 12:59:35', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('06-07-2013', 'dd-mm-yyyy'), to_date('06-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.0060000000, 15353852, to_date('10-07-2013 12:56:36', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('07-07-2013', 'dd-mm-yyyy'), to_date('07-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.0020000000, 15353851, to_date('11-07-2013 13:02:47', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('08-07-2013', 'dd-mm-yyyy'), to_date('08-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.0010000000, 15353847, to_date('14-07-2013 13:01:26', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('08-07-2013', 'dd-mm-yyyy'), to_date('08-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.0010000000, 15353850, to_date('12-07-2013 12:55:28', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('09-07-2013', 'dd-mm-yyyy'), to_date('09-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 1015.4440000000, 15353842, to_date('23-07-2013 12:59:34', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('09-07-2013', 'dd-mm-yyyy'), to_date('09-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.0000000000, 15353849, to_date('14-07-2013 12:56:59', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('10-07-2013', 'dd-mm-yyyy'), to_date('10-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.0040000000, 15353848, to_date('14-07-2013 12:59:13', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('10-07-2013', 'dd-mm-yyyy'), to_date('10-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 1023.9450000000, 15353844, to_date('23-07-2013 12:59:02', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('11-07-2013', 'dd-mm-yyyy'), to_date('11-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 92.0010000000, 15353846, to_date('15-07-2013 12:57:14', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('11-07-2013', 'dd-mm-yyyy'), to_date('11-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 1019.0510000000, 15353841, to_date('23-07-2013 13:01:24', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('12-07-2013', 'dd-mm-yyyy'), to_date('12-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 1042.8390000000, 15353843, to_date('23-07-2013 12:59:34', 'dd-mm-yyyy hh24:mi:ss'));
    
    
    insert into DEMO_TBL (NUMBERID, STARTTIME, STOPTIME, TOTAL, UNIQUEID, LOADDATE)
    values ('11110008524705', to_date('12-07-2013', 'dd-mm-yyyy'), to_date('12-07-2013 23:59:59', 'dd-mm-yyyy hh24:mi:ss'), 91.9940000000, 15353845, to_date('16-07-2013 12:58:28', 'dd-mm-yyyy hh24:mi:ss'));
    

    you are looking to do this,

    SELECT T.*,
    max(t.starttime) OVER(PARTITION BY NUMBERID,STARTTIME,STOPTIME,TOTAL ORDER BY T.LOADDATE DESC) mx_strt_dt,
    max(t.stoptime) OVER(PARTITION BY NUMBERID,STARTTIME,STOPTIME,TOTAL ORDER BY T.LOADDATE DESC) mx_stop_dt
    
    FROM DEMO_TBL T
    ORDER BY T.STARTTIME ASC
    
  • time order date by am pm

    Please help me get the results below. My order of requirement by date am day then MP

    Select d)

    SELECT TO_CHAR)

    To_date (' August 15, 2009, 16:30 ')

    (' DD/month/YYYY, hh: mi: ss AM')

    (' YYYY-MM-DD hh: mi: ss AM') d

    OF THE DOUBLE

    Union of all the

    SELECT TO_CHAR)

    To_date (' August 15, 2009, 05:30 ')

    (' DD/month/YYYY, hh: mi: ss AM')

    (' YYYY-MM-DD hh: mi: ss AM') d

    OF THE DOUBLE

    Union of all the

    SELECT TO_CHAR)

    To_date (August 15, 2009, 18:30 ')

    (' DD/month/YYYY, hh: mi: ss AM')

    (' YYYY-MM-DD hh: mi: ss AM') d

    OF THE DOUBLE

    Union of all the

    SELECT TO_CHAR)

    To_date (August 15, 2009, 19:30 ')

    (' DD/month/YYYY, hh: mi: ss AM')

    (' YYYY-MM-DD hh: mi: ss AM') d

    The DOUBLE) order by d.

    I get after the output of the query above in the below.

    Actual output

    --------------------------

    15/08/2009-16:30

    15/08/2009 05:30

    15/08/2009-18:30

    15/08/2009-19:30

    How to modify the above query to get the below output. Basically I need to order by h and then h

    expected results

    --------------------------

    15/08/2009 05:30

    15/08/2009-16:30

    15/08/2009-18:30

    15/08/2009-19:30

    Select TO_CHAR(d,'DD-MM-YYYY HH:MI:ss AM') in the d

    from (SELECT TO_DATE('15/August/2009,4:30:00 PM','DD/Month/YYYY,HH:MI:ss AM') FROM DUAL Union d all the)

    SELECT TO_DATE('15/August/2009,5:30:00 AM','DD/Month/YYYY,HH:MI:ss AM') FROM DUAL Union all the

    SELECT TO_DATE('15/August/2009,6:30:00 PM','DD/Month/YYYY,HH:MI:ss AM') FROM DUAL Union all the

    SELECT TO_DATE('15/August/2009,7:30:00 pM','DD/Month/YYYY,HH:MI:ss AM') FROM DUAL

    )

    order by to_date(d,'DD/MM/YYYY HH:MI:ss AM')

    D
    15/08/2009 05:30
    15/08/2009-16:30
    15/08/2009-18:30
    15/08/2009-19:30

    Concerning

    Etbin

  • Can I submit the order data to a third party?

    We would like to add an order form for a product which is produced and shipped by a company warehousing and delivery. Can we hang in British Colombia ecommerce module and extract field data to create an XML file to submit to the provider?

    You will need to do this via the API for automation. Create an application / script that pulls the bottom of the order of the data on a regular basis, determines what sender drop which needs order and format the data in XML (or any format is required) and send it.

    I've done something exactly the same thing to a national retailer that had several stores and shipped from the closest to the customer location, move me a line if you need help.

  • Help generate the id of Group of ordered data

    I want to use SQL to generate a variable group from a set of data represented by the following summary example.
    in which x is a chronological series, and is the property of the data. The group_wanted column does not exist in the actual data, but represents
    what I want to generate from the first two columns.
    DROP TABLE t;
    CREATE TABLE t
    ( x INT, y VARCHAR2(1), group_wanted INT );
    
    INSERT INTO t VALUES( 1, 'a', 1 );
    INSERT INTO t VALUES( 2, 'a', 1 );
    INSERT INTO t VALUES( 3, 'a', 1 );
    INSERT INTO t VALUES( 4, 'b', 2 );
    INSERT INTO t VALUES( 5, 'b', 2 );
    INSERT INTO t VALUES( 6, 'b', 2 );
    INSERT INTO t VALUES( 7, 'a', 3 );
    INSERT INTO t VALUES( 8, 'a', 3 );
    INSERT INTO t VALUES( 9, 'a', 3 );
    
    SQL> SELECT * FROM t;
    
     X Y GROUP_WANTED
    -- - ------------
     1 a            1
     2 a            1
     3 a            1
     4 b            2
     5 b            2
     6 b            2
     7 a            3
     8 a            3
     9 a            3
    
    9 rows selected.
    I can find where each group starts, but I am not coming with
    a way to create a unique number for each group.
    SQL> SELECT x, y, group_wanted,
      2         CASE
      3            WHEN y = next_y AND y != prior_y  /* thanks, Frank */ THEN 1
      4            WHEN y = prior_y THEN NULL
      5         END AS group_boundary
      6    FROM ( SELECT x
      7                , y
      8                , group_wanted
      9                , LAG( y, 1, 0 ) OVER ( ORDER BY x ) AS prior_y
     10                , LEAD( y, 1, 0 ) OVER ( ORDER BY x ) AS next_y
     11             FROM t
     12         );
    
     X Y GROUP_WANTED GROUP_BOUNDARY
    -- - ------------ --------------
     1 a            1              1
     2 a            1
     3 a            1
     4 b            2              1
     5 b            2
     6 b            2
     7 a            3              1
     8 a            3
     9 a            3
    
    9 rows selected.
    I tried to use the NEXTVAL of a sequence, to each of the Group boundary and CURRVAL between the limits
    but I do not get what I expected, I want to be the same as the column group_wanted.
    When the NEXTVAL and CURVAL are mentioned in the same statement, each of them returns the same result.
    SQL> CREATE SEQUENCE t_seq INCREMENT BY 1 START WITH 1 NOCACHE;
    
    Sequence created.
    
    -- This does not work
    SQL> SELECT x, y, group_wanted,
      2         CASE
      3            WHEN group_boundary = 1 THEN t_seq.NEXTVAL
      4            WHEN group_boundary IS NULL THEN t_seq.CURRVAL
      5         END AS new_group
      6    FROM ( SELECT x, y, group_wanted,
      7                  CASE
      8                     WHEN y = next_y AND y != prior_y THEN 1
      9                     WHEN y = prior_y THEN NULL
     10                  END AS group_boundary
     11             FROM ( SELECT x
     12                         , y
     13                         , group_wanted
     14                         , LAG( y, 1, 0 ) OVER ( ORDER BY x ) AS prior_y
     15                         , LEAD( y, 1, 0 ) OVER ( ORDER BY x ) AS next_y
     16                      FROM t
     17                  )
     18            ORDER BY x
     19          );
    
     X Y GROUP_WANTED  NEW_GROUP
    -- - ------------ ----------
     1 a            1          1
     2 a            1          2
     3 a            1          3
     4 b            2          4
     5 b            2          5
     6 b            2          6
     7 a            3          7
     8 a            3          8
     9 a            3          9
    
    9 rows selected.
    
    -- When CURRVAL is called by itself it does not cause the sequence to increment
    SQL> select t_seq.CURRVAL
      2  from t;
    
       CURRVAL
    ----------
             9
             9
             9
             9
             9
             9
             9
             9
             9
    
    9 rows selected.
    Can anyone find a way to do it in SQL with our without sequences? I can understand a PL/SQL solution on my own.

    Thank you very much.

    -Doug

    Published by: enquad on February 6, 2011 09:40
  • HowTo 'Natural order' data (AS3/Flex)

    Hello

    I have a problem with my flex application. I am the analysis of data from certain Webservice and place it on an ArrayCollection collection.

    No such data are already in the 'natural order' on the server side. But somehow it s not like that in my ArrayCollection collection.

    I have found nothing can´t howto things so 'natural order' within my Flex application or even with ActionScript 3 to all the...

    Thanks for the help!

    So if I understand correctly, while questions of kind is interesting and to solve, the real problem is that, at the time when the data are displayed in the comboBox control, is no longer in the order in which the data in when you browse the data to create the collection?

  • Registration of image data to text - multi-column file

    Hello

    I'm currently grabbing images using functions IMAQ and am averaging of each image through the columns using IMAQ LinearAverages.vi. I am currently saving these values (IE a size of profile line 1: n) to a text file. However, I have a large amount of images (M) to capture, so I would like to display each image line profile data to an individual column.

    At the moment the text file captures all of the data, but in a single column, not very useful for the purposes of post-processing. Can someone suggest a nice way to do this? Records in a spreadsheet file better?

    I would appreciate any advice.

    Kind regards
    Miika


  • BlackBerry Smartphones Intellisync: Cannot read the registration of application data

    Intellisync worked, but it still fails.

    RIM.log says:

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    On 1/15/2010 2:48 PM
    Synchronize Device Address Book with Microsoft Outlook Contacts
    
    First System: Device
    Second System: Microsoft Outlook
    Second System File Name: Address Book
    Conflict Resolution: Notify
    
    Input From First System:
    
    READ "Hotline"
    27 more READ statements here, but not shown here to maintain confidentiality
    READ "Smith"
    
    Total Inputs From First System: 30
    
    Field mapping used for translation:
    Device Microsoft Outlook
    First Name ---------------------- First Name
    Middle Name --------------------- Middle Name
    Last Name ----------------------- Last Name
    Title --------------------------- Job Title
    Company Name -------------------- Company Name
    Work Phone ---------------------- Business Telephone Number
    Work Phone 2 -------------------- Business Telephone Number 2
    Home Phone ---------------------- Home Telephone Number
    Home Phone 2 -------------------- Home Telephone Number 2
    Other Phone --------------------- Other Telephone Number
    Work Fax ------------------------ Business Fax Number
    Mobile Phone -------------------- Mobile Telephone Number
    Pager --------------------------- Pager Number
    Internet Address1 --------------- Email1 Address
    Internet Address2 --------------- Email2 Address
    Internet Address3 --------------- Email3 Address
    Address1 ------------------------ Business Address Street 1
    Address2 ------------------------ Business Address Street 2
    City ---------------------------- Business Address City
    State/Prov ---------------------- Business Address State
    Zip/Postal Code ----------------- Business Address Postal Code
    Country ------------------------- Business Address Country
    Home Address1 ------------------- Home Address Street 1
    Home Address2 ------------------- Home Address Street 2
    Home City ----------------------- Home Address City
    Home State/Prov ----------------- Home Address State
    Home Zip/Postal Code ------------ Home Address Postal Code
    Home Country -------------------- Home Address Country
    Notes --------------------------- Body
    User Defined 1 ------------------ User Defined String 1
    User Defined 2 ------------------ User Defined String 2
    User Defined 3 ------------------ User Defined String 3
    User Defined 4 ------------------ User Defined String 4
    Salutation ---------------------- Title
    Web Address --------------------- Web Page
    Direct Connect ------------------ Radio Telephone Number
    Categories ---------------------- Categories
    Picture ------------------------- Contact Photo
    Birthday ------------------------ Birthday
    Anniversary --------------------- Anniversary
    Nickname ------------------------ Nick Name
    Home Fax ------------------------ Home Fax Number
    
    Unable to read application data record.
    Translation Canceled!
    

    I have much more than 30 entries AddressBook on my BB.

    Is this telling me #30 is bad?

    I found the wrong address book entry. It was recently added by FaceBook. He seemed OK, but IntelliSync doesn't. I wish that there is a way to sort the address book of BB by the update...

  • How can I put my picture in the order dates and different folders?

    * Original title: Photos

    Two questions:

    How can I put my photos in chronological order?

    How to put photos in different folders?

    Thank you very much!!!

    Thanks for posting your questions about Microsoft Community.
    To help you better could you please clarify a number of things like:
    1. you try to change the default location where your pictures are saved?
    2. you are trying to run out of your pictures in cronological order?
    3. you try this in Windows live Photo Gallery or Photo Live Tile or file Explorer app (for example the folder my pictures)?

    4. you try to export photos from any external hard drive?

     
    However, I suggest that you do the following if you want to sort by Group by and reorganize by elements in the Windows Explorer 8:
     
    To set the view for column ' sort by ' for items in a folder or library in the file Explorer
     
    1. in the file Explorer, open a folder or library that you want to sort the items in a column in and do step 2 or 3 below.
    2 click/tap on the view tab, click on/tap on sort by in the Ribbon, select (dot) retail (ex: name) you want to sort items by and then go to step 4 below. (see screenshot below)
    3. right click or press on and hold on an empty area in the open folder or library, click/click on sort by, select the detail you want articles to be sorted by and proceed to step 4 below.
    NOTE: If you wish, you may click/click on more to add more options.
    4. If you want to sort the items in ascending or descending order, you can do step 4a or 4B below.
    NOTE: Ascending is the default setting.
    (A) click/click on the column name in the bar of the column until the name ascending or descending by name how you want.
    (B) repeat step 2 or 3 above and select Ascending or descending.
    5. If you wish, you can also do OPTION TWO, THREE or FOUR below for further match the elements in this point of view if you wish.
     
    To set the column view "group by" items in a folder or library in the file Explorer
     
    1. in the file Explorer, open a folder or library that you want to group the items in a column in and do step 2 or 3 below.
    2 click/tap on the view tab, click on/tap group by in the Ribbon, select (dot) retail (ex: Type) you want items to be grouped by and go to step 4 below.
    3. right click or press on and hold on an empty area in the open folder or library, click/click on group, select the detail you want articles to be grouped by and go to step 4 below.
    4. If you want to sort the items in ascending or descending order, you can do step 4a or 4B below.
    (A) click / tap on the column name in the column bar until the name of the ascendant: ascendant views: size: or descending name: views: size: set how you want.
    (B) repeat step 2 or 3 above and select Ascending or descending.
    5. If you wish, you can also make ONE OPTION, THREE or FOUR for further match the elements in this point of view if you wish.
     
     
    Also if you are interested by adding metadata to your images (as when and where it was broken, etc) Please take a look at this link:

    http://answers.Microsoft.com/en-us/Windows/wiki/windows_8-pictures/edit-metadata-and-tag-photos-in-Windows-8/9e1a7bd9-977b-4ECA-8fa7-0f61368d896c
     
    Please get back to us with the required information, and we would be happy to help you.
     
    Kind regards.

Maybe you are looking for