Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 85,900
» Latest member: Kitsap law group
» Forum threads: 2,413
» Forum posts: 11,329

Full Statistics

Online Users
There are currently 622 online users.
» 1 Member(s) | 617 Guest(s)
Applebot, Bing, Google, Yandex, Kitsap law group

Latest Threads
TIWjQDBGrid erratic behav...
Forum: IntraWeb General Discussion
Last Post: Fabrizio Conti
Yesterday, 06:27 AM
» Replies: 6
» Views: 746
Need Help Integrating Mic...
Forum: IntraWeb General Discussion
Last Post: capheny
07-07-2026, 06:43 AM
» Replies: 0
» Views: 120
OpenSSL and concurrent re...
Forum: Indy
Last Post: kbriggs
07-05-2026, 02:41 PM
» Replies: 5
» Views: 414
Projeto Intraweb
Forum: IntraWeb General Discussion
Last Post: vonirpereira
07-03-2026, 06:51 PM
» Replies: 0
» Views: 168
Intraweb + Lazarus
Forum: IntraWeb Dúvidas Gerais
Last Post: vonirpereira
07-03-2026, 06:35 PM
» Replies: 0
» Views: 104
Image question on tiwjqdb...
Forum: IntraWeb General Discussion
Last Post: alex.trejo@tttnet.com.mx
07-01-2026, 12:19 AM
» Replies: 4
» Views: 4,354
CSS file not reloading af...
Forum: IntraWeb General Discussion
Last Post: Gustave
06-30-2026, 09:00 PM
» Replies: 0
» Views: 150
IW 16.2.0 Missing librari...
Forum: IntraWeb General Discussion
Last Post: Gregory_Twedt
06-24-2026, 04:40 AM
» Replies: 5
» Views: 903
VCL conversion
Forum: Delphi General Discussion
Last Post: tobenschain
06-20-2026, 05:00 AM
» Replies: 0
» Views: 165
TIWjQDBGrid changing UI
Forum: IntraWeb General Discussion
Last Post: BoostedCruiser
06-08-2026, 02:02 AM
» Replies: 36
» Views: 71,249

 
  what is the maximum capacity that indy TCP can hold ?
Posted by: Madammar - 12-12-2018, 06:54 AM - Forum: Indy - Replies (5)

in my machine each port can carry 1024 Connections , when my indy server have about 600 clients which is 600 Threads every thing is fine no problems at all. but when it goes to 800 + the app got not responsive and unable to accept new connections 

what is the possible number that indy can hold ?

Print this item

  What might cause this IMAP client error - "'Unexpected: Non-last response line..."
Posted by: edwinyzh - 12-11-2018, 05:49 AM - Forum: Indy - Replies (2)

The error happens during the execution of TidImap4.UIDRetrievePeek, any hint as to trace the source of the issue?

And here is the full error message:
---------------------------
Debugger Exception Notification
---------------------------
Project program1.exe raised exception class EIdReplyIMAP4Error with message 'Unexpected: Non-last response line (i.e. a data line) did not start with a *, offending line: nthalten. Sollten Sie diese E-Mail irrt=C3=BCml='.
---------------------------
Break   Continue   Help   
---------------------------

Thanks.

Print this item

  Javascript help
Posted by: TonyNZ - 12-10-2018, 05:51 PM - Forum: IntraWeb General Discussion - Replies (1)

I need to get an authenticated ID from an external site (OrcID). The process, from an Intraweb application, is to open up a URL to that site, login with a username / password and "authorize" my web site (Intraweb) to be supplied the ID. OrcID then redirects back to my site with a URL that contains the authenticated ID. Which I would need to "read" and store the value in a Delphi variable.

I have been supplied with an example of how to do this via a number of javascript functions (attached). But I don't even know how to integrate these into an Intraweb (15.x) application. 

Any help / advice appreciated.

Print this item

  IW BootsTrap 64 bit version
Posted by: bob9999 - 12-10-2018, 05:59 AM - Forum: IntraWeb General Discussion - Replies (4)

Hi there.  Is there an install available for IW BootsTrap that is 64bit?  I upgraded to version 15 which included this library and I cannot use in my 64bit application.  I was wondering at first why all was greyed out and I could not access until I happened to hover my mouse over and saw only 32bit there.  64bit has been out for a long time so I am surprised to see only 32bit available.  I am using Delphi 10.2.  Cheers.  bob

Print this item

  setting idtcpserver to false
Posted by: Madammar - 12-09-2018, 06:44 PM - Forum: Indy - Replies (3)

Why when i set tidtcpserver active property to false it does not disconnect all connected clients immediately ?

Print this item

  Javascript Errir in Browser Console
Posted by: ShaneStump - 12-09-2018, 06:15 PM - Forum: IntraWeb General Discussion - Replies (1)

