OBIEE 10g RPD Paswword Reset not working

I have gotten 2 10g RPDs, the password of which I do not know. I ma trying to change/ reset the password by making use of the technique wherein "AUTHENTICATION_TYPE = BYPASS_NQS;" is uncommented within the NQSConfig.ini file. It does not seem to be working. I have also changed the Default RPD name within the config file to the new RPD alongside ensuring there are no gaps/ spaces in the RPD name which are the common pitfalls.
The strange part is that it did work with another 10g RPD couple of weeks back but is not working with the two RPDs I got yesterday. I have just the client 10.1.3.4.2 installed so eliminates the possibility of the BI server being up and running.
Is there anything else that could be preventing/ hindering this?

Nope. Did not work. Message returned back is that the existing password does not match the RPD password.
I have pasted the NQSConfig.ini file from "OracleBI\server\Config" below, just in case I am overlooking something that you happen to spot that might be preventing the overwrite:
# NQSConfig.INI
# Copyright (c) 1997-2006 Oracle Corporation, All rights reserved
# INI file parser rules are:
# If values are in literals, digits or _, they can be
# given as such. If values contain characters other than
# literals, digits or _, values must be given in quotes.
# Repository Section
# Repositories are defined as logical repository name - file name
# pairs. ODBC drivers use logical repository name defined in this
# section.
# All repositories must reside in OracleBI\server\Repository
# directory, where OracleBI is the directory in which the Oracle BI
# Server software is installed.
[ REPOSITORY ]
Star     =     tsbrit03_VisualBI.rpd, DEFAULT;
# Query Result Cache Section
[ CACHE ]
ENABLE     =     YES;
// A comma separated list of <directory maxSize> pair(s)
// e.g. DATA_STORAGE_PATHS = "d:\OracleBIData\nQSCache" 500 MB;
DATA_STORAGE_PATHS     =     "C:\OracleBIData\cache" 500 MB;
MAX_ROWS_PER_CACHE_ENTRY = 100000; // 0 is unlimited size
MAX_CACHE_ENTRY_SIZE = 1 MB;
MAX_CACHE_ENTRIES = 1000;
POPULATE_AGGREGATE_ROLLUP_HITS = NO;
USE_ADVANCED_HIT_DETECTION = NO;
MAX_SUBEXPR_SEARCH_DEPTH = 7;
// Cluster-aware cache
// GLOBAL_CACHE_STORAGE_PATH = "<directory name>" SIZE;
// MAX_GLOBAL_CACHE_ENTRIES = 1000;
// CACHE_POLL_SECONDS = 300;
// CLUSTER_AWARE_CACHE_LOGGING = NO;
# General Section
# Contains general server default parameters, including localization
# and internationalization, temporary space and memory allocation,
# and other default parameters used to determine how data is returned
# from the server to a client.
[ GENERAL ]
// Localization/Internationalization parameters.
LOCALE     =     "English-usa";
SORT_ORDER_LOCALE     =     "English-usa";
SORT_TYPE = "binary";
// Case sensitivity should be set to match the remote
// target database.
CASE_SENSITIVE_CHARACTER_COMPARISON = OFF ;
// SQLServer65 sorts nulls first, whereas Oracle sorts
// nulls last. This ini file property should conform to
// that of the remote target database, if there is a
// single remote database. Otherwise, choose the order
// that matches the predominant database (i.e. on the
// basis of data volume, frequency of access, sort
// performance, network bandwidth).
NULL_VALUES_SORT_FIRST = OFF;
DATE_TIME_DISPLAY_FORMAT = "yyyy/mm/dd hh:mi:ss" ;
DATE_DISPLAY_FORMAT = "yyyy/mm/dd" ;
TIME_DISPLAY_FORMAT = "hh:mi:ss" ;
// Temporary space, memory, and resource allocation
// parameters.
// You may use KB, MB for memory size.
WORK_DIRECTORY_PATHS     =     "C:\OracleBIData\tmp";
SORT_MEMORY_SIZE = 4 MB ;
SORT_BUFFER_INCREMENT_SIZE = 256 KB ;
VIRTUAL_TABLE_PAGE_SIZE = 128 KB ;
// Analytics Server will return all month and day names as three
// letter abbreviations (e.g., "Jan", "Feb", "Sat", "Sun").
// To use complete names, set the following values to YES.
USE_LONG_MONTH_NAMES = NO;
USE_LONG_DAY_NAMES = NO;
UPPERCASE_USERNAME_FOR_INITBLOCK = NO ; // default is no
// Aggregate Persistence defaults
// The prefix must be between 1 and 8 characters long
// and should not have any special characters ('_' is allowed).
AGGREGATE_PREFIX = "SA_" ;
# Security Section
# Legal value for DEFAULT_PRIVILEGES are:
# NONE READ
[ SECURITY ]
DEFAULT_PRIVILEGES = READ;
PROJECT_INACCESSIBLE_COLUMN_AS_NULL     =     NO;
MINIMUM_PASSWORD_LENGTH     =     0;
#IGNORE_LDAP_PWD_EXPIRY_WARNING = NO; // default is no.
#SSL=NO;
#SSL_CERTIFICATE_FILE="servercert.pem";
#SSL_PRIVATE_KEY_FILE="serverkey.pem";
#SSL_PK_PASSPHRASE_FILE="serverpwd.txt";
#SSL_PK_PASSPHRASE_PROGRAM="sitepwd.exe";
#SSL_VERIFY_PEER=NO;
#SSL_CA_CERTIFICATE_DIR="CACertDIR";
#SSL_CA_CERTIFICATE_FILE="CACertFile";
#SSL_TRUSTED_PEER_DNS="";
#SSL_CERT_VERIFICATION_DEPTH=9;
#SSL_CIPHER_LIST="";
# There are 3 types of authentication. The default is NQS
# You can select only one of them
#----- 1 -----
#AUTHENTICATION_TYPE = NQS; // optional and default
#----- 2 -----
#AUTHENTICATION_TYPE = DATABASE;
# [ DATABASE ]
# DATABASE = "some_data_base";
#----- 3 -----
AUTHENTICATION_TYPE = BYPASS_NQS;
# Server Section
[ SERVER ]
SERVER_NAME = Oracle_BI_Server ;
READ_ONLY_MODE = NO;     // default is "NO". That is, repositories can be edited online.
MAX_SESSION_LIMIT = 2000 ;
MAX_REQUEST_PER_SESSION_LIMIT = 500 ;
SERVER_THREAD_RANGE = 40-100;
SERVER_THREAD_STACK_SIZE = 0; // default is 256 KB, 0 for default
DB_GATEWAY_THREAD_RANGE = 40-200;
DB_GATEWAY_THREAD_STACK_SIZE = 0; // default is 256 KB, 0 for default
MAX_EXPANDED_SUBQUERY_PREDICATES = 8192; // default is 8192
MAX_QUERY_PLAN_CACHE_ENTRIES = 1024; // default is 1024
MAX_DRILLDOWN_INFO_CACHE_ENTRIES = 1024; // default is 1024
MAX_DRILLDOWN_QUERY_CACHE_ENTRIES = 1024; // default is 1024
INIT_BLOCK_CACHE_ENTRIES = 20; // default is 20
CLIENT_MGMT_THREADS_MAX = 5; // default is 5
# The port number specified with RPC_SERVICE_OR_PORT will NOT be considered if
# a port number is specified in SERVER_HOSTNAME_OR_IP_ADDRESSES.
RPC_SERVICE_OR_PORT = 9703; // default is 9703
# If port is not specified with a host name or IP in the following option, the port
# number specified at RPC_SERVICE_OR_PORT will be considered.
# When port number is specified, it will override the one specified with
# RPC_SERVICE_OR_PORT.
SERVER_HOSTNAME_OR_IP_ADDRESSES = "ALLNICS"; # Example: "hostname" or "hostname":port
# or "IP1","IP2":port or
# "hostname":port,"IP":port2.
# Note: When this option is active,
# CLUSTER_PARTICIPANT should be set to NO.
ENABLE_DB_HINTS = YES; // default is yes
PREVENT_DIVIDE_BY_ZERO = YES;
CLUSTER_PARTICIPANT = NO; # If this is set to "YES", comment out
# SERVER_HOSTNAME_OR_IP_ADDRESSES. No specific NIC support
# for the cluster participant yet.
// Following required if CLUSTER_PARTICIPANT = YES
#REPOSITORY_PUBLISHING_DIRECTORY = "<dirname>";
#REQUIRE_PUBLISHING_DIRECTORY = YES; // Don't join cluster if directory not accessible
DISCONNECTED = NO;
AUTOMATIC_RESTART = YES;
# EVALUATE_SUPPORT_LEVEL:
# 1: evaluate is supported for users with manageRepositories permssion
# 2: evaluate is supported for any user.
# other: evaluate is not supported if the value is anything else.
EVALUATE_SUPPORT_LEVEL = 0;
# Dynamic Library Section
# The dynamic libraries specified in this section
# are categorized by the CLI they support.
[ DB_DYNAMIC_LIBRARY ]
ODBC200 = nqsdbgatewayodbc;
ODBC350 = nqsdbgatewayodbc35;
OCI7 = nqsdbgatewayoci7;
OCI8 = nqsdbgatewayoci8;
OCI8i = nqsdbgatewayoci8i;
OCI10g = nqsdbgatewayoci10g;
DB2CLI = nqsdbgatewaydb2cli;
DB2CLI35 = nqsdbgatewaydb2cli35;
NQSXML = nqsdbgatewayxml;
XMLA = nqsdbgatewayxmla;
ESSBASE = nqsdbgatewayessbasecapi;
# User Log Section
# The user log NQQuery.log is kept in the server\log directory. It logs
# activity about queries when enabled for a user. Entries can be
# viewed using a text editor or the nQLogViewer executable.
[ USER_LOG ]
USER_LOG_FILE_SIZE = 10 MB; // default size
CODE_PAGE = "UTF8"; // ANSI, UTF8, 1252, etc.
# Usage Tracking Section
# Collect usage statistics on each logical query submitted to the
# server.
[ USAGE_TRACKING ]
ENABLE = NO;
//==============================================================================
// Parameters used for writing data to a flat file (i.e. DIRECT_INSERT = NO).
STORAGE_DIRECTORY = "<full directory path>";
CHECKPOINT_INTERVAL_MINUTES = 5;
FILE_ROLLOVER_INTERVAL_MINUTES = 30;
CODE_PAGE = "ANSI"; // ANSI, UTF8, 1252, etc.
//==============================================================================
DIRECT_INSERT = YES;
//==============================================================================
// Parameters used for inserting data into a table (i.e. DIRECT_INSERT = YES).
PHYSICAL_TABLE_NAME = "<Database>"."<Catalog>"."<Schema>"."<Table>" ; // Or "<Database>"."<Schema>"."<Table>" ;
CONNECTION_POOL = "<Database>"."<Connection Pool>" ;
BUFFER_SIZE = 10 MB ;
BUFFER_TIME_LIMIT_SECONDS = 5 ;
NUM_INSERT_THREADS = 5 ;
MAX_INSERTS_PER_TRANSACTION = 1 ;
//==============================================================================
# Query Optimization Flags
[ OPTIMIZATION_FLAGS ]
STRONG_DATETIME_TYPE_CHECKING = ON ;
# CubeViews Section
[ CUBE_VIEWS ]
DISTINCT_COUNT_SUPPORTED = NO ;
STATISTICAL_FUNCTIONS_SUPPORTED = NO ;
USE_SCHEMA_NAME = YES ;
USE_SCHEMA_NAME_FROM_RPD = YES ;
DEFAULT_SCHEMA_NAME = "ORACLE";
CUBE_VIEWS_SCHEMA_NAME = "ORACLE";
LOG_FAILURES = YES ;
LOG_SUCCESS = NO ;
LOG_FILE_NAME     =     "C:\OracleBI\server\Log\CubeViews.Log";
# MDX Member Name Cache Section
# Cache subsystem for mapping between unique name and caption of
# members for all SAP/BW cubes in the repository.
[ MDX_MEMBER_CACHE ]
// The entry to indicate if the feature is enabled or not, by default it is NO since this only applies to SAP/BW cubes
ENABLE = NO ;
// The path to the location where cache will be persisted, only applied to a single location,
// the number at the end indicates the capacity of the storage. When the feature is enabled,
// administrator needs to replace the "<full directory path>" with a valid path,
// e.g. DATA_STORAGE_PATH = "C:\OracleBI\server\Data\Temp\Cache" 500 MB ;
DATA_STORAGE_PATH     =     "C:\OracleBIData\cache" 500 MB;
// Maximum disk space allowed for each user;
MAX_SIZE_PER_USER = 100 MB ;
// Maximum number of members in a level will be able to be persisted to disk
MAX_MEMBER_PER_LEVEL = 1000 ;
// Maximum size for each individual cache entry size
MAX_CACHE_SIZE = 100 MB ;
# Oracle Dimension Export Section
[ ORA_DIM_EXPORT ]
USE_SCHEMA_NAME_FROM_RPD = YES ; # NO
DEFAULT_SCHEMA_NAME = "ORACLE";
ORA_DIM_SCHEMA_NAME = "ORACLE";
LOGGING = ON ; # OFF, DEBUG
LOG_FILE_NAME     =     "C:\OracleBI\server\Log\OraDimExp.Log";

