If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP to Crystal Report

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-19-04, 04:20
michaelfg81 michaelfg81 is offline
Registered User
 
Join Date: Mar 2004
Posts: 202
ASP to Crystal Report

Hi there.....

I'm currently doing a program which connect from ASP to crystal report.
I come across this prob when i run the page which read as follow:

Error Type:
Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
/esip_query/powerMati.asp, line 301

and the line coding i got at 301 is

Set session("oAppExport") = Server.CreateObject("CrystalRuntime.Application")

which i use to opent the crsytal report application.
how can i overcome this prob.
Thanx
Reply With Quote
  #2 (permalink)  
Old 05-19-04, 10:50
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
IIS runs under the IUSR account, which has limited access to the server. If this account does not have permissions to the DLLs needed to create this object, you may have problems.
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #3 (permalink)  
Old 05-19-04, 19:39
michaelfg81 michaelfg81 is offline
Registered User
 
Join Date: Mar 2004
Posts: 202
hi there..............

In my current script...............i have the DLLs code which i think the cause of everything here...........
so........if i want to avoid using DLLs...................what should i do then..........?
thanx
Reply With Quote
  #4 (permalink)  
Old 05-19-04, 19:50
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
You can't.. you need the DLLs for Crystal. What I'm saying is, make sure the IUSR account on your server has permissions to the file location of the DLLs.
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #5 (permalink)  
Old 05-19-04, 21:44
michaelfg81 michaelfg81 is offline
Registered User
 
Join Date: Mar 2004
Posts: 202
Talking

how can i make sure the IURS account on my server has permissions to the location of the DLLs?
pls help.
I'm now running my IIS in my pc but its connected to a Server
Thanx

Last edited by michaelfg81; 05-19-04 at 22:00.
Reply With Quote
  #6 (permalink)  
Old 05-20-04, 10:56
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
Ah.. does your Server have the DLLs for Crystal installed?
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #7 (permalink)  
Old 05-20-04, 19:54
michaelfg81 michaelfg81 is offline
Registered User
 
Join Date: Mar 2004
Posts: 202
it supopse to have but i'm not sure coz I don't have access to the server.
for what i know they did install crystal report already.

Last edited by michaelfg81; 05-20-04 at 20:40.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On