|
-
Apr 15th, 2003, 07:21 AM
#1
Thread Starter
Lively Member
What does this error mean?
I got an error message when I run the program below:
VB Code:
CustomerRPT.ExportOptions.DestinationType = crEDTDiskFile
CustomerRPT.ExportOptions.DiskFileName = "C:\CustomerInfo.rtf"
CustomerRPT.ExportOptions.FormatType = crEFTExactRichText
CustomerRPT.Export (False)
Error message:
"Run-time error '-2147192184(80047288)': server has not been opened"
What does this error mean? What should I do?
Thanks!
"And we know that all things work together for good to them that love God,
to them who are the called according to his purpose. " --- Romans 8:28
-
Apr 15th, 2003, 07:24 AM
#2
PowerPoster
Re: What does this error mean?
Originally posted by claire99
I got an error message when I run the program below:
VB Code:
CustomerRPT.ExportOptions.DestinationType = crEDTDiskFile
CustomerRPT.ExportOptions.DiskFileName = "C:\CustomerInfo.rtf"
CustomerRPT.ExportOptions.FormatType = crEFTExactRichText
CustomerRPT.Export (False)
Error message:
"Run-time error '-2147192184(80047288)': server has not been opened"
What does this error mean? What should I do?
Thanks!
Looks like maybe you are trying to operate on some sort of COM object without initializing in maybe (ie Set x as New whatever ... or CreateObject("Whatever") ). What program are you wanting to interface with?
-
Apr 15th, 2003, 07:28 AM
#3
Let me in ..
This looks like the Exporting options of Crystal Reports. What exactly are you trying to do ?
Is it your local version of Crystal Reports or Enterprise Reporting Tool which runs on a server ?
-
Apr 15th, 2003, 07:31 AM
#4
Thread Starter
Lively Member
This is the code I run almost everyday. It worked well and now suddenly has this error.
I just want to export a crystal report. Any idea? Thanks!
"And we know that all things work together for good to them that love God,
to them who are the called according to his purpose. " --- Romans 8:28
-
Apr 15th, 2003, 07:34 AM
#5
Thread Starter
Lively Member
It is my local version of Crystal Report. Since it worked well before I have no idea why I got this error.
"And we know that all things work together for good to them that love God,
to them who are the called according to his purpose. " --- Romans 8:28
-
Apr 15th, 2003, 07:35 AM
#6
Let me in ..
Originally posted by claire99
It is my local version of Crystal Report. Since it worked well before I have no idea why I got this error.
Is your SQL server running ? ( i presume you are using SQL server )
-
Apr 15th, 2003, 07:42 AM
#7
Thread Starter
Lively Member
Yes, I think so. Because I have another similar program runs another report. It has no problem.
It is weird. I am going to remove the report and add it again.
Thanks.
"And we know that all things work together for good to them that love God,
to them who are the called according to his purpose. " --- Romans 8:28
-
Apr 15th, 2003, 07:47 AM
#8
Let me in ..
Originally posted by claire99
Yes, I think so. Because I have another similar program runs another report. It has no problem.
It is weird. I am going to remove the report and add it again.
Thanks.
I think your problem is something else ...
Check these links out .. this is what Crystal people say about this error ..
http://support.crystaldecisions.com/...s/c2007701.asp
http://support.crystaldecisions.com/...s/c2011271.asp
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|