Copying Gw 6.5 SP6 from Server A to Server B

Hello:
Some TID GroupWise to copy from server A to a server B?
We use OES SP5 and 6.5 SP6 Gw
The idea is to make a copy of our server with Gw in another (will be in a virtual machine) by a safety issue.
Or which would be the steps?
Thanks.
David Lagos S.
Coquimbo-Chile
[email protected]

If you have NW and want to move GW from one server to another NW server then
this will help. It has the majority of the tasks.
http://www.novell.com/communities/no...-red-rover-red
-rover-move-groupwise-over .
Good Luck!
Take Care.
Gregg A. Hinchman
Consultant
[email protected] ( mailto:[email protected] )
www.HinchmanConsulting.com
A Novell Consulting Partner
317.329.0288 Office
413.254.2819 eFax
"Courage is doing what is right."
"Do not be bound to any doctrine, theory or ideology, even Buddhist ones.
All systems of thought are guiding means, not absolute truth." Thich Nhat
Hanh, Vietnamese monk.
>>> On 8/20/2008 at 2:36 PM, in message
<[email protected]>,
dlagoss<[email protected]> wrote:
> Hello:
> Some TID GroupWise to copy from server A to a server B?
> We use OES SP5 and 6.5 SP6 Gw
> The idea is to make a copy of our server with Gw in another (will be ina
> virtual machine) by a safety issue.
> Or which would be the steps?
> Thanks.
> David Lagos S.
> Coquimbo-Chile
> [email protected]
dlagoss---------------------------------------------------------------------
---dlagoss's Profile:
> http://forums.novell.com/member.php?userid=9121View this thread:
> http://forums.novell.com/showthread.php?t=340733

