Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

A fail-safe circuit will destroy others. -- Klipstein


devel / comp.lang.clipper.visual-objects / Problem with copying files

SubjectAuthor
* Problem with copying filesKrystian
`* Re: Problem with copying filesJamal
 `* Re: Problem with copying filesKrystian
  `- Re: Problem with copying filesJamal

1
Problem with copying files

<b8d4065a-0b09-42d9-9256-6d4d5fd43145n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1382&group=comp.lang.clipper.visual-objects#1382

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:ad4:4e8e:0:b0:63c:ffe1:ec39 with SMTP id dy14-20020ad44e8e000000b0063cffe1ec39mr33652qvb.2.1690812644655;
Mon, 31 Jul 2023 07:10:44 -0700 (PDT)
X-Received: by 2002:a9d:66ca:0:b0:6b2:a87b:e441 with SMTP id
t10-20020a9d66ca000000b006b2a87be441mr12302273otm.3.1690812644359; Mon, 31
Jul 2023 07:10:44 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Mon, 31 Jul 2023 07:10:43 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=89.174.145.28; posting-account=K-XbDAkAAAClnPZnH9KqHOkM_bwcnTiq
NNTP-Posting-Host: 89.174.145.28
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <b8d4065a-0b09-42d9-9256-6d4d5fd43145n@googlegroups.com>
Subject: Problem with copying files
From: softb@softb.pl (Krystian)
Injection-Date: Mon, 31 Jul 2023 14:10:44 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
 by: Krystian - Mon, 31 Jul 2023 14:10 UTC

Please help me to understand the reason of such error message which occur during copying files :
Application: \\Serwer-progman\kadry_place\Soft-B\Kadry_Płace\place.exe
Error message:
--------------
Error Code: 21 [ ]
Subsystem: BASE
Error Subcode: 2012
Function: COPYFILE
Filename: \\Serwer-progman\kadry_place\Soft-B\Kadr

The source looks like this
IF FCopy(plik, nowy)
where "plik" and "nowy" are locals strings.

It works correct for many years and suddenly such strange problem.
Where can i find the explanation of error codes ?

With regards
Thank you in advance
Krystian

Re: Problem with copying files

<ua9n94$3e6qs$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1383&group=comp.lang.clipper.visual-objects#1383

  copy link   Newsgroups: comp.lang.clipper.visual-objects
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: vodotnet@gmail.com (Jamal)
Newsgroups: comp.lang.clipper.visual-objects
Subject: Re: Problem with copying files
Date: Mon, 31 Jul 2023 21:31:17 -0400
Organization: A noiseless patient Spider
Lines: 33
Message-ID: <ua9n94$3e6qs$1@dont-email.me>
References: <b8d4065a-0b09-42d9-9256-6d4d5fd43145n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 1 Aug 2023 01:31:16 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="0585c3ef8fc9260543b3819e85a98a47";
logging-data="3611484"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+QxL2lL9GZHxiA/FRxgUvtIWSSuy3FWFY="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:AAETJ1TdSvbTHhBnLkM7R2po4ys=
In-Reply-To: <b8d4065a-0b09-42d9-9256-6d4d5fd43145n@googlegroups.com>
Content-Language: en-US
 by: Jamal - Tue, 1 Aug 2023 01:31 UTC

The system error codes are listed amongst others at:

https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-

The error 21 means "Device is not ready". Since you are using a UNC
path, your connection may have dropped at some point and is not
reliable. I suggest your test the network connectivity.

Jamal

On 7/31/2023 10:10 AM, Krystian wrote:
> Please help me to understand the reason of such error message which occur during copying files :
> Application: \\Serwer-progman\kadry_place\Soft-B\Kadry_Płace\place.exe
>
> Error message:
> --------------
> Error Code: 21 [ ]
> Subsystem: BASE
> Error Subcode: 2012
> Function: COPYFILE
> Filename: \\Serwer-progman\kadry_place\Soft-B\Kadr
>
> The source looks like this
> IF FCopy(plik, nowy)
> where "plik" and "nowy" are locals strings.
>
> It works correct for many years and suddenly such strange problem.
> Where can i find the explanation of error codes ?
>
> With regards
> Thank you in advance
> Krystian

Re: Problem with copying files

<1fd681db-dc41-4172-82c5-07210e7c4734n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1387&group=comp.lang.clipper.visual-objects#1387

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:ad4:4f85:0:b0:63d:34b7:37a3 with SMTP id em5-20020ad44f85000000b0063d34b737a3mr64514qvb.2.1690967538024;
Wed, 02 Aug 2023 02:12:18 -0700 (PDT)
X-Received: by 2002:a05:6830:1cd:b0:6b9:91bb:e49e with SMTP id
r13-20020a05683001cd00b006b991bbe49emr16429321ota.7.1690967537732; Wed, 02
Aug 2023 02:12:17 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Wed, 2 Aug 2023 02:12:17 -0700 (PDT)
In-Reply-To: <ua9n94$3e6qs$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=89.174.145.28; posting-account=K-XbDAkAAAClnPZnH9KqHOkM_bwcnTiq
NNTP-Posting-Host: 89.174.145.28
References: <b8d4065a-0b09-42d9-9256-6d4d5fd43145n@googlegroups.com> <ua9n94$3e6qs$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <1fd681db-dc41-4172-82c5-07210e7c4734n@googlegroups.com>
Subject: Re: Problem with copying files
From: softb@softb.pl (Krystian)
Injection-Date: Wed, 02 Aug 2023 09:12:18 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2728
 by: Krystian - Wed, 2 Aug 2023 09:12 UTC

wtorek, 1 sierpnia 2023 o 03:31:19 UTC+2 Jamal napisał(a):
> The system error codes are listed amongst others at:
>
> https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-
>
> The error 21 means "Device is not ready". Since you are using a UNC
> path, your connection may have dropped at some point and is not
> reliable. I suggest your test the network connectivity.
>
> Jamal
> On 7/31/2023 10:10 AM, Krystian wrote:
> > Please help me to understand the reason of such error message which occur during copying files :
> > Application: \\Serwer-progman\kadry_place\Soft-B\Kadry_Płace\place..exe
> >
> > Error message:
> > --------------
> > Error Code: 21 [ ]
> > Subsystem: BASE
> > Error Subcode: 2012
> > Function: COPYFILE
> > Filename: \\Serwer-progman\kadry_place\Soft-B\Kadr
> >
> > The source looks like this
> > IF FCopy(plik, nowy)
> > where "plik" and "nowy" are locals strings.
> >
> > It works correct for many years and suddenly such strange problem.
> > Where can i find the explanation of error codes ?
> >
> > With regards
> > Thank you in advance
> > Krystian

Hi Jamal,

Thank you very much for your help and fast answer. It is shame for me, but i do not realize, that the cavo error codes refer to windows system error codes.
Do you know, where may i resolve the meaning of the error subcode ?

Once again thanks very much
With regards
Krystian

Re: Problem with copying files

<uaf4r5$g5mb$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1388&group=comp.lang.clipper.visual-objects#1388

  copy link   Newsgroups: comp.lang.clipper.visual-objects
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: vodotnet@gmail.com (Jamal)
Newsgroups: comp.lang.clipper.visual-objects
Subject: Re: Problem with copying files
Date: Wed, 2 Aug 2023 22:53:24 -0400
Organization: A noiseless patient Spider
Lines: 71
Message-ID: <uaf4r5$g5mb$1@dont-email.me>
References: <b8d4065a-0b09-42d9-9256-6d4d5fd43145n@googlegroups.com>
<ua9n94$3e6qs$1@dont-email.me>
<1fd681db-dc41-4172-82c5-07210e7c4734n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 3 Aug 2023 02:53:25 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="3e2239c35a1ee499e74285006a16d3bb";
logging-data="530123"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18RFUi+wa616pmqDQR1DxwOpXWuKIwiQRQ="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.13.0
Cancel-Lock: sha1:fF94IcF9HBA//SaDGamuTHk371U=
In-Reply-To: <1fd681db-dc41-4172-82c5-07210e7c4734n@googlegroups.com>
Content-Language: en-US
 by: Jamal - Thu, 3 Aug 2023 02:53 UTC

Unfortunately, the VO documentation does not discuss error SubCode or
Error Code.

You may download the Microsoft Error Lookup Tool: Err_6.4.5.exe

https://learn.microsoft.com/en-us/windows/win32/debug/system-error-code-lookup-tool

It is easiest to download to Windows\System32 folder, so it's available
at the DOS Command prompt.

For example:

Err_6.4.5.exe 21

Then you will get a list of all possible issues.

BTW, try using the CopyFile()
https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-copyfile

Then check for if successfull. If there is an error, call the Win32
GetLastError(). Even better, if include the Tools library in your app,
then you can use VOGetLastErrorMessage() which return a description of
the error (hopefully).

HTH,
Jamal

On 8/2/2023 5:12 AM, Krystian wrote:
> wtorek, 1 sierpnia 2023 o 03:31:19 UTC+2 Jamal napisał(a):
>> The system error codes are listed amongst others at:
>>
>> https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-
>>
>> The error 21 means "Device is not ready". Since you are using a UNC
>> path, your connection may have dropped at some point and is not
>> reliable. I suggest your test the network connectivity.
>>
>> Jamal
>> On 7/31/2023 10:10 AM, Krystian wrote:
>>> Please help me to understand the reason of such error message which occur during copying files :
>>> Application: \\Serwer-progman\kadry_place\Soft-B\Kadry_Płace\place.exe
>>>
>>> Error message:
>>> --------------
>>> Error Code: 21 [ ]
>>> Subsystem: BASE
>>> Error Subcode: 2012
>>> Function: COPYFILE
>>> Filename: \\Serwer-progman\kadry_place\Soft-B\Kadr
>>>
>>> The source looks like this
>>> IF FCopy(plik, nowy)
>>> where "plik" and "nowy" are locals strings.
>>>
>>> It works correct for many years and suddenly such strange problem.
>>> Where can i find the explanation of error codes ?
>>>
>>> With regards
>>> Thank you in advance
>>> Krystian
>
> Hi Jamal,
>
> Thank you very much for your help and fast answer. It is shame for me, but i do not realize, that the cavo error codes refer to windows system error codes.
> Do you know, where may i resolve the meaning of the error subcode ?
>
> Once again thanks very much
> With regards
> Krystian

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor