FNDCPASS failed to change apps password.

Hi,
I have freshly installed my ebs r12 system(R 12.0.6) and i am trying to change the defailt apps password using FNDCPASS utility as below. But after changing the password. When i try to login with modified password, sqlplus is says invalid username or password.
FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS apps001
How can i recover my password now?
Thanks,
Prasad

Hi Hussein,
Find below the log,
Application Object Library: Version : 12.0.0
Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
module:
Current system time is 25-JUN-2009 15:02:07
Working...
Concurrent request completed successfully
Current system time is 25-JUN-2009
15:02:09
I tried running autoconfig and it failed for all sql scripts.
I was able to login using my old apps password after restoring the database and i am getting same error after running FNDCPASS.
It seems there is something missing in my FNDCPASS. I can see FNDCPASS file size on my new setup is 6 bytes less than the file on other environment.
Thanks,
Prasd

Similar Messages

  • Unable to change APPS password using FNDCPASS

    Hi All,
    Having issues with changing APPS password using FNDCPASS utility. Trying this on Windows 2003 with 11.5.10.2 VISION instance.
    The command given is:
    FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS WELCOME
    Here is the text from the log file:
    APP-FND-01502: Cannot encrypt application ORACLE password
    Cause: Application Object Library was unable encrypt your ORACLE password.
    Action: Contact your support representative. (ORACLEUSER=APPS_SERV)
    Not sure how to resolve this issue. Any help, pointers are appreciated.
    Thanks,
    Jags

    It worked. Thanks a lot for the pointers. Never expected that the UTF8 would be an issue for changing the APPS password.
    What I did to resolve:
    (1) Stopped all Oracle windows services
    (2) Updated the NLS_LANG value(all appearances) in registry to WE8ISO8859P1
    (3) Started Database Listeners
    (4) Executed FNDCPASS
    (5) Updated WDBSVR.APP
    (6) Updated CGICMD.DAT
    (7) Updated concurrent manager passwd using CCMSETUP
    (8) Updated the NLS_LANG value(all appearances) in registry to UTF8
    (9) Restarted all Oracle windows services

  • Autoconfig error on DB Tier after changing apps password

    Hi,
    I have changes APPS password in my new cloned instance. Autconfig on db tier encountered below error. we are on application 12.1.2, RDBMS 11.1.0.7, OS RHEL 5.4.
    ===================================================
    Executing script in InstantiateFile:
    /u01/oracle/fakieh/db/tech_st/11.1.0/appsutil/install/FTEST_testdb/txkcreateACL.sh
    script returned:
    You are running txkcreateACL.sh version 120.1
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/fakieh/db/tech_st/11.1.0
    ORACLE_SID : FTEST
    PATH : /u01/oracle/fakieh/db/tech_st/11.1.0/perl/bin:/u01/oracle/fakieh/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/u01/oracle/fakieh/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/u01/oracle/fakieh/db/tech_st/11.1.0/perl/bin:/u01/oracle/fakieh/db/tech_st/11.1.0/perl/bin:/u01/oracle/fakieh/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/u01/oracle/fakieh/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin:.:.
    Executable : /u01/oracle/fakieh/db/tech_st/11.1.0/bin/sqlplus
    Executing txkcreateACL.sql ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Mon Dec 24 10:00:18 2012
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected.
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    txkcreateACL.sh: exiting with status 1
    .end std out.
    .end err out.
    ===========================================================================
    Starting Restore Profile utility at Mon Dec 24 10:00:22 GMT+03:07 2012
    Using version 120.4
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : testdb
    sDbDomain : fakiehgroup.com
    sDbPort : 1521
    sDbSid : FTEST
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@testdb.fakiehgroup.com:1521:FTEST
    Exception occurred: java.sql.SQLException: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testdb.fakiehgroup.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=FTEST)))
    Exception occurred: java.sql.SQLException: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testdb.fakiehgroup.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=FTEST.fakiehgroup.com)))
    Exception occurred: java.sql.SQLException: The Network Adapter could not establish the connection
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    Verifying connection to the Database : Could not be stablished
    No Restore Profile file created.
    Restore Profile utility ran successfully
    ===========================================================================
    adcvmlog.xml renamed to /u01/oracle/fakieh/db/tech_st/11.1.0/appsutil/log/FTEST_testdb/12241000/adcvmlog.xml.12241000
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/fakieh/db/tech_st/11.1.0/appsutil/install/FTEST_testdb
    afdbprf.sh INSTE8_PRF 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/fakieh/db/tech_st/11.1.0/appsutil/install/FTEST_testdb
    adcrobj.sh INSTE8_APPLY 1
    txkcreateACL.sh INSTE8_APPLY 1
    AutoConfig is exiting with status 3
    AutoConfig execution completed on Mon Dec 24 10:00:26 2012
    Time taken for AutoConfig execution to complete : 0 mins 21 secs
    ==========================================
    Also when i am trying to select from DBA_NETWORK_ACLS its is giving error:
    SQL> select count(*) from DBA_NETWORK_ACLS;
    select count(*) from DBA_NETWORK_ACLS
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Process ID: 10481
    Session ID: 361 Serial number: 74
    Thank You.

    I have changes APPS password in my new cloned instance. Autconfig on db tier encountered below error. we are on application 12.1.2, RDBMS 11.1.0.7, OS RHEL 5.4.Did you use FNDCPASS to change the password? -- How to Change Applications Passwords using Applications Schema Password Change Utility (FNDCPASS or AFPASSWD) [ID 437260.1]
    If yes, please post the contents of the log file here.
    Connected.
    ERROR:
    ORA-03114: not connected to ORACLEIs your database up and running? Can you connect as sysdba or as system user remotely?
    Please make sure that both the database and the database listener are up and running before you run AutoConfig.
    Thanks,
    Hussein

  • Concurrent Managers won't start after changing Apps password

    11.5.10.2 E-Business suite on Windows Server 2003 SP2
    Concurrent Managers were working fine after install.
    I have changed the Apps password using FNDCPASS and have run AutoConfig successfully on both the database and applications tiers.
    Copncurrent Managers won't start. ICM starts but not the others.
    I tried setting the profile GSM Enabled to No but to no avail.
    Any help greatly appreciated.
    Thanks,
    Bartoosh

    hi
    may be you can try this,this might be not the same case as yours ,but it worked for me,so may be you can give a try.
    Concurrent manger-standard manager inactive

  • Change apps password, without scripts ?

    Hi
    I've got an import of an EBS database on my laptop (reason being is that our server will be down for a few days, and I need to carry on development in the meantime)
    I don't have, or need, an app server or the EBS forms/reports. All I need is a working database to develop code against.
    I've done a datapump export of our dev database, and imported it onto my laptop.
    Somehow, during this process, the apps password has either changed, or stopped working.
    So - I need to change it to logon.
    Can I just use Alter User, given that I've no app server to contend with ? If not - does anyone know how I should be going about this, given that I don't have any scripts, such as fndcpass on my machine ?
    Thanks!
    Scott

    You can just make changes to a couple of config files to change the apps password:
    1. $IAS_ORACLE_HOME/Apache/modplsql/cfg/wdbsvr.app
    2. ORACLE_HOME/reports60/server/CGIcmd.dat
    DAnot needed, as the author is just accessing the database....aplpication part is not even configured..
    Edited by: puspak on Mar 10, 2011 3:35 AM

  • ADADMIN failing after changhing APPS password

    Hi
    After changing the aps password with FNDCPASS all ad utilities are failing with the following error.
    AD Administration error:
    DCPW null for "APPLSYS" [0]
    AD Administration error:
    Failed getting PDI list for product 'fnd'
    AD Administration error:
    aipspv(): Error setting up PDI list for upgrade
    Please help
    Regards

    Hi
    Both of the notes related but not exactly the same.
    The problem is still there.
    Following is part of the log.
    The status of various features in this run of AD Administration is:
    <-Feature version in->
    Feature Active? APPLTOP Data model Flags
    CHECKFILE Yes 1 1 Y N N Y N Y
    PREREQ Yes 6 6 Y N N Y N Y
    CONCURRENT_SESSIONS No 2 2 Y Y N Y Y N
    PATCH_TIMING Yes 2 2 Y N N Y N Y
    PATCH_HIST_IN_DB Yes 6 6 Y N N Y N Y
    SCHEMA_SWAP Yes 1 1 Y N N Y Y Y
    JAVA_WORKER Yes 1 1 Y N N Y N Y
    CODELEVEL Yes 1 1 Y N N Y N Y
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    AD Administration warning:
    Product Data File
    /erp2app/apphcl/apps/apps_st/appl/admin/zfaprod.txt
    does not exist for product "zfa".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AD Administration warning:
    Product Data File
    /erp2app/apphcl/apps/apps_st/appl/admin/zsaprod.txt
    does not exist for product "zsa".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    AD Administration warning:
    Product Data File
    /erp2app/apphcl/apps/apps_st/appl/admin/jtsprod.txt
    does not exist for product "jts".
    This product is registered in the database but the
    above file does not exist in APPL_TOP. The product
    will be ignored without error.
    Currently, the following language is installed:
    Code Language Status
    US American English Base
    Your base language will be AMERICAN.
    Setting up module information.
    Reading database for information about the modules.
    Saving module information.
    Reading database for information about the products.
    AD Administration error:
    DCPW null for "APPLSYS" [0]
    AD Administration error:
    Failed getting PDI list for product 'fnd'
    AD Administration error:
    aipspv(): Error setting up PDI list for upgrade
    Regards

  • Failed in changing sys password

    Dear Experts,
    Loged on as DBA I perform the following:
    alter user sys identified by my_new_strong_pass
    Trying then to log on as sys using this new pass, the pass is said not to be correct.
    I'm running 9iR2. More (even if sys and system are not comparable) I can change the system password and log on corretly afterwards.
    Any idea is appreciated.
    Regards,
    Guillaume

    You are definitely right. I did so and it worked but the pb is I can't stay with SQLNET.AUTHENTICATION_SERVICES=(NTS) because using dba studio I get a "shared memory realm not available" if I try to restart the DB once stopped for any reason.
    I need to set back to SQLNET.AUTHENTICATION_SERVICES=none. This behavior is new following the migration of the servers into AD. Buit keeping this "none" setting prevents me from connecting using Dba studio or Toad.
    Did one of you already experience such a behavior of the DB ?
    I don't have the same issue with the other instance hosted on the server, I mean connected as DBA I can change the pass of sys under Toad and connect with the new password keeping the setting to "none".
    Best Regards,
    Guillaume
    Message was edited by:
    [email protected]

  • Why we need to change apps pwd using fndcpass only?

    why we need to change apps pwd using fndcpass only?
    can't we change using alter user......?

    See the following note.
    Note:160337.1 How To Manually Change The APPS, APPLSYS and APPLSYSPUB Passwords in Oracle Applications
    This is critical. No support if you use this way to change password. This should be the last option. Recommended is using FNDCPASS.
    =======
    After using FNDCPASS to change Apps password, you have to run AutoConfig. AutoConfig will take care of changing/modifying all files and profile options. so you will not need to update any file manually.
    - Stop all application services
    - Use FNDCPASS to change the password
    FNDCPASS apps/pwd 0 Y system/pwd SYSTEM APPLSYS <new_pwd>
    - Run AutoConfig
    - Bounce all application services

  • Apps password

    hi,
    i am going to change apps default password in production db.
    before that i just want to re-confirm the following steps.
    i already go through the suggested 437260.1 metalink note.
    we have multinode application
    1. so i have to first down on both note application services down.
    2. FNDCPASS <logon> 0 Y <system/password> SYSTEM <username> <new_password>
    3. then startup the application
    my doubt are
    do i need to down the database services also??
    do i need to restart the SERVER?

    Hi user;
    i already go through the suggested 437260.1 metalink note.
    You can also follow Note:160337.1 - How To Manually Change The APPS, APPLSYS and APPLSYSPUB Passwords in Oracle Applications
    we have multinode application
    1. so i have to first down on both note application services down.for apps, u close then change password then start
    for sysadmin, u change password then u bounce
    Also check
    Re: FNDCPASS
    How to change sysadmin password
    2. FNDCPASS <logon> 0 Y <system/password> SYSTEM <username> <new_password>FNDCPASS apps/apps 0 Y system/manager USER sysadmin/sysadmin123
    You can also do it using the front end
    Login to EBS -> System Administrator -> User -> Query USERNAME and in password tab, enter new password.
    Follow :
    How to change sysadmin password
    Re: change apps password using FNDCPASS
    Check
    3. then startup the applicationYou dont need close
    do i need to restart the SERVER?You dont need restart server. But i suggest run autofonfing on db and apps tier after change password. For more details please follow:
    Re: FNDCPASS
    Hope it helps
    Regard
    Helios

  • How to change application password

    Hi,
    I want to change the application password
    (Help --> Diagnostics --> Examine )
    please help

    To access the Examine window, you have to enter the APPS password. APPS password can be changed using FNDCPASS.
    change apps password using FNDCPASS
    change apps password using FNDCPASS

  • EBS 12.1.3 - 500 Internal Server Error - after using FNDCPASS to change SYSADMIN password

    Hello Guys,
    We are running ebs 12.1.3 on OEL6. Upon logon today I was a prompt to chage the sysadmin's password. I ended using FNDCPASS for a successful change:
    FNDCPASS apps/apps 0 Y system/xxxxx USER SYSADMIN xxxxx
    Since then I have been unable to connect into the apps with its URL - I am getting
    "500 Internal Server Error" Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    Apache logs have some errors:
    cd $LOG_HOME/ora/10.1.3/Apache
    more error_log.1406246400
    [Fri Jul 25 06:18:18 2014] [error] [client 10.1.101.81] [ecid: 1406283498:10.1.100.43:32121:0:390,0] File does not exist: /u02/app
    lfind/inst/apps/OFD1_ofindev01/portal/favicon.ico
    [Fri Jul 25 06:18:19 2014] [error] [client 10.1.101.81] [ecid: 1406283499:10.1.100.43:4002:0:505,0] mod_oc4j: Failed to find a failover oc4j process for session request for destination: application://oacore (no island or jgroup).
    [Fri Jul 25 06:18:20 2014] [error] [client 10.1.101.81] [ecid: 1406283500:10.1.100.43:4005:0:476,0] mod_oc4j: Failed to find a failover oc4j process for session request for destination: application://oacore (no island or jgroup).
    [Fri Jul 25 06:23:21 2014] [warn] [client 10.1.101.81] oc4j_socket_recvfull timed out
    [Fri Jul 25 06:23:21 2014] [warn] [client 10.1.101.81] oc4j_socket_recvfull timed out
    [Fri Jul 25 06:23:21 2014] [error] [client 10.1.101.81] [ecid: 1406283500:10.1.100.43:4005:0:476,0] mod_oc4j: request to OC4J ofind
    I have " perl $FND_TOP/patch/115/bin/ojspCompile.pl --compile --flush -p 2 " and executed cmclean.sql but problem persist.
    What am I missing?
    Thanks
    Mathias

    ./adoacorectl.sh start
    07/28/14-15:00:39 :: adoacorectl.sh version 120.13
    07/28/14-15:00:39 :: adoacorectl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    07/28/14-15:00:39 :: adoacorectl.sh: Starting OPMN managed OACORE OC4J instance 
    opmnctl: starting opmn managed processes...
    07/28/14-15:00:49 :: adoacorectl.sh: exiting with status 0
    Hussein,
    adopmnctl.sh status
    You are running adopmnctl.sh version 120.6.12010000.5
    Checking status of OPMN managed processes...
    Processes in Instance: OFD1_ofindev01.ofindev01.corp.phillips.com
    ---------------------------------+--------------------+---------+---------
    ias-component                    | process-type       |     pid | status 
    ---------------------------------+--------------------+---------+---------
    OC4JGroup:default_group          | OC4J:oafm          |   15235 | Alive  
    OC4JGroup:default_group          | OC4J:forms         |   15161 | Alive  
    OC4JGroup:default_group          | OC4J:oacore        |   23949 | Alive  
    HTTP_Server                      | HTTP_Server        |   14941 | Alive  
    FNDCPASS was run successfully. -
    I used:
    FNDCPASS apps/apps 0 Y system/sys USER SYSADMIN julyxxxxx
    more L7423781.log
    +---------------------------------------------------------------------------+
    Application Object Library: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    module:
    +---------------------------------------------------------------------------+
    Current system time is 24-JUL-2014 10:19:05
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    Concurrent request completed successfully
    Current system time is 24-JUL-2014 10:19:05
    +---------------------------------------------------------------------------
    Appache logs:
    more access_log.1406505600 log
    127.0.0.1 - - [28/Jul/2014:15:03:50 -0400] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    10.1.101.81 - - [28/Jul/2014:15:03:54 -0400] "GET /OA_HTML/AppsLogin HTTP/1.1" 500 304 137 "-" "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)"
    10.1.101.81 - - [28/Jul/2014:15:03:54 -0400] "GET /OA_HTML/AppsLogin HTTP/1.1" 500 304 136 "http://ofindev01.corp.phillips.com:8006/" "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)"
    10.1.101.81 - - [28/Jul/2014:15:03:54 -0400] "GET /OA_HTML/AppsLogin HTTP/1.1" 500 304 125 "http://ofindev01.corp.phillips.com:8006/" "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0)"
    127.0.0.1 - - [28/Jul/2014:15:04:10 -0400] "HEAD  /index.html HTTP/1.1" 200 0 0 "-" "-"
    more error_log.1406505600:
    [Mon Jul 28 08:53:32 2014] [error] [client 10.1.101.81] [ecid: 1406552012:10.1.100.43:2557:0:17,0] File does not exist: /u02/applfind/inst/apps/OFD1_ofindev01/portal/favicon.ico
    [Mon Jul 28 11:55:55 2014] [error] [client 10.1.100.43] [ecid: 1406562955:10.1.100.43:2487:0:27,0] File does not exist: /u02/applfind/inst/apps/OFD1_ofindev01/portal/favicon.ico
    [Mon Jul 28 12:30:01 2014] [error] [client 10.1.101.81] [ecid: 1406565001:10.1.100.43:948:0:37,0] File does not exist: /u02/applfind/inst/apps/OFD1_ofindev01/portal/favicon.ico
    [Mon Jul 28 12:30:44 2014] [error] [client 10.1.100.46] [ecid: 1406565044:10.1.100.43:2557:0:34,0] File does not exist: /u02/applfind/inst/apps/OFD1_ofindev01/portal/favicon.ico
    [Mon Jul 28 13:03:30 2014] [notice]  configured -- resuming normal operations
    [Mon Jul 28 13:03:30 2014] [notice] Accept mutex: fcntl (Default: fcntl)
    This system was working find until when I changed the password using FNDCPASS apps/apps 0 Y system/sys USER SYSADMIN julyxxxxx
    Thanks
    Mathias

  • Is autoconfig required to be run for apps password change

    Is autoconfig required to be run for apps password change -- We are only changing APPS and APPLSYS passwords.
    How to Change Applications Passwords using Applications Schema Password Change Utility (FNDCPASS or AFPASSWD) [ID 437260.1] -- does not mention anything about autoconfig.
    Please clarify.
    Thanks

    It's mentioned in the document twice
    1. For APPLSYSPUB/GUEST as you mentioned
    2. Under "Verify the new password" which cover the apps/applsys passwords
    If you search the doc for "AutoConfig" you will find it there.
    Thanks,
    Hussein

  • Not able to change the password using FNDCPASS

    I am not able to change password using FNDCPASS. I am getting follwoing error while executing following command with APPLMGR user ( before that I have source the .env file ) (OS-Linux)
    [applmgr@ora11 /]$ FNDCPASS apps/apps 0 Y system/manager SYSTEM APPLSYS WELCOME
    Log filename : L2741743.log
    Report filename : O2741743.out
    APP-FND-01630: Cannot open file L2741743.log for appending
    Cause: FDPFOP encountered an error when attempting to open file L2741743.log for appending.
    Action: Verify that the filename is correct and that the environment variables controlling that filename are correct.
    Action: If the file is opened in read mode, check that the file exists. Check that you have privileges to read the file in the file directory. Contact your system administrator to obtain read privileges.
    Action: If the file is opened in write or append mode, check that you have privileges to create and write files in the file directory. Contact your system administrator to obtain create and write privileges.
    Can some one pls guide me on this

    Duplicate post-
    Not able to change the password using FNDCPASS
    Please post only once.
    Thanks,

  • How to fix my Apple ID from not being disabled? I have changed the password many times already and it still wont let me update apps or download apps

    How to fix my Apple ID from not being disabled? I have changed the password many times already and it still wont let me update apps or download apps

    Apple ID disabled
    http://support.apple.com/kb/TS2446
    If you still have problem, contact iTune Support
    https://ssl.apple.com/emea/support/itunes/contact.html

  • My Iphone will not let me download apps because it says my apple id is disabled, I have changed my password four times and it still is saying the same thing. What do I do now?

    My Iphone will not let me download apps because it says my apple id is disabled, I have changed my password four times and it still is saying the same thing. What do I do now?

    Contact iTunes to re-enable your account at expresslane.apple.com
    You can reach them by chat or email.

