NETCA listener configuration error for RAC database

Hi,
WE have a RAC setup on 2 nodes and now we want to change the default listener port for RAC database.
Database ver: 10.2.0.4
We now that srvctl does not work to add listener manually to CRS.
We are now using netca to create new listener on both the RAC nodes but it gives error throwing :
Problem in configuration : Node(S): hostname
Try again...
When we try to start the listener say listener_I it throws following error:
Problem in configuration :node1
Listener start to failed:Listener may already be running
CRS-0215:Could not start resource
This is urgent
any help is appreciated.
Regards,
Milan

user12073248 wrote:
How you fix it? write to [email protected]
Hi Mauricio,
In this forum we help for free regardless of priority.
First you try to help in the forum if the author of the post request your e-mail you give to him.
Hope you understand it.
Thanks in advance for doing your part to make this community as valuable as possible for everyone!
Levi Pereira

Similar Messages

  • Metalink Document IDs for RAC database

    Hello,
    This is Khalid, Plz any body could give me metalink document id's for RAC database managing and monitoring, backup and recoveries etc.. plz any document id related to RAC databases.....
    Thanks & Regards
    Khalid

    Clusterware References
    Metalink Notes
    259301.1      CRS and 10g RAC
         This note contains a useful awk script to improve the output of crs_stat -ls
    436067.1      Windows CRS_STAT script to display long names correctly
    309541.1      How to start/stop the 10g CRS Clusterware
    263897.1      How to stop Cluster Ready Services (CRS)
    298073.1      How to remove CRS auto start and restart for a RAC instance
    295871.1      How to verify if CRS install is valid
    316583.1      VIPCA fails complaining that interface is not public
    341214.1      How to cleanup after a failed (or successful) Oracle Clusterware installation
    280589.1      How to install Oracle 10g CRS on a cluster where one or more nodes are not to be configured with CRS immediately
    357808.1      CRS Diagnostics
    272331.1      CRS 10g Diagnostic Guide
    330358.1      CRS 10g R2 Diagnostic Collection Guide
    331168.1      Oracle Clusterware consolidated logging in 10gR2
    342590.1      CRS logs not being written
    357808.1      Diagnosability for CRS/EVM/RACG
    459694.1      Procwatcher: Script to Monitor and Examine Oracle and CRS Processes
    289690.1      Data Gathering for Troubleshooting RAC and CRS issues
    265769.1      Troubleshooting CRS Reboots
    240001.1      Troubleshooting CRS root.sh problems (10g RAC)
    239989.1      10g RAC - Stopping Reboot Loops when CRS problems occur
    294430.1      CSS Timeout Computation in 10g RAC
    284752.1      10gRAC: Steps to Increase CSS Misscount, Reboottime and Disktimeout
    462616.1      Reconfiguring the CSS disktimeout of 10gR2 Clusterware for proper LUN failover
    293819.1      Placement of voting and OCR disk file in 10g RAC
    317628.1      How to replace a corrupt OCR mirror file
    452486.1      Moving OCR and Voting Disk to another location
    399482.1      How to recreate OCR/Voting disk accidentally deleted
    358620.1      How to recreate OCR/Voting disk in 10gR1/R2 RAC
    279793.1      How to Restore a Lost Voting Disk in 10g
    264847.1      How to Configure Virtual IPs for 10g RAC
    283684.1      How to change interconnect/public interface IP subnet in a 10g cluster
    276434.1      Modifying the VIP or VIP Hostname of an Oracle 10g Clusterware Node
    294336.1      Changing the check interval for the Oracle 10g VIP
    219361.1      Troubleshooting Instance Evictions (ORA-29740)
    297498.1      Resolving Instance Evictions on Windows platforms
    315125.1      What to check if the Cluster Synchronization Services daemon (OCSSD) does not start
    270512.1      Adding a node to a 10g RAC Cluster
    269320.1      Removing a node from a 10g RAC Cluster
    338706.1      Cluster Ready Services (CRS) rolling upgrade
    399031.1      Step-by-step installation of Oracle Clusterware one-off and bundle patches for Oracle 10g
    401783.1      Changes in Oracle Clusterware after applying 10.2.0.3 Patchset
    405820.1      Known Issues After Applying 10.2 CRS bundle patches
    316817.1      Cluster Verification Utility (CLUVFY) FAQ
    372358.1      Shared disk check with the Cluster Verification Utility
    338924.1      CLUVFY Fails with error - could not find a suitable set of interfaces for VIPs
    Bugs
    5849200      CRS LOGS ARE NOT BEING WRITTEN
    5137401      OPROCD LOGFILE IS CLEARED AFTER A REBOOT
         Fixed in Oracle 10.2.0.4+ and 11.1.0.6+
    source: http://www.juliandyke.com/References/Clusterware.html
    regards,
    Rajeshkumar Govindarajan.
    http://oracleinstance.blogspot.com

  • In-place upgrade of Enterprise Manager for RAC databases is not supported

    upgrading 2 node RAC from 10.2.0.1 to 10.2.0.3 on Windows 2003 64 bit. I got the following:
    In-place upgrade of Enterprise Manager for RAC databases is not supported in this release
    Now I cannot log in to the database control as sys with sysdba role . I get "invalid username/password" error
    I can login as a dba user
    I also get a java error after I log in, some thing about class not found, but then I'm in and I can do everything that I try, although I haven't tried scheduling a backup yet
    Can I upgrade EM to 10.2.0.3?
    If so, how?

    On the patchset readme...
    11.3 Upgrade of Oracle Enterprise Manager Not Supported
    When you start Oracle Database Upgrade Assistant to upgrade 10.2.0.1 database to 10.2.0.3 patch set, the following error occurs:
    Inplace upgrade of Enterprise Manager is not supported for RAC databases is not supported in this release
    Workaround:
    Ignore warning.
    If you drop and recreate the EM repository?
    1). emca -deconfig dbcontrol db repos drop
    2). emca -config dbcontrol db -repos create
    Be careful, doing this put the database on QUIESCE mode.
    Regards,
    Rodrigo Mufalani

  • RMAN Backup script for RAC Database..please suggest

    Hi All,
    I am currently working on backup policy for RAC Database for my client.The client requirement is to backup while database is shutdown(mount state).I have made below script and could any one please suggest what further things should I need to add with below rman script.
    echo "Shutdown Database";date
    srvctl stop database -d PROD
    srvctl status database -d PROD
    echo "Database shutdown on";date
    echo "Mount Database ";date
    srvctl start instance -d PROD -i "PROD1" -o mount
    srvctl status database -d PROD
    echo "Start Full Database Backup on";date
    $ORACLE_HOME/bin/rman target / nocatalog <<EOF
    configure controlfile autobackup on;
    configure controlfile autobackup format for device type disk to '/BACKUP/PRODBKP/%F';
    run{
    allocate channel c1 device type disk connect 'sys/******@node1-vip:1521/PROD';
    allocate channel c2 device type disk connect 'sys/*****@node2-vip:1521/PROD';
    backup format '/BACKUP/PRODBKP/PROD_df_%t_%s_%p.bak'(database);
    backup format '/BACKUP/PRODBKP/archive_%t_%s_%p.bak' archivelog all;
    copy current controlfile to '/BACKUP/PRODBKP/PROD.ctl';
    delete noprompt obsolete;
    release channel c1;
    release channel c2;
    exit
    EOF
    echo "RMAN Backup Finished on";date
    echo "Shutdown Database";date
    srvctl stop database -d PROD
    echo "Start Database";date
    srvctl start database -d PROD
    srvctl status database -d PROD
    Please share your experiences.
    Regards

    Hi,
    Some tweaks for your script.
    echo "Shutdown Database";date
    srvctl stop database -d PROD
    srvctl status database -d PROD
    echo "Database shutdown on";date
    echo "Mount Database ";date
    srvctl start instance -d PROD -i "PROD1" -o mount1. If you database does not shutdown properly , does your script stops the execution of next step?
    2. configure controlfile autobackup on;
    configure controlfile autobackup format for device type disk to '/BACKUP/PRODBKP/%F';(Why you need to configure this every time) ?
    It's persistent at db level one time setting (until some other script changes the settings by other dba - else remove that - set the configuration at db level once for all)
    - Pavan Kumar N
    3.

  • How can I have a collective AWR report for RAC database in 10gR2 and 11gR1?

    Plz correct me here
    awrrpt.sql takes the snapshot at the instance level and incase we have 5 instances we have to take 5 awr reports for a particular period.correct???
    If above is true ,any wayout to collect a single collective AWR report for RAC database which includes information on all the instances in Oracle 10g R2 or 11gR1 ?
    Thanks in advance
    Gagan

    I have never come across a way for this. though I can n't say it is not there.
    But I guess it may not be feasible too becuase as we know the current AWR report contains data which is specific for one instance.
    Various hit ratios, top events, instance effeciency reports.... what not ..
    It would be really nice to see something is a new format where it lists values from each instance in a single report.. I guess such a thing Does not exiist as of now.

  • How to configure ActiveSync for a database table in IdM 7.0

    Hi All,
    Please suggest me the steps to configure ActiveSync in IdM 7.0.
    when i try it by resource-->activeSync wizard it gives
    "The ActiveSync Wizard has been deprecated in Identity Manager 7.0 in favor of using MetaView and the resource action "Edit Synchronization Policy". "
    how to configure ActiveSync for a database table.
    Thanx
    Shant

    Hi,
    You need to a script and run it on os level. Here is an example:-
    emcli relocate_targets -src_agent=agentmachine1.domain:3872
    -dest_agent=agentmachine2.domain:3872 -target_name=RACDB
    -target_type=oracle_database -copy_from_src -force=yes
    -changed_param=MachineName:agentmachine2.domain
    Regards
    Jomon
    Edited by: JohnJomon on Nov 17, 2011 2:27 PM

  • How Do I Configure SSL for RAC Installation.

    Experts,
    Requesting your inputs on configuring SSL for my RAC environment.
    - Oracle DB version is 11.2.0.2
    - RAC is with two nodes.
    - Two nodes are : rac1.oracle.com and rac2.oracle.com
    - RAC setup has SCAN feature configured. SCAN FQDN : racscan.oracle.com
    - All clients talk to RAC DB using SCAN feature as shown below.
    client applications -> racscan.oracle.com ---> rac1.oracle.com
    ---> rac2.oracle.com
    - tnsnames.ora file on both RAC instances has hostname as "racscan.oracle.com" instead of their individual phyiscal host names.
    How do I configure SSL for RAC:
    1. Do I need to generate certificate request for individual hostnames or only for SCAN hostname ?.
    2. If I generate a certificate based on SCAN hostname, how does SSL work since SCAN hostname is not a phyiscal host name ?
    3. What is recommended strategy for configuring SSL for RAC environment ?
    Thanks

    The documentation on the creation of Oracle Wallets is not specific to RAC, and the RAC SCAN instructions for TCPS are very vague on the specific requirements for the certificates required in the wallets for proper operation. I too am struggling to get it to work. Does anyone have a more technical guide to the specific configuration of the certificates needed and what specific configuration file changes need to be made?
    Also, the self signed documentation is getting REALLY old. Oracle, please stop giving instructions that demonstrate irresponsibility and show the proper method of certificate requesting and importing to wallets.
    Edited by: user11338513 on Mar 21, 2012 2:23 PM

  • Data Guard configuration for RAC database disappeared from Grid control

    Primary Database Environment - Three node cluster
    RAC Database 10.2.0.1.0
    Linux Red Hat 4.0 2.6.9-22 64bit
    ASM 10.2.0.1.0
    Management Agent 10.2.0.2.0
    Standby Database Environment - one Node database
    Oracle Enterprise Edition 10.2.0.1.0 Single standby
    Linux Red Hat 4.0 2.6.9-22 64bit
    ASM 10.2.0.1.0
    Management Agent 10.2.0.2.0
    Grid Control 10.2.0.1.0 - Node separate from standby and cluster environments
    Oracle 10.1.0.1.0
    Grid Control 10.2.0.1.0
    Red Hat 4.0 2.6.9-22 32bit
    After adding a logical standby database through Grid Control for a RAC database, I noticed sometime later the Data Guard configuration disappeared from Grid Control. Not sure why but it is gone. I did notice that something went wrong with the standby creation but i did not get much feedback from Grid Control. The last thing I did was to view the configuration, see output below.
    Initializing
    Connected to instance qdcls0427:ELCDV3
    Starting alert log monitor...
    Updating Data Guard link on database homepage...
    Data Protection Settings:
    Protection mode : Maximum Performance
    Log Transport Mode settings:
    ELCDV.qdx.com: ARCH
    ELXDV: ARCH
    Checking standby redo log files.....OK
    Checking Data Guard status
    ELCDV.qdx.com : ORA-16809: multiple warnings detected for the database
    ELXDV : Creation status unknown
    Checking Inconsistent Properties
    Checking agent status
    ELCDV.qdx.com
    qdcls0387.qdx.com ... OK
    qdcls0388.qdx.com ... OK
    qdcls0427.qdx.com ... OK
    ELXDV ... WARNING: No credentials available for target ELXDV
    Attempting agent ping ... OK
    Switching log file 672.Done
    WARNING: Skipping check for applied log on ELXDV : disabled
    Processing completed.
    Here are the steps followed to add the standby database in Grid Control
    Maintenance tab
    Setup and Manage Data Guard
    Logged in as sys
    Add standby database
    Create a new logical standby database
    Perform a live backup of the primary database
    Specify backup directory for staging area
    Specify standby database name and Oracle home location
    Specify file location staging area on standby node
    At the end am presented with a review of the selected options and then the standby database is created
    Has any body come across a similar issue?
    Thanks,

    Any resolution on this?
    I just created a Logical Standby database and I'm getting the same warning (WARNING: No credentials available for target ...) when I do a 'Verify Configuration' from the Data Guard page.
    Everything else seems to be working fine. Logs are being applied, etc.
    I can't figure out what credentials its looking for.

  • Standalone Standby Creation for RAC database

    Hi,
    I am in process of configuring standalone standby for my RAC database. The database version is 11.2.0.3. RAC is using SCAN listeners. I have got MOS for configuring standalone standby for RAC 387339.1. But specific steps I need to perform in case of SCAN listeners.
    Any document or link is appreciated.
    Regards,

    Hello;
    The white paper "Rapid Oracle RAC Standby Deployment: Oracle Database 11g Release 2" has a section on this.
    http://www.oracle.com/technetwork/database/features/availability/maa-wp-11g-rac-standby-133152.pdf
    This may also help :
    http://www.oracle.com/technetwork/database/availability/maa-wp-11g-racone-standby-501088.pdf
    And these :
    Configuring and Administering Oracle Net Listener
    http://docs.oracle.com/cd/E11882_01/network.112/e10836/listenercfg.htm
    srvctl relocate scan
    http://download.oracle.com/docs/cd/E11882_01/rac.112/e16795/srvctladmin.htm#RACAD7499
    srvctl relocate scan_listener
    http://download.oracle.com/docs/cd/E11882_01/rac.112/e16795/srvctladmin.htm#CDDIDDCF
    Troubleshooting Oracle Clusterware
    http://download.oracle.com/docs/cd/E11882_01/rac.112/e16794/troubleshoot.htm#CHDFJIEG
    From Oracle support :
    How to Setup SCAN Listener and Client for TAF and Load Balancing [Video] [ID 1188736.1]
    Best Regards
    mseberg

  • ODI Connection for RAC database

    Hi,
    I am trying to create master repository in ODI. We have RAC database and I want to give scan ip for making connection in URL field.
    I started repcreate.sh script to open "Master Repository Creation Wizard" and in URL text field I tried to connect by giving single instance detail and its connecting fine.
    But when I tried to give scan ip its throwing error message:
    java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    dw01-scan.viva.com.kw:1521:exadev
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:280)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
    at com.sunopsis.sql.SnpsConnection.u(SnpsConnection.java......
    Below is the detail given in Url field:
    jdbc:oracle:thin:@scan_ip:port_number:sid
    Please assit if you have solution.
    Thanks
    Saurabh

    Had the same thing before (in a Hurry) so I created it against one of the Rac Nodes, then edited my Topology connections (Data servers , Work Repos connections, User login profiles) to use the RAC connection and it was fine.
    It might be something to do with the RCU not liking RAC conns.
    Hope this helps,
    Alastair

  • DBA panel not working correctly for RAC databases

    I hope this is the correct forum for this stuff... I learned that there is a DBA panel in SQL Developer - which is a great idea. But then, trying it on a RAC database, the output is quite confusing. For example, the init parameters are desplayed twice, or better: once for every instance. But a display column to identify the instance is missing. I assume that the query goes to gv$parameter but doesn't make use of the INST_ID column. Or am I lacking some configuration trick...?

    This probably has nothing to do with your problem but something is screwed up in the way CSCC handles Configurator panels.
    Converted a panel made for CS6 using Configurator4. Got it loaded into CC. It was not quite right so I made some minor changes. The changes never showed up in CC. Deleted the original folder under Panels, changed the name of the panel and reinstalled. Whoa! The original deleted panel was the only one that showed up under Extensions not the new one. This in spite of the fact that that folder no longer existied.
    I have tried all sorts of maneauvers but the fact is that the original panel is the only one that PS recognizes even though it does not exist on the drive. It is locked into PS and nothing I have done will change it.
    Larry

  • Arivelog mode configuration proble in RAC database

    Hi,
    I'm trying to configure RAC database in archivelog mode but when try to do so get the following error, during the database startup in mount state
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.1.0/db_1/dbs/initorcl.ora'
    This error shows that the system could not find the initorcl.ora and really it does not exist. But the system at this stage is single
    instance as I chenged the value of cluster_database=false before shutdown and then start.
    when I enter the command startup mount it give me this error. What should I do to avoid it. Should I make a pfile of this from spfile in cluster mode
    and then put this pfile in the desired path to start the single instance or any other thing should I tried.
    Regards,
    Abbasi

    Perform the following steps to relocate the SPFILE from the local file system to an ASM disk group.
        * Create a text-based initialization parameter file from the current binary SPFILE located on the local file system:
          SQL> CREATE PFILE='$ORACLE_HOME/dbs/initTESTDB.ora'
            2  FROM SPFILE='$ORACLE_HOME/dbs/spfileTESTDB.ora';
          File created.
        * Create new SPFILE in an ASM disk group:
          SQL> CREATE SPFILE='+TESTDB_DATA1/TESTDB/spfileTESTDB.ora'
            2  FROM PFILE='$ORACLE_HOME/dbs/initTESTDB.ora';
          File created.
        * Shutdown the Oracle database:
          SQL> SHUTDOWN IMMEDIATE
          Database closed.
          Database dismounted.
          ORACLE instance shut down.
        * Update the text-based init<SID>.ora file with the new location of the SPFILE in ASM:
          $ echo "SPFILE='+TESTDB_DATA1/TESTDB/spfileTESTDB.ora'" > $ORACLE_HOME/dbs/initTESTDB.ora
        * Remove (actually rename) the old SPFILE on the local file system so that the new text-based init<SID>.ora will be used:
          $ mv $ORACLE_HOME/dbs/spfileTESTDB.ora $ORACLE_HOME/dbs/BACKUP_ASM.spfileTESTDB.ora
        * Open the Oracle database using the new SPFILE:
          SQL> STARTUPsource:-http://www.idevelopment.info/data/Oracle/DBA_tips/Automatic_Storage_Management/ASM_33.shtml#Migrating%20Oracle%20Database%20from%20Local%20File%20System%20to%20ASM
    if you would like, refer the link:-
    http://oracleinstance.blogspot.com/2009/12/enable-archivelog-and-flashback-in-rac.html

  • RMAN configuration in ORACLE RAC database

    Hi there,
    We are using RMAN backup strategy for taking backups from one node(eg.node1).Database is RAC database, version 9.2.3. and OS is Solaris 5.10.
    this is the configuration which we use, as follows:
    Connecting to Prod.Database using catalog database.
    rman catalog=rman/rman@CATDB target=sys/oracle@PRODDB(node 2).
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 30;
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/rmanback/_%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 5;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/rmanback/CMWPROD_%s.bak';
    CONFIGURE CHANNEL 2 DEVICE TYPE DISK CONNECT 'SYS/oracle@PRODDB(node2)';
    CONFIGURE MAXSETSIZE TO 7 G;
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/oracle/9.2.3/dbs/snapcf_CMWPROD1.f';
    As the above config shows RMAN is connecting to PROD DB (node 2). But we need to take backups (datafiles and as well as archive logs) from two nodes (i.e from node 1 and as well as node 2).
    Is there any possibility for taking backups from two nodes?
    Thanks,
    Balu.

    You will need to setup an NFS share such that both nodes can access each other's archived redo logs area. You also need to ensure your LOG_ARCHIVE_DEST_n parameter settings are properly set. Once setup correctly, either node will be able to run the backup and include each other's archived redo log files. Since this is RAC, the data files are shared by design and either node can already backup these files.
    Multiple channels would allow 'simultaneous' backup of the archived redo logs.
    I would highly recommend using a CFS (single shared file system where all nodes store their archived redo logs distinguished by thread) to store the archived redo logs, this reduces administration and configuration especially when you get ready to scale.
    Hope this helps.

  • Urgent help needed in configuring X1151A for RAC cluster

    for RAC requirements I have to configure this card to use the interface name of ce1 but I have tried changing slots and puting /etc/hostname.ce1 file out there but it fails .. it always comes up as ce0.
    my question is : How can I cofigure this card to come up as ce1 ? in the other box I had to do nothing .. i just placed the /etc/hostname.ce1 file with hostname and it works perfect.
    can you please email me a copy of your response at [email protected] ?
    thanks
    Sami

    Look for "ce" instances in the /etc/path_to_inst file. You'll need to change the lines so that the hardware path you want is "1".
    Keep a backup and write down the pathname. You can give that path to a 'boot -a' prompt if anything bad happens.
    Darren

  • How to configure OEM for a database which is under OFS(Oracle Fail Safe).

    Hi,
    We have customer who is using database 11g and also using OFS(Oracle Fail Safe) for switching to other machine if there is any problem with current machine. So how to configure Agent in this scenario.
    What i have done is i have installed the agent on node1 and configured to monitor the database. it is monitoring properly. no issues.
    But when database started from node2, here agent will not be there. Do i need to install the agent on node2 as well. Thanks in-advance for your support.
    Regards
    DBA.

    Hi,
    You need to a script and run it on os level. Here is an example:-
    emcli relocate_targets -src_agent=agentmachine1.domain:3872
    -dest_agent=agentmachine2.domain:3872 -target_name=RACDB
    -target_type=oracle_database -copy_from_src -force=yes
    -changed_param=MachineName:agentmachine2.domain
    Regards
    Jomon
    Edited by: JohnJomon on Nov 17, 2011 2:27 PM

Maybe you are looking for

  • I am unable to log out of my old creative cloud.

    I have Windows 8 and started school with the creative cloud trial version and now I activated my Adobe Cloud membership I can not log out of my old expired creative cloud. I need to know how I can log out of my old account? The log out button isn't a

  • No print-relevant changes to document 3000000003 exist

    Dear experts,      When i delete all po line item and print it occurs error: No print-relevant changes to document 3000000003 exist Message no. ME140 Can you tell me how to print this po? Looking forward to your reply. Best Regards, Merry

  • Need ALOT of help for itunes?

    Ok,well i just got a new computer and i had backed up all my songs from my old computer to a cd. My old computer was an Emachine. When i tried to back up the songs to my computer it would not work,so I used my ipod to put my songs into itunes.After a

  • Workitem Text need to display in Webdynpro Application

    Hi, Requirement : Workitem ID need to capture in WebDynpro application along with workitem text. (i.e.., When user clicks on worktitem from UWL, the workitem text should display in Webdynpro applocation.) I have created workflow and Web dynpro applic

  • How to open AWR in PSE 12 running on XP

    I am running Windows XP and understand I must use DNG converter to open AWR files in PSE 12. I have downloaded DNG converter, but still do not know how to open the AWR files. I appreciate any help. Thanks.