Library manager fatal disk error

When I access a folder on the network and begin to work my way through to the subfolders every once in a while when I go into a folder It will automatically jump me back a folder or two on the drive. I go back in and it jumps me right back out. Once it starts doing this it repeats for a few minutes and sometimes recovers other times I'll restart the system.  It happens whether logged on as Domain Admin or standard user. So my network connection to that server and drive is still active it is almost like it is timing out… I have permissions to access the drive and using the same user on another system at the same time can access the same data. I have not been able to narrow it down and further yet. It is happening on multiple systems on the network, they are all Windows7 SP1 PC’s Physical and Virtual on a Windows 2003/2008 Domain with 08 DFS.  Today a new clue which may or may not be related is when in an application using the DFS share I received the pop up error "Library Manager: Fatal disk error. Retry?"  XP machines on the DFS share do not appear to have the same issue.
  • Remove From My Forums
  • Question

  • When
    I access a folder on the network and begin to work my way through to the subfolders every once in a while when I go into a folder It will automatically jump me back a folder or two on the drive. I go back in and it jumps me right back out. Once it starts doing
    this it repeats for a few minutes and sometimes recovers other times I’ll restart the system.  It happens whether logged on as Domain Admin or standard user. So my network connection to that server and drive is still active it is almost like it is timing
    out… I have permissions to access the drive and using the same user on another system at the same time can access the same data. I have not been able to narrow it down and further yet. It is happening on multiple systems on the network, they are all
    Windows7 SP1 PC’s Physical and Virtual on a Windows 2003/2008 Domain with 08 DFS.  Today a new clue which may or may not be related is when in an application using the DFS share I received the 
    pop
    up error «Library Manager: Fatal disk error. Retry?»  XP machines on the DFS share do not appear to have the same issue.

Answers

  • To troubleshoot the issue I changed the logon scripts to use the direct server paths rather than the DFS paths and those worked all day with no issues confirming that it  definately was a DFS issue. I will be rebuilding DFS or removing
    it on the directories it is no longer necessary on. Thanks for the input.

    • Marked as answer by

      Monday, April 11, 2011 1:26 PM

Stewart Chu

unread,

Jul 11, 2000, 11:00:00 AM7/11/00

to

Recently, my client face a problem. Sometimes when some of them want to
access some windows, a error shows up.

Title: Library Manager
Error: Fatal disk error, retry?
Selection: Retry or Cancel

My application was compiled with pb 7.02 build 8003. All runtime are
pbd.

Sometimes, this error message will not show up if their computer is
rebooted.

Anyone face this b4? Any solution?

Stewart

Bruce Armstrong [TeamSybase]

unread,

Jul 11, 2000, 11:00:00 AM7/11/00

to

Stewart Chu

unread,

Jul 14, 2000, 11:00:00 AM7/14/00

to

No. There is no other program locking my application

Bruce Armstrong [TeamSybase]

unread,

Jul 14, 2000, 11:00:00 AM7/14/00

to

Orlando

unread,

Jul 17, 2000, 11:00:00 AM7/17/00

to

I’ve been having this error:

PB 7.0.1, p-code, WinNT

Maybe, 1 month ago I got this problem with on of my applications. I was
going through the program with no problem, I had to save one file from my
application and I did it in a different folder than the current one. After
that, the parts of the application that were working started giving me that
error. That was happening only when I executed the program from a shorcut. I
noticed that the problem was created if I deleted one of the PBD’s while the
application was running. So, I finally found that the Start-In folder of the
shortcut was different than the folder where the application was placed. I
changed the Start-In folder to where the application was and the problem was
fixed.

Anyways, I didn’t find a good explanation about the problem.

Now, we started testing our applications on Windows 2000, and I started
having the same problem. This could be more complicated because we are
running several Citrix clients on the same Citrix server, executing the same
Exe and Pbd’s. Is there any restriction regarding this type of
configuration? The server has 2 processors, 2GB RAM, Windows 2000, Oracle 8,
Citrix. The clients are Windows NT, Citrix clients.