Maybe you are looking for

  • How do I restore my backup (.wim files) after running HP System recovery on a G62 with windows 7

    I had to do a system restore after getting a blue screen and I backed up the files on my external drive. after restoring the system I tried to restore my files from my external with Recovery manager but it didn't see my external so I couldn't restore

  • Using Get Data From Aggregation event class in SQL Profiler - SSAS 2012

    Hi, I'd like to understand better the use of the Get data from aggregation event class in SQL Profiler to monitor a MDX query and which info provide. Fe, does it return the MDX query? Is it possible to use this event class in order to monitor MDX que

  • Problem with Joins

    Hi, I am trying to write a query to join two tables and get the unmatched rows from the table. For ex: Employee Table:          Employee Labs Emp_Id                Emp_L_ID 1                    1 2                    2 3                    5 4       

  • HT1267 i no longer have  aphone service with att,so is possible to update my firmware and not get locked

    i had the service with atta while ago,however, i never upgraded it to the new software bec ,i still use like i pod,now whenever iwant todownload sth. it tells you need to update your version of software,however, im scared if ido my i phone would be l

  • [CS5] Hang when opening a document

    Hello, My plug-in copies InDesign documents (aka "templates") inside another one (aka "destination"), after doing some modifications in the "templates". It works on CS4 and CS5, but I have a hang in CS5 during the opening of one of the "templates". I