Andre Grumbach
Guest
|
Posted:
Wed Sep 15, 2004 3:42 pm Post subject:
Createing Quote sometimes make Error: 80070057 |
|
|
Hello NG,
Today I found some funny problems.
I create Quotes via the quote WebService from the CRM.
This normally works fine, but now I have some quotes, which will get me an
error, when I open it. This error is no normal error, I will get an
white/yellow Page with ASPX Errorpage:
Here the Message (sorry but I only have this error in German):
Serverfehler in der Anwendung '/'.
----------------------------------------------------------------------------
----
Falscher Parameter.
Beschreibung: Beim Ausführen der aktuellen Webanforderung ist ein
unverarbeiteter Fehler aufgetreten. Überprüfen Sie die Stapelüberwachung, um
weitere Informationen über diesen Fehler anzuzeigen und festzustellen, wo
der Fehler im Code verursacht wurde.
Ausnahmedetails: System.ArgumentException: Falscher Parameter.
Quellfehler:
Beim Ausführen der aktuellen Webanforderung wurde einen unbehandelte
Ausnahme generiert. Informationen über den Ursprung und die Position der
Ausnahme können mit der Ausnahmestapelüberwachung angezeigt werden.
Stapelüberwachung:
[ArgumentException: Falscher Parameter.]
Microsoft.Crm.Platform.ComProxy.CRMQuoteClass.Retrieve(CUserAuth& Caller,
String QuoteId, String ColumnSetXml) +0
Microsoft.Crm.Application.Platform.Quote.InternalRetrieve(String id,
String columnSet) +36
Microsoft.Crm.Application.Platform.Entity.Retrieve() +41
Microsoft.Crm.Application.Forms.AppForm.RaiseDataEvent(FormEventId
eventId) +160
Microsoft.Crm.Application.Forms.EndUserForm.Execute(Entity entity) +60
Microsoft.Crm.Application.Forms.CustomizableForm.Execute(Entity entity)
+24
Microsoft.Crm.Web.SFA.QuoteDetailPage.ConfigureForm() +452
Microsoft.Crm.Application.Controls.AppPage.OnLoad(EventArgs e) +130
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
----------------------------------------------------------------------------
----
Versionsinformationen: Microsoft .NET Framework Version:1.1.4322.985;
ASP.NET-Version:1.1.4322.968
So I try to get all data from this quote via the Retrieve WebSerivce.
There I get the same result:
ErrorMessage: SOAP Server Application Faulted
<detail><error><code>80070057</code><description>Wrong Parameter.
</description></error></detail> Source: System.Web.Services
Have anyone any idea, why I sometimes get such an error?
And how can I fix this Problem?
Thanks for help,
Andre Grumbach
|
|
Matt Parks
Guest
|
Posted:
Wed Sep 15, 2004 6:54 pm Post subject:
Re: Createing Quote sometimes make Error: 80070057 |
|
|
Andre,
I'd look at the QuoteBase table and compare one fo the "broken" quotes to one
that you create manually via the front-end, but with the same data values as you
are passing in from the interface. Odds are something else is being set that
the front-end requires. You may be able to then manuallu update the existing
records to "correct" them, and then update the integration to supply the
additional info needed.
Matt Parks
MVP - Microsoft CRM
----------------------------------------
----------------------------------------
On Wed, 15 Sep 2004 13:42:38 +0200, "Andre Grumbach"
<andre.grumbach@.itvt.nospam.de> wrote:
Hello NG,
Today I found some funny problems.
I create Quotes via the quote WebService from the CRM.
This normally works fine, but now I have some quotes, which will get me an
error, when I open it. This error is no normal error, I will get an
white/yellow Page with ASPX Errorpage:
Here the Message (sorry but I only have this error in German):
Serverfehler in der Anwendung '/'.
----------------------------------------------------------------------------
----
Falscher Parameter.
Beschreibung: Beim Ausführen der aktuellen Webanforderung ist ein
unverarbeiteter Fehler aufgetreten. Überprüfen Sie die Stapelüberwachung, um
weitere Informationen über diesen Fehler anzuzeigen und festzustellen, wo
der Fehler im Code verursacht wurde.
Ausnahmedetails: System.ArgumentException: Falscher Parameter.
Quellfehler:
Beim Ausführen der aktuellen Webanforderung wurde einen unbehandelte
Ausnahme generiert. Informationen über den Ursprung und die Position der
Ausnahme können mit der Ausnahmestapelüberwachung angezeigt werden.
Stapelüberwachung:
[ArgumentException: Falscher Parameter.]
Microsoft.Crm.Platform.ComProxy.CRMQuoteClass.Retrieve(CUserAuth& Caller,
String QuoteId, String ColumnSetXml) +0
Microsoft.Crm.Application.Platform.Quote.InternalRetrieve(String id,
String columnSet) +36
Microsoft.Crm.Application.Platform.Entity.Retrieve() +41
Microsoft.Crm.Application.Forms.AppForm.RaiseDataEvent(FormEventId
eventId) +160
Microsoft.Crm.Application.Forms.EndUserForm.Execute(Entity entity) +60
Microsoft.Crm.Application.Forms.CustomizableForm.Execute(Entity entity)
+24
Microsoft.Crm.Web.SFA.QuoteDetailPage.ConfigureForm() +452
Microsoft.Crm.Application.Controls.AppPage.OnLoad(EventArgs e) +130
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750
----------------------------------------------------------------------------
----
Versionsinformationen: Microsoft .NET Framework Version:1.1.4322.985;
ASP.NET-Version:1.1.4322.968
So I try to get all data from this quote via the Retrieve WebSerivce.
There I get the same result:
ErrorMessage: SOAP Server Application Faulted
<detail><error><code>80070057</code><description>Wrong Parameter.
</description></error></detail> Source: System.Web.Services
Have anyone any idea, why I sometimes get such an error?
And how can I fix this Problem?
Thanks for help,
Andre Grumbach |
|