Similar Messages

  • OBIEE 11g RPD password reset and Hierarchy implementation

    HI All,
    How to get the forgot password in OBIEE 11g. Please refer the below link you will get one good Suitable  solution.
    http://satyaobieesolutions.blogspot.com/2013/06/how-to-reset-forgotten-obiee-11g-rpd.html
    How to reset the forgot password in OBIEE 10g. Please refer the below link.
    ttp://satyaobieesolutions.blogspot.com/2013/06/how-to-reset-forgotten-obiee-10g-rpd.html
    How to create Time Hierarchy in OBIEE 11g:
    http://satyaobieesolutions.blogspot.com/2013/06/dimension-hierarchy-111170.html
    Hope this help's
    Thanks,
    Satya Ranki Reddy

    looks like there is a way to recover the lost passwords for RPD's using listcred() method of wlst
    look at the following doc http://www.rittmanmead.com/2011/04/oracle-bi-ee-11g-migrating-security-credential-store-part-3/
    Listing the Credential in Dev Environment:
    All the Credential Keys are generally stored in an encrypted format (the passwords). So, to migrate we will need to first extract these passwords and then do the migration to Production. The passwords can be extracted through the listCred() method of WLST. We need to be connected to the Admin Server for this method to work. The exact command is given below
    connect(“weblogic”,”welcome1″,”localhost:7001″)
    listCred(“DevMap”,”DevKey”)
    This will show the encrypted password entered inside the key as shown below
    And this is what we see in the enterprise manager.
    As you see, with listCred we are able to extract the full credentials. Now, lets try to see what is the default password for the BISystemUser.
    listCred(“oracle.bi.system”,”system.user”)
    In the same way lets extract the passwords of the SampleAppLite repository.
    listCred(“oracle.bi.enterprise”,”repository.SampleAppLite”)
    With this we can even extract the lost Repository passwords."
    i am going to try it out now

  • OBIEE 10g: BI Publisher page not showing properly

    Hello all,
    I have installed OBIEE 10g on a VM with operating system: XP, service pack 3.
    Analytics and Admin tool (I was able to create a new repository) are showing properly but when i try to login to the BI Publisher I just see two folder available "Shared folders"
    and "My Folders" and all the other functionalities are missing. Also in the Preferences tab I just see "General Preferences"
    and nothing else. I have logged in as an Administrator user but i think the problem is that this user doesn't actually have admin rights when it comes to BI Publisher module.
    I tried to give some more permissions through Analytics>Settings>Manage Privilleges but there was no progress.
    Can you please give me some guidance on that issue?
    Thanks in advance,
    Dina

    Hi,
    i got exactly the same pb. Word 2007 32 bits + Oracle BI Publisher Desktop 11.1.1.7.0 for 32 bit Office on Windows (244 MB)
    I can see the BIP Menu in Word,
    but the sub menus are : menu2007.logon, menu2007.load_xml_dat ... and of course are not working !
    What is wrong ?
    thanks for help

  • Screen is frozen on apple logo and standard reset not working

    All of a sudden the apple logo appeared on the screen of my 6th generation ipod classic and the standard process to reset will not work although I've attempted it numerous times. I also noticed that my ipod is not being recognized by either My Computer in Windows 7 or ITunes. I need help desperately!

    So you can't the iPod to boot past the Apple logo? What happens if you try to manually force it into Disk Mode? Does that work?  If so, you can try connecting it to your PC and iTunes in that mode to see if that will iTunes or your PC recognize it long enough for you to perform a restore operation.
    Putting iPod into Disk Mode
    B-rock

  • OBIEE 11g BI Admin tool not working on Windows 7 64bit - Any alternative???

    Hi Experts,
    I installed OBIEE 11G on Win 7 64 bit after a long struggle it went well but the admin tool is not starting..........After a search in the forum i came to know that 64 bit os can run obiee client tools. is there any work around for this? I don't want to move to 32 bit os again after taking this much struggle in installation.............can any one suggest me an alternative to work with admin tool. Using VMware 32 bit windows is an option but I don't want to go with it.
    Bellow is the screen shot of the error.
    http://img42.imageshack.us/img42/9389/biadmintoolerror.png
    Thanks in advance,
    DK
    Edited by: user12296343 on Sep 19, 2010 6:28 PM

    "There is currently no standalone, Windows 64‐bit Oracle Business Intelligence Client Tools installer, however the Windows 32‐bit Oracle BI client tools are compatible with 64‐bit Windows platforms per the certification document."
    Source: Oracle Business Intelligence Developer Client Tools Installer (11.1.1.3.0)
    http://download.oracle.com/otn/nt/bi/111130/biee_11.1.1.3_client_install_README_13_JAN_2011.pdf
    The Certification Document: System Requirements and Supported Platforms for Oracle Business Intelligence Suite Enterprise Edition 11gR1
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/bi-11gr1certmatrix-166168.xls
    Tab: Current System Certificatin
    Row: 46

  • Af:query + reset not working

    Hi,
    I am using jdev 11g(Version 11.1.1.3.0) .
    I created a view object for a table with query which has a where clause( the clause expects a date from the user).
    then i dragged the All queriable attributes on the jspx page as query with table option.
    it renders a search region with iinputext(case id) and input as date(calendar) and a table below it which is rendered as per the input.
    Everything works normal, but when i click on the Reset button rendered in the search section, it does not clear the date field.
    if i write soemthing in case id field, that is cleared on the reset but the value entered by clicking the calendar is not resetted.
    Besides on reset, it does not clear the table as well. Well from what i have been reading i assume i will have to reset the table programmatically.
    But i am not so sure how to approach this situation.
    Will highly appreciate if i can get any suggestions or point me to appropriate links.
    Thanks in advance
    ash

    Hi,
    When i try to programmatically reset the table, it does reset it but the problem is after resetting if enter a search criteria and click on search again, nothing shows up.
    If i do a search before clicking on reset, it works fine, but afer reset the search stops working??
    Any idea why this could be happening?
    Following is teh reset code which i am refereing
        if(QueryOperationEvent.Operation.RESET.equals(queryOperationEvent.getOperation())){
          AppModuleImpl am = this.getAm();
          ViewObject submittalVO = am.findViewObject("AcrSubmittallogView1");
           submittalVO.setNamedWhereClauseParam("bind_date", "");
           submittalVO.executeQuery();
           AdfFacesContext.getCurrentInstance().addPartialTarget(resId1);
        queryOperationEvent.getComponent().processUpdates(FacesContext.getCurrentInstance()); 
    on the jspx page, have added the following code in af:query component
      <af:query id="qryId1" headerText="Search" disclosed="true"
                                  value="#{bindings.ImplicitViewCriteriaQuery.queryDescriptor}"
                                  model="#{bindings.ImplicitViewCriteriaQuery.queryModel}"
                                  queryListener="#{bindings.ImplicitViewCriteriaQuery.processQuery}"
                                  *queryOperationListener="#{backingBeanScope.backing_SubmittalLog.resetListener}"*
                                  binding="#{backingBeanScope.backing_SubmittalLog.q1}"
                                  resultComponentId="::resId1"
                                  saveQueryMode="hidden" />Thanks
    ashvini

  • Reset NOT Working

    For the past month my Time Machine hasn't been able to keep its network up for more than about 5 minutes. Sometimes when I do a hard reset (take out the power and ethernet internet feed cables then re-plug them after a couple minutes) it will come back and the network will work (though only for 5-10 minutes). Other times the reset does not work at all.
    The obvious reasons for this being annoying are: I can't get on the web and I can't back up my computer.
    Anyone have any thoughts?

    You may do better in the Time Capsule or Airport forums, as many of us here (like me) aren't very familiar with them.
    Those forums are hidden in the DIgital Life section, at: http://discussions.apple.com/category.jspa?categoryID=140

  • Oracle Application Server 10g R3 documentation link not working

    The Oracle Application Server 10g R3 documentation link is not working:
    From otn.oracle.com if you click on Documentation and then select Application Server it is supposed to take you to http://www.oracle.com/technology/documentation/appserver.html but the link is broken.
    Can someone from OTN please look into this? I really need this documentation.
    Thanks,
    [email protected]

    Issue resolved; thanks.
    Cheers, OTN

  • 10g JSpell PJC does not work with latest JSpell version

    Looks like latest (10g) forms demo - Spell check with JSpell does not work with the latest version of the JSpell software (does not look like this demo been changed from the previous version).
    Does anybody has a success running this or have any suggestions how to integrate it together?
    Thanks for any input.

    We're in contact with JSpell on this issue and will revise the integration code as soon as we recieve the relevant updates from them.

  • Mac acting as if the apple key is stuck down+ pram reset not working

    My Mac pro has started acting as if the apple key is held down! Menus and cursers are all wrong or not working at all. Rebooting cures it for a few hours but sometimes only a few minutes, I've tried swapping keyboards ( twice ) and using diffrent usb sockets without any joy so I'm starting to think it's a system problem. One suggestion I read was to reset the pram but even that won't work. Holding down the command / option / P / R combo at start up doesn't do anything.
    HELP!  PLEASE

    Boot off your *original* Install Disk while holding down the *d key*, (not c key), then run the extended Apple Hardware Test. Some disks require you to use the Option key at bootup to select AHT. Some Discs have it inexplicably on Disc #2. Some models have a separate AHT CD.
    The Memory test can really only be trusted if it finds a problem, not if it doesn't find a problem.
    Memtest OS X...
    http://www.memtestosx.org/joomla/index.php
    Rember is a freeware GUI for the memtest ...
    http://tech.kateva.org/2005/10/rember-freeware-memory-test-utility.html
    Have you blown the dust out lately?
    Get Temperature Monitor to see if it's heat related...
    http://www.macupdate.com/info.php/id/12381/temperature-monitor
    iStat Menus...
    http://bjango.com/mac/istatmenus/
    And/or iStat Pro...
    http://www.islayer.com/apps/istatpro/

  • TCP Reset not working

    I have my man-port on vlan 2 this is our MGT vlan we do not use vlan 1, tcpreset is not work. Below is the step I did to set it up
    1 vlan 1 is up but no ip address on this due to vlan 2 is MGT IP
    2 I have the man-port on vlan 2
    intrusion-detection module 9 management-port access-vlan 2
    3 I ran the tcpdump and noting came back go a pars error.
    can anyone shed light on my problems I'm not sure I have everything config right.
    Thanks

    Not sure what you are asking.
    Sounds like you may be confusing the management port with TCP Reset event action for signatures.
    The TCP Reset packets as event actions for signatures will not be sent out of the management port. They are sent out a TCP Reset port.
    The TCP Reset port is not user configurable or even viewable in Native IOS.
    The configuration you need to worry about is not the management-port but instead the data-ports of the IDSM-2. The data-ports need to be properly configured to monitor the traffic you want to execute the TCP Resets on,

  • Pivot prompt OBIEE 11.1.1.6 not working in firefox

    Dear Gurus,
    I use mozilla firefox 16.0.2 and run obiee 11.1.1.6.
    When I run report, I found the pivot prompt didn't work (Can't drop down). But the report and pivot work well in Google Chrome & IE.
    Is there any pacth for this?
    Regards
    JOE

    Hi,
    Yes.the versions 11.1.1.6 and 11.1.1.6.8 pivot table and table prompts are not working in Firefox.
    Bug 14781767 - QA: PROMPTS: RUNTIME PROMPTS IS NOT WORKING IN FIREFOX 16 has been fixed in the latest release of OBIEE 11.1.1.6.8
    and the latest version 11.1.1.7.0 is working fine with pivot table and table prompts in Mozilla Firefox..
    Please mark if it correct/helpful

  • PI7.1 HU6 password reset not working

    Hi Guys
    I received password reset emails few days back. I was able to reset and change password for all system except PI 7.1 HU6 system. I have tried multiple times receiving new reset password but for some reason, I am not able to login or reset my PI 7.1 HU6 password. The client is 800
    Can you please let me know the solution if any you faced similar situation
    Thanks

    Hi Trevor
    I have 'S' User id...I cant create a message as you said..Seems like i dont have enough authorizations...Every time i request password reset to PI 7.1, I get all systems reset and only PI does not work
    can you let me know other possibilities
    Thanks
    Kishore

  • HT3964 MBP SMC reset not working

    The built in- camera on my MBP is not working. I've identified the problem and it lies in the SMC, following this guide: http://support.apple.com/kb/ht3964 told me to press the ctrl + option + shift + power button simultaniously as well as releasing them the same way. There is no way to remove the battery unless i intend to remove 10 screws, so I take it I am not supposed to solve the problem this way..? Anyway, when turning on the computer after following instructions it simply powers up as normal, I log in and the camera is still not found. Is there anyway I can solve this problem myself?

    It wouldn't hurt to re-install OS-X.  Maybe a PRAM reset would help, you could try that for good measure. http://support.apple.com/kb/ht1379   Upgrading to OS X Mountain Lion wouldn't exactly be directly related but it's not a bad idea either.  It's only about $20 right now!

  • Hard Reset Not working on Palm Tungsten E

    I have Palm Tungsten E. S.No. OOV3V5n4h511.
    There is a problem with hotsync of Documents to go  and error message is coming.  I tried several times.  When I tried hard reset it is not working and only soft reset is occuring.
    Please assist to overcome and reset my palm computer.
    Ramamurty
    Post relates to: Tungsten E

    Are you sure you are doing it correcly?
    A hard reset is performed by holding down the power button while sticking something thin (paper clip) into the back reset hole of your device. Keep your hand on the power button while you release the paper clip from the reset hole. The screen will now say "Palm Powered." Take your hand off the power button. You will now see a screen in 5 languages prompting you to erase all data from the palm. The screen will say "erase all data? Yes - up, no - down" and you need to click on the up arrow (silver button on the 5 way navigator on the bottom of the palm). This will erase all the info from your device.

Maybe you are looking for