Import fail while trying to import userdefinedfields.xml

All,
I am trying to import userdefinedfield.xml from dev to QA environment and import fails with below error message.
[xx/07/13 11:36:44:892 EST] 00000051 SystemOut     O ERROR,15 Jul 2013 11:36:44,892,[XELLERATE.DATABASE],ALTER TABLE USR MODIFY
java.sql.SQLException: ORA-00904: : invalid identifier
[15/07/13 11:36:44:907 EST] 00000051 SystemOut     O DEBUG,15 Jul 2013 11:36:44,907,[XELLERATE.SERVER],Class/Method: tcDataBase/substitute entered.
[xx/07/13 11:36:44:907 EST] 00000051 SystemOut     O DEBUG,15 Jul 2013 11:36:44,907,[XELLERATE.SERVER],Class/Method: tcDataObj:handleErr - Data: poError.isAction - Value: F
[xx/07/13 11:36:44:907 EST] 00000051 SystemOut     O DEBUG,15 Jul 2013 11:36:44,907,[XELLERATE.SERVER],Class/Method: tcDataObj:handleErr - Data: poError.isCode - Value: SDK.MODCOL
[xx/07/13 11:36:44:907 EST] 00000051 SystemOut     O DEBUG,15 Jul 2013 11:36:44,907,[XELLERATE.SERVER],Class/Method: tcDataObj:handleErr - Data: poError.isDescription - Value: Error Modifying a Column.
[xx/07/13 11:36:44:907 EST] 00000051 SystemOut     O DEBUG,15 Jul 2013 11:36:44,907,[XELLERATE.SERVER],Class/Method: tcDataObj:handleErr - Data: poError.isRemedy - Value: Check for valid column length modification
[xx/07/13 11:36:44:907 EST] 00000051 SystemOut     O DEBUG,15 Jul 2013 11:36:44,907,[XELLERATE.SERVER],Class/Method: tcDataObj:handleErr - Data: poError.isDetail - Value: com.thortech.xl.orb.dataaccess.tcDataAccessException: DB_WRITE_FAILEDDetail: SQL: ALTER TABLE USR MODIFY Description: ORA-00904: : invalid identifier
SQL State: 42000Vendor Code: 904Additional Debug Info:com.thortech.xl.orb.dataaccess.tcDataAccessException
[xx/07/13 11:36:44:923 EST] 00000051 SystemOut     O ERROR,15 Jul 2013 11:36:44,923,[XELLERATE.DDM.IMPORT],Error Modifying a Column.
[xx/07/13 11:36:44:923 EST] 00000051 SystemOut     O ERROR,15 Jul 2013 11:36:44,923,[XELLERATE.DDM.IMPORT],Exception during import
com.thortech.xl.ddm.exception.DDMException: Unable to save dataobject for SDC
  at com.thortech.xl.ddm.instance.TableInstance.finishDataObject(Unknown Source)
We are not able to replicate the issue in any other dev/test environments.
Please suggest if you have idea on what can be issue.
Thanks,
Subbu

can you disable the caching of metadata, restart OIM server and then try importing the xml.

