No data found from start index 2 to end index Error

I'm trying to import a .csv and I keep getting this error  when I press the Next button:
No data found from start index 2 to end index
I know it is because my Date column in my csv, because when I take it out I don't get the error
I have the date in YYYY-MM-DD format so I don'd understand why I am getting this.
Can someone please advise me? I attached the error and screenshot of my csv
Thanks,
Connor

Ahh, now I understand what you mean.
It seems that all of your error-processing is done/implemented with DBMS_OUTPUT.PUT_LINE calls, also inside the procedure PROCEDURE_FOR_TRANSFER.
And it is NOT throwing a NO_DATA_FOUND exception (what most of us here at the forum were thinking).
It is outputting a message text that has the substring "ORA-01403: no data found" in it: something very different than an exception.
And you want some solution to hide lines with that substring right?
What you could do (but this is getting silly if you ask me...) is use DBMS_OUTPUT.GET_LINE(s) right after you invoked PROCEDURE_FOR_TRANSFER and get ("pop") all message lines yourself (that is before SQLPlus is doing that), filter the line(s) with "ORA-01403: no data found" substring in it, and put_line ("push") all remaining message lines back.
Edited by: Toon Koppelaars on Jul 28, 2009 9:56 AM

Similar Messages

  • Triggering a 6024E into data acquisition from start and end number of finite pulse generator from a 6602

    My motion control system is driven by a 6602 I wanted to acquire analog current (to a voltage via I/V converter) from a 6024 AI when:
    (1) At the start of the pulse generation
    (2) Stop at the end of the pulse generation
    (3) Read every possible data between and stream it on the harddisk
    (4) Option to skip at regular intervals to reduce amount of data accumulation
    Anyone have some suggestions? What I did try and attempted was to "loop an AI from a triggered intermediate Analog Input VIs" this is rather erratic!My question for the analog input software are:
    (1)Can you trigger an AI to start a continuous acquisition?
    (2) How do you do AI from a "start" p
    ulse train to "end" pulse train?
    (3) How do you manage time for File I/O meanwhile doing (1) and (2) above?
    Bernardino Jerez Buenaobra
    Senior Test and Systems Development Engineer
    Test and Systems Development Group
    Integrated Microelectronics Inc.- Philippines
    Telephone:+632772-4941-43
    Fax/Data: +632772-4944
    URL: http://www.imiphil.com/our_location.html
    email: [email protected]

    "(1)Can you trigger an AI to start a continuous acquisition?
    (2) How do you do AI from a "start" pulse train to "end" pulse train?
    (3) How do you manage time for File I/O meanwhile doing (1) and (2) above?"
    Answer 1 and 2)
    Yes you can, This VI is part of the search examples that ships with LV:
    "Continuous Acquisition & Graph Using Digital Triggering and External Scan Clock
    Demonstrates how to continuously retrieve data from one or more analog input channels using an external scan clock when a digital start trigger occurs."
    Go to Search Examples in the Help/Contents of LV. Then pick I/O Interfaces/Data Acquisition (DAQ)/Analog Input/Triggering an Acquisition/Triggering a Continuous Acquistion.
    This VI is appropriate ifs you want to clock the DAQ with some clock (external scan clock) other than the on board clock.
    The start trigger required by the DAQ card will be a TTL signal attached to the PFI0/TRIG1 pin of you DAQ card (via whatever signal conditioning you have).
    The external clock also needs to be TTL and is attached to the PFI7/STARTSCAN pin.
    You tell it which AI channel to use and wire that up appropriately.
    All of this stuff is in the context help for the VI.
    Answer 3)
    You have a misconception of how the acquisition makes its way into a file on the hard disk. You don't really "stream to disk." The VI above will run a buffered acquisition. The DAQ card sets up a buffer that fills with the data continously. When you use the VI you set up how the buffer is configured, you will see controls for buffer size, number of scans to read at a time, etc. The acquisition runs data into the buffer continously and reads from the buffer are a parallel process where chuncks of the buffer are extracted serially. You can end up with a scan backlog where the reads are falling behind the data. Making the buffer bigger helps. All of this is limited by the sampling capability of the DAQ card. 200kSamples/second is for one channel of AI. Divide by 2 for 2 channels. etc.
    The short answer is that the VI and DAQ card manage the file I/O for you.
    The VI above writes the scan out to the waveform chart on the front panel. You will want to wire that data out from the AI Read Sub VI to a spreadsheet file in tab delimited form or similar.
    Look inside the VI block diagram. There is a While loop containing the AI Read. Every time the loop runs (unless you hit STOP), the AI Read plucks the specified # of scans from the buffer (starting from the last unread datum). If you wire the double orange wire from AI Read out of the loop (and set the tunnel for Auto Indexing) the Vi will build another buffer in memory that is a series of AI Reads appended to each other, a sequencial record of the acquisition. Here you put in a Write to Spreadsheet VI. This is in the Functions Pallete, it is the first VI in the File I/O Pallette (icon looks like a 3 1/2 disckette).
    There is more to it than this. The spreadsheet Write is 1D or 2D only. By running the array out of the while loop with auto indexing enabled, you create a 3D array. (If you turn off auto indexing you will only get the last array performed by the AI Read.) You will need to create a new array withe the pages of the array placed serially into a 2d array. I don't think I want to get into that. It isn't that bad to do, but you should get some time messing with arrays on your own, then you will see how to do it yourself. One solution is to only run the While loop once with a buffer big enough to hold the whole acquisition, or in other words no loop at all. I don't know how many scans you want. The other thing is by wiring that AI Read out of the loop you are creating an array that must be dynamically resized as the loop runs. Kind of a no no. Better to know what you are acquiring size wise and letting the VI set up buffers and array space that does not need to be changed as the program runs.
    Caveat: I am fairly new to this and I could be wrong about the arrays and buffers and system resources stuff. However, I have done essentially what you are trying to do succesfully, but not "continuously." I limited the AI Read to one large read that gets what I need.
    "Continously" is usually reserved for screen writes as in the VI above. The computer is not required to continually allocate space for an ever expanding array to be written as a file later. Each time this VI runs the While Loop the data goes to the waveforn chart. Each new AI read overwrites the previous one. Sort of like if you turn the Auto Indexing off. When the VI stops, the waveform chart on screen would show the same data as was written to the spreadsheet.
    Feel free to email me directly: [email protected]. I will help as I can.
    Mike Ross

  • No data found from oracle application end

    Hi all
    i have made a custom PO report, initially when publish a report for particular user out put is coming but when i use different login user and run the same report
    then there will be no data found in that report,(output is blank). kindly help me.
    Edited by: 802441 on Jan 31, 2011 9:47 PM

    You may have more luck asking this in the eBusiness Suite forum (I assume "from oracle application end" = EBS).

  • Delete Indexes  Variant ended with errors in Process chain

    Hi experts,
    I have a process chain which executes dialy to load data Info Cube we create the index and finally  we delete the index after that we have few variants..
    Remaining all variants are executed with out errors except delete index variant I checked the error message it shows that <b>" The system has not finished loading request APO_R46PWZHRIA7JS9NOM8X879QEZJ into data target ZUP_CARF1"</b>
    It  is so happened weekly twice or trice not every day.  one day it was running with out any errors and one day this process chan was ended with errors.
    I need to know the  reason why this variant was executed with errors.?
    I need your valule sugestions regarding this issue.
    Regards
    sailekha

    hi sailekha,
    therevare some functional constraint of processes.
    while deleting indexes
    it is not possible to:
                                  loading
                                  indexes are being built
                                  stastics are being built
                                  during rollup
                                  while compressing
                                  while updating.
    my be u can check which is the other process chain that does all above oprations in concerned infoprovider.
    bye

  • Queries related to ADF Train Component, Region disable if 'No data Found' from URL service

    I have below few queries. I am using JDeveloper version : 11.1.1.6.0
    1. Train Component : I need to remove link which is on 'Train Stop' icon so user can't directly go to next stop.
    2. Hide region in case of Empty Result from URL Service Call :
         I have created a region  and in region put the task flow which have readOnly table calling URL Service data control.
         In case of empty result from service call, table is rendered and displays 'No data to display.' I don't want to show empty table in this case. and I also want to make region invisible (rendered=false).
    3. alternative of <optgroup> tag in adf: Do we have any alternative option to display <optgroup> tag in adf ?
    Regards,
    Niraj

    1. Train Component : I need to remove link which is on 'Train Stop' icon so user can't directly go to next stop.
    You can reference a managed bean from the view activity train definition to enable/disable stops dynamically:
    http://www.oracle.com/technetwork/issue-archive/2011/11-sep/o51adf-452576.html
    ADF Code corner has more train examples, just search for "train" : http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html
    2. Hide region in case of Empty Result from URL Service Call :
         I have created a region  and in region put the task flow which have readOnly table calling URL Service data control.
         In case of empty result from service call, table is rendered and displays 'No data to display.' I don't want to show empty table in this case. and I also want to make region invisible (rendered=false).
    The af:region is out of scope for the table. Instead use a dynamic regions that you switch to from a managed bean (see the product documentation about dynamic regions) and then you switch to an empty region when there is no values to display. Another option would be to hide the table instead of the region using its display property. Let me know which approach you go with and if you need additional information
    3. alternative of <optgroup> tag in adf: Do we have any alternative option to display <optgroup> tag in adf ?
    an af:switcher would do the same
    Frank

  • Request data again from delta queue to PSA , but error

    Hi,expert
    I extract 1 record from delta queue to PSA,it is success, and then I set request to 'Red' in the PSA monitor, and delete that request,and start infopackage again ,
    then 1 delta record was loaded, so, it is success.
    but,
    when I repeat the upon operate(set request to 'red',and request data again), the system then alert below error:
    Last delta update is not yet completed Therefore,
    no new delta update is possible You can start the request again if the last delta request is red or green in the monitor (QM activity)
    why?
    Edited by: xuehui li on Apr 27, 2010 1:44 PM

    Hi ,
    If your last delta was red only then system will ask to repeat the same request it is called Repeat Delta,
    if you make your request Green then you won't get the message because this then assume that your last delta was successful ,
    But if you don't want to loose your data in DELTA process, then you must do Repeat Delta ,
    if you have very less data in your ODS and you are not sure about what is updated then
    you may delete all the data from ODS and delete the INIT request and initialise the load again.
    Let me know if you have any doubt,
    Cheers,
    Sukhi

  • No data found in sql

    ok this has to be simple but I'm getting stuck
    I'm trying to display a value when no data is found in a sql querry. similiar to an nvl
    but nvl doesn't work because no rows are found.
    I don't want to do any pl/sql or user defined functions.
    so for example
    select nvl(to_char(level), 'no_data_found') lvl
    from dual
    where 1 = 1
    connect by level < 6
    returns 1 through 6 as expected
    but I am trying to get the following statement to return the words no data found
    select nvl(to_char(level), 'no_data_found') lvl
    from dual
    where 1 <> 1
    connect by level < 6
    I've been messing with some of the group functions but I can't quite get it.
    I thought something like this might be on the right track.
    select case count(*) over() when 0 then 'no_data_found' else to_char(level) end lvl
    from dual
    where 1 <> 1
    connect by level < 6

    Hi,
    Do a UNION ALL of your real query and your default message, but make sure the default message doesn't produce anything when the real query does.
    For example:
    WITH     real_query     AS
         SELECT  TO_CHAR (LEVEL)     AS lvl
         FROM     dual
         WHERE      1 != 1
         CONNECT BY   LEVEL < 6
    SELECT     lvl
    FROM     real_query
        UNION ALL
    SELECT     'No data found'
    FROM     dual
    WHERE     NOT EXISTS ( SELECT  1
                       FROM    real_query
    ;This site normally doesn't display the &lt;&gt; operator, even inside tags.
    Always use the other inequality operator, !=, when posting on this site.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • ORA-01403: no data found on LOGICAL STANDBY database

    Hi ,
    Logical Standby issue :
    Oracle 10.2.0.2 enterprise edition .
    M Working on LOGICAL Standby since 1 yrs but still i havent got this ......................................
    I m getting countinuously no data foud errror on logical standby database .
    I found the table causing the proble(db_logstdby_events) and skipped that table and instanciated table using bwlow package:
    exec dbms_logstdby.instantiate_table (.......................................
    but when i start apply process on logical standby it again give no data found for new table :
    Even i tried to instantiate the table using EXPORT/IMPORT during down time but the same facing same problem .
    As much as i known abt the error that is :
    table1
    id
    10
    20
    30
    Now if sql apply process on logical standby tries to performe the update transaction(for example) as belows
    update table1 set id=100 where id=50;
    above query will not be completed cos it will never find the values 50 which is not in table .Thts why this error comming ..
    Now my worry is ... no users dare to change/make such changes on Logical standby .So if there is no changes in tables then sqll apply should get all the values to be needded for an update ......
    watingggg guyssss/......

    Troubleshooting ORA-1403 errors with Flashback Transaction
    In the event that the SQL Apply engine errors out with an ORA-1403, it may be possible to utilize flashback transaction on the standby database to reconstruct the missing data. This is reliant upon the undo_retention parameter specified on the standby database instance.
    ORA-1403: No Data Found
    Under normal circumstances the ORA-1403 error should not be seen in a Logical Standby environment. The error occurs when data in a SQL Apply managed table is modified directly on the standby database, and then the same data is modified on the primary database.
    When the modified data is updated on the primary database and received by the SQL Apply engine, the SQL Apply engine verifies the original version of the data is present on the standby database before updating the record. When this verification fails, an ORA-1403: No Data Found error is thrown by Oracle Data Guard: SQL Apply.
    The initial error
    When the SQL Apply engine verification fails, the error thrown by the SQL Apply engine is reported in the alert log of the logical standby database as well as a record being inserted into the DBA_LOGSTDBY_EVENTS view. The information in the alert log is truncated, while the error is reported in it's entirety in the database view.
    LOGSTDBY stmt: update "SCOTT"."MASTER"
    set
    "NAME" = 'john'
    where
    "PK" = 1 and
    "NAME" = 'andrew' and
    ROWID = 'AAAAAAAAEAAAAAPAAA'
    LOGSTDBY status: ORA-01403: no data found
    LOGSTDBY PID 1006, oracle@staco03 (P004)
    LOGSTDBY XID 0x0006.00e.00000417, Thread 1, RBA 0x02dd.00002221.10
    The Investigation
    The first step is to analyze the historical data of the table that threw the error. This can be achieved using the VERSIONS clause of the SELECT statement.
    SQL> select versions_xid
    , versions_startscn
    , versions_endscn
    , versions_operation
    , pk
    , name
    from scott.master
    versions between scn minvalue and maxvalue
    where pk = 1
    order by nvl(versions_startscn,0);
    VERSIONS_XID VERSIONS_STARTSCN VERSIONS_ENDSCN V PK NAME
    03001900EE070000 3492279 3492290 I 1 andrew
    02000D00E4070000 3492290 D 1 andrew
    Depending upon the amount of undo retention that the database is configured to retain (undo_retention) and the activity on the table, the information returned might be extensive and the versions between syntax might need to be changed to restrict the amount of information returned.
    From the information returned, it can be seen that the record was first inserted at scn 3492279 and then was deleted at scn 3492290 as part of transaction ID 02000D00E4070000. Using the transaction ID, the database should be queried to find the scope of the transaction. This is achieved by querying the flashback_transaction_query view.
    SQL> select operation
    , undo_sql
    from flashback_transaction_query
    where xid = hextoraw('02000D00E4070000');
    OPERATION UNDO_SQL
    DELETE insert into "SCOTT"."MASTER"("PK","NAME") values
    ('1','andrew');
    BEGIN
    Note that there is always one row returned representing the start of the transaction. In this transaction, only one row was deleted in the master table. The undo_sql column when executed will restore the original data into the table.
    SQL> insert into "SCOTT"."MASTER"("PK","NAME") values ('1','andrew');
    SQL> commit;
    The SQL Apply engine may now be restarted and the transaction will be applied to the standby database.
    SQL> alter database start logical standby apply;

  • Data download from CRM from standard browser based transactions

    This is, I'm afraid, rather a general question. I'm doing some R&D for a software development company (SAP Partner), and we're looking for a few use cases for where data is downloaded from CRM, specifically from browser based transactions. We're not interested in anything that downloads from ALV - we've got that covered. Our main concern is other download mechanism that might be available in standard CRM functionality.
    If anyone can point to some use cases, involving data download from a browser front end (web dynpro, presumably), that would be very useful.

    Hello Matthieu,
    As far as CRM7.0 is concerned (which is bsp-based) here are a few applications where users can download information from sap to local pc:
    - Take any result list table and hit the "download to excel button".
    - Start the "data import tool" that is available in UTIL_SALES business role, you'll be able to download an Excel file as well
    - Click any link to attached documents to a business object (sales order transaction for example)
    - Etc.
    If you need help to start one of those application just let me know.
    Regards
    Nicolas.

  • Worksheet imported to Portlet gives No Data Found

    I’m having a problem on being able to import a Discoverer worksheet within a portlet. I build the worksheet in Discoverer and am able to successfully generate results. However after importing into Portal and attempting to run a query I get no data found from the query. I’m also using a simple parameter form that has 5 values. One of the values is a parameter used in a condition that must match with a column in the database that is made up of a character and a number, i.e. A1, A2, etc. Whenever I attempt to generate the report without the use of this particular parameter, the report appears even though it is not the true result that I want. I realize that this description is rather generic but if anyone has run into the same issue it would be helpful to know what the problem was. I.e. having a worksheet give correct results in Discoverer Plus but not getting the expected results when imported to a portlet perhaps with using a simple parameter form.
    I’m using Discoverer Plus 10.1.2.1 and Portal Builder (i.e. Application Server 10.1.2).
    Thanks,
    Ken

    Hi SYR,
    Pick Slip report gives you out put as NO DATA FOUND, is basically, bcos there has not been any picking of the item, reason may be,
    1. Qty avaialble wont be reservable and transactable
    Check in Inventory> On handqty > click availibility tab
    And see whether the item is available to transact & reserve.
    If you have enought qty thn you shld be able to pick release tht item.
    2. Check which sub inventory are you using while pick release, is it the same as where the item is kept.
    Try this out.
    This may help.
    Thanks
    Manoj

  • ORA-01403: no data found while querying View

    Hello,
    I have a problem with querying a View which includes XML-Types.
    If the View is empty I get a white website with the following error-message: ORA-01403: no data found
    How can I implement my own error-website if no data was found??
    This is the way I querying my view:
    http://10.197.178.154:8080/oradb/LARA/ABSVALUES/ROW[VIN="ZHWGE11M14LA00031"]?rowsettag=LARA_DIAGNOSE&contenttype=text/html&transform=/LaRa/xsl/overviewabs1.xsl

    Hi Gourab
    You have posted this request to the wrong forum, so no one here will be able to help you.
    I believe the correct forum for the question you are asking is the EBS Financials forum:
    Financials
    Please try posting your query there, hopefully someone there will be able to help you.
    Regards
    Simon Kissane
    Oracle Support

  • How to modify the VB examples in ni-scope to sample data simultaneously from two channels in PCI 5922?

     Dear all:
    I want to write VB programs to sample data simultaneously from two channels in PCI 5922. The niscope driver has some example VB programs to sample data from one channel, for example, the "save to file ", the program works well to sample the data from one channel.  When I modify it to sample data simultaneously from two channels, I always get error so I seek your help on how to write the program to sample two channels simulatenously. Thanks.  I attached the sample program here and what I tried to modify is the "channel name" and "waveform()"
    Regards
    Andy
    Attachments:
    savetofile.doc ‏42 KB

    Hi Bajaf, regarding the FFT of the four channels, the next link might be what your looking for:
    http://digital.ni.com/public.nsf/allkb/862567530005f09c8625671b00739970
    Respect the phase issue how are you doing the acquisition of the signals, are you doing two independent acquisitions? if you are controlling them as independent acquisitions try to synchronize them with triggers and the clock.
    How much are they out of phase?
    By the way we know have forums in Spanish
    Best Regards
    Benjamin C
    Senior Systems Engineer // CLA // CLED // CTD

  • InDesign won't start (PC) Plug-in conflict error message

    Hi, I'd really appreciate some help with this problem detailed below. Please note that i do not have the option to uninstall and reinstall the program. My disc is on a boat - I sent it snail mail back to Ireland from Australia. I am doing a graphic design course online so it's essential that I get this working again. Any advice would be greatly appreciated.Thanks in advance for your assistance.
    PROBLEM: I cannot open Adobe InDesign. It displays one of two error messages
    "The InDesign.exe plug-in conflicts with InDesign.exe. Try removing one of the two plug-ins from the Plug-Ins folder and restart InDesign"
    OR now more often:
    "This programme has stopped working and that Windows is checking for a solution... ... ... A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available."
    There are a range of errors in the AMT launch log (see below) however I don't know what they mean or how to proceed. Tried to search on the forum but it's all a bit over my head at this stage.
    Here's the status on the troubleshooting I attempted based on the Adobe help information
    http://helpx.adobe.com/creative-suite/kb/troubleshoot-launch-issues-problems-cs5.html
    temporarily disabled plugins - COMPLETED / PROBLEM PERSISTS
    recreated preferences (manual) - COMPLETED / PROBLEM PERSISTS
    disable compatibility mode - COMPLETED / was not on compatibility mode
    disabled start-up items and services - COMPLETED / PROBLEM PERSISTS
    login with different account - NOT COMPLETE (there's only one account and it's an admin account)
    delete all adobefnt*lst.files - COMPLETED / PROBLEM PERSISTS
    troubleshoot font issues - COMPLETED/ PROBLEM PERSISTS
    update video card driver - NOT COMPLETE (don't see how this is relevant to the problem)
    search knowledge base - COMPLETED/ couldn't find any more relevant information
    use Adobe Support Advisor - NOT COMPLETED (it says this is for installation failure so doesn't seem relevant)
    viewed AMT launch log COMPLETED / "no value for key" items detected (see below for full script) (I have no idea what any of it means. some of it seems to refer to expiry date - please note that this is a student version purchased in 2013 and only installed on this computer) (checked the list of launch log errors and couldn't see any matching info: (Installation, launch log errors | CS5, CS5.5, CS6, CCM)
    ALSO: attempted to update Adobe InDesign with with the 8.0.2 Update directly from the Adobe site: but the follow error message shows when I try to apply the updates: "Update Failed. Updates could not be applied. Adobe Application Manager may be damaged. Download and install a new copy..." Instead I found the original Application Manager (UpdateInstaller) in the Program Files, opened this and it successfully Identified and downloaded the updates.
    AMT Result (Note: the error message did not mention plug-in conflict in this instance)
    2014-06-23 01:53:16 [9096]  AMT: START SESSION, library version 6.0.0.75,6.0
    2014-06-23 01:53:16 [9096]  AMT: Initializing C:\Program Files (x86)\Adobe\Adobe InDesign CS6
    2014-06-23 01:53:16 [9096]  AMT: Adobe License Manager version 3.5 (build 2.0) RELEASE
    2014-06-23 01:53:16 [9096]  AMT: Virtualization Turned off
    2014-06-23 01:53:16 [9096]  PCDService: PCD Service in non-threaded mode
    2014-06-23 01:53:16 [9096]  performance: AMTPreObtainProductLicense took 0.826889 ms
    2014-06-23 01:53:16 [9096]  AMT: RW check key updated !
    2014-06-23 01:53:16 [9096]  AMT: App Product Locale [0] = en_GB
    2014-06-23 01:53:16 [9096]  config: Loading configuration for C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AMT\application.xml
    2014-06-23 01:53:16 [9096]  config: Found payload code {CFB770D7-8D43-1014-922B-CC2715FADE3F}
    2014-06-23 01:53:16 [9096]  PCDService: found driver code {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2014-06-23 01:53:16 [9096]  config: config: Host app was installed, using installed license configuration.
    2014-06-23 01:53:16 [9096]  PCDService: Failed to read value for key [FLMap] in hive [InDesign-CS6-Win-GM{|}ALL] from cache : 769
    2014-06-23 01:53:16 [9096]  config: Setting current license to the driver at startup because no mapping was found.
    2014-06-23 01:53:16 [9096]  config: Setting current license to DesignWebSuitePremium-CS6-Win-GM [ALL]
    2014-06-23 01:53:16 [9096]  config: payload code: {CFB770D7-8D43-1014-922B-CC2715FADE3F}
    2014-06-23 01:53:16 [9096]  config: driver payload code: {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2014-06-23 01:53:16 [9096]  config: driver licensing code: DesignWebSuitePremium-CS6-Win-GM
    2014-06-23 01:53:16 [9096]  config: current licensing code: DesignWebSuitePremium-CS6-Win-GM
    2014-06-23 01:53:16 [9096]  config: current locale code: ALL
    2014-06-23 01:53:16 [9096]  config: Done loading configuration
    2014-06-23 01:53:16 [9096]  config: Setting insalled locales
    2014-06-23 01:53:16 [9096]  config: Changing locale to "en_GB" because old locale "" is not in the new list of installed languages
    2014-06-23 01:53:16 [9096]  AMT: Installed Locale  [0] = en_GB
    2014-06-23 01:53:16 [9096]  AMT: Reordered Locale  [0] = en_GB
    2014-06-23 01:53:16 [9096]  AMT: config: Finding license info for payload: {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2014-06-23 01:53:16 [9096]  AMT: config: PayloadCode: {CFB770D7-8D43-1014-922B-CC2715FADE3F}
    2014-06-23 01:53:16 [9096]  AMT: config: Driver PayloadCode: {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2014-06-23 01:53:16 [9096]  AMT: config: Installed LicensingCode: DesignWebSuitePremium-CS6-Win-GM
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [BridgeTalkCode] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [EULA] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [Registration] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [Registration] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [Growl] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [Growl] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [EULAForPassive] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [EULAForPassive] in hive [DesignWebSuitePremium-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [Updates] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [Updates] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [SuiteFeatureCount] in hive [DesignWebSuitePremium-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  AMT: Application can be serialized (Non Passive App).
    2014-06-23 01:53:16 [9096]  PCDService: Failed to read value for key [LicensedLocales] in hive [InDesign-CS6-Win-GM{|}LicLoc] from cache : 769
    2014-06-23 01:53:16 [9096]  config: Setting current license to DesignWebSuitePremium-CS6-Win-GM [en_GB]
    2014-06-23 01:53:16 [9096]  config: Enigma Data Found from SLCache
    2014-06-23 01:53:16 [9096]  PCDService: Failed to read value for key [AMTConfigPath] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] from cache : 769
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [ExpirationDate] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  AMT: Subsequent launch (serial [90148891609238039971]).
    2014-06-23 01:53:16 [9096]  AMT: Application state initialized.  Obtaining Product License.
    2014-06-23 01:53:16 [9096]  AMT: Obtaining client features from cache.
    2014-06-23 01:53:16 [9096]  AMT: Obtaining client product info from cache.
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [ExpirationDate] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [ENABLE_GUEST] in hive [DesignWebSuitePremium-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [ExpirationDate] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:16 [9096]  AMT: Running in PROV_APP
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [EULADelay] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [EULADelay] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  PCDService: No value for key [MediaTag] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:16 [9096]  config: No media tag found for payload {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2014-06-23 01:53:16 [9096]  config: Using default media policy RET
    2014-06-23 01:53:16 [9096]  uiswitch: EULA has already been accepted.
    2014-06-23 01:53:16 [9096]  AMT: This is a subsequent launch. Deferring services.
    2014-06-23 01:53:16 [9096]  performance: AMTObtainProductLicense took 15.475057 ms
    2014-06-23 01:53:16 [9096]  AMT: Pre-Validating Product License.
    2014-06-23 01:53:17 [9096]  AMT: Services not yet loaded in this session.
    2014-06-23 01:53:17 [9096]  AMT: Loading services in background to get ready for Validate call.
    2014-06-23 01:53:17 [9096]  AMT: Spawning background thread to load services.
    2014-06-23 01:53:17 [9096]  performance: AMTPreValidateProductLicense took 98.811836 ms
    2014-06-23 01:53:17 [9096]  AMT: Starting work on prevalidate thread.
    2014-06-23 01:53:17 [9096]  performance: AMTGetProductClearSerialNumber took 0.012033 ms
    2014-06-23 01:53:17 [9096]  AMT: RW check key updated !
    2014-06-23 01:53:17 [9096]  AMT: AMT: PreValidating Product License.
    2014-06-23 01:53:17 [9096]  AMT: Launch Workflow not yet done in this session.
    2014-06-23 01:53:17 [9096]  AMT: Starting Background Subsequent Launch Workflow
    2014-06-23 01:53:17 [9096]  AMT: Starting ALM workflow.
    2014-06-23 01:53:17 [9096]  AMT: Initializing ALM for serialized activation.
    2014-06-23 01:53:17 [9096]  ALMService: Initializing as licensed app
    2014-06-23 01:53:17 [9096]  ALM: _info_: Start ALM 3.5 Release (build 3.5.2.0)
    2014-06-23 01:53:17 [9096]  SLCoreService: Starting up SLCore 2.0 Release (build 2.0.1.301001).
    2014-06-23 01:53:17 [9096]  SLCoreService: Service construction took 0.0 ms and succeed.
    2014-06-23 01:53:17 [9096]  ALM: _info_: LEID passed DesignWebSuitePremium-CS6-Win-GM is used to configure SLCore = 0
    2014-06-23 01:53:17 [9096]  ALM: _info_: Host app is Licensable App
    2014-06-23 01:53:17 [9096]  ALM: _info_: Got DOM List from FA_Set
    2014-06-23 01:53:17 [9096]  ALM: _info_: Found LEID InDesign-CS6-Win-GM with AMT Path C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AMT
    2014-06-23 01:53:17 [9096]  ALM: _info_: Found LEID DesignWebSuitePremium-CS6-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 6 Design and Web Premium\AMT
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [MediaTag] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:17 [9096]  config: No media tag found for payload {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2014-06-23 01:53:17 [9096]  config: Using default media policy RET
    2014-06-23 01:53:17 [9096]  ALM: _info_: MediaTagPolicy is RET
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [NTL_WO_SN] in hive [DesignWebSuitePremium-CS6-Win-GM] in master : 10
    2014-06-23 01:53:17 [9096]  ALM: _info_: Canonical LEID is InDesign-CS6-Win-GM
    2014-06-23 01:53:17 [9096]  ALM: _info_: Driver LEID is DesignWebSuitePremium-CS6-Win-GM
    2014-06-23 01:53:17 [9096]  ALM: _info_: Set Running Locale to en_GB
    2014-06-23 01:53:17 [9096]  AMT: Performing ALM silent license verification.
    2014-06-23 01:53:17 [9096]  ALM: _info_: Validate license at Post-Chrome time, running locale is en_GB
    2014-06-23 01:53:17 [9096]  ALM: _info_: Searching license for locale en_GB ...
    2014-06-23 01:53:17 [9096]  PCDService: Failed to read value for key [901488916092380399712457] in hive [RejectedSNDomain_CS5] from cache : 769
    2014-06-23 01:53:17 [9096]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2014-06-23 01:53:17 [9096]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2014-06-23 01:53:17 [9096]  ALM: _info_: Found existing serialization under LEID DesignWebSuitePremium-CS6-Win-GM, the serial number locale is en_GB
    2014-06-23 01:53:17 [9096]  ALM: _info_: This is the running locale, stop the search
    2014-06-23 01:53:17 [9096]  PCDService: Failed to read value for key [901488916092380399712457] in hive [RejectedSNDomain_CS5] from cache : 769
    2014-06-23 01:53:17 [9096]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for en_GB
    2014-06-23 01:53:17 [9096]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is installed
    2014-06-23 01:53:17 [9096]  PCDService: Failed to read value for key [901488916092380399712457] in hive [RejectedSNDomain_CS5] from cache : 769
    2014-06-23 01:53:17 [9096]  PCDService: Failed to read value for key [901488916092380399712457] in hive [RejectedSNDomain_CS5] from cache : 769
    2014-06-23 01:53:17 [9096]  config: Setting current license to DesignWebSuitePremium-CS6-Win-GM [en_GB]
    2014-06-23 01:53:17 [9096]  SLCoreService: Syncing to license store...
    2014-06-23 01:53:17 [9096]  SLCoreService: Found server mkey.
    2014-06-23 01:53:17 [9096]  SLCoreService: Loading license references...
    2014-06-23 01:53:17 [9096]  SLCoreService: Found 2 license file(s)
    2014-06-23 01:53:17 [9096]  SLCoreService: Parsing license file [154259085.lic] succeed.
    2014-06-23 01:53:17 [9096]  SLCoreService: Parsing license file [65843405.lic] succeed.
    2014-06-23 01:53:17 [9096]  SLCoreService: License store synchronization took 208.4 ms and succeed.
    2014-06-23 01:53:17 [9096]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2014-06-23 01:53:17 [9096]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2014-06-23 01:53:17 [9096]  ALM: _info_: License Is Valid.
    2014-06-23 01:53:17 [9096]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [PDApp_WF] in hive [DesignWebSuitePremium-CS6-Win-GM] in cache : 519
    2014-06-23 01:53:17 [9096]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2014-06-23 01:53:17 [9096]  ALM: _info_: Performing Disabled Check
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_Base_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_Distiller_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_Professional_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_Base_5.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_CameraRaw_5.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_ColorSettings_5.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_MiniBridge_2.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature CreativeSuite_6.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature CreativeSuite_DesignWebPremium_6.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Dreamweaver_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Dreamweaver_Base_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Fireworks_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Fireworks_Base_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Flash_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Flash_Base_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Flash_Pro_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Illustrator_16.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Illustrator_Base_16.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature InDesign_8.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature InDesign_Base_8.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature MediaEncoder_Base_3.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Photoshop_13.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Photoshop_Base_13.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Photoshop_Premium_13.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: No value for key [DataColl] in user dictionary.
    2014-06-23 01:53:17 [9096]  ALM: _info_: No data collection required
    2014-06-23 01:53:17 [9096]  ALM: _info_: Launching Silent Activator in Emergency Mode...
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_Base_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_Distiller_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Acrobat_Professional_10.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_Base_5.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_CameraRaw_5.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_ColorSettings_5.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Bridge_MiniBridge_2.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature CreativeSuite_6.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature CreativeSuite_DesignWebPremium_6.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Dreamweaver_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Dreamweaver_Base_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Fireworks_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Fireworks_Base_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Flash_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Flash_Base_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Flash_Pro_12.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Illustrator_16.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Illustrator_Base_16.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature InDesign_8.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature InDesign_Base_8.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature MediaEncoder_Base_3.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Photoshop_13.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Photoshop_Base_13.0 is enabled.
    2014-06-23 01:53:17 [9096]  SLCoreService: Feature Photoshop_Premium_13.0 is enabled.
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [ALM_Info_S1] in hive [DesignWebSuitePremium-CS6-Win-GM{|}en_GB] in cache : 519
    2014-06-23 01:53:17 [9096]  ALM: _info_: Performing Block Check
    2014-06-23 01:53:17 [9096]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2014-06-23 01:53:17 [9096]  ALM: _info_: Block Check ByPassed
    2014-06-23 01:53:17 [9096]  SLCoreService: Query license: type = 3, duration = permanent, remaining = permanent.
    2014-06-23 01:53:17 [9096]  ALM: _time_: (func: ALM_License_SilentValidate, duration: 0.265 sec)
    2014-06-23 01:53:17 [9096]  ALM: _info_: ALM_License_SilentValidate return license status: Valid And Activated
    2014-06-23 01:53:17 [9096]  config: Enigma Data Found from SLCache
    2014-06-23 01:53:17 [9096]  AMT: License check shows serialized product is already activated.
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [STORE_URL] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:17 [9096]  PCDService: Failed to get enigma data from hive [901487007673310060752956]: 769
    2014-06-23 01:53:17 [9096]  PCDService: Failed to get enigma data from hive [901487007673310060752956]: 769
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [NTL_WO_SN] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:17 [9096]  AMT: Running in PROV_APP
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value WorkFlowType [SilentActivator]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value LaunchMode [postchrome]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppName [CS6 Design and Web Premium]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppPath [C:\Program Files (x86)\Adobe\Adobe InDesign CS6]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppLaunchPath [C:\Program Files (x86)\Adobe\Adobe InDesign CS6\InDesign.exe]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppRunningLEID [InDesign-CS6-Win-GM]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppDriverLEID [DesignWebSuitePremium-CS6-Win-GM]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppLicensingLEID [DesignWebSuitePremium-CS6-Win-GM]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AdobeCode [{CFB770D7-8D43-1014-922B-CC2715FADE3F}]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value DriverAdobeCode [{402F6F2E-5683-491C-977D-0CA599A07CAF}]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppAMTPath [C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AMT]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppDriverAMTPath [C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 6 Design and Web Premium\AMT]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppLicensingAMTPath [C:\Program Files (x86)\Common Files\Adobe\Adobe Creative Suite 6 Design and Web Premium\AMT]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppTrialSerialNumber [901487007673310060752956]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value ShowEULA [false]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value BuyURL [http://www.adobe.com/go/buy?]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AdobeIDCreated [true]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppAMTBkGndFilePath [C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AMT\LMResources\background.png]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppAMTLogoFilePath [C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AMT\LMResources\adobelogo.png]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppAMTLicenseAFAQFilePath [C:\Program Files (x86)\Adobe\Adobe InDesign CS6\OBLRes\en_GB\LicenseFAQ.html]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppAMTConnectionFAQFilePath [C:\Program Files (x86)\Adobe\Adobe InDesign CS6\OBLRes\en_GB\ConnectionFAQ.html]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppRunningLocale [en_GB]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppListOfLocales [en_GB]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppProcessID []
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value ProductID [543]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value ProductVersion [6.0]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value Platform [0]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppHostAppType [ALM_HostAppType_LicensedProduct]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value AppEULAFolderPath []
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value NoTrial [0]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value UpgradeCheckRequired [0]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value ExtendedProfileRegURL [http://www.adobe.com/go/adobemembership_uk?productID=543&release=6.0&platform=0&locale=en_ GB&source=PCSTHX]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value ClaimSource [nag_trial]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value RefreshWF [0]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value TrialGrace [30]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value TrialLeft [30]
    2014-06-23 01:53:17 [9096]  uiswitch: Key Value ApplicationLaunchMode [LaunchMode_UI]
    2014-06-23 01:53:17 [9096]  uiswitch: SilentActivator
    2014-06-23 01:53:17 [9096]  uiswitch: Silent Activator
    2014-06-23 01:53:17 [9096]  uiswitch: Launched
    2014-06-23 01:53:17 [9096]  ALM: _info_: Entered ALM_NeedANAG
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [ADOBEID_EXT_PROFILE] in hive [901488916092380399712457] in cache : 519
    2014-06-23 01:53:17 [9096]  ALM: _info_: Exiting ALM_NeedANAG
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [Updates] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [Updates] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:17 [9096]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2014-06-23 01:53:17 [9096]  ServiceLoader: looking for library C:\Program Files (x86)\Adobe\Adobe InDesign CS6\updaternotifications.dll
    2014-06-23 01:53:17 [9096]  ServiceLoader: Found library C:\Program Files (x86)\Adobe\Adobe InDesign CS6\updaternotifications.dll
    2014-06-23 01:53:17 [9096]  AUMService: IsUpdaterEnabled call
    2014-06-23 01:53:17 [9096]  AUMService: IsUpdaterEnabled call succeeded
    2014-06-23 01:53:17 [9096]  ALM: _info_: Deactivation menu is enabled
    2014-06-23 01:53:17 [9096]  AMT: Completed Launch Workflow successfully.
    2014-06-23 01:53:17 [9096]  AMT: Calling AUM API to create scheduler entry to be used by updater.
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [Updates] in hive [{402F6F2E-5683-491C-977D-0CA599A07CAF}] in master : 10
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [Updates] in hive [{CFB770D7-8D43-1014-922B-CC2715FADE3F}] in master : 10
    2014-06-23 01:53:17 [9096]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2014-06-23 01:53:17 [9096]  AUMService: IsUpdaterEnabled call
    2014-06-23 01:53:17 [9096]  AUMService: IsUpdaterEnabled call succeeded
    2014-06-23 01:53:17 [9096]  AUMService: Get LEID xml call
    2014-06-23 01:53:17 [9096]  AUMService: Get LEID XML call succeeded
    2014-06-23 01:53:17 [9096]  AMT: AUM GetLEID called with status =0.
    2014-06-23 01:53:17 [9096]  AMT: Checking client features against cache.
    2014-06-23 01:53:17 [9096]  AMT: Feature InDesign_Base 8.0 is licensed (was licensed).
    2014-06-23 01:53:17 [9096]  AMT: Feature InCopy_Base 8.0 is unlicensed (was unlicensed).
    2014-06-23 01:53:17 [9096]  AMT: Validating client product info against cache.
    2014-06-23 01:53:17 [9096]  PCDService: No value for key [ExpirationDate] in hive [InDesign-CS6-Win-GM] in master : 10
    2014-06-23 01:53:17 [9096]  AMT: Starting Data Collection for SWTag_Init()
    2014-06-23 01:53:17 [9096]  AMT: DoISOTagging() productCanonicalLEID = InDesign-CS6-Win-GM;outMappedLEID =  DesignWebSuitePremium-CS6-Win-GM, unused = DesignWebSuitePremium-CS6-Win-GM
    2014-06-23 01:53:17 [9096]  AMT: DoISOTagging() productPayloadCode = {CFB770D7-8D43-1014-922B-CC2715FADE3F};driverPayloadCode =  {402F6F2E-5683-491C-977D-0CA599A07CAF}
    2014-06-23 01:53:17 [9096]  AMT: SWTag_Init() Tags Arguments CS6 Design and Web Premium; DesignWebSuitePremium-CS6-Win-GM; en_GB
    2014-06-23 01:53:17 [9096]  AMT: DoISOTagging() License Status = activated
    2014-06-23 01:53:17 [9096]  AMT: DoISOTagging() Tags 901488916092380399712457; 6.0; RETAIL
    2014-06-23 01:53:17 [9096]  AMT: DoISOTagging() Product Version 6; 0
    2014-06-23 01:53:17 [9096]  AMT: AMT: Product License PreValidated.
    2014-06-23 01:53:17 [9096]  AMT: Prevalidate indicates license is good and no UI required.
    2014-06-23 01:53:17 [9096]  performance: PreValidate thread took 379.182220 ms

    Here's a few that weren't posted too:
    Check these out:
    iPod Folder with Exclamation Point After Disconnected From Computer
    Put iPod into Disk Mode Manually – Worked for Me!
    Good Thread About iPod Sad icon/Folder with Exclamation Point
    I hope this helps!

  • 'Receiving Transaction Processor' ends with error. Receipt not saved.

    Trying to make receipt. On header done add to receipt. When the receipt is selected and saved. & then tried to open receving transaction. Receipt NOT found also 'Receiving Transaction Processor' ends with error.
    Plz Suggest soluntion.
    Regds
    9999

    When we do receipts then atomatically receiving transaction process runs. On header of receipt there is add to receipt oprtion. User adding in erliar made receipt. But when done add to receipt transction get saved but this receipt number not able to find in receiving transaction.
    Now kindly help..!!!
    9999

  • How can I Read lines of data from a file starting at the end of the file??

    Can anyone help me with how to read lines of data starting from the end of a file instead of the beginning?? I do not want to load the entire file into memory as the files are very rather large. Instead I want to start at the end of the file and read lines backward , until I find the particular data item i am searching for, then stop.
    Can this be done in Java ? I know it can be done in Perl.
    Thanks.

    Thanks for your suggestion about the RandomAccessFile, I did actually thought about that approach , but wasn't sure it would work.
    I do not want to read the file in a sequential forward manner because the files contain large number of lines of data that have already been processed and therefore there is no need to reprocess these lines of data.
    The Unprocessed lines are always at the the end of the file and these are the data lines I am interesting in getting at without having to read the entire file. Therefore, i figure that if I can read the data from the end of the file then this would be much more efficient.

Maybe you are looking for

  • How do I get my slideshow in Photoshop Elements to make a DVD in Premiere?

    I make my slide shows in Photoshop Elements and put them into Premiere Elements to burn them to a DVD and play it on my Blu-Ray player.  I have made seven of these in Photoshop Elements 8 and Premiere Elements 8. They are about 30 minutes long.   Som

  • Message appears when phone connected to computer

    I had a message come up on my iTunes saying that there was a new update available after I had updated my iTunes I tried to place some songs on my phone but I think there is a problem ith the new iTunes as when I try to buy a song the following messag

  • TAKE 2 - Gold Leaf TEXT

    Ok so I posted a topic this morning and one SUPER NOOB posted "Google" for the answer... SOOOO as useless as the answer and the person were lets try this forum and see if the peeps here know what they are talking about. I found this tutorial on how t

  • Converting eps to jpg

    I'm trying to convert an .eps file to a .jpg file. I keep getting an error message that reads "Could not complete your request because Photoshop Elements cannot recognize the file extension. (-25600)." I uninstalled and reinstalled my software, think

  • Can apple put an update for ipod 6th generation so that it gives better quality sound?

    I have an ipod 6th generation and i have heard a lot about apple's popular white earphones. The problem is that my ipod don't give enough volume to enjoy music from those white earphones. Can apple bring something new in their updates to fix this iss