FoxInCloud
Errors after installation.
Gravatar is a globally recognized avatar based on your email address. re: Errors after installation.
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Aug 3, 2019 @ 09:05am

The message indicates an issue with SQL server connection.

Please try this:

modify command AB/AW/Samples/FIC/FicTuto/progs/tutoSets.prg

&& replace

; && + Iif(m.iSQLversion = 1, '2014', '2017') + "\"

&& by

+ Iif(m.iSQLversion = 1, '2014\', '');

Thanks

Gravatar is a globally recognized avatar based on your email address. re: Errors after installation.
  Arcadio Bianco
  FoxInCloud Support - Thierry N.
  Aug 3, 2019 @ 10:13am

It worked. This problem had been happening for a long time, but now I just had time to record a video. I think some people who are testing the FIC may be experiencing the same problem and this is not good.

Gravatar is a globally recognized avatar based on your email address. re: Errors after installation.
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Aug 4, 2019 @ 01:26am

I knew of a potential issue here, glad we could fix it thanks to your feedback.

Gravatar is a globally recognized avatar based on your email address. re: Errors after installation.
  Arcadio Bianco
  FoxInCloud Support - Thierry N.
  Aug 5, 2019 @ 07:15am

Great! Trastrade is also with runtime errors. I'll later record a video.

Gravatar is a globally recognized avatar based on your email address. re: Errors after installation.
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Aug 6, 2019 @ 01:32am

I'll later record a video.

Thanks In Advance

Gravatar is a globally recognized avatar based on your email address. re: Errors after installation.
  Arcadio Bianco
  FoxInCloud Support - Thierry N.
  Apr 26, 2020 @ 07:51pm

After updating to version 2.30, an error occurred again in the live tutorial.

I did a restore on my installation VM to version 2.29 and the problem does not occur.

In 2.30 version, using sqlistringconnect the following error returns to me. m.connectString = "Driver=SQL Server Native Client 11.0;Server=(localdb)\MSSQLLocalDB;AttachDbFilename=C:\Program Files (x86)\Microsoft Visual FoxPro 9\Tools\AB\AW\Samples_Data\SQLSERVER\2014\NorthWind.mdf;Database=NorthWind_FiC;Trusted_Connection=Yes;APP=FICtuto;" SQLSTRINGCONNECT(m.connectstring)

Gravatar is a globally recognized avatar based on your email address. re: Errors after installation.
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Apr 28, 2020 @ 10:13am

SQLserver Express issue… since we updated to version 2017, could not find the proper server instance name (nothing to do with the database).

if you have SQLserver installed, what connection string works for you? (see the CS in tutoSets.Init())

Gravatar is a globally recognized avatar based on your email address. re: Errors after installation.
  Arcadio Bianco
  FoxInCloud Support - Thierry N.
  Apr 28, 2020 @ 12:48pm

I don't use SQL server, only Postgresql. However, it disturbs me because I can't make the Live tutorial work and it hinders my studies.

Gravatar is a globally recognized avatar based on your email address. re: Errors after installation.
  FoxInCloud Support - Thierry N.
  Arcadio Bianco
  Apr 28, 2020 @ 12:50pm

You can just modify tutoSets.Init() temporarily: replace return m.success by return

© 1996-2024