StartSQLRepository error in data importing

Hi,
I'm new to ATG. Recently i started product catalog export/import project. I was success in exporting the product catalog. Then i changed the xml file which i got from export and tried to import it. But in my importing process failed with below error.
**** info
Sun Jun 23 22:11:55 IST 2013
1372005715997
/atg/commerce/pricing/priceLists/PriceLists
SQL Repository startup complete
**** info
Sun Jun 23 22:11:56 IST 2013
1372005716133
/atg/multisite/SiteRepository
SQL Repository startup complete
**** info
Sun Jun 23 22:11:56 IST 2013
1372005716250
/atg/commerce/catalog/ProductCatalog
SQL Repository startup complete
Nucleus running
-- creating definition of product:childxprod2099
**** Error Sun Jun 23 22:12:00 IST 2013 1372005720063 /atg/commerce/catalog/ProductCatalog SQL Statement Failed: [++SQLInsert++]
**** Error Sun Jun 23 22:12:00 IST 2013 1372005720063 /atg/commerce/catalog/ProductCatalog INSERT INTO crs_product(product_id,email_frnd_enabled,preorderable,use_inv_for_preord)
**** Error Sun Jun 23 22:12:00 IST 2013 1372005720063 /atg/commerce/catalog/ProductCatalog VALUES(?,?,?,?)
**** Error Sun Jun 23 22:12:00 IST 2013 1372005720063 /atg/commerce/catalog/ProductCatalog -- Parameters --
**** Error Sun Jun 23 22:12:00 IST 2013 1372005720063 /atg/commerce/catalog/ProductCatalog p[1] = {pd} childxprod2099 (java.lang.String)
**** Error Sun Jun 23 22:12:00 IST 2013 1372005720063 /atg/commerce/catalog/ProductCatalog p[2] = {pd: emailAFriendEnabled} true (java.lang.Boolean)
**** Error Sun Jun 23 22:12:00 IST 2013 1372005720063 /atg/commerce/catalog/ProductCatalog p[3] = {pd: preorderable} false (java.lang.Boolean)
**** Error Sun Jun 23 22:12:00 IST 2013 1372005720063 /atg/commerce/catalog/ProductCatalog p[4] = {pd: useInventoryForPreorder} false (java.lang.Boolean)
**** Error Sun Jun 23 22:12:00 IST 2013 1372005720063 /atg/commerce/catalog/ProductCatalog [--SQLInsert--]
**** Error Sun Jun 23 22:12:00 IST 2013 1372005720063 /atg/commerce/catalog/ProductCatalog java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("ATGUSER"."CRS_PRODUCT"."ASSET_VERSION")
**** Error Sun Jun 23 22:12:00 IST 2013 1372005720063 /atg/commerce/catalog/ProductCatalog
**** Error Sun Jun 23 22:12:00 IST 2013 1372005720063 /atg/commerce/catalog/ProductCatalog at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
**** Error Sun Jun 23 22:12:00 IST 2013 1372005720063 /atg/commerce/catalog/ProductCatalog at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
**** Error Sun Jun 23 22:12:00 IST 2013 1372005720063 /atg/commerce/catalog/ProductCatalog at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879)
*** CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("ATGUSER"."CRS_PRODUCT"."ASSET_VERSION")
CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("ATGUSER"."CRS_PRODUCT"."ASSET_VERSION")
  at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:7366)
  at atg.adapter.gsa.GSARepository.addItem(GSARepository.java:1046)
  at atg.adapter.gsa.xml.TemplateParser.addItem(TemplateParser.java:1354)
  at atg.adapter.gsa.xml.TemplateParser.main(TemplateParser.java:5343)
Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("ATGUSER"."CRS_PRODUCT"."ASSET_VERSION")
  at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
  at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
  at atg.adapter.gsa.Table.insert(Table.java:1410)
  at atg.adapter.gsa.GSAItemDescriptor.addItem(GSAItemDescriptor.java:7339)
  ... 10 more
