Can we assign ASM folder 4 utl_file parameter?

Hi,
Is it ok to assign ASM folder for utl_file parameter in Oracl 10g R2 RAC
Regds
Nis

It is not supported to use UTL_FILE against ASM directories - please see
http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/storeman.htm#g1030822
The file used by UTL_FILE would fall into the 'Operating System Files' file type. That file type is not supported by ASM in 10.2.
The only valid workaround is to use a OS directory.
Regards
Rajesh

Similar Messages

  • Can you assign a Window grab or snapshot (Shift+Command+4) folder?

    I am using ShiftCommand4 for capturing a picture of a window or section of the screen.
    I was wondering if I can select a folder to save the pictures to. Where are the preferences for this feature?
    Are there preferences? Can you assign a folder or do they have to go to the desktop.

    When you save , it goes to the last location you saved to, so choose your folder, save a shot to there, and it will go to that folder next time.
    Update
    Francine Schwieder offers a solution in this topic.
    http://discussions.apple.com/thread.jspa?messageID=2412150#2412150
    You'll need to scroll down a bit.
    regards roam
    Message was edited by: roam

  • Can we assign two values to the same parameter? If yes how? For details ple

    Can we assign two values to the same parameter? If yes how? For details please go through the following SAP related program.
    Here I need to print 2 queries using the same parameter "QUERY" the value assigned to this parameter(query) is REPORT_TEST1. I want to assign one more value to this Parameter. Is is possible? This question may sound stupid if it is not possible please kindly reply.
    I want to do this to print two documents(values) with a single command (parameter)
    Anybody please help quickly,
    Now, I have 2 tables from different queries. I have a print (HTML written) option in my WEB Template
    JAVA PROGRAM:
    <param name="QUERY" value="REPORT_TEST1"/>
    function PrintReport(typePaper) {
    document.title ='Report';
    if (typePaper == "0")
    {var CurrentReportName = '&?mp=U&ptot=1&rtot=0&psize=' + escape(typePaper) + '&fsize=' + escape('39') + '&qtitle=' + escape(document.title);};
    if (typePaper == "1")
    {var CurrentReportName = '&?mp=U&ptot=1&rtot=0&psize=' + escape(typePaper) + '&fsize=' + escape('52') + '&qtitle=' + escape(document.title);};
    CurrentReportName += '&ASOFDATE=' + escape(AsOfLabel.innerText);
    var openCMD='<SAP_BW_URL>';
    openCMD += '&DATA_PROVIDER=REPORT_TEST1&TEMPLATE_ID=DPW_PRINT_PAGE&CMD=RELEASE_DATA_PROVIDER';
    openCMD += CurrentReportName;
    openWindow(openCMD,'MainTitleNow',800,600);
    The data provider here is REPORT_TEST1. Now it only prints the corresponding data for the data proviedr 1 i.e., REPORT_TEST1. I have a second table whose data comes from the data provider 2 when i use this HTML to print I want the second table contents from the data provider 2 (REPORT_TEST2)also to be printed simlutaneously.
    Please help.
    THANX A LOT,
    SRINI

    Hi,
    Try assigning two values seperated by a delimiter ( say '|') to the same parameter.
    In the function get the parameter value and seperate the values using the same delimiter.
    <param name="QUERY" value="REPORT_TEST1|REPORT_TEST2"/>
    Regards,
    Uma

  • Can we assign two values to the same parameter? If yes how?

    Can we assign two values to the same parameter? If yes how? For details please go through the following SAP related program.
    Here I need to print 2 queries using the same parameter "QUERY" the value assigned to this parameter(query) is REPORT_TEST1. I want to assign one more value to this Parameter. Is is possible? This question may sound stupid if it is not possible please kindly reply.
    I want to do this to print two documents(values) with a single command (parameter)
    Anybody please help quickly,
    Now, I have 2 tables from different queries. I have a print (HTML written) option in my WEB Template
    JAVA PROGRAM:
    <param name="QUERY" value="REPORT_TEST1"/>
    function PrintReport(typePaper) {
    document.title ='Report';
    if (typePaper == "0")
    {var CurrentReportName = '&?mp=U&ptot=1&rtot=0&psize=' + escape(typePaper) + '&fsize=' + escape('39') + '&qtitle=' + escape(document.title);};
    if (typePaper == "1")
    {var CurrentReportName = '&?mp=U&ptot=1&rtot=0&psize=' + escape(typePaper) + '&fsize=' + escape('52') + '&qtitle=' + escape(document.title);};
    CurrentReportName += '&ASOFDATE=' + escape(AsOfLabel.innerText);
    var openCMD='<SAP_BW_URL>';
    openCMD += '&DATA_PROVIDER=REPORT_TEST1&TEMPLATE_ID=DPW_PRINT_PAGE&CMD=RELEASE_DATA_PROVIDER';
    openCMD += CurrentReportName;
    openWindow(openCMD,'MainTitleNow',800,600);
    The data provider here is REPORT_TEST1. Now it only prints the corresponding data for the data proviedr 1 i.e., REPORT_TEST1. I have a second table whose data comes from the data provider 2 when i use this HTML to print I want the second table contents from the data provider 2 (REPORT_TEST2)also to be printed simlutaneously.
    Please help.
    THANX A LOT,
    SRINI

    Hi,
    Try assigning two values seperated by a delimiter ( say '|') to the same parameter.
    In the function get the parameter value and seperate the values using the same delimiter.
    <param name="QUERY" value="REPORT_TEST1|REPORT_TEST2"/>
    Regards,
    Uma

  • How can I assign an icon to a folder using Powershell?

    How can I assign an icon to a folder using Powershell?

    I'm trying to make a script that goes through a folder recursively, checks for every folder if it's name is "template", and if so it changes the icon of that folder to an icon
    I chose.
    I searched for an answer here, and I've only managed to find a way to assign an icon to a shortcut, but not to an existing file.
    Thanks in advance (:

  • Can't assign a rip to folder in windows media player

    Cannot rip cd music in media player. Cannot assign a folder to rip music to. Clicking on the change tab for a choice of location does nothing. Have uninstalled WMP and reinstalled it. Need a way to tell WMP where to send ripped music.

    check rip listener. start control panel, click turn Win on off  

  • Assigning a value to a parameter.

    Hi all,
    I am using CR XI, developping a report built upon a query in BW (using SAP Kit). The query in BW has a parameter PARAM1 of type string that comes automatically into my report but the type or the parameter is greyed. I can't change it.
    In reality, I am expecting a date to be entered. It would be more user friendly to offer the user the calendar interface to select a value rather than the textbox for a string.
    I can create a second parameter PARAM2 of type Date in CR, transform the input value to string but I do not know how to assign the result to PARAM1.
    I have tried an assignment in a formula using beforereadingreports but no luck.
    Does anybody know how to do this or if this is even possible ?
    Thanks.

    Thanks Graham - sorry it took me so long.
    That is an interesting suggestion that I did not think of. I tried but for some reason the parameter for the report against BW does not show up in the link part of the subreport definition. I created a "fake" main report with a date type parameter, a formula to translate it to a string but no way to "assign" its value to the parameter in the original report.
    Queries against SAP seem to have "specificities"...
    In other words, i am still stuck !

  • How can i assign an identifier to a movieclip using AS2 ???

    Hey guys, i'm using the scrolling pane component in my
    project. i used to enter in the content path, the identifier of the
    movieclip which i set through the library. But now i wanna give it
    a movie clip that i've created in my code...so how can i assign an
    identifier to a movieclip using AS2 so that i can use it with my
    componenets ???? THANX

    I'm trying to make a script that goes through a folder recursively, checks for every folder if it's name is "template", and if so it changes the icon of that folder to an icon
    I chose.
    I searched for an answer here, and I've only managed to find a way to assign an icon to a shortcut, but not to an existing file.
    Thanks in advance (:

  • DBCA can not use ASM for database storage due to following reason: Could no

    Hi
    I've a recently installed RAC11gR2(11.2.0.3) on HP-UX
    I installed Grid Infrastructure with grid user:
    Node1: # id grid
    uid=1100(grid) gid=1000(oinstall) groups=1031(dba),1021(asmdba)
    Node2: # id grid
    uid=1100(grid) gid=1000(oinstall) groups=1031(dba),1021(asmdba)
    I installed the Oracle Server with oracle user:
    Node1: # id oracle
    uid=1101(oracle) gid=1000(oinstall) groups=1031(dba),1021(asmdba),1033(oper)
    Node2: # id oracle
    uid=1101(oracle) gid=1000(oinstall) groups=1031(dba),1021(asmdba),1033(oper)
    All related Grid Infrastructure is functioning well in both nodes:
    $ crs_stat -t
    Name Type Target State Host
    ora.DATA.dg ora....up.type ONLINE ONLINE node03
    ora.FRA.dg ora....up.type ONLINE ONLINE node03
    ora....ER.lsnr ora....er.type ONLINE ONLINE node03
    ora....N1.lsnr ora....er.type ONLINE ONLINE node04
    ora.asm ora.asm.type ONLINE ONLINE node03
    ora.cvu ora.cvu.type ONLINE ONLINE node04
    ora.gsd ora.gsd.type OFFLINE OFFLINE
    ora....network ora....rk.type ONLINE ONLINE node03
    ora.oc4j ora.oc4j.type OFFLINE OFFLINE
    ora.ons ora.ons.type ONLINE ONLINE node03
    ora.scan1.vip ora....ip.type ONLINE ONLINE node04
    ora....SM1.asm application ONLINE ONLINE node03
    ora....03.lsnr application ONLINE ONLINE node03
    ora....d03.gsd application OFFLINE OFFLINE
    ora....d03.ons application ONLINE ONLINE node03
    ora....d03.vip ora....t1.type ONLINE ONLINE node03
    ora....SM2.asm application ONLINE ONLINE node04
    ora....04.lsnr application ONLINE ONLINE node04
    ora....d04.gsd application OFFLINE OFFLINE
    ora....d04.ons application ONLINE ONLINE node04
    ora....d04.vip ora....t1.type ONLINE ONLINE node04
    $
    The ASM instance are running well in both nodes
    Connected with oracle user, the listener has registered perfectly the ASM instance in each node:
    $
    $ lsnrctl status
    LSNRCTL for HPUX: Version 11.2.0.3.0 - Production on 16-MAY-2012 15:41:06
    Copyright (c) 1991, 2011, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for HPUX: Version 11.2.0.3.0 - Production
    Start Date 16-MAY-2012 15:24:19
    Uptime 0 days 0 hr. 16 min. 47 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/11.2.0/grid/network/admin/listener.ora
    Listener Log File /u01/app/grid/diag/tnslsnr/node03/listener/alert/log .xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=LISTENER)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=16.0.0.133)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=16.0.0.136)(PORT=1521)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM1", status READY, has 1 handler(s) for this service...
    The command completed successfully
    $
    $
    DATA & FRA disk group are created:
    $
    $ echo $ORACLE_SID
    +ASM1
    $
    $ asmcmd
    ASMCMD>
    ASMCMD> ls -lt
    State Type Rebal Name
    MOUNTED EXTERN N DATA/
    MOUNTED EXTERN N FRA/
    ASMCMD>
    ASMCMD>
    The big issue is... that the DBCA can not see the diskgroups. When I choose ASM Storage it can not see them. It shows the chart in blank and if i try to write the disk group, so the following message appears: can not use ASM for database storage due to following reason: Could not connect to ASM due to following error: ORA-01034 ORACLE not available
    What can be passing in this case... ?
    Thanks in advance

    Thanks both
    Really the problem initially was because of this:
    [INS-06006] Passwordless SSH connectivity not set up between the following node(s): [node1, node2]. CVU may reports "PRVF-4007 : User equivalence check failed for user "user"" for same error
    and I had to install node1 first and after node2 manually and perhaps for this the product was not well linked.
    I resolved the problem establishing the keys with the wizard and after copying the following files from node1 to node2
    /home/grid/.ssh -------> /home/grid/.ssh
    authorized_keys
    known_hosts
    This is the procedure if you run the wizard at the node1.
    The problem is that the wizard creates the keys incompletely...
    Thanks

  • How to set UTL_FILE parameter in the INIT.ORA file

    Dear all,
    How can i set UTL_FILE parameter in the INIT.ORA file.
    Also let me know how to create a directory over there.I am new to this area.
    Where exactly i can locate these details and create directory.
    Regards,
    Bala.

    post this in database forum

  • Can't start ASM,help me

    Help I can't start ASM on rhel4(32bit) + oracle 10G 10.2 RAC
    Wed Jun 28 17:10:40 2006
    Error: KGXGN polling error (15)
    Wed Jun 28 17:10:40 2006
    Errors in file /oracle/product/10.2.0/db/admin/+ASM/bdump/+asm1_lmon_24375.trc:
    ORA-29702: error occurred in Cluster Group Service operation
    LMON: terminating instance due to error 29702
    Wed Jun 28 17:10:40 2006
    Dump system state for local instance only
    System State dumped to trace file /oracle/product/10.2.0/db/admin/+ASM/bdump/+asm1_diag_24363.trc
    Wed Jun 28 17:10:40 2006
    Trace dumping is performing id=[cdmp_20060628171040]
    Wed Jun 28 17:10:41 2006
    Shutting down instance (abort)
    License high water mark = 2
    Wed Jun 28 17:10:45 2006
    Instance terminated by LMON, pid = 24375
    Wed Jun 28 17:10:46 2006
    Instance terminated by USER, pid = 29540
    Wed Jun 28 17:10:47 2006
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    WARNING: No cluster interconnect has been specified. Depending on
    the communication driver configured Oracle cluster traffic
    may be directed to the public interface of this machine.
    Oracle recommends that RAC clustered databases be configured
    with a private interconnect for enhanced security and
    performance.
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as /oracle/product/10.2.0/db/dbs/arch
    Autotune of undo retention is turned off.
    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.1.0.
    System parameters with non-default values:
    large_pool_size = 12582912
    spfile = /dev/raw/raw3
    instance_type = asm
    cluster_database = TRUE
    instance_number = 1
    remote_login_passwordfile= EXCLUSIVE
    background_dump_dest = /oracle/product/10.2.0/db/admin/+ASM/bdump
    user_dump_dest = /oracle/product/10.2.0/db/admin/+ASM/udump
    core_dump_dest = /oracle/product/10.2.0/db/admin/+ASM/cdump
    asm_diskgroups =
    Cluster communication is configured to use the following interface(s) for this instance
    203.144.222.81
    Wed Jun 28 17:10:48 2006
    cluster interconnect IPC version:Oracle UDP/IP
    IPC Vendor 1 proto 2
    PMON started with pid=2, OS id=29735
    DIAG started with pid=3, OS id=29737
    PSP0 started with pid=4, OS id=29739
    LMON started with pid=5, OS id=29741
    LMD0 started with pid=6, OS id=29743
    LMS0 started with pid=7, OS id=29745
    MMAN started with pid=8, OS id=29755
    DBW0 started with pid=9, OS id=29757
    LGWR started with pid=10, OS id=29759
    CKPT started with pid=11, OS id=29761
    SMON started with pid=12, OS id=29763
    RBAL started with pid=13, OS id=29765
    GMON started with pid=14, OS id=29767
    Wed Jun 28 17:10:48 2006
    lmon registered with NM - instance id 1 (internal mem no 0)
    Wed Jun 28 17:12:59 2006
    Error: KGXGN polling error (15)
    Wed Jun 28 17:12:59 2006
    Errors in file /oracle/product/10.2.0/db/admin/+ASM/bdump/+asm1_lmon_29741.trc:
    ORA-29702: error occurred in Cluster Group Service operation
    LMON: terminating instance due to error 29702
    Wed Jun 28 17:13:01 2006
    Shutting down instance (abort)
    License high water mark = 1
    Wed Jun 28 17:13:03 2006
    Instance terminated by LMON, pid = 29741
    and trace file
    /oracle/product/10.2.0/db/admin/+ASM/bdump/+asm1_lmon_29741.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    ORACLE_HOME = /oracle/product/10.2.0/db
    System name: Linux
    Node name: aadb01
    Release: 2.6.9-34.ELsmp
    Version: #1 SMP Fri Feb 24 16:54:53 EST 2006
    Machine: i686
    Instance name: +ASM1
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 5
    Unix process pid: 29741, image: oracle@aadb01 (LMON)
    *** SERVICE NAME:() 2006-06-28 17:10:48.174
    *** SESSION ID:(46.1) 2006-06-28 17:10:48.174
    GES resources 1890 pool 4
    GES enqueues 2510
    GES IPC: Receivers 2 Senders 2
    GES IPC: Buffers Receive 1000 Send (i:830 b:830) Reserve 81
    GES IPC: Msg Size Regular 388 Batch 4096
    Batching factor: enqueue replay 99, ack 110
    Batching factor: cache replay 71 size per lock 56
    kjxggin: receive buffer size = 32768
    *** 2006-06-28 17:10:48.509
    kjxgmrcfg: Reconfiguration started, reason 1
    kjxgmcs: Setting state to 0 0.
    *** 2006-06-28 17:10:48.509
    Name Service frozen
    kjxgmcs: Setting state to 0 1.
    kjfcpiora: published my fusion master weight 5622
    kjfcpiora: publish my flogb 9
    *** 2006-06-28 17:11:53.883
    =====================================================
    kjxgmpoll: CGS state (0 1) start 0x635d41bb cur 0x672b6877 diff 0x3ce26bc
    =====================================================
    Group name: +ASM
    Member id: 0
    Cached KGXGN event: 0
    Group State:
    State: 0 1
    Reconfig started start-tm 0x635d4173 tmout period 0x7270e00
    Commited Map: 0 1
    New Map: 0 1
    KGXGN Map: 0 1
    Master node: 0
    Memcnt 0 Rcvcnt 0
    Substate Proposal: false
    Inc Proposal:
    incarn 1 memcnt 2 master 0
    proposal true matched false
    map: 0 1
    Master Inc State:
    incarn 1 memcnt 2 agrees 1 flag 0xa
    wmap: 1
    nmap: 0 1
    ubmap:
    Substate Handler Execution State
    substate 0 status done
    substate 1 status done
    substate 2 status done
    substate 3 status done
    substate 4 status done
    substate 5 status done
    substate 6 status done
    *** 2006-06-28 17:12:59.243
    =====================================================
    kjxgmpoll: CGS state (0 1) start 0x635d41bb cur 0x6af9582a diff 0x79c166f
    =====================================================
    Group name: +ASM
    Member id: 0
    Cached KGXGN event: 0
    Group State:
    State: 0 1
    Reconfig started start-tm 0x635d4173 tmout period 0x7270e00
    Commited Map: 0 1
    New Map: 0 1
    KGXGN Map: 0 1
    Master node: 0
    Memcnt 0 Rcvcnt 0
    Substate Proposal: false
    Inc Proposal:
    incarn 1 memcnt 2 master 0
    proposal true matched false
    map: 0 1
    Master Inc State:
    incarn 1 memcnt 2 agrees 1 flag 0xa
    wmap: 1
    nmap: 0 1
    ubmap:
    Substate Handler Execution State
    substate 0 status done
    substate 1 status done
    substate 2 status done
    substate 3 status done
    substate 4 status done
    substate 5 status done
    substate 6 status done
    kjxgmpoll: terminate the CGS reconfig.
    Error: KGXGN polling error (15)
    error 29702 detected in background process
    ORA-29702: error occurred in Cluster Group Service operation
    ksuitm: waiting for [5] seconds before killing DIAG

    Modify the classpath as follows.
    set JAVA_HOME=C:\JDK1.3.1
    set ANT_HOME=C:\jakarta-tomcat
    set TOMCAT_HOME=C:\jakarta-tomcat
    set CLASSPATH=%CLASSPATH%;C:\jdk1.3.1\lib\tools.jar;JAVA_HOME\lib;
    Modify the Path as follows
    set PATH = %PATH%;%JAVA_HOME%\bin;%TOMCAT_HOME%\bin

  • Can i assign an 'order by' clause dynamically in forms ??

    I know it's possible to assign an 'order by' clause in reports with lexical parameter.
    for example..
    select A
    from TABLE
    where A is not null
    &V_ORDERBY
    In this, v_orderby might be 'order by name' like that,,,
    can i assign an 'order by' clause dynamically IN FORMS ??
    If you understan my question, please answer to me,,,ㅜㅜ

    Have you tried this build-in function?
    SET_BLOCK_PROPERTY('[BLOCK_NAME]', ORDER_BY, 'SORTCOL1, SORTCOL2...');
    Where 'SORTCOL1, SORTCOL2...' are the table columns name.

  • How can I restore a folder in SM35 - Very Urgent

    Hi All,
    How can I restore a folder in SM35 ?, because I created a folder in transaction AFAB and this transaction just process in background (under folder - SM35) and then I deleted this folder wrongly.... I tryed to execute again the transaction AFAB but it didn´t work, it means no folder was created...., the mesage is AA729.....
    Thanks....
    Edited by: Sandra Mota on Mar 7, 2008 8:26 PM

    Hi,
    Once you delete the session in SM35, it is not possibel to restore it back.
    Check if you have also deleted the logs? Logs can exists after deleting the Session, provide you have not deleted the logs too.
    It is not possible to create one more session using AFAB.
    still if you want to do it, then in the selection screen at least change one of the parameter (Company code, Fiscal year, Posting period).
    IF you still do not want to change the above input parameters, then there is another option, i.e. create a new assest and then run the AFAB with the radio button in REPEAT RUN.
    Hope this is clear
    BR
    Sree

  • Is it possible to rename an ASM folder?

    i want to rename an ASM folder containing my database:
    +DBDNL2_G2_DATA_AREA/EVJA/DATAFILE
    to
    +DBDNL2_G2_DATA_AREA/DITOC/DATAFILE
    I do not want any file movement or file copying, just rename the folder and afterwards I rename the datafiles of the database. is this possible?
    Regards,
    Tim

    You can't. This folder is the name of Your database and it's a part Oracle Managed Files hieararchy.
    You can make directory DITOC and then make aliases to Your db files.

  • Regarding UTL_FILE parameter in the INIT.ORA file

    Dear all,
    How can i set UTL_FILE parameter in the INIT.ORA file.
    Also let me know how to create a directory over there.I am new to this area.
    Where exactly i can locate these details and create directory.
    Regards,
    Bala.

    Dear all,
    How can i set UTL_FILE parameter in the INIT.ORA
    file.
    Also let me know how to create a directory over
    there.I am new to this area.
    Where exactly i can locate these details and create
    directory.
    Regards,
    Bala.Taken note of yingkuan's comments about directory objects - which don't need a utl_file_dir entry - if you really still need to know (on e-business suite or some other product that needs them) then UTL_FILE_DIR is an initialisation parameter which takes a comma separated list of directories on the database server and to which the oracle software owner (usually oracle on *nix systems and system on windows) has read/write access. To set it therefore you'll need to identify or create your directory and then either
    a) add the line UTL_FILE_DIR=/path/to/dir1, /path/to/dir2
    to your init.ora if you are using one or use
    b) ALTER SYSTEM SET UTL_FILE_DIR=/path/to/dir1, /path/to/dir2 SCOPE=SPFILE;
    if you are using a server parameter file.
    You should be able to find this and more information in the documentation for your version of Oracle.
    Niall Litchfield
    http://www.orawin.info/

Maybe you are looking for

  • HT201322 I unhide all my songs, but they never show up in purchased?

    I just got a new MacBook Pro and I was trying to tranfer all my iTunes songs over to it. Not all of my songs were bought, so I copied all my songs (including my bought ones) from my Mini Mac and put them on my MacBook with my external hard drive. But

  • IPod nano recognized in Windows but not in iTunes

    My iTunes won't recognize my iPod. And this message always pop-up : iTunes cannot read the contents of the iPod nano.Please use the iPod Software Updater application to restore the iPod to factory settings.I read the manual, but I just can't find any

  • How to install and configure a new printer

    What are the steps to install and configure a network printer HP Laserjet 4000 to use as standard printer for printing reports. Currently I use default noprint printer.

  • Warning on first startup of FCE 4.0

    I have a question about FCE 4 that I just got 2 days ago. When I first started it up, I got a warning that FCE may not operate as advertised because my video card was not up to snuff and may not run Quartz Extreme(I'm paraphrasing). I have a PM G4 1.

  • Macbook pro stopped reading the default wifi

    For the past couple of days, my MacBook pro stopped reading my default wifi, although it can pick up signals from my neighbours. None of my other devices has this problem (ipad, iMac). It does not matter whether the MacBook pro is placed close to the