Search found 379 matches: failed

Return to advanced search

Re: ADS Question

... via OLEDB.exe from ADS version 8.1 all is good. I also tried to install using the SAP installer on a 32 bit x86 VM (Hyper-V) and the utility failed with an error saying the processor was not supported. I also have the same experience their support is pathetic now, was very good. I remember ...
by byron.hopp
Thu Oct 31, 2024 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Question
Replies: 10
Views: 794

Re: España: Normativa sancionadora sistemas informáticos

... https://prewww1.aeat.es/wlpl/TIKE-CONT/ws/SistemaFacturacion/VerifactuSOAP  -d 1.xml -o respuesta.html Y me da el error : curl: (58) schannel: Failed to import cert file jose1234.pem, last error is 0x80092002 He estado buscando el error pero no se a que se debe, el certificado es el mio que ...
by Garbi
Tue Oct 08, 2024 11:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: España: Normativa sancionadora sistemas informáticos
Replies: 340
Views: 69461

Re: Description del error: (DOS Error 59) DBFCDX/1010 Read erro

... la actualización del indice y sea del tipo irrecuperable, por poner un ejemplo Unrecoverable error 1010: hb_cdxIndexPageRead: Read index page failed. que me pareciera evidente que se le van a producir ?
by paquitohm
Wed Aug 07, 2024 7:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Description del error: (DOS Error 59) DBFCDX/1010 Read erro
Replies: 11
Views: 2128

Re: How to Curl for text messaging

... ) Logit( cLogFile, curl_easy_dl_buff_get( hCurl ) ) elseif Httpcode != 200 .AND. Httpcode != 201 Logit( cLogFile, { "SMS send failed, HTTP Status Code ", Httpcode } ) else Logit( cLogFile, curl_easy_strerror( nError ) ) endif endif curl_global_cleanup() Return nil
by byron.hopp
Tue Jul 16, 2024 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 23
Views: 4239

Re: Migration of Desktop Application to Web: Progress Update

... with Harbor, although also the use of Dbfs, that is another story, you would have had other problems. I wish you to succeed, where others have failed! My sincerest congratulations!
by thefull
Sat Jun 15, 2024 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migration of Desktop Application to Web: Progress Update
Replies: 7
Views: 799

Conectarse con mariaDB

... al linkear. linking... ld: Undefined symbols: _HB_FUN_MARIA_CONNECT, referenced from: _symbols_table in testdlg.o clang: error: linker command failed with exit code 1 (use -v to see invocation) done! The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain ...
by goosfancito
Mon Jan 01, 2024 9:22 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 12051

Re: phpBB to LLM

... package metadata (repodata.json): done Solving environment: | warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE failed LibMambaUnsatisfiableError: Encountered problems while solving: - package torchvision-0.11.2-py36_cpu requires python >=3.6,<3.7.0a0, but ...
by alerchster
Mon Dec 25, 2023 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 8062

Re: phpBB to LLM

... named for PyTorch is "torch" [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pytorch Failed to build pytorch ERROR: Could not build wheels for pytorch, which is required to install pyproject.toml-based ...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 8062

FW_OpenAdoConnection reconnect

... "MSSQL,"+xSOURCE+","+xDATABASE2+","+xUSERID+","+XPASSWORD, .T. ) if oCn == nil ? "Failed to connect to Server" return nil endif Thank you!
by cdmmaui
Wed Dec 13, 2023 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenAdoConnection reconnect
Replies: 6
Views: 727

Re: Subuir un fichero a un servidor

... --header 'Authorization: Zoho-oauthtoken 1000....' --form 'file=@"/E:/postman-portable/ZOHO_PRE.PDF"' obtengo el error curl: (26) Failed to open/read local data from file/application Alguien podría pasarme un ejemplo de como subir el fichero desde la línea de comandos (supongo ...
by miarcod
Thu Nov 30, 2023 6:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subuir un fichero a un servidor
Replies: 18
Views: 4077

Re: MSXML2.ServerXMLHTTP / readyState / Status

... Not Allowed 406 Not Acceptable 407 Proxy Authentication Required 408 Request Timeout 409 Conflict 410 Gone 411 Length Required 412 Precondition Failed 413 Request Entity Too Large 414 Request-URI Too Long 415 Unsupported Media Type 416 Requested Range Not Suitable 417 Expectation Failed 500 ...
by Jimmy
Sat Mar 18, 2023 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 791

still the ordkeycount error

... Chiudi_Dbf(oMisura) return nil STATIC FUNCTION Chiudi_Dbf(oMisura) oMisura:Close() RETURN .t. I have tried to recreate the error many times but failed it doesn't always do it, how can I intercept it?
by Silvio.Falconi
Tue Mar 14, 2023 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: still the ordkeycount error
Replies: 7
Views: 654

Re: mod_harbour + ADS on linux server

Ok, I got it... I had to restart apache... :oops:

Now I get this error (both in my application and in mod_harbour examples):

mod_harbour version Dec 1 2022, 10:10:00
/tmp/libharbour.-846395648.-210844650: undefined symbol: HB_FUN_ADS
failed to load hb_apache()

Am I doing something wrong?
by berpa
Thu Dec 01, 2022 9:38 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 39015

Re: prsht.h changes for Borland 64 bits

Dear Enrico, I can't, sorry, yesterday I was compiling several files and one of them failed with bcc 64 bits, but I just tried again to build all of them without modifying prsht.h and all of them compiled fine. Now I don't remember which exact file gave the error, ...
by Antonio Linares
Thu Nov 10, 2022 8:29 pm
 
Forum: Utilities / Utilidades
Topic: prsht.h changes for Borland 64 bits
Replies: 17
Views: 14675

Re: Clase Nativa MySql

* New: FWMARIADB: New DATA lThrowError INIT .f. If set to .T., any failed DML (INSERT,UPDATE,REPLACE,DELETE) operation will raise a runtime error. This applies to execution of any DML statements with method Execute() or using methods Insert(...), Upsert(...) ...
by carlos vargas
Fri Jul 15, 2022 12:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 3205
Next

Return to advanced search