Similar Messages

  • Since the 10.9 update -8058 error when copying a folder or file from a windows network server to any other location, why? and how to fix?

    I am experiencing a persistant error -8058 when attempting to copy a file or folder from any windows sharepoints to any other server location or to my desktop or locals. Am I the only one or are the others with the same issue since updating to 10.9?
    I have tried the finder plist removal suggestion- unsuccessful

    I am fairly certain that would not work for me as that is my usaul manner of mounting shares, smb:// or cif://. The enterprise servers do not automount so I commandK. Yesterday when I was troubleshooting 10.9 issues I had to have tech support unlock my account a dozen or more times. So I'm gonna give it a rest until I see an 10.9 update. In my case I don't think Mavericks is ready for enterprise/business use. I am 1 mac vs 350+ PCs.
    Thanks for you help!

  • Mass Copy directory contents and permissions from production to test server

    am using SUNOS5.8.
    I found out there is a discrepency between the production and test environments.
    The discrepency is only with folder and subfolders contained in /admin/bin/myfolder.
    The production environment is more up to date and the test environment is lagging behind.
    I want to make both the environments same, as they should be.
    Is there a single command in Unix that will overwrite existing folders/files in test server and copy everything including permissions starting from /admin/bin/myfolder from production server to test server?
    Please also give examples of how to user the command?

    I have come to know there are various tools available:
    rsh
    rcp
    rdist
    rsync
    scp
    sftp
    ftp
    ftp is a very tedious tool to copy all directory contents one by one.
    cd DirA
    mv * /path/to/DirB
    This method is also not a very preferable one.

  • Copy File from Presentation Server to Application Server in Background

    Hi,
    I need to copy Image file from Presentation Server to Application Server.
    The below given code is workking fine in Foreground but whenevr I am trying to execute in Background, the job is cancelled and I am getting a dump.
    data : wa_source      type string,
              wa_destination type string.
    wa_source = 'C:\PARBIND.BMP'.
    wa_destination = 'D:\PARBIND.BMP'.
    start-of-selection.
      call method cl_gui_frontend_services=>file_copy
        exporting
          source               =  wa_source
          destination          = wa_destination
    *    overwrite            = SPACE
    *  EXCEPTIONS
    *    cntl_error           = 1
    *    error_no_gui         = 2
    *    wrong_parameter      = 3
    *    disk_full            = 4
    *    access_denied        = 5
    *    file_not_found       = 6
    *    destination_exists   = 7
    *    unknown_error        = 8
    *    path_not_found       = 9
    *    disk_write_protect   = 10
    *    drive_not_ready      = 11
    *    not_supported_by_gui = 12
    *    others               = 13
      if sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
    In backgound Error is....
    Exception condition "CNTL_ERROR" raised.*
    Any solution is appreciated.
    Thanks
    Arbind

    Hi Arbind,
    Just realize... when you run it in foreground, you have a foreground to capture the file location. so it runs fine..
    but when you are running it in background, there is no foreground to check that is no gui present... how can it check where the C:\.... location is??
    no need of reading any oss note... just see.. the name is cl_GUI_FRONTEND_service.. its only for front end..
    u need open dataset, read dataset, close dataset kind of things while running in background. or RFCs to read the file... (search SDN).

  • Copy any kind of file from content server to network directory

    Helli All
    The question:
    I nee to copy any kind of file from content server to any network directory.
    Explanation
    1. transaction CV02N
    2. There is attached file for a document in tab "Document data/Original"
    3. This file stored in content server
    4. I wrote program code that creates path of the stored file that finally looks like
    http://cont:8888/ContentServer.dll?get&Version=.....*...&compid=app1.doc
    where app1.doc is file's name and I have to copy this file into network directory.
    The problem is that this URL open the file instead of just pointing to him
    so that no function or method can't see this file and as the result I got message that
    the file doesn\t exist.
    Please, advice.
    Regards,
    Daniel.

    many many thanks for ur help. i really did not check the URLClassLoader properly.
    but i would like to hear a little more from u. i have another question. here in this code (provided earlier), i searched for attribute values in the manifest file, then again i load the required class file from the very url. is it not good to retrieve the whole jar file first, and then check attribute values inside manifest file and load the required class files from that jar file that is already downloaded without going to that url again? how can i do this?

  • How can i copy ztable from development server to ides server?

    how can i copy ztable from development server to ides server?

    Hello Suresh
    The simplest way is to use a transport request.
    Another possibility is to check for SAPLINK plugins which allow to download table definitions (including data elements and domains) into a flat file. Upload on IDES again via [SAPLINK|https://wiki.sdn.sap.com/wiki/display/ABAP/SAPlink].
    Regards
      Uwe

  • Copy reports from one business objects server to another

    How do I copy all the reports published in my production BO server to my test server. I did this once but can not remember. Is it the import wizzard?

    yes you can use the import wizard to export your reports from one server to another server
    just open the import wizard, connect to your source server, choose object types you want to export (folders, reports, users,,,,etc),,, then choose the objects itself, then connect to the destination server, and the import wizard will guide you through this process.
    good luck

  • How to copy a Module Pool Program from one SAP server to another SAP server

    Hi Experts,
    My requirement is to copy some Module pool programs from one SAP server to another SAP server which do not have any link.
    Please advise on this.
    Regards
    Dipak

    put all relevant objects inside a transport request and release it. this will generate two files, a control file in /usr/sap/trans/cofiles/ and a data file in /usr/sap/trans/data/
    you can take these two files, zip'em up and e.g. email them to your destination. There they have to be put into the same directories of that other server and can then be added to the import queue and finally imported.
    These last steps would usually be done by an administrator.
    Both systems should be on the same release, as far as I know.
    Cheers
    Thomas

  • How to connect from InformixDB to SQL Server 2012 (and copy data)

    Hello guys
    I try to build a connection from an Informix (Informix2000) database to my SQL Server 2012.
    I really dont know how to do this...
    The plan is to build a job in the night in which data is beeing copied from the InformixDB to my SQL Server 2012
    The SQL server should be like a "archive server" (same data as informix DB , but the data should stay for 2 years)
    Any idea if this is possible ? (what im trying to do)
    Can i do this with ODBC Connection ?
    Thanks a  lot and Regards, Dominic

    Thanks a lot guys... but what im trying to do is not to migrate the hole Informix DB to SQL 2012, i just want to copy some data into my SQL Server (archive). in the informix DB the data is only 30days back... i want to transfer  every week
    the data and let it on the SQL Server 2 years back. (SQL Server should be like an archive system)
    Hello ,
    Then you need to create an SSIS package to migrate data from Informix to SQL Server 2008 since Informix is old I dont know which connection provider to use but you can try ADO.NET connection provider
    Can you check below link
    http://davidbridge.wordpress.com/2012/05/30/extraction-from-informix-database-using-ssis-data-warehouse-etl/
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Cannot copy file (From external HD, DVD, server) - iTunes 6

    Yesterday I've updated iTune to 6 and de facto Quicktime to 7.0.3.
    Just after this upgrade, I remark that I cannot copy files, using the finder, from external hard disk, dvd drive and network drive. During the drag, I've got the circle indicating that I can't copy.
    I can copy files only from my main hard disk to this one or others.
    (Note: With terminal applications I can copy theses files).
    Anyone else have this problems... or a explanation/solution.
    Thanks

    I reinstall iTune 6 and now everything is ok

  • Copy data models and reports from BW 3.1 to NW 2004s

    Hi experts,
    Our client has two BW servers: BW 3.1 and BI 7. BW 3.1 contains lots of data models and reports. And the BI 7 server is newly installed.
    Now we want to copy these data models and reports from BW 3.1 to the new BI 7 server. Are there any solutions for this?
    Thank you very much in advance.

    Hi Frank,
    Sounds like a cross version transport is needed.
    This is a solution we have used to do what you want to do:-
    Create and release a transport as per normal.
    Copy and transport the files from the source system (BW 3.1) e.g /usr/sap/trans/data & /usr/sap/trans/cofiles to the same folders on the target system.
    Basis help is needed here.
    From here onwards using stms_import should help you in the normal manner.
    Works a treat.
    Have transported the following all correctly appearing as 3.x data models in NW2004s.
    DSO objects.
    Cubes
    Transfer/Update rules
    Reports.
    Cheers,
    Pom

  • Error while duplicate database from one server to another server

    Hi there,
    I am practicing duplicate database from one single database server to another server. Hardware and driver path on 2 machines is the same. Here are my steps:
    --------------------- Clone site:
    1. modify listener.ora with content:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    ADR_BASE_LISTENER = /u01/app/oracle
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = orcl)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (SID_NAME= orcl)
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER = ON
    2. stop and start listener again, message show like :
    Service “orcl” has 1 instance(s).
    Instance “orcl”, status UNKNOWN, has 1 handler(s) for this service…
    The command completed successfully
    3. create pfile from spfile.
    4. shutdown and startup nomount with pfile is new pfile create from step 3.
    --------------------------------------- Source site
    1. modify tnsnames.ora with content like:
    VVCOREDB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = vvcoredb)
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 10.254.1.235) (PORT=1521))
    (CONNECT_DATA =
         (SERVER = DEDICATED)
         (SERVICE_NAME = orcl)
    2. run command from rman like these:
    rman> connect target sys@vvcoredb
    rman> target database Password:
    rman> connect auxiliary sys@orcl
    rman> auxiliary database Password:
    rman> DUPLICATE TARGET DATABASE to orcl from active database spfile nofilenamecheck;
    Then the result show below:
    Starting Duplicate Db at 24-SEP-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=63 device type=DISK
    contents of Memory Script:
    backup as copy reuse
    targetfile '/u01/app/oracle/product/11.2.0/db_1/dbs/spfilevvcoredb.ora' auxiliary format
    '/u01/app/oracle/product/11.2.0/db_1/dbs/spfileorcl.ora' ;
    sql clone "alter system set spfile= ''/u01/app/oracle/product/11.2.0/db_1/dbs/spfileorcl.ora''";
    executing Memory Script
    Starting backup at 24-SEP-12
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=74 device type=DISK
    Finished backup at 24-SEP-12
    sql statement: alter system set spfile= ''/u01/app/oracle/product/11.2.0/db_1/dbs/spfileorcl.ora''
    contents of Memory Script:
    sql clone "alter system set db_name =
    ''ORCL'' comment=
    ''duplicate'' scope=spfile";
    shutdown clone immediate;
    startup clone nomount;
    executing Memory Script
    sql statement: alter system set db_name = ''ORCL'' comment= ''duplicate'' scope=spfile
    Oracle instance shut down
    connected to auxiliary database (not started)
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 09/24/2012 17:44:12
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-04014: startup failed: ORA-01261: Parameter db_recovery_file_dest destination string cannot be translated
    ORA-01262: Stat failed on a file destination directory
    Linux-x86_64 Error: 2: No such file or directory
    I don't know what wrong with my pfile? I specify correct my pfile on clone site like this:
    orcl.__db_cache_size=1476395008
    orcl.__java_pool_size=16777216
    orcl.__large_pool_size=16777216
    orcl.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    orcl.__pga_aggregate_target=1342177280
    orcl.__sga_target=1979711488
    orcl.__shared_io_pool_size=0
    orcl.__shared_pool_size=436207616
    orcl.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/orcl/adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='/u01/app/oracle/oradata/orcl/control01.ctl','/u01/app/oracle/flash_recovery_area/orcl/control02.ctl'
    *.db_block_size=8192
    *.db_domain=''
    *.db_name='orcl'
    *.db_recovery_file_dest='/u01/app/oracle/flash_recovery_area/vvcoredb'
    *.db_recovery_file_dest_size=4070572032
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=orclXDB)'
    *.memory_target=3313500160
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.undo_tablespace='UNDOTBS1'
    Please suggest me do i miss some steps when try to duplicate database?
    Any suggestions are welcome.
    Thanks in advance!
    P/s: Sorry for my bad English.

    Oh god, it worked. Thank you. But i got another problem like this:
    duplicate target database to orcl from active database spfile set "db_recovery_file_dest" = "/u01/app/oracle/flash_recovery_area/vvcoredb" nofilenamecheck;
    Starting Duplicate Db at 24-SEP-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=63 device type=DISK
    contents of Memory Script:
    backup as copy reuse
    targetfile '/u01/app/oracle/product/11.2.0/db_1/dbs/spfilevvcoredb.ora' auxiliary format
    '/u01/app/oracle/product/11.2.0/db_1/dbs/spfileorcl.ora' ;
    sql clone "alter system set spfile= ''/u01/app/oracle/product/11.2.0/db_1/dbs/spfileorcl.ora''";
    executing Memory Script
    Starting backup at 24-SEP-12
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=74 device type=DISK
    Finished backup at 24-SEP-12
    sql statement: alter system set spfile= ''/u01/app/oracle/product/11.2.0/db_1/dbs/spfileorcl.ora''
    contents of Memory Script:
    sql clone "alter system set db_name =
    ''ORCL'' comment=
    ''duplicate'' scope=spfile";
    sql clone "alter system set db_recovery_file_dest =
    ''/u01/app/oracle/flash_recovery_area/vvcoredb'' comment=
    '''' scope=spfile";
    shutdown clone immediate;
    startup clone nomount;
    executing Memory Script
    sql statement: alter system set db_name = ''ORCL'' comment= ''duplicate'' scope=spfile
    sql statement: alter system set db_recovery_file_dest = ''/u01/app/oracle/flash_recovery_area/vvcoredb'' comment= '''' scope=spfile
    Oracle instance shut down
    connected to auxiliary database (not started)
    Oracle instance started
    Total System Global Area 3307048960 bytes
    Fixed Size 2217872 bytes
    Variable Size 1811941488 bytes
    Database Buffers 1476395008 bytes
    Redo Buffers 16494592 bytes
    contents of Memory Script:
    sql clone "alter system set db_name =
    ''VVCOREDB'' comment=
    ''Modified by RMAN duplicate'' scope=spfile";
    sql clone "alter system set db_unique_name =
    ''ORCL'' comment=
    ''Modified by RMAN duplicate'' scope=spfile";
    shutdown clone immediate;
    startup clone force nomount
    backup as copy current controlfile auxiliary format '/u01/app/oracle/oradata/vvcoredb/control01.ctl';
    restore clone controlfile to '/u01/app/oracle/recovery_area/vvcoredb/control02.ctl' from
    '/u01/app/oracle/oradata/vvcoredb/control01.ctl';
    alter clone database mount;
    executing Memory Script
    sql statement: alter system set db_name = ''VVCOREDB'' comment= ''Modified by RMAN duplicate'' scope=spfile
    sql statement: alter system set db_unique_name = ''ORCL'' comment= ''Modified by RMAN duplicate'' scope=spfile
    Oracle instance shut down
    Oracle instance started
    Total System Global Area 3307048960 bytes
    Fixed Size 2217872 bytes
    Variable Size 1811941488 bytes
    Database Buffers 1476395008 bytes
    Redo Buffers 16494592 bytes
    Starting backup at 24-SEP-12
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting datafile copy
    copying current control file
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 09/24/2012 18:42:09
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 09/24/2012 18:42:09
    ORA-17628: Oracle error 19505 returned by remote Oracle server
    I have a comment that source site doesn't have flash_recovery_area, instead it's name is recovery_area, is it problem?
    Edited by: 788420 on Sep 24, 2012 4:44 AM

  • Error 0x80070057 when importing VM from Server 2008R2 to Server 2012 R2

    Hello.  I am using SCVMM 2012 to export a Windows 7 desktop from a 2008R2 HyperV server, to a 2012R2 HyperV server.  The job fails at step 1.5 (Import Hyper-V virtual machine) in the SCVMM log.  The error message is:
    Error (2901)
    The operation did not complete successfully because of a parameter or call sequence that is not valid.  the parameter is incorrect (0x80070057)
    Recommended Action
    Ensure that the parameters are valid, and then try the operation again.
    I've found the KB968968 regarding "ScopeOfResidence" and that isn't the problem here.  the EXP file that is created on my target server has no data between the [VALUE][/VALUE] tags for this element.
    When I try to manually import from the target server using HyperV manager rather than SCVMM, I browse to the folder where the VHD and subfolders containing the EXP file are located and I get "Hyper-V did not find virtual machines to import from location
    "G:\my\path\to\this\VHD" "  Same thing when I browse to any subordinate folder such as the Virtual Machines folder or the GUID folder underneath that.

    Hello Connor,
    Please advise if you followed below best practices?
    If you are upgrading from Hyper-V 2008/R2 to Hyper-V 2012 R2.
    The first option is to Shut down all Hyper-V virtual machines on the WS2008R2 host, then stop the Hyper-V Virtual Machine Management service. Finally copy all virtual machines that you want to migrate to WS2012R2 Hyper-V host, and then Import the Virtual
    Machines.
    The second option is, if you already exported the VMs and you don’t have 2008R2 Hyper-V host anymore.
    The exported Hyper-V virtual machines from 2008 R2 host copy them into Windows Server 2012 Hyper-V and import them, then simple copy the VMs to Windows Server 2012 R2 Hyper-V and import them. The server with Hyper-V 2012 is only used to perform the import
    process thus allowing the VM to be copied into Hyper-V 2012 R2.
    The reason why is the following:
    In Windows Server 2012 Microsoft introduced a new WMI namespace (root\virtualization\v2) which is much better import/export model – allowing you to effectively just copy the virtual machine folder (with the VM’s XML configuration file inside it) as well
    as the VM’s VHDs and then import them directly. Microsoft maintained version 1 WMI namespace in Windows 2012 which is allowed for importing Windows Server 2008/R2 VM’s on 2012.
    In Windows Server 2012 R2 Microsoft removed the old version 1 namespace which means we can’t import directly virtual machines that were exported from Windows Server 2008/R2.
    Hope this help.
    Regards,
    Charbel Nemnom
    MCSA, MCSE, MCS, MCITP
    Blog: www.charbelnemnom.com
    Please remember to click “Mark as Answer” on
    the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community
    members reading the thread.

  • When I try to install Windows on iMac with Bootcamp I get this message,"Can't install the software because it is not currently available from the Software Update server."

    I try to get Windows 7 on my iMac 21.5-inch but on the Bootcamp Assistant I get this message,"Can't install the software because it is not currently available from the Software Update server." Please help me and thank you.

    I have that problem too.  There's many other discussion threads as well.  Either Apple doesn't realize they have a problem, or they do and simply don't care.  Either way, not good.
    There is a workaround that I'm going to try next.  Go to this webpage:
    http://support.apple.com/kb/HT5634
    Scroll down to the middle of the webpage.  Hit "Expand All".  Now, search the webpage for the Apple product name of your computer.  It should be something like "MacBook Pro, 17-inch, Early 2008".  If you're unsure what you have, open "About This Mac" (upper left corner of your screen, Apple menu), and hit "More Info".
    Now that you've found your computer, read across the table, to the version of Windows that you want to install (32-bit or 64-bit).  Hopefully you'll find a "4" or "5" there.  Click on that number, to go to the download page for the drivers that you need.  If you just see an empty box there, then you're out of luck....
    Hopefully there will be drivers.  Download those, unzip, and then copy to a USB stick that has been formatted for MS-DOS FAT (or FAT32).  Use Disk Utility to format your USB stick if necessary.  Now, you have the drivers you should have gotten from the Boot Camp Assistant download.  You should then be able to go back to Boot Camp Assistant and follow the instructions from there.
    Hope it works!
    Josh

  • How do I copy iPhoto 7.1 Library from Intel to PPC Mac and back

    Hello all
    I apologize for the long first post; but I've been lurking for a while and haven't seen a similar problem. Any assistance would be greatly appreciated.
    I have two Macs - a PowerBook G4 and an Intel Mini. I copied the 6.x Library from the PB to the Mini. The copy was successful - no issues. I upgraded iLife on both machines successfully: both machines opened the 6.x Library and updated it the 7.0.1 Package Library. All was well.
    I updated both machines to iPhoto 7.1. All was well.
    I updated the PB to 7.1.1 + all the recent updates. All was not well! The Library seemed to be corrupted! When I clicked on a thumbnail I would see the photo "zoom" but then I'd see a black window. Clicking again would unzoom and I'd again see all the thumbnails. If I tried to export a photo Preview couldn't view it because it was "corrupt" or should be opened by another application.
    After numerous troubleshooting steps - repairing permissions, deleting preferences, trying to rebuild the thumbnail caches, rebuild the Library, recover lost photos etc I gave up.
    I've wiped the PB clean and installed Leopard and iPhoto 7.1 - not 7.1.1.
    Now I want to copy the iPhoto Library from the Mini (also iPhoto 7.1). I tried copying the package across the network by "Connect to server" in Finder but that produced the same "corrupted" symptoms. (Thumbnails would zoom to black window.)
    So here's the question(s):
    Are there any incompatibilities between Intel/G4 versions of the iPhoto apps or Library Packages?
    What is the best way to manually copy the Library from the Mini to the PB? And back?
    I use the PB on the road and on vacation to capture my 'photos; but I like to display them on my HDTV connected to my Mini - hence my need to periodically copy the Library from the PB to the Mini.

    **boojum**
    Welcome to the Apple Discussions.
    Are there any incompatibilities between Intel/G4 versions of the iPhoto apps or Library Packages?
    No.
    What is the best way to manually copy the Library from the Mini to the PB? And back?
    Try using Firewire target mode.
    Regards
    TD

