473,803 Members | 3,159 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Report Engine (Design Question)

I am in process of designing a report generation application.
Now here is breif background about my workplace ......

my system admin is a big microsoft hater .... so does not allow any
microsoft technologies.
God knows how i am able to survive ... but anyway I have to come up with a
report generation application which will generate report on a daily basis.

I haven't started the design yet .... I was thinking of creating a console
..NET app which will run everyday with some command line parameters and
create the reports and export it somehwere on the server.

Now can you guys think of any other approach which might appeal to my system
admin as he is open to XML and web service option. Any insight as to how I
can make this as a XML web service will help me a lot. If I am not wrong I
will be needing IIS inorder to create a XML web service. I will have to
convince my sys admin on that.

Well bottom line .... I need some advice as to what different approaches I
can take inorder to create my report generation application which will be
freindlier to my sys admin too.

Abhi
Jul 21 '05 #1
8 1822

"Abhi" <so***********@ hotmail.com> wrote in message
news:Oj******** *******@TK2MSFT NGP10.phx.gbl.. .
I am in process of designing a report generation application.
Now here is breif background about my workplace ......

my system admin is a big microsoft hater .... so does not allow any
microsoft technologies.
God knows how i am able to survive ... but anyway I have to come up with a
report generation application which will generate report on a daily basis.

I haven't started the design yet .... I was thinking of creating a console
.NET app which will run everyday with some command line parameters and
create the reports and export it somehwere on the server.

Now can you guys think of any other approach which might appeal to my system admin as he is open to XML and web service option. Any insight as to how I
can make this as a XML web service will help me a lot. If I am not wrong I
will be needing IIS inorder to create a XML web service. I will have to
convince my sys admin on that.

Well bottom line .... I need some advice as to what different approaches I
can take inorder to create my report generation application which will be
freindlier to my sys admin too.

Hmm, your question isn't too clear in one respect: Exactly how do you need
to access the report? Do you need to provide a webservice and expose it on
the fly? Eoes it even have to be available via http? Or do you just have to
write to \\somemachine\s omeshare\somefi le?
If you just need to write a file that something else will load, any .NET
executable can generate XML documents with the System.Xml namespace classes.
Furthermore, for console work, you can probably get away with using Mono
(go-mono.com) instead of the MS framework. Your sysadmin may be more open to
that.
Abhi

Jul 21 '05 #2

"Abhi" <so***********@ hotmail.com> wrote in message
news:Oj******** *******@TK2MSFT NGP10.phx.gbl.. .
I am in process of designing a report generation application.
Now here is breif background about my workplace ......

my system admin is a big microsoft hater .... so does not allow any
microsoft technologies.
God knows how i am able to survive ... but anyway I have to come up with a
report generation application which will generate report on a daily basis.

I haven't started the design yet .... I was thinking of creating a console
.NET app which will run everyday with some command line parameters and
create the reports and export it somehwere on the server.

Now can you guys think of any other approach which might appeal to my system admin as he is open to XML and web service option. Any insight as to how I
can make this as a XML web service will help me a lot. If I am not wrong I
will be needing IIS inorder to create a XML web service. I will have to
convince my sys admin on that.

Well bottom line .... I need some advice as to what different approaches I
can take inorder to create my report generation application which will be
freindlier to my sys admin too.

Hmm, your question isn't too clear in one respect: Exactly how do you need
to access the report? Do you need to provide a webservice and expose it on
the fly? Eoes it even have to be available via http? Or do you just have to
write to \\somemachine\s omeshare\somefi le?
If you just need to write a file that something else will load, any .NET
executable can generate XML documents with the System.Xml namespace classes.
Furthermore, for console work, you can probably get away with using Mono
(go-mono.com) instead of the MS framework. Your sysadmin may be more open to
that.
Abhi

Jul 21 '05 #3
End result is that the management needs to see the report. I am currently
planning to create the reports and export it as HTML/PDF files and store it
on a share drive.

Abhi
"Daniel O'Connell" <onyxkirx@--NOSPAM--comcast.net> wrote in message
news:0K9ib.5433 98$Oz4.453056@r wcrnsc54...

"Abhi" <so***********@ hotmail.com> wrote in message
news:Oj******** *******@TK2MSFT NGP10.phx.gbl.. .
I am in process of designing a report generation application.
Now here is breif background about my workplace ......

