RDBMS sync

I am trying to do two things:
1. I would like to delete a particular user using this method and
2. I would like to move a user from one group to another.
I have attached what I thought was the proper way to delete a user from ACS, but apparently, it is not.
What am I doing wrong?
Thanks
Dwane

Please use the attached file to remove and change user group,
First entry is to delete user
Second entry is to change group
It works fine
Regards,
~JG
Do rate helpful posts

Similar Messages

  • RDBMS sync creating it's own accountactions.csv file

    Trying to set up to do batch uploads of network devices and Users.
    I've created a small test accountactions.csv file and placed it on an FTP server.
    When we try to get ACS to pull this file we get this error in the report
    "No import CSV file on FTP Server - nothing to process"
    However in the same directory the ACS server does create an empty file with a name of accountactions.csv.read .
    So now in the directory we've got two files
    accountactions.csv
    accountactions.csv.read
    Any idea what is going on? Have we missed something simple?

    Hi, use proper format for that file. See:
    http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacsapp/csapp33/user/ag.htm#wp395615
    Action codes which are needed for VSA importing are listed in:
    http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacsapp/csapp33/user/ag.htm#wp393038
    basically you need action codes - 350 to 355.

  • RDBMS Synchronization

    The user guide for ACS for Windows ver4.0 states that Cisco ACS can use RDBMS to synchronize its database with a third party RDBMS system and only one primary ACS server needs to interact with the third party system and the other ACSs in the network can be updated by this primary ACS using RDBMS synchronization.
    However, like many other features that suppose to work (e.g. domain stripping for MS AD) this too does not seem to work and there is no detailed documentation on how it actually does it.
    The procedure stated in user guide fails and there are gaps in the documentation.
    Can someone refer to any documentation other than the User Guide for instructions/details of this functionality?
    Thanks in advance.

    I think the easiest solution is to have a single ACS that is populated via RDBMS Sync. This ACS becomes the replication "master" that then pushes its config down to a set of "slaves".
    That is the easiest method but replication is a destructive write onto the slave - so you may choose not to do this.
    An alternative is to use the Sync Partners config (part of RDBMS Sync) which attemtps to process actions in the sync table on multiple ACSs. For this to work you need the "other" ACSs to have the RDBMS Sync'ing ACS server in their network config db.
    You need to make sure that ACS can write to the transaction table too (note CSV datasources no good) in case one of the other ACSs is down.
    If you're having problems check the rdbms sync CSV & service log on the "master" ACS and the csauth service log on the "slave" for errors.

  • Mass-Change TACACS+ Key

    We're using CS ACS 3.3. We've been asked to change all of the TACACS+ keys for all of our switches (approximately 900+ devices).
    We can use CiscoWorks to change the keys on all of the devices, but is there any way to mass-change the TACACS+ key in the ACS for our devices? We're using Network Device Groups, but best I can see, it's not possible to add a AAA client and define certain characteristics in a generic group profile that gets inherited by all configured devices (such as a universal TACACS+ key for all devices in the group).
    Thanks!

    I saw the previous post about using RDBMS sync and I'm looking into that.
    Best that I can tell, we don't have any properties that are inherited by the entire group. I haven't been able to find a way to look at any properties for the NDG. Is it possible to change the inherited key after the group has been created?
    Thanks!

  • ACS v4.2 for Windows multiple NICs?

    Hi, I would like separate ACS traffics on 2 two separate NICs, one for front end AAA service related traffics, and another one for web, backup administrative traffic, is it possible?
    Leo

    Hi Leo,
    Teaming is not supported at this
    time.
    When ACS server has dual NIC, there might be problem with interoperability between ACS servers for functions like replication, RDBMS-sync, RADIUS proxy, remote logging, remote agent.
    Already filed as enhancement.
    CSCsr76897: ACS interoperability with dual NICs
    HTH
    Regrads,
    JK

  • Parse Error: Reason - Radius attribute not outbound

    I am trying to add the RADIUS IETF Attribute - 'Login-LAT-Group' to a user using RDBMS sync but unable to do so.
    I see the below error in the ACS logs - 
    Parse Error: Reason - Radius attribute not outbound
    What am I missing ?

    Refer " outbound radius attributes"
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/3.3/user/guide/ad.html

  • ACS 4.2 (Trial) User Group Restrictions?

    I'm currently in the process of migrating from Microsoft IAS to Cisco ACS 4.2. I'm running an Eval of CSACS v4.2 for Windows in a Lab so I can work out the issues.
    So far I've been fairly successful getting user accounts authenticated with active directory credentials using the "Windows Database" as my external user database. The only problem I've run into is that I can't seem to figure out how to restrict access to Active Directory group membership.
    For instance, in the lab I have a Cisco 3750 switch that is using ACS to control login access. But given my current ACS configuration everyone in the windows domain can login to the switch. How can I restrict that down to just the Network Operations group in Active Directory?

    Yogesh:
    To move existing users from one group to another you can:
    - go manually to each user and change its group membership. OR:
    - Use RDBMS synchronization where you can fill a CSV file with the actions that you want (change group membership in your case) and import that to the ACS.
    For RDBMS sync you can read the user guide:
    http://tiny.cc/n13b1w
    This config example may also be useful about how to import the csv file:
    http://tiny.cc/533b1w
    I suggest that you read the guide and come back to ask here if you have any concern.
    HTH
    Amjad
    Rating useful replies is more useful than saying "Thank you"

  • ACS 4.2 Question about the Logs

    We use ACS quite abit in form of mapping back to AD for the user database, which can be some what cryptic in the ACS logs of trying to figure out who a username really is. There is a column for 'Real Name', has anyone figure out how to incorporate AD's userfield of Real Name to show up in the ACS log?

    ACS doesnt pull any data back from AD such as real name etc.
    It does (or used to) populate the "External DB Info" field with the name of the authenticating domain.
    If you need that level of audit it probably wouldnt be too hard to script an export of the user information from AD, format appropriately for RDBMS Sync and push it into ACS.
    RDBMS Sync action code 1 can set the User Define Fields, eg
    Action,UN,VN,V1,V2,AI
    1,fred,USER_DEFINED_FIELD_0,Fred Jones,TYPE_STRING,APP_CSAUTH
    Full info on RDBMS Sync at http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.1/user/A_RDBMS.html
    Assuming auditing your ACS logs is important to you... take a look at http://www.extraxi.com. We have tools for log harvesting and reporting!

  • Importing devices into ACS

    we have hundreds of cisco devices on our network. we are currently deploying TACACS authentication/authorization on the network.
    The devices need to be grouped, and NARs need to be assigned to different groups of people.
    The network is very dynamic so cisco switches are being added/removed every day.
    My question is is there a way to import network devices to ACS and place them automatically in the right NDG?
    What do you think is the best way to keep ACS up to date with the latest changes on the network in my case?
    Thanks,
    Nathalie~

    Nathalie,
    This can be done via RDBMS sync, pls see this link,
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.1/user/SCAdv.html#wp756877
    Here are the action codes,
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.1/user/A_RDBMS.html#wp78096
    Regards,
    ~JG
    Do rate helpful posts

  • ACS Appliance - Where is the bulk import?

    On the Windows version there is the command line utility which allows for the bulk import of users and clients. With over 250 TACACS+ client to install on an ACS appliance I do not want to have to add them in manually, one by one, but don't seem to be able to find the way to import them. Can anyone help?

    On the appliance the only way is to use RDBMS Sync.
    The ACS quick help and online docs all have quite good documentation about how to create the account actions transaction table so I wont describe it here.
    You can actually set more device params via RDBMS sync than you could csutil.
    I doubt its been updated for the new device parameters you can manually setup in ACS v4.1 though.

  • AAA user database import

    I want to import the 1500 users in ACS. i am using cli utilities (CSUtil.exe). I am able to import the user, but I dont know which options to be used for populating the following user info
    1) User Expiry date
    2) Apply shared profile
    etc.
    Can somebody help me in that?

    User Expiry is possible via RDBMS sync,
    http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_server_for_windows/4.1/user/A_RDBMS.html#wp92082
    Action Code : 113
    SET_PASS_EXPIRY_DATE
    UN,V1
    Sets the date on which the account expires. The date format should be YYYYMMDD.
    For shared profile comp ,I don't thinks there is any option.
    Regards,
    ~JG
    Do rate helpful posts

  • JDBC---RFC will Support Sync?????????

    Hi All,
    Wil JDBC--RFC Senario supports for Sync Comunication with out using BPM???
    Regards
    Vamsi

    Hi Vamshi,
    For JDBC (Sender/Receiver )Scenario we have to Install the JDBC Drivers on XI Server.
    Use those Driver name and Connection in JDBC Adapter to connect to the Database.
    For RFC Sender Adapter we have to create the Program ID in SAP R/3 side.
    For RFC Receiver no need of any Extra settings.
    step by step RFC to JDBC scenario
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/step%2bby%2bstep%2brfc%2bto%2bjdbc%2bscenario
    Tips and Tutorial for Sender JDBC Adapter
    /people/yining.mao/blog/2006/09/13/tips-and-tutorial-for-sender-jdbc-adapter
    http://help.sap.com/saphelp_nw04s/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/22/b4d13b633f7748b4d34f3191529946/content.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10
    Also you can look at this scenario --> File to JDBC:-
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30
    /people/yining.mao/blog/2006/09/13/tips-and-tutorial-for-sender-jdbc-adapter
    /people/sameer.shadab/blog/2005/10/24/connecting-to-ms-access-using-receiver-jdbc-adapter-without-dsn
    /people/saravanakumar.kuppusamy2/blog/2005/01/19/rdbms-system-integration-using-xi-30-jdbc-senderreceiver-adapter
    SENDER RFC
    Registered server program name which is maintained in the ABAP should be called in the program ID.
    for more information follow this links
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    /people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009
    How to test the RFC to Flat File scenario
    Type 3 ABAP Connection :
    ex 1) If we want to execute any function module from one SAP system in another , we need type 3.
    We define an RFC destination say ECC6CLNT100 with required parameters.
    and to test it go to SE37, select any common sap function module and when you execute that it will ask
    for RFC destination. you provide this destination and the function module will be executed in the target
    system.
    ex2) when you create a partner profile, you need to create a port and for creating a port, we need to
    specify an RFC destination. here also we use type 3.
    Type H.
    ex1) when we need to send xml messages from an SAP system to any other system, we need this.
    For example when we send messages using proxy from SAP system to the integration engine of XI, we
    need type H.
    Type T.
    ex1) To we make an RFC call from R/3 to XI , we use sender RFC adapter in XI.
    In R/3 system we need to create an RFC destination of type T.
    Different types of RFC are :-
    Asynchronous RFC - aRFC
    Synchronous RFC - sRFC
    Transactional RFC - tRFC
    Queue RFC - qRFC
    Parallel RFC - pRFC
    Chk this link also:
    Link :http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/content.htm
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken]
    Please go through the following links.
    /people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step JDBC Receiver Adapter -- Synchronous Select – Step by Step
    /people/yining.mao/blog/2006/09/13/tips-and-tutorial-for-sender-jdbc-adapter Sender JDBC adapter
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    FILE- RFC-FILE Synchronous (Using BPM)
    /people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009 Trouble Shooting RFC and SOAP Scenario
    Regards,
    Vinod.

  • Transfer from rdbms to RFC using XI

    Hi Does any one have step by step document of how to transfer from rdbms to RFC using XI . Kindly help me

    Hi Amit,
    <i>//is there any check to find out if the rfc and jdbc adapters are installed sucessfully</i>
    One way would be to go to Run Time Workbench> Adapter Monitoring> and check if the JDBC and RFC adapters are listed there.
    // believe that you need to use BPM since rfc call will be sync call and call from jdbc would be async
    I think you would have to go for a BPM in this case and also, the synch asynch pattern will have to be used.
    For a blog on how to use Synch / Asybnch Bridge, I would suggest this link,
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi
    For blog on how RFC is to be used in a BPM,
    /people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit
    https://weblogs.sdn.sap.com/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    I guess you will have to combine all this info and use it in a single BPM.
    For more info on Synch/ Asynch Bridge and how to create a BPM ,
    http://help.sap.com/saphelp_nw04/helpdata/en/62/dcef46dae42142911c8f14ca7a7c39/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/ae/fd773f12f14a18e10000000a114084/content.htm
    All this info will help you,
    Regards,
    Bhavesh

  • Standby not in sync

    Hi ,
    Oracle version 10.2.0.3.0(windows server)
    My standby db was out of sync due to missing log. I have done the following steps
    1. alter database recover managed standby database cancel;
    2.recover standby database until calcel;(recovered till last generated log)
    3.ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION;
    after that i checked the MRP process using below command,
    select process,status from v$managed_standby;
    PROCESS STATUS
    ARCH CONNECTED
    ARCH CONNECTED
    MRP0 WAIT_FOR_LOG
    But the problem now is no archivelog copying to the standby server autmoatically.
    I switched logfile in the primary but the log is not transferring to standby. Please help.
    Regards
    Arun

    Standby alert log
    Fri May 28 20:53:17 2010
    ALTER DATABASE REGISTER LOGFILE 'J:\d801\oracle\vgsm\archive\ARC30755_0672478691.001'
    There are 1 logfiles specified.
    ALTER DATABASE REGISTER [PHYSICAL] LOGFILE
    Resynchronizing thread 1 from sequence 30754 to 30755
    Completed: ALTER DATABASE REGISTER LOGFILE 'J:\d801\oracle\vgsm\archive\ARC30755_0672478691.001'
    Fri May 28 20:53:17 2010
    ALTER DATABASE REGISTER LOGFILE 'J:\d801\oracle\vgsm\archive\ARC30756_0672478691.001'
    There are 1 logfiles specified.
    ALTER DATABASE REGISTER [PHYSICAL] LOGFILE
    Resynchronizing thread 1 from sequence 30755 to 30756
    Completed: ALTER DATABASE REGISTER LOGFILE 'J:\d801\oracle\vgsm\archive\ARC30756_0672478691.001'
    Fri May 28 20:53:17 2010
    ALTER DATABASE REGISTER LOGFILE 'J:\d801\oracle\vgsm\archive\ARC30757_0672478691.001'
    There are 1 logfiles specified.
    ALTER DATABASE REGISTER [PHYSICAL] LOGFILE
    Resynchronizing thread 1 from sequence 30756 to 30757
    Completed: ALTER DATABASE REGISTER LOGFILE 'J:\d801\oracle\vgsm\archive\ARC30757_0672478691.001'
    Fri May 28 20:53:17 2010
    ALTER DATABASE REGISTER LOGFILE 'J:\d801\oracle\vgsm\archive\ARC30758_0672478691.001'
    There are 1 logfiles specified.
    ALTER DATABASE REGISTER [PHYSICAL] LOGFILE
    Resynchronizing thread 1 from sequence 30757 to 30758
    Completed: ALTER DATABASE REGISTER LOGFILE 'J:\d801\oracle\vgsm\archive\ARC30758_0672478691.001'
    Fri May 28 20:53:18 2010
    ALTER DATABASE REGISTER LOGFILE 'J:\d801\oracle\vgsm\archive\ARC30759_0672478691.001'
    There are 1 logfiles specified.
    ALTER DATABASE REGISTER [PHYSICAL] LOGFILE
    Resynchronizing thread 1 from sequence 30758 to 30759
    Completed: ALTER DATABASE REGISTER LOGFILE 'J:\d801\oracle\vgsm\archive\ARC30759_0672478691.001'
    Fri May 28 20:53:31 2010
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL
    Fri May 28 20:53:31 2010
    ORA-16136 signalled during: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL...
    Fri May 28 20:54:15 2010
    ALTER DATABASE REGISTER LOGFILE 'J:\d801\oracle\vgsm\archive\ARC30745_0672478691.001'
    Fri May 28 20:54:15 2010
    There are 1 logfiles specified.
    ALTER DATABASE REGISTER [PHYSICAL] LOGFILE
    Completed: ALTER DATABASE REGISTER LOGFILE 'J:\d801\oracle\vgsm\archive\ARC30745_0672478691.001'
    Fri May 28 20:54:26 2010
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL
    Fri May 28 20:54:26 2010
    ORA-16136 signalled during: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL...
    Fri May 28 20:57:33 2010
    Shutting down instance: further logons disabled
    Fri May 28 20:57:33 2010
    Stopping background process CJQ0
    Fri May 28 20:57:34 2010
    Stopping background process MMNL
    Fri May 28 20:57:35 2010
    Stopping background process MMON
    Fri May 28 20:57:35 2010
    Shutting down instance (immediate)
    License high water mark = 5
    Fri May 28 20:57:35 2010
    Stopping Job queue slave processes
    Fri May 28 20:57:35 2010
    Job queue slave processes stopped
    Fri May 28 20:57:35 2010
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Fri May 28 20:57:35 2010
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Fri May 28 20:57:38 2010
    ARC1: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Fri May 28 20:57:45 2010
    Archive process shutdown avoided: 0 active
    ARCH shutting down
    ARC1: Archival stopped
    Fri May 28 20:57:46 2010
    ARCH shutting down
    Fri May 28 20:57:46 2010
    ARC0: Archival stopped
    Fri May 28 20:57:48 2010
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Fri May 28 20:58:15 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =12
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.3.0.
    System parameters with non-default values:
    processes = 100
    timed_statistics = TRUE
    sga_max_size = 1258291200
    __shared_pool_size = 318767104
    shared_pool_size = 318767104
    __large_pool_size = 8388608
    large_pool_size = 0
    __java_pool_size = 159383552
    java_pool_size = 159383552
    __streams_pool_size = 0
    streams_pool_size = 0
    sga_target = 1048576000
    control_files = I:\D101\ORACLE\VGSM\CONTROL01_VGSM.CTL, I:\D102\ORACLE\VGSM\CONTROL02_VGSM.CTL, I:\D103\ORACLE\VGSM\CONTROL03_VGSM.CTL
    db_block_size = 8192
    __db_cache_size = 545259520
    db_cache_size = 528482304
    compatible = 10.2.0.1.0
    log_archive_config = SEND,RECEIVE,NODG_CONFIG
    log_archive_dest_1 = location=J:\d801\oracle\vgsm\archive arch mandatory VALID_FOR=(ALL_LOGFILES,ALL_ROLES)
    log_archive_dest_2 = SERVICE=DR_bp1decap012_VGSM ARCH ASYNC DB_UNIQUE_NAME=VGSM REOPEN=60
    log_archive_dest_state_2 = DEFER
    standby_archive_dest = location=J:\d801\oracle\vgsm\archive
    log_buffer = 15244288
    db_files = 300
    standby_file_management = MANUAL
    fast_start_mttr_target = 1000
    dml_locks = 500
    undo_management = AUTO
    undo_tablespace = UNDOTBS
    undo_retention = 10800
    remote_login_passwordfile= EXCLUSIVE
    db_domain = world
    global_names = FALSE
    service_names = vgsmstdby
    job_queue_processes = 10
    cursor_sharing = EXACT
    background_dump_dest = I:\D002\ORACLE\VGSM\DUMPB
    user_dump_dest = I:\D002\ORACLE\VGSM\DUMPU
    max_dump_file_size = 1024
    core_dump_dest = I:\D002\ORACLE\VGSM\DUMPC
    open_links = 10
    db_name = VGSM
    open_cursors = 2000
    pga_aggregate_target = 2097152000
    statistics_level = TYPICAL
    aq_tm_processes = 1
    PMON started with pid=2, OS id=1400
    PSP0 started with pid=3, OS id=4604
    MMAN started with pid=4, OS id=5340
    DBW0 started with pid=5, OS id=5588
    LGWR started with pid=6, OS id=5612
    CKPT started with pid=7, OS id=592
    SMON started with pid=8, OS id=2152
    RECO started with pid=9, OS id=4164
    CJQ0 started with pid=10, OS id=1288
    MMON started with pid=11, OS id=5544
    MMNL started with pid=12, OS id=5688
    Fri May 28 20:58:15 2010
    ALTER DATABASE MOUNT
    Fri May 28 20:58:19 2010
    Setting recovery target incarnation to 1
    ARCH: STARTING ARCH PROCESSES
    ARC0 started with pid=14, OS id=2700
    Fri May 28 20:58:19 2010
    ARC0: Archival started
    Fri May 28 20:58:19 2010
    ARC1: Archival started
    ARCH: STARTING ARCH PROCESSES COMPLETE
    Fri May 28 20:58:19 2010
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    ARC0: Thread not mounted
    Fri May 28 20:58:19 2010
    Successful mount of redo thread 1, with mount id 2735738023
    Fri May 28 20:58:19 2010
    Physical Standby Database mounted.
    Completed: ALTER DATABASE MOUNT
    ARC1 started with pid=15, OS id=5748
    Fri May 28 20:58:20 2010
    ARC1: Becoming the heartbeat ARCH
    Fri May 28 20:58:46 2010
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL
    Fri May 28 20:58:46 2010
    ORA-16136 signalled during: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL...
    Fri May 28 21:04:58 2010
    alter database open read only
    Fri May 28 21:04:58 2010
    SMON: enabling cache recovery
    Fri May 28 21:04:58 2010
    Database Characterset is WE8ISO8859P1
    replication_dependency_tracking turned off (no async multimaster replication found)
    Physical standby database opened for read only access.
    Completed: alter database open read only
    Fri May 28 21:05:18 2010
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL
    Fri May 28 21:05:18 2010
    ORA-16136 signalled during: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL...
    Fri May 28 21:07:09 2010
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT
    Fri May 28 21:07:09 2010
    Stopping Job queue slave processes
    Fri May 28 21:07:09 2010
    Job queue slave processes stopped
    Fri May 28 21:07:09 2010
    SMON: disabling cache recovery
    MRP0 started with pid=16, OS id=4716
    Fri May 28 21:07:10 2010
    Stopping background process CJQ0
    Managed Standby Recovery not using Real Time Apply
    parallel recovery started with 3 processes
    Fri May 28 21:07:15 2010
    Completed: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT
    Fri May 28 21:07:15 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30743_0672478691.001
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30744_0672478691.001
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30745_0672478691.001
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30746_0672478691.001
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30747_0672478691.001
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30748_0672478691.001
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30749_0672478691.001
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30750_0672478691.001
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30751_0672478691.001
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30752_0672478691.001
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30753_0672478691.001
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30754_0672478691.001
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30755_0672478691.001
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30756_0672478691.001
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30757_0672478691.001
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30758_0672478691.001
    Fri May 28 21:07:26 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30759_0672478691.001
    Media Recovery Waiting for thread 1 sequence 30760
    Sat May 29 00:01:21 2010
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION
    Sat May 29 00:01:51 2010
    ORA-1153 signalled during: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION...
    Sat May 29 00:05:42 2010
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL
    Sat May 29 00:05:55 2010
    MRP0: Background Media Recovery cancelled with status 16037
    Sat May 29 00:05:55 2010
    Errors in file i:\d002\oracle\vgsm\dumpb\vgsmstdby_mrp0_4716.trc:
    ORA-16037: user requested cancel of managed recovery operation
    Recovery interrupted!
    Sat May 29 00:05:58 2010
    Errors in file i:\d002\oracle\vgsm\dumpb\vgsmstdby_mrp0_4716.trc:
    ORA-16037: user requested cancel of managed recovery operation
    Sat May 29 00:05:58 2010
    Completed: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL
    Sat May 29 00:06:11 2010
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION
    MRP0 started with pid=16, OS id=6100
    Managed Standby Recovery starting Real Time Apply
    parallel recovery started with 3 processes
    Sat May 29 00:06:17 2010
    Completed: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION
    Sat May 29 00:06:19 2010
    Media Recovery Waiting for thread 1 sequence 30760
    Sat May 29 00:12:01 2010
    ALTER DATABASE RECOVER standby database
    Sat May 29 00:12:06 2010
    ORA-1153 signalled during: ALTER DATABASE RECOVER standby database ...
    Sat May 29 00:12:59 2010
    alter database recover managed standby database cancel
    Sat May 29 00:13:02 2010
    MRP0: Background Media Recovery cancelled with status 16037
    Sat May 29 00:13:02 2010
    Errors in file i:\d002\oracle\vgsm\dumpb\vgsmstdby_mrp0_6100.trc:
    ORA-16037: user requested cancel of managed recovery operation
    Managed Standby Recovery not using Real Time Apply
    Recovery interrupted!
    Sat May 29 00:13:03 2010
    Errors in file i:\d002\oracle\vgsm\dumpb\vgsmstdby_mrp0_6100.trc:
    ORA-16037: user requested cancel of managed recovery operation
    Sat May 29 00:13:04 2010
    Completed: alter database recover managed standby database cancel
    Sat May 29 00:13:14 2010
    ALTER DATABASE RECOVER standby database
    Media Recovery Start
    Managed Standby Recovery not using Real Time Apply
    parallel recovery started with 3 processes
    ORA-279 signalled during: ALTER DATABASE RECOVER standby database ...
    Sat May 29 00:13:40 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:13:40 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30760_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:13:49 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:13:49 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30761_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:13:53 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:13:53 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30762_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:13:54 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:13:55 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30763_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:13:56 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:13:56 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30764_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:13:57 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:13:57 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30765_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:01 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:01 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30766_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:02 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:02 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30767_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:04 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:04 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30768_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:08 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:08 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30769_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:09 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:09 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30770_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:10 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:10 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30771_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:11 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:11 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30772_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:13 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:13 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30773_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:14 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:14 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30774_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:16 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:16 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30775_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:17 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:17 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30776_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:18 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:18 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30777_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:19 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:19 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30778_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:20 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:20 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30779_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:22 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:22 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30780_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:23 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:23 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30781_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:28 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:28 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30782_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:30 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:30 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30783_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:31 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:31 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30784_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:33 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:33 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30785_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:34 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:34 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30786_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:35 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:35 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30787_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:36 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:36 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30788_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:37 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:37 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30789_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:38 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:38 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30790_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:39 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:14:39 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30791_0672478691.001
    Errors with log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30791_0672478691.001
    ORA-308 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:14:39 2010
    ALTER DATABASE RECOVER CANCEL
    Sat May 29 00:14:39 2010
    Media Recovery Canceled
    Completed: ALTER DATABASE RECOVER CANCEL
    Sat May 29 00:17:57 2010
    ALTER DATABASE RECOVER standby database
    Sat May 29 00:17:57 2010
    Media Recovery Start
    Managed Standby Recovery not using Real Time Apply
    parallel recovery started with 3 processes
    ORA-279 signalled during: ALTER DATABASE RECOVER standby database ...
    Sat May 29 00:18:01 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:18:01 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30791_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:18:04 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:18:04 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30792_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:18:05 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:18:05 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30793_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:18:06 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:18:06 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30794_0672478691.001
    ORA-279 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:18:08 2010
    ALTER DATABASE RECOVER CONTINUE DEFAULT
    Sat May 29 00:18:08 2010
    Media Recovery Log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30795_0672478691.001
    Errors with log J:\D801\ORACLE\VGSM\ARCHIVE\ARC30795_0672478691.001
    ORA-308 signalled during: ALTER DATABASE RECOVER CONTINUE DEFAULT ...
    Sat May 29 00:18:08 2010
    ALTER DATABASE RECOVER CANCEL
    Sat May 29 00:18:09 2010
    Media Recovery Canceled
    Completed: ALTER DATABASE RECOVER CANCEL
    Sat May 29 00:19:26 2010
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE
    Sat May 29 00:19:26 2010
    Managed Standby Recovery not using Real Time Apply
    parallel recovery started with 3 processes
    Media Recovery Waiting for thread 1 sequence 30795
    Sat May 29 00:21:54 2010
    Recovery interrupted!
    Sat May 29 00:21:54 2010
    Media Recovery failed with error 3135
    ORA-283 signalled during: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE...
    Sat May 29 00:22:06 2010
    ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION
    MRP0 started with pid=16, OS id=5940
    Managed Standby Recovery starting Real Time Apply
    parallel recovery started with 3 processes
    Media Recovery Waiting for thread 1 sequence 30795
    Sat May 29 00:22:12 2010
    Completed: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION

  • Unable to create OC4J instance - out of sync instance

    RDBMS Version: 9.2.0.0
    Operating System: W2K
    Product Version: 9.0.4.0.0
    JDK Version: 1.4.2_03
    Error number: ADMN 705021
    Hi
    I am trying to create an OC4J instance using EM. When I do, I receive the
    following error message:
    The operation failed...<instance_name>. See base exception for details. Root
    cause: Error encountered executing command <oracle_home>\bin\emtcgtcl -add
    <oracle_home> -EMDROOT <oracle_home>_agent. Error in writing input.
    I issued a dcmctl listcomponents command at this point and the container I
    was trying to create shows in the list. I also issued dcmctl updateconfig
    and getstate commands. I then get a ADMN 705021 error: The configuration
    files for this 10g instance are inconsistent with the configuration shared
    in the repository...Check the logs at $ORACLE_HOME\dcm\logs.
    To try and resolve the problem, I used note 238393.1 Troubleshooting DCM
    Repository Out of Sync Errors. I checked all configuration files existed.I
    then checked the repository components list, creating fake directories for
    those components that showed using dcmctl listcomponents, and then
    consequently removed those components. When I removed them, I would receive
    an ADMN 906025 error, but the component would be removed. I checked that the
    deployed applications list was correct using dcmctl listapplications, and it
    was. However I would also receive the following error message:
    java.io.FileNotFoundException:
    <Oracle_Home>\j2ee\home\application-deployment\wp\jazn-data.tmp (The system
    cannot find the path specified). The directory wp does not exist, so this
    message is accurate.
    I'm kind of at a loss where to start given all these error messages. I guess
    what I need to do is get the instance in sync somehow, and then hopefully be
    able to create an oc4j instance.
    Can anyone suggest an approach given the detail above?
    Regards
    Andy

    Andy,
    Check the state of your repository using 'dcmctl getState' command. If you get an error or 'In Sync Status' for one of the component is shown as 'false', try to resync the instance using 'dcmctl resyncInstance'.
    If resyncInstance succeed, remove the OC4J instance/component that you were trying to add initially and create it again using removeComponent and createComponent commands.
    If resyncInstance fails, shutdown (if possible) all OracleAS instances in DCM-Managed OracleAS Cluster (if any). Shutdown all process of the instance (using 'opmnctl stopall' command) including OracleAS Control Console (using 'emctl stop iasconsole') and start the instances again (using 'opmnctl startall' and 'opmnctl startproc ias-component=dcm-daemon'). Remember to first start the OracleAS instance that is acting as repository host for File-based repository (if any).
    Now check the instance state, list of components and list of applications. If problem persist, please contact Oracle Support by logging a TAR to further diagnose and help resolve this issue.
    Regards
    Shail