**** info Sun Jun 23 22:12:00 IST 2013 1372005720124 /atg/dynamo/service/Scheduler Scheduler shutting down.
**** info Sun Jun 23 22:12:00 IST 2013 1372005720125 /atg/dynamo/service/Scheduler Scheduler stopped.
and below is the file i used to import data.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE gsa-template SYSTEM "dynamosystemresource:/atg/dtds/gsa/gsa_1.0.dtd">
<gsa-template>
<import-items>
<add-item item-descriptor="product" id="childxprod2099">
  <set-property name="asset_version"><![CDATA[1]]></set-property>
  <set-property name="workspace_id"><![CDATA[11200]]></set-property>
  <set-property name="branch_id"><![CDATA[1100]]></set-property>
  <set-property name="is_head"><![CDATA[1]]></set-property>
  <set-property name="version_deleted"><![CDATA[0]]></set-property>
  <set-property name="version_editable"><![CDATA[0]]></set-property>
  <set-property name="childSKUs"><![CDATA[xsku2099,sku10001,sku10002]]></set-property>
  <set-property name="description"><![CDATA[Modern luxurious comfort and style]]></set-property>
  <set-property name="thumbnailImage"><![CDATA[m2733]]></set-property>
  <set-property name="brand"><![CDATA[BrophyBuilt]]></set-property>
  <set-property name="features"><![CDATA[leather,microfiber]]></set-property,>
  <set-property name="displayName"><![CDATA[Contemporary Sofa Set]]></set-property>
  <set-property name="fullImage"><![CDATA[m2732]]></set-property>
  <set-property name="mediumImage"><![CDATA[xmContemporaryItalianSet]]></set-property>
  <set-property name="longDescription"><![CDATA[Contemporary and ultra-comfortable, this modern Italian sofa and chair bring European style to your space.]]></set-property>
  <set-property name="smallImage"><![CDATA[m2731]]></set-property>
  <set-property name="fixedRelatedProducts"><![CDATA[xprod2055,xprod2057]]></set-property>
  <set-property name="creationDate"><![CDATA[12/4/2007 13:19:43]]></set-property>
  <set-property name="parentCategoriesForCatalog"><![CDATA[homeStoreCatalog=homeStoreSeatingSofas]]></set-property>
  <set-property name="largeImage"><![CDATA[m2734]]></set-property>
  <set-property name="template"><![CDATA[m430011]]></set-property>
</add-item>
</import-items>
</gsa-template>
I need to fix this urgently. Appreciate your comments.
Thanks.

hi again,
i found something interesting.
there is another page that are in the finished folder.
C:\CFusionMX7\wwwroot\CFMXBIBLE\ch02\finished
it seems to work when i use the files in there.
but when i use the files that i created it is not working
here are the comaprisons.
From this page
//myserver:8500/CFMXBIBLE/ch02/CompanyAddForm.cfm
I hit the submit button it goes to this page
//myserver:8500/CFMXBIBLE/ch02/CompanyAddAction.cfm
and this errors occurs
The web site you are accessing has experienced an unexpected
error.
Please contact the website administrator.
The following information is meant for the website developer
for debugging purposes.
Error Occurred While Processing Request
Data source CFMXBible.mdb could not be found.
Resources: · Enable Robust Exception Information to
provide greater detail about the source of errors. In the
Administrator, click Debugging & Logging > Debugging
Settings, and select the Robust Exception Information option.
· Check the ColdFusion documentation to verify that you are
using the correct syntax. · Search the Knowledge Base to find
a solution to your problem.
Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;
SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)
Remote Address myserver
Referrer
//myserver:8500/CFMXBIBLE/ch02/CompanyAddForm.cfm

