DB Link between RAC and a standalone Database - HELP

Hi Guys,
I have a database DB1 on server1 (192.168.100.10), and then I have a RAC database on physical servers PROD1 192.168.100.1, and PROD2 192.168.100.5 with a load balancer. These two have virtual IPs 192.168.100.2 and 192.168.100.6. I have managed to create a DB Link on the RAC db pointing to DB1 with success, but when I create a db link on the DB1 server pointing to the RAC it fails. TNSPING works fine if I refer to the physical IP, but when I try the virtual IP it fails, but once I logon to the database I fail to connect using a db link or conn user1@prod1_link. Below are my tnsnames.ora entries.
#virtual IPs
PROD=
(DESCRIPTION=
(ADDRESS_LIST=
(LOAD_BALANCE=YES)
(FAILOVER=YES)
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.100.2)(PORT=1529))
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.100.6)(PORT=1529))
(CONNECT_DATA=
(SERVICE_NAME=PROD)
PROD1=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.100.2)(PORT=1529))
(CONNECT_DATA=
(SERVICE_NAME=PROD)
(INSTANCE_NAME=PROD1)
PROD2=
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.100.6)(PORT=1529))
(CONNECT_DATA=
(SERVICE_NAME=PROD.econet.co.zw)
(INSTANCE_NAME=PROD2)
#physical IPs
P1_PROD =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.100.1)(PORT = 1529))
(CONNECT_DATA =
(SID=PROD)
(INSTANCE_NAME=PROD1)
P2_PROD =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.100.5)(PORT = 1529))
(CONNECT_DATA =
(SID=PROD)
(INSTANCE_NAME=PROD1)
oracle@server1> tnsping prod1
TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 12-OCT-2010 11:52:06
Copyright (c) 1997, 2009, Oracle. All rights reserved.
Used parameter files:
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.100.2)(PORT=1529)) (CONNECT_DATA= (SERVICE_NAME=PROD) (INSTANCE_NAME=PROD1)))
TNS-12541: TNS:no listener
oracle@server1>
oracle@server1>
oracle@server1> tnsping p1_prod
TNS Ping Utility for Linux: Version 11.2.0.1.0 - Production on 12-OCT-2010 11:09:28
Copyright (c) 1997, 2009, Oracle. All rights reserved.
Used parameter files:
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.100.1)(PORT = 1529))) (CONNECT_DATA = (SID=PROD) (INSTANCE_NAME=PROD1)))
OK (0 msec)
oracle@server1>
SQL> Create Database Link prod_link
Connect to user1
identified by password
using 'P1_PROD';
Database link created.
SQL>
SQL> select * from global_name@prod_link;
select * from global_name@prod_link
ERROR at line 1:
ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
SQL>
Help... sorry I could format the above using the "code" text.
Regards,
Kevin
Edited by: Kevin Honde on Oct 12, 2010 12:10 PM

TSTRAC1 =
(DESCRIPTION=
(LOAD_BALANCE=OFF)(FAILOVER=ON)
(ADDRESS=(PROTOCOL=TCP)(HOST=10.10.96.165)(PORT=1521))
(ADDRESS=(PROTOCOL=TCP)(HOST=10.10.96.167)(PORT=1521))
(CONNECT_DATA=(SID=TSTRAC1)
(INSTANCE_ROLE=PRIMARY)
(SERVER=DEDICATED)
(FAILOVER_MODE=
(BACKUP=TSTRAC2)
(TYPE=SESSION)(METHOD=BASIC)
(RETRIES=10)(DELAY=3))))
TSTRAC2 =
(DESCRIPTION =
(LOAD_BALANCE = OFF)(FAILOVER = ON)
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.96.167)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = 10.10.96.165)(PORT = 1521))
(CONNECT_DATA = (SID = TSTRAC2)
(SERVER = DEDICATED)
(FAILOVER_MODE =
(TYPE = SESSION)(METHOD = BASIC)
(RETRIES = 180)(DELAY = 5))))
-- 10.10.96.165 VIP of node 1
-- 10.10.96.167 VIO of node 2
This is the TNS entry for one of RAC DB. You can change accordingly. Then first try to log in to the RAC db from your single instance database. If you can connect successfully then you can create the DB LINK easily.
Regards
Asif Kabir

