NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - jari@softmade.fi

Pages: [1] 2 3 4
1
Web Server - Ask For Help / Here maps are slow with NT 14.21
« on: April 26, 2024, 04:37:11 AM »
Any thoughts on why Here Maps is much slower on NT 14.21 than on 12.20?
The slowness occurs when fetching a new map, so for testing purposes, please clear the C:\temp\maps folder.

Versions
NT 14.21
Draw 4.36
St 3.67

2
Web Server - Ask For Help / How do I know if the connection is on?
« on: April 24, 2024, 07:41:34 AM »
Hi

I have a website that automatically updates information. If the connection to the web server is interrupted for some reason (e.g., due to an update), I would like the login page to appear. How could this be done?

3
Web Server - Ask For Help / Wizard type Tab style does not work.
« on: December 05, 2022, 03:15:21 AM »
Hi

Wizard type Tab style does not work at all.
It worked correctly in version 12.20.

See attachments.

Jari

4
Web Server - Ask For Help / Leave site message
« on: June 04, 2021, 03:27:05 AM »
I would like to block the user from leaving the pages. For example, some sites have a question: Leave Site? Changes You Made No Be Saved. "
How to do it?

Jari

5
Hi

Auto-check cahched files parameter is false and I still get an error message.
How can I update the files automatically without pressing ctrl F5.

Jari

6
Hello

I use "Seven" as theme and "Turn of pinch-to-zoom" is on.
I have many narrow columns in the browse and now it looks bad in phone because columns are not side by side.

Is there any way to force them side by side?

Jari

7
The Rest - Ask For Help / How can I use the same certificate as IE?
« on: February 12, 2018, 01:30:45 AM »
Hi

One of my customers asks:

We want to create a client program for a webservice that requires HTTPS (SSL).
Is there an option to use the same certificate store as for example Internet Explorer uses to validate the server certificate?
We would not like to use a separate root certificate file for validating the server certificate, because there is a risk that the server operator changes their certification authority and them we would have to manually update the certificate file.
If it would use the machine certificate store then it would be updated by the regular windows update routines.

Jari

8
Hello

I got error while trying to ceritficate.
In my certificate folder i don't have www.netkyyti.fi.crt  file, so is that the reason?

Jari


[ 1/16/18-12:04:42]  Unable to get certificate - Challenge was invalid
[ 1/16/18-12:04:42]  Status: "invalid"
[ 1/16/18-12:04:42]  Checking Status
[ 1/16/18-12:04:37]  Status: "pending"
[ 1/16/18-12:04:37]  Checking Status
[ 1/16/18-12:04:36]  Notify Server Challenge is Ready
[ 1/16/18-12:04:36]  LE Server will now fetch http://www.netkyyti.fi:80/.well-known/acme-challenge/C4cGfKJruOS11cSL8GxL5g97nzgY3B-EWqSKuKgPBH0
[ 1/16/18-12:04:36]  Challenge Token Saved C:\Netkyyti\web\.well-known\acme-challenge\C4cGfKJruOS11cSL8GxL5g97nzgY3B-EWqSKuKgPBH0
[ 1/16/18-12:04:36]  Authorize Request www.netkyyti.fi
[ 1/16/18-12:04:35]  Registering Account softmade at  https://acme-v01.api.letsencrypt.org/acme/new-reg
[ 1/16/18-12:04:34]  C:\Netkyyti\certificates\www.netkyyti.fi.crt does not exist
[ 1/16/18-12:04:34]  Created C:\Netkyyti\certificates\www.netkyyti.fi.csr
[ 1/16/18-12:04:33]  Created C:\Netkyyti\certificates\www.netkyyti.fi.key
[ 1/16/18-12:04:01]  Created C:\Netkyyti\certificates\softmade-LE.key
[ 1/16/18-12:03:47]  Created C:\Netkyyti\certificates\softmade-CA.crt
[ 1/16/18-12:03:47]  Created C:\Netkyyti\certificates\softmade-CA.key

9
Web Server - Ask For Help / webservice / Json output to utf-8
« on: November 02, 2017, 05:30:34 AM »
Hello

Where can I change webservice / Json to use utf-8?

Jari

10
Hello

I need to import some command in webservice something like this:

v1/business/rides/[RIDE_ID]/cancel
or
v1/business/rides/[RIDE_ID]/re-activate

How can I read the command  while there is no parameters in incoming data?

Jari

11
Hello

If I uncheck "Include field prefixes" then  for example  " json.GetPropertyValue('Customer_Action',1) "  command does not work properly.
Therefore NetWebserviceMetrhod always tries to add a record even if the value of the "Customer_Action" is update.
This is because Customer_Action  is filled in code:
  If json.GetPropertyValue('Customer_Action',1) <> '' ! if the Action is not passed, then fall back on the REST http method.
      Customer_Action = json.GetPropertyValue('Customer_Action',1)
    ElsIf json.GetPropertyValue('action',1) <> '' ! if the Action is not passed, then fall back on the REST http method.
      Customer_Action = json.GetPropertyValue('action',1)
    End


I also noticed that almoust all fields with a "_" character cause problems when  "Include field prefixes"  is not true.
Only arrays works fine

Regards

Jari

12
Web Server - Ask For Help / NetTalk Service Methods error list
« on: August 24, 2017, 11:53:55 PM »
Hello

Now the list may looks like this.

            "ERRORNUMBER" : 10,
            "ERRORPOSITION" : "Ride",
            "ERRORRECORDID" : "RID_RIDE_ID=0",
            "ERRORDESCRIPTION" : "Error when attempting to Insert a record
  • ",

            "ERRORRECOMMENDATION" : ""


Few things:
  -ERRORRECORDID includes field prefics
  -ERRORDESCRIPTION can't translate
  -ERRORRECOMMENDATION is allways empty

Is it possible to clear the list so that I can add my own error message with p_web.AddServiceError.

Regards

Jari

 

13
Web Server - Ask For Help / Doctor Any Place / Appointments
« on: August 07, 2017, 04:28:39 AM »
Hi Michelis

The Appointments calendar looks nice :D
Is it made with NetWebYear Template?

Regards

Jari

14
Web Server - Ask For Help / Webservice Rest Api Delete does nort work
« on: August 07, 2017, 04:02:50 AM »
Hello

I tried to delete the record with web77 and client examples, but it does not work.
How can I do this?

Regards

Jari

Request:
DELETE /database/dbCustomer/1 HTTP/1.1

Response:
{
   "dbCustomer_response" : {
      "queue" : [
         {
            "ERRORNUMBER" : 35,
            "ERRORPOSITION" : "dbCustomer",
            "ERRORRECORDID" : "CUS_ID=0",
            "ERRORDESCRIPTION" : "Record not found when attempting to do a Delete",
            "ERRORRECOMMENDATION" : ""
         }
      ]
   }
}



15
Hello

I  need multiple paramteres with REST but It seems to be difficult.

I DonĀ“t know where I do wrong in WEB77 example.

See attach

Thanks

Jari

Pages: [1] 2 3 4