Insight Reporter V3 / CM 3.6.5 Build 301

Hi,
I have installed Insight ( with MySQL ) and CM (with Oracle 10g) in the same server. When I after to configure the Remote Database always reiceive the same reponse: Configuration Test Failed.
The data introduced are correct, but I dont know where is the source of the problem.
Name: pqprod
IP: IP Server (localhost)
Schema:
User
Pass
Type:Oracle
Port:1521
Device Type:SCE
Version: 3.7.0
I already add this lines in catalina.policy file , restarted the Tomcat but the problem continue.
grant {
permission java.net.SocketPermission "<CM DB IP ADDRESS>:<1521>", "connect", "resolve";
I appreciate your help.

Hi, more information...
I already added the ojdbc driver (ojdbc14.jar) into the directory:
< [user home directory]/Insight/apache-tomcat-6.0.20/webapps/insight/WEB-INF/lib >
and in the log continue appearing this errors :
2011-11-15 16:47:39  INFO com.cisco.insight.requestprocessor.services.impl.settings.SettingsRestService.testRemoteDatabase(SettingsRestService.java:323) - testRemoteDatabase :false
2011-11-15 16:47:40  INFO com.cisco.insight.auth.bo.impl.AuthBOImpl.isTokenValid(AuthBOImpl.java:194) - Checking if token is valid
2011-11-15 16:47:40  INFO com.cisco.insight.auth.bo.impl.AuthBOImpl.isTokenValid(AuthBOImpl.java:205) - Token valid : 8a698c20-48c9-4717-b809-020c9e52da48
2011-11-15 16:47:40  INFO com.cisco.insight.config.service.impl.ConfigService.testRemoteDB(ConfigService.java:574) - testRemoteDB remoteDB IPAddress::172.18.44.30
2011-11-15 16:47:40  INFO com.cisco.insight.dbmgr.service.impl.RemoteDBManager.testRemoteDBConnection(RemoteDBManager.java:120) - testRemoteDBConnection remoteDB HostName [172.18.44.30]
2011-11-15 16:47:40  INFO com.cisco.insight.dbmgr.bo.impl.RemoteDatabaseBOImpl.getTestConnectionPool(RemoteDatabaseBOImpl.java:202) - Creating TEST PooledDataSource for remote database name [pqprod]
2011-11-15 16:47:40  INFO com.cisco.insight.dbmgr.bo.impl.RemoteDatabaseBOImpl.getTestConnectionPool(RemoteDatabaseBOImpl.java:230) - dbURL {jdbc:oracle:thin:@172.18.44.30:1521/pqb_admin}
2011-11-15 16:47:40  INFO com.cisco.insight.dbmgr.bo.impl.RemoteDatabaseBOImpl.getTestConnectionPool(RemoteDatabaseBOImpl.java:231) - driver {oracle.jdbc.driver.OracleDriver}
2011-11-15 16:47:40  INFO com.cisco.insight.dbmgr.bo.impl.RemoteDatabaseBOImpl.getTestConnectionPool(RemoteDatabaseBOImpl.java:232) - dialect {org.hibernate.dialect.OracleDialect}
2011-11-15 16:47:40  INFO com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getPoolManager(AbstractPoolBackedDataSource.java:462) - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 1, acquireRetryAttempts -> 1, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 30000, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 1bqrori8j1atpg3r9pmjey|1299442, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> oracle.jdbc.driver.OracleDriver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1bqrori8j1atpg3r9pmjey|1299442, idleConnectionTestPeriod -> 1800, initialPoolSize -> 1, jdbcUrl -> jdbc:oracle:thin:@172.18.44.30:1521/pqb_admin, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 300, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 1, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 1, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> SELECT 1, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
2011-11-15 16:47:40  WARN com.mchange.v2.c3p0.DriverManagerDataSource.ensureDriverLoaded(DriverManagerDataSource.java:107) - Could not load driverClass oracle.jdbc.driver.OracleDriver
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1645)
    at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1491)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at com.mchange.v2.c3p0.DriverManagerDataSource.ensureDriverLoaded(DriverManagerDataSource.java:100)
    at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:132)
    at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
    at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
    at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
    at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
    at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
    at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
    at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
2011-11-15 16:47:40  WARN com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1841) - com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@c1c2f1 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (1). Last acquisition attempt exception:
java.sql.SQLException: No suitable driver
    at java.sql.DriverManager.getDriver(Unknown Source)
    at com.mchange.v2.c3p0.DriverManagerDataSource.driver(DriverManagerDataSource.java:223)
    at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
    at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
    at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
    at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
    at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
    at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
    at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
    at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
