SQL error 3113 occurred when executing EXEC SQL.

Hi,
We are facing one typical problem, One background is failing regularly with
below dump. as we now got all notes giving information, if database  restarted
taking backup, these type of failures occur, but our database is only down for backup once in a week, but it is failing with frequenly.
in this two servers are located in different place, in this job tries to connect
another server to get material statistics.
It is giving some error message in sm21 with
SQL error 3113 occurred when executing EXEC SQL.
work procees in reconnect mode.
all notes saying these types of dump occur when database restared, but this dump
even though database is up.
below is short dump, please can anyone help me from this problem.
ABAP runtime errors    DBIF_DSQL2_SQL_ERROR
      Occurred on    08.01.2007 at 00:30:28
>> Short dump has not been completely stored. It is too big.
SQL error 3113 occurred when executing EXEC SQL.
What happened?
The error occurred in the current database connection "AZ1".
What can you do?
Note the actions and input that caused the error.
Inform your SAP system administrator.
You can print out this message by choosing "Print". Transaction ST22
allows you to display and manage termination messages, including keeping
them beyond their normal deletion date.
Error analysis
How to correct the error
Database error text........: "ORA-03113: end-of-file on communication channel#"
Triggering SQL statement...: "select mara.groes, mara.brgew, mara.ntgew,
mara.gewei, mara.volum, mara.voleh, mara.mstae, mara.mstde, mara.prdha,
marc.matnr, marc.werks, marc.mmsta, marc.mmstd from sapr3.mara, sapr3.m
where sapr3.mara.mandt = sapr3.marc.mandt and sapr3.mara.matnr =
Internal call code.........: "[DBDS/NEW DSQL]"
Please check the entries in the system log (Transaction SM21).
If the error occurred in a non-modified SAP program, you may be
able to find a solution in the SAP note system.
If you have access to the note system yourself, use the following
search criteria:
"DBIF_DSQL2_SQL_ERROR"
"ZM2431216 " or "ZM2431216 "
"EXTRACT_GENERAL_DATA"
If you cannot solve the problem yourself, please send the
following documents to SAP:
1. A hard copy print describing the problem.
  To obtain this, select the "Print" function on the current screen.
2. A suitable hardcopy prinout of the system log.
  To obtain this, call the system log with Transaction SM21
  and select the "Print" function to print out the relevant
  part.
3. If the programs are your own programs or modified SAP programs,
  supply the source code.
  To do this, you can either use the "PRINT" command in th
  print the programs using the report RSINCL00.
4. Details regarding the conditions under which the error o
  or which actions and input led to the error.
