ASG user account in oracle financials

Hi
Currently we are having an audit for our oracle financials environment. In this regard would like to check the following:
1. the purpose of ASG user account in oracle financials
2. Whether the following grants (as per dba_sys_privs) are appropriate for this user
3. Could some of these grants be revoked from ASG user. If so which ones?
4. Any published document that provides more info on ASG user.
ALTER ANY CLUSTER
ALTER ANY INDEX
ALTER ANY MATERIALIZED VIEW
ALTER ANY OUTLINE
ALTER ANY PROCEDURE
ALTER ANY SEQUENCE
ALTER ANY TABLE
ALTER ANY TRIGGER
ALTER ANY TYPE
ALTER SESSION
ANALYZE ANY
COMMENT ANY TABLE
CREATE ANY CLUSTER
CREATE ANY INDEX
CREATE ANY INDEXTYPE
CREATE ANY MATERIALIZED VIEW
CREATE ANY OPERATOR
CREATE ANY OUTLINE
CREATE ANY PROCEDURE
CREATE ANY SEQUENCE
CREATE ANY SYNONYM
CREATE ANY TABLE
CREATE ANY TRIGGER
CREATE ANY TYPE
CREATE ANY VIEW
CREATE CLUSTER
CREATE DATABASE LINK
CREATE MATERIALIZED VIEW
CREATE PUBLIC SYNONYM
CREATE SEQUENCE
CREATE SESSION
CREATE TABLE
CREATE TRIGGER
CREATE TYPE
DELETE ANY TABLE
DROP ANY CLUSTER
DROP ANY INDEX
DROP ANY INDEXTYPE
DROP ANY MATERIALIZED VIEW
DROP ANY OPERATOR
DROP ANY OUTLINE
DROP ANY PROCEDURE
DROP ANY SEQUENCE
DROP ANY SYNONYM
DROP ANY TABLE
DROP ANY TRIGGER
DROP ANY TYPE
DROP ANY VIEW
DROP PUBLIC SYNONYM
INSERT ANY TABLE
QUERY REWRITE
SELECT ANY TABLE
UNLIMITED TABLESPACE
UPDATE ANY TABLE

If you are not using any of the modules that are associated with this user, you can simply disable this account -- Please see these docs for details (search for ASG).
Best Practices for Securing the E-Business Suite [ID 189367.1]
Best Practices For Securing Oracle E-Business Suite Release 12 [ID 403537.1]
Thanks,
Hussein

