Author Topic: DMS Utils problem....  (Read 8068 times)

0 Members and 1 Guest are viewing this topic.

Offline VorTechS

  • Administrator
  • Veteran.
  • *****
  • Posts: 1678
  • PhatHack Media Manager & DMS Tools Wizard Author
DMS Utils problem....
« on: April 26, 2007, 01:56:33 pm »
I'm going to take the leap of faith and apply the new patch to my Keg - and at the same time investigate how much I can embed into PhatHack Media Manager.

I have possibly run into my first problem, but I'm not sure, running BackUPDMS.bat
Obviously I did not have the DMS connected, then connected it.

Screen contents captured below:

Code: [Select]
***************************************************************
Please ensure DMS is NOT connected and press enter to continue
***************************************************************

***Scanning Currently Connected Disks***

***************************************************************
Please insert stock (original) DMS And make sure that the
DMS drive letters are seen for PHTSYS and PHTDTA in explorer
***************************************************************

Press Enter to Continue when ready


***Rescanning Connected Disks***

***Rescan Complete***

***Determining if new DMS drive is seen***

Error: multiple or no new drives detected.  Restarting Script.
Use CTRL-C to abort

This script will make a backup of your DMS and collect some
information about the config of that DMS that we'll use later.


If you are sure you are ready to run this, please press enter
otherwise use CTRL-C to abort.

Looking through the script files, I noticed that I have:


Code: [Select]
Microsoft DiskPart version 5.1.3565

Copyright (C) 1999-2003 Microsoft Corporation.
On computer: STUART_M

The disk management services could not complete the operation.

..in diskpart.nodms

Dispart.dms contains:


Code: [Select]
Microsoft DiskPart version 5.1.3565

Copyright (C) 1999-2003 Microsoft Corporation.
On computer: STUART_M

  Disk ###  Status      Size     Free     Dyn  Gpt
  --------  ----------  -------  -------  ---  ---
  Disk 0    Online       233 GB      0 B         
  Disk 1    Online        19 GB      0 B         


Disk 1 is the DMS.

HELP! :D
« Last Edit: April 26, 2007, 02:01:44 pm by VorTechS »
Kenwood KDC-W7031 | Kenwood KHD-CX910 | 250GB DMS | PhatHack Media Manager v1.1.4 (Alpha) | VIOT

Catch me weekdays 8am-4pm GMT on IRC @ irc.freenode.net on channel #phathack (aka the chat link!!)

Offline judb

  • Administrator
  • Veteran.
  • *****
  • Posts: 1329
  • ph4t l3wtz
Re: DMS Utils problem....
« Reply #1 on: April 26, 2007, 08:57:00 pm »
well for some reason you didn't get a list with just disk 0 like the list in the second file.  thats how the script figures out which disk to use as the DMS.  Something is wrong with your PC and diskpart output.. I'd suggest rebooting, don't run any phatnoise software (kill the agent etc) disable virus scanning and try running the script again.

Offline judb

  • Administrator
  • Veteran.
  • *****
  • Posts: 1329
  • ph4t l3wtz
Re: DMS Utils problem....
« Reply #2 on: April 26, 2007, 08:58:00 pm »
also see if you can hit me up on messenger when you try it again and i'll see if we can figure out why your box isn't able to generate the output the first try.  we may need to write some code to detect that message and try again or throw a useful error to the user.

Offline VorTechS

  • Administrator
  • Veteran.
  • *****
  • Posts: 1678
  • PhatHack Media Manager & DMS Tools Wizard Author
Re: DMS Utils problem....
« Reply #3 on: April 27, 2007, 05:17:55 am »
Thanks jud, I'll hit you up later.

I knew you were gunna say something along those lines - but, I tried out the commands manually thusly:

echo list disk | diskpart
echo rescan
echo list disk | diskpart

with no problems, one at a time.  My take on this might be that for some reason the script had moved to the second 'list disk' while the rescan was taking place.
Kenwood KDC-W7031 | Kenwood KHD-CX910 | 250GB DMS | PhatHack Media Manager v1.1.4 (Alpha) | VIOT

Catch me weekdays 8am-4pm GMT on IRC @ irc.freenode.net on channel #phathack (aka the chat link!!)

Offline VorTechS

  • Administrator
  • Veteran.
  • *****
  • Posts: 1678
  • PhatHack Media Manager & DMS Tools Wizard Author
Re: DMS Utils problem....
« Reply #4 on: April 27, 2007, 02:56:31 pm »
I was playing around a bit more with this earlier... and found out that getting the drive detail for some reason doesn't like working within a batch.

It may only affect a few people, but it's inspired me to get my ass into gear and get a windows app. to do the work. ;)

And it's almost there.....
Kenwood KDC-W7031 | Kenwood KHD-CX910 | 250GB DMS | PhatHack Media Manager v1.1.4 (Alpha) | VIOT

Catch me weekdays 8am-4pm GMT on IRC @ irc.freenode.net on channel #phathack (aka the chat link!!)