473,398 Members | 2,393 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Crystal Reports for .NET 2005 secuity issue with terminal services connection?

I have an in-house VB.NET 2.0 application that uses Crystal Reports for
..NET 2005 - CR10?). A few users access the program via a Wyse
dumb-terminal via Citrix. For some reason that I've not been able to
trace, these users are not able to view any of the reports. The same is
also true if I attempt to view the reports while running the program
over a Remote Desktop/Terminal Services connection.

The exception noted is "System.Runtime.InteropServices.COMException
(0x8004005): The system cannot find the path specified."

However, if I access the program via a PC and Citrix then the reports
load and run as expected. So it appears to be a security issue related
to terminal sessions, but I don't know how to resolve the problem.

Has anyone else had a similar issue and/or know of a work around or fix
for this issue?

TIA

Aug 29 '06 #1
3 3119
Hi, here at work we've got the same situation, only it's vb2003 and crystal
reports 9, but here it's working at both wyse and normal pc's. I asked my
collegue if he made some special settings for the wyse terminal users but
they are just added to the same group as the other citrix users. He
suggested to maybe upgrade the wyse firmware and install the last ica client
on the wyse terminals.

I hope this can help you

Greetz, Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

"tommcd24" <to******@gmail.comschreef in bericht
news:11*********************@m73g2000cwd.googlegro ups.com...
I have an in-house VB.NET 2.0 application that uses Crystal Reports for
.NET 2005 - CR10?). A few users access the program via a Wyse
dumb-terminal via Citrix. For some reason that I've not been able to
trace, these users are not able to view any of the reports. The same is
also true if I attempt to view the reports while running the program
over a Remote Desktop/Terminal Services connection.

The exception noted is "System.Runtime.InteropServices.COMException
(0x8004005): The system cannot find the path specified."

However, if I access the program via a PC and Citrix then the reports
load and run as expected. So it appears to be a security issue related
to terminal sessions, but I don't know how to resolve the problem.

Has anyone else had a similar issue and/or know of a work around or fix
for this issue?

TIA

Aug 30 '06 #2
Thanks for the reply, Peter. I also didn't have any problem with .NET
1.x and CR, it was when I upgraded that application to .NET 2.0 that I
first saw this problem. I've posted similar messages on a few different
newsgroups and no one knows of a solution. I think I'll contact
Business Objects and see what they can tell me.

Peter Proost wrote:
Hi, here at work we've got the same situation, only it's vb2003 and crystal
reports 9, but here it's working at both wyse and normal pc's. I asked my
collegue if he made some special settings for the wyse terminal users but
they are just added to the same group as the other citrix users. He
suggested to maybe upgrade the wyse firmware and install the last ica client
on the wyse terminals.

I hope this can help you

Greetz, Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

"tommcd24" <to******@gmail.comschreef in bericht
news:11*********************@m73g2000cwd.googlegro ups.com...
I have an in-house VB.NET 2.0 application that uses Crystal Reports for
.NET 2005 - CR10?). A few users access the program via a Wyse
dumb-terminal via Citrix. For some reason that I've not been able to
trace, these users are not able to view any of the reports. The same is
also true if I attempt to view the reports while running the program
over a Remote Desktop/Terminal Services connection.

The exception noted is "System.Runtime.InteropServices.COMException
(0x8004005): The system cannot find the path specified."

However, if I access the program via a PC and Citrix then the reports
load and run as expected. So it appears to be a security issue related
to terminal sessions, but I don't know how to resolve the problem.

Has anyone else had a similar issue and/or know of a work around or fix
for this issue?

TIA
Aug 30 '06 #3
Hi'll see if I maybe can digg up something somewhere, If I do I'll post it.
If you've found a solution can you also post it here?

Greetz, Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

"tommcd24" <to******@gmail.comschreef in bericht
news:11**********************@h48g2000cwc.googlegr oups.com...
Thanks for the reply, Peter. I also didn't have any problem with .NET
1.x and CR, it was when I upgraded that application to .NET 2.0 that I
first saw this problem. I've posted similar messages on a few different
newsgroups and no one knows of a solution. I think I'll contact
Business Objects and see what they can tell me.

Peter Proost wrote:
Hi, here at work we've got the same situation, only it's vb2003 and
crystal
reports 9, but here it's working at both wyse and normal pc's. I asked
my
collegue if he made some special settings for the wyse terminal users
but
they are just added to the same group as the other citrix users. He
suggested to maybe upgrade the wyse firmware and install the last ica
client
on the wyse terminals.

I hope this can help you

Greetz, Peter

--
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to
produce
bigger and better idiots. So far, the Universe is winning. (Rich Cook)

"tommcd24" <to******@gmail.comschreef in bericht
news:11*********************@m73g2000cwd.googlegro ups.com...
I have an in-house VB.NET 2.0 application that uses Crystal Reports
for
.NET 2005 - CR10?). A few users access the program via a Wyse
dumb-terminal via Citrix. For some reason that I've not been able to
trace, these users are not able to view any of the reports. The same
is
also true if I attempt to view the reports while running the program
over a Remote Desktop/Terminal Services connection.
>
The exception noted is "System.Runtime.InteropServices.COMException
(0x8004005): The system cannot find the path specified."
>
However, if I access the program via a PC and Citrix then the reports
load and run as expected. So it appears to be a security issue related
to terminal sessions, but I don't know how to resolve the problem.
>
Has anyone else had a similar issue and/or know of a work around or
fix
for this issue?
>
TIA
>

Aug 31 '06 #4

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

Similar topics

14
by: LP | last post by:
Hi, I will be taking on a new project developing a web-based "reporting system". The first requirement I got from BI group is "we just want to look at the data". Basically, there is a huge...
17
by: Peter Proost | last post by:
Hi Group, I've got an interesting problem, I don't know if this is the right group but I think so because everything I've read about it so far says it's a .net problem. Here's the problem, we're...
5
by: Jay | last post by:
I am getting mixed messages from the asp.net website hosting providers - some say they do not support Crystal Reports due to a $25,000 per cpu licensing fee, others say all I need to do is install...
9
by: Altman | last post by:
I am currently using ASP.Net 2003 and will be upgrading to 2005 sometime in the near future. I have been having issues with using Crystal Reports that were included with .Net to handle my...
1
by: Roy | last post by:
Hey all, This came up in a meeting and I can't find any firm answers online, so I figured I'd come to you. :) Essentially, what's the difference between VS 2005 Crystal Reports and SQL Server 2005...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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,...

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.