Maybe you are looking for

  • Typed words in pdf doc don't print

    I have a paper copy of a form that needed to be filled out so I scanned the document to a pdf file, typed in the file (I have adobe writer) and when I printed it, the typed words don't print. Does anybody know why that would happen? I entered the wor

  • IBook G4 14`inch - poor airportsignal

    Hi there, is there anyone who can tell uns why the airport signal for the iBook G4 is so weak and how it could be possible to get a better signal? We red a lot about in different discussions that it could be the ancle of the screen, the antenas, the

  • Dead bug behind iMac monitor..

    I saw a bug crawl on my screen, so I tried to kill it.. Unfortunately it wasn't on my screen.. It was instead inside my screen. So behind the glass or whatever, there's a dead bug.. And I don't know what to do about it.. Any help? Thanks

  • My Procedure did not commit

    Hi Guys, I created a Procedure name proc_add which is use in application process, my problem is that I still have this error . ORA-20001: ORA-01403: no data foundErreur signalée ETAPE : 3 here is the code : create or replace PROCEDURE proc_add      

  • Fed Lifts Capital Requirements for Banks

    http://www.wsj.com/articles/fed-set-to-finalize-amount-of-capital-big-banks-must-maintain-1437410401  "WASHINGTON-The Federal Reserve sent a message to the largest U.S. financial firms: Staying big is going to cost you. The Fed's warning, articulated