<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/meps/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/meps/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 29 Apr 2004 21:53:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/meps/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Compilepermissions problem (Administrative Service Request)</title><link>https://sourceforge.net/p/meps/support-requests/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Recently, I've been unable to assign permissions in &lt;br /&gt;
MEPS.  I have multiple groups setup in the &lt;br /&gt;
Objectbrowser\Security Wizard with multiple personnel &lt;br /&gt;
assigned in each.  Users still receive a permission denied &lt;br /&gt;
error.  I've tried clearing cached memory on the user's &lt;br /&gt;
system and I don't find any error messages when running &lt;br /&gt;
the compilepermission procedure in Query Analyzer.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">christopher logan</dc:creator><pubDate>Thu, 29 Apr 2004 21:53:48 -0000</pubDate><guid>https://sourceforge.netb9510d0419618123e2d0a0e6a801dd0b4fd81964</guid></item><item><title>v_Fullname view does not show record if rank missing</title><link>https://sourceforge.net/p/meps/support-requests/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The v_Fullname view will not show a record if the RANK &lt;br /&gt;
field in the Personnel table is not filled in.  This then &lt;br /&gt;
causes the name not to show when searching in MEPS, &lt;br /&gt;
such as in the Gains/Loss Manager.  Once the RANK field &lt;br /&gt;
is filled in the the record will be returned just fine.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">coloradocwboy</dc:creator><pubDate>Fri, 23 Apr 2004 14:06:21 -0000</pubDate><guid>https://sourceforge.net615060919ecd11ba85185777d3d5de5302cf48cd</guid></item><item><title>auto class rosters update</title><link>https://sourceforge.net/p/meps/support-requests/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originator MAHC Administrator &lt;/p&gt;
&lt;p&gt;Issue  auto class rosters update&lt;/p&gt;
&lt;p&gt;Description  the education dept. at MAHC requested &lt;br /&gt;
that the class manager update the roster with the &lt;br /&gt;
personnel required taking the class. This will save a lot &lt;br /&gt;
of time for them by not having to update the roster one &lt;br /&gt;
person at a time. &lt;/p&gt;
&lt;p&gt;Example  This query is for a class that all officers are &lt;br /&gt;
required to take. You can modify it to suit your needs. &lt;br /&gt;
Huge thanks go out to IACH administrator for his help on &lt;br /&gt;
this turning my on the right path.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;INSERT INTO mepsdata.dbo.events (ssn, class, instrpot, &lt;br /&gt;
status, credtype, changedby, approved)&lt;/p&gt;
&lt;p&gt;SELECT&lt;br /&gt;
vatz, 164, 0, 'enrolled', 19, '3001', 1&lt;/p&gt;
&lt;p&gt;FROM personnel INNER JOIN rank on personnel.rank = &lt;br /&gt;
rank.rankid WHERE officer=1 AND departed=0&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Inmon</dc:creator><pubDate>Wed, 21 Apr 2004 15:53:18 -0000</pubDate><guid>https://sourceforge.net17a0fe57ca0382f98308b79db6858bae541bae81</guid></item><item><title>Getting error on backup job</title><link>https://sourceforge.net/p/meps/support-requests/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originator - MAHC Admin (Fort Leavenworth)&lt;br /&gt;
Issue  Getting error on backup job&lt;br /&gt;
Description  The back up job at MAHC is failing getting &lt;br /&gt;
error (Executed as user: ??????.sqlmaint.exe failed. &lt;br /&gt;
[SQLSTATE 42000] (Error 22029).  The step failed.)&lt;br /&gt;
Started researching this using Google found a few sites &lt;br /&gt;
but found out it could be many problems. &lt;br /&gt;
&lt;a href="http://www.dbforums.com/t812439.html" rel="nofollow"&gt;http://www.dbforums.com/t812439.html&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.experts-" rel="nofollow"&gt;http://www.experts-&lt;/a&gt;&lt;br /&gt;
exchange.com/Databases/Microsoft_SQL_Server/Q_2082&lt;br /&gt;
9935.html&lt;br /&gt;
&lt;a href="http://support.microsoft.com/?kbid=288577" rel="nofollow"&gt;http://support.microsoft.com/?kbid=288577&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;After researching we found the problem. I have made a &lt;br /&gt;
backup of MepsData to test some update queries I have &lt;br /&gt;
been working on and the backup of the test database &lt;br /&gt;
caused the job to fail.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Tip  I see no problem in doing this but need to save &lt;br /&gt;
the information you are working on by day end. Then &lt;br /&gt;
remove the test instance of the database before the &lt;br /&gt;
backup jobs run at night. If you need to you can make a &lt;br /&gt;
new copy of the database the next day. If possible use &lt;br /&gt;
outsourcing.meps.org to test your work on. The queries &lt;br /&gt;
I was working on updated items in the personnel table &lt;br /&gt;
so I did not want to corrupt the test database if my &lt;br /&gt;
work was incorrect. This was the reasoning in making a &lt;br /&gt;
backup database. If I did corrupt the database nothing &lt;br /&gt;
is lost because it is a backup copy.&lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Inmon</dc:creator><pubDate>Tue, 13 Apr 2004 13:02:17 -0000</pubDate><guid>https://sourceforge.net145c300c06f7eca315d4be38106842e4b17f55c2</guid></item><item><title>Medtrends reporting</title><link>https://sourceforge.net/p/meps/support-requests/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originator: Baker, Thomas CPT IMO BJACH, FT POLK.&lt;/p&gt;
&lt;p&gt;Issue: Need to write a report for Medtrends that lists &lt;br /&gt;
the survey questions and answers that were filled out &lt;br /&gt;
by each user in row rather then columns. Instead of &lt;br /&gt;
listing my name as many times as I answered question &lt;br /&gt;
then listing all of the questions and answers in the same &lt;br /&gt;
column. I need a way to report the following:&lt;/p&gt;
&lt;p&gt;Name  Question1     Answer1    Question2      Answer2&lt;br /&gt;
Brian   Is this easy   No            need help      Yes&lt;br /&gt;
Dave   Is this easy   Yes          need help       No&lt;/p&gt;
&lt;p&gt;Go is to create surveys in MEPS and export them out to &lt;br /&gt;
usable excel spreadsheets. IMO has several things he &lt;br /&gt;
would like to use MEDTRENDS for but needs reports that &lt;br /&gt;
will be in roster type formats.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Dooley</dc:creator><pubDate>Mon, 12 Apr 2004 18:12:04 -0000</pubDate><guid>https://sourceforge.net62ae8a68d85df18891488807f1ab2f0c60cc80d5</guid></item><item><title>Rules as Stored Procedures</title><link>https://sourceforge.net/p/meps/support-requests/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originator: MAHC ADMIN&lt;/p&gt;
&lt;p&gt;Issue: Rules as Stored Procedures &lt;/p&gt;
&lt;p&gt;Description : Pros and cons for changing training rules to &lt;br /&gt;
Stored Procedures. I have tested this on one rule and it &lt;br /&gt;
worked ok. Just want to know if this is the correct road &lt;br /&gt;
to go down. Would like to know if any faster &lt;br /&gt;
performance by going to this. By going to this looking up &lt;br /&gt;
the longer rules would be less of a task. Currently I have &lt;br /&gt;
to open the compiletrainingdata stored procedure then &lt;br /&gt;
search for the rule.&lt;/p&gt;
&lt;p&gt;Example: (Select internalmepsid from personnel where &lt;br /&gt;
departed = 0)  would be a current rule&lt;/p&gt;
&lt;p&gt;CREATE PROCEDURE [dbo].[Everyone local rule] AS &lt;br /&gt;
SELECT internalmepsid FROM personnel WHERE departed &lt;br /&gt;
= 0 &lt;br /&gt;
GO &lt;br /&gt;
this would be the replacement for the current rule &lt;/p&gt;
&lt;p&gt;Tables affected- Rule List&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Inmon</dc:creator><pubDate>Fri, 09 Apr 2004 14:04:38 -0000</pubDate><guid>https://sourceforge.net078ce9b04466b068e629169b661717539f7a9c65</guid></item><item><title>Training Explorer based on Birthmonth</title><link>https://sourceforge.net/p/meps/support-requests/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;BJACH, FT Polk.&lt;/p&gt;
&lt;p&gt;BJACH would like the Training Explorer to base training &lt;br /&gt;
defficiencies on a persons Birthmonth and not the last &lt;br /&gt;
time the individual took the training. &lt;/p&gt;
&lt;p&gt;If an individual took training in May and his birthmonth &lt;br /&gt;
was in Feburary. The individual would be deficient for &lt;br /&gt;
training as of Feburary.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Dooley</dc:creator><pubDate>Wed, 07 Apr 2004 20:40:32 -0000</pubDate><guid>https://sourceforge.net4af40dca2fc7cbc68fce376adb3a79831dfac918</guid></item><item><title>Auto Assign Indicators in MEPS</title><link>https://sourceforge.net/p/meps/support-requests/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;BJACH, FT Polk.&lt;/p&gt;
&lt;p&gt;Attemting to automatically assign indicators based on &lt;br /&gt;
individuals who are clinical. Using an Insert into &lt;br /&gt;
statement I am able to Insert  and individuals &lt;br /&gt;
internalmepsid and the indicator(Provider, RN, CNA, &lt;br /&gt;
etc...) into the personelproperties table.&lt;/p&gt;
&lt;p&gt;Insert Into mepsdata..personnelproperties &lt;br /&gt;
select distinct mepsdata..personnel.internalmepsid as &lt;br /&gt;
Internalmepsid, 'Provider' as propertyname, null as &lt;br /&gt;
propertyvalue&lt;br /&gt;
from mepsdata..personnel inner join &lt;br /&gt;
ucapersdata..tbl_Emp_MPF ON &lt;br /&gt;
mepsdata..personnel.vatz = SUBSTRING&lt;br /&gt;
(ucapersdata..tbl_Emp_MPF.ind_ssn,1,3)+'-'+SUBSTRING&lt;br /&gt;
(ucapersdata..tbl_Emp_MPF.ind_ssn,4,2)+'-'+SUBSTRING&lt;br /&gt;
(ucapersdata..tbl_Emp_MPF.ind_ssn,6,4)&lt;br /&gt;
where ucapersdata..tbl_emp_mpf.duty_mos = '60A' or &lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '60C' or &lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '60J' or &lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '60L' or &lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '60N' or&lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '60P' or &lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '60T' or &lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '60U' or &lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '60W' or &lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '61F' or&lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '61H' or &lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '61J' or &lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '61M' or &lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '61N' or &lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '61R' or&lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '61U' or &lt;br /&gt;
ucapersdata..tbl_emp_mpf.duty_mos = '62A'&lt;/p&gt;
&lt;p&gt;To assign the indicators I am using a separate database &lt;br /&gt;
called UCAPERS that stores dutymos's for all individuals &lt;br /&gt;
within the system including civilians.&lt;/p&gt;
&lt;p&gt;Once I insert the indicators I am unable to run the query &lt;br /&gt;
again because the table has 2 primary keys and I am &lt;br /&gt;
recieving the following error.&lt;/p&gt;
&lt;p&gt;Violation of PRIMARY KEY &lt;br /&gt;
constraint 'PK__PersonnelPropert__7B92BE7A'. Cannot &lt;br /&gt;
insert duplicate key in object 'PersonnelProperties'.&lt;br /&gt;
The statement has been terminated.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Dooley</dc:creator><pubDate>Wed, 07 Apr 2004 20:33:16 -0000</pubDate><guid>https://sourceforge.nete646c1551639992e992a8debc06e42ca9e88a374</guid></item><item><title>Training Explorer not giving Credit</title><link>https://sourceforge.net/p/meps/support-requests/14/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Training Explorer BJACH, FT Polk.&lt;/p&gt;
&lt;p&gt;The new Chief of IMD CPT Baker has been geving credit &lt;br /&gt;
for several courses and the credit shows on his &lt;br /&gt;
educational Status and History but it is showing him &lt;br /&gt;
deficient in the Training Explorer.&lt;/p&gt;
&lt;p&gt;I looked in the events table and he has the credit but in &lt;br /&gt;
repltrainingdata no credit is given.&lt;/p&gt;
&lt;p&gt;These are MEPS course that he has been given credit &lt;br /&gt;
too and Training Explorer has been running successfully.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Dooley</dc:creator><pubDate>Tue, 06 Apr 2004 14:31:03 -0000</pubDate><guid>https://sourceforge.net078ddf4e8511b8d6fa845dcbacd007864b11fa74</guid></item><item><title>Error trying to setup (job personnel trigger problem)</title><link>https://sourceforge.net/p/meps/support-requests/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Originator  MAHC Administrator&lt;br /&gt;
Issue  Getting error trying to setup job. I am trying to &lt;br /&gt;
update the domainname and email for departed &lt;br /&gt;
personnel. I am trying to do this with a job. The job will &lt;br /&gt;
have three steps. &lt;br /&gt;
1. drop the trigger on the personnel table&lt;br /&gt;
2. Update the personnel table  query is &lt;br /&gt;
(update personnel set domainname = DEPARTED, Email &lt;br /&gt;
= DEPARTED where departed = 1)&lt;br /&gt;
3. re-add the trigger (getting error on this part)&lt;br /&gt;
The error is telling me that there is no closing */ in the &lt;br /&gt;
statement. The query runs find in query analyzer but in &lt;br /&gt;
the job. &lt;br /&gt;
Do not understand why it is getting error in Enterprise &lt;br /&gt;
Manager and not in query analyzer.   &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Example  Getting error on this area of the trigger&lt;/p&gt;
&lt;p&gt;(WHILE @@FETCH_STATUS = 0&lt;br /&gt;
BEGIN&lt;br /&gt;
/*&lt;/p&gt;
&lt;p&gt;At least for now, do not update the SynQuest &lt;br /&gt;
record&lt;/p&gt;
&lt;p&gt;if there is no matching record in the OrgMap &lt;br /&gt;
table&lt;br /&gt;
*/&lt;br /&gt;
IF &lt;br /&gt;
EXISTS (SELECT * FROM MEPSDATA..OrgMap m&lt;/p&gt;
&lt;p&gt;WHERE m.EntityID = @v_OrgEntityID)&lt;/p&gt;
&lt;p&gt;BEGIN&lt;/p&gt;
&lt;p&gt;IF EXISTS (SELECT * FROM &lt;br /&gt;
HES51..Emp emp&lt;/p&gt;
&lt;p&gt;WHERE emp.LoginID = &lt;br /&gt;
@v_LoginID)&lt;/p&gt;
&lt;p&gt;BEGIN&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mark Inmon</dc:creator><pubDate>Mon, 05 Apr 2004 13:35:01 -0000</pubDate><guid>https://sourceforge.netb84747dfe8b6ce92326ca3d5a22c2b7552d3a486</guid></item></channel></rss>