Similar Messages

  • Is it possible to change the chart of accounts in Oracle Financials?

    Dear Colleagues,
    Is it possible to change the chart of accounts in Oracle Financials?
    Thank you in advance.
    Andrey

    It is not an easy change. Oracle typically recommends against it but sometimes company structure or processes change so much that you are forced to do it.
    Take a look at http://www.vantagesolutions.com/media/SCOUG_May_2004.pdf as well as http://www.erpstuff.com/forums/topic.asp?TOPIC_ID=6381.
    If you google "change oracle chart of accounts", you will find some more hits as well. This is a big project.
    If you other business reasons to do a reimplementation, then changing COA as part of that will be very easy.
    For a lot of companies debating between reimplementation and upgrade, a need to change COA becomes the last straw in favor of reimplementation.
    Hope this helps,
    Sandeep Gandhi

  • Any end user guides for Oracle Financials?

    Hi,
    I am looking for a very simple end user guide for oracle financials with lots os screenshots and process steps... any help will be appreciated

    Hi,
    You could also refer to the documentation.
    Applications Releases 11i and 12
    http://www.oracle.com/technetwork/documentation/applications-089559.html
    Thanks,
    Hussein

  • Asg user in oracle financials environment

    Hi
    I already posted thread in ebs general discussion but if i thought its related so i am posting it once again
    Currently we are having an audit for our oracle financials environment. In this regard would like to check the following:
    1. the purpose of ASG user account in oracle financials
    2. Whether the following grants (as per dba_sys_privs) are appropriate for this user
    3. Could some of these grants be revoked from ASG user. If so which ones?
    4. Any published document that provides more info on ASG user.
    ALTER ANY CLUSTER
    ALTER ANY INDEX
    ALTER ANY MATERIALIZED VIEW
    ALTER ANY OUTLINE
    ALTER ANY PROCEDURE
    ALTER ANY SEQUENCE
    ALTER ANY TABLE
    ALTER ANY TRIGGER
    ALTER ANY TYPE
    ALTER SESSION
    ANALYZE ANY
    COMMENT ANY TABLE
    CREATE ANY CLUSTER
    CREATE ANY INDEX
    CREATE ANY INDEXTYPE
    CREATE ANY MATERIALIZED VIEW
    CREATE ANY OPERATOR
    CREATE ANY OUTLINE
    CREATE ANY PROCEDURE
    CREATE ANY SEQUENCE
    CREATE ANY SYNONYM
    CREATE ANY TABLE
    CREATE ANY TRIGGER
    CREATE ANY TYPE
    CREATE ANY VIEW
    CREATE CLUSTER
    CREATE DATABASE LINK
    CREATE MATERIALIZED VIEW
    CREATE PUBLIC SYNONYM
    CREATE SEQUENCE
    CREATE SESSION
    CREATE TABLE
    CREATE TRIGGER
    CREATE TYPE
    DELETE ANY TABLE
    DROP ANY CLUSTER
    DROP ANY INDEX
    DROP ANY INDEXTYPE
    DROP ANY MATERIALIZED VIEW
    DROP ANY OPERATOR
    DROP ANY OUTLINE
    DROP ANY PROCEDURE
    DROP ANY SEQUENCE
    DROP ANY SYNONYM
    DROP ANY TABLE
    DROP ANY TRIGGER
    DROP ANY TYPE
    DROP ANY VIEW
    DROP PUBLIC SYNONYM
    INSERT ANY TABLE
    QUERY REWRITE
    SELECT ANY TABLE
    UNLIMITED TABLESPACE
    UPDATE ANY TABLE

    Duplicate thread (please post only once) -- ASG user account in oracle financials
    Thanks,
    Hussein

  • Can't access my user profile with the supplied user information from Oracle

    I can't access my user account at oracle.com with the supplied user name and password supplied by oracle email.
    user = [email protected]

    I have deleted all cookies and files, can you please give me some feedback asap. I am registered on an Oracle event that I need to be able to unregister but I can't do it since I can't access www.oracle.com.

  • ORA-20160: Encountered an error while getting the ORACLE user account.

    when users trying to apply for the leave . Once they apply for the leave and the respective manager approves it.
    They get an notification mail with the error message The changes were not applied because ORA-20160: Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator. ORA-06512: at "APPS.ALR_PER_ABSENCE__800_53447_IAR", line 3 ORA-04088: error during execution of trigger 'APPS.ALR_PER_ABSENCE__800_53447_IAR'
    EBS : 12.1.2
    Database : 11.2.0

    We are also facing the same issue , with the following error.
    The Changes were not applied because ORA-20160: Encountered an error while getting the ORACLE user account for your concurrent request, Contact your system administrator. ORA-06512: at “ APPS.ALR_PAY_ELEMENT_801_53338_IAR”, line 1 ORA-04088: error during execution of the trigger ‘APPS.ALR_PAY_ELEMENT_801_53338_IAR’
    Dear Hussein ,
    As per your suggestion , if we disable the trigger , does it workflow goes ahead without any problems ?
    By Disabling the trigger , what would be the impact ? I mean does we are going to loose the data that was supposed to be updated the trigger.
    And basically please educate me . what is the use of this APPS.ALR_PAY_ELEMENT_801_53338_IAR’ ?
    Regards
    Raghu

  • Error while getting the ORACLE user account for your concurrent request

    Hi ,
    When I am submitting the Concurrent Program from OAF page Iam getting
    Error
    Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator.
    When we will face this error.
    Not able to submit the Request
    Krishna

    Krishna
    Try like this
    public int submitCPRequest(String shipmentId) {
    System.out.println("into submitCPRequest");
    try {
    OAApplicationModule am = pageContext.getApplicationModule(webBean) ;
    OADBTransaction transaction = am.getOADBTransaction();
    Connection conn = transaction.getJdbcConnection();
    ConcurrentRequest cr = new ConcurrentRequest(conn);
    cr.setDeferred();
    String applnName = new String("XXAPL"); //Application that contains the concurrent program
    System.out.println("ApplName"+ applnName);
    String cpName = new String("SHIP_REQ"); //Concurrent program name
    System.out.println("Concc Name"+ cpName);
    // String cpDesc = new String("Shipping Request"); // concurrent Program description
    // Pass the Arguments using vector
    // Here i have added my parameter headerId to the vector and passed the
    //vector to the concurrent program
    Vector cpArgs = new Vector();
    cpArgs.addElement(shipmentId);
    System.out.println("Args"+ cpArgs);
    After this it is going into exception
    // Calling the Concurrent Program
    int requestId = cr.submitRequest(applnName, cpName, null, null, false, cpArgs);
    System.out.println("Req Id"+ requestId);
    tx.commit();
    return requestId;
    catch (SetDeferredException e)
    throw new OAException("SetDeferredException " + e.getMessage(),OAException.ERROR);
    catch (RequestSubmissionException e) {
    System.out.println("Into Exception");
    OAException oe = new OAException(e.getMessage());
    oe.setApplicationModule(this);
    throw oe;
    }Thanks
    AJ

  • Interfacing Accounting entries to Oracle Financials

    Dear Experts,
    We are implementing an IS-Retail project for a client. The strange part of the implementation is that the client will still be using Oracle Financials as the Finance module and SAP FICO module will be just a facilitator.
    Keeping this in mind we need to do the following:
    1) Send all accounting entries created in SAP related to Vendor invoices/credit memos to Oracle Financials.
    2) Send all accounting entries created in SAP related to Customer Billing / debit notes/credit notes to Oracle Financials.
    3) Send all accounting entries created in SAP related to Stock Movement to Oracle Financials.
    For the purpose we have identified following IDocs:
    ACLPAY01 [Posting in Accounting: Incoming Invoice] for 1) above
    This is essentially an inbound IDoc but can be utilised as an outbound too by doing some sort of customizing. But we do not know exactly how as SAP provides 3 sets of function modules for the purpose.
    IDOC_OUTPUT_ACLPAY_CHECK
    IDOC_OUTPUT_ACLPAY_POST
    IDOC_OUTPUT_ACLPAY_PROJECT
    We dont know exactly how to configure so that the outbound ACLPAY01 can be generated whenever a vendor invoice is created.
    ACPJOU01 [Posting in Accounting from Materials Management] for 3) above.
    This is also an inbound IDoc but can be utilised as an outbound too by doing some sort of customizing. As in case of ACLPAY01, SAP also provides 3 sets of function modules.
    IDOC_OUTPUT_ACPJMM_CHECK
    IDOC_OUTPUT_ACPJMM_POST
    IDOC_OUTPUT_ACPJMM_PROJECT
    We dont know exactly how to configure so that the outbound ACPJOU01 can be generated whenever there is a stock movement.
    This has been hinted in this link http://help.sap.com/erp2005_ehp_04/helpdata/en/6c/089d0656c511d18ef20000e8366fc2/content.htm
    We could not identify any outbound IDoc for the purpose of 2) above.
    Any help in this regard will be appreciated.
    -Pankaj

    Thanks for your reply
    We are using 11.5.9.i tried with payable accounting process also.its showing no data.
    Could you please guide me for the solution?
    Thanks
    Gur uPrasad.

  • The user account in which the Oracle VSS Writer Service is running does not have the DBA privileges to log in to the Oracle instance.

    VSS-00011: Connection to database instance <instance_name> failed.  
    Cause : The user account in which the Oracle VSS Writer Service is running  does not have the DBA privileges to log in to the Oracle instance.  
    Action : Run the Oracle VSS Writer Service in a user account that can connect to the Oracle instance with DBA privileges.  
    I have assigned ora_dba group to the user that runs the Oracle VSS Writer Service which is the only Oracle solution but still getting
    the above error. Was advised to raise the issue here that it is an OS issue. Pls help

    The user account cannot access Oracle Database instance. And also how do you temporarily disable security software on the server.
    Have you checked what I already asked for? "Try using the user account and access the Database Instance.
    That will let you see if the problem is with the user account permissions or not."
    If this does not help then you can contact Oracle as suggested by Dave.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • I want to know the accounting produced by Oracle Financials module.

    I want to know the accounting produced by Oracle Financials module. Could you please direct me to the right resource? Thanks

    Hi,
    Overall answer is YES you can read text file into Oracle.
    Now tell us which technologies you are using and which database version you are using ? are you using Jdeveloper and ADF ?

  • Oracle user account is getting locked frequently

    Hi everyone!!!
    I am using Oracle 11g on Linux . I have user named "XXX" to whom I have assigned a DEFAULT profile. The Password parameters in DEFAULT profile are as follow.
    Resource Name                                      Resource                                 Limit
    FAILED_LOGIN_ATTEMPTS                    PASSWORD                            20
    PASSWORD_LIFE_TIME                        PASSWORD                            UNLIMITED
    PASSWORD_LOCK_TIME                      PASSWORD                           UNLIMITED
    PASSWORD_REUSE_TIME                   PASSWORD                            UNLIMITED
    PASSWORD_REUSE_MAX                   PASSWORD                             UNLIMITED
    I don't know why my user is getting locked continuously. Even i haven't reached Failed_login_attempts (20). Each time I require to unlock user account as SYS user and then I can connect as XXX user.
    And another thing that I want to know is when user account's status is set to LOCKED, EXPIRED, EXPIRED & LOCKED and LOCKED(TIME).
    Thanks & Regards
    Tushar Lapani

    Hi,
    can you tell me the exact db version?
    As explained in MOS notes:
    DBA_USERS.ACCOUNT_STATUS shows LOCKED after FAILED_LOGIN_ATTEMPTS Is Breached (Doc ID 284344.1)
    How to Interpret the ACCOUNT_STATUS Column in DBA_USERS (Doc ID 260111.1)
    Expected behaviour is:
    1. Oracle release is <= 11.1.0.7.
    DBA_USERS.ACCOUNT_STATUS = LOCKED(TIMED) whenever the number of failed login attempts is > FAILED_LOGIN_ATTEMPTS
    2. Oracle release is >= 11.2 and PASSWORD_LOCK_TIME = unlimited:
    DBA_USERS.ACCOUNT_STATUS = LOCKED whenever the number of failed login attempts is > FAILED_LOGIN_ATTEMPTS
    3. Oracle release is >= 11.2 and PASSWORD_LOCK_TIME = <some fix value>
    DBA_USERS.ACCOUNT_STATUS = LOCKED(TIMED) whenever the number of failed login attempts is > FAILED_LOGIN_ATTEMPTS
    Note
    that 10.2.0.5 displays the same behavior as 11.2, because the fix that  changed the behavior in 11.2 was introduced in 10.2.0.5.
    So I suggest you to follow MOS note
    Finding the source of failed login attempts. (Doc ID 352389.1)
    to find who locked the account.
    Ombretta

  • Oracle Financials for India - Local Chart of Account

    Hi,
    We have to implement Oracle Financials for India, I know that the calendar is from APR-MAR, but my question is: Is it needed to report the statutory books in a local Chart of Accounts or we can use our corporate ones based in US GAAP.
    Thanks and regards,

    Refer this query, you can get
    select FIS.SEGMENT_NAME, FFV.FLEX_VALUE, FIF.ID_FLEX_STRUCTURE_CODE , FSA.*
    from FND_SEGMENT_ATTRIBUTE_VALUES FSA, FND_ID_FLEX_SEGMENTS_VL FIS, FND_FLEX_VALUES_VL FFV, FND_ID_FLEX_STRUCTURES FIF
    where FSA.attribute_value='Y'
    and FSA.ID_FLEX_CODE = 'GL#'
    and FSA.SEGMENT_ATTRIBUTE_TYPE = 'GL_ACCOUNT' --Natural Account Segment
    and FIF.ID_FLEX_STRUCTURE_CODE='ACCOUNTING_FLEXFIELD'
    and FSA.APPLICATION_COLUMN_NAME = FIS.APPLICATION_COLUMN_NAME
    and FIS.FLEX_VALUE_SET_ID = FFV.FLEX_VALUE_SET_ID
    and FIS.ID_FLEX_NUM=FIF.ID_FLEX_NUM
    and FIS.ID_FLEX_CODE=FIF.ID_FLEX_CODE
    AND FSA.ID_FLEX_CODE= FIF.ID_FLEX_CODE
    and FSA.ID_FLEX_NUM=FIF.ID_FLEX_NUM
    thanks

  • A conflicting local user account as indicated was found on the identified nodes Oracle 12c GRID runclufy check

    Dear Team,
    Oracle 12c GRID Runclufy check failing with below error. Even After Changing Local Built in Administrator User Name also same failure reporting. Kindly help to resolve this Issue and Provide steps to Avoid this conflict.
    Windows user account consistency check across nodes - Checks consistency of Windows user account across nodes  Error:
    PRVG-11818 : Windows user "MDCCOMMONLDAP\Administrator" is a domain user but a conflicting local user account was found on nodes "sep03vvm-401,sep03vvm-402"  -
    Cause:  A conflicting local user account as indicated was found on the identified nodes.  - Action:  Ensure that the Windows user account used for Oracle installation and configuration is defined as a domain user on all nodes or as a local user on all nodes, but not a mixture of the two.
    Check Failed on Nodes: [sep03vvm-402,  sep03vvm-401]
    c:\Oracle12c_software\Oracle12c_grid\grid>runcluvfy.bat stage -pre crsinst -verbose -n SEP03VVM-401,SEP03VVM-402
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "sep03vvm-401"
      Destination Node                      Reachable?
      sep03vvm-401                          yes
      sep03vvm-402                          yes
    Result: Node reachability check passed from node "sep03vvm-401"
    Checking user equivalence...
    Check: User equivalence for user "Administrator"
      Node Name                             Status
      sep03vvm-402                          passed
      sep03vvm-401                          passed
    Result: User equivalence check passed for user "Administrator"
    Checking node connectivity...
    Interface information for node "sep03vvm-402"
    Name   IP Address      Subnet          Gateway         Def. Gateway    HW Addre
    ss        MTU
    PublicLAN 153.71.45.202   153.71.45.0     On-link         153.71.45.254   00:50
    :56:91:05:30 1500
    PrivateLAN 10.10.10.15     10.10.10.0      On-link         153.71.45.254   00:5
    0:56:91:75:1B 1500
    6TO4 Adapter 2002:9947:2dca::9947:2dca 2002::
            00:00:00:00:00:00 1280
    Interface information for node "sep03vvm-401"
    Name   IP Address      Subnet          Gateway         Def. Gateway    HW Addre
    ss        MTU
    PublicLAN 153.71.45.201   153.71.45.0     On-link         153.71.45.254   00:50
    :56:91:56:B6 1500
    PrivateLAN 10.10.10.14     10.10.10.0      On-link         153.71.45.254   00:5
    0:56:91:60:99 1500
    6TO4 Adapter 2002:9947:2dc9::9947:2dc9 2002::
            00:00:00:00:00:00 1280
    Check: Node connectivity of subnet "153.71.45.0"
      Source                          Destination                     Connected?
      sep03vvm-402[153.71.45.202]     sep03vvm-401[153.71.45.201]     yes
    Result: Node connectivity passed for subnet "153.71.45.0" with node(s) sep03vvm-
    402,sep03vvm-401
    Check: TCP connectivity of subnet "153.71.45.0"
      Source                          Destination                     Connected?
      sep03vvm-402 : 153.71.45.202    sep03vvm-402 : 153.71.45.202    passed
      sep03vvm-401 : 153.71.45.201    sep03vvm-402 : 153.71.45.202    passed
      sep03vvm-402 : 153.71.45.202    sep03vvm-401 : 153.71.45.201    passed
      sep03vvm-401 : 153.71.45.201    sep03vvm-401 : 153.71.45.201    passed
    Result: TCP connectivity check passed for subnet "153.71.45.0"
    Check: Node connectivity of subnet "10.10.10.0"
      Source                          Destination                     Connected?
      sep03vvm-402[10.10.10.15]       sep03vvm-401[10.10.10.14]       yes
    Result: Node connectivity passed for subnet "10.10.10.0" with node(s) sep03vvm-4
    02,sep03vvm-401
    Check: TCP connectivity of subnet "10.10.10.0"
      Source                          Destination                     Connected?
      sep03vvm-402 : 10.10.10.15      sep03vvm-402 : 10.10.10.15      passed
      sep03vvm-401 : 10.10.10.14      sep03vvm-402 : 10.10.10.15      passed
      sep03vvm-402 : 10.10.10.15      sep03vvm-401 : 10.10.10.14      passed
      sep03vvm-401 : 10.10.10.14      sep03vvm-401 : 10.10.10.14      passed
    Result: TCP connectivity check passed for subnet "10.10.10.0"
    Check: Node connectivity of subnet "2002::"
      Source                          Destination                     Connected?
      sep03vvm-402[2002:9947:2dca::9947:2dca]  sep03vvm-401[2002:9947:2dc9::9947:2dc
    9]  yes
    Result: Node connectivity passed for subnet "2002::" with node(s) sep03vvm-402,s
    ep03vvm-401
    Check: TCP connectivity of subnet "2002::"
      Source                          Destination                     Connected?
      sep03vvm-402 : 2002:9947:2dca::9947:2dca  sep03vvm-402 : 2002:9947:2dca::9947:
    2dca  passed
      sep03vvm-401 : 2002:9947:2dc9::9947:2dc9  sep03vvm-402 : 2002:9947:2dca::9947:
    2dca  passed
      sep03vvm-402 : 2002:9947:2dca::9947:2dca  sep03vvm-401 : 2002:9947:2dc9::9947:
    2dc9  passed
      sep03vvm-401 : 2002:9947:2dc9::9947:2dc9  sep03vvm-401 : 2002:9947:2dc9::9947:
    2dc9  passed
    Result: TCP connectivity check passed for subnet "2002::"
    Interfaces found on subnet "153.71.45.0" that are likely candidates for VIP are:
    sep03vvm-402 PublicLAN:153.71.45.202
    sep03vvm-401 PublicLAN:153.71.45.201
    Interfaces found on subnet "2002::" that are likely candidates for VIP are:
    sep03vvm-402 6TO4 Adapter:2002:9947:2dca::9947:2dca
    sep03vvm-401 6TO4 Adapter:2002:9947:2dc9::9947:2dc9
    Interfaces found on subnet "10.10.10.0" that are likely candidates for a private
    interconnect are:
    sep03vvm-402 PrivateLAN:10.10.10.15
    sep03vvm-401 PrivateLAN:10.10.10.14
    Checking subnet mask consistency...
    Subnet mask consistency check passed for subnet "153.71.45.0".
    Subnet mask consistency check passed for subnet "10.10.10.0".
    Subnet mask consistency check passed for subnet "2002::".
    Subnet mask consistency check passed.
    Result: Node connectivity check passed
    Checking multicast communication...
    Checking subnet "153.71.45.0" for multicast communication with multicast group "
    224.0.0.251"...
    Check of subnet "153.71.45.0" for multicast communication with multicast group "
    224.0.0.251" passed.
    Check of multicast communication passed.
    Checking the status of Windows firewall
      Node Name     Enabled?                  Comment
      sep03vvm-402  no                        passed
      sep03vvm-401  no                        passed
    Result: Windows firewall verification check passed
    Check: Total memory
      Node Name     Available                 Required                  Status
      sep03vvm-402  4.9996GB (5242420.0KB)    4GB (4194304.0KB)         passed
      sep03vvm-401  4.9996GB (5242420.0KB)    4GB (4194304.0KB)         passed
    Result: Total memory check passed
    Check: Available memory
      Node Name     Available                 Required                  Status
      sep03vvm-402  3.6612GB (3839028.0KB)    50MB (51200.0KB)          passed
      sep03vvm-401  3.3152GB (3476244.0KB)    50MB (51200.0KB)          passed
    Result: Available memory check passed
    Check: Swap space
      Node Name     Available                 Required                  Status
      sep03vvm-402  5.8121GB (6094388.0KB)    4.9996GB (5242420.0KB)    passed
      sep03vvm-401  5.8121GB (6094388.0KB)    4.9996GB (5242420.0KB)    passed
    Result: Swap space check passed
    Check: Free disk space for "sep03vvm-402:C:\Windows\temp"
      Path              Node Name     Mount point   Available     Required      Stat
    us
      C:\Windows\temp   sep03vvm-402  C             82.6484GB     1GB           pass
    ed
    Result: Free disk space check passed for "sep03vvm-402:C:\Windows\temp"
    Check: Free disk space for "sep03vvm-401:C:\Windows\temp"
      Path              Node Name     Mount point   Available     Required      Stat
    us
      C:\Windows\temp   sep03vvm-401  C             82.6112GB     1GB           pass
    ed
    Result: Free disk space check passed for "sep03vvm-401:C:\Windows\temp"
    Check: System architecture
      Node Name     Available                 Required                  Status
      sep03vvm-402  64-bit                    64-bit                    passed
      sep03vvm-401  64-bit                    64-bit                    passed
    Result: System architecture check passed
    Checking length of value of environment variable "PATH"
    Check: Length of value of environment variable "PATH"
      Node Name         Set?          Maximum Length  Actual Length  Comment
      sep03vvm-402      yes           5119          100           passed
      sep03vvm-401      yes           5119          129           passed
    Result: Check for length of value of environment variable "PATH" passed.
    Checking availability of ports "6200,6100" required for component "Oracle Notifi
    cation Service (ONS)"
      Node Name         Port Number   Protocol      Available     Status
      sep03vvm-402      6200          TCP           yes           successful
      sep03vvm-401      6200          TCP           yes           successful
      sep03vvm-402      6100          TCP           yes           successful
      sep03vvm-401      6100          TCP           yes           successful
    Result: Port availability check passed for ports "6200,6100"
    Starting Clock synchronization checks using Network Time Protocol(NTP)...
    Checking daemon liveness...
    Check: Liveness for "W32Time"
      Node Name                             Running?
      sep03vvm-402                          yes
      sep03vvm-401                          yes
    Result: Liveness check passed for "W32Time"
    Check for NTP daemon or service alive passed on all nodes
    Result: Clock synchronization check using Network Time Protocol(NTP) passed
    Checking if current user is a domain user...
    Check: If user "Administrator" is a domain user
    Result: User "MDCCOMMONLDAP\Administrator" is a part of the domain "MDCCOMMONLDA
    P"
    Check: Time zone consistency
    Result: Time zone consistency check passed
    Checking for status of Automount feature
      Node Name     Enabled?                  Comment
      sep03vvm-402  yes                       passed
      sep03vvm-401  yes                       passed
    Result: Check for status of Automount feature passed
    Checking consistency of current Windows user account across all nodes
    PRVG-11818 : Windows user "MDCCOMMONLDAP\Administrator" is a domain user but a c
    conflicting local user account was found on nodes "sep03vvm-402"
    Result: Check for Windows user account "MDCCOMMONLDAP\Administrator" consistency
    failed
    Pre-check for cluster services setup was unsuccessful.
    Checks did not pass for the following node(s):
            sep03vvm-402

    SEVERE: [FATAL] [INS-30131] Initial setup required for the execution of installer validations failed.
       CAUSE: Failed to access the temporary location.
       ACTION: Ensure that the current user has required permissions to access the temporary location.
    Are you using a supported OS version (listed in the Install Doc) and following all of the steps in the Install Doc ?
    HTH
    Srini

  • Oracle Financials & Accounting Jobs - Atlanta

    Computer Sciences Corporation (CSC) is currently trying to fill the following positions in Atlanta, GA. If you are interested in any of these positions, please send your resume and salary requirements to [email protected]. Please clearly state which position interest you. CSC does not wish to use a staffing firm at this time.
    CSC is a leading global IT services company. CSC's mission is to provide customers in industry and government with solutions crafted to meet their specific challenges and enable them to profit from the advanced use of technology. CSC has helped its clients manage and profit from every major wave of change in IT since its formation in 1959. With approximately 78,000 employees, the company had revenue of $14.6 billion for the 12-months ended Sept 29, 2006. CSC is ranked #141 in the 2006 Fortune 500 rankings. Our NYSE symbol is CSC. For more information on CSC go to our website: www.csc.com
    CSC ATLANTA JOB OPENINGS:
    Financial Systems - 1 Person Required: Offer specialized assistance with Oracle Federal Financials as it relates to the Unified Financial Management System (UFMS). Duties include, but not limited to, working with and between the various UFMS modules including, Purchasing, Accounts Payable, General Ledger, Budget, Projects, and other applications such as Global Error Handling and System Administration. Knowledge of UFMS and CDC's business processes is necessary.
    Financial Services – 5 People Required: Assist in day-to-day financial management operations. The services to be provided include processing, analyzing, and summarizing transactions and related data, and properly classifying accounting transactions. Other general accounting functions include reconciling cash accounts, preparing supporting schedules, and ensuring that proper entries are made into the accounting system to facilitate the preparation of the annual financial statements. Accounting skills are needed to include International Operations, Travel, Purchase Card Audits, Contract Reconciliations, IPAC Processing, and FEDEX Processing. The personnel used in staffing this task order requirement must have an Accounting Degree and preferably Federal Government Accounting experience with a basic understanding of Appropriations Law. It is also desirable that the staff have a basic understanding of how to process transactions within Oracle Financials.
    Cost Accounting – 2 People Required: Assist in the development of total cost estimates for CDC programs. Help develop indirect costs, overhead cost pools, contract operating expense estimates, and intramural and extramural percent distributions. Assist FMO in the documentation and validation of all indirect cost estimates, including methodology, allocation of costs, and reporting. Aid in the continuous review of cost estimates comparing planned expenditures to trends in spending and actual expenditures. Reviews will also include analysis of comparative and alternative ways to accomplish program objectives. Help maintain records and files for all related source documents. Specialized skills in the particular requirements of Federal Government general accounting and cost accounting will be required.
    Budget Execution – 12 People Required: Assist in the development of CDC-wide spending
    plans. Help process required apportionment documents. Aid in the allocation, execution, monitoring, reporting, and analysis of CDC-wide appropriated funds. Assist in the continuous review and reporting on status of funds ensuring compliance with standards and approved spending plans. Analyze spending patterns and make recommendations to senior staff on realized and potential problem areas. Adequate performance in this area would require knowledge of and skills in Federal Government budgetary methods and requirements.
    Accounting Services – 4 People Required: Offer generic accounting assistance to FMO requiring a strong familiarity with Federal Government accounting, said duties including but not limited to: Routine and ad hoc reconciliation of funds-analyses, and reports; develop responses to audit findings and recommendations; assist FMO in transition to e-commerce requirements including independent assistance with implementation of new systems.
    Budget Formulation – 1 Person Required: Engage in a variety of tasks related to budget formulation. Must provide the link to budget execution and other business services offices by sitting on workgroups related to the development of state funding profiles, HealthImpact.net, and other ad hoc committees. Responsible for conducting analyses on the structures, functions, and types of information collected by other operating divisions in HHS to help with decision making and recommendations related to existing budget formulation processes at CDC. Must engage in improving the quality of budget and performance data in budget submissions, ad hoc reports, and other requirements by compiling historical information, validating its accuracy and consistency, and ensuring the information is available for future use.
    If you are interested in any of these positions, please send your resume and salary requirements to [email protected]. Please clearly state which position interest you. CSC does not wish to use a staffing firm at this time.

    FORWARD THE UPDATED RESUME AS SOON AS POSSIBLE.

  • Oracle financials end user responsibility in implementation project

    Could any body tell me the Oracle financials end user responsibility in implementation project

    SO what is the variance in the responsibilities for Functional consultant and Key user in implementation or support project.
    =========================================================================================
    See in implementation project, the resource who is performing the implementation needs access to all the forms i.e. setup, transaction forms etc.
    Also within an implementation project, there may be resources who are not associated with set, hence they responsibility will have only transactiion forms or inquiry forms.
    =======================================================================================================
    In Support project, the following may be valid users associated with the functions:
    the Invoice entry folk who keys in the invoice needs access to Invoice form only.
    Similarly The invoice inquiry folk who needs to inquire the invoice will need to have access to Invoice Inquiry form only.
    Similarly a person who is incharge of the overall control within a support project will have access to all the forms, functions, menu etc.
    =================================================================================
    Hope this helps.
    Thanks and Regards
    Manish Jain.

Maybe you are looking for