System environment
SAP Release.............. "46C"
Application server....... "essceu3"
Network address.......... "172.19.119.198"
Operating system......... "AIX"
Release.................. "5.3"
Hardware type............ "00C7ADBD4C00"
Database server.......... "ukblx176"
Database type............ "ORACLE"
Database name............ "EU3"
Database owner........... "SAPR3"
Character set............ "es_ES.ISO8859-1"
SAP kernel............... "46D"
Created on............... "Jul 9 2006 20:26:33"
Created in............... "AIX 1 5 00447C4A4C00"
Database version......... "OCI_920__OCI_7_API "
Patch level.............. "2257"
Patch text............... " "
Supported environment....
Database................. "ORACLE 8.0.5.., ORACLE 8.0.6.., ORACLE
8.1.6.., ORACLE 8.1.7.., ORACLE 9.2.0.., ORACLE 10.2.0.."
SAP database version..... "46D"
Operating system......... "AIX 1 4, AIX 2 4, AIX 3 4, AIX 1 5, AIX 2 5, AIX 3
5, , System build information:,                                      , LCHN :
841480"
User, transaction...
Client.............. 600
User................ "MPZMMES"
Language key........ "S"
Transaction......... " "
Program............. "ZM2431216 "
Screen.............. "SAPMSSY0 1000"
Screen line......... 6
Information on where termination occurred
The termination occurred in the ABAP/4 program "ZM2431216 " in
"EXTRACT_GENERAL_DATA".
The main program was "ZM2431216 ".
The termination occurred in line 980
of the source code of program "ZM2431216 " (when callin
The program "ZM2431216 " was started as a background jo
Source code extract
009500              mara.ntgew,
009510              mara.gewei,
009520              mara.volum,
009530              mara.voleh,
009540              mara.mstae,
009550              mara.mstde,
009560              mara.prdha,
009570              marc.matnr,
009580              marc.werks,
009590              marc.mmsta,
009600              marc.mmstd
009610        into :w_ops-groes,
009620              :w_ops-brgew,
009630              :w_ops-ntgew,
009640              :w_ops-gewei,
009650              :w_ops-volum,
009660              :w_ops-voleh,
009670              :w_ops-mstae,
009680              :w_ops-mstde,
009690              :w_ops-prdha,
009700              :w_ops-matnr,
009710              :w_ops-werks,
009720              :w_ops-mmsta,
009730              :w_ops-mmstd
009740        from sapr3.mara, sapr3.marc
009750        where sapr3.mara.mandt = sapr3.marc.mandt
009760          and sapr3.mara.matnr = sapr3.marc.matnr
009770          and sapr3.mara.mandt = :p_mandt
009780          and sapr3.mara.matnr = :w_ebs-matnr
009790          and sapr3.marc.werks = :p_owerks
    >    ENDEXEC.
009810  endform.                    " extract_general_data
009820  *&
009830  *&      Form  append_i_ops
009840  *&
009850  *      Appends W_OPS to I_OPS
009860  *
009870  form append_i_ops.
009880    append w_ops to i_ops.
009890  endform.                    " append_i_ops
009900  *&
009910  *&      Form  extract_material_description
009920  *&
009930  *      Extracts a Material Description from the remote database an
009940  *      modifies the current record in I_OPS.
009950  *
009960  *        >P_SPRAS  Language Key
009970  *
009980  form extract_material_description using    p_spras.
009990    EXEC sql performing set_langauge.
Contents of system fields
SY field contents..................... SY field contents............
SY-SUBRC 0                            SY-INDEX 0
SY-TABIX 1                            SY-DBCNT 1
SY-FDPOS 18                            SY-LSIND 0
SY-PAGNO 0                            SY-LINNO 1
SY-COLNO 1
Chosen variables
Name.......................... Contents.1........2........3....+..
W_EBS-PRAT4
                              2
                              0
W_OPS-GROES
                              22222222222222222222222222222222
                              00000000000000000000000000000000
W_OPS-BRGEW                    #######
                              0000000
                              000000C
W_OPS-NTGEW                    #######
                              0000000
                              000000C
regards,
krishnaiah.

Hi,
This is usually a SERVER SIDE DATABASE PROBLEM or SQLNET LISTENER (server side) PROBLEM.  The client side should initially be ignored and instead the server should be investigated. In rare cases, this can be caused by client
side memory or other resource problem, or a DLL version mismatch, but this is
unlikely.
Enlist the assistance of your DBA.  Then reproduce the ORA-3113 error on your
client application.  Ask your DBA to look at the database side Alert.log and
trace files and look for ANY activity.  Any activity that coincides with your
ORA-3113 will be a clue.
REgards
Vinod

Similar Messages

  • Runtime error SQL error 3114 occurred when accessing program CX_ w

    Hi Friends,
    Iam in a big mess . I have one query based on one my Zinfocube.This query ia attached in the workbook .. Previuolsy all was fine , but now whever iam executing this query it is throwing me the exception
    Query 0: Runtime error SQL error 3114 occurred when accessing program CX_ with parallel processing via RFC.
    and
    Beim Lesen der Daten sind Fehler aufgetreten. Navigation ist möglich
    I am not able to get the cause of error ..
    Can anybody help me in this regrd as its a bit urgent.
    Thanks in advance..

    Hi , thanks for replying ,
    I have tried running query through RSRT also , its not working still it is giving me the same error .
    In st22 it is showing me the follwing dump.
    DBIF_REPO_SQL_ERROR
    Short text
        SQL error 3114 occurred when accessing program
    What happened?
        The system is no longer linked to an ORACLE instance.
        No further operations can be performed on the database.
    What can you do?
        You cannot eliminate this error yourself.
        Please inform your database administrator.
        Note which actions and input led to the error.
        For further help in handling the problem, contact your SAP administrator
        You can use the ABAP dump analysis transaction ST22 to view and manage
        termination messages, in particular for long term reference.
        Note which actions and input led to the error.
        For further help in handling the problem, contact your SAP administrator
        You can use the ABAP dump analysis transaction ST22 to view and manage
        termination messages, in particular for long term reference.
    Error analysis
        The system attempted to access an ORACLE instance to which
        it is no longer linked.
        This situation may arise because the ORACLE instance
        has been stopped due to an error or an external operation.
    How to correct the error
        Database error text........: "ORA-03114: not connected to ORACLE"
        Triggering SQL statement...: "CX_SQL_EXCEPTION==============CP "
        The current status of the ORACLE instance cannot be determined.
        It may be still inactive or the database administrator may have
        restarted it.
        In any case, all systems that have accessed the ORACLE instance
        must be restarted after the ORACLE instance has been restarted.
        If you were working on a central system, inform
        your system administrator.
        If you were working on an external local system, inform
        the person responsible for this system.
        If you were working on your own local system, restart
        the system yourself.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "DBIF_REPO_SQL_ERROR" " "
        "CL_SQL_RESULT_SET=============CP" or "CL_SQL_RESULT_SET=============CM006"
        "NEXT_PACKAGE"
        If you cannot solve the problem yourself and want to send an errornotification to SAP, include the following information:
    1. The description of the current problem (short dump)
       To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
       Display the system log by calling transaction SM21.
       Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
       In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "DBIF_REPO_SQL_ERROR" " "
    "CL_SQL_RESULT_SET=============CP" or "CL_SQL_RESULT_SET=============CM006"
    "NEXT_PACKAGE"
    Thanks in Advance..

  • SQL Error 3114 occured when accessing program CX_

    Hi there,
    I have build an infoset on a infocube and ODS. On this infoset I've build a query using a calculated key figure: Availibility%
    Inside this key figure I have 2 restricted key figures: Allocation and Availibility
    When I execute this query I get the error: "SQL Error 3114 occured when accessing program CX_"
    If I remove the calculated key figure from the columns it works fine. If I place one of the 2 restricted key figures in the query it also work fine. But If i place both the restricted key figures in the columns, I also get the error. Or If I place the calculated key figure in the columns, I also get the error. Does somebody know what the problem is?

    No they don't show me the problem. I've executed with RSRT transaction and I;ve got this error with the ABAP-debugger:
      error in >> l_repid       <<
                >> l_include     <<
                >> l_source_line <<

  • SQL error "-601" occurred when accessing table "SMEN_BUFFC

    Hi Guys
    I am getting the above error at tiem when i am logging on.
    The actual error message in the st22 dump is
    Database error text........: "SMEN_BUFH5 in R3EPT32000 type *SQLPKG already    
    exists. Job=018343/EPT01/WP00" 
    The termination occurred in the ABAP/4 program "SAPLSMTR_NAVIGATION_MODULES "
    in                                                                          
    "SMTR_STRU_PROCESS_STRUCTURE".                                               
    The main program was "SAPLSMTR_NAVIGATION ". 
    This seems to happen when some users log on to the system and then tries to change their password. If I stop sap and start it again, the rror goes away.
    I have actually deleted the sql package with the command
    DLTSQLPKG R3EPT32000\SMEN_BUFH5.
    This seem to work but after a while the erro comes back again

    Dear Christian,
    at the moment in our Productive system we have hundreds of Dumps: nearly at every log on user get a DUMP with the well known message.
    Analyzing develoepr trace we find following information:
    C Wed Mar 14 09:54:35 2007    
    C  Concurrent prepare happened for SIPID
    C  Library name: R3S1132000                                                                           
    C  Package name: SMEN_BUFH5
    C  Statement name: "QL1YQAAAAAFC"
    C  SQL Error: -601
    C  *** ERROR => Error -601 in function prep_cached_op [dbsldb4.cpp  7057]
    C  Library name: R3S1132000                                                                           
    C  Package name: SMEN_BUFH5
    C  Statement name: "QL1YQAAAAAFC" 
    C  Failing statement is:                                                                               
    C  , SELECT   *   FROM  R3S11DATA/"SMEN_BUFFC" WHERE  "MANDT" = ? AND  "UNAME" = ?  WITH UR           
    B  ***LOG BY4=> sql error -601   performing PRE on table SMEN_BUFFC [dbtran  7009 ]                   
    B  ***LOG BY0=> SMEN_BUFH5 in R3S1132000 tipo *SQLPKG esiste gi{. Job=251690/S1100/WP12 [dbtran  7009 ]
    B  dbtran ERROR LOG (hdl_dbsl_error): DbSl 'PRE'                                                      
    B   FHDR: {tab='SMEN_BUFFC                    ',
    fcode=53, mode=2, bpb=0, dbcnt=0, crsr=1,
    B          hold=0, keep=1, xfer=2, pkg=0, upto=0, init:b=0,                                           
    B          init:p=0000000000000000, init:#=278, wa:p=0000000000000000, wa:#=278}                      
    B  dbtran ERROR LOG (hdl_dbsl_error): DbSl 'PRE'                                                      
    B   STMT:                                    
    B   CRSR: {tab='SMEN_BUFFC                    ', id=-1, hold=0, prop=0x10000, max.in@0=1, fae:blk=10, 
    B          con:nm='R/3', con:id=0, con:vndr=2, val=2,                                                 
    B          key:1=0, key:#=6, xfer=2, xin:#=0, xout:#=0, upto=0,                                       
    B          wa:p=000000800440C380, init:p=00000090D4CF4DF8, init:#=15, init:b=0}                       
    Additionaly we also tried to delete only mentioned SQL package (while system was running), but without succes.
    What do you think?
    Giuseppe

  • Error in report when executing pl/sql function body returning sql query.

    Hi,
    I have used the pl/sql function body returning sql query for creating a report. I have created a datepicker(
    P10_TASK_DATE) which can be submitted.The code is as below
    DECLARE
    v_sql varchar2(3000);
    BEGIN
    if :P10_TASK_DATE is not null THEN
    v_sql:='select
          * from tasks';
    return v_sql;
    else
    v_sql:='select * from discovery';
    return v_sql;
    END IF;
    END;if the date field is empty "select * from discovery" is executed and report is getting generated. But when we give a
    date using date picker the page is submitted and i get "report error: ORA-01403: no data found" even
    though the "tasks" table has data in it. Plz help
    Thanks,
    TJ

    hi
    Please try this
    1. Create 2 region
    1st region source=
    select * from tasks'
    go to the tab -> condition =
    item NOT NULL
    EXpression1 =:P10_TASK_DATE
    this will run whenever the item have any date
    2. open your 2 nd region source code= select * from discovery
    put the condition
    item is  NULL
    EXpression1 =:P10_TASK_DATE
    thanks
    Mark Wyatt

  • SQL error 60 occurred when accessing table "STXH ".

    Hi Friends,
    I have written a BAPI to create a sales order wihch would store the Texts in differant Text id like, operating comments, shipping instructinos, warehouse instructions and the table stored in the table STXH.
    In my program i am trying to insert three type of Text id ...Operating instructions, Shipping instructions and Warehouse information.  If i am running through the debug, the sales order is created and the respective Text Ids are stored in the respetive Text Id.  But when  just run the progam, it gives me an error saying the table in / wa sin a deadlock sitation.
    Has anyone faced this kind of situation.  Pls suggest me ad as also this is an urgetnt sittuation here.
    Thanks in advance.
    Venky.

    Hi Santhosh,
    Didn't get a chance to log into this for a long time.  I am again facing this problem after using this function for a differant object.  Is there any other possible way ?
    Thanks,
    Venky.

  • ORA-04052: Error occurs when execute the block

    I'm trying to run one block and his query definition uses an active public database link. When I ran the script to block I get the following message:
    ERROR in line 1:
    ORA-04052: error occurred when looking up remote object
    SQ_DSV.temp_tipo_contr@SQ_DSV tc
    ORA-00604: error occurred at recursive SQL level 1
    But when I execute his definition query all is ok, the query works fine.
    I mean, I'm using the following sentence to block:
    declare
    Cursor Tipo_Contr is
    Select tc.rec_id, tc.tipo_contr from SQ_DSV.temp_tipo_contr@SQ_DSV tc;
    begin
    For Reg_Tipo_Contr in Tipo_Contr Loop
    Begin
    Update recursos Set tpcontr_id = Reg_Tipo_Contr.tipo_contr
    where rec_id = Reg_Tipo_Contr.rec_id;
    exception when others then
    dbms_output.put_line(Reg_Tipo_Contr.rec_id || ' Not find');
    end;
    end loop;
    -- Commit;
    end;
    I checked for the GLOBAL_NAMES parameter and it is set to FALSE. Please help me, How can I fix this problem ?
    I'm using Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production running over Win XP for run block.
    Thanks you, Paulo.

    ORA-04052 error occurred when looking up remote object stringstringstringstringstring
    Cause: An error has occurred when trying to look up a remote object.
    Action: Fix the error. Make sure the remote database system has run KGLR.SQL to create necessary views used for querying/looking up objects stored in the database.
    Regards
    Marcio Paiva

  • Error while parsing or executing XML-SQL document

    friends,
    my scenario is based on file to jdbc.i am facing  an error in receiver CC in RWB.
    The error states that '
    Error while parsing or executing XML-SQL document: Error processing request in sax parser: Error when executing statement for table/stored proc. 'MATMAS' (structure 'STATEMENT'): java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]String or binary data would be truncated.'
    My SOAP xml message is
    - <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
    - <SOAP:Header>
    - <sap:Main xmlns:sap="http://sap.com/xi/XI/Message/30" versionMajor="3" versionMinor="0" SOAP:mustUnderstand="1" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="wsuid-main-92ABE13F5C59AB7FE10000000A1551F7">
      <sap:MessageClass>ApplicationMessage</sap:MessageClass>
      <sap:ProcessingMode>asynchronous</sap:ProcessingMode>
      <sap:MessageId>18f17dd0-d503-11dc-cb4d-001635b02bfd</sap:MessageId>
      <sap:TimeSent>2008-02-06T22:30:21Z</sap:TimeSent>
    - <sap:Sender>
      <sap:Party agency="http://sap.com/xi/XI" scheme="XIParty" />
      <sap:Service>ECC</sap:Service>
      </sap:Sender>
    - <sap:Receiver>
      <sap:Party agency="http://sap.com/xi/XI" scheme="XIParty" />
      <sap:Service>BS_JDBC</sap:Service>
      </sap:Receiver>
      <sap:Interface namespace="http://file_to_jdbc">MI_JDBC_RECEIVER</sap:Interface>
      </sap:Main>
    - <sap:ReliableMessaging xmlns:sap="http://sap.com/xi/XI/Message/30" SOAP:mustUnderstand="1">
      <sap:QualityOfService>ExactlyOnce</sap:QualityOfService>
      </sap:ReliableMessaging>
    - <sap:DynamicConfiguration xmlns:sap="http://sap.com/xi/XI/Message/30" SOAP:mustUnderstand="1">
      <sap:Record namespace="http://sap.com/xi/XI/System/File" name="Directory">
    sapecc50\sapmnt\trans</sap:Record>
      <sap:Record namespace="http://sap.com/xi/XI/System/File" name="FileEncoding">UTF-8</sap:Record>
      <sap:Record namespace="http://sap.com/xi/XI/System/File" name="FileType">txt</sap:Record>
      <sap:Record namespace="http://sap.com/xi/XI/System/File" name="FileName">matmas1.txt</sap:Record>
      </sap:DynamicConfiguration>
    - <sap:HopList xmlns:sap="http://sap.com/xi/XI/Message/30" SOAP:mustUnderstand="1">
    - <sap:Hop timeStamp="2008-02-06T22:30:21Z" wasRead="false">
      <sap:Engine type="AE">af.e6e.sapecc6eval</sap:Engine>
      <sap:Adapter namespace="http://sap.com/xi/XI/System">XIRA</sap:Adapter>
      <sap:MessageId>18f17dd0-d503-11dc-cb4d-001635b02bfd</sap:MessageId>
      <sap:Info />
      </sap:Hop>
    - <sap:Hop timeStamp="2008-02-06T22:30:21Z" wasRead="false">
      <sap:Engine type="IS">is.01.sapecc6eval</sap:Engine>
      <sap:Adapter namespace="http://sap.com/xi/XI/System">XI</sap:Adapter>
      <sap:MessageId>18f17dd0-d503-11dc-cb4d-001635b02bfd</sap:MessageId>
      <sap:Info>3.0</sap:Info>
      </sap:Hop>
    - <sap:Hop timeStamp="2008-02-06T22:30:22Z" wasRead="false">
      <sap:Engine type="AE">af.e6e.sapecc6eval</sap:Engine>
      <sap:Adapter namespace="http://sap.com/xi/XI/System">XIRA</sap:Adapter>
      <sap:MessageId>18f17dd0-d503-11dc-cb4d-001635b02bfd</sap:MessageId>
      </sap:Hop>
      </sap:HopList>
    - <sap:Diagnostic xmlns:sap="http://sap.com/xi/XI/Message/30" SOAP:mustUnderstand="1">
      <sap:TraceLevel>Information</sap:TraceLevel>
      <sap:Logging>Off</sap:Logging>
      </sap:Diagnostic>
      </SOAP:Header>
    - <SOAP:Body>
    - <sap:Manifest xmlns:sap="http://sap.com/xi/XI/Message/30" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="wsuid-manifest-5CABE13F5C59AB7FE10000000A1551F7">
    - <sap:Payload xlink:type="simple" xlink:href="cid:[email protected]">
      <sap:Name>MainDocument</sap:Name>
      <sap:Description />
      <sap:Type>Application</sap:Type>
      </sap:Payload>
      </sap:Manifest>
      </SOAP:Body>
      </SOAP:Envelope>
    and payload message is
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:MT_JDBC_RECEIVER xmlns:ns0="http://file_to_jdbc">
    - <STATEMENT>
    - <ROW action="INSERT">
      <TABLE>MATMAS</TABLE>
    - <access>
      <MATNR>38</MATNR>
      <MTART>HALB</MTART>
      <MATKL>00107</MATKL>
      <MEINS>pc</MEINS>
      <ERSDA>2008.04.05</ERSDA>
      <BRGEW>10</BRGEW>
      <NTGEW>12</NTGEW>
      <GEWEI>KG</GEWEI>
      </access>
    - <access>
      <MATNR>88</MATNR>
      <MTART>FERT</MTART>
      <MATKL>02004</MATKL>
      <MEINS>PC</MEINS>
      <ERSDA>2008.04.05</ERSDA>
      <BRGEW>12</BRGEW>
      <NTGEW>13</NTGEW>
      <GEWEI>KG</GEWEI>
      </access>
    - <access>
      <MATNR>89</MATNR>
      <MTART>FERT</MTART>
      <MATKL>02004</MATKL>
      <MEINS>PC</MEINS>
      <ERSDA>2008.03.02</ERSDA>
      <BRGEW>12</BRGEW>
      <NTGEW>14</NTGEW>
      <GEWEI>KG</GEWEI>
      </access>
    - <access>
      <MATNR>98</MATNR>
      <MTART>HALB</MTART>
      <MATKL>2</MATKL>
      <MEINS>PC</MEINS>
      <ERSDA>2006.09.01</ERSDA>
      <BRGEW>12</BRGEW>
      <NTGEW>12</NTGEW>
      <GEWEI>KG</GEWEI>
      </access>
    - <access>
      <MATNR>170</MATNR>
      <MTART>NLAG</MTART>
      <MATKL>4</MATKL>
      <MEINS>PC</MEINS>
      <ERSDA>2005.03.02</ERSDA>
      <BRGEW>2</BRGEW>
      <NTGEW>3</NTGEW>
      <GEWEI>KG</GEWEI>
      </access>
    - <access>
      <MATNR>178</MATNR>
      <MTART>NLAG</MTART>
      <MATKL>4</MATKL>
      <MEINS>PC</MEINS>
      <ERSDA>2007.03.06</ERSDA>
      <BRGEW>3</BRGEW>
      <NTGEW>4</NTGEW>
      <GEWEI>KG</GEWEI>
      </access>
    - <access>
      <MATNR>188</MATNR>
      <MTART>NLAG</MTART>
      <MATKL>5</MATKL>
      <MEINS>PC</MEINS>
      <ERSDA>2007.05.02</ERSDA>
      <BRGEW>2</BRGEW>
      <NTGEW>3</NTGEW>
      <GEWEI>KG</GEWEI>
      </access>
    - <access>
      <MATNR>288</MATNR>
      <MTART>HALB</MTART>
      <MATKL>101</MATKL>
      <MEINS>PC</MEINS>
      <ERSDA>2006.02.11</ERSDA>
      <BRGEW>5</BRGEW>
      <NTGEW>4</NTGEW>
      <GEWEI>KG</GEWEI>
      </access>
    - <access>
      <MATNR>358</MATNR>
      <MTART>HAWA</MTART>
      <MATKL>2</MATKL>
      <MEINS>PC</MEINS>
      <ERSDA>2007.09.09</ERSDA>
      <BRGEW>500</BRGEW>
      <NTGEW>500</NTGEW>
      <GEWEI>G</GEWEI>
      </access>
    - <access>
      <MATNR>359</MATNR>
      <MTART>HAWA</MTART>
      <MATKL>2</MATKL>
      <MEINS>PC</MEINS>
      <ERSDA>2007.08.01</ERSDA>
      <BRGEW>20</BRGEW>
      <NTGEW>10</NTGEW>
      <GEWEI>G</GEWEI>
      </access>
      </ROW>
      </STATEMENT>
      </ns0:MT_JDBC_RECEIVER>
    Could anybody help me in sorting out this issue.My advance thanks

    hi,
    ypur structure is bad defined.
    if you want to do an insert, the DT should be
    <ns0:MT_JDBC_RECEIVER xmlns:ns0="http://file_to_jdbc">
    ___<StatementName>
    ______<dbTableName action=”INSERT”>
    _____<table>MATMAS</table>
    _______ <access>
    ___________<MATNR>38</MATNR>
    ___________<MTART>HALB</MTART>
    ___________<MATKL>00107</MATKL>
    ___________<MEINS>pc</MEINS>
    ___________<ERSDA>2008.04.05</ERSDA>
    ___________<BRGEW>10</BRGEW>
    ___________<NTGEW>12</NTGEW>
    ___________<GEWEI>KG</GEWEI>
    ______</access>
    _____</dbTableName>
    __ </StatementName>
    </ns0:MT_JDBC_RECEIVER>
    the ROW field is used when you wait receive data from DB for example you execute and SQL Query from Sender communication channel "SELECT name FROM TABLE Names"
    so, the result of this query would be, for example:
    <row>
    ____<name>joge</name>
    </row>
    <row>
    ____<name>pepe</name>
    </row>
    <row>
    ____<name>nicola</name>
    </row>
    See this link
    http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/frameset.htm
    Thanks
    Rodrigo
    Edited by: Rodrigo Pertierra on Feb 8, 2008 8:40 AM
    Edited by: Rodrigo Pertierra on Feb 8, 2008 8:42 AM

  • Error while parsing or executing XML-SQL document attribute "action" missin

    Hi All,
          I am doing a scenario for IDOC to JDBC, When I push IDOC from R/3 , IDOC sent to XI System successfully, 
           I have also checked in SXMB_MONI it is showing the successful staus without any errors, and I have also copied the xml structure from main document of payloads and tested the mapping in Integration Designer, and it is showing successfull message.
    here is the xml structure from  payloads of Request Message Mapping ........
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:RTACOGRP_RECEIVER_MT xmlns:ns0="http://prospecta.com/wsorta/cosmas/idoc2jdbc">
    - <COGRP_TMP_PROC action="EXECUTE">
      <IDOCNUMBER isInput="TRUE" type="CHAR">1000001</IDOCNUMBER>
      <E1COGH_NUMBER isInput="TRUE" type="CHAR">1</E1COGH_NUMBER>
      <E1COGH_HIGHERSEGMENT isInput="TRUE" type="CHAR">1</E1COGH_HIGHERSEGMENT>
      <E1COGH_MSGFN isInput="TRUE" type="CHAR">1</E1COGH_MSGFN>
      <E1COGH_GROUPTYPE isInput="TRUE" type="CHAR">1</E1COGH_GROUPTYPE>
      <E1COGH_GROUPNAME isInput="TRUE" type="CHAR">1</E1COGH_GROUPNAME>
      <E1COGH_KOKRS isInput="TRUE" type="CHAR">1</E1COGH_KOKRS>
      <E1COGHT_NUMBER isInput="TRUE" type="CHAR">1</E1COGHT_NUMBER>
      <E1COGHT_HIGHERSEGMENT isInput="TRUE" type="CHAR">2</E1COGHT_HIGHERSEGMENT>
      <E1COGHT_LANGU isInput="TRUE" type="CHAR">2</E1COGHT_LANGU>
      <E1COGHT_DESCRIPT isInput="TRUE" type="CHAR">2</E1COGHT_DESCRIPT>
      <E1COGHT_LANGU_ISO isInput="TRUE" type="CHAR">2</E1COGHT_LANGU_ISO>
      <E1COGV_NUMBER isInput="TRUE" type="CHAR">1</E1COGV_NUMBER>
      <E1COGV_HIGHERSEGMENT isInput="TRUE" type="CHAR">3</E1COGV_HIGHERSEGMENT>
      <E1COGV_FROMVALUE isInput="TRUE" type="CHAR">6</E1COGV_FROMVALUE>
      <E1COGV_TOVALUE isInput="TRUE" type="CHAR">6</E1COGV_TOVALUE>
      <E1COGS_NUMBER isInput="TRUE" type="CHAR">1</E1COGS_NUMBER>
      <E1COGS_HIGHERSEGMENT isInput="TRUE" type="CHAR">5</E1COGS_HIGHERSEGMENT>
      <E1COGS_SUBGROUP isInput="TRUE" type="CHAR">4</E1COGS_SUBGROUP>
      <E1COGHR_NUMBER isInput="TRUE" type="CHAR">1</E1COGHR_NUMBER>
      <E1COGHR_HIGHERSEGMENT isInput="TRUE" type="CHAR">6</E1COGHR_HIGHERSEGMENT>
      <E1COGHR_SNAME isInput="TRUE" type="CHAR">3</E1COGHR_SNAME>
      <E1COGHR_PRTCLASS isInput="TRUE" type="CHAR">3</E1COGHR_PRTCLASS>
      <E1COGHR_AUTHGR isInput="TRUE" type="CHAR">3</E1COGHR_AUTHGR>
      <E1COGSR_NUMBER isInput="TRUE" type="CHAR">1</E1COGSR_NUMBER>
      <E1COGSR_HIGHERSEGMENT isInput="TRUE" type="CHAR">7</E1COGSR_HIGHERSEGMENT>
      <E1COGSR_XSUPPRESS isInput="TRUE" type="CHAR">5</E1COGSR_XSUPPRESS>
      <E1COGSR_PRTCLASS isInput="TRUE" type="CHAR">5</E1COGSR_PRTCLASS>
      <E1COGSR_LNAME isInput="TRUE" type="CHAR">5</E1COGSR_LNAME>
      <E1COGVT_NUMBER isInput="TRUE" type="CHAR">1</E1COGVT_NUMBER>
      <E1COGVT_HIGHERSEGMENT isInput="TRUE" type="CHAR">9</E1COGVT_HIGHERSEGMENT>
      <E1COGVT_LANGU isInput="TRUE" type="CHAR">7</E1COGVT_LANGU>
      <E1COGVT_DESCRIPT isInput="TRUE" type="CHAR">7</E1COGVT_DESCRIPT>
      <E1COGVT_LANGU_ISO isInput="TRUE" type="CHAR">7</E1COGVT_LANGU_ISO>
      <E1COGVR_NUMBER isInput="TRUE" type="CHAR">1</E1COGVR_NUMBER>
      <E1COGVR_HIGHERSEGMENT isInput="TRUE" type="CHAR">12</E1COGVR_HIGHERSEGMENT>
      <E1COGVR_XSUPPRESS isInput="TRUE" type="CHAR">8</E1COGVR_XSUPPRESS>
      <E1COGVR_PRTCLASS isInput="TRUE" type="CHAR">8</E1COGVR_PRTCLASS>
      <E1COGVR_LNAME isInput="TRUE" type="CHAR">8</E1COGVR_LNAME>
      </COGRP_TMP_PROC>
      </ns0:RTACOGRP_RECEIVER_MT>
    When I checked for component monitoring in runtime workbench....
    these are the messages........
    <i>Error while parsing or executing XML-SQL document: Error processing request in sax parser: No 'action' attribute found in XML document (attribute "action" missing or wrong XML structure)</i>
    Here are the messages from message monitoring ......
    2007-06-07 12:42:17 Success Receiver JDBC adapter: processing started; QoS required: ExactlyOnce
    2007-06-07 12:42:17 Success JDBC adapter receiver channel RTACOGRP_COM_Chan: processing started; party  , service WSORTABS
    2007-06-07 12:42:17 Error No "action" attribute found in XML document ("action" attribute missing or wrong XML structure)
    2007-06-07 12:42:17 Error MP: exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: No 'action' attribute found in XML document (attribute "action" missing or wrong XML structure)
    2007-06-07 12:42:17 Error Exception caught by adapter framework: Error processing request in sax parser: No 'action' attribute found in XML document (attribute "action" missing or wrong XML structure)
    2007-06-07 12:42:17 Error Delivery of the message to the application using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: No 'action' attribute found in XML document (attribute "action" missing or wrong XML structure).
    2007-06-07 12:42:17 Error The message status set to NDLV.
    Can any body please resolve the problem.....
    Thanks in Advance
    Murthy

    Bhavesh,
    Now I have changed the data structure , and the resultant structure is like this...
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:RTACOGRP_RECEIVER_MT xmlns:ns0="http://prospecta.com/wsorta/cosmas/idoc2jdbc">
    - <Statement>
    - <COGRP_TMP_PROC action="EXECUTE">
      <IDOCNUMBER isInput="TRUE" type="CHAR">100002223</IDOCNUMBER>
      <E1COGH_NUMBER isInput="TRUE" type="CHAR">1</E1COGH_NUMBER>
      <E1COGH_HIGHERSEGMENT isInput="TRUE" type="CHAR">1</E1COGH_HIGHERSEGMENT>
      <E1COGH_MSGFN isInput="TRUE" type="CHAR">H</E1COGH_MSGFN>
      <E1COGH_GROUPTYPE isInput="TRUE" type="CHAR">H</E1COGH_GROUPTYPE>
      <E1COGH_GROUPNAME isInput="TRUE" type="CHAR">H</E1COGH_GROUPNAME>
      <E1COGH_KOKRS isInput="TRUE" type="CHAR">H</E1COGH_KOKRS>
      <E1COGHT_NUMBER isInput="TRUE" type="CHAR">1</E1COGHT_NUMBER>
      <E1COGHT_HIGHERSEGMENT isInput="TRUE" type="CHAR">2</E1COGHT_HIGHERSEGMENT>
      <E1COGHT_LANGU isInput="TRUE" type="CHAR">T</E1COGHT_LANGU>
      <E1COGHT_DESCRIPT isInput="TRUE" type="CHAR">T</E1COGHT_DESCRIPT>
      <E1COGHT_LANGU_ISO isInput="TRUE" type="CHAR">T</E1COGHT_LANGU_ISO>
      <E1COGV_NUMBER isInput="TRUE" type="CHAR">1</E1COGV_NUMBER>
      <E1COGV_HIGHERSEGMENT isInput="TRUE" type="CHAR">3</E1COGV_HIGHERSEGMENT>
      <E1COGV_FROMVALUE isInput="TRUE" type="CHAR">V</E1COGV_FROMVALUE>
      <E1COGV_TOVALUE isInput="TRUE" type="CHAR">V</E1COGV_TOVALUE>
      <E1COGS_NUMBER isInput="TRUE" type="CHAR">1</E1COGS_NUMBER>
      <E1COGS_HIGHERSEGMENT isInput="TRUE" type="CHAR">5</E1COGS_HIGHERSEGMENT>
      <E1COGS_SUBGROUP isInput="TRUE" type="CHAR">S</E1COGS_SUBGROUP>
      <E1COGHR_NUMBER isInput="TRUE" type="CHAR">1</E1COGHR_NUMBER>
      <E1COGHR_HIGHERSEGMENT isInput="TRUE" type="CHAR">7</E1COGHR_HIGHERSEGMENT>
      <E1COGHR_SNAME isInput="TRUE" type="CHAR">R</E1COGHR_SNAME>
      <E1COGHR_PRTCLASS isInput="TRUE" type="CHAR">R</E1COGHR_PRTCLASS>
      <E1COGHR_AUTHGR isInput="TRUE" type="CHAR">R</E1COGHR_AUTHGR>
      <E1COGSR_NUMBER isInput="TRUE" type="CHAR">1</E1COGSR_NUMBER>
      <E1COGSR_HIGHERSEGMENT isInput="TRUE" type="CHAR">8</E1COGSR_HIGHERSEGMENT>
      <E1COGSR_XSUPPRESS isInput="TRUE" type="CHAR">S</E1COGSR_XSUPPRESS>
      <E1COGSR_PRTCLASS isInput="TRUE" type="CHAR">S</E1COGSR_PRTCLASS>
      <E1COGSR_LNAME isInput="TRUE" type="CHAR">S</E1COGSR_LNAME>
      <E1COGVT_NUMBER isInput="TRUE" type="CHAR">1</E1COGVT_NUMBER>
      <E1COGVT_HIGHERSEGMENT isInput="TRUE" type="CHAR">10</E1COGVT_HIGHERSEGMENT>
      <E1COGVT_LANGU isInput="TRUE" type="CHAR">T</E1COGVT_LANGU>
      <E1COGVT_DESCRIPT isInput="TRUE" type="CHAR">T</E1COGVT_DESCRIPT>
      <E1COGVT_LANGU_ISO isInput="TRUE" type="CHAR">T</E1COGVT_LANGU_ISO>
      <E1COGVR_NUMBER isInput="TRUE" type="CHAR">1</E1COGVR_NUMBER>
      <E1COGVR_HIGHERSEGMENT isInput="TRUE" type="CHAR">11</E1COGVR_HIGHERSEGMENT>
      <E1COGVR_XSUPPRESS isInput="TRUE" type="CHAR">E</E1COGVR_XSUPPRESS>
      <E1COGVR_PRTCLASS isInput="TRUE" type="CHAR">E</E1COGVR_PRTCLASS>
      <E1COGVR_LNAME isInput="TRUE" type="CHAR">E</E1COGVR_LNAME>
      </COGRP_TMP_PROC>
      </Statement>
      </ns0:RTACOGRP_RECEIVER_MT>
    Now in message monitoring error is showing like this...
    <i>Error while parsing or executing XML-SQL document: Error processing request in sax parser: Error when executing statement for table/stored proc. 'COGRP_TMP_PROC' (structure 'Statement'): java.sql.SQLException: General error</i>
    Now in Component Monitoring error is showing like this....
    <i>Delivery of the message to the application using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'COGRP_TMP_PROC' (structure 'Statement'): java.sql.SQLException: General error</i>
    I have tested the stored procedure in sql by giving the same values , it was successfully executed..
    Can you please tell me where is the error still in structure ...
    Thanks in Advance,
    Murthy.

  • Configure Synchronization Connections An error has occurred while accessing the SQL Server database

    Hi,
    i am getting following error message
    Central Administration --> Synchronization Connections
    An error has occurred while accessing the SQL Server database or the SharePoint Server Search service.
    If this is the first time you have seen this message, try again later. If this problem persists, contact your administrator.
    Central Administration -->  Manage Profile Service: User Profile Service Application --> Manage User Properties
    Error
    An unexpected error has occurred.
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 3bce5a11-f2dc-4788
    Please tell how to fix it.
    iffi

    Event ID 5555 -> i have change the Timer jobs recycling time AM to PM
    for  User profile page not display  number of count in the page first check services , connection , 
    IISRESET /NOFORCE   /  timer services restart 
    Deepesh Yevle MCTS

  • An error occurred when executing a REMOTE FUNCTION CALL.

    Dear all,
    We have two syetms called DXD and GRD , we have a remote enabled function module in the DXD system , when i am trying to call this Function module from
    GRD system it is going for the short dump, and giving the follwing error,
    <b>Error analysis
        An error occurred when executing a REMOTE FUNCTION CALL.
        It was logged under the name "RFC_NO_AUTHORITY"
        on the called page.</b>
    But i do have the access for the DXD system also, i am really struggling to solve this problem, if any lights are there to help me , i will be thank full for then,
    some body suggested for me that we need to maintain the Trusted system tables in the target system.
    Thanks & regards
    Satya.

    first u( user id ) have to get the Authorizations to use RFC ?
    object will be  like S_RFC or some thing like this.
    when u get this kind of error just call /NSU53 then u will come to know which Authorization Object is missing from ur User Profile.
    Regards
    Prabhu

  • SQL Error 3113 and 3114

    Hi all
    I am getting Sql error 3113, system logs are below:
    i checked tablespaces are having enough space.
    can anybody tell what is this prob
    SQL error 3114 . Work processes in reconnect status       
    SQL error 3113 . Work processes in reconnect status       
    SQL error 3113 . Work processes in reconnect status       
    SQL error 3113 . Work processes in reconnect status       
    Operating system call recv failed (error no. 73 )         
    Perform rollback                                          
    Perform rollback                                          
    Program RM07DOCS manually terminated by user LINFIN       
    Call of function NiRead failed, RC: -006                  
    Work process has left reconnect status                    
    Work process has left reconnect status                    
    Terminal 00046 in status DISC                             
    Perform rollback                                          
    Delete session 003 after error 004                        
    Error calling the central lock handler                    
    Request (type DIA) cannot be processed                    
    > Unable to reach central lock handler                    
    Request (type DIA) cannot be processed                    
    Request (type DIA) cannot be processed                    
    Request (type DIA) cannot be processed                    
    Request (type DIA) cannot be processed                    
    Request (type DIA) cannot be processed

    Hello,
    Well, Is the above error is happening during the offline backup? What is the impact on the system because of the above error? Is any transaction fails?
    The above error could be because of the following
    1. Network issue
    2. wrong client version. If you are SAP Kernel which  is compatible with client 9i, then i suggest to install the latest version of the client. Ofcourse client version shouldn't be more than the version of the oracle server software.
    3. and there could be other possible reasons like some error in the alert log, resource issue.
    Regards,
    Madhukar

  • PLS-00201 when executing insexcpr.sql starter

    Receiving a PLS-00201 on wwutl_htp.scriptclose when executing @insexcpr.sql with the suggested schema in the May PDK of starter. Followed the prior instructions. Also tried granting execute on wwutl_htp to starter.

    Thanks Maxim & Rakesh, that worked.
    It does look like a bug. The return on it's own works with other functions e.g. ASCII etc. but not ORA_HASH.
    The select from dual version is painfully slow (e.g. 25 x times) though so I think I'll use dbms_utility.get_hash_value instead for now. I was planning to use that version in 9i anyway as my app still needs to run on 9i - but I was trying to get the ORA_HASH working for 10g as it is incredibly fast.
    Will definitely log it though.

  • Server Error has occurred when loading profile manager page

    I am getting message saying Server Error has occurred when I login into profile manager web page. How can i solve this issue. I am using Mavericks Server.

    PM Logs
    2014-03-07 00:15:27 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322439-2" ("value" varchar UNIQUE)
    2014-03-07 00:15:27 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 00:15:27 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322439-2" ("value" varchar UNIQUE)
    2014-03-07 01:15:27 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322441-2" ("value" varchar UNIQUE)
    2014-03-07 01:15:27 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 01:15:27 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322441-2" ("value" varchar UNIQUE)
    2014-03-07 02:15:27 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322443-2" ("value" varchar UNIQUE)
    2014-03-07 02:15:27 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 02:15:27 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322443-2" ("value" varchar UNIQUE)
    2014-03-07 03:15:27 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322445-2" ("value" varchar UNIQUE)
    2014-03-07 03:15:27 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 03:15:27 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322445-2" ("value" varchar UNIQUE)
    2014-03-07 04:15:27 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322447-2" ("value" varchar UNIQUE)
    2014-03-07 04:15:27 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 04:15:27 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322447-2" ("value" varchar UNIQUE)
    2014-03-07 05:15:27 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322449-2" ("value" varchar UNIQUE)
    2014-03-07 05:15:27 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 05:15:27 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322449-2" ("value" varchar UNIQUE)
    2014-03-07 06:15:28 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322451-2" ("value" varchar UNIQUE)
    2014-03-07 06:15:28 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 06:15:28 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322451-2" ("value" varchar UNIQUE)
    2014-03-07 07:15:28 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322453-2" ("value" varchar UNIQUE)
    2014-03-07 07:15:28 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 07:15:28 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322453-2" ("value" varchar UNIQUE)
    2014-03-07 08:15:28 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322455-2" ("value" varchar UNIQUE)
    2014-03-07 08:15:28 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 08:15:28 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322455-2" ("value" varchar UNIQUE)
    2014-03-07 09:15:28 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322457-2" ("value" varchar UNIQUE)
    2014-03-07 09:15:28 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 09:15:28 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322457-2" ("value" varchar UNIQUE)
    2014-03-07 10:15:28 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322459-2" ("value" varchar UNIQUE)
    2014-03-07 10:15:28 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 10:15:28 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322459-2" ("value" varchar UNIQUE)
    2014-03-07 10:18:03 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322461-2" ("value" varchar UNIQUE)
    2014-03-07 10:18:03 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 10:18:03 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322461-2" ("value" varchar UNIQUE)
    2014-03-07 11:15:29 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322463-2" ("value" varchar UNIQUE)
    2014-03-07 11:15:29 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 11:15:29 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322463-2" ("value" varchar UNIQUE)
    2014-03-07 12:15:29 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322465-2" ("value" varchar UNIQUE)
    2014-03-07 12:15:29 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 12:15:29 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322465-2" ("value" varchar UNIQUE)
    2014-03-07 13:15:29 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322467-2" ("value" varchar UNIQUE)
    2014-03-07 13:15:29 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 13:15:29 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322467-2" ("value" varchar UNIQUE)
    2014-03-07 14:15:29 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322469-2" ("value" varchar UNIQUE)
    2014-03-07 14:15:29 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 14:15:29 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322469-2" ("value" varchar UNIQUE)
    2014-03-07 15:05:34 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322472-2" ("value" varchar UNIQUE)
    2014-03-07 15:05:34 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:05:34 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322472-2" ("value" varchar UNIQUE)
    2014-03-07 15:06:11 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322474-2" ("value" varchar UNIQUE)
    2014-03-07 15:06:11 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:06:11 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322474-2" ("value" varchar UNIQUE)
    2014-03-07 15:06:45 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:06:45 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:06:45 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322480)
    2014-03-07 15:06:53 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:06:53 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:06:53 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322482)
    2014-03-07 15:07:56 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:07:56 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:07:56 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322485)
    2014-03-07 15:08:04 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:08:04 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:08:04 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322489)
    2014-03-07 15:09:06 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:09:06 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:09:06 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322495)
    2014-03-07 15:09:15 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:09:15 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:09:15 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322497)
    2014-03-07 15:09:19 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:09:19 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:09:19 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322500)
    2014-03-07 15:09:28 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:09:28 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:09:28 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322502)
    2014-03-07 15:09:43 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:09:43 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:09:43 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322504)
    2014-03-07 15:09:48 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:09:48 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:09:48 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322506)
    2014-03-07 15:09:52 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:09:52 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:09:52 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322508)
    2014-03-07 15:13:59 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322519-2" ("value" varchar UNIQUE)
    2014-03-07 15:13:59 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:13:59 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322519-2" ("value" varchar UNIQUE)
    2014-03-07 15:14:11 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:14:11 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:14:11 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322522)
    2014-03-07 15:15:40 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:15:40 NZDTLOG:  connection authorized: user=_devicemgr database=template1
    2014-03-07 15:15:41 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322586-2" ("value" varchar UNIQUE)
    2014-03-07 15:15:41 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:15:41 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322586-2" ("value" varchar UNIQUE)
    2014-03-07 15:15:44 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:15:44 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:15:44 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:15:44 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:15:44 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:15:44 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:15:44 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:15:44 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:15:44 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:15:44 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:15:44 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:15:44 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:15:44 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:15:44 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:15:44 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:15:44 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:15:44 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:15:44 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:15:44 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:15:44 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:15:44 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:15:44 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:16:10 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:16:10 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:16:10 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322599)
    2014-03-07 15:16:20 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_9"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:16:47 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:16:47 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:16:52 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:16:52 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:16:53 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:16:53 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE _affected_profiles ON COMMIT DROP AS
              SELECT DISTINCT tp.profile_id
              FROM view_truth_profiles AS tp
              WHERE tp.mdm_target_id = after.id
              AND (tp.device_substitution_keys & fn.mask) <> 0"
              PL/pgSQL function dm_deferred_update_profiles_by_device_substitutions(devices,devices) line 40 at SQL statement
              SQL statement "SELECT dm_deferred_update_profiles_by_device_substitutions(OLD, NEW)"
              PL/pgSQL function _dm_after_device_modify() line 37 at PERFORM
    2014-03-07 15:16:53 NZDTSTATEMENT:  UPDATE "devices" SET ("updated_at","active_checkin_token","udid") = (dm_current_timestamp(),$1,$2) WHERE id = $3
    2014-03-07 15:17:01 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:17:01 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:17:01 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:17:01 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE _affected_profiles ON COMMIT DROP AS
              SELECT DISTINCT tp.profile_id
              FROM view_truth_profiles AS tp
              WHERE tp.mdm_target_id = after.id
              AND (tp.device_substitution_keys & fn.mask) <> 0"
              PL/pgSQL function dm_deferred_update_profiles_by_device_substitutions(devices,devices) line 40 at SQL statement
              SQL statement "SELECT dm_deferred_update_profiles_by_device_substitutions(OLD, NEW)"
              PL/pgSQL function _dm_after_device_modify() line 37 at PERFORM
    2014-03-07 15:17:01 NZDTSTATEMENT:  UPDATE "devices" SET ("updated_at","active_checkin_token","udid") = (dm_current_timestamp(),$1,$2) WHERE id = $3
    2014-03-07 15:17:14 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:17:14 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:17:14 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:17:14 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE _affected_profiles ON COMMIT DROP AS
              SELECT DISTINCT tp.profile_id
              FROM view_truth_profiles AS tp
              WHERE tp.mdm_target_id = after.id
              AND (tp.device_substitution_keys & fn.mask) <> 0"
              PL/pgSQL function dm_deferred_update_profiles_by_device_substitutions(devices,devices) line 40 at SQL statement
              SQL statement "SELECT dm_deferred_update_profiles_by_device_substitutions(OLD, NEW)"
              PL/pgSQL function _dm_after_device_modify() line 37 at PERFORM
    2014-03-07 15:17:14 NZDTSTATEMENT:  UPDATE "devices" SET ("updated_at","active_checkin_token","udid") = (dm_current_timestamp(),$1,$2) WHERE id = $3
    2014-03-07 15:17:20 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_9"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:17:26 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:17:26 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:17:26 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:17:26 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE _affected_profiles ON COMMIT DROP AS
              SELECT DISTINCT tp.profile_id
              FROM view_truth_profiles AS tp
              WHERE tp.mdm_target_id = after.id
              AND (tp.device_substitution_keys & fn.mask) <> 0"
              PL/pgSQL function dm_deferred_update_profiles_by_device_substitutions(devices,devices) line 40 at SQL statement
              SQL statement "SELECT dm_deferred_update_profiles_by_device_substitutions(OLD, NEW)"
              PL/pgSQL function _dm_after_device_modify() line 37 at PERFORM
    2014-03-07 15:17:26 NZDTSTATEMENT:  UPDATE "devices" SET ("updated_at","active_checkin_token","udid") = (dm_current_timestamp(),$1,$2) WHERE id = $3
    2014-03-07 15:17:31 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:17:31 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:17:31 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:17:31 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE _affected_profiles ON COMMIT DROP AS
              SELECT DISTINCT tp.profile_id
              FROM view_truth_profiles AS tp
              WHERE tp.mdm_target_id = after.id
              AND (tp.device_substitution_keys & fn.mask) <> 0"
              PL/pgSQL function dm_deferred_update_profiles_by_device_substitutions(devices,devices) line 40 at SQL statement
              SQL statement "SELECT dm_deferred_update_profiles_by_device_substitutions(OLD, NEW)"
              PL/pgSQL function _dm_after_device_modify() line 37 at PERFORM
    2014-03-07 15:17:31 NZDTSTATEMENT:  UPDATE "devices" SET ("updated_at","active_checkin_token","udid") = (dm_current_timestamp(),$1,$2) WHERE id = $3
    2014-03-07 15:18:00 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:18:00 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:18:01 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:18:01 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE _affected_profiles ON COMMIT DROP AS
              SELECT DISTINCT tp.profile_id
              FROM view_truth_profiles AS tp
              WHERE tp.mdm_target_id = after.id
              AND (tp.device_substitution_keys & fn.mask) <> 0"
              PL/pgSQL function dm_deferred_update_profiles_by_device_substitutions(devices,devices) line 40 at SQL statement
              SQL statement "SELECT dm_deferred_update_profiles_by_device_substitutions(OLD, NEW)"
              PL/pgSQL function _dm_after_device_modify() line 37 at PERFORM
    2014-03-07 15:18:01 NZDTSTATEMENT:  UPDATE "devices" SET ("updated_at","active_checkin_token","udid") = (dm_current_timestamp(),$1,$2) WHERE id = $3
    2014-03-07 15:18:20 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_9"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:19:20 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_9"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:20:16 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:20:16 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:20:16 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322639)
    2014-03-07 15:20:20 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_9"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:20:26 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:20:26 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:20:26 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322641)
    2014-03-07 15:21:11 NZDTLOG:  statement: ALTER TABLE "widgets" ENABLE TRIGGER USER
    2014-03-07 15:21:11 NZDTLOG:  statement: ALTER TABLE "preference_panes" ENABLE TRIGGER USER
    2014-03-07 15:21:11 NZDTLOG:  statement: ALTER TABLE "printers" ENABLE TRIGGER USER
    2014-03-07 15:21:11 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:21:11 NZDTLOG:  connection authorized: user=_devicemgr database=postgres
    2014-03-07 15:21:11 NZDTLOG:  statement: ALTER TABLE "installed_applications" ENABLE TRIGGER USER
    2014-03-07 15:21:11 NZDTLOG:  statement: ALTER TABLE "users" ENABLE TRIGGER USER
    2014-03-07 15:21:11 NZDTLOG:  statement: ALTER TABLE "profiles" ENABLE TRIGGER USER
    2014-03-07 15:21:12 NZDTLOG:  statement: ALTER TABLE "dm_schema_information" ENABLE TRIGGER USER
    2014-03-07 15:21:12 NZDTLOG:  statement: ALTER TABLE "provisioning_profiles" ENABLE TRIGGER USER
    2014-03-07 15:21:12 NZDTLOG:  statement: ALTER TABLE "od_nodes" ENABLE TRIGGER USER
    2014-03-07 15:21:12 NZDTLOG:  statement: ALTER TABLE "user_groups" ENABLE TRIGGER USER
    2014-03-07 15:21:12 NZDTLOG:  statement: ALTER TABLE "network_lab_sessions" ENABLE TRIGGER USER
    2014-03-07 15:21:12 NZDTLOG:  statement: ALTER TABLE "enterprise_apps" ENABLE TRIGGER USER
    2014-03-07 15:21:12 NZDTLOG:  statement: ALTER TABLE "library_items" ENABLE TRIGGER USER
    2014-03-07 15:21:13 NZDTLOG:  statement: ALTER TABLE "data_files" ENABLE TRIGGER USER
    2014-03-07 15:21:13 NZDTLOG:  statement: ALTER TABLE "knob_sets" ENABLE TRIGGER USER
    2014-03-07 15:21:13 NZDTLOG:  statement: ALTER TABLE "od_library_items" ENABLE TRIGGER USER
    2014-03-07 15:21:13 NZDTLOG:  statement: ALTER TABLE "work_tasks" ENABLE TRIGGER USER
    2014-03-07 15:21:13 NZDTLOG:  statement: ALTER TABLE "user_tasks" ENABLE TRIGGER USER
    2014-03-07 15:21:13 NZDTLOG:  statement: ALTER TABLE "mdm_targets" ENABLE TRIGGER USER
    2014-03-07 15:21:13 NZDTLOG:  statement: ALTER TABLE "auto_join_profiles" ENABLE TRIGGER USER
    2014-03-07 15:21:13 NZDTLOG:  statement: ALTER TABLE "asset_metadata" ENABLE TRIGGER USER
    2014-03-07 15:21:13 NZDTLOG:  statement: ALTER TABLE "db_notifications" ENABLE TRIGGER USER
    2014-03-07 15:21:13 NZDTLOG:  statement: ALTER TABLE "internal_tasks" ENABLE TRIGGER USER
    2014-03-07 15:21:13 NZDTLOG:  statement: ALTER TABLE "library_item_tasks" ENABLE TRIGGER USER
    2014-03-07 15:21:13 NZDTLOG:  statement: ALTER TABLE "vpp_licenses" ENABLE TRIGGER USER
    2014-03-07 15:21:13 NZDTLOG:  statement: ALTER TABLE "settings" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTFATAL:  terminating connection due to administrator command
    2014-03-07 15:21:14 NZDTFATAL:  terminating connection due to administrator command
    2014-03-07 15:21:14 NZDTFATAL:  terminating connection due to administrator command
    2014-03-07 15:21:14 NZDTFATAL:  terminating connection due to administrator command
    2014-03-07 15:21:14 NZDTFATAL:  terminating connection due to administrator command
    2014-03-07 15:21:14 NZDTLOG:  statement: ALTER TABLE "media" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTLOG:  received smart shutdown request
    2014-03-07 15:21:14 NZDTLOG:  autovacuum launcher shutting down
    2014-03-07 15:21:14 NZDTLOG:  statement: ALTER TABLE "device_groups" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTLOG:  statement: ALTER TABLE "lab_sessions" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTLOG:  statement: ALTER TABLE "owner_lab_sessions" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTLOG:  statement: ALTER TABLE "library_item_metadata" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTLOG:  statement: ALTER TABLE "system_applications" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTLOG:  statement: ALTER TABLE "completed_tasks" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTLOG:  statement: ALTER TABLE "dynamic_attributes_defaults" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTLOG:  statement: ALTER TABLE "mdm_tasks" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTLOG:  statement: ALTER TABLE "assets" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTLOG:  statement: ALTER TABLE "devices" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTLOG:  statement: ALTER TABLE "vpp_products" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTLOG:  statement: ALTER TABLE "library_items_assets" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTLOG:  statement: ALTER TABLE "its_accounts" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTLOG:  statement: ALTER TABLE "profile_substitution_caches" ENABLE TRIGGER USER
    2014-03-07 15:21:14 NZDTLOG:  shutting down
    '/Library/Server/ProfileManager/Data/PostgreSQL/pg_xlog/0000000100000001000000D0 ' ... '/Library/Server/ProfileManager/Data/backup/0000000100000001000000D0'
    2014-03-07 15:21:14 NZDTLOG:  database system is shut down
    '/Library/Server/ProfileManager/Data/PostgreSQL/pg_xlog/0000000100000001000000D0 ' --> '/Library/Server/ProfileManager/Data/backup/0000000100000001000000D0'
    2014-03-07 15:22:15 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:15 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:15 NZDTLOG:  database system was shut down at 2014-03-07 15:21:14 NZDT
    2014-03-07 15:22:15 NZDTFATAL:  the database system is starting up
    2014-03-07 15:22:15 NZDTFATAL:  the database system is starting up
    2014-03-07 15:22:15 NZDTLOG:  autovacuum launcher started
    2014-03-07 15:22:15 NZDTLOG:  database system is ready to accept connections
    2014-03-07 15:22:15 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:15 NZDTLOG:  connection authorized: user=_devicemgr database=template1
    2014-03-07 15:22:15 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:15 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:22:16 NZDTLOG:  statement: ALTER TABLE "widgets" ENABLE TRIGGER USER
    2014-03-07 15:22:16 NZDTLOG:  statement: ALTER TABLE "preference_panes" ENABLE TRIGGER USER
    2014-03-07 15:22:17 NZDTLOG:  statement: ALTER TABLE "printers" ENABLE TRIGGER USER
    2014-03-07 15:22:17 NZDTLOG:  statement: ALTER TABLE "installed_applications" ENABLE TRIGGER USER
    2014-03-07 15:22:17 NZDTLOG:  statement: ALTER TABLE "users" ENABLE TRIGGER USER
    2014-03-07 15:22:17 NZDTLOG:  statement: ALTER TABLE "profiles" ENABLE TRIGGER USER
    2014-03-07 15:22:18 NZDTLOG:  statement: ALTER TABLE "dm_schema_information" ENABLE TRIGGER USER
    2014-03-07 15:22:18 NZDTLOG:  statement: ALTER TABLE "provisioning_profiles" ENABLE TRIGGER USER
    2014-03-07 15:22:18 NZDTLOG:  statement: ALTER TABLE "od_nodes" ENABLE TRIGGER USER
    2014-03-07 15:22:18 NZDTLOG:  statement: ALTER TABLE "user_groups" ENABLE TRIGGER USER
    2014-03-07 15:22:19 NZDTLOG:  statement: ALTER TABLE "network_lab_sessions" ENABLE TRIGGER USER
    2014-03-07 15:22:19 NZDTLOG:  statement: ALTER TABLE "enterprise_apps" ENABLE TRIGGER USER
    2014-03-07 15:22:19 NZDTLOG:  statement: ALTER TABLE "library_items" ENABLE TRIGGER USER
    2014-03-07 15:22:19 NZDTLOG:  statement: ALTER TABLE "data_files" ENABLE TRIGGER USER
    2014-03-07 15:22:20 NZDTLOG:  statement: ALTER TABLE "knob_sets" ENABLE TRIGGER USER
    2014-03-07 15:22:20 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:20 NZDTLOG:  replication connection authorized: user=_devicemgr
    2014-03-07 15:22:20 NZDTLOG:  statement: ALTER TABLE "od_library_items" ENABLE TRIGGER USER
    2014-03-07 15:22:20 NZDTLOG:  statement: ALTER TABLE "work_tasks" ENABLE TRIGGER USER
    2014-03-07 15:22:20 NZDTLOG:  statement: ALTER TABLE "user_tasks" ENABLE TRIGGER USER
    2014-03-07 15:22:20 NZDTLOG:  statement: ALTER TABLE "mdm_targets" ENABLE TRIGGER USER
    2014-03-07 15:22:21 NZDTLOG:  statement: ALTER TABLE "asset_metadata" ENABLE TRIGGER USER
    2014-03-07 15:22:21 NZDTLOG:  statement: ALTER TABLE "auto_join_profiles" ENABLE TRIGGER USER
    2014-03-07 15:22:21 NZDTLOG:  statement: ALTER TABLE "db_notifications" ENABLE TRIGGER USER
    2014-03-07 15:22:21 NZDTLOG:  statement: ALTER TABLE "internal_tasks" ENABLE TRIGGER USER
    2014-03-07 15:22:22 NZDTLOG:  statement: ALTER TABLE "library_item_tasks" ENABLE TRIGGER USER
    2014-03-07 15:22:22 NZDTLOG:  statement: ALTER TABLE "vpp_licenses" ENABLE TRIGGER USER
    2014-03-07 15:22:22 NZDTLOG:  statement: ALTER TABLE "settings" ENABLE TRIGGER USER
    2014-03-07 15:22:22 NZDTLOG:  statement: ALTER TABLE "device_groups" ENABLE TRIGGER USER
    2014-03-07 15:22:22 NZDTLOG:  statement: ALTER TABLE "media" ENABLE TRIGGER USER
    2014-03-07 15:22:22 NZDTLOG:  statement: ALTER TABLE "lab_sessions" ENABLE TRIGGER USER
    2014-03-07 15:22:22 NZDTLOG:  statement: ALTER TABLE "owner_lab_sessions" ENABLE TRIGGER USER
    2014-03-07 15:22:23 NZDTLOG:  statement: ALTER TABLE "library_item_metadata" ENABLE TRIGGER USER
    2014-03-07 15:22:23 NZDTLOG:  statement: ALTER TABLE "dynamic_attributes_defaults" ENABLE TRIGGER USER
    2014-03-07 15:22:23 NZDTLOG:  statement: ALTER TABLE "mdm_tasks" ENABLE TRIGGER USER
    2014-03-07 15:22:23 NZDTLOG:  statement: ALTER TABLE "completed_tasks" ENABLE TRIGGER USER
    2014-03-07 15:22:23 NZDTLOG:  statement: ALTER TABLE "system_applications" ENABLE TRIGGER USER
    2014-03-07 15:22:23 NZDTLOG:  statement: ALTER TABLE "assets" ENABLE TRIGGER USER
    2014-03-07 15:22:23 NZDTLOG:  statement: ALTER TABLE "devices" ENABLE TRIGGER USER
    2014-03-07 15:22:23 NZDTLOG:  statement: ALTER TABLE "vpp_products" ENABLE TRIGGER USER
    2014-03-07 15:22:24 NZDTLOG:  statement: ALTER TABLE "library_items_assets" ENABLE TRIGGER USER
    2014-03-07 15:22:24 NZDTLOG:  statement: ALTER TABLE "its_accounts" ENABLE TRIGGER USER
    2014-03-07 15:22:24 NZDTLOG:  statement: ALTER TABLE "profile_substitution_caches" ENABLE TRIGGER USER
    2014-03-07 15:22:24 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:24 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:22:24 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:24 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:22:24 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:24 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:22:24 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:24 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:22:24 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322725-2" ("value" varchar UNIQUE)
    2014-03-07 15:22:25 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:22:25 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322725-2" ("value" varchar UNIQUE)
    2014-03-07 15:22:31 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:31 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:22:31 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:31 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:22:31 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:31 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:22:31 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:31 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:22:31 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:31 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:22:31 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:31 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:22:31 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:31 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:22:31 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:31 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:22:31 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:31 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:22:31 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:22:31 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:22:35 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322728-2" ("value" varchar UNIQUE)
    2014-03-07 15:22:35 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:22:35 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322728-2" ("value" varchar UNIQUE)
    2014-03-07 15:22:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_18"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:23:11 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:23:11 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:23:11 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:23:11 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:23:11 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322766-2" ("value" varchar UNIQUE)
    2014-03-07 15:23:12 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:23:12 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322766-2" ("value" varchar UNIQUE)
    2014-03-07 15:24:14 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:24:14 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:24:14 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322870)
    2014-03-07 15:27:19 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322874-2" ("value" varchar UNIQUE)
    2014-03-07 15:27:19 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:27:19 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322874-2" ("value" varchar UNIQUE)
    2014-03-07 15:27:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_17"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:27:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_11"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:27:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_12"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:27:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_15"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:27:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_14"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:27:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_16"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:27:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_9"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:27:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_10"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:27:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_13"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:27:52 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322875-2" ("value" varchar UNIQUE)
    2014-03-07 15:27:52 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:27:52 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322875-2" ("value" varchar UNIQUE)
    2014-03-07 15:28:15 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:28:15 NZDTLOG:  connection authorized: user=_devicemgr database=template1
    2014-03-07 15:28:16 NZDTLOG:  statement: CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322881-2" ("value" varchar UNIQUE)
    2014-03-07 15:28:16 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:28:16 NZDTSTATEMENT:  CREATE TEMPORARY TABLE "__runtime_temp_devicemgrd-4322881-2" ("value" varchar UNIQUE)
    2014-03-07 15:28:19 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:28:19 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:28:19 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:28:19 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:28:19 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:28:19 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:28:19 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:28:19 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:28:19 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:28:19 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:28:19 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:28:19 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:28:19 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:28:19 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:28:19 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:28:19 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:28:19 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:28:19 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:28:19 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:28:19 NZDTLOG:  connection authorized: user=_devicemgr database=devicemgr_v2m0
    2014-03-07 15:28:53 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:28:53 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:28:53 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322886)
    2014-03-07 15:29:16 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:29:16 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:29:16 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322888)
    2014-03-07 15:29:23 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:29:23 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:29:23 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322890)
    2014-03-07 15:29:28 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:29:28 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:29:28 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322892)
    2014-03-07 15:29:38 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:29:38 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:29:38 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322894)
    2014-03-07 15:34:34 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:34:34 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:34:34 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322921)
    2014-03-07 15:34:45 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:34:45 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:34:45 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322923)
    2014-03-07 15:34:49 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:34:49 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:34:49 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322927)
    2014-03-07 15:34:52 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:34:52 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:34:52 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322929)
    2014-03-07 15:35:11 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:35:11 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:35:11 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322931)
    2014-03-07 15:35:14 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:35:14 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:35:14 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322933)
    2014-03-07 15:35:53 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:35:53 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:35:53 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322936)
    2014-03-07 15:35:58 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:35:58 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:35:58 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322939)
    2014-03-07 15:36:01 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:36:01 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:36:01 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322941)
    2014-03-07 15:36:06 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:36:06 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:36:06 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322944)
    2014-03-07 15:36:06 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:36:06 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:36:06 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322945)
    2014-03-07 15:36:12 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:36:12 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:36:12 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322948)
    2014-03-07 15:36:23 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:36:23 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:36:23 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322950)
    2014-03-07 15:36:26 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:36:26 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:36:26 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322952)
    2014-03-07 15:36:42 NZDTERROR:  could not read block 46 in file "base/17197/12027": read only 0 of 8192 bytes
    2014-03-07 15:36:42 NZDTCONTEXT:  SQL statement "CREATE TEMPORARY TABLE IF NOT EXISTS temp_updated_target_tasks (
              LIKE view_target_tasks
              ) ON COMMIT DELETE ROWS"
              PL/pgSQL function dm_prepare_updated_target_tasks(bigint,bigint[]) line 6 at SQL statement
    2014-03-07 15:36:42 NZDTSTATEMENT:  SELECT dm_prepare_updated_target_tasks(4322954)
    2014-03-07 15:37:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_17"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:37:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_11"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:37:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_12"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:37:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_15"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:37:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_14"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:37:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_16"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:37:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_9"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:37:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_10"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:37:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_13"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:38:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_17"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:38:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_11"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:38:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_12"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:38:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_15"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:38:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_14"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:38:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_16"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:38:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_9"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:38:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_10"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:38:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_13"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:39:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_17"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:39:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_11"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:39:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_12"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:39:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_15"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:39:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_14"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:39:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_16"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:39:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_9"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:39:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_10"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:39:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_13"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:40:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_17"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:40:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_11"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:40:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_12"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:40:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_15"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:40:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_14"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:40:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_16"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:40:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_9"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:40:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_10"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:40:35 NZDTLOG:  autovacuum: found orphan temp table "pg_temp_13"."temp_updated_target_tasks" in database "devicemgr_v2m0"
    2014-03-07 15:40:56 NZDTLOG:  statement: ALTER TABLE "widgets" ENABLE TRIGGER USER
    2014-03-07 15:40:56 NZDTLOG:  statement: ALTER TABLE "preference_panes" ENABLE TRIGGER USER
    2014-03-07 15:40:56 NZDTLOG:  statement: ALTER TABLE "printers" ENABLE TRIGGER USER
    2014-03-07 15:40:56 NZDTLOG:  statement: ALTER TABLE "installed_applications" ENABLE TRIGGER USER
    2014-03-07 15:40:56 NZDTLOG:  statement: ALTER TABLE "users" ENABLE TRIGGER USER
    2014-03-07 15:40:56 NZDTLOG:  statement: ALTER TABLE "profiles" ENABLE TRIGGER USER
    2014-03-07 15:40:57 NZDTLOG:  statement: ALTER TABLE "dm_schema_information" ENABLE TRIGGER USER
    2014-03-07 15:40:57 NZDTLOG:  connection received: host=[local]
    2014-03-07 15:40:57 NZDTLOG:  statement: ALTER TABLE "provisioning_profiles" ENABLE TRIGGER USER
    2014-03-07 15:40:57 NZDTLOG:  connection authorized: user=_devicemgr database=postgres
    2014-03-07 15:40:57 NZDTLOG:  statement: ALTER TABLE "od_nodes" ENABLE TRIGGER USER
    2014-03-07 15:40:57 NZDTLOG:  statement: ALTER TABLE "user_groups" ENABLE TRIGGER USER
    2014-03-07 15:40:57 NZDTLOG:  statement: ALTER TABLE "network_lab_sessions" ENABLE TRIGGER USER
    2014-03-07 15:40:57 NZDTLOG:  statement: ALTER TABLE "enterprise_apps" ENABLE TRIGGER USER
    2014-03-07 15:40:57 NZDTLOG:  statement: ALTER TABLE "library_items" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "data_files" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTFATAL:  terminating connection due to administrator command
    2014-03-07 15:40:58 NZDTFATAL:  terminating connection due to administrator command
    2014-03-07 15:40:58 NZDTFATAL:  terminating connection due to administrator command
    2014-03-07 15:40:58 NZDTFATAL:  terminating connection due to administrator command
    2014-03-07 15:40:58 NZDTFATAL:  terminating connection due to administrator command
    2014-03-07 15:40:58 NZDTFATAL:  terminating connection due to administrator command
    2014-03-07 15:40:58 NZDTLOG:  received smart shutdown request
    2014-03-07 15:40:58 NZDTLOG:  autovacuum launcher shutting down
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "knob_sets" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "od_library_items" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "work_tasks" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "user_tasks" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "mdm_targets" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "asset_metadata" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "auto_join_profiles" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "db_notifications" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "internal_tasks" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "library_item_tasks" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "vpp_licenses" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "settings" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "device_groups" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "media" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "lab_sessions" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "owner_lab_sessions" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "library_item_metadata" ENABLE TRIGGER USER
    2014-03-07 15:40:58 NZDTLOG:  statement: ALTER TABLE "dynamic_attributes_defaults" ENABLE TRIGGER USER
    2014-03-07 15:40:59 NZDTLOG:  statement: ALTER TABLE "mdm_tasks" ENABLE TRIGGER USER
    2014-03-07 15:40:59 NZDTLOG:  statement: ALTER TABLE "completed_tasks" ENABLE TRIGGER USER
    2014-03-07 15:40:59 NZDTL

  • A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)

    Hi guys
    i have problem when i run my windows application exe in windows server 2003
    it give me this exception error :
    I using sql server 2005
    visual studio 2008
    See the end of this message for details on invoking 
    just-in-time (JIT) debugging instead of this dialog box.
    ************** Exception Text **************
    System.Data.SqlClient.SqlException: A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)
       at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)
       at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket()
       at System.Data.SqlClient.TdsParserStateObject.ReadBuffer()
       at System.Data.SqlClient.TdsParserStateObject.ReadByte()
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
       at System.Data.SqlClient.SqlDataReader.get_MetaData()
       at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
       at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
       at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
       at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
       at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
       at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
       at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
       at Sales.SalesClass.ShowSalesData(String ConnectionString)
       at Sales.Form1.timer1_Tick(Object sender, EventArgs e)
       at System.Windows.Forms.Timer.OnTick(EventArgs e)
       at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    ************** Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    Sales
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Documents%20and%20Settings/administrator.ALTAWIREADYMIX.000/Desktop/Sales.exe
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    System.Configuration
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    System.Xml
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    System.Data
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
    System.Transactions
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
    System.EnterpriseServices
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
        CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    Why this error show and how to solve it
    if possible help me
    Why this exception show and how to solve it.
    Notes this exception not close my application and not affect in result show but i don't know why it show

    The problem can be caused by certain issues of long-running queries, which are reported improperly. Try increasing the timeout:
    http://support.microsoft.com/en-us/kb/555938

Maybe you are looking for

  • Photos are being added to my iPad, without choosing any events in iPhoto or having them sync with iCloud

    Photos are being added to my iPad, without choosing any events in iPhoto or having them sync with iCloud I just upgraded to IOS6, and now my ipad is full of pictures I did not choose to sync. I cannot delete them without deleting them from all source

  • Client Certification and Just Server Certification IN SSL OAS 10.1.2.3

    We are trying to find out how to setup the ssl.conf as a part of our OAS 10.1.2.3 to accept two different types of users with two different URL. We need to setup the Oracle HTTP Server to NOT TO ASK for the CLIENT VERIFICATION SMART CARD and Cert Inf

  • Proect Code on JE report

    HI I have Project Code and Project Name visible on the PLD when previewing JE report. But data won't show. I need to show Project Code and Name Journal Entry report. Thanks

  • Png file displayed on web has very bad resolution

    But on my Mac it is sharp. It was a pdf in Acrobat "Saved as..." a png. Very frustrating problem begs for solution. Thanks in advance.

  • Vector print questions

    Dear, I try to print out the Vector of my storage but nothing. Please help and advise 1. add class import java.io.*; import java.util.*; public class AddStudent      public AddStudent(Vector a)           String tempId;           String tempName;