Answered by:
Not able to publish reports and not able to create new organization through Deployment manager.

Question
-
Hi,
I have successfully installed MS CRM 4.0 On Windows Server 2008 and SQL Server 2008. But I am not able to publish reports . When I go for publish reports I get an error :
Create new Organization (Name=LifeStyle, Id=75e73e0a-642b-df11-98c8-00155d018f0e) failed with Exception:
Microsoft.Crm.CrmArgumentOutOfRangeException: DateTime is less than minumum value supported by CrmDateTime. Actual value: 12/04/1617 14:11:54, Minimum value supported: 01/01/1900 00:00:00 ---> System.ArgumentOutOfRangeException: DateTime is less than minumum value supported by CrmDateTime. Actual value: 12/04/1617 14:11:54, Minimum value supported: 01/01/1900 00:00:00
Parameter name: universalTime
Actual value was 12/4/1617 2:11:54 PM.
--- End of inner exception stack trace ---
at Microsoft.Crm.BusinessEntities.CrmDateTime.ValidateTime(String parameterName, DateTime time)
at Microsoft.Crm.BusinessEntities.CrmDateTime.Initialize(Style style, DateTime time)
at Microsoft.Crm.BusinessEntities.CrmDateTime.FromUniversal(DateTime universalTime)
at Microsoft.Crm.Reporting.ReportPublisher.CreateReportEntity(String bodyText, String reportName, String fileName, String description, Int32 languageCode, Object parentId, Guid signatureId, Version version, DateTime fileDate, Guid organizationId)
at Microsoft.Crm.Reporting.ReportPublisher.UploadReport(String reportFolder, String reportName, String fileName, String description, Int32 languageCode, Int32[] categoriesArray, Int32[] relatedEntitiesArray, Int32[] visibilitiesArray, Object parentId, Guid signatureId, Version version, Guid organizationId, Hashtable reportsPublished)
at Microsoft.Crm.Reporting.ReportPublisher.UploadReports(Guid organizationId, String reportFolder, Int32 languageCode, Int32 matchCategoryNumber, Int32 addCategoryNumber, IProgressEventSource progress)
at Microsoft.Crm.Setup.Server.Utility.ReportsUtility.UploadReports(String orgUniqueName, String reportFolder, Int32 languageCode, Int32 matchCategoryNumber, Int32 addCategoryNumber, IProgressEventSource progress)
at Microsoft.Crm.Setup.Server.Utility.ReportsUtility.CreateReports(String organizationName, Boolean grantNetworkService, String reportingUrl, String reportFilesLocation, Int32 languageCode)
at Microsoft.Crm.Tools.Admin.CreateOrganizationInstaller.Create(Guid organizationId, String organizationUniqueName, String organizationFriendlyName, String baseCurrencyCode, String baseCurrencyName, String baseCurrencySymbol, String initialUserDomainName, String initialUserFirstName, String initialUserLastName, String sqlServerName, Uri reportServerUrl, String privilegedUserGroupName, String sqlAccessGroupName, String userGroupName, String reportingGroupName, String privilegedReportingGroupName, String applicationPath, String languageId, Boolean sqmOption, String organizationCollation, MultipleTenancy multipleTenancy)Same error I am getting when I am creating new organization through Deployment manager. It creates Company database creates user but at last movement It gives above mention error.
Please help me to sort out this problem.
G. GoyalFriday, March 12, 2010 6:08 AM
Answers
-
what setting ?
in your installation you not make anything in database just configer the security to be windows authinction
did you facing any error in your installing or change value in database tabel
Thanks for any help :) my blog is: http://www.waelk.com- Marked as answer by Jim Glass Jr Wednesday, March 17, 2010 4:26 PM
Tuesday, March 16, 2010 12:33 PM
All replies
-
The error clearly says that the system datetime is invalid. Make sure the server system datetime is correct and then proceed.
- Arvind- Proposed as answer by Donna EdwardsMVP Friday, March 12, 2010 5:49 PM
- Marked as answer by Jim Glass Jr Friday, March 12, 2010 8:05 PM
- Unmarked as answer by G Goyal Tuesday, March 16, 2010 8:35 AM
- Marked as answer by G Goyal Tuesday, March 16, 2010 8:37 AM
- Unmarked as answer by G Goyal Tuesday, March 16, 2010 8:37 AM
- Unproposed as answer by G Goyal Tuesday, March 16, 2010 8:37 AM
Friday, March 12, 2010 1:38 PM -
Are you sure you had a 'successful install'. It seems that you should not have to publish reports if the install was successful.
Best Regards | Twitter: edwardsdnaFriday, March 12, 2010 5:49 PM -
All time stuff are correct.
There is a setting in sql server. which I am forgetting.
G. GoyalTuesday, March 16, 2010 8:37 AM -
what setting ?
in your installation you not make anything in database just configer the security to be windows authinction
did you facing any error in your installing or change value in database tabel
Thanks for any help :) my blog is: http://www.waelk.com- Marked as answer by Jim Glass Jr Wednesday, March 17, 2010 4:26 PM
Tuesday, March 16, 2010 12:33 PM -
I am searching for that setting.
I have to give some permission to some services in sql server.
G. GoyalWednesday, March 17, 2010 11:58 AM