2011-11-15 16:47:40 ERROR com.cisco.insight.dbmgr.service.impl.RemoteDBManager.testRemoteDBConnection(RemoteDBManager.java:146) - Couldn't connect to Remote Database Name[pqprod]
java.sql.SQLException: Connections could not be acquired from the underlying database!
    at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
    at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:529)
    at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
    at com.cisco.insight.dbmgr.service.impl.RemoteDBManager.testRemoteDBConnection(RemoteDBManager.java:144)
    at com.cisco.insight.config.service.impl.ConfigService.testRemoteDB(ConfigService.java:579)
    at com.cisco.insight.requestprocessor.services.impl.settings.SettingsRestService.testRemoteDatabase(SettingsRestService.java:321)
    at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140)
    at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:252)
    at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:217)
    at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:206)
    at org.jboss.resteasy.core.SynchronousDispatcher.getResponse(SynchronousDispatcher.java:514)
    at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:491)
    at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:120)
    at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.service(ServletContainerDispatcher.java:200)
    at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:48)
    at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:43)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at com.cisco.insight.requestprocessor.servlets.filters.RequestFilter.doFilter(RequestFilter.java:140)
    at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:236)
    at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
    at java.lang.Thread.run(Unknown Source)
Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
    at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1319)
    at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:557)
    at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:477)
    at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:525)
    ... 35 more
2011-11-15 16:47:40 ERROR com.cisco.insight.config.service.impl.ConfigService.testRemoteDB(ConfigService.java:584) - Exception
com.cisco.insight.dbmgr.exception.RemoteDBException: java.sql.SQLException: Connections could not be acquired from the underlying database!
    at com.cisco.insight.dbmgr.service.impl.RemoteDBManager.testRemoteDBConnection(RemoteDBManager.java:156)
    at com.cisco.insight.config.service.impl.ConfigService.testRemoteDB(ConfigService.java:579)
    at com.cisco.insight.requestprocessor.services.impl.settings.SettingsRestService.testRemoteDatabase(SettingsRestService.java:321)
    at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:140)

Similar Messages

  • Time taken to replicate campaigns from Eloqua into the Insight reporting tool

    I have found there seems to be a delay in the campaign metrics for active campaigns getting into the reporting tool so that I can extract them for sales follow up.  Does anyone know how long this is supposed to take?

    Hello,
    For Insight Reporting it can take up to 24 hours for metrics to show up in reporting found in Insight. For more "real time" data try clicking in the asset (ie campaign or email etc) and click on the gear-cog --> settings --> Operational Reporting. These reports show the most up to date data. The down side to this data is it is only able to show you up to the last 3 months worth of data.
    I hope this helps!
    Stephanie

  • Data Insight - Firstlogic IQ Insight Reporting Engine

    We have Data Insight installed (Windows 2003), occasionally (twice a week) the reporting engine ceases exporting reports.
    Attempting to stop the "Firstlogic IQ Insight Reporting Engine" windows service fails and the only remedy is to restart the server.
    Is anybody else experiencing this?

    Hi Maurice,
    This is a known issue with the data insight reporting engine.  You cannot stop it from within the Windows services console.  The only thing you can do to stop it would be to actually kill the process within Task Manager.  make sure the service is set to startup as Manual then and you can always reboot and then it won't start up on the restart of the server if you want to leave it stopped.
    Hope this help.
    Thanks,
    Denise Meyer
    Support Engineer
    AGS Primary Support, Business User
    SAP AG

  • Insight Report Usage Tracking

    How can see usage reports, for Insight analysis.  # of Users, # of Runs, # of Distinct Users, etc per Insight report or dashboard? 

    Thanks Naresh,
    I am using SQL Server.....is there any such doc available for SQL Server so that I can get more insight into it?
    Thanks
    Saurabh

  • Report Generation Toolkit and Office 10 - build errors

    Using LabView 2011 and Report Generation Toolkit 2011.
    After installing Office 10, I would get build error for Excel-Print.Vi and Excel-SetCell.vi and build is then aborted.
    2011/vi.lib/addons/_office/_excelsub.llb/Excel-Print.vi.
    Says it is unable to save a vi without a block diagram.
    Uninstalled Office 10 and reinstalled Office 2003 and build went thru just fine.
    I can program using Excel 2003 and the compiled executable will work on another computer with Excel 2011 but once I install Office 10 on my LabVIEW computer I cannot build.
    Can't believe I could be the only one to experience this. Any workarounds?

    Duplicate Post

  • Report Generation Toolkit and Applicatio​n Builder

    I am going insane trying to work this out.
    I am trying to build an EXE program using Application Builder. The program uses the Office Report Generation Toolkit.
    I have tried including the dynamic VIs into the project, both from the Development machine and from the CD. I still have the same problem : the application does not start Excel. It is like the commands go into a black hole. There isn't even an error message.
    I have attached my report VI for you to peruse. Any help is appreciated.
    Brian Rose
    Solved!
    Go to Solution.
    Attachments:
    TestReport.vi ‏122 KB

    Yes, Labview 8.2
    Office Toolkit = 1.1.1
    I have tried many combinations of what files are included, from just the top level VI, to every VI in the heirarchy tree (a major pain). I am now trying to rebuild the project from scratch and see if that does anything.
    Brian Rose

  • MS office report function does not work after building the appication

    I use the MS office report function  with a custom excel template my application.
    It works properly in de developstate, but after building the application it does not work .
    I use office 2000  and Windows XP

    jmq wrote:
    I use the MS office report function  with a custom excel template my application.
    It works properly in de developstate, but after building the application it does not work .
    What error message if any did you get? It could be a couple things:
    1. Did you include the Report Toolkit's dynamic vis in the app's build process?
    Ref: Error 7 when Running an .EXE Using VIs from Report Generation Toolkit for MS Office
    2. How are you giving the path to you custom template, as a relative or an absolute path? The path will be different for the .exe. You have to strip twice.
    Ref: Why Can't My Executable Load My Included File When I Use Relative Path Encoding?
    =====================================================
    Fading out. " ... J. Arthur Rank on gong."

  • Incorporating Crystal Reports for Eclipse into a Maven build

    Is there a way to support or work around Maven dependencies for Crystal Reports?
    I'm working on a project in MyEclipse 8.5 and building it into an ear file using the integrated Maven support.
    We just recently started incorporating Crystal Reports into our project, and I have all the jar files in the WebINF\lib folder and the crystalreportviewers folder in the project as well and when I run the reports and viewers from jsp pages it works fine because Maven doesn't actually compile those. The problem is that I need to run scheduled reports in the background without ever showing anything to the user but whenever I try to access crystal reports directly in my java servlet classes my import line
    import com.crystaldecisions.sdk.occa.report.document.*;
    throws the following error:
    [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project webui: Compilation failure: Compilation failure:
    C:\...SchedulingServlet.java:[17,0]package com.crystaldecisions.sdk.occa.report.document does not exist
    Even if I'm not doing anything with it.
    I'm still new to Maven, jsp, and Crystal Reports, so any suggestions would be awesome.

    I get that error without even having any .prt files in the project.
    having the import statement alone throws that error

  • Speeding up report.  Questioning time used to build rep

    Using decode statement in the sql versus using functions(program units). We are using the functions to add 1 or 0 to a field based on certain criteria.
    For example:
    f_malemedicalformula
    f_femalemedicalformula
    I ran a trace and I can see the function being called many times.
    I was wondering is this the most efficient way of doing this or should we use a decode statement?
    I have included the trace. This querys seem to run pretty fast. It looks like a minute a peace for the querys.
    I think the time came from building the report. I have since ran the query through sql optimzer and tried some alternatives. They did make
    the query faster, but now I think the time it takes to render the report is mostly in the building of it. Any suggestions?
    Howard
    8:56:22  PLS .... (  Function:       f_malemedicalformula
    08:56:22  PLS .... )  Function:       f_malemedicalformula
    08:56:22  PLS .... (  Function:       f_femalemedicalformula
    08:56:22  PLS .... )  Function:       f_femalemedicalformula
    08:56:22  PLS .... (  Function:       f_malefurloughformula
    08:56:22  PLS .... )  Function:       f_malefurloughformula
    08:56:22  PLS .... (  Function:       f_femalefurloughformula
    08:56:22  PLS .... )  Function:       f_femalefurloughformula
    08:56:22  PLS .... (  Function:       totalmale_per_facformula
    08:56:22  PLS .... )  Function:       totalmale_per_facformula
    08:56:22  PLS .... (  Function:       f_femaleformula
    08:56:22  PLS .... )  Function:       f_femaleformula
    08:56:22  PLS .... (  Function:       f_malemedicalformula
    08:56:22  PLS .... )  Function:       f_malemedicalformula
    08:56:22  PLS .... (  Function:       f_femalemedicalformula
    08:56:22  PLS .... )  Function:       f_femalemedicalformula
    08:56:22  PLS .... (  Function:       f_malefurloughformula
    08:56:22  PLS .... )  Function:       f_malefurloughformula
    08:56:22  PLS .... (  Function:       f_femalefurloughformula
    08:56:22  PLS .... )  Function:       f_femalefurloughformula
    08:56:22  PLS .... (  Function:       totalmale_per_facformula
    08:56:22  PLS .... )  Function:       totalmale_per_facformula
    08:56:22  PLS .... (  Function:       f_femaleformula
    08:56:22  PLS .... )  Function:       f_femaleformula
    08:56:22  PLS .... (  Function:       f_malemedicalformula
    08:56:22  PLS .... )  Function:       f_malemedicalformula
    08:56:22  PLS .... (  Function:       f_femalemedicalformula
    08:56:22  PLS .... )  Function:       f_femalemedicalformula
    08:56:22  PLS .... (  Function:       f_malefurloughformula
    08:56:22  PLS .... )  Function:       f_malefurloughformula
    08:56:22  PLS .... (  Function:       f_femalefurloughformula
    08:56:22  PLS .... )  Function:       f_femalefurloughformula
    08:56:22  PLS .... (  Function:       totalmale_per_facformula
    08:56:22  PLS .... )  Function:       totalmale_per_facformula
    08:56:22  PLS .... (  Function:       f_femaleformula
    08:56:22  PLS .... )  Function:       f_femaleformula
    08:56:22  PLS .... (  Function:       f_malemedicalformula
    08:56:22  PLS .... )  Function:       f_malemedicalformula
    08:56:22  PLS .... (  Function:       f_femalemedicalformula
    08:56:22  PLS .... )  Function:       f_femalemedicalformula
    08:56:22  PLS .... (  Function:       f_malefurloughformula
    08:56:22  PLS .... )  Function:       f_malefurloughformula
    08:56:22  PLS .... (  Function:       f_femalefurloughformula
    08:56:22  PLS .... )  Function:       f_femalefurloughformula
    08:56:22  PLS .... (  Function:       totalmale_per_facformula
    08:56:22  PLS .... )  Function:       totalmale_per_facformula
    08:56:22  PLS .... (  Function:       f_femaleformula
    08:56:22  PLS .... )  Function:       f_femaleformula
    08:56:22  PLS .... (  Function:       f_malemedicalformula
    08:56:22  PLS .... )  Function:       f_malemedicalformula
    08:56:22  PLS .... (  Function:       f_femalemedicalformula
    08:56:22  PLS .... )  Function:       f_femalemedicalformula
    08:56:22  PLS .... (  Function:       f_malefurloughformula
    08:56:22  PLS .... )  Function:       f_malefurloughformula
    08:56:22  PLS .... (  Function:       f_femalefurloughformula
    08:56:22  PLS .... )  Function:       f_femalefurloughformula
    08:56:22  PLS .... (  Function:       totalmale_per_facformula
    08:56:22  PLS .... )  Function:       totalmale_per_facformula
    08:56:22  PLS .... (  Function:       f_femaleformula
    08:56:22  PLS .... )  Function:       f_femaleformula
    08:56:22  PLS .... (  Function:       f_malemedicalformula
    08:56:22  PLS .... )  Function:       f_malemedicalformula
    08:56:22  PLS .... (  Function:       f_femalemedicalformula

    talldave68 wrote:
    Okay thanks for the reply, that is actually a pretty good way to explain i! Am I right that if there was no edits, a dvd would encode quicker using an mpeg 2 file as source?
    Don't know, never have used this workflow. Maybe someone else can answer.
    I presume I used an mpeg 2 file and just cropped the last 2 minutes off the end it would again need to be re-encoded?
    Yes, AFAIK. Make any change and my understanding is that the mpeg GOP (Group Of Pictures)  will need to be rebuilt for the file.
    My other capture device captures in mp4, so guess I will just import it direct into compressor and do any edits there, as no advantage using mpeg 2 capture.
    Using compressor to trim the clips is, I guess, OK. mp4 is a much newer codec the mpeg2 so may be a better solution for your workflow. If I had the option of capturing in mpeg 2 or mp4, I'd choose mp4.
    But keep checking back as someone who has more experience with may be able to give better advice.
    When I wanted to move years of home DV tapes to DVD, I bought a set top DVD Recorder from Panasonic and just hooked up the camera and went directly to the  DVD, pausing the recording to edit out the stuff I didn't want.
    Something like this:
    http://www.bhphotovideo.com/c/product/620022-REG/Panasonic_DMR_ES18_DMR_ES18_Mul ti_System_Multi_Zone_DVD.html
    MtD

  • Financial Reports Client 11.1.2.1 build 507 needed

    Hi,
    I need to match my client with the exact version that's on our server. When I log into Fin Reports on the actual server the version is 11.1.2.507
    My question is. How do I get that exact version/patch level? I cannot log into support.oracle.com and try and get it as my email is not tied to any companies account thus I'm blocked from there.
    Does anyone have any ideas how I can get it or can someone dropbox it to me?

    OK. Colleague of mine helped me out. So now I have these Patch Set Updates: 101 , 104 , 107 , 111 , 114 , 118 , 120 and 124. These look like the Server side patches? Or are the Client patches in there too? Also, I looked at the readme's and can't find out which one of the above is actually the .507 client version I need. Is there some magic there to determine which one above contains .507 version of FR client? Sorry for so many questions as I'm not a Infrastructure guru.

  • Report Generation for Excel does not work after using the Application Builder

    I have a VI that writes data to an Excel file using the Report Generation Toolkit. I recently compiled the VI into a single Application (EXE) using the Application Builder. My VI runs its tests properly, but no data is written to Excel. What could be the cause? I don't receive any error messages.

    Hi
    I usually build exe-files, which sometimes also have report functionality.
    Open the Application Builder and check the following things:
    1. Add the following vis: _Word Dynamic VIs.vi, _Excel Dynamic VIs.vi They should be located in the directory ..\LabVIEW X.X\vi.lib\addons\_office in the llbs _wordsub.llb and _exclsub.llb (report1.jpg)
    2. If you use an Installer, go to the Advanced Settings. There you can select some things to include in the Installer. Check if "NI Reports Support" is selected. (report2.jpg)
    These are the things I always do, if I need reports and I never had problems up to now. I made two screen-shots of these settings.
    Hope this helps.
    Thomas
    Using LV8.0
    Don't be afraid to rate a good answer...
    Attachments:
    report.zip ‏25 KB

  • Report Builder Wizard and Parameter Creation with values from other data source e.g. data set or views for non-IT users or Business Analysts

    Hi,
    "Report Builder is a report authoring environment for business users who prefer to work in the Microsoft Office environment.
    You work with one report at a time. You can modify a published report directly from a report server. You can quickly build a report by adding items from the Report Part Gallery provided by report designers from your organization." - As mentioned
    on TechNet. 
    I wonder how a non-technical business analyst can use Report Builder 3 to create ad-hoc reports/analysis with list of parameters based on other data sets.
    Do they need to learn TSQL or how to add and link parameter in Report Builder? then How they can add parameter into a report. Not sure what i am missing from whole idea behind Report builder then?
    I have SQL Server 2012 STD and Report Builder 3.0  and want to train non-technical users to create reports as per their need without asking to IT department.
    Everything seems simple and working except parameters with list of values e.g. Sales year List, Sales Month List, Gender etc. etc.
    So how they can configure parameters based on Other data sets?
    Workaround in my mind is to create a report with most of columns and add most frequent parameters based on other data sets and then non-technical user modify that report according to their needs but that way its still restricting users to
    a set of defined reports?
    I want functionality like "Excel Power view parameters" into report builder which is driven from source data and which is only available Excel 2013 onward which most of people don't have yet.
    So how to use Report Builder. Any other thoughts or workaround or guide me the purpose of Report Builder, please let me know. 
    Many thanks and Kind Regards,
    For quick review of new features, try virtual labs: http://msdn.microsoft.com/en-us/aa570323

    Hi Asam,
    If we want to create a parameter depend on another dataset, we can additional create or add the dataset, embedded or shared, that has a query that contains query variables. Then use the option that “Get values from a
    query” to get available values. For more details, please see:http://msdn.microsoft.com/en-us/library/dd283107.aspx
    http://msdn.microsoft.com/en-us/library/dd220464.aspx
    As to the Report Builder features, we can refer to the following articles:http://technet.microsoft.com/en-us/library/hh213578.aspx
    http://technet.microsoft.com/en-us/library/hh965699.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Application Build Failure on Excel.Print Report call

    Developing software in LV2009 that uses Report Generation Toolkit to read/write from Excel templates. Program runs fine in development mode. AppBuilder crashes on *.exe build when adding NIReport.lvclassrint Report.vi
    Digging down, I find a broken run arrow on the NI_Excel.lvclassrint Report.vi as shown here:
    According to the Show Errors dialog, there is an unwired or bad terminal on the PrintOut invoke node; however I have not made any changes to this shipping VI (that I know of). I did try wiring all the unused inputs (empty strings to From, To, and PrToFileName; false booleans to Preview, PrintToFile, and Collate) after I ran into the error, but that had no luck either. Also tried inserting To Variant conversions for all input elements, just in case there was a problem in the implicit data to variant conversion.
    I have also tried a ctrl+shift+run compile of the whole application, but that doesn't seem to get it to un-break, either.
    Has anyone run into this problem before? It's weird that it would just break like that--I had actually compiled this particular executable before, using pretty much all the same Report Generation Toolkit VIs that I am using now. The only difference since the last build was that I replaced a Report.SaveAs function with a Report.Save function.
    Also of note: I have included all the Report classes in my project and build specification in order to compile the dependencies into support libraries to minimize the number of labview files included with the executable distribution. This is probably why an error with the Print Report.vi calls is crashing the AppBuilder even when I don't explicitly call that VI anywhere in my code.
    Solved!
    Go to Solution.

    Hey Guys,
      I know this post if kind of old but I hope maybe one of you can help me out.  I'm using an invoke node similar to what is above to print out an Excel spreadsheet to the default printer.  My issue is that when I try to print from the spreadsheet from the executable, the executable crashes.  I know it is that invoke node. The reason why I say that is because until recently I had two development computers, one running on Windows 7 LabVIEW 2010, and one running on Windows XP LabVIEW2010.  The original .exe was built with the XP machine, when I tried to make some changes with the Windows 7 machine and open the project it would say that there was a missing connection to the invoke node even though I did not touch that part of the application. I would then remove the invoke node, add it again and it would clear the error for whatever reason. I would then build the .exe with the Windows 7 machine and when it would run, the application would crash at the point where it goes to print the spreadsheet.  I got around this by building the .exe with the Windows XP machine, and it worked fine without any issues. However, my Windows XP machine cra**ed out so i'm no longer able to build the .exe on the XP machine .  I needed to make some changes to the .exe not anything involving this section of the code and for whatever reason when the application goes to print it crashes.  I get some criptic crash report from Windows that is pretty much useless.  I think its a Windows thing. This was workign correctly though until I did a build on the Windows 7 machine.
    Attachments:
    Printout Invoke Node Excel.png ‏70 KB
    crash1.png ‏22 KB
    crash2.png ‏23 KB

  • Error While Opening JSP in Report Builder converted from RDF

    Hi,
    I am using Oracle reports 9i to convert rdf into jsp and invoke this jsp using OC4J to get HTML report.
    The problem i am facing is that while converting RDF to JSP conversion went on successfull but when iam trying to open the JSP in Report builder it gives me error REP-2: Unable to retrieve string from message file.
    When i want to see the paper layout it is not present and datamodel is also corrupted. In the data model sources for some fileds become null and one addtional group is appearing with no column in it.
    Urgent help is needed.
    For any help Thanks in advance.
    Regards
    Sanjay Tripathi

    Hello Sanjay,
    There are some known issues in Reports 9i due to which XML/JSP reports do not open correctly in Builder, and throw the REP-0002 error. These bugs are currently being looked into, and will be addressed soon.
    1. If your report is using ref cursor queries, and you are hitting the above error, please ensure you connect to a database before you open the report.
    2. If your report has summary/formula columns, please try to create the JSP report without these columns and then try to open it in Builder.
    Thanks,
    The Oracle Reports Team.

  • Build Reports from XML output from Reports

    Hi,
    I was just wondering if it is possible to build reports from output in XML format, originally generated by Oracle Reports.
    The XML output produced by Reports is stored in a database for further processing.
    TIA
    Hien

    Hi Hien
    If I have understood this right, you need to create report in XML format from an XML Report Definition File. From the Builder, Generate to File from the File menu and choose XML format for the output.
    Remember that XML output from Reports is Data driven and faithfully reproduces the Data Model. It is NOT layout driven.
    Regards
    Sripathy

Maybe you are looking for