How to compile a report in windows

Dear Memebers,
Generally standard reports contain a lot of user exits as a results of which we cannot compile the reports using reports builder. How can we compile a standard report in windows. I know the syntax which is shown below but how should i proceed.
REM WINDOWS COMPILE REPORT
::compile_report.bat
cls
Echo compiling Report .....
for %%f IN (FAS400.rdf) do RWCON60 userid=apps/apps@test batch=yes source=%%f
stype=rdffile DTYPE=REPFILE OVERWRITE=yes logfile=log.txt
ECHO FINISHED COMPILING
What if i have a report in some directory in windows. Can i mention the path and how do i run the above mentioned commands as a script in windows command prompt.
I would really appreciate your help. Correct me if i am wrong.
Thanks
Sandeep

for forms:
REM WINDOWS COMPILE FORMS
::compile_forms.bat
@echo off
cls
SET DBConnectString =
SET /P DBConnectString= Please enter DB connect string (user/password@sid):
SET workingDirectory =
SET /P workingDirectory= Enter the directory where FMBs are located (i.e. c:\dev\forms\):
cd %workingDirectory%
@echo on
echo Compiling Forms....
for /f %%a IN ('dir /b *.fmb') do ifcmp90 module=%%a userid=%DBConnectString% batch=yes
echo Finished Compiling for reports:
REM WINDOWS COMPILE FORMS
::compile_reports.bat
@echo off
cls
SET DBConnectString =
SET /P DBConnectString= Please enter DB connect string (user/password@sid):
SET workingDirectory =
SET /P workingDirectory= Enter the directory where RDFs are located (i.e. c:\dev\reports\):
cd %workingDirectory%
@echo on
echo Compiling Reports....
for /f %%a IN ('dir /b *.rdf') do rwconverter userid=%DBConnectString% batch=yes source=%%a stype=rdffile dtype=repfile overwrite=yes logfile=log.txt
echo Finished Compiling