And, there are NO anti-virus installed in either the server or the client
machines!!

I hope this helps, and I hope I can find some solution…

Orlando

Bruce Armstrong [TeamSybase] <NOCANSPAM_br…@teamsybase.com>
wrote in message news:IyO6WLb7$GA….@forums.sybase.com…

Bruce Armstrong [TeamSybase]

unread,

Jul 18, 2000, 11:00:00 AM7/18/00

to

On Mon, 17 Jul 2000 23:14:34 -0500,
in powersoft.public.powerbuilder.general

Orlando <ocar…@linnet.ca> wrote:
>Maybe, 1 month ago I got this problem with on of my applications. I was
>going through the program with no problem, I had to save one file from my
>application and I did it in a different folder than the current one. After
>that, the parts of the application that were working started giving me that
>error.

That’s because the working directory changed, and apparently PB was relying
on that to find the PBDs.

>That was happening only when I executed the program from a shorcut. I
>noticed that the problem was created if I deleted one of the PBD’s while the
>application was running.

Well, that would definately cause a problem. PB loads objects from a PBD on
an as-needed basis. It does not load the entire thing in memory when the app
is first run.

>So, I finally found that the Start-In folder of the
>shortcut was different than the folder where the application was placed. I
>changed the Start-In folder to where the application was and the problem was
>fixed.

That would happen with any application if the directory that the applications
files were in were not in the path.

>Anyways, I didn’t find a good explanation about the problem.

The error message means that PB is trying to load an object out of a file that
is in the library search path, and can’t do that either because (a) it can’t
find the file or (b) it can find the file, but some other application has the
file locked.

>Now, we started testing our applications on Windows 2000, and I started
>having the same problem. This could be more complicated because we are
>running several Citrix clients on the same Citrix server, executing the same
>Exe and Pbd’s. Is there any restriction regarding this type of
>configuration? The server has 2 processors, 2GB RAM, Windows 2000, Oracle 8,
>Citrix. The clients are Windows NT, Citrix clients.

Any application that locks the files will cause this problem. This might
certainly include Citrix clients running on the same machine.

Orlando

unread,

Jul 18, 2000, 11:00:00 AM7/18/00

to

Thanks Bruce

But I still wonder if it’s the same Powerbuilder that is locking the PBDs
for read and write. I expect the PBDs to be locked for Read Only.
So are the PBDs locked for reading because we have many users using them or
because there is an aditional process locking them ?

Orlando

Bruce Armstrong [TeamSybase] <NOCANSPAM_br…@teamsybase.com>
wrote in message news:WD7ux#N8$GA….@forums.sybase.com…

Bruce Armstrong [TeamSybase]

unread,

Jul 19, 2000, 11:00:00 AM7/19/00

to

Normally PB wouldn’t lock the files in such a way to lock out other users.
Generally it’s another process. Do you have any utilities that could look
at the file locks and determine who placed them? My LAN administration
experience is more Novell related, I could tell you in a second how to figure
it out on a NetWare server. Don’t have a clue how to figure it out on an
NT server.

On Tue, 18 Jul 2000 16:55:27 -0500,

Dmitriy

unread,

Jul 19, 2000, 11:00:00 AM7/19/00

to

Library Manager — «Fatal Disk Error, retry»

Been getting this error message this morning when i open pokertracker, anybody any suggestions to what i can do to fix this?

hmmmmmmk
 
Posts: 4
Joined: Tue May 20, 2008 1:10 pm

Re: Library Manager — «Fatal Disk Error, retry»

Postby ptrack pat » Tue May 20, 2008 1:20 pm

What version of PT are you using?
It gives you this error right when it starts up? Is there more to the error than this?
Are your databases on some other drive than where PT is installed?

ptrack pat
 
Posts: 4841
Joined: Sun Dec 09, 2007 12:38 pm

Re: Library Manager — «Fatal Disk Error, retry»

Postby hmmmmmmk » Tue May 20, 2008 1:32 pm

