How to update password in oracle apps

Hi All,
Just now I migrated the APPS to another OS. Now whenever user is logging, Application is asking to change password but its not updating the password and giving error.
What can the problem.
Regards
Rakesh

can you post the error so we can help you
fadi
http://oracle-magic.blogspot.com

Similar Messages

  • How to implement this in Oracle Apps 11i

    Hello Friends
    I am working as a consultant for a manufacturing company.
    They have a format for charging Excise and Sales tax on their products (example below). I dont know how to implement this using oracle apps. Please help me ASAP.
    eg.
    Product A:
    MRP = Rs. 100
    Assessable Value (i.e. the value at which I have contract with the Government to pay Excise Duty) = 60% of MRP = Rs. 60 in this case.
    Excise Duty = 16% of AV =0.16*60 = Rs. 9.6
    Now, let’s suppose I am selling my product to a dealer at 30% discount.
    Therefore, Sale Price = 70% of MRP = Rs. 70
    Sales Tax = 4% of Sale Price = 0.04*70 = 2.8
    Therefore, total revenue from the deal = 70-9.6-2.8 = Rs. 57.6

    you can use Advance Pricing or creating discount or attiribute while calculating.
    this is not much complex, possible even with Advance Pricing too. Thanks
    Shiv

  • How to attach report in oracle apps

    I have good experince in oracle reports but now new in EBS 12. And very soon new reports will be developed. i am studying documentation of EBS since last week but still not able to know about
    1)How to attach report in oracle apps.
    2)How prameters should be defined
    3)What are the limitation for developing new reports for oracle apps

    could u post this in apps forum
    For stand alone reports check this
    http://www.alexyscorp.com/send_report_email.zip
    Message was edited by:
    Alex(AlexysCorp)

  • How to register Package in oracle apps?

    Hi All
    How to register package in oracle apps?
    If package contains 3 procedure, i want to call 2nd procedure of the package when i submit the concurrent program in srs window.. Can any one give the registration for the same

    To add to Gyan's comment:
    Go to system adminstration responsibility
    Create a conc. executable. Select execution method as pl/sql stored program and then enter your second procedure name as follows
    package_name.procedure_name.
    Then create conc. program that uses the above executable.
    Add the program to a request group.
    Add the request group to a responsibility.
    Now you will be able to run your procedure.
    Hope this helps,
    Sandeep Gandhi

  • How to protect customization in oracle apps files against autoconfig run

    Hi,
    how to protect customization in oracle apps files against autoconfig run.
    For example:
    Take wdbsvr.app file i have added a new dad configuration for APEX but when ever i run autoconfig it replaces all my customizations so could you please let us know how to protect these customizations .
    Thanks.

    Hi,
    Please see (Note: 270519.1 - Customizing an AutoConfig Environment).
    Regards,
    Hussein

  • How to connect Discovere to oracle apps

    Hi professors,
    Help Help Help can some one pls explain to me how to connect discoverer to oracle apps , i installed the vision 11.5.10.2 and discoverer is pre installed with it. Pls ineed to connect it.pls help.
    secondly how do i create end user layer after connection and connect to oracle apps standard report

    Hi
    Take a look on MetaLink at document: 313418.1
    That contains all of the rules and steps for connecting Discoverer to E-Business Suite.
    In order to have an EUL that understands E-Business Suite's logins and responsibilities, please take a look at the document called Setting up an Apps mode EUL available as a free download from my website here: http://learndiscoverer.com/downloads/downloads.htm
    Best wishes
    Michael

  • How to set password policy for apps users

    Hi All,
    Can anyone please help me.
    I am working on apps 11i.
    How to set password policy for users
    Thanks

    Check Note: 189367.1 - Best Practices for Securing the E-Business Suite
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=189367.1

  • How to create JNDI for Oracle Apps Adapter

    I have created a data-source(jdbc/testds) and connection pool which connects to apps schema in Weblogic console.
    Then i go to Deployments-> Oracle Apps Adapter -> Configuration -> Outbound Connection Pools. In the Outbound Connection Pools table i expand "javax.resource.cci.ConnectionFactory" and then click New and select "javax.resource.cci.ConnectionFactory", click Next and give JNDI name "eis/apps/testds"
    But when i try to execute my BPEL process that has a reference eis/apps/testds it throws a JCA binding error. Can someone please guide me on how to create a Apps adapter connection. Also i would like to know how to refresh the connection pool(we used to have this facility in Oracle Application Server).
    Thanks,

    Can you once check the OA adapter check box in deployments and click update?

  • How to reset TimeZone in oracle apps R12 instance?

    Dear
    I need to reset TimeZone in Oracle Apps R12 instance. When i ran Oracle Diagnostics,Java system properties report,i found that user.timezone=GMT-03:00.This is the reason showing time on Oracle Application Manager is wrong.
    I need to reset to GMT+03:00, how do i reset the timezone?
    Please help me.
    Thanks
    Ateeq

    Yes, the date is set properly at the OS level.
    TimeZone values are as follows:
    Profile Option Name      Site
    Client Timezone     (GMT -06:00) Central Time
    Enable Timezone Conversions     No
    JTF_CAL_DEFAULT_TIMEZONE     4
    LE: Enable Legal Entity Timezone -     
    Server Timezone     (GMT -06:00) Central Time
    Service: Default value for Service Request Timezone type List Item     Agent

  • How to update column in Oracle SQL Developer?

    Hi everybody,
    How can I update table in Oracle SQL Developer like in PL/SQL Developer use:
    Select * from table for update;
    Thank you~

    Do you mean you want to edit the result grid?
    You can't edit the result grid of a query, but you can edit the data tab of a table.
    Click on the table in the object browser
    Click on the data tab
    Optionally filter the results using the filter field at the top
    Type into the data cells.
    Click on the commit button

  • How to duplicate user in Oracle apps?

    Hi, there
    I am new to Oracle apps(11i). A very simple question: how can I duplicate (create like) a predefined user in the demo applications?
    TIA.
    Regards,
    Yatao
    null

    Karandeep wrote:
    Hello everyone,
    We are working on r12 upgrade project. We have a requirement to do the performance testing of our new r12 application.
    Requirement :-
    Let us thing if at the same time 100 of user's are logged in and using the application then application should not have any performance issue's ......pages should work fine .
    So, now we have some existing super users in our project .They have some extra privilages and roles to open some of the page and to perform some of the tasks which cant be possible to do from an ordinary user.
    I want to know that is it possible to grant the same privilages to ordinary user's if yes then how or how can I find that what roles and privilages has been given to a super user .
    Regards
    KarandeepUse FNDLOAD to create new users and migrate the same responsibilities of superusers.
    Tips About FNDLOAD [ID 735338.1]
    How To Create A New User From Existing User With Same Responsibilities [ID 1474294.1]
    Thanks,
    Hussein

  • How to attach report in oracle apps AR module

    i m new in Oracle Apps 12. please any body tell me how to attact new customised report in EBS 12.

    Dear
    1. place the .rdf file respective dir.
    2. create concurrent executable
    3. create concurrent program
    4. Assign it to request group of the said responsibility.
    done

  • How to download and install oracle apps

    Hi guys,
    Am new to oracle apps I want to study oracle apps, is it free to use for learning purpose.
    can you provide me the link to download and install in windows 7(64 bit).

    Braam wrote:
    Hi guys,
    Am new to oracle apps I want to study oracle apps, is it free to use for learning purpose.
    can you provide me the link to download and install in windows 7(64 bit).You can download Oracle EBS R12 from Oracle e-Delivery website -- https://edelivery.oracle.com/
    Please note that Windows 7 is not certified -- How to install Oracle EBS R12 on Windows 7 (32-bit)?
    Thanks,
    Hussein

  • How to update my iPad's App use computer's iTunes

    My iPad have some app need to update, I can't get Wi-Fi, I only can use usb to computer, but I found the new iTurn can't find somewhere to update the app.
    Please tell me how to use computer's iTunes to update my iPad's App.
    Thank you!

    If you are on iTunes 11 on your computer then you may want to re-enable the left-hand sidebar via View > Show Sidebar (option-command-S on a Mac, control-S on a PC), which might make it easier to navigate and my instructions may make more sense.
    If you haven't already downloaded the updates to your computer's iTunes then select the Apps part of your iTunes library and click the Check For Updates button at the bottom of it. When they've downloaded, select the iPad 'device' on the left-hand sidebar and on the right-hand side on the Apps tab click the Sync button at the bottom right of it - that should copy the updates over and onto your iPad

  • How to Disable DMS in Oracle App Server

    We are doing some tests for which we need to disable DMS. How can we do that in Oracle App Server. One of the FAQs on oracle's site says that we need to set "Doracle.dms.console.DMSConsole" property value to "racle.dms.instrument_stub.DMSConsole". But when I do that I get a ClassNotFoundException. Any clues?Pointers?

    Have you read section "Setting the OC4J DMS Sensors Option", chapter 6 "Setting the OC4J DMS Sensors Option", book "Oracle® Application Server Performance Guide, 10g Release 2 (10.1.2), Part No. B14001-01"? or similar section of the release you are using?
    Please note most, if not all, oracle documentation books are available starting from the first google hit of "oracle documentation".

