CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Nov 2004
    Posts
    2

    Question crystal report connection problem

    dear respected members of this forum, i really need your help desperately. i have developed a system using asp, oracle as the database and i used crystal report for web reporting site. i developed this system using my pc which using windows 2000 advanced server as the OS. After completed the system i have copied the program to my office main server which is using windows 2000 server as the OS. now after installed to the server,generally the system is working. But once click to connect to crytal report which is the report generation part the error below showed:-

    clientdoc.dll error '80041015'

    Failed to connect to server "ISIS". Error returned from Windows Sockets API : 0.

    /semak/pass_para.asp, line 125

    have any of u come a cross this kind of problem. when i run the same system from my pc its working without any error. but when i install to server and try to access from there then only the problem started.there is no one at my place to help. i am really looking forward to get your reply soon. cuz users are going to use the system start from next week.....thanks in advance

  2. #2
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652

    Re: crystal report connection problem

    [ Moved thread ]

  3. #3
    Join Date
    Jul 2004
    Location
    Chennai, India
    Posts
    1,064

    Question Re: crystal report connection problem

    Hi madhavibaskaran, Open the report in the server and goto Database>Set Database Location. Now try to configure the database location after that click verify database. Which version of CR are you using?

    Madhivanan

  4. #4
    Join Date
    Aug 1999
    Location
    India, TamilNadu, Chennai.
    Posts
    269

    Re: crystal report connection problem

    Hi,

    This error message appears because the Crystal Report Application Server Service is not running.

    To resolve this error message, turn on this service using the following steps:

    1. Go to Start > Control Panel > Administrative Tools > Services.

    2. Right-click the 'Crystal Report Application Server' Service and click 'Start'.


    Quote Originally Posted by madhavibaskaran
    dear respected members of this forum, i really need your help desperately. i have developed a system using asp, oracle as the database and i used crystal report for web reporting site. i developed this system using my pc which using windows 2000 advanced server as the OS. After completed the system i have copied the program to my office main server which is using windows 2000 server as the OS. now after installed to the server,generally the system is working. But once click to connect to crytal report which is the report generation part the error below showed:-

    clientdoc.dll error '80041015'

    Failed to connect to server "ISIS". Error returned from Windows Sockets API : 0.

    /semak/pass_para.asp, line 125

    have any of u come a cross this kind of problem. when i run the same system from my pc its working without any error. but when i install to server and try to access from there then only the problem started.there is no one at my place to help. i am really looking forward to get your reply soon. cuz users are going to use the system start from next week.....thanks in advance
    Please avoid sending emails to my personal mail:
    write your doubts as thread in Codeguru
    Crystal Reports Forum
    .

    This will help all people having similar matters, and will let people who know solutions on the specific topic
    share their knowledge.

    Visit my company web site (Qmax Test Equipments Private Limited)

    Yours friendly,
    K.Babu

  5. #5
    Join Date
    Nov 2004
    Posts
    2

    Re: crystal report connection problem

    i am using cr enterprise 9 mr madhi.

    Quote Originally Posted by Madhi
    Hi madhavibaskaran, Open the report in the server and goto Database>Set Database Location. Now try to configure the database location after that click verify database. Which version of CR are you using?

    Madhivanan

  6. #6
    Join Date
    Mar 2009
    Location
    UNITED STATES
    Posts
    5

    Re: crystal report connection problem

    Hey,

    i am also facing same problem. i am using crystal report 12 trial version. i am using ReportClientDocumentWrapper class. i am try to open report. but i am also receiving same error "Failed to connect to server " " ,Error Returned from window Socket API :0. "

    ReportClientDocumentWrapper docReport = new ReportClientDocumentWrapper();

    docReport.Open("rassdk://c:\\TestingReport\\DynamicImageExample.rpt", 1);

    Can you please guide me if you get the solution.

    i really appreciate your help.

    Thanks in Advance.

  7. #7
    Join Date
    Mar 2009
    Location
    UNITED STATES
    Posts
    5

    Re: crystal report connection problem

    i think we have to start "Crystal Report RAS" service. but i don't see this service in Administrative tools -> services.

    if anybudy have any idea please do let me know. it is very important for me to know how to start this service.



    Thank you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured