Do we have crystal32.ocx component in crystal 8.5 ? I have installed crystal 8.5, but my VB program complains that "crystal32.ocx" is missing. When i looked for this component on my machine, i found that it is not there.Hi,
Reinstall the crystal reports, In setup select custom option enable the all feature to install.
Thanks & Regards,
K.Babu
Do we have crystal32.ocx component in crystal 8.5 ? I have installed crystal 8.5, but my VB program complains that "crystal32.ocx" is missing. When i looked for this component on my machine, i found that it is not there.sql
Showing posts with label installed. Show all posts
Showing posts with label installed. Show all posts
Sunday, March 25, 2012
Crystal V9 Range selection
Hi all,
I have installed SP3. whilst in the development environment, I have created a simple report that just lists everything from a single table. This works fine.
I then introduced a range parameter on one of my fields. then go to preview and enter a valid range, but the results still show all records???
Cant believe this is a enuine bug, as it's pretty fundemental. What am I doing wrong?What datatype it is? I tried with date range. It works fine.|||the field type is a character string and the database is an Access 2000 one.
The values are 2 characters like:
LA LB LC LD LE ......and so on.
when I enter a start of LB and and end LD for instane, it returns All|||check ur selection formula.|||I have now removed all parameter fields and will walk you through what I am doing.
I have the field explorer open and have right clicked on the parameter fields and selected new.
this displays a create parameter field dialog box I then enter a value in the name and propting text values leaving value type as string. I change options to range values then press the button set default values. I ensure that the table is correct and then set the browse field with the column from the table that I want to filter on. Then in the left hand pane it displays all values relating to that column. I press the >> button to make all values the default I then set the order to alphabetical ascending i then press ok. it goes back to the previous dialog and I leave allow editing of default values checked and press ok.
My parameter field now exists in the field explorer window under parameters. I drag this to the report header, and press preview I'm them prompted for a start and end of range which I enter, I then press ok, and then I'm returned all values.
???:confused:|||Everythings looks correct.
The last step is, you have to write the record selection formula.
Goto Report menu, select "SelectFourmula" and then "Record..."
This will opens the edit formula window.
Here select your database field and then give in condition which will be suitable for range values and then select ur parameter field.
This looks like
{table.column} in {?parameter}
now save and close this.
Refrsh the report|||Ah....thx the manual doesn't mention the last bit. It works now.
I have installed SP3. whilst in the development environment, I have created a simple report that just lists everything from a single table. This works fine.
I then introduced a range parameter on one of my fields. then go to preview and enter a valid range, but the results still show all records???
Cant believe this is a enuine bug, as it's pretty fundemental. What am I doing wrong?What datatype it is? I tried with date range. It works fine.|||the field type is a character string and the database is an Access 2000 one.
The values are 2 characters like:
LA LB LC LD LE ......and so on.
when I enter a start of LB and and end LD for instane, it returns All|||check ur selection formula.|||I have now removed all parameter fields and will walk you through what I am doing.
I have the field explorer open and have right clicked on the parameter fields and selected new.
this displays a create parameter field dialog box I then enter a value in the name and propting text values leaving value type as string. I change options to range values then press the button set default values. I ensure that the table is correct and then set the browse field with the column from the table that I want to filter on. Then in the left hand pane it displays all values relating to that column. I press the >> button to make all values the default I then set the order to alphabetical ascending i then press ok. it goes back to the previous dialog and I leave allow editing of default values checked and press ok.
My parameter field now exists in the field explorer window under parameters. I drag this to the report header, and press preview I'm them prompted for a start and end of range which I enter, I then press ok, and then I'm returned all values.
???:confused:|||Everythings looks correct.
The last step is, you have to write the record selection formula.
Goto Report menu, select "SelectFourmula" and then "Record..."
This will opens the edit formula window.
Here select your database field and then give in condition which will be suitable for range values and then select ur parameter field.
This looks like
{table.column} in {?parameter}
now save and close this.
Refrsh the report|||Ah....thx the manual doesn't mention the last bit. It works now.
Thursday, March 22, 2012
Crystal Reports from VC++
Hi All,
I am creating crystal reports(version 8.5) using VC++ code.
Its working fine on the the machines which have crystal reports installed .
however same is not the case with non crystal machines even after registring the Crystl32.OCX used by the Crystal Reports Object.
I am getting error " Unable to logon to server" while trying to run the report.
DSNs are same on both type of machines.
(one with crystal reports and one without it )
I have already distributed crystal dlls with the application.
(Crystl32.OCX,Craxdrt.dll, CRViewer.dll,CRDesignerCtrl.dll,Craxddrt.dll)
Do I need to do some thing in addition to this ?
kindly help.
thanks
SanjayCoule you please provide me with your code, it helps me build my own app...
Rob
I am creating crystal reports(version 8.5) using VC++ code.
Its working fine on the the machines which have crystal reports installed .
however same is not the case with non crystal machines even after registring the Crystl32.OCX used by the Crystal Reports Object.
I am getting error " Unable to logon to server" while trying to run the report.
DSNs are same on both type of machines.
(one with crystal reports and one without it )
I have already distributed crystal dlls with the application.
(Crystl32.OCX,Craxdrt.dll, CRViewer.dll,CRDesignerCtrl.dll,Craxddrt.dll)
Do I need to do some thing in addition to this ?
kindly help.
thanks
SanjayCoule you please provide me with your code, it helps me build my own app...
Rob
Tuesday, March 20, 2012
Crystal Reports 8 application mapping issue...
When running CR 8 with IIS 4, there were no problems.
Our developers installed IIS 5 and then installed CR 8 but the installation failed to properly setup application mapping so that when you click a link to an .RPT file, you get the actual file without it being processed into a webpage by IIS.
I know I can custom config IIS with extension and executable path to use the proper .rpt and .cri dll's, but I was wondering if there was an explanation for the problem?
Does CR 8 have compatibility problems with IIS 5? or is it something else?
Thanx,
CWTurns out it's not the mapping... everything should be configured to work right but still not converting .rpt to html...
any ideas at all?
Our developers installed IIS 5 and then installed CR 8 but the installation failed to properly setup application mapping so that when you click a link to an .RPT file, you get the actual file without it being processed into a webpage by IIS.
I know I can custom config IIS with extension and executable path to use the proper .rpt and .cri dll's, but I was wondering if there was an explanation for the problem?
Does CR 8 have compatibility problems with IIS 5? or is it something else?
Thanx,
CWTurns out it's not the mapping... everything should be configured to work right but still not converting .rpt to html...
any ideas at all?
crystal reports 7.0 with vb6.0
hello
How i run vb application using a crystal report on any other machine on which crytsal report isn ot installed ?
how can we embedd crystal report in visual basic to make trake ur reports.. ?
Is it possible that we make a crystal report in Crystal report and direct call it on the setup time when other computer not contain crystal report..?
What is the run Time dll required for crystal Report in our application....???
please help me .. if some one know about the process , please alos let me know... thank you
ankur bhatnagarIf you have referenced the crytal reports in your project, then just make a setup of the project and install it in other systems that do not have crystal reports.
The setup will take care of installing the DLLs and OCXs required for crytal reports to run on the system.
Crystl32.OCX is the OCX file for the crystal report control
crviewer.dll is the dll for crystal viewer
How i run vb application using a crystal report on any other machine on which crytsal report isn ot installed ?
how can we embedd crystal report in visual basic to make trake ur reports.. ?
Is it possible that we make a crystal report in Crystal report and direct call it on the setup time when other computer not contain crystal report..?
What is the run Time dll required for crystal Report in our application....???
please help me .. if some one know about the process , please alos let me know... thank you
ankur bhatnagarIf you have referenced the crytal reports in your project, then just make a setup of the project and install it in other systems that do not have crystal reports.
The setup will take care of installing the DLLs and OCXs required for crytal reports to run on the system.
Crystl32.OCX is the OCX file for the crystal report control
crviewer.dll is the dll for crystal viewer
Crystal Reports 10 - Export Function does not work
Hello,
I have Version 8 and Version 10 Professional of Crystal Reports installed on my PC. When I embed a Preview window for Crystal Reports using crpe32.dll (version 8), I can click on the Export option ... and export to anything.
When I use the crpe32.dll (10.0.0.533) for Version, everything works except the Export button. I just get a cursor wait for a second and nothing happens.
If I open Crystal Reports Version 10 Professional and run the report from there, I can select FILE / EXPORT and get the Export Dialog box without any issue.
What is needed to make this work ... and what is needed for end-user distribution. The end-users are responsible for writing their own reports, and I don't want to require a certain version (8, 9,10,etc) -- what am I missing?
Thank you very much.I am having the same problem except I am converting from Crystal 6 to Crystal 9. Let me know if you get a fix for this.
Thanks!|||Still now answer?
Does anyone know - who can help me with this?|||There is a Crystal Reports 10 hot fix for this problem. Go to http://support.businessobjects.com/search/ and search for "crystal reports runtime error export excel". I downloaded and installed it and am able to export now.
I have Version 8 and Version 10 Professional of Crystal Reports installed on my PC. When I embed a Preview window for Crystal Reports using crpe32.dll (version 8), I can click on the Export option ... and export to anything.
When I use the crpe32.dll (10.0.0.533) for Version, everything works except the Export button. I just get a cursor wait for a second and nothing happens.
If I open Crystal Reports Version 10 Professional and run the report from there, I can select FILE / EXPORT and get the Export Dialog box without any issue.
What is needed to make this work ... and what is needed for end-user distribution. The end-users are responsible for writing their own reports, and I don't want to require a certain version (8, 9,10,etc) -- what am I missing?
Thank you very much.I am having the same problem except I am converting from Crystal 6 to Crystal 9. Let me know if you get a fix for this.
Thanks!|||Still now answer?
Does anyone know - who can help me with this?|||There is a Crystal Reports 10 hot fix for this problem. Go to http://support.businessobjects.com/search/ and search for "crystal reports runtime error export excel". I downloaded and installed it and am able to export now.
Sunday, March 11, 2012
crystal report failed after installed
Dear sir,
I've created an application using VB to manipulate data from SQL servers and getting help from Crystal Reports too.
After I finished, I deployed it as usual, and it did, to a computer without VB & Crystal Report. But when I tried to run on the target PC it always returns error when I choose to view a report from crystal report form that I've created. (I tested on my other report view which directly from SQL to VB without Crystal Report, and it runs perfectly)
Please, tell me what is going on, is it because of the Windows version that causing these errors? (I savd my work with XP but deploy them in a Win98 PC)
Thanks.What's the error message that you're getting? Did you make sure you deployed all the dll's that you needed along with all the dependencies?
If you give a little more info about how you use Crystal with VB, it will help us to be able to help you better.
I've created an application using VB to manipulate data from SQL servers and getting help from Crystal Reports too.
After I finished, I deployed it as usual, and it did, to a computer without VB & Crystal Report. But when I tried to run on the target PC it always returns error when I choose to view a report from crystal report form that I've created. (I tested on my other report view which directly from SQL to VB without Crystal Report, and it runs perfectly)
Please, tell me what is going on, is it because of the Windows version that causing these errors? (I savd my work with XP but deploy them in a Win98 PC)
Thanks.What's the error message that you're getting? Did you make sure you deployed all the dll's that you needed along with all the dependencies?
If you give a little more info about how you use Crystal with VB, it will help us to be able to help you better.
Thursday, March 8, 2012
Crystal Report Distribution - Newbie
I am a newbie at this and I have gotten myself very confused, someone please HELP!
I have V10 Pro installed and I have been teaching myself how to create report using it's features. I do not seem to have Crystal Enterprise so all of the repository features are not available.
I have been tasked to build reports that will be distributed to others within my company either as stand alone files or viewable with Internet Explorer. I need to have drill down and parameter capabilities at the users end but none of my users have any Crystal Products. How do I go about doing this?
Eventually, I will be building VFP applications that will run these reports and distribute them to my users.
The vast number of products offered by Business Objects for Crystal makes it a little confusing on a first time user. Will it be possible for me to make and distribute reports to my users without having them install any Crystal products or without me having Crystal Enterprise? I was thinking it would work something like creating a PDF and the end user viewing it with a free Adobe Reader...I actually located Crystal Enterprise 9 on my network, however, I am unable to connect to it, I get a CMS not on PORT 6400 error. Will this work with Crystal Reports 10 Pro? What do I need to do to connect to it?|||See if you find solution at support section of this site
www.BusinessObjects.com
I have V10 Pro installed and I have been teaching myself how to create report using it's features. I do not seem to have Crystal Enterprise so all of the repository features are not available.
I have been tasked to build reports that will be distributed to others within my company either as stand alone files or viewable with Internet Explorer. I need to have drill down and parameter capabilities at the users end but none of my users have any Crystal Products. How do I go about doing this?
Eventually, I will be building VFP applications that will run these reports and distribute them to my users.
The vast number of products offered by Business Objects for Crystal makes it a little confusing on a first time user. Will it be possible for me to make and distribute reports to my users without having them install any Crystal products or without me having Crystal Enterprise? I was thinking it would work something like creating a PDF and the end user viewing it with a free Adobe Reader...I actually located Crystal Enterprise 9 on my network, however, I am unable to connect to it, I get a CMS not on PORT 6400 error. Will this work with Crystal Reports 10 Pro? What do I need to do to connect to it?|||See if you find solution at support section of this site
www.BusinessObjects.com
Crystal Report Developer Runtime
In my VB application I can print some reports. From my pc all works right but if I do it on a machine in which CR10 is not installed I get errors.
What Dll's are needed to run CR?
I've searched on the web, but I haven't found a solution.
I think I must create an installer package with all dll's but how could I do this?Dunno about V10, but in 8.5 installation, there is a file named Runtime.hlp that is found in
C:\Program Files\Seagate Software\Crystal Reports\Developer Files\Help
this tells you what the files are that are needed for particular deployments.
Under Vb6's Add-Ins menu item there should be a Package and Deployment Wizard option. This will use the dependency files (.dep) that ship with Crystal to build up a complete set of files and define the locations they are to be installed to etc. These .dep files contain information about files that are needed in order for specific functionality to occur, and whether windows needs to register them or not, and so on. Do a search for cr*.dep on your development PC and have a look inside these files, you'll see what I mean.
Sometimes you have to tweak the installation, as the .dep files are not up to date or are incorrect, and it's best, if you run into problems, to check Seagate's Business Objects site for assistance.
Bear in mind, in this Runtime.hlp they reference file locations that refer to the location of files on your development PC. They don't list where the files have to go on the PC with the deployed VB application........you gotta rely on the .dep files being OK, and then working any other bugs out for yourself.
dave|||Ok, thank you very much!
Grazie, ciao :-)
What Dll's are needed to run CR?
I've searched on the web, but I haven't found a solution.
I think I must create an installer package with all dll's but how could I do this?Dunno about V10, but in 8.5 installation, there is a file named Runtime.hlp that is found in
C:\Program Files\Seagate Software\Crystal Reports\Developer Files\Help
this tells you what the files are that are needed for particular deployments.
Under Vb6's Add-Ins menu item there should be a Package and Deployment Wizard option. This will use the dependency files (.dep) that ship with Crystal to build up a complete set of files and define the locations they are to be installed to etc. These .dep files contain information about files that are needed in order for specific functionality to occur, and whether windows needs to register them or not, and so on. Do a search for cr*.dep on your development PC and have a look inside these files, you'll see what I mean.
Sometimes you have to tweak the installation, as the .dep files are not up to date or are incorrect, and it's best, if you run into problems, to check Seagate's Business Objects site for assistance.
Bear in mind, in this Runtime.hlp they reference file locations that refer to the location of files on your development PC. They don't list where the files have to go on the PC with the deployed VB application........you gotta rely on the .dep files being OK, and then working any other bugs out for yourself.
dave|||Ok, thank you very much!
Grazie, ciao :-)
Wednesday, March 7, 2012
Crystal Analysis 9.0 Vs MS SQL Server 2000 (OLAP)
Hi
I want to connect MS SQL 2000 Server with Crystal Analysis via OLAP.
I have installed SQL with Windows authentication mode and installed crystal Analysis 9.0
I have configured Crystal OLAP connection setup.
When I am trying to open or create new application through CA I am not getting through OLAP connection with SQL and I am receiving the error as the following.
Error 1
" Unknown User name and bad password."
Error 2
Failes to initialize.( Cannot connect to the server 'XXXX." the server is not started or too busy)
My SQL server has already started.
Please advsie me ASAP.Run Profiler on the SQL Server and see if you're getting a failed login attempt, or any login attempt at all. That should at least tell you if you're connecting. Can you ping the SQL Serer from where you're doing this|||Hi Chandrat,
I haven't worked with version 9 before but Crystal connectivity issues with SQL Server have somewhat of a track record.
I would suggest checking the basics eg. pinging (as per derrickleggit's post) but you might also want to check out the following:
http://aspalliance.com/532
http://www.dynalivery.com/customersupport/faq/CannotOpenSQLServer.html
Cheers
SQLobSERVER.com|||Dear derrickleggett and SQLobSERVER.com Friends
As long as The SQL and CA9.0 are sitting in the same machine, pinging is working finely.
Profiler receives the connectivity without failure.
Please clarify my doubts.
I have loded IBM Content Manager in my machine, that needs to disable IIS, SMTP, WWWS services to operate CM via IBM HTTP server and IBM Webshpere and I had done so.
Will it cause any problem for the login failure error?
Please update me.|||Is CA9 the only Crystal app you have running?|||Yes... Only Crystal Analysis 9.0..|||Is there any way to explicitly declare the connection values from Crystal? ie. servername, databasename, userID and password?|||We have the only way to connect thru Crystal OLAP connection browser.
There is an option to add server details like as follows
Server Type==> (Microsoft OLE DB provider for olap Sereices 8.0)
Caption==> (Ex:SQLTM)
Server options:
OLAP SERVER
Server Name==>(Ex: DATEC)
Username==>(Ex: SQLADMIN)
Password==>(Ex: *******)
I made the connection with a valid server name, username and password, but not get conneced.|||Chandrat,
I'm stumped - prob best to raise the support call (if you haven't done so already). Looks like you have done everything right. Profiler has even confirmed the connection. Crystal looks like the weak link.
Please let me know how you go and what BO come back with.
Cheers
I want to connect MS SQL 2000 Server with Crystal Analysis via OLAP.
I have installed SQL with Windows authentication mode and installed crystal Analysis 9.0
I have configured Crystal OLAP connection setup.
When I am trying to open or create new application through CA I am not getting through OLAP connection with SQL and I am receiving the error as the following.
Error 1
" Unknown User name and bad password."
Error 2
Failes to initialize.( Cannot connect to the server 'XXXX." the server is not started or too busy)
My SQL server has already started.
Please advsie me ASAP.Run Profiler on the SQL Server and see if you're getting a failed login attempt, or any login attempt at all. That should at least tell you if you're connecting. Can you ping the SQL Serer from where you're doing this|||Hi Chandrat,
I haven't worked with version 9 before but Crystal connectivity issues with SQL Server have somewhat of a track record.
I would suggest checking the basics eg. pinging (as per derrickleggit's post) but you might also want to check out the following:
http://aspalliance.com/532
http://www.dynalivery.com/customersupport/faq/CannotOpenSQLServer.html
Cheers
SQLobSERVER.com|||Dear derrickleggett and SQLobSERVER.com Friends
As long as The SQL and CA9.0 are sitting in the same machine, pinging is working finely.
Profiler receives the connectivity without failure.
Please clarify my doubts.
I have loded IBM Content Manager in my machine, that needs to disable IIS, SMTP, WWWS services to operate CM via IBM HTTP server and IBM Webshpere and I had done so.
Will it cause any problem for the login failure error?
Please update me.|||Is CA9 the only Crystal app you have running?|||Yes... Only Crystal Analysis 9.0..|||Is there any way to explicitly declare the connection values from Crystal? ie. servername, databasename, userID and password?|||We have the only way to connect thru Crystal OLAP connection browser.
There is an option to add server details like as follows
Server Type==> (Microsoft OLE DB provider for olap Sereices 8.0)
Caption==> (Ex:SQLTM)
Server options:
OLAP SERVER
Server Name==>(Ex: DATEC)
Username==>(Ex: SQLADMIN)
Password==>(Ex: *******)
I made the connection with a valid server name, username and password, but not get conneced.|||Chandrat,
I'm stumped - prob best to raise the support call (if you haven't done so already). Looks like you have done everything right. Profiler has even confirmed the connection. Crystal looks like the weak link.
Please let me know how you go and what BO come back with.
Cheers
Saturday, February 25, 2012
Crystal 4.6 connection to Access 2000?
I have a VB6 package that uses CR 4.6 and has installed successfully on numerous PCs under all versions of Windows (97 to XP).
Now I when I run the package on my new laptop and try to print a report, I get error error 2147417848 - disconnected from client.
Moreover, although the CR report designer recognises the rpt files, the preview window gives an error. I'm assuming connecting to the database is the problem. The new laptop has no problem with any other software or with printing in general.
I have tried re-installing VB6 and Crystal Reports, re-registering crystl32.ocx, tried the Dependency Walker from Crystal, spent hours trawling the web, all to no avail.
Any bright ideas out there?Are you able to open the report?
Do verify database
Now I when I run the package on my new laptop and try to print a report, I get error error 2147417848 - disconnected from client.
Moreover, although the CR report designer recognises the rpt files, the preview window gives an error. I'm assuming connecting to the database is the problem. The new laptop has no problem with any other software or with printing in general.
I have tried re-installing VB6 and Crystal Reports, re-registering crystl32.ocx, tried the Dependency Walker from Crystal, spent hours trawling the web, all to no avail.
Any bright ideas out there?Are you able to open the report?
Do verify database
Tuesday, February 14, 2012
CRM side-by-side install
I've installed SQL Reporting Services on the same server
as CRM1.2 install. There were a couple minor issues that
were fixed (none of which involved any of the CRM .config
files or IIS permissions for the CRM site). Now when i
try to open CRM i get an error stating a problem with a
config file.
Line 5: <assemblies>
Line 6: <add
assembly="Microsoft.Crm.Platform.ComProxy,
Version=1.0.0000.0, Culture=neutral,
PublicKeyToken=xxxxxxxxxxxxxxxxx"/>
Line 7: <add
assembly="Microsoft.Crm.Platform.Types,
Version=1.2.3297.0, Culture=neutral,
PublicKeyToken=xxxxxxxxxxxxxxxxx"/>
Line 8: </assemblies>
Line 9: </compilation>
Source File: C:\inetpub\wwwroot\web.config Line:7
The server is a dual processor Windows 2000 server with 1
GB ram. All the latest patches are applied.
I have restarted all the CRM services and am able to get
to the point where it asks for login information. It's
upon loading the initial CRM page that i get this error.
There isn't anything in the event log that correlates
with this error.
Any ideas?Jason-
Did you ever find a fix for this problem? I'm getting the same error on our
server and on our client's server as well. On our server we get the error
when we try to access CRM, but the Report Manager runs fine. On our client's
server CRM runs fine, but the error occurs when I try to access Report
Manager.
I did notice that there was already a "Reports" folder from CRM when I was
installing Reporting Services, so I changed the name of the install folder at
the time, so that's not the issue.
Joel
"Chancetribe" wrote:
> Notice that CRM installs a "reports" folder in the root directory. Also
> notice that SQL reporting default virtual folder for the SQL Reporting Folder
> is named "reports". I had a similar problem and just reinstalled Reporting
> Services to a virtual folder with a name other than "reports".
> Hope this can help you.
> Jeremy
> "Jason" wrote:
> > I've installed SQL Reporting Services on the same server
> > as CRM1.2 install. There were a couple minor issues that
> > were fixed (none of which involved any of the CRM .config
> > files or IIS permissions for the CRM site). Now when i
> > try to open CRM i get an error stating a problem with a
> > config file.
> >
> > Line 5: <assemblies>
> > Line 6: <add
> > assembly="Microsoft.Crm.Platform.ComProxy,
> > Version=1.0.0000.0, Culture=neutral,
> > PublicKeyToken=xxxxxxxxxxxxxxxxx"/>
> > Line 7: <add
> > assembly="Microsoft.Crm.Platform.Types,
> > Version=1.2.3297.0, Culture=neutral,
> > PublicKeyToken=xxxxxxxxxxxxxxxxx"/>
> > Line 8: </assemblies>
> > Line 9: </compilation>
> >
> > Source File: C:\inetpub\wwwroot\web.config Line:7
> >
> >
> > The server is a dual processor Windows 2000 server with 1
> > GB ram. All the latest patches are applied.
> > I have restarted all the CRM services and am able to get
> > to the point where it asks for login information. It's
> > upon loading the initial CRM page that i get this error.
> > There isn't anything in the event log that correlates
> > with this error.
> >
> > Any ideas?
> >
as CRM1.2 install. There were a couple minor issues that
were fixed (none of which involved any of the CRM .config
files or IIS permissions for the CRM site). Now when i
try to open CRM i get an error stating a problem with a
config file.
Line 5: <assemblies>
Line 6: <add
assembly="Microsoft.Crm.Platform.ComProxy,
Version=1.0.0000.0, Culture=neutral,
PublicKeyToken=xxxxxxxxxxxxxxxxx"/>
Line 7: <add
assembly="Microsoft.Crm.Platform.Types,
Version=1.2.3297.0, Culture=neutral,
PublicKeyToken=xxxxxxxxxxxxxxxxx"/>
Line 8: </assemblies>
Line 9: </compilation>
Source File: C:\inetpub\wwwroot\web.config Line:7
The server is a dual processor Windows 2000 server with 1
GB ram. All the latest patches are applied.
I have restarted all the CRM services and am able to get
to the point where it asks for login information. It's
upon loading the initial CRM page that i get this error.
There isn't anything in the event log that correlates
with this error.
Any ideas?Jason-
Did you ever find a fix for this problem? I'm getting the same error on our
server and on our client's server as well. On our server we get the error
when we try to access CRM, but the Report Manager runs fine. On our client's
server CRM runs fine, but the error occurs when I try to access Report
Manager.
I did notice that there was already a "Reports" folder from CRM when I was
installing Reporting Services, so I changed the name of the install folder at
the time, so that's not the issue.
Joel
"Chancetribe" wrote:
> Notice that CRM installs a "reports" folder in the root directory. Also
> notice that SQL reporting default virtual folder for the SQL Reporting Folder
> is named "reports". I had a similar problem and just reinstalled Reporting
> Services to a virtual folder with a name other than "reports".
> Hope this can help you.
> Jeremy
> "Jason" wrote:
> > I've installed SQL Reporting Services on the same server
> > as CRM1.2 install. There were a couple minor issues that
> > were fixed (none of which involved any of the CRM .config
> > files or IIS permissions for the CRM site). Now when i
> > try to open CRM i get an error stating a problem with a
> > config file.
> >
> > Line 5: <assemblies>
> > Line 6: <add
> > assembly="Microsoft.Crm.Platform.ComProxy,
> > Version=1.0.0000.0, Culture=neutral,
> > PublicKeyToken=xxxxxxxxxxxxxxxxx"/>
> > Line 7: <add
> > assembly="Microsoft.Crm.Platform.Types,
> > Version=1.2.3297.0, Culture=neutral,
> > PublicKeyToken=xxxxxxxxxxxxxxxxx"/>
> > Line 8: </assemblies>
> > Line 9: </compilation>
> >
> > Source File: C:\inetpub\wwwroot\web.config Line:7
> >
> >
> > The server is a dual processor Windows 2000 server with 1
> > GB ram. All the latest patches are applied.
> > I have restarted all the CRM services and am able to get
> > to the point where it asks for login information. It's
> > upon loading the initial CRM page that i get this error.
> > There isn't anything in the event log that correlates
> > with this error.
> >
> > Any ideas?
> >
Subscribe to:
Posts (Atom)