Maybe you are looking for

  • Cisco ASA 5505 doesn't forware incoming connection to LAN

    Hello everybody. I just got a Cisco asa 5505 with the next OS and ASDM info ASA 5505 OS 8.4(3) ASDM 6.47 I configured and enter all rules to allow incoming traffic to LAN but it's not working also, I have one host inside that is configured in a secon

  • Is it possible to add columns to segmentation wizzard

    Hi, I'd like to know if there would be any way that when i generate a segment with segmantation wizzard and i could add some columns that i need and that the segmentation wizzard populates it. For instance i'd like to add a column for account, to see

  • Configuring Proxy Service for MQ Transport

    Hi When we configure a MQ Proxy service, we get an option by the name "Endpoint URI 'GET' options ", I wanted to know what is the default setting for this option, i.e if i do not set anything in this tab then what value OSB defaults it to? Its Urgent

  • Incompatible dreamweaver extension help!

    hi I'm new into coldfusion, and to the adobe forums aswell. I supose there is an issue related to 64 bit operative systems and coldfusion. I am trying to install the coldfusion mx -> dreamweaver mx extension and i'm always having "incompatible extens

  • Planning Query - With different objects selection

    Hello, I have created Sales - Inventory and Backlog Real time cubes . The Inventory works on Calender month where as Sales and backlog works on fiscal year. when i hav created the MP on top of all the 3 cubes i am getting the data for Inventory not f