Similar Messages

  • What is the link between PO and Requisition in database side

    hello friends,
    please can any one tell me that what is the link between PO and Requisition in database side. means after creating the requisition we will go for create the PO based on that requisition.
    want to know that what is the link between both in database side.
    Thanks in advance
    krish.

    Hi,
    The link is at distribution level, between:
    PO_DISTRIBUTIONS_ALL.REQ_DISTRIBUTION_ID
    and
    PO_REQ_DISTRIBUTIONS_ALL.DISTRIBUTION_ID
    Hope it helps.

  • 'Is there a link between OLM and iProcurement'

    I have been asked 'Is there a link between OLM and iProcurement'? The person posing the question is wanting to create trainers as suppliers and I know that the supplier information is shared between OLM and the A/P, A/R and G/L modules and I presume that the link to iProcurement will be via one of these modules however is there a more direct vanilla link between OLM and iprocurement?
    Any help would be great
    Thanks
    DM

    I am afraid there is no link between the iProc and OLM.
    The closest that apps can offer you is that your learner/delegates can be of type external i.e. being an Organization or a Customer. Hence there exists a link for your delegate to be a customer(hz_parties).
    However this might be a future integration i.e. Trainers being suppliers. I am saying so because in 11.5.10 there is a table named OTA_VENDOR_SUPPLIES that has reference to vendor_id. Currently this table is not being used by OLM.
    You may look into the code of packages OTA_VSP_API, OTA_TEA_BUS & OTA_PLE_BUS and see if Oracle's future functionality will converge towards your business requirement.
    Thanks,
    Anil Passi
    http://oracle.anilpassi.com

  • Database replication between Oracle RAC and Oracle Standalone DB

    Hi,
    We have currently 4 node RAC environment and Oracle RAC implementation with 4 Oracle instances. We want to move the one instance and make it Standalone with Oracle database due to availability issue. Thus we will remain with 3 nodes on the RAC database and one Standalone database. We want to implement Oracle replication on this solution, where partial database of RAC environment needs to be replicated to Standalone node.
    We will have Oracle 9i database server for both RAC and Standalone machine.
    The partial data that we are looking for replication are of size 25GB. Some of questions we have:
    1. Is there any other replication mechanism apart from Materilzed view for this solution?
    2. Is it feasible to sychronize around 25GB data between servers?
    3. What can be estimated time for refresh or Synchronization?
    Thanks in advance for help.

    The methods that we are evaluating currently for this replication are:
    1. Multi Master replication
    2. Oracle 9i Datagaurd.
    Please let me know if we need to look for some other methods of replication also.

  • Database replication between Oracle RAC and Oracle Standalone DB in 9i

    Hi,
    We have currently 4 node RAC environment and Oracle RAC implementation with 4 Oracle instances. We want to move the one instance and make it Standalone with Oracle database due to availability issue. Thus we will remain with 3 nodes on the RAC database and one Standalone database. We want to implement Oracle replication on this solution, where partial database of RAC environment needs to be replicated to Standalone node.
    We will have Oracle 9i database server for both RAC and Standalone machine.
    The partial data that we are looking for replication are of size 25GB. Some of questions we have:
    1. Is there any other replication mechanism apart from Materilzed view for this solution?
    2. Is it feasible to sychronize around 25GB data between servers?
    3. What can be estimated time for refresh or Synchronization?
    The methods that we are evaluating currently for this replication are:
    1. Multi Master replication
    2. Oracle 9i Datagaurd.
    Please let me know if we need to look for some other methods of replication also.
    Thanks in advance for help.

    ManojMac wrote:
    The partial data that we are looking for replication are of size 25GB. Some of questions we have:
    1. Is there any other replication mechanism apart from Materilzed view for this solution?Streams is another option
    2. Is it feasible to sychronize around 25GB data between servers?Sure. Depending on the rate of change, your latency requirements, whether the standalone database has the horsepower to apply all the changes generated by to other three nodes, etc.
    3. What can be estimated time for refresh or Synchronization?Depends on the architecture, the network connection, whether you are doing incremental refreshes, etc. And it depends on what time you're measuring-- you might be measuring the latency between the RAC cluster and the standalone database, you might be measuring the time it takes to incrementally refresh a single materailized view when there have been no changes, you might be measuring the time it takes to do a complete refresh of an entire refresh group, pulling 25 GB of data over the network.
    The methods that we are evaluating currently for this replication are:
    1. Multi Master replication
    2. Oracle 9i Datagaurd.DataGuard is not an option if you only want to replicate a subset of the data. The two realistic options are materialized views and Streams. Are you anticipating that you will be making changes on both nodes? If not, you can use simple materialized views rather than multi-master replication.
    Since 9.2 is not longer covered by Premier Support, are you planning to upgrade to a supported version in the near future? In particular, Streams works a lot better in later versions of the database.
    Justin

  • How to create database link between oracle and SQL Server

    Hello Everyone,
    Here i have Oracle Database 9i and SQL Server 2005 databases.
    I have some tables in sql server db and i want to access from Oracle.
    How to create a database link between these two servers
    Thanks,

    Thanks for Everyone,
    I was struggle with this almost 10 days....
    I created Database link from Oracle to SQL Server
    Now it is fine.........
    Here i am giving my servers configuration and proceedure how i created the db link...@
    Using Generic Connectivity (HSODBC) we can create db link between Oracle and SQL server.
    Machine (1)
    DB Version : Oracle 9.2.0.7.0
    Operating System : HP-UX Itanuim 64 11.23
    IP : 192.168.0.31
    Host : abcdbt
    Machine (2)
    Version : SQL Server 2005
    Operating System : Windows server 2003 x86
    IP : 192.168.0.175
    Host : SQLDEV1
    User/PW : sa/abc@123! (Connect to database)
    Database : SQLTEST (exsisting)
    Table : T (“ T “ is the table existing in SQLTEST database with 10 rows)
    Prerequisites in Machine (2):
    a)     Oracle 10g software
    b)     User account to access SQL Server database (sa/abc@123!)
    c)     Existing SQL Server Database (SQLTEST)
    d) Tables (testing purpose) (T)
    Steps:
    1)     Install Oracle 10.2.0.1 (Only SW,No need of database) *(Machine 2)*
    2)     Create a DSN where your windows Oracle 10g SW resides *(Machine 2)*
    Control panel >> Administrative Tools >> Data Source (ODBC) >> System DSN ADD
    You can follow this link also.....
    http://www.databasejournal.com/features/oracle/article.php/3442661/Making-a-Connection-from-Oracle-to-SQL-Server.htm
    I created DSN as
    DSN name : SQLTEST
    User : SA/abc@123! (Existing user account)
    Host : 192.168.0.175 (machine 2)
    Already I have 1 database in SQL Server with the name SQLTEST
    You can create DSN with different name also (not same as db name also)
    3)     Create a hsodbc init file in $ORACLE_HOME\hs\admin *(Machine 2)*
    Create init<DSN NAME> file
    Ex: initSQLTEST
    Copy inithsodbc to initSQLTEST
    And edit
    initSQLTEST file
    HS_FDS_CONNECT_INFO = SQLTEST    <DSN NAME>*
    HS_FDS_TRACE_LEVEL = OFF*
    save the file....@
    4)     Configure Listener.ora *(Machine 2)*
    LISTENER_NEW =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.175)(PORT = 1525))
    SID_LIST_LISTENER_NEW =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = SQLTEST) *+< Here SQLTEST is DSN NAME >+*
    (ORACLE_HOME = G:\oracle 10g\oracle\product\10.2.0\db_1)
    (PROGRAM = hsodbc))
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = G:\oracle 10g\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc) )
    :> lsnrctl start LISTENER_NEW
    5)     Configure tnsname.ora *(Machine 2)*
    SQLTEST11 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.175)(PORT = 1525))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = SQLTEST))
    (HS=OK)
    :> tnsping SQLTEST11
    If No errors then conti….
    6)     Configure a file *(Machine 1)*
    Cd $TNS_ADMIN ($ORACLE_HOME/network/admin)
    Create a file
    $ vi TEST_abcdbt_ifile.ora
    something=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST =192.168.0.175) (PORT=1525))
    (CONNECT_DATA=
    (SID=SQLTEST))
    (HS=OK)
    $ tnsping something
    $ sqlplus system/manager
    Your connected to Oracle database *(machine 1)*
    create database link xyz connect to “sa” identified by “abc@123!” using ‘SOMETHING’;
    select * from t@xyz;10 rows selected.
    Thanks,
    Edited by: ram5424 on Feb 10, 2010 7:24 PM

  • Database link between oracle and sql server

    dear all,
    i m a newbie to oracle and i need your help to know how to create a database link between oracle and sql server.my oracle version 10.2.0.3 and platform is redhat linux 5.7.your help appreciated.
    thanks in advance.

    [oracle@localhost ~]$ rpm -qa | grep -i odbc
    php-odbc-4.3.9-3.15
    unixODBC-kde-2.2.11-1.RHEL4.1
    MyODBC-2.50.39-21.RHEL4.1
    postgresql-odbc-7.3-8.RHEL4.1
    freeradius-unixODBC-1.0.1-3.RHEL4.3
    qt-ODBC-3.3.3-9.3
    unixODBC-devel-2.2.11-1.RHEL4.1
    unixODBC-2.2.11-1.RHEL4.1
    is this showing odbc installed in os?

  • Difference between RAC and MySQL Cluster !

    Difference between RAC and MySQL Cluster
    Please write me in well explanation , with examples , needed useful link and all other stuffs.
    (1)Italian dealers/distributors for MySQL
    (2)Difference between RAC and MySQL Cluster
    (3)Pricing about MySQL and PostgreSQL
    (4)How and which type / Way to deliver support by MySQL
    (5)Security features about MySQL Vs Oracle
    (6)Management Console
    MySQL Vs Oracle
    Thanks in advance !
    MySQL Cluster

    Ha ha, most amusing.
    I suggest you try googling for answers to these things. This is a site dedicated to the Oracle database, the questions are answered by volunteers (not Oracle employees) and we are primarily geeks rather than marketing droids. If you have a specific Oracle question please feel free to post anytime.
    Thank you for your interest.
    Arrivederci, APC

  • What are the differences between Oracle and other NoSQL database

    Hi all,
    I would like to know what the differences between Oracle and other NoSQL database are.
    When and why should we use Oracle?
    Is Oracle NoSQL database link with Big Data Appliance?
    Can we use map-reduce on a single personal computer? How should we install Oracle NoSQL database to use map reduce on a single personal computer?
    Do we also have eventual consistency with Oracle NoSQL database? Can we lose data if master node fails?
    Are transactions ACID with Oracle NoSQL database? How can we prove it?
    Thanks.

    893771 wrote:
    Hi all,
    I would like to know what the differences between Oracle and other NoSQL database are.
    When and why should we use Oracle?I suggest that you start here:
    http://www.oracle.com/technetwork/database/nosqldb/overview/index.html
    Is Oracle NoSQL database link with Big Data Appliance?Yes, Oracle NoSQL Database will be a component of the Big Data Appliance.
    Can we use map-reduce on a single personal computer? How should we install Oracle NoSQL database to use map reduce on a single personal computer?Yes, I believe you can run M/R on a single computer. Consult the various pieces of documentation available on the web. You may run Oracle NoSQL Database on the same computer that you are running M/R on, but it is likely that they will compete for CPU and IO resources and therefore performance may suffer.
    Do we also have eventual consistency with Oracle NoSQL database? Yes.
    Can we lose data if master node fails?If you run Oracle NoSQL Database with the default (recommended) durability settings, then if the master fails, a new one will be elected and data is not lost.
    Are transactions ACID with Oracle NoSQL database? How can we prove it?Yes, each operation is executed in an ACID transaction. The API has the concept of "multi" operations which allow the caller to perform multiple operations on sets of records with the same major key, but different minor keys. Those operations are also performed within a transaction.
    Charles Lamb

  • Link  between LANDSCAPE AND R/3

    hi gurus i have doubt. that what is the difference between DEV,QUALITY AND PRODUCTION SERVERS AND DATABASE, APPLIACATION, PRESENTATION.
    initailly while we are in implementation we use DEV,QUALITY AND PRODUTION.
    after impllementation DATABASE, APPLICATION AND PRESENTATION comes into picture. so in landscape good configuration sits in production server. so for end user point of u PRODUCTION SERVER WILL BECOME DATABASE SERVER OR NOT. pls tell me the link between landscape and R/3.
    will reward

    Hi Krishna,
    I think you are trying to mix 2 questions.
    Well you can frame the questions like this:
    1) Difference between Development, Quality and Production Servers
    2) Database, application and presentation layer.
    Well the point1) refers to Landscape. What happens is when are working for any end to end implemetation or support project we need certain instances so we can have instances like Development, Quality and Production. we have got different instances because we need to test whether the changes made are working as per the requirements.
    Point 2)  refers to R/3 technology.
    SAP R/3 is based on a three tier client/server technology. Typically, it is made up of three functionally distinct layers namely: the user interface, business logic and database.
    The user interface, which is otherwise known as the presentation server displays the interface for users' communication with the SAP system. It is often referred to as the SAP GUI. As a matter of fact, it is a program called sapgui.exe. The application server is where the business logic and data manipulation takes place. Data processing, SAP administration tasks and client request/feedback management are handled within the business layer. The database layer is synonymous to the database server and it typically acts as a data repository for tables and other database objects and structures.
    Ideally, an R/3 system is composed of one database server, one or more application servers and one or more presentation servers.
    Hope this helps you.
    Do award points if you found them useful.
    Regards,
    Rakesh

  • Link between CP and PERNR

    Hi expert,
    I have a strange problem here.
    One person is not selected from RPCIPE00 because he has no link between CP and PERNR in HRP1001.
    Then on the Get PERSON, program goes directly to End-of-selection.
    I rebuilt it manually with SE16N with relation B209, the records are OK but it doesn't work
    Do you have a solution to rebuilt the relation? Is there something missing?
    Tkx

    When a personel number is created automatically the
    system creates in background a central person (object CP) and
    a relation is done between the personel number (P) and the central
    person (CP) via the database table HRP1001.
    By creating personel numbers using the transaction PA40, the CP
    is created automatically.
    For the personel numbers where the CP is missing, the report
    RPU46CX_CENTRAL_PERSON_ONLINE can be used. This report will
    create the missing relationship.

  • DB LINK between XE and 11g instances

    Hello ,
    I am facing the following problem.
    I have 3 databases instances on 3 servers on is Xe,the second is 10 R2 and
    the third instance is 11g.
    I have create db link between Xe and 10g and vice-versa (10g and Xe)
    the db links in the two senses are working fine.
    But i could not create db link between xe and 11g nor between 11g and Xe.
    I will give some detail
    On Xe dblink pointing to 11g , when accessed give the message :
    "ORA-01017 : Invalid username/password;logon denied ORA-02063 preceding db11g"
    i am sure that user name and password i give in db link creation are correct and tried it many times.
    From the other side
    On 11g dblink pointing to Xe instance when ,accessed give the folowing result :
    i could access some table (select * from t1@dbxe)
    but some times i got message : "Internal server Error" for the same select on the same table.
    When i try to access fonction f1 on dbxe from 11g instace , i got the message
    "ORA-04052 : Error when quering remote object f1@dbxe ORA-00604.."
    Does any body have some idea about the issue ?
    thanks in advance.

    Is your 11g database configured to use case-sensitive passwords? If so, are you specifying a case-sensitive (quoted) password in the creation of your database link?
    Joel

  • Link between RCV_SHIPMENT_LINES and WSH_NEW_DELIVERIES

    Hi all,
    Can anyone tell me the link between RCV_SHIPMENT_LINES and WSH_NEW_DELIVERIES tables,
    i am not able to link these tables as this join includes few other tables in the from clause.
    and it is very urgent - Appreciate your  help.
    Thanks in advance
    -Ragul

    No, we can't as we don't have your database and tables.
    And there is no urgent questions on the forum.
    "urgent" suggests that you have a live system that has failed, or that people's lives are at risk, in which case it relates to a commercial system.  Such commercially critical support is provided by Oracle Support, not the public forums that are manned by volunteers with their own jobs to do.  It's very rude to suggest your question is more urgent than other people's or that the volunteers should urgently deal with your issue.  It's a sure way of ensuring that you will not get quick answers to your question, as many people will either ignore it on purpose or give you abuse for saying it.
    Re: 2. How do I ask a question on the forums?

  • Link between Numbers and mail

    Tonight, I was making an address list of Club Members, using NUMBERS, instead of a DATABASE. In one of the columns I was entering their E-mail addresses. Even before I finished typing the address, the Apple Mail opened up and was waiting for me the verify the address. It seems there is some kind of a link between Numbers and Mail.
    Has this happened to anyone else?

    Open your address book and drag a whole group into a blank space on a numbers sheet.
    You will get Last Name, First Name, phone number and email address already in a table. Just add anything else you require.
    Lots of neat shortcuts in Numbers

  • Link between Delivery and Sales Order Schedule Line

    Hi Gurus,
    I have a requirement in which i need to display quantity and amount at schedule line level and also the delivery and delivery item for each schedule line.
    For example, if there is a sales order O1 and item 10 for which we have 3 schedule lines and 3 deliveries as well say D1, D2 and D3.
    Report should be something like this
    Sales Order    Item   Schedule Line    Delivery    Del Item   Confirmed Order Qty
    O1                 10      1                       D1           10            5
    O1                 10       2                      D2            10            5
    O1                 10       3                      D3            10            4
    How can i determine that a particular delivery corresponds to which schedule line of that saler order-item?
    We have the link between delivery and sales order but is there any way that we can get the link of delivery at schedule line level?
    Please help.
    Regards,
    Gaurav

    Hi,
    I suppose you must check with SD functional consultant and the post should also be in the logistics SD forum and not BI. But I suppose there is know specific link between the schedule line of SO to the Delivery. It is more like a bucket flow for ex.
    Sale order   Item    Schedule line  qty
    SO1            Item1     Sch1            10
    SO2            Item1      Sch2           10
    Delivery Item QTy
    DO1       IT1   15
    DO2       IT1    5
    In this case qty 15 is distributed over both SO1 and SO2, and SO2 ITem1 Sch2 has link to both the DOs
    So I am not sure if you can establish a one to one link, please check with your SD consultants.
    Regards,
    Ashwin G