Similar Messages

  • How To Compile Several Reports 10g At Once

    Hi all,
    I want to know how to compile several reports (rdf) 10g at once, not one by one.
    Thanks in adwance
    Vismantas

    Hi Inolau
    I am asking its working fine but where these rep files are generating i have put the batch file in my folder E:\Reports and from command prompt i am running this batch files its k but when i go to E:\Reprots folder there is not even a single rep file for these two reports.However if these rep generating some other directory but its not cause i have searched too for allz directory for exploc.REP and cldpln.REP.
    E:\Reports>my.bat
    E:\Reports>for %f IN (*.rdf) do RWCON60 userid=ics/ics@ics batch=yes source=%f s type=rdffile dtype=repfile overwrite=yes logfile=log.txt echo FINISHED COMPILING
    E:\Reports>RWCON60 userid=ics/ics@ics batch=yes source=exploc.RDF stype=rdffile dtype=repfile overwrite=yes logfile=log.txt echo FINISHED COMPILING
    E:\Reports>RWCON60 userid=ics/ics@ics batch=yes source=cldpln.RDF stype=rdffile dtype=repfile overwrite=yes logfile=log.txt echo FINISHED COMPILING
    Thanks for yours prompt response.

  • How to deploy crystal reports in Windows Azure

    I have developed a web application using VS 2008 and also developed some crystal reports for the appliation, now my task is to  migrate the web application to windows azure and to migrate to Windows Azure we have to convert the application to VS 2010 but in VS 2010 there is no inbuilt Crystal reports now my question is how should i migrate my crystal reports to windows Azure, kindly help me.
    Thanks in Advance
    Ramakrishna Reddy

    Hi,
    Installing [CR for VS 2010 |http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0.exe]on top of visual studio 2010 will give you a bundled crystal designer available inside visual studio 2010 IDE. Apply [SP2 on CR for VS 2010 |http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_13_0_2.exe]Upgrade the reports in the bundled designer and compile / build your application.
    Take a look at the Deployment section of [CR for VS 2010 Developer guide |http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_dg_2010_en.zip]for recommendded deployment procedures.
    The [MSI (Redistributable runtimes)|http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0_2.zip] is meant to install manually on the app server / client machine.
    Search the forum for 'cr for vs 2010 deployment' you will find many useful threads, kbases, wikis.
    Hope this helps,
    Bhushan.

  • How To Compile Several Reports 6i At Once

    Hi Allz
    I want to know how to convert reports 6i rdf to rep at once not one by one.Plz dont give me any link cause i have viewed alls the solution but unable to understand yet.Moreever plz tell me specifically how will i know coversion is completed at once for proof like from where can i get these generated rep files.
    Thanks in advance
    Khurram Siddiqui

    Hi Inolau
    I am asking its working fine but where these rep files are generating i have put the batch file in my folder E:\Reports and from command prompt i am running this batch files its k but when i go to E:\Reprots folder there is not even a single rep file for these two reports.However if these rep generating some other directory but its not cause i have searched too for allz directory for exploc.REP and cldpln.REP.
    E:\Reports>my.bat
    E:\Reports>for %f IN (*.rdf) do RWCON60 userid=ics/ics@ics batch=yes source=%f s type=rdffile dtype=repfile overwrite=yes logfile=log.txt echo FINISHED COMPILING
    E:\Reports>RWCON60 userid=ics/ics@ics batch=yes source=exploc.RDF stype=rdffile dtype=repfile overwrite=yes logfile=log.txt echo FINISHED COMPILING
    E:\Reports>RWCON60 userid=ics/ics@ics batch=yes source=cldpln.RDF stype=rdffile dtype=repfile overwrite=yes logfile=log.txt echo FINISHED COMPILING
    Thanks for yours prompt response.

  • How to hide the report progress window

    hii all
    i am running a report using a run_product builtin from a form but i want to hide the report progress window
    how can i do that
    thanks

    Ayman,
    the only way to do this is to run teh Reports in asynchronous mode which will have it running as a background job.
    frank

  • How to compile developer2000 reports in 9i reports developer

    Hi
    We have developer 2000 (reports2.5 verion)executables on ibm/AIX. We want to open and compile the reports in oracle 9i reports developer. what is the diff between d2k and 9i rpeorts developer. Can i install 9i reports developer on ibm.aix5.1 ? Please let me know.
    Thanks in advance.

    We are also having the same issue.

  • How to compile forms & Reports in 10g

    Hi Guys,
    We are migrating an application from Forms & Reports 6i to Oracle 10g. We have Windows based 10g IDS, Application Server is on HP-UX and Database also on HP-UX. We are migrating the forms & reports successfully on windows using 10g ids. while deploying forms & Reports in application Server on HP-UX, it will not work as platform is different.
    So my question is,
    How do I compile all forms & Reports under unix environment using Application Server?
    Can you people help me out at the earliest?
    Thanks

    Hello,
    Use rwconverter.sh for Reports and frmcmp.sh for Forms .
    Regards

  • How to compile .java files in windows server

    Hi All,
    I want to compile my CO.java file in server directly how can i do that my server is windows server
    If it is Linux i can login through putty and go to java top and then file location then i use to do javac filename.java then i use to get filename.class but now same thing i did in windows server which is not working please sugget how to do its bit urgent.

    Why do you want to compile it on the server and not in jdeveloper? You should be able to issue the javac command from the prompt. Your unix account must have permissions to that command though.
    For more info on the javac command:
    http://download.oracle.com/javase/1.4.2/docs/tooldocs/windows/javac.html
    Kristofer Cruz

  • How to compile a dll in window

    Hi ALL:
    I want a compile a java program through natvie method in c . Below is my code
    cl -I"c:\Program Files\j2sdk_nb\j2sdk1.4.2\include" -I"c:\Program Files\j2sdk_nb\j2sdk1.4.2\include\win32" -I"c:\Program Files\Microsoft Visual Studio\VC98\include" -LD Analyze.c -FeAnalyze.dllAnd there is a error message
    Command line error D2003 : missing source filenameBut I certain a file called Analyze.c in the path , why ther error ouccer???
    Can anyone help me
    Thanks in advance

    Hallo,
    You have not specified your problem very well. As I understand it, you want to be able to start the Java VM from C, and then call some Java methods from your C code. Is that correct? Or are you trying to create some native methods, that you can call from java?
    Your first problem is that you have not specified any code! You have just shown how you want to start the Microsoft compiler to compile your DLL. You have clearly not specified the compiler parameters correctly.
    I respectfully suggest that this is the wrong forum to get help with your Microsoft compiler problem. You need to read the documentation that comes with the compiler. It is very comprehensive. I would in any case ask: Why are you trying to compile your code from the command line? It is normally very much easier to create a Visual Studio project and do everything from within Visual Studio itself.

  • Ntopng compilation and installation on Windows Server 2008 R2

    Hi All, need some help on how to compile ntopng source to windows 64-bit OS.
    I tried to look for some good solutions but nothing.
    Cheers, JK

    On Tue, 2 Sep 2014 10:04:26 +0000, njk84 wrote:
    Hi All, need some help on how to compile ntopng source to windows 64-bit OS.
    I tried to look for some good solutions but nothing.
    You're asking about a non-Microsoft product. You should asked the providers
    of the software this question.
    http://www.ntop.org/support/need-help/
    Paul Adare - FIM CM MVP
    An ASCII character walks into a bar and orders a double. "Having a
    bad day?" asks the barman. "Yeah, I have a parity error," replies the
    ASCII character. The barman says, "Yeah, I thought you looked a bit
    off." -- Skud

  • How Can I open Report within the same window instead of separate Window

    Hi All,
    I want to open report in my MDI form instead of opening it into a separate Oracle Report Navigator(i.e. Window which shows the report). How to do that? When I click the Report from Menu it should open it within the MDI Form. Any suggestion or reply would be greatly appreciated.
    One more question is how can i open report with in a maximized state. Actaully, the report will be opened in the normal state. How to open in maximized state instead of normal state. Is there any property in reports to acheive this?
    Thanks in Advance.
    Regards
    Gopinath Kona

    hello,
    reports is a separate application that is called from forms and therefore is running outside the context of the forms MDI window.
    you can use the commandline parameter MAXIMIZE=YES to start the runtime in full-screen-mode.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to run Oracle Report in new window

    Hi,
    There appear to be many threads regarding this issue, but so far I've been unable to piece together a solution to my problem.
    My requirements are quite simple really.
    - Invoke an Oracle Report from an HTMLDB page
    - Pass parameters form the page to the report URL
    - Run the report in a new window
    I have created a simple example at:
    http://htmldb.oracle.com/pls/otn/f?p=36506:1
    Page 1 contains the following HTML Header attribute
    <script language="JavaScript" type="text/javascript">
    function callMyPopup (url){
    w = open(url,"winLov","");
    if (w.opener == null)
    w.opener = self;
    w.focus();
    </script>
    The URL i wish to invoke is
    http://myappserver/reports/rwservlet?test/test@test+report=test.rdf+&P1_PARAMETER.
    My question is, where would I put the code to invoke the URL? I'm trying to use the following code
    javascript:callMyPopup('http://myappserver/reports/rwservlet?test/test@test+report=test.rdf+&P1_PARAMETER.');
    I've tried putting this in a branch but I get a 'Page can not be displayed' error.
    Any help would be appreciated.
    Thanks
    Andrew

    Hi,
    I'm trying to invoke an oracle report through a button in apex2.2. Please let me know how to display the report in a new window.
    I have put the URL as of now in the branch of the button, and the report is getting displayed in the same window.
    I've read some of the posts and put the URL as the target of the button instead of a branch and also used the javascript:popupURL(), but it still doesnt work for me. The URL works fine without the javascript.
    I have put the URL as of now in the branch of the button, and the report is getting displayed in the same window.
    Thanks in advance,
    Priyanka

  • How to print the report directly without previewing (report viewer) using c# windows application

    Hi,
    Currently, we are using crystal report to all of our reporting applications, but since I/users have encountered some issues about CR's speed to load only a simple report, maybe it is now time for us to adopt a new reporting environment in which I think SSRS
    can fill this problem.
    To start with, I have here a sample code, that uses the crystal report to print the report directly without previewing:
    csCashInvoiceCal csCashCal; --Crystal report name .rpt
    dsCsReceipt dsCs; --created dataset
    DataTable u;
    DataRow s;
    private System.Drawing.Printing.PrintDocument printDocument1;
    private System.Windows.Forms.PrintDialog printDialog1;
    ParameterValues paramValue;
    ParameterDiscreteValue discreteValue;
    ParameterFieldDefinition fieldDefinition;
    private void btnPrint_Click(object sender, EventArgs e)
    this.Cursor = Cursors.WaitCursor;
    loadReceipt2();
    print2();
    csCashCal.Close();
    this.Cursor = Cursors.Default;
    private void loadReceipt2()
    dsCs = new dsCsReceipt(); --created dataset
    u = dsCs.Tables.Add("DtCsReceipt");
    u.Columns.Add("Qty", Type.GetType("System.String"));
    u.Columns.Add("UOM", Type.GetType("System.String"));
    u.Columns.Add("Description", Type.GetType("System.String"));
    u.Columns.Add("UnitPrice", Type.GetType("System.String"));
    u.Columns.Add("Discount", Type.GetType("System.String"));
    u.Columns.Add("Amount", Type.GetType("System.String"));
    try
    for (int i = 0; i < dgvDesc.Rows.Count - 1; i++)
    s = u.NewRow(); double.TryParse(dgvDesc.Rows[i].Cells[Discount2.Name].Value.ToString(), out discount);
    s["Qty"] = double.Parse(dgvDesc.Rows[i].Cells[Qty.Name].Value.ToString());
    s["UOM"] = dgvDesc.Rows[i].Cells[Uom2.Name].Value.ToString();
    s["Description"] = invcode + dgvDesc.Rows[i].Cells[Description.Name].Value.ToString();
    s["UnitPrice"] = dgvDesc.Rows[i].Cells[UnitPrice.Name].Value.ToString();
    if (discount != 0)
    s["Discount"] = "(" + string.Format("{0:0.##}", discount) + "%)";
    else
    s["Discount"] = "";
    s["Amount"] = dgvDesc.Rows[i].Cells[Amount2.Name].Value.ToString();
    u.Rows.Add(s);
    catch (Exception) { }
    csCashCal = new csCashInvoiceCal();
    csCashCal.SetDataSource(dsCs.Tables[1]);
    //csCashCal.Refresh();
    loadParameter2();
    private void loadParameter2()
    ParameterFieldDefinitions paramFieldDefinitions;
    paramValue = new ParameterValues();
    discreteValue = new ParameterDiscreteValue();
    paramFieldDefinitions = csCashCal.DataDefinition.ParameterFields;
    discreteValue.Value = date;
    fieldDefinition = paramFieldDefinitions["Date"];
    commonParam();
    discreteValue.Value = txtcsno.Text;
    fieldDefinition = paramFieldDefinitions["InvoiceNo"];
    commonParam();
    discreteValue.Value = txtNameTo.Text;
    fieldDefinition = paramFieldDefinitions["CustomerName"];
    commonParam();
    discreteValue.Value = txtAdd.Text;
    fieldDefinition = paramFieldDefinitions["CustomerAddress"];
    commonParam();
    ------other parameters----
    private void commonParam()
    paramValue.Clear();
    paramValue.Add(discreteValue);
    fieldDefinition.ApplyCurrentValues(paramValue);
    private void print2()
    using (printDocument1 = new System.Drawing.Printing.PrintDocument())
    using (this.printDialog1 = new PrintDialog())
    //this.printDialog1.UseEXDialog = true;
    this.printDialog1.Document = this.printDocument1;
    DialogResult dr = this.printDialog1.ShowDialog();
    if (dr == DialogResult.OK)
    int nCopy = this.printDocument1.PrinterSettings.Copies;
    int sPage = this.printDocument1.PrinterSettings.FromPage;
    int ePage = this.printDocument1.PrinterSettings.ToPage;
    string PrinterName = this.printDocument1.PrinterSettings.PrinterName;
    try
    csCashCal.PrintOptions.PrinterName = PrinterName;
    csCashCal.PrintToPrinter(nCopy, false, sPage, ePage);
    printcount++;
    //saveCountPrint();
    catch (Exception err)
    MessageBox.Show(err.ToString());
    This is only a simple sales receipt application that uses dgv and textboxes to push its data to dataset to the crystal report, a simple one but there are instances that it is very slow.
    But I'm having trouble implementing this using SSRS, since I'm only new to this one, wherein I created the report using report wizard, with two button options inside the form for print preview or direct print selection. Actually, it is very easy to implement
    with print preview because it uses reportviewer. My problem is that how can I print the report directly without using a reportviewer?
    So here is my code so far which I don't know what's next:
    private void button2_Click(object sender, EventArgs e)
    this.Cursor = Cursors.WaitCursor;
    loadReceipt3();
    //print3();
    this.Cursor = Cursors.Default;
    ReportParameter[] parameter = new ReportParameter[11];
    private void loadParameter3()
    parameter[0] = new ReportParameter("InvoiceNo", txtcsno.Text);
    parameter[1] = new ReportParameter("Date", date);
    parameter[2] = new ReportParameter("CustomerTin", txtTin.Text);
    parameter[3] = new ReportParameter("CustomerName", txtNameTo.Text);
    parameter[4] = new ReportParameter("CustomerAddress", txtAdd.Text);
    parameter[5] = new ReportParameter("Agent", agent);
    parameter[6] = new ReportParameter("Discount", "Discount: ");
    parameter[7] = new ReportParameter("TotalDiscount", lblDiscount.Text + "%");
    parameter[8] = new ReportParameter("TotalSales", rdtotal);
    parameter[9] = new ReportParameter("Tax", rdtax);
    parameter[10] = new ReportParameter("TotalAmount", rdnet);
    private void loadReceipt3()
    DataSet dsrs = new DataSet();
    DataTable dtrs = new DataTable();
    DataRow drs;
    dtrs.Columns.Add("Qty", Type.GetType("System.String"));
    dtrs.Columns.Add("UOM", Type.GetType("System.String"));
    dtrs.Columns.Add("Description", Type.GetType("System.String"));
    dtrs.Columns.Add("UnitPrice", Type.GetType("System.String"));
    dtrs.Columns.Add("Discount", Type.GetType("System.String"));
    dtrs.Columns.Add("Amount", Type.GetType("System.String"));
    try
    for (int i = 0; i < dgvDesc.Rows.Count - 1; i++)
    drs = dtrs.NewRow();
    drs["Qty"] = double.Parse(dgvDesc.Rows[i].Cells[Qty.Name].Value.ToString());
    drs["UOM"] = dgvDesc.Rows[i].Cells[Uom2.Name].Value.ToString();
    drs["Description"] = invcode + dgvDesc.Rows[i].Cells[Description.Name].Value.ToString();
    drs["UnitPrice"] = dgvDesc.Rows[i].Cells[UnitPrice.Name].Value.ToString();
    if (discount != 0)
    drs["Discount"] = "(" + string.Format("{0:0.##}", discount) + "%)";
    else
    drs["Discount"] = "";
    drs["Amount"] = dgvDesc.Rows[i].Cells[Amount2.Name].Value.ToString();
    dtrs.Rows.Add(s);
    catch (Exception) { }
    int addtlRow = 7;
    if (addtlRow > (count - 1))
    addtlRow = addtlRow - (count - 1);
    for (int i = 0; i < addtlRow; i++)
    dtrs.Rows.Add();
    loadParameter3();
    LocalReport localreport = new LocalReport();
    localreport.SetParameters(parameter);
    localreport.DataSources.Clear();
    localreport.DataSources.Add(new ReportDataSource("dsSalesReceiptSsrs", dtrs));
    localreport.Refresh();
    //what's next....
    So what's next after local..refresh()? Actually, I have googled a lot but I didn't found the exact solution that I'm looking for which confuses me a lot.
    Anyway I'm using VS 2010 with sql server 2012 express.
    You're help will be greatly appreciated.
    Thank you,
    Hardz

    After some further studies with ReportViewer controls and with the use of this tutorial @ : http://msdn.microsoft.com/en-us/library/ms252091.aspx, which helps me a lot on how to print a report without using a report viewer, I found out what is missing
    with my code above and helps solve my question.
    Here's the continuation of the code above:
    private void loadReceipt3()
    loadParameter3();
    LocalReport localreport = new LocalReport();
    localreport.ReportPath = @"..\..\SsrsCashReceipt.rdlc";
    localreport.SetParameters(parameter);
    localreport.DataSources.Clear();
    localreport.DataSources.Add(new ReportDataSource("dsSalesReceiptSsrs", dtrs));
    Export(localreport);
    print4();
    private IList<Stream> m_streams;
    private int m_currentPageIndex;
    private void Export(LocalReport report)
    string deviceInfo =
    @"<DeviceInfo>
    <OutputFormat>EMF</OutputFormat>
    <PageWidth>8.5in</PageWidth>
    <PageHeight>11in</PageHeight>
    <MarginTop>0.25in</MarginTop>
    <MarginLeft>0.25in</MarginLeft>
    <MarginRight>0.25in</MarginRight>
    <MarginBottom>0.25in</MarginBottom>
    </DeviceInfo>";
    Warning[] warnings;
    m_streams = new List<Stream>();
    report.Render("Image", deviceInfo, CreateStream,
    out warnings);
    foreach (Stream stream in m_streams)
    stream.Position = 0;
    private void print4()
    if (m_streams == null || m_streams.Count == 0)
    throw new Exception("Error: no stream to print.");
    PrintDocument printDoc = new PrintDocument();
    PrintDialog printDlg = new PrintDialog();
    printDlg.Document = printDoc;
    DialogResult dr = printDlg.ShowDialog();
    if (dr == DialogResult.OK)
    if (!printDoc.PrinterSettings.IsValid)
    throw new Exception("Error: cannot find the default printer.");
    else
    printDoc.PrintPage += new PrintPageEventHandler(PrintPage);
    m_currentPageIndex = 0;
    printDoc.Print();
    Dispose();
    public void Dispose()
    if (m_streams != null)
    foreach (Stream stream in m_streams)
    stream.Close();
    m_streams = null;
    private Stream CreateStream(string name, string fileNameExtension, Encoding encoding, string mimeType, bool willSeek)
    Stream stream = new FileStream(name + "." + fileNameExtension,
    FileMode.Create);
    m_streams.Add(stream);
    return stream;
    private void PrintPage(object sender, PrintPageEventArgs ev)
    Metafile pageImage = new
    Metafile(m_streams[m_currentPageIndex]);
    // Adjust rectangular area with printer margins.
    Rectangle adjustedRect = new Rectangle(
    ev.PageBounds.Left - (int)ev.PageSettings.HardMarginX,
    ev.PageBounds.Top - (int)ev.PageSettings.HardMarginY,
    ev.PageBounds.Width,
    ev.PageBounds.Height);
    // Draw a white background for the report
    ev.Graphics.FillRectangle(Brushes.White, adjustedRect);
    // Draw the report content
    ev.Graphics.DrawImage(pageImage, adjustedRect);
    // Prepare for the next page. Make sure we haven't hit the end.
    m_currentPageIndex++;
    ev.HasMorePages = (m_currentPageIndex < m_streams.Count);
    Thank you very much for this wonderful tutorial. :)

  • How to compile 600 d2k reports at a time.

    I have done import oracle database 8i in new server, how I can recompile reports developed in oracle d2k at a sigle go.
    as it is very tedious to compile one by one and time consuming everytime i import database. without recomile the reports does not work.

    Hello,
    Is this what you are looking for? You can create procedure from this and call it from application side
    DECLARE
    CURSOR mycur
    IS
    SELECT object_type, object_name FROM user_objects
    where status='INALID';
    v_sql VARCHAR2 (100);
    BEGIN
    FOR cur IN mycur
    LOOP
    v_sql :=
    ' ALTER ' || cir.object_type || ' ' || cur.object_name || ' COMPILE';
    EXECUTE IMMEDIATE v_sql;
    END LOOP;
    END;
    Regards                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to compile a java file in J9 for windows mobile 5.0

    I have downloaded J9 for windows mobile 5.0 and need help on how to compile a java file.

    You can compile your source code using J2SE ;)
    may be this is important for you:
    http://awareness.ics.uci.edu/~rsilvafi/pocketPC/index.
    html
    Regards!!!Actually i am using some eSWT related classes also.. so is there any way to compile from the J9 environment using J9 console..

