Jump to content

Stéphane Wierzbicki

Members
  • Content Count

    230
  • Joined

  • Last visited

Posts posted by Stéphane Wierzbicki


  1. 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.

     

     


  2. 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).


  3. 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

  4. 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

     


  5. 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).


  6. 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?


  7. 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. 


  8. Hello,

     

    I cannot work with refactoring stuff any more. Right clicking and selecting "Refactor" menu takes up to 5 minutes on my VM machine (Windows 2016 / 32Gb Ram / 8 Sockets + 8 cores).

     

    Proccess monitor display almost 8 000 000 entries during all this time. The pattern hereunder is always repeated 

     

    13:07:05,7547890    bds.exe    15488    CreateFile    C:\    SUCCESS    Desired Access: Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a, OpenResult: Opened
    13:07:05,7548220    bds.exe    15488    QuerySecurityFile    C:\    SUCCESS    Information: Attribute
    13:07:05,7548380    bds.exe    15488    QueryNameInformationFile    C:\    SUCCESS    Name: \
    13:07:05,7548534    bds.exe    15488    QueryAttributeInformationVolume    C:\    SUCCESS    FileSystemAttributes: Case Preserved, Case Sensitive, Unicode, ACLs, Compression, Named Streams, EFS, Object IDs, Reparse Points, Sparse Files, Quotas, Transactions, 0x3c00000, MaximumComponentNameLength: 255, FileSystemName: NTFS
    13:07:05,7548669    bds.exe    15488    CloseFile    C:\    SUCCESS    

     

    image.thumb.png.4dae8a72a7d539488fb6164a2b647f98.png

     

    Next "right click" / "Refactor" are then working as expected !

     

    Maybe @David Millington can help me on this ?

     

    Regards

×