MTU.Community


Go Back   MTU.Community > Hoster Software > Hoster Help

Hoster Help Post Hoster questions, tips and suggestions here.

Reply
 
Thread Tools Display Modes
  #1  
Old June 23rd, 2006, 12:37 PM
barrp barrp is offline
Registered User
 
Join Date: May 2005
Posts: 27
Was there ever a solution for this? I'm having the same problem and running the same 760A drive, but this drive has not worked for a few months and I'm using an external drive to load cdg's. chemas-microsoft-com:office:office" />

Hoster 3.310 is also locking up while trying to read cdg's from my external drive that had worked with the old version.

This is the same computer that has been running Hoster for over a year with a new hard drive. I tried the 3.310 upgrade on the old drive before adding the new drive, and did not get the error message but Hoster did lock up trying to load cdg's.
Reply With Quote
  #2  
Old June 23rd, 2006, 01:14 PM
barrp barrp is offline
Registered User
 
Join Date: May 2005
Posts: 27
I removed 3.310 and installed 3.303 and everything appears to work again. I still like to see a solution for 3.310 so I can upgrade in the future.
Reply With Quote
  #3  
Old June 23rd, 2006, 03:22 PM
ddouglass ddouglass is offline
Super Moderator
 
Join Date: Nov 2004
Location: Ace, TX (5 miles past Nowhere)
Posts: 9,395
Admin - I think I have found the problem. This is from a MS Knowledge Base Article #916903

Symptom:
You receive the following error message on the client computer when the package is installing:
Error 1706. No valid source could be found for product Product Name. The Windows installer cannot continue.

Cause:
These problems occur because the Windows Installer packages do not have the ALLUSERS property value preset when the packages are created. This causes Windows Installer to set the value to "NULL." When you deploy a package by using SMS 2003, the installation runs under the SYSTEM context. The ALLUSERS property value must be defined if Windows Installer is trying to install as a user who differs from the locally logged-on user. Additionally, when the ALLUSERS property value is set to "NULL," the package performs a "per user installation," and no registry key entry is written to following registry subkey: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall

Resolution:
To resolve this problem, type Name.msi /SwitchesALLUSERS=2 in the Command line box. For example, you can type the following command: install_flash_player_active_x.msi ALLUSERS=2
This transfers the ALLUSERS property to the Setup phase, and the correct data is written to the registry entry key.

Note You cannot use the ALLUSERS property together with the /passive command-line switch.


What this is saying, I believe is that when you scripted for the Jet Engine install the ALLUSERS property was not set......maybe?

GPayne and barrp, when you are installing Hoster are you doing it as an administrator of the computer? If not then try that.

Otherwise, I hope I have found the lead we need to get this one fixed. It is very baffling.
__________________
Dale Douglass
2nd Generation Karaoke
I am not a member of the MTU Staff.
Reply With Quote
  #4  
Old June 23rd, 2006, 05:50 PM
barrp barrp is offline
Registered User
 
Join Date: May 2005
Posts: 27
Quote:
Originally Posted by ddouglass
GPayne and barrp, when you are installing Hoster are you doing it as an administrator of the computer? If not then try that.
Yes, the administrator account is the only one I set up on my system. This is a new hard drive and every thing has been loaded from scratch. One thing I just noticed is that there is another account that does not show on the main start up screen, but under user accounts there is this account:

ASP.N Machine A...
Limited Account
Password Protected

What the heck is it that?
Reply With Quote
  #5  
Old June 24th, 2006, 01:25 AM
ddouglass ddouglass is offline
Super Moderator
 
Join Date: Nov 2004
Location: Ace, TX (5 miles past Nowhere)
Posts: 9,395
ASP.Net - Account used for running the ASP.NET worker process (aspnet_wp.exe) This so you can use those webpages that use ASP (interactive script processing) such as your Store Account for MTU.

You should have a Guest account (disabled) and a Support account (disabled) too.

"I'm having the same problem and running the same 760A drive, but this drive has not worked for a few months" Are sure it is a 760A because they just came out with that model about amonth or so ago?
__________________
Dale Douglass
2nd Generation Karaoke
I am not a member of the MTU Staff.
Reply With Quote
  #6  