Maybe you are looking for

  • Script to create directory based on current file name and then save the file in that directory

    Hi all, I have a need save all my projects in a directory using the name of the main image I am working on. Manually these are the steps I used: Save As. Copy ( press command-c <== the filename is highlighted by default so all I have to do is ) New F

  • Excel 2010 Dialog Boxes Hidden behind Application causing application freezing

    Recently upgraded to Office 2010 (32bit) /Windows 7.  Have hundreds of users that we support and so far most have upgraded.  Noticed with some users though - not all - just a small percentage, when they click SaveAs in Excel 2010, the application fre

  • Music File Volume Adjustment

    Hi, I have this song that is quite loud and I would like to lower the volume of it. I DO know how to lower the volume(when I play the song, the volume is lower)... but if I set it as a song for my alarm, the normal volume is played. Not the one with

  • Database Connector Error when publishing

    We are publishing a report to multiple recipients, when publishing to any single recipient it works but as soon as a second recipient is added it gives a "Database Connector Error" The installation is XI3.1 on AIX. The publication worked for a list o

  • ADOBE FLASH not supportingGalaxy s3 any longer

    Just found out that I will NOT be able to use my S 3 for my business Appointment system. ADOBE just made a recent change in their policy to NOT furnish FLASH to Samsung Galaxy s III. therefore, I can't use my appointment system. Does anyone know of a