Similar Messages

  • P2 card... error: no data importing.

    question:
    looked for this in the archive but cannot find a resolution. have p2 files
    that were copied to my external drive and am now importing through final
    cut 5.1.4 ...however, it seems on about 1/3 of the clips i get an 'error:no data' message with a red exclamation mark.
    anybody seen this problem or solved it?
    i have drive connected to my macbook pro laptop (10.4.9) through usb 2.0...
    thanks.
    PowerBook G4   Mac OS X (10.4)  
    PowerBook G4   Mac OS X (10.4)  

    No adverse affects...
    Just so you know how the forums work, please press the or buttons over the posts that warrant it...
    Patrick

  • Data import from EBS failed via FDMEE in fdm . Getting error message as "Error connecting to AIF URL.

    FDM Data import from EBS failed via FDMEE after roll back the 11.1.2.3.500 patch . Getting below error message in ERPI Adapter log.
    *** clsGetFinData.fExecuteDataRule @ 2/18/2015 5:36:17 AM ***
    PeriodKey = 5/31/2013 12:00:00 AM
    PriorPeriodKey = 4/30/2013 12:00:00 AM
    Rule Name = 6001
    Execution Mode = FULLREFRESH
    System.Runtime.InteropServices.COMException (0x80040209): Error connecting to AIF URL.
    at Oracle.Erpi.ErpiFdmCommon.ExecuteRule(String userName, String ssoToken, String ruleName, String executionMode, String priorPeriodKey, String periodKey, String& loadId)
    at fdmERPIfinE1.clsGetFinData.fExecuteDataRule(String strERPIUserID, String strDataRuleName, String strExecutionMode, String strPeriodKey, String strPriorPeriodKey)
    Any help Please?
    Thanks

    Hi
    Getting this error in ErpiIntergrator0.log . ODI session ID were not generated in ODI / FDMEE. If I import from FDMEE its importing data from EBS.
    <[ServletContext@809342788[app:AIF module:aif path:/aif spec-version:2.5 version:11.1.2.0]] Servlet failed with Exception
    java.lang.RuntimeException
    at com.hyperion.aif.servlet.FDMRuleServlet.doPost(FDMRuleServlet.java:76)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

  • Data Import ERROR

    Hi Guys
    I am facing an error when uploading the items through Data Import.
    Just i am uplaoding only Item Code and Item Description .
    but error is coming like this " Row Number 1: Invalid Code [Items - Chapter ID] "
    Also when uploading the BP master data
    i am uploading BP name and Addresses like street, block, state and country. in state i am giving delhi
    but error is coming like this " Business Partner Row Number 6: Character number is greater than allowed [Business Partner - Bill-to State] , 'Delhi' "
    Pls help me on this.
    Regards
    Giridharan V

    hi
    i tried to upload the data's through DTW. The thing i did
    RecordKey     ItemCode  ItemName
    RecordKey     ItemCode          ItemName
    1                       i011                 a
    2                       i002                  b
    3                       i003                    c
    in the ".csv " format..
    Bur error is coming like this
    " Invalid code (OITM_ Chapter ID ) Application defined or object degfined error 5171 "
    Edited by: Giri dharan on Jul 4, 2008 10:33 AM

  • Data Import error - Valuation Method (ODBC -1029)

    Hello all, first post on the SCN. I did some search for similar problems, but nothing seemed to help here.
    We are using Business One, two different companies and databases. We were at the time of the year to update the price list, so we used the Administration -> Data Import/Export -> Data Import -> Import from Excel.
    One company (US only) imports perfectly, but the other database (Canada + US) gives me the following error message on 91 / 1036 entries.
    Row Number xxx : [Items - Valuation Method] , 'Field cannot be updated (ODBC -1029)
    Since the errors only appears on one of the two databases, I ruled out that the excel sheet we used to be the problem.
    The excel sheet only has 4 columns : The item identification, the price list that it needs to update, the price, and the currency (USD or $ for us).
    Neither of the two companies use any valuation method. In fact, neither companies have the field at all in Item Master Data, and its grayed out in the Company Details.
    We also made a dump of the entire item database, and compared what items were imported successfully and those that generated the error, and while the column Valuation Method either had nothing or A, there was no pattern to it. Some errors had nothing, some had A in it.
    I checked for any other differences between items that were imported and the ones with error, and cannot see any visible differences, so all I can think here is that its either an invisible setting when the item was created, or there's some character that is creating a fault somewhere (like an empty space).
    One of the topics found on this error message (ODBC -1029) said that we might need to request a script to fix the database, but that topic was back in 2006, I'm not sure if it still applies, 8 years later.
    Essentially I ran out of things to try on my end. Now I can only ask to the experts.
    Thank you for your time!

    The company that has troubles importing does not allow us to change the Valuation Method for each item. The field is missing entirely from the Item Master Data. I included a screenshot.
    The field is grayed out in the Company Details, but its set as Moving Average. The other company uses Moving Average by default as well, from the looks of it (the field does appear in Item Master Data, but its grayed out).
    We used the same excel sheet to import data in both companies, just need to figure out why its 100% on one side and not on the other side.
    Just to be a bit more clear, we cannot select or visualize the Valuation Method on the items that are not getting imported. Its invisible.
    When we exported the full list of items, there was no pattern between the items that are not imported and those that are imported properly.
    To be clear, the Valuation Method for :
    Items that are imported properly are A or blank.
    Items that are not imported and generate an error are A or blank.
    There is no logic between those that work and those that do not, which is why I can't figure it out on my own.
    Thank you!

  • Error message when importing data using Import and export wizard

    Getting below error message when importing data using IMPORT and EXPORT WIZARD
    Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    <dir>
    <dir>
    Messages
    Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Could not allocate a new page for database REPORTING' because of insufficient disk space in filegroup 'PRIMARY'.
    Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.".
    (SQL Server Import and Export Wizard)
    Error 0xc0209029: Data Flow Task 1: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.  The "Destination - Buyer_.Inputs[Destination Input]" failed because error code 0xC020907B occurred, and the error row disposition on "Destination
    - Buyer_First_Qtr.Inputs[Destination Input]" specifies failure on error. An error occurred on the specified object of the specified component.  There may be error messages posted before this with more information about the failure.
    (SQL Server Import and Export Wizard)
    Error 0xc0047022: Data Flow Task 1: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "Destination - Buyer" (28) failed with error code 0xC0209029 while processing input "Destination Input" (41). The
    identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information
    about the failure.
    (SQL Server Import and Export Wizard)
    Error 0xc02020c4: Data Flow Task 1: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
    (SQL Server Import and Export Wizard)
    </dir>
    </dir>
    Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on Source - Buyer_First_Qtr returned error code 0xC02020C4.  The component returned a failure code when the pipeline engine called PrimeOutput().
    The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
    (SQL Server Import and Export Wizard)
    Smash126

    Hi Smash126,
    Based on the error message” Could not allocate a new page for database REPORTING' because of insufficient disk space in filegroup 'PRIMARY'. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting
    autogrowth on for existing files in the filegroup”, we can know that the issue is caused by the there is no sufficient disk space in filegroup 'PRIMARY' for the ‘REPORTING’ database.
    To fix this issue, we can add additional files to the filegroup by add a new file to the PRIMARY filegroup on Files page, or setting Autogrowth on for existing files in the filegroup to increase the necessary space.
    The following document about Add Data or Log Files to a Database is for your reference:
    http://msdn.microsoft.com/en-us/library/ms189253.aspx
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Error Message in Data IMport from Excel

    Hi All
    Please can you help - I am trying to import some BP data using the option in the menu Administration - Data Import/Export - Data Import from Excel.
    I have created my import file as a text file and provided the relevant mappings. Having located my text file, I then get the following error message:
    Row Number 1:Internal error (-2007) occurred.
    Has anyone got any ideas as to what this means I've done wrong?
    Thanks

    Dear, 
    Kindly refer to note 1296487 below:
    Symptom
    In attempt to import a Business Partner from an Excel file to SAP
    Business One, the following error messages are displayed and the
    Business Partner is not imported:
        o  When there are no House Banks in the company, the following error
           messages are displayed:
        Row Number 1: Internal error 'House Bank Accounts' occurred,
    and,0 Records imported successfully.
         o  When there are no Payment Methods in the company, the following
            error messages are displayed:
         Internal error 'Payment Methods for Payment Wizard' (OPYM)
    (-2007) occurred, and, 0 Records imported successfully.
         o  When Payment Methods and House Bank are defined in the company,
            the following error messages are displayed:
         Row Number 1: Internal error (-2007) occurred, and,
         0 Records imported successfully.
    Other terms
    DB, export, BP
    Reason and Prerequisites
    Application error
    Solution
    SAP intends to provide patches in order to solve described problem.
    The section Reference to related Notes below will list the specific
    Patches when available.
    The corresponding Info file of Patches on SAP Service Marketplace will
    show the correction / SAP Note number also.
    Be aware that these references can only be set at Patch release date.
    SAP will deliver Patches only for selected Releases at its own
    discretion, based on the business impact and the complexity of the
    implementation.
    If it is your case, We would like to inform you that we plan to fix the problem you raised,
    in patch 05 for SAP Business One 2007 A FP01 / SP01 Release.
    For SAP Business One Patch Delivery Schedule please look at:
    http://service.sap.com/smb/sbo/patches
    Best regards,
    Apple

  • HCI error - unable to import the data because the row is duplicated in the master data

    Hi, i am working on HCI while i am mapping the data from ECC to HCI target table i am getting this error :Unable to import the data because the row is duplicated in the master data .Could you please help me how to solve this
    Message was edited by: Mariana Mihaylova

    Moved to Process Integration (PI) & SOA Middleware as per New SAP HANA Cloud Integration (HCI) content category (unfortunately, I can't edit the discussion and add the category as I'm not a moderator in this space). Perhaps Mariana Mihaylova can help.
    Susmitha Yerradhodi please read and follow The SCN Rules of Engagement - in particular, the more details you provide, the better the chances of getting your question answered. (e.g. "HCI" is not a helpful subject)

  • Error on Credit Card Data Import

    Hello Experts,
    We are getting an error when uploading Credit Card Data file using t-code PRCC.  "Settlement run with number 1234567890 has already been imported.  An error occurred during import.  Import will start again".
    I understand the cause of the error to be with a previous file when we tried uploading but then did not complete.  As per the error message, the accounting run number is already in the system but when I check the same accounting run number in PRCCD, it says nothing is selected ie, the same accounting run number is not to be found.
    Now this is impacting us heavily and am wondering if anyone of you out there who either experienced the same or who knows the easy fix.
    FYI - we have re-attempted to upload the file with accounting run number 1234567890 but it will not upload and says, the accounting run number is already uploaded.
    Appreciate quick suggestions and information please.
    CONMJI

    I am facing similar problem & tried all the suggestions given above but its not working out. Still the same error:
    Settlement run with number 0030112011 has already been imported. An error occurred during import.
    This settlement run is not available in PRCCD as well.
    The settlement run is avaiable in PRTA & is marked as unsuccesfull.
    Any pointers?
    Regards
    Ravi
    Edited by: rbjain on Jan 7, 2011 11:29 AM
    Edited by: rbjain on Jan 7, 2011 11:32 AM

  • Materialized View with "error in exporting/importing data"

    My system is a 10g R2 on AIX (dev). When I impdp a dmp from other box, also 10g R2, in the dump log file, there is an error about the materialized view:ORA-31693: Table data object "BAANDB"."MV_EMPHORA" failed to load/unload and is being skipped due to error:
    ORA-02354: error in exporting/importing data
    Desc mv_emphora
    Name              Null?    Type
    C_RID                      ROWID
    P_RID                      ROWID
    T$CWOC            NOT NULL CHAR(6)
    T$EMNO            NOT NULL CHAR(6)
    T$NAMA            NOT NULL CHAR(35)
    T$EDTE            NOT NULL DATE
    T$PERI                     NUMBER
    T$QUAN                     NUMBER
    T$YEAR                     NUMBER
    T$RGDT                     DATEAs i ckecked here and Metalink, I found the info is less to do with the MV? what was the cause?

    The total lines are 25074. So I used the GREP from the OS to get the lines involved with the MV. Here are:
    grep -n -i "TTPPPC235201" impBaanFull.log
    5220:ORA-39153: Table "BAANDB"."TTPPPC235201" exists and has been truncated. Data will be loaded but all dependent metadata will be skipped due to table_exists_action of truncate
    5845:ORA-39153: Table "BAANDB"."MLOG$_TTPPPC235201" exists and has been truncated. Data will be loaded but all dependent meta data will be skipped due to table_exists_action of truncate
    8503:. . imported "BAANDB"."TTPPPC235201"                     36.22 MB  107912 rows
    8910:. . imported "BAANDB"."MLOG$_TTPPPC235201"               413.0 KB    6848 rows
    grep -n -i "TTCCOM001201" impBaanFull.log
    4018:ORA-39153: Table "BAANDB"."TTCCOM001201" exists and has been truncated. Data will be loaded but all dependent metadata will be skipped due to table_exists_action of truncate
    5844:ORA-39153: Table "BAANDB"."MLOG$_TTCCOM001201" exists and has been truncated. Data will be loaded but all dependent metadata will be skipped due to table_exists_action of truncate
    9129:. . imported "BAANDB"."MLOG$_TTCCOM001201"               9.718 KB      38 rows
    9136:. . imported "BAANDB"."TTCCOM001201"                     85.91 KB     239 rows
    grep -n -i "MV_EMPHORA" impBaanFull.log
    8469:ORA-39153: Table "BAANDB"."MV_EMPHORA" exists and has been truncated. Data will be loaded but all dependent metadata will be skipped due to table_exists_action of truncate
    8558:ORA-31693: Table data object "BAANDB"."MV_EMPHORA" failed to load/unload and is being skipped due to error:
    8560:ORA-12081: update operation not allowed on table "BAANDB"."MV_EMPHORA"
    25066:ORA-31684: Object type MATERIALIZED_VIEW:"BAANDB"."MV_EMPHORA" already exists
    25072: BEGIN dbms_refresh.make('"BAANDB"."MV_EMPHORA"',list=>null,next_date=>null,interval=>null,implicit_destroy=>TRUE,lax=>
    FALSE,job=>44,rollback_seg=>NULL,push_deferred_rpc=>TRUE,refresh_after_errors=>FALSE,purge_option => 1,parallelism => 0,heap_size => 0);
    25073:dbms_refresh.add(name=>'"BAANDB"."MV_EMPHORA"',list=>'"BAANDB"."MV_EMPHORA"',siteid=>0,export_db=>'BAAN'); END;the number in front of each line is the line number of the import log.
    Here is my syntax of import pmup:impdp user/pw  SCHEMAS=baandb DIRECTORY=baanbk_data_pump DUMPFILE=impBaanAll.dmp  LOGFILE=impBaanAll.log TABLE_EXISTS_ACTION=TRUNCATEYes I can create the MV manually and I have no problem to refresh manually it after the inmport.

  • Why is there an 'Error: No Data' sign when importing in Log and Transfer?

    Hello,
    I am trying to import clips from my Panasonic HDC-SD100 camcorder into Final Cut Express 4. I am using the Log and Transfer window and am able to import most of my clips. However, every time I import there are a handful of clips that are left idle and an 'Error: No Data' sign appears next to them. They have not been imported to the Scratch Disk, and yet there doesn't seem to be anything wrong with them because they playback on the viewing screen in the Log and Transfer window. Can anyone help me to determine what is wrong?
    Many thanks.

    Some of the descriptions you are using are kind of confusing.
    "first 2 controls of each DO line(s)"
    "button 1 of DO lines 1 and DO lines 2"
    "control 2 of DO lines 1 and DO lines 2"
    What is the difference between "button 1" and "control 2".  I am going to assume you mean the same thing when you say "button" vs. "control" but just decided to change terminology in mid-sentence
    You need to write out a Truth table to describe what you need done.  The way you have the description written, you are already using the word "OR" to describe the different situations.  That is going to be a key part of your program.
    This shows:
    (DOlines button1 AND button2)  OR
    (DOlines2 button1  AND button2) OR
    (DOlines button1 AND DO lines2 button1)  OR
    (DOlines button2 AND DO lines2 button2)
    Attachments:
    002[1]_BD.png ‏11 KB

  • Error during data pump import with SQL developer

    Hello,
    I try to trasnfer data from one database to another one through data pump via SQL Developper (data amount is quite important) exporting several tables.
    Tables export is doing fine, but I encounter the following error when I import the file (I try data only and data + DDL).
    "Exception: ORA-39001: argument value invalid dbms_datapump.get_status(64...=
    ORA-39001: argument value invalid
    ORA-39000: ....
    ORA-31619: ...
    The file is in the right place, data pump folder of the new database. User is the same on both base, database version are similar.
    Do you have any idea of the problem ?
    Thanks

    With query SELECT * FROM v$version;
    Environment source
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    "CORE     11.2.0.1.0     Production"
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    Environment target
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    "CORE     11.2.0.1.0     Production"
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

  • P2 MXF Import failure: "Error: No Data"

    I am in California. I got P2 card data on a pocket drive from a shooter in Holland. I copied the folder containing all other folders onto my RAID, and then opened the folder in the Log and Transfer window. I can see, and view, all of the clips. Their timecodes and durations show up normally. I name all the files, transfer to the Queue, and as the software works to import the files, I get an alert on each clip which, when I mouse over it, reads, "Error: No Data".
    What is happening?
    I have all the same folders, such as Video, Audio, Clip, etc. as would appear on an original P2 card. The MXF files are present and seemingly the right size. I can watch the footage in the preview window, but no Transfer.
    I do NOT have FxFactory. I'm running 10.4.11, and FCP 6.0.2
    I can still import from standard P2 cards. I noticed that the LASTCLIP.TXT file was missing, so I created one, didn't help. I read on the posts that it doesn't matter anyway. There is a file inside the main folder called "P2CMS_MANAGEMENT.db" I don't have P2 CMS installed, unless P2 Store Manager is the same thing.
    Also, while I was working on figuring out what happened, another file appeared that I don't believe was there originally, named with an incredibly long alpha-numeric string. Very fishy.
    Of course, this does not happen on humdrum, everyday material. This is the "get the footage or be burned at the stake" material. Any help is, of course, gratefully accepted.
    -George

    How about this?
    #36 - One or More P2 files failed to import.
    Shane's Stock Answer #36 - "One or more clips failed to import..."
    Very often in the field with this camera the camera operator will delete clips from the P2 card that they just don't like. That is the beauty of this camera. But, the still for that video file (located in the CLIP folder in the CONTENTS folder)...the still that you see when you are in the P2 Import window...is not deleted. So you will see the image, and the name, but the video file would have been deleted.
    What you can do it compare the file names in the VIDEO folder and CLIP folder and see if anything is missing. If something is, then you know what the problem is. You can then just import the rest a few at time, skipping that one.
    ALSO...in the P2 Import window...in the P2 Browser, there is a little sprocket drop down menu. Click on that and choose PREFERENCES. Uncheck REMOVE PULLDOWN and then try importing again.
    ALSO...make sure your file names aren't too long. Try shortening them and see if that works.
    Shane

  • While importing a request error message' Check-sum error in data file'

    Hi Friends
    I have a problem.
    We are trying to inport a request after putting the files in cofile and data file folders( 4.6C System).While doing so an error message is seen in the log " Check-sum error in data file after XXXX bytes".
    Can some one help me with this?
    Thanks
    Regards
    Ankur

    Hi Ankur,
    It is sure your file is corrupted or not present.
    Check in cofiles and data directory under /usr/sap/trans your transport request number.
    Best Wishes.
    Kumar

  • Error while running Import Items program

    Hi All,
    I am getting error message "Item Catalog Group Descriptive Elements Open Interface import completed successfully for all records in this record set." when i am submitting Import Items Seeded program.
    data is loaded into master organization successfully but no records were created in child organizations.
    Apps version is 11.5.10.2
    The same program with same code ran successfully a week back.
    Any help is appreciated.
    Thank You..

    Duplicate thread (please post only once).
    Error after submitting Import Items Seeded Program
    Re: Error after submitting Import Items Seeded Program

Maybe you are looking for

  • Shared memory realm does not exist

    hi, when i use export ORACLE_SID=dbname i'm able to connect to db but can i use export TWO_TASk-dbname i'm geeting the below error wt's the reason behind this plz help me bash-2.05b$ sqlplus ccins SQL*Plus: Release 9.2.0.8.0 - Production on Di M r 8

  • Video freezes when playing after ipod updating

    My 60GB ipod video freezes up after a few minutes of playing video. It was operating fine until I installed the latest IPOD updater software "2006-01-10". I have tried reseting the ipod, but it makes no difference. When the freeze occurs, I found tha

  • Down arrow in scroll bar missing

    Most of the time the down arrow on the scroll bar is missing or occupies the same space as the page expansion square in the lower right hand corner. This happens whether the up scrolling arrow is at the bottom or the top. It happens with all pages on

  • Dynamic Aperture web galleries

    Following on from my more general post, is it possible for Aperture web galleries to be dynamic? For example, AFAIK if you have an Aperture gallery based on a particular keyword, then every time you apply that keyword to a new photo, Aperture will ad

  • Organisation Management and PA

    Dear Friends Is it possible to Create Positions Without OM ?? Can we create Vacant Positions In PA , but not using OM ?? Thanks Zuben