Import-CMDriver fails with "Import-CMDriver : Invalid object path "

I am attempting to use Import-CMDriver but it fails with:
"Import-CMDriver : Invalid object path "
I can see that it is adding the driver to the catalog, but it is failing to add it to the package and I can't figure out why.  I have tried with different inf files and deleted and created different packages.  It just doesn't work.  Here is
the command that I am running.  I don't see any reason why it wouldn't work.
 Set-Location abc:
    foreach($iniFile in $infFilesToDeploy){
        $cmDrivePackage = Get-CMDriverPackage -Name "PackageName"
        $cmDriverCat = Get-CMCategory -CategoryType "DriverCategories" -Name "PackageName"
        $cmDrivePackage
        $iniFile
        Import-CMDriver -UncFileLocation $iniFile -ImportDuplicateDriverOption AppendCategory -AdministrativeCategory $cmDriverCat -EnableAndAllowInstall $True -DriverPackage $cmDrivePackage -UpdateDistributionPointsforDriverPackage $false
As I said, it is seeing the ini file since it it importing it into the catalog.  It just won't add it to the package.  It also leaves the package in a locked state if I try to modify it after I run this command.
Anyone have any ideas why this command doesn't function?
Thank you for your time.

Hi,
What's the version of your SCCM? I ran this command "Import-CMDriver -UncFileLocation... " on my SCCM 2012 R2 CU1. I didn't get the error above.
I also tried the command below, it ran successful.
 $d=Get-CMDriverPackage -Id "..."
 Import-CMDriver -UncFileLocation "\\..." -DriverPackage $d -EnableAndAllowInstall $true
Best Regards,
Joyce
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • "Invalid object path" Driver Import

    PS P01:\> Add-CMDriverToDriverPackage -DriverName $item.LocalizedDisplayName -DriverPackageName $HWType -verbose
    VERBOSE: Executing WQL query: SELECT * FROM SMS_DriverPackage WHERE Name='Microsoft.HyperV.W7X64'
    VERBOSE: Query options: ExpectResults
    VERBOSE: Performing the operation "Add" on target "DriverToDriverPackage: Name="Microsoft.HyperV.W7X64"".
    VERBOSE: Executing method 'RequestLock' against class 'SMS_ObjectLock'
    VERBOSE: Input properties:
    VERBOSE: -- :: ObjectRelPath == SMS_DriverPackage.PackageID="P010009C"
    VERBOSE: -- :: RequestTransfer == True
    VERBOSE: Output properties:
    VERBOSE: -- :: AssignedMachine == <SERVER>
    VERBOSE: -- :: AssignedObjectLockContext == b72216b2-de12-453a-98d6-89bbcdd88443
    VERBOSE: -- :: AssignedSiteCode == P01
    VERBOSE: -- :: AssignedTimeUTC == 10/28/2014 10:19 PM
    VERBOSE: -- :: AssignedUser == <USER>
    VERBOSE: -- :: LockState == 1
    VERBOSE: -- :: RequestID == 3F595BA4-BEAF-4707-B824-A786AD02EAD5
    VERBOSE: -- :: RequestState == 10
    VERBOSE: -- :: ReturnValue == 0
    VERBOSE: Lock acquisition on 'SMS_DriverPackage.PackageID="P010009C"' returned: Granted
    VERBOSE: Executing WQL query: SELECT * FROM SMS_Driver WHERE LocalizedDisplayName='Microsoft Hyper-V Network Adapte
    r'
    VERBOSE: Query options: ExpectResults
    VERBOSE: Query 'SELECT * FROM SMS_Driver WHERE LocalizedDisplayName='Microsoft Hyper-V Network Adapter' ' processed
    1 results.
    VERBOSE: Executing WQL query: Select CTC.ContentID From SMS_CIToContent As CTC Join SMS_Driver As DR On DR.CI_ID=CT
    C.CI_ID Where DR.CI_ID=16786189
    VERBOSE: Query options: None
    VERBOSE: Executing method 'ReleaseLock' against class 'SMS_ObjectLock'
    VERBOSE: Input properties:
    VERBOSE: -- :: ObjectRelPath == SMS_DriverPackage.PackageID="P010009C"
    VERBOSE: Output properties:
    VERBOSE: -- :: ReturnValue == 0
    VERBOSE: Lock release on 'SMS_DriverPackage.PackageID="P010009C"' success: True
    Add-CMDriverToDriverPackage : Invalid object path
    At line:1 char:2
    + Add-CMDriverToDriverPackage -DriverName $item.LocalizedDisplayName -DriverPacka ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : NotSpecified: (Microsoft.Confi...rPackageCommand:AddDriverToDriverPackageCommand) [
    Add-CMDriverToDriverPackage], WqlQueryException
    + FullyQualifiedErrorId : UnhandledExeception,Microsoft.ConfigurationManagement.Cmdlets.Osd.Commands.AddDrive
    rToDriverPackageCommand
    Does anybody know a workaround for this bug?
    Same error in Add-CMDriverToDriverPackage and Import-CMDriver
    How will be the WMI Commandlet?
    Please Help. THX

    Hi,
    Please refer to the link below:
    Import-CMDriver
    http://technet.microsoft.com/en-us/library/dn151073(v=sc.20).aspx
    More info:
    ConfigMgr Driver Injector
    This tool will help you to capture installed drivers on your workstations and then will automatically import them in ConfigMgr 2012.
    http://gallery.technet.microsoft.com/ConfigMgr-Driver-Injector-aae7d17d
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.
    Hi Xin Guo,
    thx for post, but you can try the syntax and it will fail, cause what i read there is since 2012 R2 CU 3 some changes also in SQL and so the command with Paramater
    -DriverPackageName
    will not work correctly and abort, so the Technet Page is here not the Solution about.
    Also i don't need an extra Tool, cause i have all driver's but for the massimport i want to use wmi, powershell.
    Help :)

  • Import (imp) failing with IMP-00010 error

    Hi Experts,
    I am doing import to Windows from an export dump that was taken on Solaris 10. But the import is failing with the following error.
    IMP-00010: not a valid export file, header failed verification
    IMP-00000: Import terminated unsuccessfully
    I checked the source and target oracle versions and NLS_LANG parameter.
    In both the databases NLS_LANG parameter is set to AMERICAN only. But the oracle versions are different
    Source
    OS : Solaris 10
    Oracle version : *11.2.0.2*
    Export dump : exp_CAAU2.dmp.gz (Export taken by zipping)
    Target
    OS : Windows server 2003
    Oracle Version : *10.2.0.2.0*
    While importing into windows env, it is failing..
    Please let me know the reason why the import is failing?
    Can i upgrade the target oracle version to 11.2.0.2 to succeed the import?

    Hi,
    The IMP indicates this this error is coming from the old imp. This dump file could be from the expdp utility, which would require you to use the impdp utility.
    Source
    OS : Solaris 10
    Oracle version : 11.2.0.2
    Export dump : exp_CAAU2.dmp.gz (Export taken by zipping)
    Target
    OS : Windows server 2003
    Oracle Version : 10.2.0.2.0
    While importing into windows env, it is failing..
    What really matters here is the compatibility level. If your source and target compatibility levels are the same, then with Data Pump, the dumpfile created on the source, would work on the target. If the compatibility levels are different, then use expdp with the version parameter set to the compatibility level of the target.
    Please let me know the reason why the import is failing?Check the suggestions above first.
    Can i upgrade the target oracle version to 11.2.0.2 to succeed the import?It could help, but first check to see if you are using the right utility and then check the compatibility versions.
    Dean

  • Cssrcrix.sql failes with DRG-10703: invalid framework object korean_lexer

    hi,
    While applying 11.5.10.2 patch on RHEL 5.5 with DB 10.2.0.5 one of the worker got failed
    as fallows:
    sqlplus -s APPS/***** @/appltest/preprod/prodappl/cs/11.5.0/patch/115/sql/cssrcrix.sql &un_apps &un_cs CTXSYS
    declare
    ERROR at line 1:
    ORA-20000: Oracle Text error:
    DRG-10703: invalid framework object korean_lexer
    ORA-06512: at line 224
    Please suggest if you have any idea

    Please see (cssrctxp.sql fails with DRG-10703: Invalid Framework Object Korean_lexer [ID 402422.1]).
    Thanks,
    Hussein

  • Import Server fails to import if repository has password

    Hi,
    I am using MDM SP05 Patch2 on Windows Server.
    I added a login password to my repository. Now what happens is the import server fails to import files for that repository giving the error :
    "<i>[MDS=MDM Repos=Repo]: CatMgrClientWorker.Connect() failed. RC: 0xffaa0200 Invalid logon credentials</i>"
    After changing the password, i restarted MDM Server and Import Server both.
    But if i remove the password from my repository, the import runs successfully.
    Someone pls suggest.
    Regards,
    Chintan

    Hi Danish,
    The process of changing the password in .ini files works till MDM 5.5 version.
    From MDM 7.1 version, the password Must be Changed only at the Auxilliary level. Changing it in the .ini file directly will have no effect.
    In MDM 7.1, configuration of some repository-specific MDIS/MDSS parameters moved from the repository sections of mdis.ini/mdss.ini to a new MDIS/MDSS-specific Repository Detail pane in MDM Console.
    When you connect to the Auxilliary servers, you fill find both the configurations for MDIS and MDSS:
    User: The user name MDSS uses to access the MDM repository.
    Password: The password MDSS uses to access the MDM repository.
    Use the same password that you have assigned to Admin in the Console.
    You can refer to the Console Reference guide : page number 263.
    If you have already done this, can you please check the log file and let us know if you find anything.
    Thanks,
    Priti

  • Local Domain Index  query fails with ora-01410: invalid rowid

    Hello!
    I have a task to implement partitioned domain index for range partitioned table.
    As I understood from reference http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28425/dom_idx.htm
    the main difference is to provide support for partitioning operations by
    implementing corresponding ODCI interface functions.
    For the first I decided to create something simple to not spend time on system partitioned
    index storage table. My problem is that domain index works correctly when it's created without
    support for partitioning and produces "*ORA-01410: INVALID ROWID*" when it's created
    with LOCAL option.
    Test query:
    SELECT /* +index(from_sample_index) */ * FROM index_in_partitioned_tbl WHERE position_between(card_no)  < 50 ORDER BY card_no DESC;
    Index creared in this way returns 3 rows:
    CREATE INDEX from_sample_index ON index_in_partitioned_tbl (card_no) INDEXTYPE IS position_indextype;
    When index has been creared with LOCAL option I got "ORA-01410: INVALID ROWID" :
    CREATE INDEX from_sample_index ON index_in_partitioned_tbl (card_no) INDEXTYPE IS position_indextype LOCAL;
    I don't post implementation's source code to reduce amount of text in post. It works for global index.
    If I copy rowid from index storage table and then put it into something like
    SELECT card_no FROM index_in_partitioned_tbl WHERE rowid = 'AAAXHGAAEAAAFERAAh';
    then it will be executed successfully without any errors.
    I suppose the error could be somehow linked with "alter index" calls that Oracle makes when local domain index is created.
    The calls are made with option "AlterIndexRebuild" - possibly they mark index as invalid (though it's shown as valid in SQL Developer)

    Solved :)
    when index is LOCAL calls for ODCIINDEXSTART - ODCIINDEXFETCH - ODCIINDEXCLOSE are executed for each partition of base table.
    In my case ODCIINDEXFETCH returns row_id's regardless of partition that are currently scanned for values. So first call returned rowid values for all partitions not only for the first partition and validation failed with "ora-01410: invalid rowid"

  • Error : Import Security Failed - The application is invalid.

    I am getting the following error while importng security in planning through secfile.txt
    Error : Import Security Failed - The application XPLAN is invalid.

    John:
    Here is the error i am getting while extracting the security from planning
    D:\Hyperion\Planning\bin>ExportSecurity.cmd /A=XPlan,/U=admin,/P=Pwd
    Unable to get JDBC driver oracle.jdbc.driver.OracleDriverjava.lang.ClassNotFound
    Exception: oracle.jdbc.driver.OracleDriver
    java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at com.hyperion.planning.HspJDBCPool.<init>(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.connectToJDBC(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.<init>(Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createHomeInstance(
    Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createHomeInstance(
    Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.loadProperties(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.<init>(Unknown Source)
    at com.hyperion.planning.utils.HspExportSecurityCmd.execute(Unknown Sour
    ce)
    at com.hyperion.planning.utils.HspExportSecurityCmd.main(Unknown Source)
    Unable to create JDBC connection. java.sql.SQLException: No suitable driver
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.N
    ullPointerException
    Can not set database catalog name, skipping set of catalog name: CAT_NAM
    Can not get JDBC connection.
    Unable to create JDBC connection. java.sql.SQLException: No suitable driver
    java.lang.Exception: No object were successfully created. This can be caused by
    any of the following: The OLAP Server is not running, The DBMS is not running, t
    he DBMS is running on a different machine that the one specified, the name and p
    assword provided were incorrect.
    at com.hyperion.planning.HspPool.getObject(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.getConnection(Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createHomeInstance(
    Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createHomeInstance(
    Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.loadProperties(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.<init>(Unknown Source)
    at com.hyperion.planning.utils.HspExportSecurityCmd.execute(Unknown Sour
    ce)
    at com.hyperion.planning.utils.HspExportSecurityCmd.main(Unknown Source)
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.N
    ullPointerException
    Can not set database catalog name, skipping set of catalog name: CAT_NAM
    Exception while trying to load HspJSHome.properties: Connection was null
    Unable to create JDBC connection. java.sql.SQLException: No suitable driver
    java.lang.NullPointerException: Connection was null
    at com.hyperion.planning.sql.HspSQLImpl.executeQuery(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.executeQuery(Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createHomeInstance(
    Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createHomeInstance(
    Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.loadProperties(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.<init>(Unknown Source)
    at com.hyperion.planning.utils.HspExportSecurityCmd.execute(Unknown Sour
    ce)
    at com.hyperion.planning.utils.HspExportSecurityCmd.main(Unknown Source)
    Unable to set Planning's Oracle connection numeric character to '.'. java.lang.N
    ullPointerException
    Creating rebind thread to RMI
    Can not set database catalog name, skipping set of catalog name: CAT_NAM
    java.lang.IllegalArgumentException: JDBC driver cannot be null
    at com.hyperion.planning.HspJDBCPool.<init>(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.connectToJDBC(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.<init>(Unknown Source)
    at com.hyperion.planning.utils.HspExportSecurityCmd.execute(Unknown Sour
    ce)
    at com.hyperion.planning.utils.HspExportSecurityCmd.main(Unknown Source)
    java.lang.NullPointerException: Connection was null
    at com.hyperion.planning.sql.HspSQLImpl.executeQuery(Unknown Source)
    at com.hyperion.planning.sql.HspSQLImpl.executeQuery(Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.getApplicationsForC
    luster(Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.getApplications(Unk
    nown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createAppsInstance(
    Unknown Source)
    at com.hyperion.planning.utils.HspJSHomePropsFactory.createDecryptedApps
    Instance(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.<init>(Unknown Source)
    at com.hyperion.planning.utils.HspExportSecurityCmd.execute(Unknown Sour
    ce)
    at com.hyperion.planning.utils.HspExportSecurityCmd.main(Unknown Source)
    Can not get JDBC connection.
    java.lang.NullPointerException
    at com.hyperion.planning.sql.HspSQLImpl.getConnection(Unknown Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.actionPoller(Unkno
    wn Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.<init>(Unknown Sou
    rce)
    at com.hyperion.planning.HspJSHomeImpl.<init>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getStaticHome(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.<init>(Unknown Source)
    at com.hyperion.planning.utils.HspExportSecurityCmd.execute(Unknown Sour
    ce)
    at com.hyperion.planning.utils.HspExportSecurityCmd.main(Unknown Source)
    Can not get JDBC connection for SYS external changed actions.
    Can not get JDBC connection.
    java.lang.NullPointerException
    at com.hyperion.planning.sql.HspSQLImpl.getConnection(Unknown Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.actionPoller(Unkno
    wn Source)
    at com.hyperion.planning.event.HspSysExtChangeHandler.run(Unknown Source
    Can not get JDBC connection for SYS external changed actions.
    Unable to find JDBC_CATALOG key for application: XPlan
    com.hyperion.planning.InvalidApplicationException: The application XPlan is in
    valid.
    at com.hyperion.planning.HspJSHomeImpl.createHspJS(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.getHspJSByApp(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
    at com.hyperion.planning.HyperionPlanningBean.Login(Unknown Source)
    at com.hyperion.planning.utils.HspExportSecurityCmd.execute(Unknown Sour
    ce)
    at com.hyperion.planning.utils.HspExportSecurityCmd.main(Unknown Source)
    the prop file is ok and the catalog name and dsn is fine in Oracle.
    The Oracle is running on a diff server.

  • Import job failes with ORA-01403: no data found ORA-06512: at "SYSMAN.MGMT

    Hello everyone,
    I need a help on importing data from a schema in server 1 to the same schema in server 2 via network link. I receive following error when I try to submit a job on Enterprise Manager:
    Import Submit Failed
    ORA-01403: no data found ORA-06512: at "SYSMAN.MGMT_JOB_ENGINE", line 5806 ORA-06512: at "SYSMAN.MGMT_JOB_ENGINE", line 7812 ORA-06512: at "SYSMAN.MGMT_JOB_ENGINE", line 8608 ORA-01403: no data found ORA-06512: at "SYSMAN.MGMT_JOBS", line 273 ORA-06512: at "SYSMAN.MGMT_JOBS", line 86 ORA-06512: at line 1
    Sql of the job:
    declare
    h1 NUMBER;
    begin
    h1 := dbms_datapump.open (operation => 'IMPORT', job_mode => 'FULL', remote_link => 'B_PROD_LINK', job_name => 'BIMPORTFRMPRDTORPT4', version => 'COMPATIBLE');
    dbms_datapump.set_parallel(handle => h1, degree => 1);
    dbms_datapump.add_file(handle => h1, filename => 'IMPORT.LOG', directory => 'DATA_PUMP_DIR', filetype => 3);
    dbms_datapump.set_parameter(handle => h1, name => 'KEEP_MASTER', value => 0);
    dbms_datapump.set_parameter(handle => h1, name => 'INCLUDE_METADATA', value => 1);
    dbms_datapump.set_parameter(handle => h1, name => 'ESTIMATE', value => 'BLOCKS');
    dbms_datapump.set_parameter(handle => h1, name => 'REUSE_DATAFILES', value => 0);
    dbms_datapump.set_parameter(handle => h1, name => 'TABLE_EXISTS_ACTION', value => 'TRUNCATE');
    dbms_datapump.set_parameter(handle => h1, name => 'SKIP_UNUSABLE_INDEXES', value => 0);
    dbms_datapump.start_job(handle => h1, skip_current => 0, abort_step => 0);
    dbms_datapump.detach(handle => h1);
    end;
    It says network link is active when I test the network link to make sure its connectivity. I create the network link as a system account. I'm trying to do an import from an Oracle database 10.2.0.2 to 11.2.0.1. My 10g database is on ms windows 2003x64 while my 11g database is on OEL 5.4x64.
    What should I do for now?
    Thank you.
    Edited by: user12144220 on Nov 4, 2012 5:02 AM

    It will be wise to run the Oracle supply streams health check script to check your existing streams environment.
    From the result, you can also open a tar with Oracle to see if they can help you with the setup.
    In addition to the ORA-01403 error, you can also run some of the Oracle Streams packages (Managing Apply Errors) to see the full detail of what is missing that caused the Ora-01403 error.
    I will also try to implement a smoke test using the simple heartbeat table suggested by Oracle Streams, if that is working, then you can begin your full scale setup in your environment knowing that the base Streams Structure is setup correctly.
    HTH

  • SC import fails with "import successfully" in log. How to perform import?

    Hello SDN!
    I can't import SC SAP-SHRWEB.sca from Development to Consolidation system. At firts import process was finished with 'import failed' state and with followed log:
    20080416094446 Info   :Starting Step Repository-import at 2008-04-16 09:44:46.0570 +6:00
    20080416094446 Info   :Component:sap.com/SAP-SHRWEB
    20080416094446 Info   :Version  :MAIN_CRM50VAL_C.20060914085157
    20080416094446 Info   :1. propagation request is of type TCSSoftwareComponent
    20080416094457 Info   :Propagatable:0af61b4e430511db8c9d0030057116fe exists allready in the repository. No import necessary.
    20080416193724 Fatal  :VcmFailure received
    20080416193724 Fatal  :caused by Exception:com.tssap.dtr.client.lib.deltavlib.VcmFailure: Not Ready [(pre||post)-condition failed: Not Ready]:Not Ready [(pre||post)-condition failed: Not Ready]
    com.tssap.dtr.client.lib.deltavlib.VcmFailure: Not Ready [(pre||post)-condition failed: Not Ready]
         at com.tssap.dtr.client.lib.deltavlib.impl.AbstractCommand.checkedExecute(AbstractCommand.java:196)
         at com.tssap.dtr.client.lib.deltavlib.impl.VersionSet.integrate(VersionSet.java:160)
         at com.tssap.dtr.client.lib.deltavlib.impl.VersionSet.integrate(VersionSet.java:148)
         at com.sap.cms.tcs.client.DTRCommunicator.integrateChangelist(DTRCommunicator.java:544)
         at com.sap.cms.tcs.core.RepositoryImportTask.integrateResource(RepositoryImportTask.java:816)
         at com.sap.cms.tcs.core.RepositoryImportTask.processRepositoryImport(RepositoryImportTask.java:367)
         at com.sap.cms.tcs.core.RepositoryImportTask.process(RepositoryImportTask.java:651)
         at com.sap.cms.tcs.process.ProcessStep.processStep(ProcessStep.java:77)
         at com.sap.cms.tcs.process.ProcessStarter.process(ProcessStarter.java:206)
         at com.sap.cms.tcs.core.TCSManager.importPropagationRequests(TCSManager.java:447)
         at com.sap.cms.pcs.transport.importazione.ImportManager.importazione(ImportManager.java:176)
         at com.sap.cms.pcs.transport.importazione.ImportQueueHandler.execImport(ImportQueueHandler.java:500)
         at com.sap.cms.pcs.transport.importazione.ImportQueueHandler.startImport(ImportQueueHandler.java:113)
         at com.sap.cms.pcs.transport.proxy.CmsTransportProxyBean.startImport(CmsTransportProxyBean.java:648)
         at com.sap.cms.pcs.transport.proxy.CmsTransportProxyBean.startImport(CmsTransportProxyBean.java:620)
         at com.sap.cms.pcs.transport.proxy.LocalCmsTransportProxyLocalObjectImpl0_0.startImport(LocalCmsTransportProxyLocalObjectImpl0_0.java:1742)
         at com.sap.cms.ui.wl.Custom1.importQueue(Custom1.java:1432)
         at com.sap.cms.ui.wl.wdp.InternalCustom1.importQueue(InternalCustom1.java:2815)
         at com.sap.cms.ui.wl.Worklist.onActionImportQueue(Worklist.java:978)
         at com.sap.cms.ui.wl.wdp.InternalWorklist.wdInvokeEventHandler(InternalWorklist.java:2866)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:319)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    20080416193725 Fatal  :caused by Exception:com.sap.cms.tcs.interfaces.exceptions.TCSCommunicationException: communication error: VcmFailure received: Not Ready [(pre||post)-condition failed: Not Ready]:communication error: VcmFailure received: Not Ready [(pre||post)-condition failed: Not Ready]
    com.sap.cms.tcs.interfaces.exceptions.TCSCommunicationException: communication error: VcmFailure received: Not Ready [(pre||post)-condition failed: Not Ready]
         at com.sap.cms.tcs.client.DTRCommunicator.integrateChangelist(DTRCommunicator.java:563)
         at com.sap.cms.tcs.core.RepositoryImportTask.integrateResource(RepositoryImportTask.java:816)
         at com.sap.cms.tcs.core.RepositoryImportTask.processRepositoryImport(RepositoryImportTask.java:367)
         at com.sap.cms.tcs.core.RepositoryImportTask.process(RepositoryImportTask.java:651)
         at com.sap.cms.tcs.process.ProcessStep.processStep(ProcessStep.java:77)
         at com.sap.cms.tcs.process.ProcessStarter.process(ProcessStarter.java:206)
         at com.sap.cms.tcs.core.TCSManager.importPropagationRequests(TCSManager.java:447)
         at com.sap.cms.pcs.transport.importazione.ImportManager.importazione(ImportManager.java:176)
         at com.sap.cms.pcs.transport.importazione.ImportQueueHandler.execImport(ImportQueueHandler.java:500)
         at com.sap.cms.pcs.transport.importazione.ImportQueueHandler.startImport(ImportQueueHandler.java:113)
         at com.sap.cms.pcs.transport.proxy.CmsTransportProxyBean.startImport(CmsTransportProxyBean.java:648)
         at com.sap.cms.pcs.transport.proxy.CmsTransportProxyBean.startImport(CmsTransportProxyBean.java:620)
         at com.sap.cms.pcs.transport.proxy.LocalCmsTransportProxyLocalObjectImpl0_0.startImport(LocalCmsTransportProxyLocalObjectImpl0_0.java:1742)
         at com.sap.cms.ui.wl.Custom1.importQueue(Custom1.java:1432)
         at com.sap.cms.ui.wl.wdp.InternalCustom1.importQueue(InternalCustom1.java:2815)
         at com.sap.cms.ui.wl.Worklist.onActionImportQueue(Worklist.java:978)
         at com.sap.cms.ui.wl.wdp.InternalWorklist.wdInvokeEventHandler(InternalWorklist.java:2866)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:319)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    20080416193725 Info   :Step Repository-import ended with result 'fatal error' ,stopping execution at 2008-04-16 19:37:25.0338 +6:00
    I applied note 989010 and reimport SC. File processed about 5 hours and after that it still have 'import failed' state but in the log there is a message:
    20080417124350 Info   :Starting Step Repository-import at 2008-04-17 12:43:50.0291 +6:00
    20080417124350 Info   :Component:sap.com/SAP-SHRWEB
    20080417124350 Info   :Version  :MAIN_CRM50VAL_C.20060914085157
    20080417124350 Info   :1. propagation request is of type TCSSoftwareComponent
    20080417124351 Info   :propagatable:0af62b4e430511db8c9d0030057116fe not known in repository:http://UIT-EP-01:51000/dtr
    20080417124351 Info   :Import propagatable:0af62b4e430511db8c9d0030057116fe from archive:SAP-SHRWEB into repository:http://UIT-EP-01:51000/dtr
    20080417124351 Detail :start of importing propagatable:0af62b4e430511db8c9d0030057116fe to repository:http://UIT-EP-01:51000/dtr
    20080417124359 Info   :Propagatable:0af61b4e430511db8c9d0030057116fe imported successfully.
    Please help me to import this SC or provide me a detail way how to clean DTR, my track and other that may be necessary to clean from SC and reimport all SCs again.
    Regards, Lev

    Hi Lev,
    To your question to clear the track
    You can delete your track as described in the below link, and then recreate the track and reimport.
    Link: [Deleting Track|http://help.sap.com/saphelp_nw70/helpdata/EN/33/71fe94e1834af8b5bd3c0e1de5ab41/frameset.htm]
    Do not forget to delete DTR workspace.
    Do reward points if you find the link useful.
    Cheers,
    Sandeep

  • Powershell import-spweb fails with "parent does not exist" error.

    So, I have a sp 2010 site at http://myfarm/sites/it/d22 and I want to copy the contents to
    http://myfarm/sites/bb/d62 .
    I perform
    Export-SPWeb -Identity  http://myfarm/sites/it/d22  -Path d:\temp\d22 
    -IncludeUserSecurity –IncludeVersions All  -NoFileCompression –Verbose
    and then I perform
    import-spweb -identity http://myfarm/sites/bb/d62 -path d:\temp\d22   -includeusersecurity  -nofilecompression -verbose -force
    It runs for 4-5 minutes and then produces the error:
    [Folder] []   Error: The file  cannot be imported because its parent /sites/bb/d22/ADMIN does not exist.
    [Folder] []   Error: The file  cannot be imported because its parent /sites/bb/d22/ADMIN does not exist.
    FatalError: The file  cannot be imported because its parent /sites/bb/d22/ADMIN does not exist.
    Progress: Import did not complete.
    Finish Time: 6/11/2014 8:59:23 AM.
    Duration: 00:03:40
    Finished with 0 warnings.
    Finished with 3 errors.
    Log file generated:
            d:\temp\d22\import.log
    Import-SPWeb : The file  cannot be imported because its parent /sites/bb/d22/ADMIN does not exist.
    At line:1 char:13
    + import-spweb <<<<  -identity
    http://myfarm/sites/bb/d62 -path d:\temp\d22   -includeusersecurity
      -nofilecompression -verbose -force
        + CategoryInfo          : InvalidData: (Microsoft.Share...CmdletImportWeb:SPCmdletImportWeb) [Import-SPW
       eb], SPException
        + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletImportWeb
    Of course bb/d22/ADMIN does not exist - d22 exists under sites/it . And Admin should be part of the export of d22 that should be created if the process completes.
    Anyone have any idea what is going on here?

    http://www.livingonthecloud.net/2010/05/exporting-and-importing-sharepoint.html
    This error is not helpful and for us the problem was permission related. We had used users (albeit domain admin accounts) to export and import the data that were different from the site collection administrators. To fix we had to do the following:
    Make sure the site collection administrator is the same on both the source and destination servers.
    When running the export and import, make sure you are running the stsadm commands as the site collection administrator. This ensures the permissions are aligned and the import should work.
    stsadm Import error: The 'ASPXPageIndexMode' attribute is not declared
    Not sure what the cause of this error is, but we found a fix online:
    To get round it I edited C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\XML\DeploymentManifest.xsd on the destination server:
    under section
       <!-- SPWeb definition -->
    I added the following.
    <xs:attribute name="ASPXPageIndexMode" type="xs:string" use="optional"></xs:attribute>
    <xs:attribute name="NoCrawl" type="xs:boolean" use="optional"></xs:attribute>
    <xs:attribute name="CacheAllSchema" type="xs:boolean" use="optional"> </xs:attribute>
    <xs:attribute name="AllowAutomaticASPXPageIndexing" type="xs:boolean" use="optional"></xs:attribute>

  • WS-I validation failes with imported schema

    I'm getting the following error from the WS-I validation checker (Basic Profile 1.1):
    faultCode=INVALID_WSDL: Unable to determine namespace of 'messages:SigReplyMessage'.:
    Any idea what I'm doing wrong?
    My wsdl file looks like this:
    <definitions targetNamespace="urn:S3SignatureGenerator"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="urn:S3SignatureGenerator"
    xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <types>
    <xsd:schema>
    <xsd:import id="Messages.xsd"
    schemaLocation="../../XSDDocument/Messages.xsd"
    namespace="messages"/>
    </xsd:schema>
    </types>
    <message name="ReturnSignature">
    <part name="SigAndExp" type="messages:SigReplyMessage"/>
    </message>
    <message name="RequestSignature">
    <part name="Keys" type="messages:SigRequestMessage"/>
    </message>
    <portType name="SigGenerator">
    <operation name="GetSignature">
    <input message="tns:RequestSignature"/>
    <output message="tns:ReturnSignature"/>
    <fault name="sigFault" message="tns:SigFault"/>
    </operation>
    </portType>
    <message name="SigFault">
    <part name="faultMessage" element="string"/>
    </message>
    <binding name="SigGenSoapHttp" type="tns:SigGenerator">
    <soap:binding style="document"
    transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="GetSignature">
    <soap:operation soapAction="urn:S3SignatureGenerator/GetSignature"/>
    <input>
    <soap:body use="literal" parts="SecretKey PublicKey"/>
    </input>
    <output>
    <soap:body use="literal" parts="Signature"/>
    </output>
    <fault name="sigFault">
    <soap:body use="literal" parts="SecretKey PublicKey"/>
    </fault>
    </operation>
    </binding>
    <service name="SignatureGenerationService">
    <port name="SigGenSoapHttpPort" binding="tns:SigGenSoapHttp">
    <soap:address location="tbd"/>
    </port>
    </service>
    </definitions>
    Messages.xsd looks like this:
    <?xml version="1.0" encoding="windows-1252" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.example.org"
    targetNamespace="http://www.example.org"
    elementFormDefault="qualified">
    <xsd:complexType name="sigRequestMessage">
    <xsd:sequence>
    <xsd:element name="publicKey" type="string"/>
    <xsd:element name="privateKey" type="string"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="complexType1">
    <xsd:sequence>
    <xsd:element name="Signature" type="string"/>
    <xsd:element name="expiration" type="timeDate"/>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>

    You need to distinguish between the namespace and the namespace prefix.
    Your WSDL imports Messages.xsd with namespace "messages",
    but the schema defines namespace "http://www.example.org".
    You should change the import to use the right namespace,
    then declare the messages prefix in your WSDL:
    <definitions ....
    xmlns:messages="http://www.example.org" >
    <xsd:import id="Messages.xsd"
    schemaLocation="../../XSDDocument/Messages.xsd"
    namespace="http://www.example.org"/>
    Mik

  • File won't import - "Aperture failed to import the image listed below"

    Hi:
    I have a folder of D200 NEFs and 117 of 119 import OK, but two give an error. I repeated the import attempt on one of the failed images and still get the subject error message (in a "Import Results/Import Images Completed with Errors" status box).
    But these two images both open OK in PS CS3.
    Any ideas what the issue could be?
    (If anyone wants to try it, grab the the NEF file here: http://www.emmachisholm.com/files/07125575Colin_20071219T112008A5575.NEF )
    Regards, Colin.

    Your downloaded file opened fine for me. Aperture 2.1.1, OS 10.4.11, Mac Pro with 8 GB RAM. I did reduce the long file name size before processing it.
    -Allen Wicks

  • NetWeaver install on Windows - Import Monitor failing to import packages

    Following are the errors in import_monitor.log during installation.  The errors are due to sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline.  7 out of 28 packages imported fine.  What is the fix?
    TRACE: 2009-11-24 12:07:32 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPUSER' import package is started.
    TRACE: 2009-11-24 12:07:32 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPUSER' import package into database:
    C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe -i SAPUSER.cmd -dbcodepage 4103 -l SAPUSER.log -nolog -c 50000
    TRACE: 2009-11-24 12:07:32 com.sap.inst.migmon.LoadTask run
    Loading of 'SAP0000' import package is started.
    TRACE: 2009-11-24 12:07:32 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAP0000' import package into database:
    C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe -i SAP0000.cmd -dbcodepage 4103 -l SAP0000.log -nolog -c 50000
    ERROR: 2009-11-24 12:07:33 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPUSER' import package is interrupted with R3load error.
    Process 'C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe -i SAPUSER.cmd -dbcodepage 4103 -l SAPUSER.log -nolog -c 50000' exited with return code 2.
    For mode details see 'SAPUSER.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-11-24 12:07:33 com.sap.inst.migmon.LoadTask run
    Loading of 'SAP0000' import package is interrupted with R3load error.
    Process 'C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe -i SAP0000.cmd -dbcodepage 4103 -l SAP0000.log -nolog -c 50000' exited with return code 2.
    For mode details see 'SAP0000.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-11-24 12:08:02
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2009-11-24 12:08:02
    20 error(s) during processing of packages.
    INFO: 2009-11-24 12:08:02
    Import Monitor is stopped.
    Jay
    Part of details of sapuser.log.
    C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe: sccsid @(#) $Id: //bas/701_REL/src/R3ld/R3load/R3ldmain.c#5 $ SAP
    C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe: version R7.01/V1.4 [UNICODE]
    Compiled Feb  3 2009 23:16:17
    C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe -i SAPUSER.cmd -dbcodepage 4103 -l SAPUSER.log -nolog -c 50000
    DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:[5] database not running))
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: Connect to database failed, rc = -10709 (Connection failed (RTE:[5] database not running))
    (DB) ERROR: DbSlErrorMsg rc = 99
    C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe: job finished with 1 error(s)
    C:\usr\sap\DE2\SYS\exe\uc\NTI386\R3load.exe: END OF LOG: 20091124120733
    Jay
    Edited by: jay sethi on Nov 24, 2009 6:58 PM

    What is the content of 'SAPUSER.log'?

  • Problem with ORA-24372 invalid object for describe

    I have unresolved problem with oracle message: ORA-24372 invalid object for describe. There is the client-server application which installed on users PCs. Client application is program on Delphi 7 that installed on several users PCs which works with Oracle DB 10g server (clients on users side 8.1.7) by means ODAC 5.7. Each user by means this application works with data on Oracle server. Each group of users uses its own schema. Each of this schema has grants to select data and execute procs in the main schema. During the time of operation I modified and compiled some procs in the main schema. As the result I found some depended Invalid objects in main schema. I recompiled them. There is no invalid objects in all schemas. But when I starts application in one user place (he uses for example schema X1) I see oracle message: ORA-24372 invalid object for describe. Other users in group which uses schema X1 works without this problem. There is finite aggregate of users of schema Х1 which has this message but some users of schema Х1 has no problem. All users has identical software and there is no any invalid objects in schemas! I try to start application on my PC using schema X1 and finds ORA-24372 then I try to start application on neighbors PC and it is all ok! It happened after I recompiled main schema in the time of users operation. What should I do to resolve this problem? Where to find the source of the problem: in client or in server?

    To Mr. Sven Weller
    The purpose of creation X1 (X2, Х3…) was restriction of users to access objects in the Main Schema. X1 has no any objects except function that returns her name for internal purposes. X1 has many synonyms for objects in the Main schema. There is no invalid objects in X1!

  • Synchronize WF LOCAL tables in R12 failed with error  :ORA-14501 object is

    Hi All,
    In our R12 enviroment "Synchronize WF LOCAL tables" conc program failing with :ORA-14501 object is not partitioned.
    Tried solution as per doc id . 433280.1 -- Partitions in Workflow Local Tables are Automatically Switched to NOLOGGING . But no success.
    Please help.

    Hi Hussein,
    Thanks for reply. Please find the below details.
    RELEASE_NAME
    12.1.3
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Linux **** 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    Conc Req Log file
    Application Object Library: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FNDWFLSC module: Synchronize WF LOCAL tables
    Current system time is 19-JUN-2012 05:49:20
    **Starts**19-JUN-2012 05:49:20
    **Ends**19-JUN-2012 05:49:20
    ORA-14501: object is not partitioned
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    0
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 19-JUN-2012 05:49:20
    ---------------------------------------------------------------------------

Maybe you are looking for

  • Can i fill one provider with more than one application?

    Hi, I have so many application. Currently, we adding one provider with one portlet. So, we just want to know is it possible to add one portlet fill with many application? The idea is we want to reduce provider in portal. Thank you.

  • Problem while printing in Mac Os

    I have a small application and it has to print a fom.I used java.awt.print.Printable interface .It works fine in win xp.But when the same app is run in Mac os,the print out is not proper(Some of the entries are clipped out and the page loses its form

  • Please help I've lost the question and answer confidential My Account

    Please help I've lost the question and answer confidential My Account

  • Resilient connections to EIS

    Hi all, I've got a question regarding designing a weblogic-based solution that needs to talk to an EIS. Basically we have a new system that also needs to keep an old system up to date for an interim period. In order to do this the new system is placi

  • E-mailing multiple pictures

    Hey guys, my frist post. I'm having trouble sending multiple files, via e-mail. I can send one, at a time. But i don't see how to add more then one picture to an e-mail as an attachment. Can someone please guide me in the right direction. Thanks, Far