HCPMs Offline Sync Error - sap

I am getting the following error when attempting to run an offline sync. I am using a simple Fiori app connected to the Northwind ODATA server.
Error caused by: [-100024] An error occurred while retrieving or parsing the response for request "https://hcpms-pXXXX.hanatrial.ondemand.com:443/SAMPLE/Order_Details".
Error caused by: Missing message for key 'org.apache.olingo.odata2.api.ep.EntityProviderException.INVALID_PROPERTY_VALUE2'!
I am calling the Orders, Customers and Order_Details services. Orders and Customers work fine, but not Order_Details

Related

RevenueCat - Service connection is disconnected

I am getting the error "SERVICE_DISCONNECTED" on Android Studio when I try to make a purchase with RevenueCat. I've searched everywhere but nothing has worked so far.
I followed their quickstart guide and double checked everything but I can't get purchases to work.
The following is the full log of the error when I try to purchase:
W/BillingClient: Exception while launching billing flow: ; for sku: mysku; try to reconnect
W/[Purchases] - INFO: Error updating purchases. DebugMessage: Service connection is disconnected.. ErrorCode: SERVICE_DISCONNECTED.
E/[Purchases] - ERROR: There was a problem with the Play Store. | Error updating purchases. DebugMessage: Service connection is disconnected.. ErrorCode: SERVICE_DISCONNECTED.
W/[Purchases] - INFO: Failed to launch billing intent. DebugMessage: Service connection is disconnected.. ErrorCode: SERVICE_DISCONNECTED.
Thanks in advance!

Windows Azure Storage Exception with Connection String Specifying Account Name and Account Key

I am adding Windows Azure Storage to my ASP.Net application. I am using NetStandard 1.4 and am building on MacOS.
I have the following as my connection string, as recommended by learn.microsoft.com:
DefaultEndpointsProtocol=http;AccountName=XXXXXX;AccountKey=XXXXXX
I am connecting with a new Azure Storage account and have confirmed that my account name and account key are correct. Right before the call to create the table, I added a WriteLine to display the CloudStorageAccount's connection string URI just to make sure it is correct. It has the hostname.
I am getting the following error when performing "dotnet run".
Unhandled Exception: System.Reflection.TargetInvocationException:
Exception has been thrown by the target of an invocation. --->
System.AggregateException: One or more errors occurred. (An error
occurred while sending the request.) --->
Microsoft.WindowsAzure.Storage.StorageException: An error occurred
while sending the request. ---> System.Net.Http.HttpRequestException:
An error occurred while sending the request. --->
System.Net.Http.CurlException: Couldn't resolve host name
Setting explicit table storage endpoint (TableEndpoint=XXX.table.core.windows.net) didn't work either.
Are there any other reasons why Curl will fail when connecting to XXX.table.core.windows.net?
To try capture the network trace for troubleshooting? And try to ping XXX.table.core.windows.net? Is it because the DNS cache not refreshed?

Transaction refused because of an invalid argument. See additional error messages for details (#10004: Internal Error)

I have cloned a Magento CI 1.9.2.3 site and I am getting this Paypal error:
Transaction refused because of an invalid argument. See additional error messages for details (#10004: Internal Error).
The weird thing is that the site it was cloned from works perfectly...
Any ideas would be great.

PHP PrestaShop Webservice language resource error

I am using platform webservice (1.6) and I don't have problems accessing to categories, products resources but when I try to access languages resource I got error.
Also with a direct request about schema/synopsis I got error.
Example:
aut_key#127.0.0.1/presta/api/products?schema=synopsis I got extended schema information
aut_key#127.0.0.1/presta/api/languages?schema=synopsis I got following
"Internal error. To see this error please display the PHP errors."
Setting debug mode I got:
Fatal error: Uncaught exception 'PrestaShopWebserviceException' with message 'This call to PrestaShop Web Services failed and returned an HTTP status of 401. That means: Unauthorized.' in C:\Ampps\www\test\PSWebServiceLibrary.php:92 Stack trace: #0 C:\Ampps\www\test\PSWebServiceLibrary.php(296): PrestaShopWebservice->checkStatusCode(401) #1 C:\Ampps\www\test\presta.php(93): PrestaShopWebservice->get(Array) #2 {main} thrown in C:\Ampps\www\test\PSWebServiceLibrary.php on line 92
Status 401. Unauthorize doesn't make any sense since if I try to get orders schema with same settings no errors.
Any idea?
I am using following official PSWebServiceLibrary
https://raw.github.c...viceLibrary.php
Thank you

Service reference error when moving dev. environment from XP to W7

I am building an application and I am using web services for getting data from a server. It was working fine when I was developing on my XP machine but had to switch to Windows 7. On the new machine I grabbed the latest version of the code using sourcesafe.
However, when I try to add a service reference in the solution or update an existing one I get the following error:
There was an error downloading 'http://localhost:52490/Service/CustomerService.asmx'.
The request failed with the error message:
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not create type 'Digital_Server.CustomerService'.
Source Error
Source File: /Service/CustomerService.asmxLine: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927
--.
Metadata contains a reference that cannot be resolved: 'http://localhost:52490/Service/CustomerService.asmx'.
An error occurred while receiving the HTTP response to http://localhost:52490/Service/CustomerService.asmx. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.
The underlying connection was closed: An unexpected error occurred on a receive.
Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
An existing connection was forcibly closed by the remote host
If the service is defined in the current solution, try building the solution and adding the service reference again.
Does it has anything to do with the IIS or is it any configuration file I have to change in the solution?
Any help is appreciated.
How do you deploy your app to the server? Via a zip file?
Perhaps it extracts the files without the path.