Maybe you are looking for

  • Help me choose a quality, studio vocal mic

    Hi everyone - I'm still piecing together my home "mini" studio and am now ready to purchase a quality, studio vocal mic or two. I'd like to keep the budget at $500 or less, including used. Should I purchase two vocal mics for home studio recording? I

  • My Smart Collections in FCP X Are Not Working

    Hello, I'm running Final Cut Pro X 10.1.1 on a new 2013 Mac Pro. For some reason I am not able to get my smart collections to work. After creating a smart collection and naming it b roll, I proceed to label clips b roll, but they are not showing up i

  • Parked document workflow(urgent)

    Hello all, I have modified the std wf for parked documents(ws00400004).I hav e to implement the subworklfow (ws10000052) fro 2 level release for the main workflow.i.e.I have three steps in my main workflow(Complete,release and post).At the 2nd step I

  • Bug: Publish Settings Target Directory resets on open

    Using Edge Animate (EA) CC version 2.0.1.268.25632 Windows 8 Reproduction: Create new file. Save in project folder. Open Publish Settings and change Target Directory (in my case to a few directories above). Publish and save file. Close EA and reopen.

  • FIXED ALL ERRORS: But now there are holes in my table.

    As you can see its a valid page but now the bottom right rounded corner is gone, and there are entire blocks of color missing from the interior of the table. Anyone have any ideas? http://www.hometeamproperties.net/Forms/PVA/LPV.htm