Relocating target file for recordings from awe64 recorder.

I would like to change the folder where my Awe64Gold recorder places its files, and I can't seem to find out how to make that change.

No, I have the problem with the Creative Play Center. I can't seem to find the button that gets me to a place where I can specify a target directory for the recordings of the Creative Recorder. Settings doesn't bring me there.

Similar Messages

  • RMAN duplicate target database for standby from active fails to create newname for system tablespace/datafile

    When executing 'duplicate target database for standby from active'  the system tablespace/datafile (datafile 1)  is not cloned.  All other datafiles clone successfully.  The RMAN process aborts with the following errors while attempting to clone the system tablespace/datafile.
    ORA-19558: error de-allocating device
    ORA-19557: device error, device type: DISK, device name:
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-03135: connection lost contact
    Here are the details:
    Primary is 11.2.0.2 RAC database  on an Exadata platform
    Standby is 11.2.0.2 Single Instance database (same patch level as primary) on a Red Hat Linux box
    This is an ASM to ASM duplication.
    This is not unique to this database.  We tried another database and go the same behavior - all datafiles clone successfully with the exception of the system tablespace/datafile.
    We have traced the RMAN execution and it seems to fail when it is trying to assign a NEWNAME to the system tablespace/datafile.
    We even issued an explicit SET NEWNAME command but RMAN ignored it.
    We also shutdown the primary and started is up in mount mode thinking that something had ahold of the System Tablespace/datafile.
    We also opened up the network firewall to allow permit any,any traffic.
    We increased the max_server_processes
    and added TCP.NODELAY=yes to the sqlnet.ora file.
    There seems to be some artifact present in our Primary System tablespace/data file that is preventing it form being cloned.
    checked all alert files grid, asm,  and dbhome - no abnormal messages.
    We are in the process of restoring the database from a backup but we would prefer to get this working using the 'Active Database' methodology

    I successfully created the standby database using RMAN backup and recovery.
    I started the managed recovery.  Archive logs are being sent from the primary to the standby ( I can see them in ASM), but the standby is not applying them.
    I get the following messages in the standby alert log...
    Fetching gap sequence in thread 2, gap sequence 154158-154257
    Tue Nov 26 16:19:58 2013
    Using STANDBY_ARCHIVE_DEST parameter default value as USE_DB_RECOVERY_FILE_DEST
    Using STANDBY_ARCHIVE_DEST parameter default value as USE_DB_RECOVERY_FILE_DEST
    Tue Nov 26 16:20:01 2013
    Fetching gap sequence in thread 2, gap sequence 154158-154257
    Tue Nov 26 16:20:11 2013
    Fetching gap sequence in thread 2, gap sequence 154158-154257
    Tue Nov 26 16:20:22 2013
    Fetching gap sequence in thread 2, gap sequence 154158-154257
    Tue Nov 26 16:20:32 2013
    Fetching gap sequence in thread 2, gap sequence 154158-154257
    I don't see any MRP processes:
    select process,
    status,
        thread#,
        sequence#,
       block#,
      blocks
      7     from v$managed_standby;
    PROCESS   STATUS          THREAD#  SEQUENCE#     BLOCK#     BLOCKS
    ARCH      CLOSING               2     154363          1        132
    ARCH      CONNECTED             0          0          0          0
    ARCH      CONNECTED             0          0          0          0
    ARCH      CONNECTED             0          0          0          0
    ARCH      CONNECTED             0          0          0          0
    ARCH      CONNECTED             0          0          0          0
    ARCH      CONNECTED             0          0          0          0
    ARCH      CONNECTED             0          0          0          0
    RFS       IDLE                  0          0          0          0
    RFS       IDLE                  1     145418        121          1
    RFS       IDLE                  0          0          0          0
    PROCESS   STATUS          THREAD#  SEQUENCE#     BLOCK#     BLOCKS
    RFS       IDLE                  0          0          0          0
    12 rows selected.
    SQL>  SELECT THREAD#, SEQUENCE#, APPLIED FROM V$ARCHIVED_LOG;
       THREAD#  SEQUENCE# APPLIED
             2     154356 NO
             2     154357 NO
             1     145411 NO
             2     154358 NO
             2     154360 NO
             2     154361 NO
             1     145414 NO
             1     145415 NO
             2     154362 NO
             2     154363 NO
             1     145416 NO
    11 rows selected.
    I do have the archive logs that cover sequences 154158-154257
    Crosschecked 38 objects
    Crosschecked 62 objects
    Finished implicit crosscheck backup at 26-NOV-13
    Starting implicit crosscheck copy at 26-NOV-13
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    Crosschecked 2 objects
    archived log file name=+RECO_XORA/nmuasb00/archivelog/2013_11_26/thread_2_seq_154377.344.832521989 RECID=29 STAMP=832521990
    validation succeeded for archived log
    archived log file name=+RECO_XORA/nmuasb00/archivelog/2013_11_26/thread_2_seq_154378.346.832521991 RECID=31 STAMP=832521993
    Crosschecked 31 objects

  • FileNotFoundException thrown when opening a file for writing from EJB

    Hi,
    I know it is against EJB rules that access file IO from EJB. However we have a legacy system to working with and we need to generate a text file on file system.
    Weblogic (we are using 10.3) allows open a file for read from EJB. When we tried to open a writer like below:
    BufferedWriter writer = new BufferedWriter( new FileWriter(fileName, false));
    FileNotFoundException was thrown from the native method of open. The fileName is an absolute path and permission is properly set. The same piece of code can execute correctly in a test application with same filename.
    Does anyone know how to achieve this or whether Weblogic just forbids this kind of output access?

    Sorry guys. Just double-checked the source code and found out a bug produced wrong filename, the filename was surrounded by "", so FileNotFoundException is a correct result.
    Weblogic does allow read/write external file.

  • To retain the same file name in target(File) that coming from source system(AS2).

    Hi All,
    I have a requirement to send the two file from the third party system(GXS) to SAP ECC via SAP PI(version - 7.4). We are using AS2 adapter at the sender side to pick the file and using File Adapter to place the file in ECC.
    Its a pass through scenarion(No ESR part is used).
    Requirement:
    We are going to get 2 files ->Example:  one from Axis and another one from ICICI -> each bank file will have a file name ->
    We have to post the file at the target system with the same name as source file name, the source file name could come dynamically(with diff time stamp).
    Please let me know, Is it possible to achieve the above requirement(we have to retain the file name in target that coming from source system) with Sender AS2 adapter, If yes then please suggest the best approach.
    Regards,
    Pradeep Bawlia

    Hi Guys,
    The above requirement is solved now.
    Solution - I used java mapping for extracting the same source file name and assignning the same to the target system.
    Code:
    public class ExtractFileName_ASMA extends AbstractTransformation{
    public void transform(TransformationInput in, TransformationOutput out) throws StreamTransformationException  
    DynamicConfiguration conf=in.getDynamicConfiguration();
    DynamicConfigurationKey key_AS2FileNmae = DynamicConfigurationKey.create("http://sap.com/xi/XI/AS2/AS2", "AS2Filename");
    DynamicConfigurationKey key_FileNmae = DynamicConfigurationKey.create("http:/"+"/sap.com/xi/XI/System/File", "FileName");
    String As2FileName=conf.get(key_AS2FileNmae);
    conf.put(key_FileNmae, As2FileName);
    try{
    byte b[]=new byte[in.getInputPayload().getInputStream().available()];
    in.getInputPayload().getInputStream().read(b);
    out.getOutputPayload().getOutputStream().write(b);
    catch(Exception e)
    2. Another solution we can use the graphical mapping and need to use the dynamic config UDF at mapping level to acheive this requirement but here is one drawback - we need to do content conversion is this case.
    In case of Java mapping, no need to play with source file.
    WITHOUT USING ESR, WE CAN NOT ACHEIVE THIS REQUIREMENT.
    Regards,
    Pradeep Bawlia

  • Costing run with values for material from info record.

    Hi All
    there is requirement with my client, that when i run my costing run the values of the components in BOM should be from the latest purchase order.
    For this i am maintined valuation criteria as price from info record and sub strategy as gross price from PO.
    When i am create a PO the info record is created automatically in background. So when i run costing run the value is picked correctly.
    Now when i create a PO with same material from diff vendor the info record is generated, but on costing run it picks the value from the info record of earlier vendor. For this i go and check the conditions tab in info record, ensure its balnk and save it. Again generate new PO and then run a costing run. This time the system reads the latest info record.
    My problem is that i want to ensure that during the costing run, system should read the latest info record w/o manual intervention. System behaviour is not consistent when there is multiple vendor and same material info records. Sometimes it pick up the value and sometimes it refers the old info record.
    Can any one help me out in resolving this issue. Its critical.
    Regards
    Rakesh

    Hi!
    Generally first info records will be created with vendor, then PO will be created, based on info records price, price will be updated in PO.
    If you have more than one vendor for same material, you have to create info records for each vendor. then you need to maintain source list, where you can fix the vendor. If there is no fix vendor, then you can do schedule agreement with vendors, where you have to give proportionate percentages again each vendor.
    Now for costing run :
    1. if you have only one info record, the price will take from that info record.
    2. if you have more than one info record, you need to mantain source list, where you can tick the fixed vendor, then system will take price from that vendor info record.
    3. if there is no fixed vendor and you have maintained scehduel agreement with weightage to vendor, then higher percentage vendor info record price will be picked up.
    4. if you have more info reocrds, not maintianed source list or schedule agreement, price will be picked up from first info record ( based on info record creation date).
    5. if you have a schedule agreement, but you have given equal weightage for example 50% and 50%, then also system will pick up from first info record.
    i think it is clear now.
    regs,
    ramesh b

  • Trimming HD video files for export from Windows to After Effects on a MAC

    Hi,
    I have some .MTS files created using 2 HD camcorders:
    1) Panasonic HDC-TM700 which shoots full HD @ 1920 x 1080 and
    2) JVC Everio GZ-HM550 which shoots the same HD resolution
    I am working with PP CS5 on Windows 7
    I need to trim some small pieces (5 -10 seconds) out of many of the .MTS files to send to someone using After Effects MAC and FC Pro
    In trying to keep the highest HD resolution of 1920 x 1080, the number of choices to select when creating a new sequence and then when exporting from PP is confusing.
    Note: I notice that 2 clips I have in my PP project bin at the same time have different frame rates which I believe that 1 each came from my different cameras:
    file 1) 29.97fps 48000hz compressed stereo
    file 2) 59.94fps 48000hz compressed 5.1
    Can anyone guide me here on sequence and export settings & codecs to maintain the HD resolution and least loss of quality on export?
    Will the 2 different frame rates prior to export cause any issues? I'm assuming PP will re-interpret for output.
    Thanks

    > I understand the files are not compressed.
    You misunderstand. The files are compressed. But they're compressed without losing any information. Losslessly compressed movies are a lot smaller than uncompressed movies---but they're still bigger than movies compressed with a lossy codec that would be more suitable for final delivery and distribution.
    > How long are the movies your associate sends you and approx what do file sizes look like?
    I tend to work on individual clips that are from several seconds to a few minutes long. They're usually a small number of GB each. Don't fret about large file sizes for intermediate files. Making movies small matters when you're streaming them for final delivery, not when you're handing over a hard disk or using an FTP server to exchange files for post-production work.

  • I'm having problems exporting files for editing from LR 4.3 into photoshop elements 9.

    This problem only occurs with files that I have been imported from cd's/dvd's into the libraryand I get the msg "Lightroom was unable to prepare the selected file for editing. It will not be opened."
    Files that are stored on my hard drive have NO PROBLEM in being edited. .
    I am new to Lightroom and currently using it on the 30 day trial I have been using PSE for a long time and have over 90,000 images in Organizer and all of my images are on cd's/dvd's, very few are stored on the hard drive.
    Thanks in advance for any feedback and suggestions.
    Ken

    Do you mean they are still on the CD/DVD and you want to export them directly from CD/DVD?
    That's not possible since the CD/DVD is not writeable. You have to move the photos to your hard drive first.

  • Help needed to generate new target group for contacts from BP Target Group

    In CRM 5.0, we have a functionality in which say we have created a target group (T1) for 10 BPu2019s (organization) and each of these BPu2019s have one or more contact persons associated to them. Now if I want to create a target group for all these contact persons associated to the 10 BPu2019s, in CRM 5.0 I have the option to right click on the target group (T1) and then I get an option u201C generate new target group from contactsu201D. By doing so another target group for all the contacts associated to those BPu2019s will be generated. I am not able to find out the similar option in CRM 2007 (web UI) where in I can create target group for contacts associated to BPu2019s (organization). There should be some work around for this requirement.
    Please let me know how to achieve this requirement.
    Thanks,
    udaya

    Hi udaya,
    we're also using that functionality in CRM 5.0. I think it would be worth a combined OSS message to get this functionality back in standard if it isn't there.
    Best regards
    Gregor

  • K8N (MS7220&MS7125) ISO with bios files for flashing from cdrom

    ============================================================================================
    MS7220
    ============================================================================================
    I made a bootable cdrom ISO with different bios files for easy flashing of Diamond Plus
    without the need of a floppy drive.
    Nothing modded , just collection of MS-7220 Diamond Plus bioses on one bootable cd for conveniance.
    Burn ISO (unzip first) and reboot PC with CDROM as 1'st boot device.
    A menu tells what to key:
    1,2,3,4,5,6 or 7 followed by enter.
    Menu looks like this :
      +--------------------------------------+
      Press 1,2,3,4,5,6,7 followed by enter
      to flash with desired version
      +--------------------------------------+
     1 = MS-7220 bios 1.0
     2 = MS-7220 bios 1.1
     3 = MS-7220 bios 1.2
     4 = MS-7220 bios 1.22
     5 = MS-7220 bios 1.33
     6 = MS-7220 bios 3.09
     7 = MS-7220 bios 3.0A
    R:\>
    Pressing 1 will flash with following command
    afud408 a7220nms.100 /P /B /N /C
    Pressing 2 will flash with following command
    afud408 a7220nms.110 /P /B /N /C
    Pressing 3 will flash with following command
    afud408 a7220nms.120 /P /B /N /C
    Pressing 4 will flash with following command
    afud408 a7220nms.122 /P /B /N /C
    Pressing 5 will flash with following command
    afud408 a7220nms.133 /P /B /N /C
    Pressing 6 will flash with following command
    AFDOS404 A7220NMS.309 /B /C /P /N
    Pressing 7 will flash with following command
    AFDOS404 A7220NMS.30A /B /C /P /N
    Link:
    http://members.lycos.co.uk/olsen0423/MS7220
    File : 7220_batch_14-45-Okt-07-2006.zip
    ============================================================================================
    MS7125
    ============================================================================================
    To whom it may Concern.
    I made a cdom ISO for MS-7125 board also.
    Menu looks like this:
       1 = MS-7125 bios NCG 1.C (W7125NCG.1C0)
       2 = MS-7125 bios 1.D murdok mod (7125XMOD.1D)
       3 = MS-7125 bios 1.D Syar mod temp disabled (W7125NMM.1D0)
       4 = MS-7125 bios 1.D MSI regular (W7125NMS.1D0)
       5 = MS-7125 bios 1.C MSI regular (W7125NMS.1C0)
    ISO (bootable) is at :
    http://members.lycos.co.uk/olsen0423/MS7125/
    D/L file: 7125_batch_22-10-Okt-15-2006.zip  , unzip and burn .
    Note!
    Make sure that you clear cmos after bios flash (with PSU disconnected) .
    After powering up , first to do is enter cmos and "Load Optimized Defaults" and setting date/time , then save/exit .
    Next boot to cmos you may define/change to own preferences.
    ============================================================================================

    Quote from: paulg on 08-October-06, 05:16:44
    You're a legend syar2003! I thought I'd try v3.0a since v little is known about it and thanks to your efforts it's easy for me to revert back.
    Just an initial observation on the 3.0a version - I've managed to get my 3700+ SD (E6 stepping) overclocked well beyond what I mangaged with bios v1.0. I'm now running at 2.9GHZ compared to the maximum 2.7GHZ previously - and i'm running the memory at 1:1 with the timings at stock! Seems stable enough in a windows environment (been running about 4 hours). Temps are around the 38 degree mark. I will run some Prime95 and a few 3d games over the next few days.
    Thats very good , seems 3X bioses is better for overclocking afterall   
    Nice to be appreciated ,thanks for those kind words !
    I don't have the Diamond + board myself so I can't really say if this or that bios is good or not and which versions is better or worse .
    Syar

  • Size file for book from iphoto

    Hi,
    I have iphoto5. I want to ask a group of people to send me digital photos that I will plug into a medium book in iphoto. How do I want to explain what size file I need from them? I cannot find documentation that tells me what size file is needed to print good quality photos.
    thanks
    Judy

    Hi,
    I have iphoto5. I want to ask a group of people to send me digital photos that I will plug into a medium book in iphoto. How do I want to explain what size file I need from them? I cannot find documentation that tells me what size file is needed to print good quality photos.
    thanks
    Judy

  • Compress video files for email from iPod

    I manage an ipod Lab for an intensive English school. We want students to be able to email themselves larger audio and video files from directly from the iPod without having to go through iTunes/iPhoto. We often run into the problem with files being too large to email and are wondering if there is some sort of compression app that we can install on the iPod that will let us compress large files down for email. Something like ESFileExplorer for Android.
    Thanks,
    jHart

    Video and audio files are almost impossible to compress with a separate general-purpose compressor application. Such compressors just don't work with the way video and audio files are structured and usually make a video or audio file larger, not smaller; they can't shrink the file size and just add unnecessary overhead. The only effective way to shrink a video or audio file is to re-encode the file with a lower bit rate, smaller frame size (for videos) or both. I don't know if there's any app on the iPod that can do such re-encoding, and even if there is, unless these videos and audio files are quite short, it's probable that they can't be shrunk enough to get through most email systems which usually have very low attachment sizes allowed, often on the order of 10 to 20 megabytes maximum.
    A cloud-based storage solution such as Dropbox may be the only practical solution, though I'm not sure what video and audio apps would support saving to such as service. Someone else here may be able to offer suggestions.
    Regards.

  • HT1296 Hello, i would like to bring cdg-files for karaoke from my windoes pc to my ipad.

    Hello , i want to bring my cdg-files from my windows pc to my ipad.
    Can anybody tell me how to do this, what apps i need or other programs ?
    Does anybody know a good free karaoke-player for my ipad.
    I have an ipad2 64GB + 3G
    Thnx,
    Phil

    Nobody can help me ? I use karaoke anywere !
    Thnx

  • You cannot change your default location of "Creative Cloud Files" for sync from desktop

    So, I'm finding that I am restricted from moving the "Creative Cloud Files" container (for syncing to the cloud from my desktop). It is bound to C:Users/Name and will not move.
    This is very saddening and seems like an elementary function that should be included.
    I do not want to store things on my small SSD C: drive -- thanks.
    Am I missing something here?

    Hi Mark,
    As per Adobe F.A.Q, I would like to state that :http://www.adobe.com/products/creativecloud/faq.html
    "Your files remain on your local hard drive. You can also choose to take advantage of the ability to synchronize your local files with your Creative Cloud storage. Even if you choose to sync your files to Creative Cloud, you will always have a local copy of your files."
    There are some workarounds, it might work out, you can try it : It is for windows
    First, stop the sync and exit the app ( right-click on the Connection icon and click Turn Sync Off, right-click again and choose Exit )
    Go to “C:\Users\your user name” folder and locate Creative Cloud Files folder
    Move the folder to a different location ( e.g. “D:\Data\Creative Files” ) and make sure that you move complete Creative Cloud Files folder
    Run cmd.exe in admin privileges ( type cmd in Start menu, right click on cmd and select Run as administrator )
    Type following:
    mklink /J “C:\Users\your_user_name\Creative Cloud Folder” “D:\Data\Creative Files”
    You should receive message that the junction is created ( refer to this guide if you need more help:Complete Guide to Symbolic Links (symlinks) on Windows or Linux )
    Now to test it BEFORE you turn on the Connection app simply copy something to “D:\Data\Creative Files” folder, than go to Creative Cloud Files folder in your users folder and you should see the file you copied
    If you are able to see the file, all you have to do is to start the Connection app! Hooray!
    This guide should work for Windows 7 and Windows 8.
    Refered Links:http://notes.darrenseamark.com/post/42451349686/how-to-move-the-default-adobe-creative-clo ud-connection
    http://tomaxxi.com/2012/11/move-your-creative-cloud-files-folder/
    Please read the disclaimer in detail.
    Regards,
    Rajshree

  • How do place a file for download from our server?

    I have some pdf forms that I place on a site, but I had the set up as hyperlinks to webpages so that they opened up in browsers. This isn't good because the pdfs are forms to be filled out and we've had a variety of problems with people trying to fill them out or print from the browser.
    I want them to download the file to their harddrive and open in abode reader. I saw from another post that you can point the hyperlink to a file but I don't want them to download from my computer but from our server. How do I do that?

    As Dani notes, by default the user's browser is going to decide what to do with a PDF. Most browser's today choose to display a PDF inline.
    There's no seamless way to force a download of a PDF file within Muse, but it's possible to do by writing some PHP or editing some configuration on your webserver.
    http://www.southwoodsalt.com/force-browsers-to-download-files-with-link/#.UfvfyBYimS0
    http://stackoverflow.com/questions/2598658/how-to-force-a-pdf-download-automatically

  • Duplicate target database for standby from active database session

    i have 1 tb db. for example i execute the duplicate command from activate standby database.after 500gb datafile copy the session terminate due to some bottle neck ( network) .is it possible to resume the job again means job again starded from the previous stage .
    thanks
    Edited by: 913779 on Sep 4, 2012 12:28 AM

    Hello;
    Changing my answer - you can use repeat DUPLICATE to do this :
    http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmdupdb.htm#BGBEFJHH
    As an alternative you could move the RMAN backup and then roll it forward :
    http://www.visi.com/~mseberg/duprman2.html
    and then :
    http://www.oracle-ckpt.com/?s=incremental&op.x=0&op.y=0
    Best Regards
    mseberg
    Edited by: mseberg on Sep 4, 2012 4:45 AM

