Jump to content

Stéphane Wierzbicki

Members
  • Content Count

    233
  • Joined

  • Last visited

Posts posted by Stéphane Wierzbicki


  1. 5 hours ago, corneliusdavid said:

    This isn't an official answer and I don't know how helpful this will be but I looked at the Windows Firewall settings on a virtual machine where I use both Delphi 10.4 and Delphi 11.1 and didn't see any specific ports open but several applications that are allowed for in-bound communication:

    DelphiPortsIn.thumb.png.d4a451a365af442002da75f2b5458240.png

     

    So, only for remote debugging or RAD Server. If anything, it's likely using the standard port 80 (HTTP) or 443 (HTTPS) for outbound calls but you should be able to use it without an internet connection after the initial license verification.

    Thanks but it would be nice if Embarcadero could provide detailed information such as URLs to allow, public IP adresses, TCP / UDP ports ranges and so on.

    • Like 1

  2. Well, web installation did work. IDE is running but i'm facing issues with GetIt.

     

    GetIt is able to display, filter items but as soon as I click the Install button I'm getting errors (I'm no more at the office now but from memory it was related to network connectivity issue)

     

    I suspect our proxy to be too strict... this is only guessing as Embarcadero isn't providing any info about installing Rad Studio in a "secured" network environment.

     

     


  3. 40 minutes ago, Joe Sansalone said:

    Luckily I saved the registry settings!

    11.1 Web Install did not preserve any settings.

     

    Thanks.

    Faced somehow the same issue. All packages were left, but search path was screwed (some path survived the update while a lot didn't).


  4. I'm desperately seeking for this information.

    Our Delphi is installed on a secured network and I need to provide inbound and outbound UDP/TCP ports that need to be opened for RAD studio to work.

     

    Same question about proxy settings.

     

    Anyone know how to get this ? (Already asked Embarcadero support and never got an answer...).

     

    Thanks

     

    PS:please don't tell me to install Wireshark and monitor everything... This should not be done by Embarcadero's customers

    • Like 1

  5. Hi,

     

    I am recovering MsSQL tables fields with the help of the GetFieldNames method, however some list fields are incomplete. 

     

    For example, I do have a table name with a string field called "USER' (reserved word, i know but I cannot to anything against this), calling GetFieldNames retrieve everything except the 'USER' field. 

     

    I'm calling GetFieldNames this way:

    FDConnection.GetFieldNames('','',Tablename,'',Fieldlist)

     

    Where Tablename is a string containing table name and Fieldlist is a TStringlist.

     

    Is there anything I can do?

     

    PS: I'm using Delphi 11

     


  6. Why don't you use SQLite DDL and adapt it to MySQL? This is not really complicated.

     

    After creating your MySQL database run FDBatchmove (btw FDBatchmove is able to physically create missing table but is not capable of creating indexes nor foreign keys).


  7. On 11/19/2021 at 1:37 PM, Bouhlal said:

    the software is based rdp, i don't want to give full access to desktop via rdp i want to allow only run the application but not direct access to desktop

    Are you aware that you can share "application" only instead of providing desktop?


  8. I used to work with MySQL (from 2000 to 2012). I used it for our internal Datawarehouse. FWIW, some tables handled over 200 000 records per day (with almost 100 fields).

     

    Since 2012 I switch to PostgreSQL for all my new projects. I really like it and to be honest, this database is extremely powerful and easy to maintain. 

×