Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

: is not an identifier


devel / comp.lang.mumps / Cannot access global directory

SubjectAuthor
* Cannot access global directoryLuciano Muratore
`* Re: Cannot access global directoryK.S. Bhaskar
 `- Re: Cannot access global directoryLuciano Muratore

1
Cannot access global directory

<ed9b70ee-bb30-429a-9017-f60003889d17n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=172&group=comp.lang.mumps#172

  copy link   Newsgroups: comp.lang.mumps
X-Received: by 2002:a37:a943:: with SMTP id s64mr23083062qke.422.1632735988457;
Mon, 27 Sep 2021 02:46:28 -0700 (PDT)
X-Received: by 2002:ad4:472c:: with SMTP id l12mr4720941qvz.40.1632735988276;
Mon, 27 Sep 2021 02:46:28 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.mumps
Date: Mon, 27 Sep 2021 02:46:28 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=194.78.96.162; posting-account=sN-t4goAAABTp4WhwGKtkstxs_YelddF
NNTP-Posting-Host: 194.78.96.162
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <ed9b70ee-bb30-429a-9017-f60003889d17n@googlegroups.com>
Subject: Cannot access global directory
From: muratorela@gmail.com (Luciano Muratore)
Injection-Date: Mon, 27 Sep 2021 09:46:28 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 30
 by: Luciano Muratore - Mon, 27 Sep 2021 09:46 UTC

Dears,

I have the following issue:

I have defined in the shell the Global DIrectory as:
$ydb_gbldir=memory.gld
$export ydb_gbldir.

When I try to do in the shell $ydb to access the YottaDB Application, I get the following error:

Error file is at /tmp/ydb_env_3163_9e7vEJ/err
150374122,Robustify+10^%YDBENV,%YDB-E-ZGBLDIRACC, Cannot access global directory /home/test/memory.gld. Cannot continue.,%SYSTEM-E-ENO2, No such file or direct ory
$ZSTATUS="150374122,Robustify+10^%YDBENV,%YDB-E-ZGBLDIRACC, Cannot access global directory /home/test/memory.gld. Cannot continue.,%SYSTEM-E-ENO2, No such file or directory"
/usr/local/lib/yottadb/r132/ydb: 19: /yottadb: not found

Can somebody explain what I did with the ydb_gbldir that now I cannot access the app?.

Re: Cannot access global directory

<8354bf4b-57a0-4e92-a6b3-0e2801ef6762n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=173&group=comp.lang.mumps#173

  copy link   Newsgroups: comp.lang.mumps
X-Received: by 2002:a0c:c189:: with SMTP id n9mr23043508qvh.5.1632749590527;
Mon, 27 Sep 2021 06:33:10 -0700 (PDT)
X-Received: by 2002:a37:9fc6:: with SMTP id i189mr23742560qke.467.1632749590291;
Mon, 27 Sep 2021 06:33:10 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.mumps
Date: Mon, 27 Sep 2021 06:33:10 -0700 (PDT)
In-Reply-To: <ed9b70ee-bb30-429a-9017-f60003889d17n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=108.52.84.50; posting-account=zTPg1AoAAABx_LtAQ3dW6FBnU1dwmSvl
NNTP-Posting-Host: 108.52.84.50
References: <ed9b70ee-bb30-429a-9017-f60003889d17n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <8354bf4b-57a0-4e92-a6b3-0e2801ef6762n@googlegroups.com>
Subject: Re: Cannot access global directory
From: ksbhaskar@gmail.com (K.S. Bhaskar)
Injection-Date: Mon, 27 Sep 2021 13:33:10 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 31
 by: K.S. Bhaskar - Mon, 27 Sep 2021 13:33 UTC