my system admin is a big microsoft hater .... so does not allow any
microsoft technologies.
God knows how i am able to survive ... but anyway I have to come up with a report generation application which will generate report on a daily basis.
I haven't started the design yet .... I was thinking of creating a console .NET app which will run everyday with some command line parameters and
create the reports and export it somehwere on the server.

Now can you guys think of any other approach which might appeal to my system
admin as he is open to XML and web service option. Any insight as to how I can make this as a XML web service will help me a lot. If I am not wrong I will be needing IIS inorder to create a XML web service. I will have to
convince my sys admin on that.

Well bottom line .... I need some advice as to what different approaches I can take inorder to create my report generation application which will be freindlier to my sys admin too.


Hmm, your question isn't too clear in one respect: Exactly how do you need
to access the report? Do you need to provide a webservice and expose it on
the fly? Eoes it even have to be available via http? Or do you just have

to write to \\somemachine\s omeshare\somefi le?
If you just need to write a file that something else will load, any .NET
executable can generate XML documents with the System.Xml namespace classes. Furthermore, for console work, you can probably get away with using Mono
(go-mono.com) instead of the MS framework. Your sysadmin may be more open to that.
Abhi


Jul 21 '05 #4
End result is that the management needs to see the report. I am currently
planning to create the reports and export it as HTML/PDF files and store it
on a share drive.

Abhi
"Daniel O'Connell" <onyxkirx@--NOSPAM--comcast.net> wrote in message
news:0K9ib.5433 98$Oz4.453056@r wcrnsc54...

"Abhi" <so***********@ hotmail.com> wrote in message
news:Oj******** *******@TK2MSFT NGP10.phx.gbl.. .
I am in process of designing a report generation application.
Now here is breif background about my workplace ......

my system admin is a big microsoft hater .... so does not allow any
microsoft technologies.
God knows how i am able to survive ... but anyway I have to come up with a report generation application which will generate report on a daily basis.
I haven't started the design yet .... I was thinking of creating a console .NET app which will run everyday with some command line parameters and
create the reports and export it somehwere on the server.

Now can you guys think of any other approach which might appeal to my system
admin as he is open to XML and web service option. Any insight as to how I can make this as a XML web service will help me a lot. If I am not wrong I will be needing IIS inorder to create a XML web service. I will have to
convince my sys admin on that.

Well bottom line .... I need some advice as to what different approaches I can take inorder to create my report generation application which will be freindlier to my sys admin too.


Hmm, your question isn't too clear in one respect: Exactly how do you need
to access the report? Do you need to provide a webservice and expose it on
the fly? Eoes it even have to be available via http? Or do you just have

to write to \\somemachine\s omeshare\somefi le?
If you just need to write a file that something else will load, any .NET
executable can generate XML documents with the System.Xml namespace classes. Furthermore, for console work, you can probably get away with using Mono
(go-mono.com) instead of the MS framework. Your sysadmin may be more open to that.
Abhi


Jul 21 '05 #5

"Abhi" <so***********@ hotmail.com> wrote in message
news:Of******** ******@TK2MSFTN GP12.phx.gbl...
End result is that the management needs to see the report. I am currently
planning to create the reports and export it as HTML/PDF files and store it on a share drive.
In that case you probably don't need a webserivce(unle ss the report data
needs to be accessible from a number of places for other reasons). You
should be able to simply write out xml files with your .NET app. Mono should
support the functionality you need if you need to deploy on a Linux machine,
dump out your xml files, and be done with it. Will that be sufficent?
If not, leave mre information and I'll see if I can think up anything else. Abhi
"Daniel O'Connell" <onyxkirx@--NOSPAM--comcast.net> wrote in message
news:0K9ib.5433 98$Oz4.453056@r wcrnsc54...

"Abhi" <so***********@ hotmail.com> wrote in message
news:Oj******** *******@TK2MSFT NGP10.phx.gbl.. .
I am in process of designing a report generation application.
Now here is breif background about my workplace ......

my system admin is a big microsoft hater .... so does not allow any
microsoft technologies.
God knows how i am able to survive ... but anyway I have to come up with
a
report generation application which will generate report on a daily basis.
I haven't started the design yet .... I was thinking of creating a console .NET app which will run everyday with some command line parameters and
create the reports and export it somehwere on the server.

Now can you guys think of any other approach which might appeal to my system
admin as he is open to XML and web service option. Any insight as to
how I can make this as a XML web service will help me a lot. If I am not
wrong
I will be needing IIS inorder to create a XML web service. I will have
to convince my sys admin on that.

Well bottom line .... I need some advice as to what different
approaches
I can take inorder to create my report generation application which will be freindlier to my sys admin too.

Hmm, your question isn't too clear in one respect: Exactly how do you

need to access the report? Do you need to provide a webservice and expose it on the fly? Eoes it even have to be available via http? Or do you just have

to
write to \\somemachine\s omeshare\somefi le?
If you just need to write a file that something else will load, any .NET
executable can generate XML documents with the System.Xml namespace

classes.
Furthermore, for console work, you can probably get away with using Mono
(go-mono.com) instead of the MS framework. Your sysadmin may be more

open to
that.
Abhi



Jul 21 '05 #6

"Abhi" <so***********@ hotmail.com> wrote in message
news:Of******** ******@TK2MSFTN GP12.phx.gbl...
End result is that the management needs to see the report. I am currently
planning to create the reports and export it as HTML/PDF files and store it on a share drive.
In that case you probably don't need a webserivce(unle ss the report data
needs to be accessible from a number of places for other reasons). You
should be able to simply write out xml files with your .NET app. Mono should
support the functionality you need if you need to deploy on a Linux machine,
dump out your xml files, and be done with it. Will that be sufficent?
If not, leave mre information and I'll see if I can think up anything else. Abhi
"Daniel O'Connell" <onyxkirx@--NOSPAM--comcast.net> wrote in message
news:0K9ib.5433 98$Oz4.453056@r wcrnsc54...

"Abhi" <so***********@ hotmail.com> wrote in message
news:Oj******** *******@TK2MSFT NGP10.phx.gbl.. .
I am in process of designing a report generation application.
Now here is breif background about my workplace ......

my system admin is a big microsoft hater .... so does not allow any
microsoft technologies.
God knows how i am able to survive ... but anyway I have to come up with
a
report generation application which will generate report on a daily basis.
I haven't started the design yet .... I was thinking of creating a console .NET app which will run everyday with some command line parameters and
create the reports and export it somehwere on the server.

Now can you guys think of any other approach which might appeal to my system
admin as he is open to XML and web service option. Any insight as to
how I can make this as a XML web service will help me a lot. If I am not
wrong
I will be needing IIS inorder to create a XML web service. I will have
to convince my sys admin on that.

Well bottom line .... I need some advice as to what different
approaches
I can take inorder to create my report generation application which will be freindlier to my sys admin too.

Hmm, your question isn't too clear in one respect: Exactly how do you

need to access the report? Do you need to provide a webservice and expose it on the fly? Eoes it even have to be available via http? Or do you just have

to
write to \\somemachine\s omeshare\somefi le?
If you just need to write a file that something else will load, any .NET
executable can generate XML documents with the System.Xml namespace

classes.
Furthermore, for console work, you can probably get away with using Mono
(go-mono.com) instead of the MS framework. Your sysadmin may be more

open to
that.
Abhi



Jul 21 '05 #7
Thanks Daniel for your input.
I was thinking of doing something so that in the future I can even built
interface for the PDA's so that it will be accessible from there too.
Currently the management wants some kind of interface where a person will
sit and run the reports everyday. But I wanted to go one step further where
the person doens't need to do anything because the reports are very standard
and can be programmed so that it doesn't need any interface.

I was more inclinde towards a web service because my sys admin seems to be
liking pearl, so I thought may be I can built a web service and then he can
create a pearl.NET cosumer. I dont know if that is possible.

Another thought came to my mind as to make a fat client and install it on
the client computer, but I dont think so that is the right thing.
Web application seems impossible because my sys admin hates IIS, I mean he
simple hates IIS.
Anyway I can convince him or any other alternative for that route, becaue I
think web is the ideal way to go.

Abhi
"Daniel O'Connell" <onyxkirx@--NOSPAM--comcast.net> wrote in message
news:kK******** ************@rw crnsc52.ops.asp .att.net...

"Abhi" <so***********@ hotmail.com> wrote in message
news:Of******** ******@TK2MSFTN GP12.phx.gbl...
End result is that the management needs to see the report. I am currently
planning to create the reports and export it as HTML/PDF files and store it
on a share drive.

In that case you probably don't need a webserivce(unle ss the report data
needs to be accessible from a number of places for other reasons). You
should be able to simply write out xml files with your .NET app. Mono

should support the functionality you need if you need to deploy on a Linux machine, dump out your xml files, and be done with it. Will that be sufficent?
If not, leave mre information and I'll see if I can think up anything else.
Abhi
"Daniel O'Connell" <onyxkirx@--NOSPAM--comcast.net> wrote in message
news:0K9ib.5433 98$Oz4.453056@r wcrnsc54...

"Abhi" <so***********@ hotmail.com> wrote in message
news:Oj******** *******@TK2MSFT NGP10.phx.gbl.. .
> I am in process of designing a report generation application.
> Now here is breif background about my workplace ......
>
> my system admin is a big microsoft hater .... so does not allow any
> microsoft technologies.
> God knows how i am able to survive ... but anyway I have to come up with
a
> report generation application which will generate report on a daily

basis.
>
> I haven't started the design yet .... I was thinking of creating a

console
> .NET app which will run everyday with some command line parameters and > create the reports and export it somehwere on the server.
>
> Now can you guys think of any other approach which might appeal to my system
> admin as he is open to XML and web service option. Any insight as to

how
I
> can make this as a XML web service will help me a lot. If I am not

wrong
I
> will be needing IIS inorder to create a XML web service. I will have

to > convince my sys admin on that.
>
> Well bottom line .... I need some advice as to what different approaches
I
> can take inorder to create my report generation application which will be
> freindlier to my sys admin too.
>

Hmm, your question isn't too clear in one respect: Exactly how do you need to access the report? Do you need to provide a webservice and expose
it on the fly? Eoes it even have to be available via http? Or do you just

have to
write to \\somemachine\s omeshare\somefi le?
If you just need to write a file that something else will load, any

..NET executable can generate XML documents with the System.Xml namespace

classes.
Furthermore, for console work, you can probably get away with using Mono (go-mono.com) instead of the MS framework. Your sysadmin may be more

open
to
that.

> Abhi
>
>



Jul 21 '05 #8

"Abhi" <so***********@ hotmail.com> wrote in message
news:Oe******** ******@TK2MSFTN GP11.phx.gbl...
Thanks Daniel for your input.
I was thinking of doing something so that in the future I can even built
interface for the PDA's so that it will be accessible from there too.
Currently the management wants some kind of interface where a person will
sit and run the reports everyday. But I wanted to go one step further where the person doens't need to do anything because the reports are very standard and can be programmed so that it doesn't need any interface.

I was more inclinde towards a web service because my sys admin seems to be
liking pearl, so I thought may be I can built a web service and then he can create a pearl.NET cosumer. I dont know if that is possible.

Another thought came to my mind as to make a fat client and install it on
the client computer, but I dont think so that is the right thing.
Web application seems impossible because my sys admin hates IIS, I mean he
simple hates IIS.
Anyway I can convince him or any other alternative for that route, becaue I think web is the ideal way to go.
Well, don't quote me on it, but research mono, I seem to recall hearing
about a ASP.NET host for Apache...you'll have to look however.

Abhi
"Daniel O'Connell" <onyxkirx@--NOSPAM--comcast.net> wrote in message
news:kK******** ************@rw crnsc52.ops.asp .att.net...

"Abhi" <so***********@ hotmail.com> wrote in message
news:Of******** ******@TK2MSFTN GP12.phx.gbl...
End result is that the management needs to see the report. I am currently planning to create the reports and export it as HTML/PDF files and store
it
on a share drive.

In that case you probably don't need a webserivce(unle ss the report data
needs to be accessible from a number of places for other reasons). You
should be able to simply write out xml files with your .NET app. Mono

should
support the functionality you need if you need to deploy on a Linux

machine,
dump out your xml files, and be done with it. Will that be sufficent?
If not, leave mre information and I'll see if I can think up anything

else.
Abhi
"Daniel O'Connell" <onyxkirx@--NOSPAM--comcast.net> wrote in message
news:0K9ib.5433 98$Oz4.453056@r wcrnsc54...
>
> "Abhi" <so***********@ hotmail.com> wrote in message
> news:Oj******** *******@TK2MSFT NGP10.phx.gbl.. .
> > I am in process of designing a report generation application.
> > Now here is breif background about my workplace ......
> >
> > my system admin is a big microsoft hater .... so does not allow
any > > microsoft technologies.
> > God knows how i am able to survive ... but anyway I have to come up
with
a
> > report generation application which will generate report on a
daily basis.
> >
> > I haven't started the design yet .... I was thinking of creating a
console
> > .NET app which will run everyday with some command line parameters

