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.


Messages - ramiro

Pages: [1] 2 3 4
1
The Rest - Ask For Help / Re: correct link/dll mode
« on: March 22, 2017, 05:31:27 PM »
Bruce,
You were right, the problem was not NetTalk
Many thanks for your help, finally the problem was solved, the cause: a LIB with source code that is part of a DLL had not been compiled with C10
best regards
Ramiro

2
The Rest - Ask For Help / Re: correct link/dll mode
« on: March 22, 2017, 11:02:37 AM »
Thanks Bruce,
I will follow your recommendations.
regards
Ramiro

3
The Rest - Ask For Help / Re: correct link/dll mode
« on: March 21, 2017, 06:37:35 AM »
Hello Bruce
thanks for your answer.
Yes, the application is ABC and multi dlll, in addition, I use nettalk in 4 Dll including the DataDll I explain a little:
This app. was working finr with C8, then I upgraded it to C10 and I'm using NetTalk 8.71 basically Netsimple (client and webclient classes)
The problem is that the app. fails at the end of each thread (all use NetTalk or not), generates an exception error, and I went through the process of checking my code at the beginning of the program, especially the string slicing and values out of range, I used the debugger but it does not give much information, except that the exception is generated after ClaRun makes a call stack and before there are some call stack of ClaNet, in the forum of SV I was told That probably the exception is related to the link mode for nettalk, I transcribe the commentary of Diego Borojovich:
"There is not much information on the screen you post.
My educated guess is that you have wrong the link/dll mode settings for nettalk
in one of the multi dll app, posible the datadll.
Other than that check if you have their last version or how to set it up on a
multi dll app.
Usually a bad link mode fail on the thread start up, but I never saw the
nettalk cade to see if it properly coded."

Attach image of exception log file
Thank you very much for the support.
Ramiro

4
The Rest - Ask For Help / correct link/dll mode
« on: March 17, 2017, 06:00:21 PM »
Hi,
For a multi-dll application, what are the correct values for link / dll mode?
Both in the datadll app. and the rest of the apps.

thank you
Ramiro M B

5
Hello to every body.

excuseme but I would like to know if it is possible to supress the div header and footer from a netWebSource procedure. I've tried creating a new source (clarion) procedure and passing the p_web object as parameter and adding all the necesary things for the NetWebSource to work. and it does compile, but it does not run could I delete the divs from the netwebsource procedure or what can I do?. can anyone help me?

My Code:


!!! <summary>
!!! Generated from procedure template - Source
!!! </summary>
Login2               PROCEDURE  (NetWebServerWorker p_web) ! Declare Procedure
! Start of "Data Section"
! [Priority 1300]
loc:divname           string(252)
loc:parent            string(252)  ! should always be a lower-case string
loc:user             STRING(30)                            !usuario
loc:passwd           STRING(30)                            !
! End of "Data Section"
! Start of "Local Data After Object Declarations"
! [Priority 4000]
packet                      StringTheory
timer                   long
loc:options             StringTheory ! options for jQuery calls
! End of "Local Data After Object Declarations"

  CODE
! Start of "Processed Code"
! [Priority 4000]
  GlobalErrors.SetProcedureName('Login')
     
       
  loc:user = p_web.GetValue('loc_user')
        MESSAGE('Yes')
  IF CLIP(loc:user) <> '' AND clip(loc:passwd) <> ''
      packet.Append('i = 0;')
  ELSE
      packet.Append('i = 0;')
    END

  do SendPacket
  GlobalErrors.SetProcedureName()
  Return
! End of "Processed Code"
! Start of "Procedure Routines"
! [Priority 3500]
SendPacket  routine
  p_web.ParseHTML(packet,1,0,NET:NoHeader)
  packet.SetValue('')
  MESSAGE('yes')
! [Priority 8500]

! End of "Procedure Routines"
! Start of "Local Procedures"
! [Priority 5000]

! End of "Local Procedures"

6
Hello

excuse me for botherinig you, but how in the world did you make it work i do not comprehend which code did you added and where did you put the return tag?

Ramiro

7
Web Server - Ask For Help / Re: Can we do Streaming with NT?
« on: January 04, 2016, 11:25:57 AM »
Bruce,
Respect to audio streaming, It is possible with NT and which protocols?

thank you
Ramiro

8
The Rest - Ask For Help / Error returned in ErrorTrap
« on: July 22, 2015, 02:36:56 PM »
Hi Bruce,
an app. with netsimple(server) using wholepacket produces the error:
"Could not allocate memory for BigPacketQueue"
The app. It is new, HOWEVER been working for a month without problems receiving and sending packages, many packages, just over 250,000
To solve the problem, where I can start?

thank you
Ramiro

9
Web Server - Ask For Help / Re: TLS_RSA_WITH_AES_256_CBC_SHA cipher
« on: April 29, 2015, 09:03:50 AM »
I pleased to inform you that the problem with TLS version/Cipher was solved, we follow your instruction and
setting SSLMethod to   NET:SSLMethodTLS for N8.45

Thank you

10
The Rest - Ask For Help / Re: web client N8.45 Exception error
« on: April 28, 2015, 03:58:26 PM »
concerning this problem,  was solved by generating the corresponding module clw again

thank you
Ramiro

11
Web Server - Ask For Help / TLS_RSA_WITH_AES_256_CBC_SHA cipher
« on: April 28, 2015, 09:09:11 AM »
Is it possible to include this cipher on N8 for a web service with SSL?

TLS_RSA_WITH_AES_256_CBC_SHA cipher

Thank you
Ramiro

12
The Rest - Ask For Help / web client N8.45 Exception error
« on: April 28, 2015, 08:54:17 AM »
a Web client app. working well, now with N8 fails, the error appears in the picture attached, the error is generated in the POST to a web service using SSL.
Something we need in our app. to compile including nettalk8 ???



[attachment deleted by admin]

13
web service and SSL problem,
SOAPUI testing work correctly, and IE, Chrome, Firefox too
SSL connection drops, ihotelier reports timeout

Thank you
Ramiro
Clarion8
NetTalk8

14
Web Server - Ask For Help / Re: SSL issue
« on: April 22, 2015, 04:27:52 PM »
the problem was solved by changing the protocol to TLSv1

Thank you

15
Web Server - Ask For Help / Re: SSL issue dropped connection
« on: April 22, 2015, 10:11:27 AM »
Terry,
thank you.
above problem solved.
A new problem: an application called iHotelier tries to connect
my webservice but the connection is dropped, the client reports this message:

"iH Error: Unable to send outbound as HTTP message to https://reservacionesmision.com.mx:4443/ServicioReqResTC

 Reason is Connection reset"

Thanks in advance
Ramiro

 

Pages: [1] 2 3 4