Error Deserializing Asset during CSDT Import

Hi,
I am trying to import content into a freshly installed web center sites system. I am getting the below error when I try to import few assets. Apparently, the error is displayed only when the asset is dependent on a Media_C asset.
The exact error which is displayed is:
Error while importing: Import Error: Error deserializing asset
com.fatwire.cs.core.realtime.DataException: Error deserializing asset
       at com.fatwire.rest.util.AssetJAXBDeserializer.execute(AssetJAXBDeserializer.java:69)
       at com.fatwire.realtime.DefaultDeserializerImpl.execute(DefaultDeserializerImpl.java:163)
       at com.fatwire.realtime.packager.CSDTUtil._import(CSDTUtil.java:474)
       at com.fatwire.realtime.packager.CSDTUtil.Import(CSDTUtil.java:360)
       at com.fatwire.csdt.service.impl.ImportService.importData(ImportService.java:227)
       at com.fatwire.csdt.service.impl.ImportService.execute(ImportService.java:88)
       at jsp_servlet._jsp._cs_deployed._openmarket._xcelerate._prologactions._publish._csdt.__csdtservice._jspService(__csdtservice.java:223)
       at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
       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:300)
       at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:184)
       at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:523)
       at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:444)
       at COM.FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1410)
       at COM.FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1429)
       at COM.FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)
       at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)
       at COM.FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)
       at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$JSPDataFile.run(FILESYSTEMJSPManager.java:190)
       at COM.FutureTense.Common.ContentServer.jspExecute(ContentServer.java:3027)
       at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2621)
       at COM.FutureTense.Common.ContentServer.generatePage(ContentServer.java:1640)
       at COM.FutureTense.Common.ContentServer.evalPage(ContentServer.java:1276)
       at COM.FutureTense.Common.ContentServer.execute(ContentServer.java:465)
       at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
       at COM.FutureTense.Servlet.FTServlet.doPost(FTServlet.java:62)
       at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
       at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
       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:300)
       at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
       at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
       at com.fatwire.auth.RequestAuthenticationFilter.doFilter(RequestAuthenticationFilter.java:193)
       at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
       at COM.FutureTense.Servlet.URLRewriteFilter.doFilter(URLRewriteFilter.java:82)
       at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
       at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:701)
       at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
       at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
       at com.fatwire.cs.ui.framework.UIFilter.doFilter(UIFilter.java:109)
       at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
       at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
       at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
       at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
       at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
       at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
       at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
       at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
       at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
       at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused by: java.lang.NullPointerException
       at com.fatwire.assetapi.data.AssetDataImpl._getParentDef(AssetDataImpl.java:175)
       at com.fatwire.assetapi.data.AssetDataImpl.setParents(AssetDataImpl.java:153)
       at com.fatwire.rest.util.AssetHandler.getAssetData(AssetHandler.java:793)
       at com.fatwire.rest.util.AssetHandler.getAssetData(AssetHandler.java:668)
       at com.fatwire.rest.util.AssetJAXBDeserializer.execute(AssetJAXBDeserializer.java:64)
       at com.fatwire.realtime.DefaultDeserializerImpl.execute(DefaultDeserializerImpl.java:163)
       at com.fatwire.realtime.packager.CSDTUtil._import(CSDTUtil.java:474)
       at com.fatwire.realtime.packager.CSDTUtil.Import(CSDTUtil.java:360)
       at com.fatwire.csdt.service.impl.ImportService.importData(ImportService.java:227)
       at com.fatwire.csdt.service.impl.ImportService.execute(ImportService.java:88)
       at jsp_servlet._jsp._cs_deployed._openmarket._xcelerate._prologactions._publish._csdt.__csdtservice._jspService(__csdtservice.java:223)
       at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
       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:300)
       at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
       at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:523)
       at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:444)
       at COM.FutureTense.Servlet.ServletRequest.include(ServletRequest.java:1410)
       at COM.FutureTense.Servlet.FRequestObj.include(FRequestObj.java:1428)
       at COM.FutureTense.Servlet.JSPServices.runJSP(JSPServices.java:111)
       at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager.runJSP(FILESYSTEMJSPManager.java:463)
       at COM.FutureTense.Servlet.JSPServices.runJSPObject(JSPServices.java:50)
       at COM.FutureTense.Platform.FileSystem.FILESYSTEMJSPManager$JSPDataFile.run(FILESYSTEMJSPManager.java:190)
       at COM.FutureTense.Common.ContentServer.jspExecute(ContentServer.java:3027)
       at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2621)
       at COM.FutureTense.Common.ContentServer.generatePage(ContentServer.java:1640)
       at COM.FutureTense.Common.ContentServer.evalPage(ContentServer.java:1276)
       at COM.FutureTense.Common.ContentServer.execute(ContentServer.java:465)
       at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
       at COM.FutureTense.Servlet.FTServlet.doPost(FTServlet.java:61)
       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:300)
       at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
       at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
       at com.fatwire.auth.RequestAuthenticationFilter.doFilter(RequestAuthenticationFilter.java:193)
       at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
       at COM.FutureTense.Servlet.URLRewriteFilter.doFilter(URLRewriteFilter.java:81)
       at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
       at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:701)
       at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
       at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
       at com.fatwire.cs.ui.framework.UIFilter.doFilter(UIFilter.java:108)
       at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
