ODI Import Senario tool issue

I have a package that has a call to the ODIImportScen tool. This package executes fine on my dev system where it was built. However when the scenario is compiled and moved to production even though it executes with no errors no scenario is imported. Has anybody had issues like ths before. There are no issues with the topology set up.

Hi
I have the same issue, while importing the scenario through odiimportscen tool it is not importing into the correct repository. Did you find any solution for this
Thanks

Similar Messages

  • ODI Import Work Repository Issue

    Hi All,
    AS part of implementation of OBI Apps 7.9.5.2. I was trying to import the Oracle BI Applications Work Repository but when i was following the process of importing using the ZIP file. I was getting error.
    The error details were
    Oracle Data Integrator Error -----> java.lang.OutOfMemoryError
    Can Any one help me resolve this error ?
    Thanks and Regards,
    Krishna Prasad.

    Hi All,
    i got the issue. Need to increase the java heap memory size in the parameter file.... which resolves this issue

  • Using ODI send mail tool in procedure

    Hi,
    I want to use an ODI send mail option in procedure when certain condition is met.
    for example:
    I have one table "Dummy_table" as
    Dummy_table
    PRODUCTID
    PRODTYPE
    PRODCODE
    11111
    A
    11111
    22222
    A
    22222
    33333
    B
    33333
    00000
    A
    00000
    And a procedure which is trying to insert records in above table. In this procedure i want to add validation and when the validation is true, need to send mail.
    Mail to be triggered:
    If PRODUCTID already exists in table then do not insert record with same PRODUCTID in table. Instead of that, call an ODI send mail tool from the procedure which is trying to insert duplicate entry.
    Let's say my procedure is trying to insert record with PRODUCTID = "22222" . In this case, i dont want an entry to be inserted as it is already present. I want a mail to be triggered saying that this record is already present.
    Any help would be highly appreciated.
    Thanks in advance.
    Shilpa

    Sure, please follow the steps:
    1) First import one CKM to your project. If you are working with Oracle then you could use "CKM Oracle";
    2) Open your Interface and go to "Controls" tab and select your "CKM Oracle" in CKM Selector combo box. Pay attention to the CKM options and change them accordingly to your needs;
    3) Go to "Models" tab and search for your "Dummy_table" model;
    4) Expand "Dummy_table" model and right click "Constraints" -> New Condition
    5) Give it a name, select Type = "Oracle Data Integrator Condition" and then write down a SQL that will indicate which are the valid values that should be loaded to your target table. In your example, it should be something like this (DUM being the model table alias):
    DUM.PRODUCTID NOT IN (SELECT T1.PRODUCTID FROM Dummy_table T1)
    This query is telling ODI that only the rows with PRODUCTID that does not exists in the target table are valid. All the rest (in this case all rows that already exists in the target table) should be logged in E$ table.
    Please let me know if it worked.
    Thanks.

  • Executing batch files via ODI cmd line tool

    Hi,
    I'm experiencing an issue when trying to run batch files via the ODI Cmmmand line tool with any agent that isn't the local agent. My call is simply the full filepath of the batch file. When I run with local agent everything works fine. However when I run with an agent configured in the Topology the process just hangs in the operator indefinately in a running state but never executes or produces any output and I have to kill it. Any ideas? The agent is installed on the same server as the ODI Studio instance I use when running the local agent

    Sounds like that on the remote agent, the batch job is waiting for a user key input and hence it appears in a hung state. You can add try to trace from Agent logs and echo combinations to know where is this happening
    In unix environment you can send keys programmatically. Not sure how to do that in the Windows environment.

  • ODI File Append tool

    Hi,
    I'm using the ODIFileAppend tool to merge the content of 2 files ito one. Structure of the 2 files is identical. My issue is that in the new merged file the content of the second file does not start on a new line but on the same line as the last line from the first file but seperated by a / character. This causes issues when I import the file to my staging table as it breaks the expected file format. Can I make the append do what I logocally thought it would do i.e. put the first line of the appended file on a new line? If not is there another way to handle this elegantly?

    Hi,
    See if you find any help from here OdiFileAppend tool issue with new line character?
    Thanks,
    Sutirtha

  • Import/Export tools has not been installed

    Hello,
    I've isntalled client of Designer 6i rel.2 The whole installation has passed correctly up to the moment when the installer for 8i import/export tools has to be invoked (the setup write that install tool will be run to install 8i i/e tools and the java-based instaler should appears). The installer do not wake up and tools are not installed. Cannot import repository from previous installation and moreover (AND MORE IMPORTANT) when running Net8 Conf assistant and Net8 Client configuration it finish with GPF ("Program made an illegal operation and will be terminate")
    Any sugestions?
    Best regards
    VooVoo
    null

    Hello,
    I've isntalled client of Designer 6i rel.2 The whole installation has passed correctly up to the moment when the installer for 8i import/export tools has to be invoked (the setup write that install tool will be run to install 8i i/e tools and the java-based instaler should appears). The installer do not wake up and tools are not installed. Cannot import repository from previous installation and moreover (AND MORE IMPORTANT) when running Net8 Conf assistant and Net8 Client configuration it finish with GPF ("Program made an illegal operation and will be terminate")
    Any sugestions?
    Best regards
    VooVoo
    null

  • OdiFileAppend tool issue with new line character?

    Hello ODI experts,
    I am using OdiFileAppend tool in a package to concatenate multiple files with same structure to a new file. ODI is installed in windows and also files exists in Windows only.
    OdiFileAppend "-FILE=C:\ODI_WORK\FILE_LOAD_DIR\PROCESS_DIR\*.*" "-TOFILE=C:\ODI_WORK\FILE_LOAD_DIR\PROCESS_DIR\CONCAT_FILE.txt" "-CASESENS=NO" "-OVERWRITE=YES" "-HEADER=1" "-KEEP_FIRST_HEADER=YES"
    First File:
    CST_ID,CST_CODE,CST_NAME,CST_STATUS,CST_ID_PAC,CST_ID_CHO
    -3,TWO,TXTFILE,A,864,
    second File:
    CST_ID,CST_CODE,CST_NAME,CST_STATUS,CST_ID_PAC,CST_ID_CHO
    -2,ONE,TXTFILE,A,864,
    output file by using OdiFileAppend tool is as below with two lines:
    CST_ID,CST_CODE,CST_NAME,CST_STATUS,CST_ID_PAC,CST_ID_CHO
    -2,ONE,TXTFILE,A,864,\-3,TWO,TXTFILE,A,864,\
    How can we modify the tool to append records in a new line?
    Thanks

    Hi Murali ,
    You are facing a Bug .
    The Oracle Data Integrator (ODI) defect is referenced as <<Bug 6518478>> <ODIFILEAPPEND DOES NOT WORK AS EXPECTED>.
    When Oracle Data Integrator (ODI) OdiFileAppend/SnpsFileAppend tool is used with -HEADER parameter set to 1 or higher, the resulting file is incorrect and a backslash ("\") character is automatically generated between the appended files.
    This Bug is fixed in ODI 11gR1
    If the generated file is to be used as Source Datastore in an Oracle Data Integrator (ODI) Integration Interface, to work around the behavior:
    1. Appending the files using the OdiFileAppend/SnpsFileAppend tool without the -HEADER parameter (or use "-HEADER=0").
    2. Then, in your Integration Interface, apply a Filter to the corresponding Datastore in order to remove the unused headers.
    Thanks,
    Sutirtha

  • Can't get over the tools issue when re-installing Elements 11

    I've been using Elements 11 on Windows Vista (64) with no problems.
    One day, instead of starting Elements, I got the message to re-install Elements for some tools issue. So I uninstalled but re-install never got through. When it comes to the Organizer section, it won't pass some tool issue again.
    ASA did not fix the problem. When I manually search the logfiles under installers, I find myself drowning in millions of errors.
    Stuff like this:
    FATAL: DB001: Database file '{98CE8819-87AA-4814-8167-ADDDD513485F}.db' does not exist.
    FATAL: DF012: Installation source path does not exist: C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{98CE8819-87AA-4814-8167-ADDDD513485F}.db
    ERROR: Updating driver data failed. Driver entry was notadded. ARP estimated size 0KB
    ERROR: Updating driver data failed. Driver entry was notadded. ARP estimated size 479709KB
    or in another log file I found it is this:
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw\LensProfiles\1.0\Sony". Error 145 Das Verzeichnis ist nicht leer.(Seq 4)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 4)
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw\LensProfiles\1.0\Sigma\Sony". Error 145 Das Verzeichnis ist nicht leer.(Seq 38)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 38)
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw\LensProfiles\1.0\Sigma\Sigma". Error 145 Das Verzeichnis ist nicht leer.(Seq 80)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 80)
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw\LensProfiles\1.0\Sigma\Pentax". Error 145 Das Verzeichnis ist nicht leer.(Seq 116)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 116)
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw\LensProfiles\1.0\Sigma\Nikon". Error 145 Das Verzeichnis ist nicht leer.(Seq 171)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 171)
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw\LensProfiles\1.0\Sigma\Canon". Error 145 Das Verzeichnis ist nicht leer.(Seq 213)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 213)
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw\LensProfiles\1.0\Sigma". Error 145 Das Verzeichnis ist nicht leer.(Seq 214)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 214)
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw\LensProfiles\1.0\Nikon". Error 145 Das Verzeichnis ist nicht leer.(Seq 241)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 241)
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw\LensProfiles\1.0\Canon". Error 145 Das Verzeichnis ist nicht leer.(Seq 284)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 284)
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw\LensProfiles\1.0\Apple". Error 145 Das Verzeichnis ist nicht leer.(Seq 287)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 287)
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw\LensProfiles\1.0". Error 145 Das Verzeichnis ist nicht leer.(Seq 288)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 288)
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw\LensProfiles". Error 145 Das Verzeichnis ist nicht leer.(Seq 289)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 289)
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw\CameraProfiles\Camera". Error 145 Das Verzeichnis ist nicht leer.(Seq 712)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 712)
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw\CameraProfiles\Adobe Standard". Error 145 Das Verzeichnis ist nicht leer.(Seq 954)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 954)
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw\CameraProfiles". Error 145 Das Verzeichnis ist nicht leer.(Seq 955)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 955)
    ERROR: DF037: Unable to delete directory "C:\ProgramData\Adobe\CameraRaw". Error 145 Das Verzeichnis ist nicht leer.(Seq 956)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 956)
    ----------- Payload: {1A726E43-1269-42D5-9915-54FF4BC5F3D1} Camera Profiles Installer_6.5_AdobeCameraRawProfile6.0All 6.5.0.0 -----------
    ERROR: DF037: Unable to delete directory "C:\Program Files (x86)\Common Files\Adobe\Elements STI Installer\Adobe\AdobePatchFiles". Error 145 Das Verzeichnis ist nicht leer.(Seq 1001)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 1001)
    ERROR: DF037: Unable to delete directory "C:\Program Files (x86)\Common Files\Adobe\Elements STI Installer\Adobe". Error 145 Das Verzeichnis ist nicht leer.(Seq 1002)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 1002)
    ERROR: DF037: Unable to delete directory "C:\Program Files (x86)\Common Files\Adobe\Elements STI Installer". Error 145 Das Verzeichnis ist nicht leer.(Seq 1003)
    ERROR: DW063: Command ARKDeleteDirectoryCommand failed.(Seq 1003)
    WARNING: Failed to update the csu inventory for {1A726E43-1269-42D5-9915-54FF4BC5F3D1} Camera Profiles Installer_6.5_AdobeCameraRawProfile6.0All 6.5.0.0 return values 13:110

    Yorengl the DW063 error indicates then inability to write to those specific directories.  Please see Error "Exit 6" or "Exit 7" | Install log | Read, write, system file errors | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html for information on how to adjust your file permissions.

  • Import/Export tool Command line syntax for R2

    Would anyone please advise the syntax of command line import/export tool for XIR2?
    Read this post below for importing from a biar file but not sure how to export from BO into a biar file.
    How to log BIAR export/import from command line
    We're in fact trying to migrate from R2 into R3. The import wizard provided by BO doesn't work well with favorites and inboxes migration due to the large volume of data we need to migrate, hence looking for alternatives.
    Any advice around this line would be much appreciated.
    Thanks in advance.
    GM

    Denis,
    Thanks for your reply. This at least saved my effort to explore further.
    Would you offer any advice for migrating large volume of personal folders from R2 into R3?
    We're integrating with AD, so everytime listing users for selection taking ages and often times out.
    Even if we managed to export the biar file for a group of users, exporting them into R3 fails quite often as well.
    The whole process is simply very unpredictable and unreliable.
    Thanks.
    GM
    Edited by: Xu Guoming on Apr 21, 2009 4:13 PM

  • Text tool issue resolved with new upgrade

    It appears the text tool issue has been resolved with the new upgrade, now you don't have to use the transform function to move titles
    now the text tool converts to the move arrow tool as expected.
    They said it was a Lion's bug.
    Thanks,
    AppleLou

    If it's a "Mobility" card then chances are it's in a laptop, and many laptop manufacturers are required to be the source for driver updates.  You might have
    to check with the computer maker.
    If there's not a driver update for it, it's possible you could try downgrading the driver to an older version if one can be found.
    What operating system are you running (XP, Vista, 7, 32 or 64 bit)?
    I see they have a new release for your card for Vista and Windows 7 32 bit, for example, here:  http://support.amd.com/us/gpudownload/windows/Pages/radeonmob_win7-32.aspx
    -Noel

  • Designer Import/Export Tools

    Hello all,
    After installing designer 6i im given the option to install Import & Export Tools which i think are based on oracle 8.0 librarary files.
    If i intend to install oracle 8i EE after designer, can i ignore the installation of the 8.0 tools or are these needed in addition to oracle 8i database ?
    If i choose to install 8.0 import and export tools, can these be installed in same home as designer (default home) or same home as oracle 8i (ora8ihome) or should these be in an entirely different home of their own.
    thanks in advance.

    Hi,
    Since the Repository is on an 8i database, but the client is on an 8.0 database, you need to have imp.exe and exp.exe from 8i (and their associated NLS files and DLLs) available on your path to use REPADM to install the Repository or do imports / exports.
    The default client install of Oracle 8i DOES NOT include the Import / Export tools by default, but you can include them if you do a custom install. The option to install Import / Export tools during the Designer 6i installer will install an 8i client that includes the import / export tools.
    N.b. If your Repository is on the same machine as the client, I suspect the database installation WILL include import/export, so you shouldn't need to install the client separately from the Designer installer.

  • ODI - Import & Export issue

    Hi
    I am using ODI in two environments (Development & Test, both are in different servers).
    In Development, i have Master repository with Internal ID = 0 & Work repository with Internal ID =1
    In Test environment, i have Master repository with Internal ID = 0 & Work repository with Internal ID =1
    I tried to Export the Project & Models from Development, it was successfully completed. I placed those files in Test environment path.
    I have succesfully imported the Models in the ODI Test environment. But, when i tried to Import Project, i faced the below error
    XML Import Error:
    com.sunopsis.core.m: This import action has been cancelled because it could damage your repository (problem with the identifier sequences)
    Can anyone help me what actions need to be taken to Import the Project without any issues in detail with the steps?
    Thanks
    Dhamu

    Hi Dhamu,
    Its a pure ID clash, since ur DEV and TEST repository ID are same, its should be different across environment , say DEV Master-0, Work-1 and TEST Master-2, Work-3 something like that.
    You need to flush the TEST repositories and create a new repositories with UNIQUE IDs.
    Have a look,
    Migrate ODI project - import forbidden
    Thanks,
    Guru

  • ODI Import by using UNIX Command in 11.1.1.3

    Hi,
    I am trying to use a Unix script for importing several ODI Components. I am avoiding the GUI as there are lot of ODI files needed for the import. The Source and the destination Repositories are both in 11.1.1.3 version
    For eg: I have the following:
    -- File to be imported: "TAB_W_RTL_ORG_D_TMP.xml" and kept under the following location "/u00/odi/product/11113/oracledi/agent/bin/".
    -- Import Mode is INSERT_UPDATE
    -- ODI Work Rep Name = RA133POC_WORK
    Command I am exeuting from the $ODI_HOME/bin directory:
    ksh startcmd.sh OdiImportObject "-FILE_NAME=/u00/odi/product/11113/oracledi/agent/bin/TAB_W_RTL_ORG_D_TMP.xml" "-IMPORT_MODE=SYNONYM_INSERT_UPDATE" "-WORK_REP_NAME=RA133POC_WORK" -"IMPORT_SCHEDULE=YES"
    But I am getting an odi tool error:
    oracle.odi.oditools.OdiToolInvalidParameterException: Error while setting parameters on tool
    at com.sunopsis.dwg.function.SnpsFunctionBase.getCoreOdiTool(SnpsFunctionBase.java:607)
    at oracle.odi.oditools.OdiAbstractToolRunner.executeCoreTool(OdiAbstractToolRunner.java:126)
    at oracle.odi.oditools.OdiAbstractToolRunner.executeTool(OdiAbstractToolRunner.java:48)
    at oracle.odi.ToolRunner.main(ToolRunner.java:75)
    Caused by: java.lang.Exception: Invalid parameter: -IMPORT_SCHEDULE
    at com.sunopsis.dwg.function.SnpsFunctionBaseRepositoryConnected.actionSetParameters(SnpsFunctionBaseRepositoryConnected.java:122)
    at com.sunopsis.dwg.function.SnpsFunctionBase.setParameters(SnpsFunctionBase.java:785)
    at com.sunopsis.dwg.function.SnpsFunctionBase.getCoreOdiTool(SnpsFunctionBase.java:603)
    +... 3 more+
    Can anybody help me on this at the earliest...?
    Thanks,
    Shib

    Hi Shib,
    This is a BUG in ODI 11.1.1.3 and may be in latest patch 11.1.1.5.0 oracle would have fixed it, check with MOS.
    Problem with ODI cammand
    Thanks,
    Guru

  • ODI reading csv file issue

    Hi,
    I am in ODI 11.1.1, which is our ELT tool for metedata load for all Planning App.
    One issue i am facing is , one data extract coming from an essbase cube using a Calc Script as .csv file.
    when i am trying to read that in ODI , it is unable to read. Opening the file and saving it manually . After that step ODI is able to read the file.
    in the datastore under the Model , i have defined the file type Delimited as comma and header 2, record separator Ms-Dos.
    anyone has come accross this issue ?
    Thanks,
    KP

    Hi,
    Most probalby it is due to difference between file creation platform and file read platform.
    Say you created a file in Unix and then try to read the file in MS_Dos , ODI will not be able to file , unless you set
    record separator as Unix.
    Thanks,
    Sutirtha

  • CS5.5--Issues with audio from imported avi's & issues exporting

    To Start, my laptop:
    CPU: Intel® Core ™ i7-2330QM CPU @ 2.00 GHz
    CPU Clock Frequency: 2.00 GHz
    System Memory: 8 GBytes
    Cache Memory: 1 MBytes/6 Mbytes
    Manufacturer: Sony Corporation
    Model name: VPCF226FM
    BIOS VERSION: R1190V#
    OS Version: Microsoft Windows 7 Home Premium
    ME Version: 7.0.10.1203
    System Type: 64-bit Operating System
    I downloaded the 30-day free trial of Premiere Pro CS5.5 with all updates.  To play with the program, for my own personal amusement, I wanted to edit together pieces from a bunch of avi videos that I know to play properly outside the program, tested on more than one computer.
    At first, importing the files seemed to be no problem, making subclips as I went along.
    However, as I continued to import files, there began to be a sound issue--sometimes the sound not being present till I was 1/3 of the way through the clip, sometimes the sound seemingly playing catch up with audio that should be earlier in the video appearing later, sometimes the sound wouldn't come up at all, and still other times I'd be, for example, on video 5 when pieces of audio from video 2 would start playing over the current video.
    I initially thought it may just be a memory issue, working with many large video files.
    But later, when I went to edit the subclips I made, I found that many of them no longer had sound, even if they did when I initially subclipped them.
    Weirdly, in the timeline, there is no consistency, as clips will appear in the video track but only some show audio tracks too.  But those with audio tracks don't always play audio and those that show NO audio tracks at all actually do play audio sometimes.  Also, those that show audio tracks and don't play them sometimes will show waveforms, sometimes don't.  A clip with no waveform may not play 95% of the time, but then occasionally will suddenly have the waveform and play a couple times before reverting back to no audio.
    A suitable solution for this personal amusement project would just be to drop a new soundtrack over the thing but, before I even got that far, I tried exporting as avi's and mpeg4's but then get error messages such as:
    Premiere Pro has encountered an error.
    [..\..\Src\Win\WinFile.cpp-785]
    Error compiling movie.
    Unknown error.
    In case it was a memory issue, I tried starting a new project, only importing 2 videos, but had the same audio and exporting issues.
    I'm getting really frustrated as I spent a lot of time importing/subclipping and then even more time prepping before that.
    For those who are bound to ask, while new to Premiere, I'm not a novice with editing.  I've used Final Cut Pro at work for many years (without such issues).
    Thanks for your help.

    You might start at http://www.xvid.com/
    Tools to Convert to DV-AVI http://forums.adobe.com/thread/415317
    Convert http://premierepro.wikia.com/wiki/FAQ:How_do_I_convert_my_files%3F
    Convert SD (Standard Definition) files to DV-AVI Type II with 48KHz 16-bit Audio
    As well as the links just above, use Google to find conversion software
    I have NOT used the products below, I only forward due to other mentions... so YMMV and all the usual disclaimers... check the links and read to find out if one of the products listed below will rip or convert the files you have to something you need for editing
    http://www.corel.com/servlet/Satellite/us/en/Product/1175714228541#tabview=tab0
    http://www.womble.com/products/mvw.html
    http://www.magix.com/us/movie-edit-pro/ plus $5 Ship
    http://www.nchsoftware.com/prism/index.html
    http://www.videoredo.com/en/index.htm
    http://www.daniusoft.com/media-converter-ultimate.html
    http://www.deskshare.com/media-converter.aspx Digital Media Converter
    http://www.topsoftwareol.com/product/Video/Video_Converter_Standard.html
    http://www.erightsoft.com/SUPER.html Multi-Converter <-- supposed to be very good
    http://download.cnet.com/FreeStar-Free-Video-Converter/3000-2194_4-10854990.html
    http://www.videohelp.com/tools/XviD4PSP

Maybe you are looking for

  • How to download Pages 4.3 to replace the flawed 5.2

    Pages 5.2 may well have a lot of nice new features but given that it is now 30% fatter why has Apple removed essential features without publishing any warning about such excisions. 5.2 is very likely to ruin any 4.3 file you open, worse it stops 4.3

  • Order of execution of rules in a transformation

    I have a transformation in wich 2 rules are using abap-code. Both rules need an initial calculation which is the same for both rules. After the initial calculation each rules proceeds differently. So I have rule 1: - INITIAL ABAPCODE A - FURTHER ABAP

  • Exchange 2007 and exchange 2010 Federation

    Hi all I am trying to federate between Three organisations org A exchange 2007 with exchange 2010 cas org B exchange 2010. org C exchange 2010. I cannot share my calendar from org A to Org B I can share Org B to Org A and Org B to Org C. when I try f

  • JDBC / oracle / date & TIME

    I am attempting to insert the date and time into a date-time field in an Orcale DB.  I am currently sending the following data into the field. 24-AUG-2007 13:45:44 and i am getting the error... Error while parsing or executing XML-SQL document: Error

  • How to increase iPhone ring time

    Is there a way to increase the ring time on the iPhone before it goes to voicemail