Giter Club home page Giter Club logo

cr_delivery's Introduction

CR Delivery

Summary

This application allows delivery of Crystal Reports by either Email or File export either directly, or scheduled through NextGen's Background Business Processor.
Refer to the User Guide for installation and configuration.

Here is a simple flow chart:

flowchart LR;
    subgraph nge [NextGen]
        direction TB
        ng[(NGProd)]-->bbp;
        bbp[[BBP Job]];
    end
    bbp-->cd;
    cd-->pdf[[fa:fa-file-alt Report Delivered!]];
    subgraph cd [Crystal Delivery]
        direction TB
        crxml([fa:fa-file-code *.crxml]) --> crd;
        crd(CR_Delivery.exe) --> crxml;
        crxml --> rpt(*.rpt) --> crxml;
    end

CR Delivery (v1.0.13)

CR Delivery About

asdf

NextGen BBP Integration

NextGen BBP Integration

Installer Download

v1.1.3

Supported NextGen versions

Though most versions are suspected to work as is, these are the specific versions tested against.

NG Version Status CR Delivery Version CR Runtime
5.8.3 Passing v1.0.10 (and earlier) 13.0.14
5.9.1 Passing v1.0.10 (and earlier) 13.0.14
5.9.2 Passing v1.1.2 (and later) 13.0.24
5.9.3 Unknown v1.1.2 (and later) 13.0.24
5.9.2020.1 Unknown v1.1.2 (and later) 13.0.24
6.2021.1 Passing v1.1.2 (and later) 13.0.24

cr_delivery's People

Contributors

kevinfosterng avatar

Watchers

 avatar

cr_delivery's Issues

Infinite loop on some CRXML config

Attachment names with a space cause endless loop when called through BBP / command line parameter.
Does not occur when same CRXML called from test menu.

Application crashes on launch

! I just applied Patch 18 on top of our 5.9.2/8.4.2 Patch 9 environment. The CR_Delivery tool was working in Patch 9 but I can’t get it to launch in the Patch 18 environment. Tried running it as administrator, in compatibility mode, and even altering the cr_deliver config file to no avail. Any ideas? Just re-install it?
[user]

What version of the SAP Crystal Reports runtime is Path 18 on? Somewhere along the way NextGen moved from 13.0.14 to 13.0.24 and that breaks CR_Delivery. I found that downgrading (both runtimes should still be in your root fileshare) restored functionality.
[Kevin Foster]

Yep. Looks like Patch 18 uses the 13.0.24. How should I downgrade my client only without affecting everyone else in the organization? I don’t want to remove that .msi from the components folder…
[user]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.