... 9 more
If I delete the dependent Media_C asset, it gives an error saying Media_C does not exist in the datastore. I am unable to identify the root cause of this error.
Any help on this would be great. Thanks in advance.

Hello,
Can you create assets manually through a start menu in the target environment?
I see this error
Caused by: java.lang.NullPointerException
       at com.fatwire.assetapi.data.AssetDataImpl._getParentDef(AssetDataImpl.java:175)
Do you find the Content and Parent Definitions is the environment?
Best regards,
Gerardo

Similar Messages

  • Length error occurred during in IMPORT statement

    Dear Friends,
    (length error occurred during in IMPORT statement),when im using the SUBMIT syntax..can i know what is the reason.
    Thanks
    Rajkumar.A

    Hello,
    I would like to know how did you solve the issue as i came across the same issue.
    Thanks,
    FBK

  • Two Errors during Unicode import into Target System

    I exported our non-unicode 64-bit test NW 7.0 BW database as unicode and now I have started the import into the new unicode database on the target system.  I am using the Single Code Page System Conversion to Unicode NW 7.0 SP16 and higher documentation.  We are at service pack 18 with NW 7. During the Import ABAP phase the sapinst stopped with an errors.  I found the following the first error in the SAP000.log - O:\usr\sap\BWP\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20090326104509
    O:\usr\sap\BWP\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#18 $ SAP
    O:\usr\sap\BWP\SYS\exe\uc\NTAMD64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Nov 18 2008 23:19:12
    O:\usr\sap\BWP\SYS\exe\uc\NTAMD64\R3load.exe -i SAP0000.cmd -dbcodepage 4103 -l SAP0000.log -stop_on_error
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DDL) ERROR: no tablespace for TABART SLEXC
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    (DDL) ERROR: no tablespace for TABART SLEXC
    (DB) INFO: disconnected from DB
    O:\usr\sap\BWP\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)
    O:\usr\sap\BWP\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20090326104509
    The second error appears in the SAPSLEXC.LOG - O:\usr\sap\BWP\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20090326104509
    O:\usr\sap\BWP\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#18 $ SAP
    O:\usr\sap\BWP\SYS\exe\uc\NTAMD64\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled Nov 18 2008 23:19:12
    O:\usr\sap\BWP\SYS\exe\uc\NTAMD64\R3load.exe -i SAPSLEXC.cmd -dbcodepage 4103 -l SAPSLEXC.log -stop_on_error
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (GSI) INFO: dbname   = "BWP20090325020311                                                                                "
    (GSI) INFO: vname    = "ORACLE                          "
    (GSI) INFO: hostname = "STBWP64                                                         "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "STBWP64"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 2"
    (GSI) INFO: machine  = "4x AMD64 Level 15 (Mod 4 Step 8)"
    (DDL) ERROR: no tablespace for TABART SLEXC
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    (DDL) ERROR: no tablespace for TABART SLEXC
    (DB) INFO: disconnected from DB
    O:\usr\sap\BWP\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)
    O:\usr\sap\BWP\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20090326104509
    It looks like the same error but in two different logs. Has anyone seen this error before?  Thanks.

    I checked and the datafiles for all the tablespaces are set to autoextend up to 10gb and none have done this in the tablepaces that are close to being full.  I did increase three tablespaces that were showing close to being full and that did not resolve the error.  Would I need to restart the process from the beginning and adjust the dbsize.xml to make it work?

  • Error during export & import of rules in RAR 5.2

    Hi all,
    We followed the steps mentioned in exporting & importing the rules as per the Config guide. But we
    are receiving the below error during the import of rules. Can anybody please throw a limelight on why this error message is appearing?
    "Error in Table Data ==> VIRSA_CC_CRPROF
    SQL==>Insert into VIRSA_CC_CRPROF(VSYSKEY,PROFILE,RULESETID,RISKLEVEL,STATUS)Values(??????)
    Record==>D VIRSA_CC_CRPROF null"
    We also ensured that the downloaded file is not truncated and saved it in a separate folder. Does the file needs to saved in ANSI or Unicode text? We saved in ANSI
    Also the background ground job is not getting scheduled automatically during the import of ruels. Is that due to the above error?
    Thanks and Best Regards,
    Srihari.K

    Hello Sri,
    background job for generating the rules won`t be scheduled before you upload the file successfully.
    The most obvious reason for this error message is that you have line in your file - in table VIRSA_CC_CRPROF that is corrupted. Make sure all lines from table VIRSA_CC_CRPROF have all predefined fields - (VSYSKEY,PROFILE,RULESETID,RISKLEVEL,STATUS).
    If you keep hiting this problem just delete this table, after the upload you`ll add the critical profiles manually - I bet you don`t have many of them.
    Also from my experience I always choose to save the downloaded file in UNICODE UTF-8 format.
    Once the file is saved in other format, there`s no use of it, download it again and save directly in Unicode.
    Make sure you don`t have empty fields, even in the fields where you don`t have values, you must leave space, otherwise you`ll keep hitting the same issue.
    Regards,
    Iliya

  • CRM SYSFAIL - Error when decompressing during Import

    Hi All,
    We are getting error in SMQ2   "Error when decompressing during Import"
    in Function module BAPI_CRM_SAVE and status is SYSFAIL. We are having CRM 4.0 and patch level 7.
    Please see the source code extract
    001920   ********************************************************************
    001930   * define a little macro to add a table name to l_t_tables           
    001940     DEFINE lmacro_add_import_table.                                   
    001950       l_t_tables-name = 'T_&1&2&3&4'.                                 
    001960       l_t_tables-itabname = 'C_S_BLOCK-T_&1&2&3&4'.                   
    001970       append l_t_tables.                                              
    001980     END-OF-DEFINITION.                                                
    001990   * define which tables have to be imported                           
    002000     macro_execute: lmacro_add_import_table.                           
    002010     lmacro_add_import_table:                                          
    002020       m h d r,                                                        
    002030       p a r 1,                                                        
    002040       p a r 2.                                                        
    002050   * carry out the IMPORT statement to decompress data                 
         >     IMPORT             (l_t_tables)                                   
    002070       FROM DATABASE    baldat(al)                                     
    002080       ID               i_s_ldat-log_handle                            
    002090       USING            baldat_import                                  
    002100       IGNORING CONVERSION ERRORS.                                     
    002110                                                                       
    002120   ENDFORM.                    "log_block_decompress                                                                               
    Thanks & Regards
    Sujith

    Hi Andersen,
    You should be a system administrator to do above task.
    Deepak Jangra

  • ERROR: stopping on error 7777 during MAIN IMPORT

    Dear Expert,
    When i am applying Basis and ABAP Support pack 700-17 levels i am getting following red( In Bold) entries in the action log.
       Import phase 'IMPORT_PROPER' (30.12.2008, 14:56:58)
       Error during executing the tp command 'tp IMPORT all CHE ...'
       tp return code: '0014' , tp message: 'A tool used by tp terminated for unknown reasons' , tp output:
         This is tp version 372.04.36 (release 700, unicode enabled)
         ERROR: stopping on error 7777 during MAIN IMPORT
         stopping on error 7777 during MAIN IMPORT
         tp returncode summary:
         TOOLS: Highest return code of single steps was: 14
         WARNS: Highest tp internal warning was: 0118
         standard output from tp and from tools called by tp:
       Details of the error situation can also be found in the import logs
       Interrupt the import due to an error situation (30.12.2008, 15:11:06)
       Display detailed informations concerning the error in phase 'IMPORT_PROPER'
      Abort the import due to an error situation (30.12.2008, 15:12:15)
    I have found following Notes from the SAP also applied but still i am facing the same error message
    Note 1274493 - Windows: TP/R3trans might terminate with old DB library
    Note 998004 - Update the Oracle Instant Client on Windows
    Regards
    Chandra

    Hi,
    Have you checked note 1288862? Otherwise I recommend to open a message to SAP.
    Cheers

  • DTW Sort Error - after mapping during import

    I got the "Sort Error - after mapping during import" message in DTW. (version 8.8)
    I would like to import warehouse info for items.
    My itemcodes are fix 15 character numbers, like this: 10204150020011
    The note nr. [1331130|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/oss_notes/sdn_oss_sbo_dtw/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31333331313330%7d] said that I can't use recordkey like this.
    Do you have any idea how can I import thees information with DTW?
    Thank you,
    Attila Sarkady

    Dear All
    Please give correct and complete information
    i have tested every kind of combination;
    - recreate the template with the dtw for Items = i have UDF's
    - ADD the column RecordKey   !!! unbelievable that we have to do this
    - i have entered a nr 1 in it (even when we had already 850 items in the database)
    (and of course the hints of Gordon - columns as text, start with basic... - and use CSV format)
    now at last i can import the record line
    greetings
    philippe

  • Error is encountered during import ABAP phase

    Hi All,
    When trying to install ECC6 on windows 2003 server the below error is encountered during import ABAP phase....Can any one help me in this regard.
    CJS-30022 Program 'Migration Monitor' exists
    ERROR 2009-07-08 08:39:33
    CJS-30022  Program 'Migration Monitor' exits with error code 103.
    For details see log file(s) import_monitor.java.log, import_monitor.log.
    Thanks
    Sandeep Singh DS

    hi,
    Below are the logs for import_monitor.log and import_monitor.java.log
    import_monitor.log   :
    TRACE: 2009-07-11 21:11:30 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC' import package is started.
    TRACE: 2009-07-11 21:11:30 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSSEXC' import package into database:
    D:\usr\sap\EP2\SYS\exe\uc\NTI386\R3load.exe -i SAPSSEXC.cmd -dbcodepage 4103 -l SAPSSEXC.log -stop_on_error
    TRACE: 2009-07-11 21:11:30 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL1' import package is started.
    TRACE: 2009-07-11 21:11:30 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPAPPL1' import package into database:
    D:\usr\sap\EP2\SYS\exe\uc\NTI386\R3load.exe -i SAPAPPL1.cmd -dbcodepage 4103 -l SAPAPPL1.log -stop_on_error
    ERROR: 2009-07-11 21:12:38 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL1' import package is interrupted with R3load error.
    Process 'D:\usr\sap\EP2\SYS\exe\uc\NTI386\R3load.exe -i SAPAPPL1.cmd -dbcodepage 4103 -l SAPAPPL1.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPAPPL1.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: 2009-07-11 21:15:10 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC' import package is interrupted with R3load error.
    Process 'D:\usr\sap\EP2\SYS\exe\uc\NTI386\R3load.exe -i SAPSSEXC.cmd -dbcodepage 4103 -l SAPSSEXC.log -stop_on_error' exited with return code 2.
    For mode details see 'SAPSSEXC.log' file.
    Standard error output:
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2009-07-11 21:15:30
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2009-07-11 21:15:30
    2 error(s) during processing of packages.
    import_monitor.java.log
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    Import Monitor jobs: running 1, waiting 2, completed 16, failed 0, total 19.
    Import Monitor jobs: running 2, waiting 1, completed 16, failed 0, total 19.
    Loading of 'SAPAPPL1' import package: ERROR
    Import Monitor jobs: running 1, waiting 1, completed 16, failed 1, total 19.
    Loading of 'SAPSSEXC' import package: ERROR
    Import Monitor jobs: running 0, waiting 1, completed 16, failed 2, total 19.
    Thanks,
    Sandeep
    Edited by: Sandeep Singh DeviSingh on Jul 13, 2009 11:42 AM

  • Stopping on error 12 during DD ACTIVATION during TP import

    Hi Experts,
    I am trying to import a request suggested by SAP Note 32236, and while doing the import i can add the request to the buffer successfully but getting the following error during tp import.
    TSAL-ERP-DEV:devadm 22> tp addtobuffer DEVK074490 DEV pf=/usr/sap/trans/bin/TP_D
    OMAIN_DEV.PFL
    This is tp version 372.04.36 (release 700, unicode enabled)
    Warning: Parameter DBLIBPATH is no longer used.
    Addtobuffer successful for DEVK074490
    tp finished with return code: 0
    meaning:
      Everything OK
    TSAL-ERP-DEV:devadm 23> tp import DEVK074490 DEV U26 pf=/usr/sap/trans/bin/TP_DO
    MAIN_DEV.PFL
    This is tp version 372.04.36 (release 700, unicode enabled)
    Warning: Parameter DBLIBPATH is no longer used.
    ERROR: stopping on error 12 during DD ACTIVATION
    stopping on error 12 during DD ACTIVATION
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 12
    WARNS: Highest tp internal warning was: 0118
    tp finished with return code: 12
    meaning:
      A tool used by tp aborted
    TSAL-ERP-DEV:devadm 24>
    Did i miss something? please suggest a way to solve this problem.
    Regards
    Karthik D

    Are you trying to check in RZ20 --> SAP CCMS Monitor Templates -->
    Change & Transport System --> navigate to your domain and system (or first press on Ctrl+F1 "Open alerts")
    --> Transports -- >Imports , find your error press on it,  and press on "Log overview" button.
    find where your error , place cursosr on error and press "Ctrl+f4" (Logs).
    P.S. you can navigate to this log from other place, but this one does as he wishes
    Regards.

  • BUG 2.1 - ARW (Sony Raw) no photos found error during Auto Import

    BUG 2.1 - ARW (Sony Raw) no photos found error during Auto Import
    I've seen this issue since beta1. The issue seems to be related to a camera setting that stores the files in folders by date. The Folder structure becomes drive>DCMI>10202008>image.ARW
    This "no photos found error" I have seen in beta1 LR1 LR1.1 LR1.2 LR1.3 LR1.4 and LR2.0 this is still an issue in LR2.1
    Auto import works fine with canon or nikon RAW files (I've used several different cameras with no problems)
    The Folder structure for canon files is drive>DCMI>100>image.CR2
    Auto import Does not work with Sony A100 .ARW files with folders by date turned on I have heard from people with other Sony cameras like the A700 also have this issue.
    Vista Ultimate 32bit SP1
    AMD 64X2 duel core 6000+ 3Ghz
    6GB 666mhz Ram PAE force enabled
    NVIDIA Gforce 7600 256MB video card (1.75GB total with system shared ram)
    Primary hard drive: 500GB
    Hard drive 2: 400GB (system and photoshop paging files and lightroom catalog drive)
    Hdrive 3: 1TB (primary image storage)
    user control turned off
    system graphics set to performance
    Duel display
    Lightroom 2.1
    photoshop CS3

    I believe this is fixed in version 2.5 and 3.0
    ARW (Sony Raw) files seem to work with auto import

  • Error message "NTSC assets cannot be imported . . . ."

    This has left me stumped.
    I keep getting the following error message when I try to import m2v clips from compressor:
    "NTSC assets cannot be imported into PAL projects"
    But I haven't made any of my clips NTSC. Im exporting them out of the same FCP project, through the same settings and destination in Compressor and into DVDSP.
    But only some files can be improted in. All the others keep triggering this error message??......

    Ive opened the M2v file in Quicktime, and looking through the movie inspector and movie properties there is no mention of it being PAL or NTSC?
    What is the size that is being reported?
    I am working from the same FCP project as all the other clips I have successfully imported, where the Sequence settings are 'Apple ProRes 422 1440x1080 24p 48kHz'
    I used the same M2V settings and Dolby surround sound settings in Compressor too.
    So you set the timeline out to a SD PAL preset? What you may want to try is copy a preset, and make sure to set the Video Format in the inspector to PAL and Stream Usage to SD DVD. Save the PAL preset as something like "PALTEST" so it is easy to find and when the item is encoded it will have the words "PALTEST" appended to make sure that you are grabbing the right file. You may want to try that on a small section (smallest clip?) to start. Before doing that you can try to delete the MPEG/PAR files for the problematic ones in case something got corrupted when you bought the original probllem ones in....
    What were the Compressor settings that you used? Did you just send to a preset that Apple has in it? What were the names at the end of the files that are giving you issues?

  • What does this mean and how do I fix it: "The following warnings and errors were found during the validation of the current project:  - There appears to be a broken asset in your project. Correct this problem before burning this project."

    What does this mean and how do I fix it: "The following warnings and errors were found during the validation of the current project:  - There appears to be a broken asset in your project. Correct this problem before burning this project."

    It means that iDVD has found a problem with one of the movies added to the project.  Did you edit the movie after it had been added to the project.
    Create a new project and add your assets, movies, slides, etc. again and follow this workflow to help ensure the best quality video DVD:
    Once you have the project as you want it save it as a disk image via the  File ➙ Save as Disk Image  menu option.  This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image and launch DVD Player and play it.  If it plays OK with DVD Player the encoding was good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    OT

  • Urgent: ORA-01403: no data found Error during Order Import

    Hi Experts,
    I 'am performing order import by populating the order interface tables and then running the order import concurrent program. I 'am encountering the following error while running the order import program:
    No. of orders failed: 1
    "*ora-01403: no data found in package oe_order_pvt procedure lines*"
    Can anyone please provide some pointers on why this is occurring and how this can be overcome. Any pointers on this will be immensely helpful.
    Thanks,
    Ganapathi

    Hi Nagamohan,
    Thanks for your response. I tried calling mo_global.set_policy_context('S', <org_id>) before invoking the concurrent program using fnd_request.submit_request(...); But, this still does n't seem to prevent the No data found issue.
    One more thing that I noticed is, this is happening while importing the customer along with the order. I 've ensured that I use the same org_id for the customer data as well. Can you please let me know whether there is anything else that I should check for.
    Thanks,
    Ganapathi

  • Java web start error running Asset Editor or any jnlp page

    When I try to launch Asset Editor or Import/Export or any of the jnlp pages that runs using Java Web Start, I get an error. Java 7 Web start starts but It throws “Could not connect to Server. Please check your Java Web Start and Browser proxy settings”.
    I read conflicting opinions on the internet as to what version of JRE/JDK is needed and potentially some issues running Java Web start with Java 7. I have 64-bit java 1.7.0_45 JDK/JRE installed and no other version. I tried installing 32-bit 1.7.0_45 as well. I have tried to run it from 32-bit as well as 64-bit browser also. All situations provide the same error.
    However, when I install JRockit, it seems to work fine. But we cannot use jrockit. We have to use IBM JDK/JRE 7 eventually. Currently, the java web start does not work on Oracle Java as well as IBM JRE.
    Any help is much appreciated.

    I found a solution for this problem. We have to apply patch 17634436.
    https://support.oracle.com/epmos/faces/ui/patch/PatchDetail.jspx?_afrLoop=149081897091441&patchId=17634436&_afrWindowMode=0&_adf.ctrl-state=xfsajjmff_74
    Just thought it will be useful for anyone encountering this problem.

  • RFC error text: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'

    I am having this error pop up very frequently on some new SAP systems.  This will randomly happen and keep us from being able to release transports and import them in STMS.  I receive the following error:
    There was an attempt to start the transport control program tp using the local RFC interface.
    An error occurred here.
    Error code: 4
    RFC error text: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'
    - When I check the Transport Tool (STMS: import queue> check> transport tool) I get the following information:
    timeout during allocate / CPIC-CALL: 'ThSAPCMRCV' : cmRc=20 thRc=456#Time
    out during connection setup (check that partner exists
    - When checking the TP System Log I receive the same error.  The RSTPTEST report does not give any additional information.  SM21 shows a warning and an error:
    Warning:
    Communication Error, CPIC return code 020, SAP Return code 456
    Dialog Process No. 000
    Problem cl: SAP web AS problem
    Package: STSK
    Further Details:
    Module Name: thxxhead
    Line: 7488
    Error Text: 020456
    Caller: ThRecei
    Error:
    Problem cl: transaction problem
    Package: STTO
    All of these errors are only pointing to a time out.  I cannot figure out why this is happening.  I checked the TMS RFC connection in SM59 and they are fine.  I have been able to work around this issue in 2 different ways.  First, I can delete the files in the "\trans\tmp" directory on the server.  Sometimes this resolves the error.  Else I have to restart the system.
    I need to understand where this issue is coming from and how to resolve it.  It is becoming more and more frequent.  Thank you for your help!

    Hi,
    i have had similar issues during this week. After looking for a solution everywhere i found out that i didn't set up the FQDN on this system.
    Symptoms were:
    se38 > RSTPTEST timed out sometimes(not always)
    sm59 > TCP/IP connections > CALLTP_WindowsNT > test connections timed out sometimes (again, not always)
    STMS Overview > Systems: I was not always able to distribute and activate configuration from the Domain controller via Extras > Distribute and Activate Configuration (it died on the mentioned system)
    Transports failed mostly with the same error.
    The error log was somewhere deep in ST11. It could not resolve our FQDN.
    The solution, for me, was to add our FQDN to the WINDIR\System32\drivers\etc\hosts file.
    We upgraded the kernel as well (from 7.20 patch 046 to most current) but this didn't help.
    The FQDN is a concatenation of computer name and dns suffix of the network (if you have none, you can add one via rightclick on the used network adapter>ipv4>properties>Advanced>DNS tab, so in the end the host file looked like
    127.0.0.1   localhost   computer-name.ourSuffix.com
    After this line has been added, the error stopped and the transports work again.
    I hope it helps. Good luck.

Maybe you are looking for