ptrack pat wrote:What version of PT are you using?
It gives you this error right when it starts up? Is there more to the error than this?
Are your databases on some other drive than where PT is installed?

using PT2, yes only this message

hmmmmmmk
 
Posts: 4
Joined: Tue May 20, 2008 1:10 pm

Re: Library Manager — «Fatal Disk Error, retry»

Postby ptrack pat » Tue May 20, 2008 1:33 pm

How about answering this question:

Are your databases on some other drive than where PT is installed?

ptrack pat
 
Posts: 4841
Joined: Sun Dec 09, 2007 12:38 pm

Re: Library Manager — «Fatal Disk Error, retry»

Postby hmmmmmmk » Tue May 20, 2008 1:37 pm

sorry, no they are not

hmmmmmmk
 
Posts: 4
Joined: Tue May 20, 2008 1:10 pm


Re: Library Manager — «Fatal Disk Error, retry»

Postby hmmmmmmk » Tue May 20, 2008 2:47 pm

sweet, that fixed it, tyty

hmmmmmmk
 
Posts: 4
Joined: Tue May 20, 2008 1:10 pm


Return to PTH Support

Who is online

Users browsing this forum: No registered users and 1 guest

INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Thanks. We have received your request and will respond promptly.

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!

  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It’s Free!

*Tek-Tips’s functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Citrix Help Desperately Needed

Citrix Help Desperately Needed

(OP)

24 Apr 02 13:55

I have a user that is trying to log on to a server via Citrix…actually it is a Terminal Server box that is running Win 2K….upon log in wwe get an error message that says :

1029: DirMake : Dir not Created
If !DirExists (target) the Dirmake (target)

winbatch 32 99G
WIL version : 2.8gbt

Can anyone please tell me what this means and how to fix it????

When upon accessing an application we get the following :

Library Manager
Fatal Disk Error

then it will ask to retry or cancel. When you click on retry all it does it repeat the same error message…..if you clear the first error message you can eventually log in but there is something wrong……PLEASE HELP!!!!!!

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Join Tek-Tips® Today!

Join your peers on the Internet’s largest technical computer professional community.
It’s easy to join and it’s free.

Here’s Why Members Love Tek-Tips Forums:

  • Tek-Tips ForumsTalk To Other Members
  • Notification Of Responses To Questions
  • Favorite Forums One Click Access
  • Keyword Search Of All Posts, And More…

Register now while it’s still free!

Already a member? Close this window and log in.

Join Us             Close

  **
Location Offline
Junior Member

Reputation:
17

Thanks Given: 74
Thanks Received: 480 (64 Posts)

Posts: 
98 
Threads: 
24

Joined: Mar 2011


1


AA TecDoc 
04-23-2012, 01:45 PM
(This post was last modified: 04-23-2012, 01:46 PM by ZombieR.)

Can anyone help?

I have a problem with TecDoc (never had this kind of a problem before). I install program using virtual drive, then crack it and when I start the program it says «Fatal Disk Error» with two buttons «Cancel» and «Retry» and the note on the top is «Library Manager».

I have tried with several versions (2011/2, 2012/1 even with 2010/1) and the same error happens.

Thanks in advance!

Thanks given by:

strongx  **
Location Offline
Junior Member

Reputation:
0

Thanks Given: 7
Thanks Received: 0 (0 Posts)

Posts: 
5 
Threads: 
0

Joined: Nov 2011


2

04-24-2012, 12:06 AM

i have the same problem. i have to crack every time when i want to open td.

Thanks given by:

ToMiBoY  ******
Location Offline
ToMiBoY

Reputation:
2,667

Thanks Given: 23897
Thanks Received: 18878 (7019 Posts)

Posts: 
7,812 
Threads: 
28

Joined: Mar 2012


3

04-24-2012, 12:29 AM

(04-24-2012, 12:06 AM)strongx Wrote: i have the same problem. i have to crack every time when i want to open td.

after crack have you tried restart pc 533

Thanks given by:

Reputation:
0

Thanks Given: 134
Thanks Received: 21 (12 Posts)

