5/5/2026 7:44:34 AM
|
| |
| slxdeveloper.com Community Forums |
|
| |
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
Errors trying to create Opportunities with sData
Posted: 23 Nov 09 3:59 PM
|
SalesLogix 7.5.1
Receiving an internal Server 500 error when attempting to do a post of a newly created Opportunity
I have never been able to view the template for opportunities
The get of existing opportuinites works and I used the results from that to create my Opportunity to populate and send to sData server.
Since it's a 500 error and no other specifics I decided the problem must be related to the fact that I can't view the template.
Receiving this error when attempting to view the template for opportities http://localhost:3333/sdata/slx/dynamic/opportunities/$template
- error Exception caught during the processing of a message Verb: GET Uri: http://localhost:3333/sdata/slx/dynamic/opportunities/$template Original Message: An exception occurred executing the dynamic method Opportunity.OnCreate. Inner Exception Message: No persister for: Sage.SalesLogix.SystemInformation Stack Trace: at Sage.Platform.DynamicMethod.DynamicMethodLibrary.Execute(String methodName, Object[] args) at Sage.SalesLogix.Entities.Opportunity.Create(EntityCreationOption executeBusinessRules) in e:\Dev\SalesLogix\trunk\Build\implementation\Opportunity.cs:line 2078 at Sage.SalesLogix.Entities.Opportunity.Create() in e:\Dev\SalesLogix\trunk\Build\implementation\Opportunity.cs:line 2055 at Sage.Platform.NHibernateRepository.NHibernateRepository.CreateImpl() at Sage.Platform.NHibernateRepository.NHibernateRepository`1.Sage.Platform.Repository.IRepository.Create() at Sage.Platform.EntityFactory.Create[T]() at Sage.SalesLogix.Web.DynamicFeeds.DynamicRequestBase`3.DoGetTemplate(IRequest request) at Sage.Integration.Entity.Adapter.OpportunityRequest.GetOpportunityTemplate(IRequest request) in e:\Dev\SalesLogix\trunk\Build\sdata\Opportunity.cs:line 67 at Invokecd69c6a652404f91baef2a8c4c4c61b3.Invoke(Object , IRequest ) at Sage.Integration.Messaging.RequestTargetRegistration.RequestTargetInvoker.Invoke(IRequest request) at Sage.Integration.Messaging.Request.Process(RequestTargetInvoker invoker) at Sage.Integration.Messaging.MessagingService.Process(IRequest request) -1
Any assistance on this is appreciated. |
|
|
|
Log Output
Posted: 24 Nov 09 3:33 PM
|
This output from the Windows Application log confirms my suspicions it's basically the same error as when I attempt to get the template
Any ideas on "No persister for: Sage.SalesLogix.SystemInformation"?
Exception caught during the processing of a message
Verb: POST Uri: http://localhost:3333/sdata/slx/dynamic/opportunities
Original Message: An exception occurred executing the dynamic method Opportunity.OnCreate.
Inner Exception Message: No persister for: Sage.SalesLogix.SystemInformation
Stack Trace: at Sage.Platform.DynamicMethod.DynamicMethodLibrary.Execute(String methodName, Object[] args) at Sage.SalesLogix.Entities.Opportunity.Create(EntityCreationOption executeBusinessRules) in e:\Dev\SalesLogix\trunk\Build\implementation\Opportunity.cs:line 2107 at Sage.SalesLogix.Entities.Opportunity.Create() in e:\Dev\SalesLogix\trunk\Build\implementation\Opportunity.cs:line 2084 at Sage.Platform.NHibernateRepository.NHibernateRepository.CreateImpl() at Sage.Platform.NHibernateRepository.NHibernateRepository`1.Sage.Platform.Repository.IRepository.Create() at Sage.Platform.EntityFactory.Create[T]() at Sage.SalesLogix.Web.DynamicFeeds.DynamicRequestBase`3.DoPost(TFeedEntry entry) at Sage.Integration.Entity.Adapter.OpportunityRequest.PostOpportunity(Opportunity entry) in e:\Dev\SalesLogix\trunk\Build\sdata\Opportunity.cs:line 81 at Invoke81b4542f407a49dab07855d3b658dd79.Invoke(Object , IRequest ) at Sage.Integration.Messaging.RequestTargetRegistration.RequestTargetInvoker.Invoke(IRequest request) at Sage.Integration.Messaging.Request.Process(RequestTargetInvoker invoker) at Sage.Integration.Messaging.MessagingService.Process(IRequest request) |
|
|
|
Re: Log Output
Posted: 05 Jan 10 1:24 PM
|
Bumping the thread to see if anyione else is picking up on this. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|