Howdy All!

I have a control I have written that is rendering my control properly and it is working.

However when I look at the console in the various browsers, I am getting a lot of the following type errors:

Error in processAjaxExecute when evaluating: AsyncRenderControl("", "#CALENDARDAYCELLCOLUMN05_", "<div class=\"text-right w-100\" id=\"BIGCALENDARDAYCELLTITLETEXT988\"><p1><b>1<\/b><\/p1>\r\n<\/div>");

Syntax error, unrecognized expression: #


Is this my problem or an INTRAWEB problem?

I am using the latest IW 15.0.17.

Thanks,

Shane

Print this item

  ISAPI DLL deployment files needed
Posted by: bob9999 - 12-07-2018, 06:16 PM - Forum: IntraWeb General Discussion - Replies (14)

Hi there.  I am new to DLL deployment for IIS and ISAPI.  I have created the IW15 DLL file in Delphi 10.2 fine and have installed on the server following doc http://docs.atozed.com/docs.dll/deployme...20IIS.html.  On step 5 there is the vague wording about copying all files but all that is generated is the DLL.  Windows seems to want a landing htm mage or something minimal to call to load the DLL.  I found one reference on-line for the web.config file recommendation but I just cannot seem to get the DLL to load for deployment on the server.  What are basic files needed in the wwwroot to load the DLL?  Cheers. bob

Print this item

  Could not load SSL library error
Posted by: bob9999 - 12-07-2018, 06:10 PM - Forum: IntraWeb General Discussion - Replies (3)

I just upgraded to IW15 ultimate in delphi 10.2.  Now when I am loading the local standalone gui, there is the message "Could not load SSL library" but my application loads in the assigned port 65100 and I seem to be able to run this locally OK.  When I install this with no GUI as a windows service on a server, it does not seem to listen to the port at all or something else is wrong since there is the message :TIWServiceThread.Execute: Could not load root certificate" is the log when I start the service.  On the server I cannot load the application at all.

I tried installing OpenSSL 64 bit since I kept seeing that all over the place on threads but the SSL messages persist.  On the Atozed SSL download page the package links there are crossed out and the links broken.

In the previous bundled IW14 version the port would be randomly assigned so I upgraded and locally the port is what I assign but on the server that same port seems to have an issue.

The key issue I am trying to solve on this thread is the SSL messages and the port information is just added for clarity on all that is going on at the server.

Cheers.
bob

Print this item

  IWFileUploader SSL Negotiation failed (solved - mea culpa)
Posted by: mschumann - 12-07-2018, 04:04 PM - Forum: IntraWeb General Discussion - Replies (1)

I have a webpage (itc-ms.de) written in IW15 (Current Version, Delphi 10.2 and 10.3) where I use a file-uploader to allow customers uploading data. This worked well while I was using the IW application directly in the internet.

As I have quite some apps and pages, I use an apache server that splits requests to the apps and pages and I only have to apply the certificates there.

In case of itc-ms.de apache talks to the IW application internally in plain http on port 888


Code:
ProxyPass / http://192.168.2.14:888/
ProxyPassReverse / http://192.168.2.14:888/

I now discovered that upload no longer works, it fails with error "IWFileUploader1: SSL-Aushandlung fehlgeschlagen (translated: SSL Negotiation failed).

I have disabled SSL in the IW application and do not understand, why this is broken now. For strangre reasons the same error occurs if I directly access http://192.168.2.14:888 internally but not if I debug the app locally. Browser is always current Chrome.

Any Help is very appreciated.

Mea culpa - it had a totally different reason: In ione event of Uploader I send an email and I accidently removed the open-ssl-libs. So the send email was the root cause.

Print this item

  TreeView with Panel below nodes?
Posted by: cpstevenc - 12-05-2018, 04:02 PM - Forum: IntraWeb General Discussion - Replies (1)

Greetings!

I have a deal to where I want a tree view, but once I get to the final node in a branch, to show a panel below it.

Best example I have of something like this working currently out there

[Image: 55f2240720dc5522b219a61219731408.png]

[Image: d4b425acd45ffe030509122fd0cac7b6.png]

So could be at the end of more than one branch and see an interactive panel below them. 
Buttons, images, ect.

I was looking at the CGDEVTools JQuery Demos and I did not see anything showing a more advanced tree viewing experience
other than slightly enhanced typical tree viewing.

I have the TMS controls also, but theirs too doesn't seem to expand much on things other than checkbox/radio button support.

If you notice, even on a node level they have an input box level too.... 

Using Tokyo 10.2.3 and latest IW 14 currently.

Only thinking I have is this has to be just all custom HTML / JavaScript for now and figure out how to hook in callbacks and all that to make it play out properly?

Print this item