Posts: 
20 
Threads: 
2

Joined: May 2011


4

04-24-2012, 03:04 AM
(This post was last modified: 04-24-2012, 03:05 AM by catalinux07.)

(04-23-2012, 01:45 PM)ZombieR Wrote: Can anyone help?

I have a problem with TecDoc (never had this kind of a problem before). I install program using virtual drive, then crack it and when I start the program it says «Fatal Disk Error» with two buttons «Cancel» and «Retry» and the note on the top is «Library Manager».

I have tried with several versions (2011/2, 2012/1 even with 2010/1) and the same error happens.

Thanks in advance!

YOU’R PC IS INFECTED MAN or YOUR CRACK THAT YOU USE
and last one — you hdd has badds on it

Tecdoc Q2.2011 works perfectly on any version of windows (x86, x64) — trust my words — i installed it many, many times (this is what i do — i work as sales rep at company that sells spare parts so we use this software often)

Thanks given by:

Dali01  **
Location Offline
Junior Member

Reputation:
326

Thanks Given: 507
Thanks Received: 857 (69 Posts)

Posts: 
79 
Threads: 
18

Joined: Jan 2011


5

04-25-2012, 11:33 PM

may be you Pc is infected with a virus.

try to clean it and then reinstal

Good luck

*******************************************
If you like my post Click Thanks And Rep  Handshake  bow 

Thanks given by:

ZombieR  **
Location Offline
Junior Member

Reputation:
17

Thanks Given: 74
Thanks Received: 480 (64 Posts)

Posts: 
98 
Threads: 
24

Joined: Mar 2011


6

04-26-2012, 12:17 PM

Nothing work. I have installed on a few different comps and it works but on the two other (both of them belong to my friend) it does not work Sad

Thanks given by:

Reputation:
36

Thanks Given: 421
Thanks Received: 235 (62 Posts)

Posts: 
166 
Threads: 
12

Joined: Sep 2013


7

01-11-2016, 03:20 AM

To repair this f…. error I did below steps.
Download online CureIt from- https://free.drweb-av.pl
After opening Cureit mark only tecdoc folder to scan.
Finally you can enjoy working tecdoc
Good Luck

Reputation:
1,356

Thanks Given: 128
Thanks Received: 1822 (30 Posts)

Posts: 
76 
Threads: 
39

Joined: Oct 2015


8

01-11-2016, 10:27 AM

I found solution just run this kasperky tool, it cures tof infected file

Attached Files

.txt

Link.txt

Thanks given by:

dankwart  **
Location Offline
Junior Member

Reputation:
0

Thanks Given: 90
Thanks Received: 6 (2 Posts)

Posts: 
12 
Threads: 
0

Joined: Sep 2016


9


AA TecDoc 
12-15-2016, 05:51 AM

(04-23-2012, 01:45 PM)ZombieR Wrote: Can anyone help?

I have a problem with TecDoc (never had this kind of a problem before). I install program using virtual drive, then crack it and when I start the program it says «Fatal Disk Error» with two buttons «Cancel» and «Retry» and the note on the top is «Library Manager».

I have tried with several versions (2011/2, 2012/1 even with 2010/1) and the same error happens.

Thanks in advance!

After many succesfull installs of TECDOC I had the same problem here today. Solution: There has not been a virus on the PC but the patch files (or one of them) has been demaged by a antivirus programm scan. After deleting the used patch folder, anpacking the RAR pacht- folder again and pachting again with this fresh unpacked files everything was working under WIndows 10x 64 …. (without any restart or something else …. )

So the problem for this fault is a broken patch …..

Chaers Dankwart

Thanks given by:

Понравилась статья? Поделить с друзьями:

Читайте также:

  • Library error ton wallet
  • Libpthread so 0 error adding symbols dso missing from command line
  • Libprotobuf dll как исправить windows 7
  • Libprotobuf dll как исправить nvidia web helper exe
  • Libpng warning iccp known incorrect srgb profile pygame как исправить

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии