Showing posts with label basic. Show all posts
Showing posts with label basic. Show all posts

Wednesday, March 7, 2012

Deploying a Windows Application that involves Crystal Reports

I have created a database in visual studio .NET 2003 that uses two crystal reports. When I go through the basic deployment steps for a windows application and then intall the program on a differant computer (that runs XP and only has the .NET Framework 1.1) I get a Keycode.dll error. I then tryed excluding all dependencies and including CrystalReports10_NET_EmbeddedReporting.msm. This gives me an unhandleable exception Windows.Form error after I install on the same different computer and try to access the reports? I just want to create a setup project that will allow me to install on a different computer and have my crystal reports work. What should I do? Thanks!Try this:

http://support.businessobjects.com/communityCS/TechnicalPapers/crnet_deployment.pdf

I just typed in 'keycode.dll' in Google and came across this pdf file on Crystal's website. I didn't read through it or anything, so I'm not sure if it will help. If it's not what you're looking for or if it doesn't help, try doing a search for keycode.dll or for the specific error number that you're getting.

Sorry I couln't help more.

Friday, February 24, 2012

Deploy Reports via Visual Studio 2005

This seems to be a basic issue, but I am having a problem trying to deploy a report to Reporting Services.

I have setup the deployment options under the properties of the Project. But each time I try to deploy a report, I get "The request failed with HTTP status 504: Gateway Time-out"

When I try to connect to connect directly to the TargetServerURL via a web browser from my client or the server itself, I can browse the structure fine. Not sure why I can't deploy via Visual Studio.

Thoughts?

Thanks

This is a guess but it sounds like it could be a problem with a proxy server. Your browser is usually set up to handle requests through a proxy transparently. Visual Studio is not. Does the target server exist outside of your firewall?|||

To localize the test, I put the system running the Visual Studio on the same subnet. It's wide open with NO ACL control or routing from that point.

|||Are you still getting the same error? If you are on the same subnet, the request shouldn't be using a gateway.|||yes, same issue exists.|||try opening a command window and running "tracert <reportserver ip>" this will show you how requests are being routed to your report server. If the ip address of the report server isn't the first on the list, you are using some kind of proxy or gateway to get to the report server.

Deploy Reports via Visual Studio 2005

This seems to be a basic issue, but I am having a problem trying to deploy a report to Reporting Services.

I have setup the deployment options under the properties of the Project. But each time I try to deploy a report, I get "The request failed with HTTP status 504: Gateway Time-out"

When I try to connect to connect directly to the TargetServerURL via a web browser from my client or the server itself, I can browse the structure fine. Not sure why I can't deploy via Visual Studio.

Thoughts?

Thanks

This is a guess but it sounds like it could be a problem with a proxy server. Your browser is usually set up to handle requests through a proxy transparently. Visual Studio is not. Does the target server exist outside of your firewall?|||

To localize the test, I put the system running the Visual Studio on the same subnet. It's wide open with NO ACL control or routing from that point.

|||Are you still getting the same error? If you are on the same subnet, the request shouldn't be using a gateway.|||yes, same issue exists.|||try opening a command window and running "tracert <reportserver ip>" this will show you how requests are being routed to your report server. If the ip address of the report server isn't the first on the list, you are using some kind of proxy or gateway to get to the report server.

Deploy Reports via Visual Studio 2005

This seems to be a basic issue, but I am having a problem trying to deploy a report to Reporting Services.

I have setup the deployment options under the properties of the Project. But each time I try to deploy a report, I get "The request failed with HTTP status 504: Gateway Time-out"

When I try to connect to connect directly to the TargetServerURL via a web browser from my client or the server itself, I can browse the structure fine. Not sure why I can't deploy via Visual Studio.

Thoughts?

Thanks

This is a guess but it sounds like it could be a problem with a proxy server. Your browser is usually set up to handle requests through a proxy transparently. Visual Studio is not. Does the target server exist outside of your firewall?|||

To localize the test, I put the system running the Visual Studio on the same subnet. It's wide open with NO ACL control or routing from that point.

|||Are you still getting the same error? If you are on the same subnet, the request shouldn't be using a gateway.|||yes, same issue exists.|||try opening a command window and running "tracert <reportserver ip>" this will show you how requests are being routed to your report server. If the ip address of the report server isn't the first on the list, you are using some kind of proxy or gateway to get to the report server.