Maybe you are looking for

  • Automation on MIDI loops

    Hello! I am trying to fade in a midi track by adding volume automation to slowly raise the volume as the track starts. My track however, is a somewhat short loop and at the beginning of each start of the loop the volume automation starts back at 0. S

  • Chapter numbers with a fixed prefix

    I need the following kind of chapter titles (Heading 1) Part A blahblahbla where "A" is the regular number but prefixed by the static text "Part". Is there any way in Pages to accompilsh this? The only thing I am able to do is either have "A" etc or

  • Problems installing Phototshop CS5 on Win7 with previous Creative suite 4

    I have Creative Suite 4 installed but only want to upgrade to CS5 Photoshop. Would like to deactivate CS4 Photoshop only, but appears you have to deactivate the whole suite.So left the Suite intact before installing lastest version of Photoshop. Inst

  • New MacBoo Pro User

    I just got my first MacBook. I need help with downloading all the music off my iPod. I think because I moved from a Dell running Window's Vista some of my music is coded in a way that the Mac doesn't understand...like a .CDA file. Can anyone assist m

  • FrameMaker explodes when I try to save a doc as PDF

    In unstructure FrameMaker, trying to save a doc as PDF. I get this message: When I proceeded anyway, I got this message: Oh great, that's unreadable. Well, it says: "Internal Error 10014, 7686536, 7686826, 10069773. FrameMaker has detected a serious