On Monday, September 27, 2021 at 5:46:28 AM UTC-4, Luciano Muratore wrote:
> Dears,
>
> I have the following issue:
>
> I have defined in the shell the Global DIrectory as:
> $ydb_gbldir=memory.gld
> $export ydb_gbldir.
>
> When I try to do in the shell $ydb to access the YottaDB Application, I get the following error:
>
> Error file is at /tmp/ydb_env_3163_9e7vEJ/err
> 150374122,Robustify+10^%YDBENV,%YDB-E-ZGBLDIRACC, Cannot access global directory /home/test/memory.gld. Cannot continue.,%SYSTEM-E-ENO2, No such file or direct ory
> $ZSTATUS="150374122,Robustify+10^%YDBENV,%YDB-E-ZGBLDIRACC, Cannot access global directory /home/test/memory.gld. Cannot continue.,%SYSTEM-E-ENO2, No such file or directory"
> /usr/local/lib/yottadb/r132/ydb: 19: /yottadb: not found
>
> Can somebody explain what I did with the ydb_gbldir that now I cannot access the app?.

Luciano –

You're flailing. Let me suggest going through the YottaDB Acculturation Guide (https://docs.yottadb.com/AcculturationGuide/). It was written for people just like you.

Regards
– Bhaskar

Re: Cannot access global directory

<33a4505d-e1e8-44d1-9aa7-a4de37ce1454n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=174&group=comp.lang.mumps#174

  copy link   Newsgroups: comp.lang.mumps
X-Received: by 2002:a37:9b16:: with SMTP id d22mr4133146qke.22.1632816984712; Tue, 28 Sep 2021 01:16:24 -0700 (PDT)
X-Received: by 2002:ac8:610c:: with SMTP id a12mr4174799qtm.81.1632816984456; Tue, 28 Sep 2021 01:16:24 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!4.us.feeder.erje.net!2.eu.feeder.erje.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!tr1.eu1.usenetexpress.com!feeder.usenetexpress.com!tr3.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.mumps
Date: Tue, 28 Sep 2021 01:16:24 -0700 (PDT)
In-Reply-To: <8354bf4b-57a0-4e92-a6b3-0e2801ef6762n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=194.78.96.162; posting-account=sN-t4goAAABTp4WhwGKtkstxs_YelddF
NNTP-Posting-Host: 194.78.96.162
References: <ed9b70ee-bb30-429a-9017-f60003889d17n@googlegroups.com> <8354bf4b-57a0-4e92-a6b3-0e2801ef6762n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <33a4505d-e1e8-44d1-9aa7-a4de37ce1454n@googlegroups.com>
Subject: Re: Cannot access global directory
From: muratorela@gmail.com (Luciano Muratore)
Injection-Date: Tue, 28 Sep 2021 08:16:24 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 38
 by: Luciano Muratore - Tue, 28 Sep 2021 08:16 UTC

On Monday, September 27, 2021 at 3:33:11 PM UTC+2, K.S. Bhaskar wrote:
> On Monday, September 27, 2021 at 5:46:28 AM UTC-4, Luciano Muratore wrote:
> > Dears,
> >
> > I have the following issue:
> >
> > I have defined in the shell the Global DIrectory as:
> > $ydb_gbldir=memory.gld
> > $export ydb_gbldir.
> >
> > When I try to do in the shell $ydb to access the YottaDB Application, I get the following error:
> >
> > Error file is at /tmp/ydb_env_3163_9e7vEJ/err
> > 150374122,Robustify+10^%YDBENV,%YDB-E-ZGBLDIRACC, Cannot access global directory /home/test/memory.gld. Cannot continue.,%SYSTEM-E-ENO2, No such file or direct ory
> > $ZSTATUS="150374122,Robustify+10^%YDBENV,%YDB-E-ZGBLDIRACC, Cannot access global directory /home/test/memory.gld. Cannot continue.,%SYSTEM-E-ENO2, No such file or directory"
> > /usr/local/lib/yottadb/r132/ydb: 19: /yottadb: not found
> >
> > Can somebody explain what I did with the ydb_gbldir that now I cannot access the app?.
> Luciano –
>
> You're flailing. Let me suggest going through the YottaDB Acculturation Guide (https://docs.yottadb.com/AcculturationGuide/). It was written for people just like you.
>
> Regards
> – Bhaskar

Dear Bhaskar,

I will follow your advice.
Thanks for the answer.
Luciano

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor