Registered member login:
Register Now
Altirigos » Notification Server and Solutions » Inventory Solution » Adding a Package Server error

» Current Poll
Vista?
Staying on XP until Windows 7 - 72.14%
101 Votes
Already on Vista - 10.71%
15 Votes
Planning an upgrade to Vista soon - 10.00%
14 Votes
Other (please explain) - 7.14%
10 Votes
Total Votes: 140
You may not vote on this poll.
» Stats
Members: 6,831
Threads: 9,769
Posts: 47,815
Top Poster: Nick (4,800)
Welcome our newest member, jdh2000
» Online Users: 45
4 members and 41 guests
dominique, Kenneth, SonicGT, titan90
Most users online at once 294, 06-30-2007 at 01:24 PM.
» January 2009
S M T W T F S
28293031 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Reply
Old 09-24-2008, 02:55 PM   #1 (permalink)
 
tbarkdull's Avatar
 
Status: Altiris Admin
Join Date: 05-16-2007
Location: Indiana
Posts: 50


Adding a Package Server error

When trying to specify a new Package server, I click the "plus" sign and received this error... parameter query failed" in the Find Resiource dialog box. See attached
Attached Thumbnails
adding-package-server-error-pkgserver.jpg  
tbarkdull is offline   Reply With Quote
Old 09-25-2008, 06:04 AM   #2 (permalink)
 
Status: Super Altiris Admin
Join Date: 11-09-2006
Location: London
Posts: 570


Anything in the NS log?
andykn is offline   Reply With Quote
Old 09-25-2008, 10:09 AM   #3 (permalink)
 
tbarkdull's Avatar
 
Status: Altiris Admin
Join Date: 05-16-2007
Location: Indiana
Posts: 50


Adding a Package Server error

Here is the log entry:

____________________________begin

Thread ID: 55328
Module: AltirisNativeHelper.dll
Source: DropdownParameter/Contents
Description: query for table parameter 'OS Name', query: 'exec sp_PSCandidates 1, @Culture='%_culture%'' exception: System.Data.SqlClient.SqlException: Could not find stored procedure 'sp_PSUnixCandidates'.
at System.Data.SqlClient.SqlCommand.ExecuteReader(Com mandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteReader(Com mandBehavior behavior)
at System.Data.SqlClient.SqlCommand.System.Data.IDbCo mmand.ExecuteReader(CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.FillFromCommand(O bject data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
at Altiris.NS.StandardItems.Query.DropdownParameter.g et_Contents()

__________________________________________end
tbarkdull is offline   Reply With Quote
Old 09-25-2008, 10:43 AM   #4 (permalink)
 
Status: Super Altiris Admin
Join Date: 11-09-2006
Location: London
Posts: 570


Can you find the stored procedure in your SQL database? have you uninstalled any UNIX solutions recently?
andykn is offline   Reply With Quote
Old 09-25-2008, 12:04 PM   #5 (permalink)
 
tbarkdull's Avatar
 
Status: Altiris Admin
Join Date: 05-16-2007
Location: Indiana
Posts: 50


Adding a Package Server error

Which stored procedure am I looking for? No to the recent uninstall of unix products. We do not use them
tbarkdull is offline   Reply With Quote
Old 09-25-2008, 01:15 PM   #6 (permalink)
 
Status: Super Altiris Admin
Join Date: 11-09-2006
Location: London
Posts: 570


The one mentioned in the error log; "sp_PSUnixCandidates"

If you have never ever installed any Altiris Unix solutions you probably won't have it; it's a puzzle why the Package Server entry is trying to call it, unless someone else can cofirm it does on a system with no unix solutions, all ours here have, unfortunately.
andykn is offline   Reply With Quote
Old 09-25-2008, 02:36 PM   #7 (permalink)
 
tbarkdull's Avatar
 
Status: Altiris Admin
Join Date: 05-16-2007
Location: Indiana
Posts: 50


Adding a Package Server error

spPSUnixCandidates does not exist. How do I reinstall Unix clients?
tbarkdull is offline   Reply With Quote
Old 09-26-2008, 07:13 AM   #8 (permalink)
 
Status: Super Altiris Admin
Join Date: 11-09-2006
Location: London
Posts: 570


Quote:
Originally Posted by tbarkdull View Post
spPSUnixCandidates does not exist. How do I reinstall Unix clients?
Are you sure you looked in the right place? spPSUnixCandidates will be in a completely different part of the list to sp_PSCandidates

It depends on what you had installed before. If you had any UNIX solutions installed before then removed them, try installing them again. They might be in c:\program files\altiris\setup files.

If you have never installed any UNIX solution you can't "reinstall" them.
andykn is offline   Reply With Quote
Old 09-26-2008, 12:15 PM   #9 (permalink)
 
Status: Super Altiris Admin
Join Date: 10-28-2005
Location: Colorado
Posts: 1,116


https://kb.altiris.com/article.asp?article=2319&p=1

You may also want to verify the other stored procedures in the article above. It is possible a repair of the NS may correct it.

https://kb.altiris.com/article.asp?article=34383&p=1


Have a log window open while doing anything and make sure to note all the red errors. Start searching for them in the KB and you will probably get to something eventually.
__________________
Brandon
Brandon is offline   Reply With Quote
Old 09-26-2008, 04:17 PM   #10 (permalink)
 
tbarkdull's Avatar
 
Status: Altiris Admin
Join Date: 05-16-2007
Location: Indiana
Posts: 50


Adding a Package Server error

I looked again and there is a Stored procedure named AltirisADM.sp_PSUnixCandidates.
tbarkdull is offline   Reply With Quote
Old 09-29-2008, 06:32 AM   #11 (permalink)
 
Status: Super Altiris Admin
Join Date: 11-09-2006
Location: London
Posts: 570


This sounds like a problem with ownership of SQL items. Usually all SQL items relating to Altieris should be owned by "dbo", so they should all be prefixed "dbo."

So the sp shouild be dbo.sp_PSUnixCandidates.

If you change it, it should work - you'll probably need "sa" rights to do this.

Also there may be other objects incorrectly labelled, have a look an the Altiris kb for ideas as to what may have caused it and what might fix it.
andykn is offline   Reply With Quote
Reply


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

Advanced Search
Display Modes

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -4. The time now is 05:33 PM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
vB.Sponsors
Altirigos