Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 17th, 2003, 10:57 AM
Registered User
 
Join Date: Sep 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Sever has not yet been opened

Can any one help me in solving this error.Server has not yet been opened.I am trying to connect from Crystal Reports to SQL Server Database and get show the report on Web using ASP. The code is working with Access Databse but giving a problem with SQL server Database. I could not Understand how to Pass the Log on Details to the report when reading the report.

ravi
 
Old October 15th, 2003, 08:31 AM
Registered User
 
Join Date: Oct 2003
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Try searching for "cr_server_not_yet_been_opened.pdf" document on Crystal Decisions web site, the web address is:

http://support.crystaldecisions.com/...asp_selectlist

This whitepaper discusses the causes of and solutions to the error message "Server Has Not Yet Been Opened -2147192184" an error that is encountered frequently through ASP (Active Server Pages) reporting.

HTH
Akhtar

 
Old October 20th, 2003, 06:56 AM
Registered User
 
Join Date: Oct 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Take a look at this and try the same

Dim applNpowerpay As New CRAXDDRT.Application
Dim reportNpowerpay As New CRAXDDRT.Report

'change mousepointer
Screen.MousePointer = vbHourglass

Set reportNpowerpay = applNpowerpay.OpenReport("\\Dahl\Input\79\179\8c03 0db117f724a.rpt")


reportNpowerpay.Database.LogOnServer "pdsodbc.dll", "Commercial Live", "", "sysprogress", "sysprogress"

For i = 1 To reportNpowerpay.Database.Tables.Count
    reportNpowerpay.Database.Tables(i).SetLogOnInfo "Commercial Live", "", "sysprogress", "sysprogress"
Next i

'delete the saved data
reportNpowerpay.DiscardSavedData






Similar Threads
Thread Thread Starter Forum Replies Last Post
Sever side Object Andraw Classic ASP Professional 8 October 22nd, 2008 04:25 PM
upload file from sever side rapraj PHP How-To 0 February 27th, 2007 09:27 AM
SQL Sever pushpa All Other Wrox Books 0 February 22nd, 2007 07:01 AM
Do i have 2 specify the path a SQL sever is to use chiefouko SQL Server 2000 1 July 17th, 2003 06:14 PM
XLST vs Sever Controls skin XSLT 3 July 11th, 2003 01:29 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.