Page group export failes with error

When i try to export a pagee group, it fails with the following error:
[22-SEP-08 11:43:30][Error: (WWU-74554)] context = wwutl_api_export_provider.start_export user = ORCLADMIN An unexpected error has occurred, which has caused the entire provider export to be rolled back.

I just tried this on a 9.0.2.2.14 version and was able to add, delete, and add again witout an error. It is possible that there was some kind of error during the delete which caused a row in the DB to remain. Unfortunately, there is no way to be sure without delving into the tables and looking for the 'deleted' page group. Not recommended unless absolutely critical. Given that the display name is what is typically shown in most screens, is it reasonable for you to name the new one X1 with a display name of X? If so, that's the safest bet.

Similar Messages

  • Lightroom export fail with errors

    Hallo,
    with export of LR 6 I have the following problem: When I select a couple of pictures to export, the export fails after a while with the error, that some pictures - not all - can't be read. After multible tries with the pictures failed, export has done successfully.
    Regards
    Gerhard

    Hi,
    This problem only happens in LR6. I had the issue for days.
    I happen to have Adobe Bridge opened to the same folder that LR6 was exporting to. When I clicked on a different folder, the problem disappeared. It seems to be some sort of a file lock issue.
    best
    Wesley

  • Schema export failing with error

    Hi,
    I am doing a schema export ,and its failing with the below error.
    EXP-00008: ORACLE error 6550 encountered
    ORA-06550: line 1, column 13:
    PLS-00201: identifier 'SYS.LT_EXPORT_PKG' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    EXP-00083: The previous problem occurred when calling SYS.LT_EXPORT_PKG.schema_info_exp
    Please advice how to solve this.
    Regards

    Hi,
    I think you hit the wrong forum: this forum is for Oracle Berkeley DB, not Oracle DB.
    Best regards,
    Rucong
    Oracle Berkeley DB
    Edited by: rucong.zhao on Dec 24, 2010 1:22 AM

  • Export failed with error ORA-04063: package body "SYS.DBMS_CUBE_EXP" has er

    Hi
    We are having 11.2.0.2 database on Linux 5. From last two days the export backup is getting failed with the below error.
    . exporting post-schema procedural objects and actions
    EXP-00008: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_CUBE_EXP" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_CUBE_EXP"
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_CUBE_EXP.schema_i
    . exporting statistics
    Export terminated successfully with warnings.
    When I checked the status of this package DBMS_CUBE_EXP its showing invalid. I tried to compile the body of the package. But it was throwing below error.
    SQL> show errors
    Errors for PACKAGE BODY DBMS_CUBE_EXP:
    LINE/COL ERROR
    53/5 PL/SQL: SQL Statement ignored
    54/10 PL/SQL: ORA-04045: errors during recompilation/revalidation of
    SYS.DBA_XDS_INSTANCE_SETS
    ORA-01422: exact fetch returns more than requested number of rows
    I tried to query this view or describe the above view. But it was throwing the same error.
    ERROR at line 1:
    ORA-04045: errors during recompilation/revalidation of
    SYS.DBA_XDS_INSTANCE_SETS
    ORA-01422: exact fetch returns more than requested number of rows
    I couldnt get a proper solution from google regarding this view or to compile the above package.
    Now we are stcuked without the backups. It would be great if you guys look into it.
    Thanks
    SHIYAS M

    Yes I tried with take the export with SYS user. This time it thrown the error in the first and last too same as before.
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    EXP-00008: ORACLE error 4063 encountered
    ORA-04063: package body "SYS.DBMS_CUBE_EXP" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_CUBE_EXP"
    ORA-06512: at line 1
    EXP-00083: The previous problem occurred when calling SYS.DBMS_CUBE_EXP.schema_info_exp
    . exporting foreign function library names for user U_20102
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user U_20102
    About to export U_20102's objects ...
    I ran below scripts as per u provided the link
    @$ORACLE_HOME/rdbms/admin/catdpb.sql and utlrp.sql
    Still it didnt get compiled.
    One more thing I tried running expdp. It totally got failed by throwing the similar error. It didnt even export the tables too.
    ===============================================================================
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS []
    ORA-31642: the following SQL statement fails:
    BEGIN "SYS"."DBMS_CUBE_EXP".SCHEMA_CALLOUT(:1,0,1,'11.02.00.00.00'); END;
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_METADATA", line 1245
    ORA-04063: package body "SYS.DBMS_CUBE_EXP" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_CUBE_EXP"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.KUPW$WORKER", line 8353
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x1a3257060 19208 package body SYS.KUPW$WORKER
    0x1a3257060 8385 package body SYS.KUPW$WORKER
    0x1a3257060 12748 package body SYS.KUPW$WORKER
    0x1a3257060 2546 package body SYS.KUPW$WORKER
    0x1a3257060 9054 package body SYS.KUPW$WORKER
    0x1a3257060 1688 package body SYS.KUPW$WORKER
    0x1a8bc1630 2 anonymous block
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS []
    ORA-31642: the following SQL statement fails:
    BEGIN "SYS"."DBMS_CUBE_EXP".SCHEMA_CALLOUT(:1,0,1,'11.02.00.00.00'); END;
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_METADATA", line 1245
    ORA-04063: package body "SYS.DBMS_CUBE_EXP" has errors
    ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_CUBE_EXP"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.KUPW$WORKER", line 8353
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x1a3257060 19208 package body SYS.KUPW$WORKER
    0x1a3257060 8385 package body SYS.KUPW$WORKER
    0x1a3257060 12748 package body SYS.KUPW$WORKER
    0x1a3257060 2546 package body SYS.KUPW$WORKER
    0x1a3257060 9054 package body SYS.KUPW$WORKER
    0x1a3257060 1688 package body SYS.KUPW$WORKER
    0x1a8bc1630 2 anonymous block
    Job "SYS"."SYS_EXPORT_SCHEMA_01" stopped due to fatal error at 17:58:34
    =========================================================================

  • Export failing with errors.

    While exporting i am getting the following error. Please me to resolve the same.
    [orauser@ocvmrh2093 orauser]$ exp "system/manager as sysdba" TRANSPORT_TABLESPACE=y TABLESPACES=tbs1 FILE=tbs1_file.dmp log=tbs1_file.log
    LRM-00108: invalid positional parameter value 'as'
    EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
    EXP-00000: Export terminated unsuccessfully
    [orauser@ocvmrh2093 orauser]$
    Regards
    SR.

    exp "system/manager as sysdba" TRANSPORT_TABLESPACE=y TABLESPACES=tbs1 FILE=tbs1_file.dmp log=tbs1_file.logTry this -- exp "system/manager" TRANSPORT_TABLESPACE=y TABLESPACES=tbs1 FILE=tbs1_file.dmp log=tbs1_file.log
    For a System user no need to give as sysdba.
    And for further help on other parameters type exp help=y
    Jafar

  • The user '*' preference item in the 'User - 6th Form Students Policy {E03166E7-A848-48B5-AA93-97B848AA9C13}' Group Policy object did not apply because it failed with error code '0x80070003 The system cannot find the path specified.' This error was suppres

    I am looking at an issue with users not getting specific group policies. 
    After searching a number of client computers I found that the following error
    The user '*' preference item in the 'User - 6th Form Students Policy {E03166E7-A848-48B5-AA93-97B848AA9C13}' Group Policy object did not apply because it failed with error code '0x80070003 The system cannot find the path specified.' This error was suppressed.
    I can find the folder in the Sysvol folder on all of the domain controllers. 
    The issue with end users seems to be that the proxy settings for internet explorer is not being applied. 
    Potential problems?
    one folder in sysvol entry is empty 
    \\<server>\SYSVOL\<domain.name>\Policies\{E03166E7-A848-48B5-AA93-97B848AA9C13}\User\microsoft\IEAK\LOCK
    or is this our issue
    The old method of configuring proxy settings  to Internet Explorer 9 has changed?
    https://support2.microsoft.com/kb/2530309?wa=wsignin1.0 
    http://thommck.wordpress.com/2013/11/08/the-new-way-to-configure-internet-explorer-proxy-settings-with-group-policy/

    Hi all 
    In administering this policy I am a little confused. 
    We have a policy that distributes proxy settings in the internet explorer maintenance settings section - however when opening this policy up in GPO editor the internet explorer maintenance section is not present.
    I plan to apply the settings via User/preferences/control panel settings/ internet settings (or registry settings from article) however I am unable to edit the settings for internet explorer maintenance and these will persist. Ideas????

  • I can not uninstall the newest Muse, the error that i get is: ERROR: The older version of Adobe Muse CC 2014 cannot be removed.  Contact your technical support group.    ERROR: Install MSI payload failed with error: 1603 - Onherstelbare fout bij installat

    Can somebody please help me, i can not work on my websites anymore. Thanks !!

    ERROR: The older version of Adobe Muse CC 2014 cannot be removed.  Contact your technical support group. 
    ERROR: Install MSI payload failed with error: 1603 - Onherstelbare fout bij installatie.
    MSI Error message: The older version of Adobe Muse CC 2014 cannot be removed.  Contact your technical support group. 
    ERROR: Third party payload installer Muse_2014_2_CC_LS24.msi failed with exit code: 1603

  • Dehydration failed with error: Use introspectWLS12 command to introspect domains

    Hello Experts,
    I am trying to Introspect my Oracle weblogic server Locally to configure appliances on my assembly in Virtual Assembly Builder using command
    # ./abctl introspectWLS -wlsHome /home/punit/Oracle/Infra/wlserver -domainRoot /home/punit/Oracle/Infra/user_projects/domains/base_domain -adminUser weblogic
    but it is getting failed with error:
    Use introspectWLS12 command to introspect domains based on WLS 12.1.2 and younger..
    Error:  OAB-7105: Introspection failed.
    Caused by: Dehydrate job failed.
    Caused by:  OAB-50008: Use introspectWLS12 command to introspect domains based on WLS 12.1.2 and younger.
    later I replaced introspectWLS with introspectWLS12  but its throwing   Usage error: Command not found: introspectWLS12.
    Can somebody help me in finding the exact command for version 12.1.2 to by-pass this..
    FYI: I am using fmw_Infra_121200_OVAB.jar binnary  bundled with JRF & FM Components on my OEL-6.0 platform
    Thanks in Advance
    Punit

    Hi,
    Thanks for your reply.
    This icon you provided means "the DHCP server connected but current user does not have the administrative credentials to manage the server."
    That's why "0x80070005. Access is denied" is received.
    DHCP console icons reference
    http://technet.microsoft.com/en-us/library/cc784812(WS.10).aspx
    So, you need to make sure the current user have the administrative credentials to configure DHCP server. Usually members of the DHCP Administrators
    group can view and modify any data at the DHCP server. DHCP Administrators can create and delete scopes, add reservations, change option values, create superscopes, or perform any other activity needed to administer the DHCP server, including export or import
    of the DHCP server configuration and database. DHCP Administrators perform these tasks using the Netsh commands for DHCP or the DHCP console. For more information, see
    DHCP tools.
    DHCP groups
    http://technet.microsoft.com/en-us/library/cc737716(WS.10).aspx
    Hope this helps.
    Thanks,
    Robbin Meng
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    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.

  • GetDPLocations failed with error 0x80072ee7

    Hello, I have been wrestling with this for the last week, I am trying to get CM working in my lab. I can’t seem to get the client console to push down, please help? Here is
    my ccmsetup log.
    <![LOG[==========[ ccmsetup started in process 1984 ]==========]LOG]!><time="19:35:07.945+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3708" file="ccmsetup.cpp:9100">
    <![LOG[Running on platform X64]LOG]!><time="19:35:07.945+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3708" file="util.cpp:1681">
    <![LOG[Updated security on object C:\Windows\ccmsetup\cache\.]LOG]!><time="19:35:07.945+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3708" file="ccmsetup.cpp:8944">
    <![LOG[Launch from folder C:\Windows\ccmsetup\]LOG]!><time="19:35:07.945+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3708" file="ccmsetup.cpp:721">
    <![LOG[CcmSetup version: 5.0.7804.1000]LOG]!><time="19:35:07.945+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3708" file="ccmsetup.cpp:727">
    <![LOG[In ServiceMain]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="ccmsetup.cpp:3340">
    <![LOG[Running on OS (6.1.7601). Service Pack (1.0). SuiteMask = 274. Product Type = 2]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:2673">
    <![LOG[Ccmsetup command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:3563">
    <![LOG[Command line parameters for ccmsetup have been specified. No registry lookup for command line parameters is required.]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:3721">
    <![LOG[Command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:3722">
    <![LOG[SslState value: 224]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="ccmsetup.cpp:4330">
    <![LOG[CCMHTTPPORT: 80]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:8280">
    <![LOG[CCMHTTPSPORT: 443]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:8295">
    <![LOG[CCMHTTPSSTATE: 224]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:8313">
    <![LOG[CCMHTTPSCERTNAME: ]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:8331">
    <![LOG[FSP: ]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:8383">
    <![LOG[CCMFIRSTCERT: 1]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:8441">
    <![LOG[Config file: C:\Windows\ccmsetup\MobileClientUnicode.tcf]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4432">
    <![LOG[Retry time: 10 minute(s)]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4433">
    <![LOG[MSI log file: C:\Windows\ccmsetup\Logs\client.msi.log]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4434">
    <![LOG[MSI properties: INSTALL="ALL" SMSSITECODE="CM1" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="224" CCMFIRSTCERT="1"]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4435">
    <![LOG[Source List:]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4443">
    <![LOG[ \\CC-VMM01.cancorp.com\SMSClient]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4450">
    <![LOG[ \\CC-VMM01.CANCORP.COM\SMSClient]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4459">
    <![LOG[MPs:]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4462">
    <![LOG[ CC-VMM01.cancorp.com]LOG]!><time="19:35:07.960+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:4477">
    <![LOG[No version of the client is currently detected.]LOG]!><time="19:35:07.976+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:2734">
    <![LOG[Updated security on object C:\Windows\ccmsetup\.]LOG]!><time="19:35:07.976+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="ccmsetup.cpp:8944">
    <![LOG[A Fallback Status Point has not been specified. Message with STATEID='100' will not be sent.]LOG]!><time="19:35:07.976+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:9428">
    <![LOG[Running as user "SYSTEM"]LOG]!><time="19:35:07.976+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:1972">
    <![LOG[Detected 12186 MB free disk space on system drive.]LOG]!><time="19:35:07.976+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="util.cpp:574">
    <![LOG[Checking Write Filter Status.]LOG]!><time="19:35:07.976+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:1999">
    <![LOG[This is not a supported write filter device. We are not in a write filter maintenance mode.]LOG]!><time="19:35:07.976+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:2026">
    <![LOG[Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSDefaultMP=TRUE)(mSSMSSiteCode=CM1))']LOG]!><time="19:35:07.991+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="lsad.cpp:640">
    <![LOG[OperationalXml '<ClientOperationalSettings><Version>5.00.7804.1000</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>224</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers></CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F1308201D9A00302010202105450BE956B70BD8F4E01B9E58783EA07300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3133303832383031343933385A180F32313133303830353031343933385A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A0282010100D18987CEEAF610EBC87DE8E88713E5BC2AE3F0F4531A50B3DEC280DFE25A77B8E74C75D9745D9D22E40297229D106E3927B0593FEEF5A3C6755F48A6652F2F148F4C2001E47E8BBB73D71E4A73B81B13B3B07E71E89018E98C4CC3D59792C106CD9577C82199EDBB78193A42DB95DC49BC132C7CFB385E4C2CC6932ABAD83A033A1D9FF89DD2777F22ACCCE6A606DD3C88A001D10C20E637751E7FFD93A6ABDD68956CDE5C9A425465947F49EEA985CC001E0ACEBC7A57D044F718BBA55972C598598892D9934D8367364787B4B31A34B2BDD28731E37ECE9BB2822F25CCB88E5019512EB63A9C2C410E2F607C33E7F50FCF9A9C6F4DE73447D2263BF0AB5F6D0203010001A3393037301F0603551D1104183016821443432D564D4D30312E63616E636F72702E636F6D30140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B05000382010100B32F67776B617D0F2EA558B262C66B8F92605EA77259C889F1BB89C7351A2EC0ECF59FF28917E0B7218C476EFA047EF0A01A6B263A7581E683C242AC3BFF21E7A34A7F379712A514DDB6FFBBF04C083AF4B2BB1069D945FA84E89EB3F46BD8B2EF51DA20CDB1B43DA552D240F16EDC7CC2FB0A77A1D85C88366F4CF6F138BC98978D5FDDE077D8C43DCCA15B97670709C2B82ECF4496B5C6459713B6A2147303446A3C32F077870EA225C4AADCA1116480883702648C23DD3DFF367FD4C52B671ACEFEF2D4199D766805192EE428B6AEA315ABE1820F21BB458D92569043CCE4AD229E81FE5BD5DAA4E903B197DA3B2AA34304CCF4B1BA49FDE19113DCE788C4</SiteSigningCert></SecurityConfiguration><RootSiteCode>CM1</RootSiteCode><CCM> <CommandLine>SMSSITECODE=CM1</CommandLine> </CCM><FSP> <FSPServer></FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSLState" Value="0" /></Capabilities><Domain Value="cancorp.com" /><Forest Value="cancorp.com" /></ClientOperationalSettings>']LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="lsadcache.cpp:236">
    <![LOG[Unable to open Registry key Software\Microsoft\CCM. Return Code [80070002]. Client HTTPS state is Unknown.]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmutillib.cpp:372">
    <![LOG[The MP name retrieved is 'CC-VMM01.cancorp.com' with version '7804' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>']LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="lsadcache.cpp:334">
    <![LOG[MP 'CC-VMM01.cancorp.com' is compatible]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="lsadcache.cpp:339">
    <![LOG[Retrieved 1 MP records from AD for site 'CM1']LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="lsadcache.cpp:287">
    <![LOG[Retrived site version '5.00.7804.1000' from AD for site 'CM1']LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="siteinfo.cpp:575">
    <![LOG[SiteCode: CM1]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:2051">
    <![LOG[SiteVersion: 5.00.7804.1000]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:2052">
    <![LOG[Ccmsetup is being restarted due to an administrative action. Installation files will be reset and downloaded again.]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:2086">
    <![LOG[Only one MP CC-VMM01.cancorp.com is specified. Use it.]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:9745">
    <![LOG[Searching for DP locations from MP(s)...]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:10683">
    <![LOG[Current AD site of machine is NewYork]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="LocationServices" context="" type="1" thread="3428" file="lsad.cpp:746">
    <![LOG[Local Machine is joined to an AD domain]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="LocationServices" context="" type="0" thread="3428" file="lsad.cpp:698">
    <![LOG[Current AD forest name is cancorp.com, domain name is cancorp.com]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="LocationServices" context="" type="1" thread="3428" file="lsad.cpp:818">
    <![LOG[DhcpGetOriginalSubnetMask entry point is supported.]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="LocationServices" context="" type="0" thread="3428" file="ccmiputil.cpp:117">
    <![LOG[Begin checking Alternate Network Configuration]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="LocationServices" context="" type="0" thread="3428" file="ccmiputil.cpp:1095">
    <![LOG[Finished checking Alternate Network Configuration]LOG]!><time="19:35:08.023+240" date="08-29-2013" component="LocationServices" context="" type="0" thread="3428" file="ccmiputil.cpp:1172">
    <![LOG[Sending message body '<ContentLocationRequest SchemaVersion="1.00">
    <AssignedSite SiteCode="CM1"/>
    <ClientPackage/>
    <ClientLocationInfo LocationType="SMSPACKAGE" DistributeOnDemand="0" UseProtected="0" AllowCaching="0" BranchDPFlags="0" AllowHTTP="1" AllowSMB="0" AllowMulticast="0" UseInternetDP="0">
    <ADSite Name="NewYork"/>
    <Forest Name="cancorp.com"/>
    <Domain Name="cancorp.com"/>
    <IPAddresses>
    <IPAddress SubnetAddress="10.0.0.0" Address="10.0.0.30"/>
    </IPAddresses>
    </ClientLocationInfo>
    </ContentLocationRequest>
    ']LOG]!><time="19:35:08.038+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="siteinfo.cpp:96">
    <![LOG[Sending message header '<Msg SchemaVersion="1.1"><ID>{68E42063-EA4F-4E83-99B0-A5E6621925C3}</ID><SourceHost>CC-OH-DC1</SourceHost><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:CC-OH-DC1:LS_ReplyLocations</ReplyTo><Priority>3</Priority><Timeout>600</Timeout><ReqVersion>5931</ReqVersion><TargetHost>CC-VMM01.cancorp.com</TargetHost><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2013-08-29T23:35:08Z</SentTime><Body Type="ByteRange" Offset="0" Length="1078"/><Hooks><Hook3 Name="zlib-compress"/></Hooks><Payload Type="inline"/></Msg>']LOG]!><time="19:35:08.038+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="siteinfo.cpp:177">
    <![LOG[CCM_POST 'HTTP://CC-VMM01.cancorp.com/ccm_system/request']LOG]!><time="19:35:08.038+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="httphelper.cpp:807">
    <![LOG[GetDPLocations failed with error 0x80072ee7]LOG]!><time="19:35:08.038+240" date="08-29-2013" component="ccmsetup" context="" type="3" thread="3428" file="siteinfo.cpp:532">
    <![LOG[Failed to get DP locations as the expected version from MP 'CC-VMM01.cancorp.com'. Error 0x80072ee7]LOG]!><time="19:35:08.038+240" date="08-29-2013" component="ccmsetup" context="" type="2" thread="3428" file="ccmsetup.cpp:10926">
    <![LOG[A Fallback Status Point has not been specified. Message with STATEID='101' will not be sent.]LOG]!><time="19:35:08.038+240" date="08-29-2013" component="ccmsetup" context="" type="1" thread="3428" file="ccmsetup.cpp:9428">
    <![LOG[Next retry in 10 minute(s)...]LOG]!><time="19:35:08.038+240" date="08-29-2013" component="ccmsetup" context="" type="0" thread="3428" file="ccmsetup.cpp:8498">

    error 0x80072ee7 translates to The server name or address could not be resolved. I would also suggest to check whether the boundary is assigned to boundary group or not?
    Anoop C Nair -
    @anoopmannur :: MY Site:
     www.AnoopCNair.com ::
    FaceBook:
     ConfigMgr(SCCM) Page ::
    Linkedin:
     Linkedin<

  • Updates not applying: Scan failed with error = 0x80072efd.

    Hi, I'm trying to troubleshoot windows updates which are configured through SCCM2012R2.  The WSUS server is installed on server 2012R2, version 6.3.9600.16384.   I have it running on the custom website (using ports 8530 and 8531).  For
    a few weeks, my clients were configured with a conflicting group policy (pointing to the old wsus server).  I removed that policy, and now the sccm agent is setting the local group policy to use the proper wusus server.  Clients are windows 7 enterprise.
    These clients do not have access to the internet.
    Now, updates are still failing, with the following events in the wuahandler.log
    Its a WSUS Update Source type ({8C51EBC1-265B-4889-8CC4-0B9EF237D704}), adding it.WUAHandler 4/9/2014 4:53:09 PM 4028 (0x0FBC)
    Existing WUA Managed server was already set (http://Myserver-12R2-WSUS.mydomain.local:8530), skipping Group Policy registration. WUAHandler 4/9/2014 4:53:09 PM 4028 (0x0FBC)
    Added Update Source ({8C51EBC1-265B-4889-8CC4-0B9EF237D704}) of content type: 2 WUAHandler 4/9/2014 4:53:09 PM 4028 (0x0FBC)
    Scan results will include superseded updates only when they are superseded by service packs and definition updates. WUAHandler 4/9/2014 4:53:09 PM 4028 (0x0FBC)
    Search Criteria is (DeploymentAction=* AND Type='Software') OR (DeploymentAction=* AND Type='Driver') WUAHandler 4/9/2014 4:53:09 PM 4028 (0x0FBC)
    Async searching of updates using WUAgent started. WUAHandler 4/9/2014 4:53:09 PM 4028 (0x0FBC)
    Async searching completed. WUAHandler 4/9/2014 4:53:12 PM 3452 (0x0D7C)
    OnSearchComplete - Failed to end search job. Error = 0x80072efd. WUAHandler 4/9/2014 4:53:12 PM 4028 (0x0FBC)
    Scan failed with error = 0x80072efd. WUAHandler 4/9/2014 4:53:12 PM 4028 (0x0FBC)
    For troubleshooting so far, I have disabled the client firewall, restarted the wsus server, and confirmed that the clients can get to the default IIS page on the wsus server.  I'll try reinstalling the sccm client now, and will report back.
    After much searching, none of the answers I have found online were of any help.
    Any advice will be greatly appreciated.
    Thanks,
    Kevin

    I did manage to reinstall the client, and when I look at WUAhandler.log now, I see the following:
    Its a WSUS Update Source type ({8C51EBC1-265B-4889-8CC4-0B9EF237D704}), adding it. WUAHandler 4/9/2014 5:42:57 PM 3344 (0x0D10)
    Unable to read existing resultant WUA policy. Error = 0x80070002. WUAHandler 4/9/2014 5:42:57 PM 3344 (0x0D10)
    Enabling WUA Managed server policy to use server: http://MyServer-12R2-WSUS.Mydomain.local:8530 WUAHandler 4/9/2014 5:42:57 PM 3344 (0x0D10)
    Waiting for 2 mins for Group Policy to notify of WUA policy change... WUAHandler 4/9/2014 5:42:57 PM 3344 (0x0D10)
    Unable to read existing WUA resultant policy. Error = 0x80070002. WUAHandler 4/9/2014 5:43:01 PM 3344 (0x0D10)
    Group policy settings were overwritten by a higher authority (Domain Controller) to: Server and Policy NOT CONFIGURED WUAHandler 4/9/2014 5:43:01 PM 3344 (0x0D10)Failed to Add Update Source for WUAgent of type (2) and id ({8C51EBC1-265B-4889-8CC4-0B9EF237D704}). Error = 0x87d00692.
    So that's strange, if it's NOT CONFIGURED (microsoft's caps), you wouldn't think it would be a problem.  So, If I generate a group policy results report, I get the following:
    Policy:Specify intranet Microsoft update service location
    Setting: Enabled
    Winning GPO: Local Group Policy
    Set the intranet update service for detecting updates: http://Myserver-12R2-WSUS.MyDomain.local:8530
    Set the intranet statistics server: http://Myserver-12R2-WSUS.MyDomain.local:8530
    Which is exactly what I think the SCCM agent is supposed to do.
    Thanks in advance.  Hopefully one of the wise souls in this forum can lead me to the light!
    Kevin
    P.S. I can post the full log if anyone's interested.

  • REP-56071: Security check failed with error message

    Hi!
    We have an Oracle 9iAS R2 v9.0.2.2 installation on Linux (Red Hat Advanced Server 2.1). We have installed PatchSet 2703110, 2581587 and 2842923.
    Oracle9i Reports version is: 9.0.2.2.0
    iAS and Infrastructure are on separate hosts.
    Trying to run Reports demo test.jsp or test.rdf we get the following message:
    javax.servlet.jsp.JspException: REP-56071: Security check failed with error message: Error code30001 - Cannot access the server:rep_dkipcias
    In package:wwv_rw_usr function:security_check
    Command line is: server=rep_dkipcias report=/repdemo/examples/Tools/test.jsp rundate="29-MAY-03 09:05:01"
    Found on Metalink the following Note: 216847.1
    This recommends to comment out the security and destination tags in ORACLE_MIDDLETIER_HOME/report/conf/<repserver>.conf file
    After commenting them out reports works fine.
    BUT
    at the end of the note there is a note which states that "Commenting out the security tag removes the integration of the reports server and portal."
    We need reports integration with Portal. We need SSO as well.
    Could you give any workaround for this problem?
    PS.: I have red Note:213171.1, Note:216118.1, http://otn.oracle.com/products/reports/htdocs/getstart/whitepapers/securing9i.pdf and BUG:2645629
    None of them gave any solution for the problem
    Thanks in advance,
    Andras Weintrauth

    Hi Jeff,
    Q(1): Yes.
    (Report Name and Servers tab)
    Report Server: REP_DKIPCIAS
    Oracle Reports File Name: test.jsp
    Execute: as JSP
    (Other tabs)
    Default values. Unchanged.
    Q(2): (Acces Tab of Report Component)
    Publish to Portal = checked
    Inherit Privileges from Portal DB Provider = checked
    (Acces Tab of Report Server Component)
    Inherit Privileges from Portal DB Provider = checked
    (SSO User)
    The user I try to run the report with has the following group assignments:
    Privilege Group
    PORTAL_ADMINISTRATORS
    PORTAL_DEVELOPERS
    DBA
    PORTLET_PUBLISHERS
    Additional Info:
    To be more specific: The mentioned security check failure exists outside of Portal as well. Eg. when we try to run the default portal test examples (test.jsp, test.rdf) from the iAS home page Demonstartions tab.
    Thank You in advance,
    Andras

  • DAG - Backup failing on 1 DB only with error - The Microsoft Exchange Replication service VSS Writer instance ID failed with error code 80070020 when preparing for a backup of database 'DB012'

    Hi Board,
    i´ve search across the board, technet and symantec sites but did not found a hint about my problem.
    we drive a 2 node DAG (Location1-Ex1-mb1 
    Location2-exc1-mb1), on SP2 RU4 patchlevel with 40 Databases.
    Since some time the backup of one - and only one DB - is failing with these events, logged on the Mailboxserver on which the passive DB is hosted.
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:          28.09.2012 00:37:17
    Event ID:      2112
    Task Category: Exchange VSS Writer
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Location1-Exc1-MB1
    Description: The Microsoft Exchange Replication service VSS Writer instance 1ab7d204-609a-4aea-b0a7-70afb0db38de failed with error code 80070020 when preparing for a backup of database 'DB012'.
    Followed by
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:         
    01.10.2012 03:33:06
    Event ID:      2024
    Task Category: Exchange VSS Writer
    Level:         Error
    Keywords:      Classic
    User:         
    N/A
    Computer:      Location1-Exc1-MB1
    Description:
    The Microsoft Exchange Replication service VSS Writer (Instance 42916d80-36c1-4f73-86d0-596d30226349) failed with error 80070020 when preparing for a backup.
    The backup Application - Symantec Backup Exec 2010 R3 – states, this error
    Snapshot provider error (0xE000FED1): A failure occurred querying the Writer status.
    Check the Windows Event Viewer for details.
    Writer Name: Exchange Server, Writer ID: {76FE1AC4-15F7-4BCD-987E-8E1ACB462FB7}, Last error: The VSS Writer failed, but the operation can be retried (0x800423f3), State: Stable (1).
    Symatec suggests within http://www.symantec.com/business/support/index?page=content&id=TECH184095
    to restart the MS Exchange Replication Service – BUT the mentioned eventID
    8229 isn´t present on any of the both Mailboxservers.
    The affected Database is active on Location2-Exc1-Mb1 Server and in an overall healthy state. I found during my research, that below Location2-Exc1-Mb1 Server, there are not removed shadow copies present!
    This confuses me, since all Backups are normally taken from the passive copy of a Database.
    So my questions to the board are:
    * Does anyone is facing similar issues?
    * Can someone explain why snapshots are present on the Mailboxserver hosting the Active Database, whilst the errors are logged on the passive one?
    -          * Does someone know the conditions, why shadows copies remain and
    aren´t removed in a proper manner?
    What can cause the circumstance, that only 1 DB is facing such issues?
    Any suggestion is welcome!
    BR
    Markus

    Hi Lenora,
    I´ve encreases VSS / Exchange Backup Log levels to expert, before starting
    those things i´ve all tried now:
    - Backup from passive DB (forced within Symantec Backup Exec)
    - Backup from active DB (forced within Symantec Backup Exec)
    - Backup from passive DB without GRT enabled (forced within Symantec Backup Exec)
    - Backup from active DB without GRT enabled(forced within Symantec Backup Exec)
    All those attempts failed.
    But brought some more details - the backup against the active DB states, that there is still a backup in progress and therefore this backup is cancelled by VSS.
    The Solution was, that i´ve needed to restart the Exchange Replication Service on the Mailbox Server hosting the passive DB.
    Backups are working again on all DBs!
    THX for your replys.
    Best regards
    Markus

  • SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has be

    Hello, I have a sql 2005 server, and I am a developer, with the database on my own machine.  It alwayws works for me but after some minutes the other developer cant work in the application
    He got this error
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: 192.168.1.140]
    and When I see the log event after that error, it comes with another error.
    SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: 192.168.1.140]
    He has IIS5 and me too.
    I created a user on the domain called ASPSYS with password, then in the IIS on anonymous authentication I put that user with that password, and it works, on both machines.
    and in the connection string I have.
    <add key="sqlconn" value="Data Source=ESTACION15;Initial Catalog=GescomDefinitiva;Integrated Security=SSPI; Trusted_Connection=true"/>
    I go to the profiler, and I see that when he browses a page, the database is accesed with user ASPSYS, but when I browse a page, the database is accesed with user SE\levalencia.
    Thats strange.
    The only way that the other developer can work again on the project is to restart the whole machine. He has windows xp profession, I have windows 2000.
    If you want me to send logs please tellme

    Well here's my problem, maybe you can help. Intermittenly I get a login failed when connecting to a db engine through Server Management Studio using Windows authentication. When this happens the following entries are generated on the server's application event log:
    Event Type:        Error
    Event Source:    MSSQLSERVER
    Event Category:                (4)
    Event ID:              17806
    Date:                     1/14/2009
    Time:                     10:41:31 AM
    User:                     N/A
    Computer:          <server name>
    Description:
    SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: <ip address>]
    Event Type:        Failure Audit
    Event Source:    MSSQLSERVER
    Event Category:                (4)
    Event ID:              18452
    Date:                     1/14/2009
    Time:                     10:41:31 AM
    User:                     N/A
    Computer:          <server name>
    Description:
    Login failed for user ''. The user is not associated with a trusted SQL Server connection. [CLIENT: <ip address>]
    I've already ensured that the server is set to mixed authentication mode. Oddly enough, the workaround that I've found is that if I remote desktop into the server, log in and then log back out, Management Studio is suddenly able to connect again. No idea why it works. 
    As I said before, it is intermitten. Some days it errors on login, other days it doesn't and there are no configuration changes between them. Also, both client and server are in the same domain and same site so there is no VPN or anything in between. I'm really quite stumped. Any help would be great, or if you can point me in the right direction of where to look. Thank you in advance!

  • Windows.Launch contract failed with error: The app didn't start..

    We have installed windows 8 Prof X64 Edition; none of the Metro apps are not getting launched; the system is added in domain, the event viewer has the below information for one of the app.
    Event Under: Applications
    App microsoft.windowscommunicationsapps_8wekyb3d8bbwe!Microsoft.WindowsLive.Chat did not launch within its allotted time.
    Event Under: AppHost
    The App Host has encountered an unexpected error and will terminate. The error is  0x8007000E.
    Event Under: Microsoft-Windows-TWinUI/Operational
    Activation of the app microsoft.windowscommunicationsapps_8wekyb3d8bbwe!Microsoft.WindowsLive.Chat for the Windows.Launch contract failed with error: The app didn't start..
    Regards Ajinkya Ghare MCITP-Server Administrator | MCTS

    Hi,
    Try to put a machine disjoin the domain to see if the same issue occurs.
    Sometimes the Windows 8 machines cannot use metro app once join the domain, you can try this method:
    1- Open "Local Group Policy Editor"
    2-Navigate to "Computer Configuration - Administrative Templates - Network Isolation"
    3- Open "Internet Proxy Servers for Metro Style Apps" and set the value to your proxy server address like 172.16.0.1:8080.
    Regards,
    Leo  
    Huang
    Leo Huang
    TechNet Community Support

  • 703: Subdaemon connect to data store failed with error TT9999

    All,
    I'm getting the following error whilst trying to connect to a TimesTen DB:
    connect "DSN=my_cachedb";
    703: Subdaemon connect to data store failed with error TT9999
    In the tterrors.log:
    16:39:24.71 Warn: : 2568: 3596 ------------------: subdaemon process exited
    16:39:24.71 Warn: : 2568: 3596 exited while connected to data store '/u01/ttdata/datastores/my_cachedb' shm 33554529 count=1
    16:39:24.71 Warn: : 2568: daRecovery: subdaemon 3596, managing data store, failed: invalidate (failcode=202)
    16:39:24.71 Warn: : 2568: Invalidating the data store (failcode 202, recovery for 3596)
    16:39:24.72 Err : : 2568: TT14000: TimesTen daemon internal error: Could not send 'manage' request to subdaemon rc -2 err1 703 err2 9999
    16:39:24.72 Warn: : 2568: 3619 Subdaemon reports creation failure
    16:39:24.72 Err : : 2568: TT14000: TimesTen daemon internal error: Deleting 3619/0x1558650/'/u01/ttdata/datastores/my_cachedb' - from association table - not found
    16:39:24.72 Err : : 2568: TT14004: TimesTen daemon creation failed: Could not del from dbByPid internal table
    16:39:24.81 Warn: : 2568: child process 3596 terminated with signal 11
    16:39:25.09 Err : : 2568: TT14000: TimesTen daemon internal error: daRecovery for 3619: No such data store '/u01/ttdata/datastores/my_cachedb'
    I've checked and the datastore does exist and is owned by the timesten UNIX user.
    ttversion:
    TimesTen Release 11.2.2.2.0 (64 bit Linux/x86_64) (tt1122:53396) 2011-12-23T09:26:28Z
    Instance admin: timesten
    Instance home directory: /home/timesten/TimesTen/tt1122
    Group owner: timesten
    Daemon home directory: /home/timesten/TimesTen/tt1122/info
    PL/SQL enabled.
    Datastore definition from sys.odbc.ini:
    [my_cachedb]
    Driver=/home/timesten/TimesTen/tt1122/lib/libtten.so
    DataStore=/u01/ttdata/datastores/my_cachedb
    LogDir=/u01/ttdata/logs
    PermSize=40
    TempSize=32
    DatabaseCharacterSet=AL32UTF8
    OracleNetServiceName=testdb
    Kernel parameters from sysctl -a:
    kernel.shmmax = 68719476736
    kernel.shmall = 4294967296
    Memory / SWAP:
    MemTotal: 2050784 kB
    SWAP: /dev/mapper/VolGroup00-LogVol01 partition 4095992
    I'm new to TimesTen and I'm planning on evaluationg it to see if it could solve an issue we're having. Any suggestions would be much appreciated.
    Thanks,
    Ian.

    Hi Ian,
    Can you please answer the following / provide the following information:
    1. What are your kernel parameters relating to semaphores set to? Is anything else on the mahcine using significant numbers of semaphores?
    2. Please provide the output of the following shell commands:
    ls -ld /u01
    ls -ld /u01/ttdata
    ls -ld /u01/ttdata/datastores
    ls -ld /u01/ttdata/logs
    3. Please provide an excerpt of the detailed message log (ttmesg.log) between around 16:38 and 16:40 (i.e. from a little while before the problem until after the problem).
    Thanks,
    Chris

Maybe you are looking for

  • Use Adobe Reader to Save Form Data

    I use Acrobat 8 Professional to create several forms and enabled usage rights in Adobe Reader so that my users can save the form data locally using Adobe Reader 7 or higher. My questions are: (1.)Is there a limit to saving the form data? For example,

  • Issue in free SSL cert installation on Weblogic using keytool and Keystore

    Link which we used to follow below mentioned steps:- http://download.oracle.com/docs/cd/E13222_01/wls/docs81/secmanage/ssl.html#1167001 http://download.oracle.com/docs/cd/E13222_01/wls/docs81/plugins/nsapi.html#112674 Steps: 1) To generate keystore a

  • After Effects CC (not 2014) re-installation.

    I uninstalled the trial because a new version came out that I wanted to try. Now I cannot reinstall and the 2014 version doesn't work.

  • Lpc of a voice

    hello there! I am new to labview and can any body please help me to calculate the lpc of a sound/voice. Actually my project is based on voice recognition Solved! Go to Solution.

  • No Clips in the Timeline When Project is Opened

    I added some clips to the Timeline, edited them together, saved, and closed the project. When I opened it again my clips were still in the Browser, but none of the clips were in the Timeline, even though I saved it before closing. Anyone know why thi