and > > create the reports and export it somehwere on the server.
> >
> > Now can you guys think of any other approach which might appeal to my > system
> > admin as he is open to XML and web service option. Any insight as
to how
I
> > can make this as a XML web service will help me a lot. If I am not

wrong
I
> > will be needing IIS inorder to create a XML web service. I will
have to
> > convince my sys admin on that.
> >
> > Well bottom line .... I need some advice as to what different

approaches
I
> > can take inorder to create my report generation application which will be
> > freindlier to my sys admin too.
> >
>
> Hmm, your question isn't too clear in one respect: Exactly how do
you need
> to access the report? Do you need to provide a webservice and expose

it
on
> the fly? Eoes it even have to be available via http? Or do you just

have to
> write to \\somemachine\s omeshare\somefi le?
> If you just need to write a file that something else will load, any .NET > executable can generate XML documents with the System.Xml namespace
classes.
> Furthermore, for console work, you can probably get away with using Mono > (go-mono.com) instead of the MS framework. Your sysadmin may be more

open
to
> that.
>
> > Abhi
> >
> >
>
>



Jul 21 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
19189
by: Stephan | last post by:
Hi, I'm using Visual Studio 2003 (C#) with the integrated Crystal Report software and have the following question: How can I assign a value (string) to an unbound (string) field in Crystal Report at runtime? Example: private void button1_Click(object sender,
0
888
by: Hero Ngan | last post by:
The following code is export the Crystal Report to PDF format on the server side, then display on the client browser. Question: How can prompt the PDF's "Print" dialog box, when the PDF was open completed on the browser. Thank you for help! Rdgs, Hero Ngan ***********************************************************************
0
1667
by: Corbin | last post by:
I've been going in circles on this for a week. Please help: I'm running a web app with ASP.NET 1.1 and Crystal Reports for .NET. The app has three reports, two of which are reliable both on my development machine and on my client's production server. The third report is reliable on my development machine, but not on the production server. I can think of nothing different about this third report that would cause it to be so fragile. ...
5
256
by: Abhi | last post by:
I am in process of designing a report generation application. Now here is breif background about my workplace ...... my system admin is a big microsoft hater .... so does not allow any microsoft technologies. God knows how i am able to survive ... but anyway I have to come up with a report generation application which will generate report on a daily basis. I haven't started the design yet .... I was thinking of creating a console...
1
1683
by: vipindev.s | last post by:
hi all i am not much expert in asp.net. i am using crystal rpt for report generation. is any other report generation method is available??? i use push method to creat report, and it is working fine, when i export that report to pdf or xls it generate an error like Logon failure. CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed.
1
1472
by: Baski | last post by:
Hi, I am suppose to look into the possibility of using alphablox to build reporting application. There is a specific question. Can I build reports and display reports only using Alphablox without using any report engine??? Is it possible to design the report layouts in alphablox? Is there a tool for this in alphablox??
0
3118
by: David P. Donahue | last post by:
This is the first time I've had any problems viewing a report in any of my applications, so I'm not sure where to begin. But when I try to render my report in a report viewer, the application throws the output at the end of this message. My question, I guess, is what is this Keycode it's talking about? ----------BEGIN PASTE---------- See the end of this message for details on invoking
1
1385
by: =?Utf-8?B?QW5kcmVhcw==?= | last post by:
Our company have one asp.net 2.0 web application using c# as code behind and one C++ windows application. Both applications are using Crystal Reports (v 10) as report engine. The web app. just started using crystal report and can access and show the report but for now EACH report has to be hardcoded to one customers database. We would like to use same reports in the web app as the win app use which dynamically connect to the database...
0
1590
by: gsuns82 | last post by:
Hi all, * I am working on jasper reports,I have successfully generated sample pdf report from a java program. * But i am getting problems when i tend to call that report genarating method from a commandButton of a jsp page. The java code executed successfully: ******************************************* getpdf() { jasperReport = JasperCompileManager.compileReport( "c:\\Report.jrxml");
0
9700
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
10292
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10068
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9121
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7603
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5498
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5627
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4275
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3796
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.