Similar Messages

  • SQL Server Import Export Wizard fails while trying to retrieve the data from FastObjects Database

    When trying to import data from FastObjects database to SQL Server 2008 R2 using import/ export wizard we get the following error message :
    "Column information for the source and the destination data could not be retrieved, or the data types of source columns were not mapped correctly to those available on the destination provider."
    Clicked on View button, the source data is retrieved correctly.
    Clicked on Edit Mapping button, the Import Export Wizard failed with the below error message:
    ===================================
    Column information for the source and destination data could not be retrieved.
    "Test" -> [dbo].[Test]:
    - Cannot find column -1.
    (SQL Server Import and Export Wizard)
    ===================================
    Cannot find column -1. (System.Data) 
    at System.Data.DataColumnCollection.get_Item(Int32 index) at System.Data.DataRow.get_Item(Int32 columnIndex) at Microsoft.DataTransformationServices.Controls.ProviderInfos.MetadataLoader.LoadColumnsFromTable(IDbConnection myConnection, String[] strRestrictions)
    at Microsoft.SqlServer.Dts.DtsWizard.OLEDBHelpers.LoadColumnsFromTable(MetadataLoader metadataLoader, IDbConnection myConnection, String[] strRestrictions, DataSourceInfo dsi)at Microsoft.SqlServer.Dts.DtsWizard.TransformInfo.PopulateDbSourceColumnInfoFromDB(IDbConnection
    mySourceConnection) at Microsoft.SqlServer.Dts.DtsWizard.TransformInfo.PopulateDbSourceColumnInfo(IDbConnection mySourceConnection, ColumnInfoCollection& sourceColInfos)

    Hi Chennie,
    Thank you for the post.
    Does the issue persists after you use the "Write a query to specify the data to transfer" option instead of “Copy data from one or more tables or views” option? If so, the issue may occur due to incorrect data type matching between the FastObjects database
    data types and SSIS data types. In this condition, I don’t think it is necessary to upgrade the SQL Server version. Since you can open the Column Mappings dialog box, please try to modify the data type mapping manually.
    In addition, the issue seems to be the same as the issue described in the following blog:
    http://blogs.msdn.com/b/dataaccesstechnologies/archive/2010/09/09/sql-server-import-export-wizard-fails-while-trying-to-retrieve-the-data-from-pervasive-database.aspx 
    Regards,
    Mike Yin
    TechNet Community Support

  • Gettting error while trying to upload an xml in oracle report builder11g

    REP-0069: An internal error occured. JDBCPDS-62008 : java.lang.NullPointerException
    This is the error m getting while trying to upload an xml with the option Open an existing report in Oracle Forms and Reports 11g
    An xml to be uploaded is as follows :
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <report DTDVersion="9.0.2.0.10" name="Simple">
    <data>
    <userParameter datatype="character" display="no" name="P_JDBCPDS" pluginClass="oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory"/>
    <dataSource name="SSRS_DB">
    <plugin factoryClass="oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory" signOnParameter="P_JDBCPDS"><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?> <jdbcpds DTDVersion="1.0"> <JDBCQuery>Select * from TableName</JDBCQuery> <QueryDefinition>0</QueryDefinition> <driverType>jdbc-odbc</driverType> <connectionClass>oracle.reports.plugin.datasource.jdbcpds.JDBCConnectionHandling</connectionClass> <SignOnParameter>P_JDBCPDS</SignOnParameter> <jdbcElements> <element cloumnScale="0" cloumnSize="50" name="Product name" type="12" typeName="varchar"/> <element cloumnScale="0" cloumnSize="50" name="Region" type="12" typeName="varchar"/> </jdbcElements> </jdbcpds> ]]></plugin>
    <group name="SSRS_DB">
    <dataItem datatype="character" javaDatatype="varChar" name="Product name">
    <dataDescriptor expression="Product name" order="1"/>
    </dataItem>
    <dataItem datatype="character" javaDatatype="varChar" name="Region">
    <dataDescriptor expression="Region" order="2"/>
    </dataItem>
    </group>
    </dataSource>
    </data>
    <layout>
    <section name="header">
    <margin>
    <text name="PH0textboxH0">
    <geometryInfo height="0.30210" width="3.61460" x="2.12500" y="1.43750"/>
    <textSegment>
    <string><![CDATA[This Is Header Section]]></string>
    </textSegment>
    </text>
    </margin>
    </section>
    <section name="main">
    <body>
    <graph name="chart1">
    <graphDefinition><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?> <rw:graph dataValues="DataValues" groups="Product name" id="chart1" src="No_DataSet"> <Graph customLayout="" seriesEffect="SE_AUTO_GRADIENT" version="11.1.1.0"> <Y1Axis majorTickStepAutomatic="true"/> <Y2Axis majorTickStepAutomatic="true"/> </Graph> </rw:graph> ]]></graphDefinition>
    </graph>
    </body>
    </section>
    </layout>
    <reportPrivate defaultReportType="tabular" templateName="rwbeige" versionFlags2="0"/>
    </report>
    Edited by: 904790 on May 21, 2012 4:00 AM

    Hi
    Try to increase just by 1.. and see what causing the problem
    If any page number - remove and do it again.
    However try below
    ERR REP-1219: 'R_1' has no size -- length or width is zero.

  • 10gRel2 Infra Install Fails While Trying to Spawn 'opmnctl start'

    Installing Application Server 10gRel2 Infrastructure on RHEL 4 (64-bit)
    Installation fails 66% through.
    The error occurred while trying to determine the running process: spawning 'oracle_home/bin/opmnctl start'
    I tried manually: 'opmnctl stop' Nothing.
    I then tried: 'opmnctl status' Nothing.
    How can I resolve this so that I can finish the installation.
    Thank you in advance for your help.

    My problem is "creating domain is failed". I guess that the issue with windows 7 32 bits on laptop doesn't configure and run nodemanager. I tried to start nodemanager but don't work (with weblogic scriptinf tools WST). However, Weblogic run ok but nodemanager is inactive. Also it doesn't create nodemanager.propierties. If I create a file nodemanager.properties (or I copied on directory obiee_home\ws_server_10.3\common\nodemanager) obiee installer configures its parameters pre-configured (if I modify a parameter, the installer modify it a default value and I don't know where is these parameters and its definition).
    I have installed obiee simple and enterprise and it don't work. I have installed on oracle 11g R2 (desktop and enterprise with datawarehouse) and obiee installer doesn't work. Further this installation obiee delay an hour and then generates error in my case "creating domain is failed".
    I'm going try to run install obiee 11.1.1.5 on windows 7 xp mode.
    Important: We need help of oracle experts or Oracle communicates if obiee installs or not on windows 7 32 bits laptop because We have wasted
    Thanks if anyone help us!!

  • Error 504 DNS look up failed while calling web services using XML

    Hi, I am trying to call web service from Oracle using XML.
    Everything seems to be in place but im getting an error "The webserver for <My End URL> reported that an error occurred while trying to access the website. Please click here to return to the previous page."
    If I directly access the end url from my browser its accessible and seems to work fine.
    The http response receiveed is mentioned below:
    Status code: 403
    Reason phrase: Forbidden
    <html>
    <head>
    <title>504 DNS look up failed</title>
    </head>
    <body>
    <font size=2><table width="100%"><tr><td bgcolor=#3300cc align="center" colspan=2>504 DNS look up failed</td></tr></table><br><br>The webserver for 'My End URL' reported that an error occurred while trying to access the website. Please click <u>here</u> to return to the previous page.<br><br><hr></font></body>
    </html>
    Im using Oracle 9i
    Please help
    Edited by: 927814 on Apr 15, 2012 11:41 PM
    Edited by: 927814 on Apr 15, 2012 11:46 PM

    Without far greater details as to what you are doing, what you have installed, and what you have tried, not much can be offered. All that I can gather from the information you provided is that the server name you are trying to contact either is not responding or is invalid. If you have Forms installed on your local machine (for example using Developer Suite), try using localhost rather than the hostname. For example, http://localhost:port/forms/frmservlet?form=yourform
    http://www.checkupdown.com/status/E504.html

  • Creating Domain step fails while trying to install OBIEE 11g (11.1.1.5)

    Hi Everyone,
    I am really stuck at a point from where I do not know which route to take. I am trying to install OBIEE 11g (11.1.1.5) on my Windows 7 (32-bit) laptop. I have tried all the options:
    1. Simple Install
    2. Enterprise Install
    3. Software only install (after installing Weblogic 10.3.4.0 separately)
    Everything goes well till the step Bi Configuration->Creating Domain.
    In this process whenever it reaches the stage when it tries to start Node Manager, it starts getting java exceptions and fails. It typically occurs when it does not find the nodemanager.properties file and tries to save the configurations there. It then encounters a Fatal Error.
    Excerpt from install2011-07-29_06-13-21PM.out
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Launching NodeManager ...
    Properties: {ListenPort=5556,NativeVersionEnabled=true,NodeManagerHome=C:/FusionMW/wlserver_10.3/common/nodemanager,StartScriptEnabled=true,}
    Command: C:\FusionMW\JROCKI~1.2-4\jre\bin\javaw.exe -classpath "C:\FusionMW\JROCKI~1.2-4\jre\lib\rt.jar;C:\FusionMW\JROCKI~1.2-4\jre\lib\i18n.jar;C:\FusionMW\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\FusionMW\JROCKI~1.2-4\lib\tools.jar;C:\FusionMW\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\FusionMW\WLSERV~1.3\server\lib\weblogic.jar;C:\FusionMW\modules\features\weblogic.server.modules_10.3.5.0.jar;C:\FusionMW\WLSERV~1.3\server\lib\webservices.jar;C:\FusionMW\modules\ORGAPA~1.1\lib\ant-all.jar;C:\FusionMW\modules\NETSFA~1.0_1\lib\ant-contrib.jar;C:\Users\SUCHAT~1\AppData\Local\Temp\.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip;C:\FusionMW\utils\config\10.3\config-launch.jar;C:\FusionMW\WLSERV~1.3\common\derby\lib\derbynet.jar;C:\FusionMW\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\FusionMW\WLSERV~1.3\common\derby\lib\derbytools.jar" weblogic.NodeManager "-v"
    NMProcess: <Jul 29, 2011 7:21:31 PM> <INFO> <Loading domains file: C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.domains>
    NMProcess: Jul 29, 2011 7:21:31 PM weblogic.nodemanager.server.NMServerConfig initDomainsMap
    NMProcess: INFO: Loading domains file: C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.domains
    NMProcess: <Jul 29, 2011 7:21:35 PM> <INFO> <Loading identity key store: FileName=C:/FusionMW/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.SSLConfig loadKeyStoreConfig
    NMProcess: INFO: Loading identity key store: FileName=C:/FusionMW/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true
    NMProcess: <Jul 29, 2011 7:21:35 PM> <WARNING> <Node manager configuration properties file 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties' not found. Using default settings.>
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.NMServer <init>
    NMProcess: WARNING: Node manager configuration properties file 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties' not found. Using default settings.
    NMProcess: <Jul 29, 2011 7:21:35 PM> <INFO> <Saving node manager configuration properties to 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties'>
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.NMServer <init>
    NMProcess: INFO: Saving node manager configuration properties to 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties'
    NMProcess: <Jul 29, 2011 7:21:35 PM> <SEVERE> <Fatal error in node manager server>
    NMProcess: java.lang.NullPointerException
    NMProcess:      at java.util.Hashtable.containsKey(Hashtable.java:314)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
    NMProcess:      at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
    NMProcess:      at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
    NMProcess:      at weblogic.NodeManager.main(NodeManager.java:31)
    NMProcess:
    NMProcess: Jul 29, 2011 7:21:35 PM weblogic.nodemanager.server.NMServer main
    NMProcess: SEVERE: Fatal error in node manager server
    NMProcess: java.lang.NullPointerException
    NMProcess:      at java.util.Hashtable.containsKey(Hashtable.java:314)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
    NMProcess:      at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
    NMProcess:      at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
    NMProcess:      at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
    NMProcess:      at weblogic.NodeManager.main(NodeManager.java:31)
    NMProcess: Stopped draining NMProcess
    NMProcess: Stopped draining NMProcess
    Successfully launched the Node Manager.
    The Node Manager process is running independent of the WLST process.
    Exiting WLST will not stop the Node Manager process. Please refer
    to the Node Manager logs for more information.
    The Node Manager logs will be under C:\FusionMW\wlserver_10.3\common\nodemanager
    Node Manager starting in the background
    Excerpt from nodemanager.log which is created at <WL_HOME>\common\nodemanager:
    <Jul 29, 2011 7:21:31 PM> <INFO> <Loading domains file: C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.domains>
    <Jul 29, 2011 7:21:35 PM> <INFO> <Loading identity key store: FileName=C:/FusionMW/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    <Jul 29, 2011 7:21:35 PM> <WARNING> <Node manager configuration properties file 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties' not found. Using default settings.>
    <Jul 29, 2011 7:21:35 PM> <INFO> <Saving node manager configuration properties to 'C:\FusionMW\wlserver_10.3\common\nodemanager\nodemanager.properties'>
    <Jul 29, 2011 7:21:35 PM> <SEVERE> <Fatal error in node manager server>
    java.lang.NullPointerException
         at java.util.Hashtable.containsKey(Hashtable.java:314)
         at weblogic.nodemanager.server.NMServerConfig.initNetworkInfoList(NMServerConfig.java:491)
         at weblogic.nodemanager.server.NMServerConfig.getNetworkInfoList(NMServerConfig.java:481)
         at weblogic.nodemanager.server.NMServerConfig.getConfigProperties(NMServerConfig.java:545)
         at weblogic.nodemanager.server.NMServer.<init>(NMServer.java:154)
         at weblogic.nodemanager.server.NMServer.main(NMServer.java:375)
         at weblogic.NodeManager.main(NodeManager.java:31)
    After this it hangs for a long time before finally coming up with Node Manager Server Timed Out error and finally the Creating Domain step fails.
    One thing that I have noticed is that whenever it tries to create the nodemanager.properties or write to it it encounters this error and hence the nodemanager.properties file is also not getting generated.
    I have ensured that there are no spaces in the TEMP and TMP paths. I even tried creating and putting the nodemanager.properties file in the location but that too does not work.
    Strange part is that when I install Weblogic separately and have nodemanager as a windows service, then with the nodemanager.properties that I created the windows service runs, but the OBIEE installation still fails.
    Any help on this would be greatly appreciated.
    Thanks and regards,
    Subho

    My problem is "creating domain is failed". I guess that the issue with windows 7 32 bits on laptop doesn't configure and run nodemanager. I tried to start nodemanager but don't work (with weblogic scriptinf tools WST). However, Weblogic run ok but nodemanager is inactive. Also it doesn't create nodemanager.propierties. If I create a file nodemanager.properties (or I copied on directory obiee_home\ws_server_10.3\common\nodemanager) obiee installer configures its parameters pre-configured (if I modify a parameter, the installer modify it a default value and I don't know where is these parameters and its definition).
    I have installed obiee simple and enterprise and it don't work. I have installed on oracle 11g R2 (desktop and enterprise with datawarehouse) and obiee installer doesn't work. Further this installation obiee delay an hour and then generates error in my case "creating domain is failed".
    I'm going try to run install obiee 11.1.1.5 on windows 7 xp mode.
    Important: We need help of oracle experts or Oracle communicates if obiee installs or not on windows 7 32 bits laptop because We have wasted
    Thanks if anyone help us!!

  • "Connect failed" while trying to transport

    I am trying to implement a SAP Note and there it was necessary to import some transport request. I was able to add the request to the STMS-transaction, but I am unable to transport it. Every time I try I am getting the same error: "Connect failed". I checked the environment variables of the user, but these seem to be right set. But if I am looking to the trace file it seems that there is a problem with some user.
    Is there in anyone that has a solution for this?
    This is tp version 320.56.89 (release 620)
    ERROR: Connect to DEV failed (20060801114224, probably wrong environment).
    TRACE-INFO: 1:  [dev trc     ,00000]  Tue Aug 01 11:42:23 2006                                     2577  0.002577
    TRACE-INFO: 2:  [dev trc     ,00000]  load shared library (dbmssslib.dll), hdl 0                     27  0.002604
    TRACE-INFO: 3:  [dev trc     ,00000]      using "D:usrsapDEVSYSexerundbmssslib.dll"           32  0.002636
    TRACE-INFO: 4:  [dev trc     ,00000]  ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'dev' setuser 'dev']
    TRACE-INFO: 5:                                                                                46056  0.048692
    TRACE-INFO: 6:  [dev trc     ,00000]  ExecuteAndFlush: line 36739. hr: 0x80040e14 There is no such user or group 'dev'.
    TRACE-INFO: 7:                                                                                88  0.048780
    TRACE-INFO: 8:  [dev trc     ,00000]  HandleOledbError [ExecuteAndFlush,line 36739]: Error/Message: (err 4604, sev 0), There is no
    such user or group 'dev'.
    TRACE-INFO: 9:                                                                                97  0.048877
    TRACE-INFO: 10:  [dev trc     ,00000]  setuser 'dev' failed -- connect terminated                     56  0.048933
    TRACE-INFO: 11:  [dev trc     ,00000]  Tue Aug 01 11:42:24 2006                                    22901  0.071834
    TRACE-INFO: 12:  [dev trc     ,00000]  ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'dev' setuser 'dev']
    TRACE-INFO: 13:                                                                                33  0.071867
    TRACE-INFO: 14:  [dev trc     ,00000]  ExecuteAndFlush: line 36739. hr: 0x80040e14 There is no such user or group 'dev'.
    TRACE-INFO: 15:                                                                                62  0.071929
    TRACE-INFO: 16:  [dev trc     ,00000]  HandleOledbError [ExecuteAndFlush,line 36739]: Error/Message: (err 4604, sev 0), There is no
    such user or group 'dev'.
    TRACE-INFO: 17:                                                                                76  0.072005
    TRACE-INFO: 18:  [dev trc     ,00000]  setuser 'dev' failed -- connect terminated                     42  0.072047
    TRACE-INFO: 19:  [dev trc     ,00000]  ExecuteAndFlush return code: 0x80040e14 Stmt: [if user_name() != 'dev' setuser 'dev']
    TRACE-INFO: 20:                                                                                15108  0.087155
    TRACE-INFO: 21:  [dev trc     ,00000]  ExecuteAndFlush: line 36739. hr: 0x80040e14 There is no such user or group 'dev'.
    TRACE-INFO: 22:                                                                                68  0.087223
    TRACE-INFO: 23:  [dev trc     ,00000]  HandleOledbError [ExecuteAndFlush,line 36739]: Error/Message: (err 4604, sev 0), There is no
    such user or group 'dev'.
    TRACE-INFO: 24:                                                                                79  0.087302
    TRACE-INFO: 25:  [dev trc     ,00000]  setuser 'dev' failed -- connect terminated                     43  0.087345
    TRACE-INFO: 26:  [dev trc     ,00000]  failed to establish conn. 0                                  5407  0.092752
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0232
    Output from tools called by tp:
    Thanks in advance!

    Remove existing backup destinations before you "add"  a new destination.
    OR
    BACKUP DATABASE dbname TO DISK ='c:\dbname.bak'
    ---Prashanth

  • "encode failed" while trying to transcode squences

    I've been working on a dvd project for the company I work for and have gotten stuck.  I have created all of my squences in Premiere CS4 and now I am ADL all of the sequences into my Encore file.  I have 11 seqences, 1 is a menu background video, 1 is an intro video that plays at the begining and the other 9 are chapter playlists. I have to menus, 1 basic menu with play all button chapter button and introduction button to view intro agian. My project settings are on the default dvd settings.  My videos have a mixture of new HD footage and SD footage.  7 of the 11 sequences will transcod but the last 4 wont.  I have tried to empty media cache and restart but it doesn't work.  I have gotten it to trancode all before but then my boss wanted some of the sequences changed so I did, deleted the old trancoded file in encore and ADL again, but "encode failed" when trancoding.   Any advice?
    -aaron

    Exporting as Jim suggests is a good workaround and troubleshooting method, is the way we all had to work before dynamic link, and is sometimes the only way.  But I wouldn't give up on DL yet.
    I have gotten it to trancode all before but then my boss wanted some of the sequences changed so I did, deleted the old trancoded file in encore
    The correct method for each changed sequence is to select the sequence in the Encore project panel, "revert to original," at which point it updates to the new Premiere version, and then proceed.  Deleting and re-adding risks confusing Encore with the same name.  This can lead to corruption of the project, and even importing assets that are not dynamically linked may not work.
    Worst case: Save your menus, and restart from scratch.  New Encore project with a different name that before.
    I would export (as Jim suggests) from Premiere, but only the sequences that were changed.  Use a different name from the one used before.  (This should not matter, since one is a DL and the other an actual file, but I would eliminate that as any issue.  Encore retains stuff in its directories, and you often have no idea what has messed the project up.)
    the other 9 are chapter playlists.
    What does that mean?  Each of these 9 Premiere sequences is brought into Encore as a timeline and then chapters in it are made into a chapter playlist?  Or the 9 are brought in as timelines and are put in a playlist (not technically a "chapter playlist")?

  • Task Sequence Fails while trying to access a folder in PXE

    Hello Guys,
    I am facing issues while PXE.  It fails with below error.
    Logs from server :
    Severity               Type      Site code             Date / Time       
    System Component        Message ID        Description
    Error      Milestone                    2/4/2014 9:49:11 AM               
    Task Sequence Engine   11135    The task sequence execution engine failed executing the action (DiskPart DataDisk) in the group (Install Operating System) with the error code 2147942402  Action output: T=80070047 (e:\nts_sms_fre\sms\framework\tscore\tsconnection.cpp,148)
    Failed to access the share \\server.org\SMSPKGE$\PCK000AA\ with network access account !sAccessibleSource.empty(), HRESULT=80070002 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,2392) GetAccessibleLocation(pszSource,
    saResolvedPath, sSourceDirectory, dwFlags, hUserToken), HRESULT=80070002 (e:\nts_sms_fre\sms\framework\tscore\resolvesource.cpp,3168) TS::Utility::ResolveSource(pszPkgID, sPath, 0, hUserToken, sUserName.empty() ? NULL : sUserName.c_str(), sUserName.empty()
    ? NULL : sUserPassword.c_str()), HRESULT=80070002 (e:\nts_sms_fre\sms\client\osdeployment\installsoftware\runcommandline.cpp,395) cmd.Execute(pszPkgID, sProgramName, dwCmdLineExitCode), HRESULT=80070002 (e:\nts_sms_fre\sms\client\osdeployment\installsoftware\main.cpp,385)
    Failed to find an available source location Failed to resolve the source for SMS PKGID=PCK000AA, hr=0x80070002 Install Software failed to run command line, hr=0x80070002. The operating system reported error 2147942402: The system cannot find the file specified.
    SMSTG log from PC where it fails :
    Failed to connect to "\\server.ORG\SMSPKGE$\PCK000AA" (71)
    Task Sequence fails only when acccessing one folder and below steps have been tried.
    - Network access account is configured and its working fine for all other secondary site
    - NAA is having access to folder.
    - NAA is added to Server Local Admin Access Group.
    - Deleted folder and Replicated from central
    - Granted everyone access to folder.
    It works only when other Admin Account is updated in place of existing NAA details on primary server. However the same NAA is working fine on all Primary and Secondary servers. Issue is only with one secondary server.
    Its very strange issue!!!
    Waiting for a solution.
    Mukhyaprana

    0x80070047 = "No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept."
    You must have some non-standard policy or restriction applied to the system hosting the share.
    Jason | http://blog.configmgrftw.com

  • OAM:Database Validation Failed While Trying to Add New RDBMS Profile

    It's about DB connection with OAM 10.1.4 through OCI in Windows Server 2003.
    The error in OAM identity console: Database Validation Failed
    The error in OAM component logs: TNS:could not resolve the connect identifier specified%0a Error Code from OCIErrorGet^12154
    My working environment is 'Integrated IDM 10.1.4' downloaded in FF, the following is its description:
    This image is based off the OIM 9.0.3 image built by Sanjay Rallapalli. The underlying environment on which the image is built includes the following component and any associated user name/password combinations:
    Windows 2003 Active Directory (Administrator/abcd1234)
    Exchange 2003 (Administrator/abcd1234)
    Sun One Directory Server (cn=Directory Admin/abcd1234)
    Microsoft IIS
    Microsoft Certificate Authority
    Tomcat J2SE Server
    The image also includes a number of Oracle components including:
    Oracle DB 10G (sys, system/abcd1234)
    Oracle OC4J (http://ten.mydomain.com:7777/em oc4jadmin/abcd1234)
    Oracle Identity Manager (xelsysadm/xelsysadm)
    Oracle Virtual Directory (cn=admin/abcd1234)
    Oracle Access Manager (Administrator/abcd1234)
    Owner: Michael Terra     Creation Date: 24-JUL-08     Rating: Not Rated
    VM OS: Windows Server 2003     
    It seems an old problem as there are many articles in metalink treating it.
    Although I tried every solution proposed by metalink, I still get my 'Database Validation Failed'. I have restarted my system and rechecked in metalink several times.
    I'd like to know is there anyone who has successfully configured OAM connecting with Oracle DB through OCI in Windows? Could you tell me is there anything special I have to do? Thanks a lot.

    Hi All,
    I am trying to configure the audting for OAM 10.4.0.1 with OID as user store/Policy store. My oracle DB (10.1.0.5.0--comes bundled with OID) is on same host.
    I am trying to configure the audit database in OCI mode as there is some issue with installation of ODBC driver that i was not able to resolve.
    While creating RDBMS profile i am also getting the same error *"Database validation failed*" and in identity server logs stated as "*SqlAdapter Error OCIerrormap cpp:53 'OCI failed to create environment variable' method^OCI Adapter::OCI Adapter ociRetcode^ OCIError"*
    Does anyone able to successfully configure the audit database with same environment or let me know where i am missing or additional steps required.
    Thanks in advance!

  • "Kerberos" authentication failed while trying to access EMC or EMS

    Salam,
    I have successfully installed Exchange 2010 SP1 on a transitional environment, the installation went smooth without any problem and I've done most of the trasitioning configuration from Exchange Server 2003 to Exchange Server 2010.
    Currently we're in the process of moving the mailboxes, but I've come across a problem recently which stopped all my work and I can no longer commence with this transition unless its solved.
    Sometimes when I try to access EMC or EMS I get the hereunder error:
    The following error occurred while attempting to connect to the specified Exchange server 'afhmail.arabfinancehouse.com.lb':
    The attempt to connect to http://afhmail.arabfinancehouse.com.lb/PowerShell using "Kerberos" authentication failed: Connecting to remote server failed
    with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic.
    I've read most of the articles found on the internet including
    http://msexchangeteam.com/archive/2010/02/04/453946.aspx to try to troubleshoot this problem but nothing has worked so far, I tried removing Win RM IIS extensions as well then adding them again with a restart and nothing. I tried the Kerbauth dll removal
    also nothing and the problem keeps to occur and the situation is not stable.
    Also I read in a KB article somewhere that if we have multiple domain controllers a single domain controller should be assigned on the Exchange Server (Organization Configuration, Server Configuration, Recipient Configuration) so I assigned the PDC to be selected
    by those configurations at startup, yet I am still facing the same problem.
    Again I emphasis that the problem comes and goes, at a time I can access EMS and at another is just gives me the Kerberos error.
    Thank you very much in advance,
    Kindest Regards.
    Abdullah Abdullah

    Hi Abdullah,
    Can you open the EMS?
    If yes, please run the WinRM QC and post the results here.
    If possible, please use another admin's account to log on to Exchange to try to open EMC.
    Frank Wang
    TechNet Subscriber Support
    in forum
    If you have any feedback on our support, please contact
    [email protected]
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Error while trying to update the XML template using XML Publisher Administrator

    Hello Folks,
    We are on R12.1.3
    I changed a condition in a report and trying to upload the new XML template using XML Publisher Administrator.
    when i click the Apply button, it is throwing an error 'Bad Request'
    Navigation : XML Publisher Administrator > Data Definitions > query the report
    Click on the name of the report > click 'Update file' besides Data Template > Choose file > Click Apply
    I am getting the below error
    Bad Request
    Your browser sent a request that this server could not understand.
    Now, i could not upload a new XML template.
    Am I doing anything wrong.
    regards,
    Kris

    user10163762 wrote:
    Thank you Eugen and Hussein.
    The problem is not with the template.
    It seems to be a problem in that particular instance.
    Uploaded it in a different instance.
    However once i run the program, i cannot view the output as the browser window flashes and disappears.
    My colleague says , it is to do with the trusted site to download something from the browser.
    Can you please guide me on how to fix this ?
    http://bit.ly/1k8e2vi
    Thanks,
    Hussein

  • AIA harvestor fails while trying in mode AIA

    Hi,
    I am trying to harvest a sample composite into both OER and project lifecycle workbench.
    I am receiving the following error when i tried to execute AIAHarvest.sh -settings ./HarvesterSettings1.xml -partial true -mode AIA from unix shell.
    Exception in thread "main" javax.naming.NameNotFoundException: Unable to resolve 'jdbc.AIALifeCycleDS'. Resolved 'jdbc' [Root exception is javax.naming.NameNotFoundException: Unable to resolve 'jdbc.AIALifeCycleDS'. Resolved 'jdbc']; remaining name 'AIALifeCycleDS'
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    at weblogic.jndi.internal.ServerNamingNode_1031_WLStub.lookup(Unknown Source)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:400)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:388)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at com.oracle.aia.AIACompositeParser.openModule(Unknown Source)
    at com.oracle.aia.AIACompositeParser.<init>(Unknown Source)
    at com.oracle.aia.AIAXmlReader.feedToCompositeParser(Unknown Source)
    at com.oracle.aia.AIACompositeMain.main(Unknown Source)
    at com.oracle.aia.AIAHarvester.main(Unknown Source)
    Caused by: javax.naming.NameNotFoundException: Unable to resolve 'jdbc.AIALifeCycleDS'. Resolved 'jdbc'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214)
    at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Please inform me on what steps to take to resolve this exception
    Thanks
    Philip

    one possibility, in the cluster environment, the jndi port should point to the admin port, and your admin console should have the jdbc data source defined.

  • Backup failed while trying to take the managed metadata database using SSMS

    hi,
     i am trying to take a backup of my  databaase - sharepoint managed metadata database .
    but i am getting the error, backup failed! Pls help, how to resolve this
    here is the screen shot.

    Remove existing backup destinations before you "add"  a new destination.
    OR
    BACKUP DATABASE dbname TO DISK ='c:\dbname.bak'
    ---Prashanth

  • Retrieving device id failed while trying to create setup package

    Hi,
    We are on SAP MI 2.5 ; SP21 (NW2004). I am trying to create a setup package including the following:
    1. DB2E version 912
    2. MI2.5 SP18 Framework
    3. Addon MI 2.5 SP21 (to pacth MI SP18 to MI SP21)
    4. MAU 3.0 SP05
    I have included the device configuration in the sequence that they appear above into a Hierarchy Group and assigned users to this group.
    When trying to create the set up package for any of these users I get the following error:
    0050 tc.mobile.admin.bl ; 172344 20080331 Retrieving device id failed.
    The last successful statement in the log Viewer is (i.e. before the above error appears)
    "Set the communication server port to 45004"
    Any help would be much appreciated.
    Thank in advance.
    Kind Regards
    Mike

    Hi Sivakumar,
    Thank you very much for quick response.
    I have tried what you have suggested. It doesn't throw an error any more but the setup package creation is not completed. Looking at the log viewer It seems that it stuck at the following point:
    0070 tc.mobile.admin.bl ; 174044 20080401 Set the communication server port to 45013
    0070 tc.mobile.admin.bl ; 174044 20080401 Retrieving device id.
    This point is the same that was previously kicking the error.
    Any suggestion would be much appreciated.
    Thank you in advance.
    Kind Regards
    Mike

Maybe you are looking for

  • Creative Sound Blaster Audigy Platinum

    Im having issues with this card when I bought it it was great but now after reformats and installing from the software disc I frist recieve an error saying it cant find the remote reciever then I recieve an exclamation mark next to the audio media co

  • HT204003 How can I locate all of the passbook enabled apps?

    I opened Passbook and a list of 4 or 5 passbook enabled apps appeared on the screen.  I installed a Walgreen's app, joined their loyalty card program, and selected the option to use in Passbook.  Now the opening screen on Passbook shows the Walgreen'

  • Photoshop CC rendering crazy color overlays in file

    Photoshop is doing some insane things to a file we're working on, it's adding multi-colored, random blocks of color overlays all throughout the file. We'll close the file and reopen it, and it's fine. Then it starts doing it again! Has anyone else ev

  • How do I verify my T510 actually has the solid state drive that I ordered?

    My machine sometimes makes a loud noise like a hard drive going nuts when it is moving alot of data (as I move data from my old machine to this one). I ordered it with a solid state drive but wonder if a regular hard drive was put in the machine by m

  • Carry Forward Leave

    Need PCR to carry forward my leave quota to next year one PCR to transfer at end of the year for remaining quota to timetypes second PCR to transfer timetypes last year renemg quota to back