Old June 24th, 2006, 09:47 AM
barrp barrp is offline
Registered User
 
Join Date: May 2005
Posts: 27
Quote:
Originally Posted by ddouglass
ASP.Net - Account used for running the ASP.NET worker process (aspnet_wp.exe) This so you can use those webpages that use ASP (interactive script processing) such as your Store Account for MTU.

You should have a Guest account (disabled) and a Support account (disabled) too.

"I'm having the same problem and running the same 760A drive, but this drive has not worked for a few months" Are sure it is a 760A because they just came out with that model about amonth or so ago?
You are correct it's the 716.

Can I delete the asp.net account? I don't have a support account. I'd like it to just open up, bypassing the main screen.
Reply With Quote
  #7  
Old July 4th, 2006, 10:15 PM
gpayne gpayne is offline
Registered User
 
Join Date: Dec 2002
Location: Indianapolis, Indiana
Posts: 135
Quote:
Originally Posted by ddouglass
Admin - I think I have found the problem. This is from a MS Knowledge Base Article #916903

Symptom:
You receive the following error message on the client computer when the package is installing:
Error 1706. No valid source could be found for product Product Name. The Windows installer cannot continue.

Cause:
These problems occur because the Windows Installer packages do not have the ALLUSERS property value preset when the packages are created. This causes Windows Installer to set the value to "NULL." When you deploy a package by using SMS 2003, the installation runs under the SYSTEM context. The ALLUSERS property value must be defined if Windows Installer is trying to install as a user who differs from the locally logged-on user. Additionally, when the ALLUSERS property value is set to "NULL," the package performs a "per user installation," and no registry key entry is written to following registry subkey: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall

Resolution:
To resolve this problem, type Name.msi /SwitchesALLUSERS=2 in the Command line box. For example, you can type the following command: install_flash_player_active_x.msi ALLUSERS=2
This transfers the ALLUSERS property to the Setup phase, and the correct data is written to the registry entry key.

Note You cannot use the ALLUSERS property together with the /passive command-line switch.


What this is saying, I believe is that when you scripted for the Jet Engine install the ALLUSERS property was not set......maybe?

GPayne and barrp, when you are installing Hoster are you doing it as an administrator of the computer? If not then try that.

Otherwise, I hope I have found the lead we need to get this one fixed. It is very baffling.

Dale, my DAO promblem got fixed when I re-installed XP pro.

gpayne
Reply With Quote
  #8  
Old July 4th, 2006, 10:17 PM
Beavis's Avatar
Beavis Beavis is offline
VIP
 
Join Date: Sep 2002
Location: Berkshires
Posts: 2,759
Quote:
Originally Posted by gpayne
Dale, my DAO promblem got fixed when I re-installed XP pro.

gpayne

i always say that, when you cant figure out how to fix a problem with hoster, reformat ! its a lot quicker than waiting weeks for a glimmer of hope
__________________
The King of One Liners!

Windows 10

Hoster 5.10
Reply With Quote
  #9  
Old July 5th, 2006, 12:43 AM
ddouglass ddouglass is offline
Super Moderator
 
Join Date: Nov 2004
Location: Ace, TX (5 miles past Nowhere)
Posts: 9,395
Quote:
Originally Posted by Beavis
i always say that, when you cant figure out how to fix a problem with hoster, reformat ! its a lot quicker than waiting weeks for a glimmer of hope
That depends on how much you have on the computer. Starting over can be a real pain if you have a lot of older programs and don't remeber where you put the @#$%^ disks!

Gary glad you got your problem solved and sorry it had to come to a reload.
__________________
Dale Douglass
2nd Generation Karaoke
I am not a member of the MTU Staff.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On


All times are GMT -4. The time now is 08:06 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2009 - 2025, Jelsoft Enterprises Ltd.
The contents of this forum are copyrighted by Micro Technology Unlimited, 2000-2008. Use of any material from these Forums is prohibited without written agreement from MTU.