Using MS Access Reports through LabView

Is it possible to use MS Access to create reports (the data formatted output report) then use labview to manipulate the data and print the data on the reports formatted in MS Access?  OR is there an easier way?
Thanks
Tim Crouse
1:30 Seconds ARRRGHHH!!!! I want my popcorn NOW! Isn't there anything faster than a microwave!

I didn't want to use access to output the report,  I basically only was going to use access to create the report form then use labview to populate and print the form.
I should also mention that I do have the report generation toolkit,  can that be used to create reports that look like an existing ms access report?
In other words how customizable is the report generation  tool kit?
1:30 Seconds ARRRGHHH!!!! I want my popcorn NOW! Isn't there anything faster than a microwave!

Similar Messages

  • I Published a report on the report server but it's not showing in the internal application we use to access reports

    Hi, 
    I Published a report on the report server but it's not showing in the internal application we use to access reports. The name of the application we use is called MAMA and this application has access to all the reports on the SQL report server. My email is
    [email protected] my cell phone number is 201-888-7952. 
    Thanks. 

    Hi Roger,
    Based on my understanding, you publish a report on the report server. When you access reports with internal application, the report doesn’t display, right?
    In your scenario, since you mentioned you have published the report to report server, please go to report manager, check if you can see the published report and open the report properly. If the published report is displayed on report manager, it should not
    be the issue in Reporting Services. In this scenario, since the MAMA application has established connection with on report server, it may not update items on report server after you publish your report onto report server. So please try to “refresh” in MAMA
    or reconnect the report server. If issue persists, I suggest you contact the MAMA application vendor to get some more effective advices.
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • Access Reports through Forms in oralce apps 11i

    HEllo All,
    My requirement is to get the reports data into form i.e. there is an ap check report and i would like to create a new form and call those check report fields into that form.
    I am writing the following code
    declare
    v_plist_id paramlist;
    pl_name varchar2(50) := 'rep_params';
    begin
    v_plist_id := get_parameter_list(pl_name);
    --check_param_list (pl_name);
    if not id_null(v_plist_id) then
    destroy_parameter_list(v_plist_id);
    end if;
    v_plist_id := create_parameter_list(pl_name);
    --add_parameter(v_plist_id, 'P_PAYMENT_BATCH', text_parameter, :block_name.item);
    add_parameter(v_plist_id, 'PARAMFORM', text_parameter, 'NO');
    add_parameter(v_plist_id, 'DESTYPE', text_parameter,:control.dest_type);
    add_parameter(v_plist_id, 'DESNAME', text_parameter,:control.dest_name);
    add_parameter(v_plist_id, 'DESFORMAT', text_parameter,:control.dest_format);
    add_parameter(v_plist_id, 'F_AC_PAYEE', text_parameter,:control.payee);
    run_product(reports, 'XXEGAPGBPCHK', asynchronous, runtime,filesystem, v_plist_id, null);
    end;
    Please suggest/advise how should i get the data populated into the forms in apps 11i. Its urgent.
    Regards,
    Abbas

    Hi,
    regarding adding (Add (C:\ABC) to FORMS60_PATH in the registry) could you please explain
    compilation is by f60gen @ (is this right?)Correct, the syntax of using f60gen is explained in (Note: 130686.1 - How to Generate Form, Library and Menu for Oracle Applications).
    The place where i am working has apps installed in IBM AIX server .. so how do i access Apps
    or can i access Apps via TOAD.You will have to access the server using ftp to download the pll files to your local machine. TOAD can be used to access the database objects only (not the physical application files).
    Regards,
    Hussein

  • Performance Issue while access reports through Infoview.

    Users run reports( Webi ,Crystal ) through Infoview u2013 Accessed by Categories  , while navigating between categories( we have different categories : Sales, Purchasing..Etc ) in the Infoview is fine ,it  takes time to show all the reports within the categories ,which  takes  around 3 u2013 5 mins , but run time of the each reports are quick and as expected.
    In CMS , while navigating between categories and time taken to show all the reports within the categories are fine . couldnu2019t not understand why this is happening in infoview only.
    Would like to know if any one have similar issues. Is there any settings needs to made on the tomcat server or CMS or Infoview. Searched for OSS notes and found a note : 1206095 but it is for Enterprise XI release2.
    Product Details :
    BOE XI3.1 SP3 .
    Any info will be helpfull.

    Hello,
    - Is Tomcat installed on the same server as BOE?  If not, did you use wdeploy to deploy the WAR files? https://bosap-support.wdf.sap.corp/sap/support/notes/1325139
    - Do you have more than one Tomcat server,  and is it fronted by a load balancer.  If it is, try bypassing the load balancer and access InfoView directly without going thru the load balancer.
    There is a CMS command-line options that might help you improving performances in your environment.
    That switch is named -maxobjectsincache which allows you to increase the maximum number of objects that the CMS stores in its memory cache. Increaseing the number of objects reduces the number of databases calls required and can improve CMS performance.
    The default value for this option is 10000 and the maximum value is 100000.  Please keep in mind it is not recommended to exceed 100,000 as too many objects in memory will result in the CMS degradation.  I would suggest testing with 60,000.
    Regards,
    Wallie

  • How to include limit switches into my control loop and how to access them through Labview

    I'm developing a six degrees of freedom machine with servo motors,UMI flex6 and Labview-5.1.I was unable to access the limitswithes.So I would like to know the connections diagram,UMIflex6 board settings and the Vi's to be included in the program.please help me out in solving this problem.

    Hi Kolakanuru,
    Thanks for using our discussion forums. How you connect your limit switches depends on what type of motion board you are using. For example, if you look at the connection diagram for a PCI-7344, you can see that Forward Limit switches connect to pins 39, 45, 51, and 57. These will then pin out directly to the UMI. For the connection diagram for your particular motion control board, you can go to www.ni.com/manuals and pull up the necessary information. In regards to reading this in LabVIEW, the first thing you will want to check out is Measurement and Automation Explorer. In the interactive windows for your board, you can check the limit switch status there- Press your limit switch on and off and make sure that it changes the LED in MAX. Once that i
    s all set, then you can go into LabVIEW and use the "Read Limit Status" VI which you can find in Functions>>All Functions>>NI Measurements>>Motion>>FlexMotion>>Motion I/O palette. Good luck with your application.
    Regards
    Dan
    National Instruments

  • Access reports through browser

    Hi,
    Reports developed through sql developer are accessable through browser

    As I said in your other thread: they aren't.
    If you have a specific, well thought through request, log it at the SQL Developer Exchange.
    K.

  • BO slow when accessing reports through the web but not with a installed client.

    Hi
    We have installed BO 4.0 SP08 in a virtual machine with 32 RAM and 8 CPU processors. We have divided the APS in a number of instance with different services. We have also 8 Web Intelligence Processing servers.
    The application is slow when trying to create or view a report from the web browser (ie or chrome). If we use the installed Web Rich Client on a machine, then it works fine.
    Does anyone knows why?
    thanks
    Teresa

    Any ideas??
    I don’t know, but whatever it is, it’s preventing you from creating complete sentences.
    Run the Apple Hardware Test as described on page 101 of your owner’s manual to see if it detects any problems.
    RRS

  • Due to the requirement of a UUT report with pageheaders, I am looking for solution to print an MS Access report from TestStand. I am using TestStand 4.2 and LabView 8.6.

    Solved!
    Go to Solution.

    You can customize your process model with LabVIEW steps. You can connect to the access database http://digital.ni.com/public.nsf/allkb/1D5EB4DCBD13106486256B9D005E11B0 you can also get the data and format it and print it with the report generation toolkit, or you could see if Access exposes those functions through an ActiveX server. What functionality exactly are you looking for, and at the end of the day how much time are you willing to develop your own customized microsoft access reporting function?
    Richard S -- National Instruments --Applications Engineer -- Data Acquisition with TestStand

  • Portal Runtime Error while accessing BW reports through portal

    Hi,
    We are facing portal runtime error(An exception occurred while processing your request. Please send the exception id to your portal administrator) while accessing BI reports through portal frequently.
    We are unable to trace the error in the 'default trace' log file and although refreshing the cache solves this issue, it is difficult to explain this to every user individually.
    After many such errors, We found one log entry, which we are now not yet sure if it is relevant. The error states:
    1.
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template '<System.Access.WAS.protocol>://<System.Access.WAS.hostname><BWLauncherComponent[PORTAL_URL]>;jsessionid=<Request.JSessionID>?sap-ext-sid=<ID[url_ENCODE]>&Language=<Request.Language>&theme=<LAF.Theme[url_ENCODE]>&sap-lafversions=<LAF.AllVersions[url_ENCODE]>&<Authentication>&<Report>&<BusinessParameters>'; the problem occured at position 230. Cannot process expression <LAF.AllVersions>
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:125)
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:540)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:423)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Content pass of Application Integrator failed.
    Component Name:       'com.sap.portal.appintegrator.sap.BWReport',
    Context Name (iView):  <iview name location>
    Top Layer:            'BWReport/TopLayer',
    Producer ID (FPN):    'null',
    System Alias:         'Sap_bw',
    2.
    The cluster server element 111111 is not added in the EP cluster context,
       because prtbridge on 111111 is stopped  or not yet started (maybe the server is starting or shuting down).
    Please suggest us if the above logs are related to the issue or not
    Kindly provide us any inputs or solutions.

    Hi All,
    We are also having similiar type of error in our portal. 
    com.sap.engine.services.prtbridge##com.sap.engine.services.prtbridge
    #######SAPEngine_System_Thread[impl:5]_13##0#0#Error#1#/System/Server#Plain###
    The cluster server element 125898350 is not added in the EP cluster context,
       because prtbridge on 125898350 is stopped  or not yet started
    (maybe the server is starting or shuting down).
    We have implemented the FPN using RRA.
    This error comes only for few users when they navigate in Portal. After clearing the cache, it works for all. Kindly help us to resolve this issue.
    Regards,
    Venkatesh

  • Queries through ODBC using MS Access Frontend

    Hello,
    I am working as data analyst in Business Finance team of a large company. Our team uses Oracle as back-end server for data warehousing needs. We have been provided ODBC connections to pull out data from oracle. We use MS-Access as a front-end to access data from Oracle. I am quite comfortable in writing macros in VBA and we have written a lot of code to format our reports once data is in Excel. The only problem we face is that queries in MS Access take very long to return data (sometimes we run the queries and go home. the next day when we come to office, data is pulled out, hopefully). I tried to use pass-through queries in Access, they provide some performance enhancement but they have their own problems.
    Is there a solution to this riddle, which is cost effective and efficient? Also I am interested in learning Oracle SQL. What is the best way?
    Thanks
    Anant Basant

    Since you have posted on the BI forum why not consider the following;
    1. Oracle Business Intelligence suite Enterprise Edition (OBIEE) integrates with Microsoft Office;
    i) MS Office plug-ins give you an extra menu option in Excel and PowerPoint to connect to a single view of your information using the common enterprise information model on your Business Intelligence Server.
    ii) Answers allows you to save your ad hoc querys as a web query for MS Excel (*.iqy).
    iii) Publisher allows you to "Analyse in Excel" your data for your reports. Publisher Desktop allows to to build report layouts using template builder plug-in for MS Word.
    2. Oracle Hyperion Smart View for Office is also a tool for accessing content from Microsoft Office products. This works with Oracle Hyperion Essbase OLAP server as well as Oracle BI Server.
    On the rodamap, in the next major release due out this year, Oracle Business Intelligence 11g, I believe these 2 products, OBIEE office plug-ins and Smart View for Office will be merged into one comprehensive end user tool.

  • Can't access Reporting Services Manager through web browser.

    Hello, 
    I want to start using SQL Server Reporting Services. I'm trying to get access to Report Manager through Internet Explorer so I can set up System-level permissions. I'm running SQL Server 2008 R2 on Windows Server 2008 R2 SP1. 
    I didn't set up this instance of SQL Server so I don't know a lot about it's configuration. I browsed the "C:\Program Files\Microsoft SQL Server\MSSQL10_50.<SQL Instance>\Reporting Services" folder and found the following items:
    LogFiles folder, ReportManager folder, ReportServer folder, RSTempFiles folder, sql_rs_keyfile.dll.
    Given the ReportManager folder I found inside the Reporting Services directory, I assumed the url for Report Manager would be http://<server name>/ReportManager but I get a 404 error when I try that. Then, I found on some MSDN article that the default
    URL for Report Manager is http://<server name>/Reports. When I tried that I got an error that said: 
    "The underlying connection was closed: Could not established trust relationship for the SSL\TLS secure channel".
    I should mention I'm not very knowledgeable with SQL Server so I may be approaching this in the wrong way. 
    I appreciate any help that you can provide. Thanks!

    Hello,
    Based on your description, you configure Report Manager access through an SSL-encrypted channel by binding a certificate.
    Please verify that the certificate is installed in the Console Root\Certificates\Trusted Root Certification Authority of the local machine.
    For more details, please refer to the follwoing blog about similar issue:
    http://blogs.msdn.com/b/mariae/archive/2007/12/12/ssl-configuration-and-reporting-services.aspx
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • ActiveX reports using MS Access

    I am using LV 5.1.1 on a Win 9x platform. I am trying to use LV's Active X
    technologies to pull reports from MS Access. I am approaching this from two
    perspectives.
    The first, the target machine will have a typical Win 9x installation
    scenario, a LV run-time engine installed, a LV application to gather/process
    and send data via SQL installed, and an *.exe application generated from
    MS-Access installed. The MS-Access *.exe is designed to contain the data
    generated by labview and generate reports.
    The second, is the same as the first except that instead of the MS-Access
    *.exe being installed a full version of Access 97 or higher will be
    installed and work with an *.mdb file to contain data and generate reports.
    I have b
    een following the Word and Excel ActiveX examples on the NI EPD and
    am running into the following problem. I am trying to call a specific MS
    Access report and this seems to require to first call Access, then call the
    reports part of Access, and then call the specific report. I am having
    difficulty with the last two steps because they seem to deviate from the
    Word and Excel approach. Does anyone have any ideas?
    Also does anyone have experience with the first scenario described above and
    know which *.ocx and support files that must be installed with the MS-Access
    *.exe to allow for Active X communication with a LV-based application?
    Thanks,
    Don
    -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
    http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
    -----== Over 80,000 Newsgroups - 16 Different Servers! =-----

    Hi Prashant,
    Report server performance is affected by a combination of factors that include hardware, number of concurrent users accessing reports, the amount of data in a report, and output format. We can check Execution Log in ReportServer database to learn more information
    about report render. In Reporting Services, the total time to generate a reporting server report (RDL) can be divided into 3 elements: TimeDataRetrieval, TimeProcessing and TimeRendering. You can refer to the following blog to Analyzing and Optimizing Reports:
    http://blogs.msdn.com/b/robertbruckner/archive/2009/01/05/executionlog2-view.aspx
    There is a similar issue, you can refer to it.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/4ed01ff4-139a-4eb3-9e2e-df12a9c316ff/ssrs-2008-r2-and-sharepoint-2010-performance-problems?forum=sqlreportingservices
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • I have the app "viPlay" on my iPad and iPhone. Is there any way that it could be available for the Apple TV? I'd like to access my personal videos from my hard drive using the Apple TV through the 'viPlay' app.

    I have the app "viPlay" on my iPad and iPhone. Is there any way that it could be available for the Apple TV? I'd like to access my personal videos from my hard drive using the Apple TV through the 'viPlay' app.

    Welcome to the Apple Community.
    Nobody here will have any information about that since the community is only made up of users like you or I. Anything else is mere speculation and speculation is not permitted here under the Terms of Use for these communities.
    Any responses you may receive may well be removed and would be wholly unreliable in any case.
    If you believe that Apple's product may be enhanced in anyway you can leave feedback here.

  • How to use crystal reports in LabVIEW

    Hi, Can anybody tell me how t use crystal reports in LabVIEW. If any material if you will be very helpful.
    Regards,
    Rajashekar

    activeX

  • Accessing BO XI Desktop intelligence reports through ASP 3.0

    <p>I am trying to view BO XI Desktop intelligence reports through a customized application in ASP 3.0. The examples that I have come accross are all related to Crystal reports and none is related to BO XI ".rep" files. Please let me know if anyone can help me with the solution.</p><p> Regards</p>

    Hello Amit,
    please see a sample for [accessing DESKI reports in .NET|https://boc.sdn.sap.com/node/18954].
    Please find more [.NET samples on our dev zone|https://boc.sdn.sap.com/dotnet/samples].
    Falk

Maybe you are looking for

  • Problems with the location on facebook blackberry z10

    hi , my blackberry z10 facebook application doesn't show my location when i update a status or a check-in i will be pleased if you could help me to solve this issue

  • How to generate unique random numbers

    Hi All, I am wondering whether there is already a random library or built-in function available in Java to produce some random numbers between certain ranges that are not repetitive. Let's look at a common examples as follows: Random diceRoller = new

  • School me on Vlans and subnets

    I am in the process of planning the design for a voip rollout.  Here is the scenario.  We have 1 3560-e series at our core and 2 4506-e series switches in our wiring closets(we are a small school).  When I installed them a couple years ago I did not

  • What caused a system package to be invalid?

    Hi All, 11.1.0.7 We have a oracle system package this is running for weeks. But today the alert logs showed some error about it. ORA-12012: error on auto execute of job 2 ORA-06550: line 1, column 96: PLS-00201: identifier 'EMD_MAINTENANCE.EXECUTE_EM

  • How do I download a post script driver to create a PDF, I am receiving an erro message system error:1797 ?

    I am trying to create a PDF from my layout page. I get the message that I have to download a post script driver. I have gone to the Adobe download site and attempted to download the driver but I get the error message Failure is AddPrinter (generic po