Maybe you are looking for

  • Restore iTunes library from Time Machine, after full hard drive wipe

    I had to do a full hard drive wipe on my MBP running 10.6.6, so I made a full Time Machine backup before hand. I reinstalled os x (10.6.3) and used migration assistant to restore my files from the Time Machine backup. Most of this process has been pa

  • Bal adj account is picked up in payment run for a vendor

    When we do payment program, one additional line item is created for payments in foreign currency other than exchange difference account. The additional line item is created for balance sheet adjustment account which is assigned in foreign currency re

  • Exit Excel process after finish loading

    Hi , my problem is how to exit the excel process after i import the excel file in forms 10g , the file closed successfuly but the process still in memory how can i kill this process after finish importing the excel file .

  • CS4: Complex Eastern languages (Arabic, Punjabi, Tamil, Urdu) render incorrectly on Mac?

    Hello, I am currently working on a localizing project. The project is designed to read XML (in UTF-8) and use the text data to fill the dynamic TextFields placed across the stage. The SWF shows English, French, and even Chinese with no problem, but w

  • Illustrator CS6 und OS X Mavericks

    Hallo zusammen, Ich habe grosse Probleme mit obiger Kombination. Illustrator lädt nach dem Start alle Zusatzprogramme, Plug Ins etc. dann wird das Programm sofort mit Fehlermeldung geschlossen. Bitte um Hilfe. Gibt es ein spezielles Update für Maveri