Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JDTurk

    MWI Not Illuminating After Power Fail

    I was very lucky. Rebooting the MAS fixed the problems. Thanks for everyone's help. This is an awesome forum. S8730 Processors (Redundncy/Mirror Img) Aura 5.2 (Communication Manager) Modular Messaging 5.2
  2. JDTurk

    MWI Not Illuminating After Power Fail

    LMAO!!!! S8730 Processors (Redundncy/Mirror Img) Aura 5.2 (Communication Manager) Modular Messaging 5.2
  3. JDTurk

    Wireless Network Connection Doesn't Have a Valid IP Configuration

    Hey Guys, thanks for the replies. I won't be able to test these things til this evening. S8730 Processors (Redundncy/Mirror Img) Aura 5.2 (Communication Manager) Modular Messaging 5.2
  4. JDTurk

    MWI Not Illuminating After Power Fail

    Hey Joe, can you please define "delete mailbox"? We have an Exchange backend and our Network Admin (who's away for 2 weeks) creates mailboxes in Active Directory. What would I need to do in AD to delete a mm mailbox? Is it as easy as deactivating from the Modular Messaging tab? S8730...
  5. JDTurk

    MWI Not Illuminating After Power Fail

    Hey Joe, Thanks for the reply. No, it shows blank for Message Waiting. S8730 Processors (Redundncy/Mirror Img) Aura 5.2 (Communication Manager) Modular Messaging 5.2
  6. JDTurk

    Call Forwarding on a 9670 IP Phone

    Class of service is 2, EC500 state is disabled, and trace station is . . . LIST TRACE time data 12:24:35 active station 5885 cid 0x211f 12:24:35 G711MU ss:off ps:20 rgn:1 [10.120.1.16]:2382 rgn:1 [10.120.0.13]:3080...
  7. JDTurk

    MWI Not Illuminating After Power Fail

    We had an electrical power failure two days ago that has stopped the MWI from functioning for six of our 300 Modular Messaging users. "Clear amw all xxxx" didn't fix the problem and all the applicable services are running on our MAS. Any help would be greatly appreciated. Thanks. S8730...
  8. JDTurk

    Wireless Network Connection Doesn't Have a Valid IP Configuration

    After years of success, I am no longer able to connect to wireless networks on my Dell Inspiron laptop. When troubleshooting, the problem found is "wireless network connection doesn't have a valid ip configuration". I'm not having any problems with other devices connecting to wireless devices...
  9. JDTurk

    Call Forwarding on a 9670 IP Phone

    Most phones are digital in my organization and we enter *2 (followed by an extension or a 9 + area code + number) to activate Call Forwarding or we enter #2 to deactivate it. I'm unable to forward calls to an outside line on my 9670 IP telephone. Any ideas on why this would be happening...
  10. JDTurk

    Transfer Calls to Modular Messaging with One Button?

    Our staff members use the following instructions to transfer a call to a co-worker's modular messaging account: Press the Transfer button on your phone. Enter 5959. Press *##. Enter the other person's extension number. Press the Transfer button. Does anyone know if it's possible to program...
  11. JDTurk

    Incoming Caller ID and DIDs

    Currently, our phone service provider is sending only the calling number and not the caller name. (I verified this by doing a "list trace tac xxx" on the incoming trunk and seeing "NO-CPName".) A rep from the phone company said that the name portion of caller ID can be turned on but it would...
  12. JDTurk

    SELECT and GROUP BY Confusion

    I understood your logic completely but, as usual, the code didn't work for me. I was able to do the calculations in Excel which allowed me to remove any vestige of GROUP BY and my life in SQL World got better once again. S8730 Processors (Redundncy/Mirror Img) Aura 5.2 (Communication...
  13. JDTurk

    SELECT and GROUP BY Confusion

    Gmmastros, Thanks for taking the time to assist me. I appreciate it. S8730 Processors (Redundncy/Mirror Img) Aura 5.2 (Communication Manager) Modular Messaging 5.2
  14. JDTurk

    SELECT and GROUP BY Confusion

    Skip, I meant that I also need to report the items in that code. Bill, thanks for your reply. It just doesn't make any sense to me that we are so limited when using GROUP BY. I mean, I have to have employee names on this report. S8730 Processors (Redundncy/Mirror Img) Aura 5.2 (Communication...
  15. JDTurk

    SELECT and GROUP BY Confusion

    Hey Skip, I really appreciate your help. SELECT d.empl_no, d.code, CASE WHEN b.ck_title = 'RETIRE' THEN 'RETIREMENT' WHEN b.ck_title = 'B/C' THEN 'HEALTH INS' WHEN b.ck_title = 'KEYSTONE' THEN 'HEALTH INS' WHEN b.ck_title = 'POS' THEN 'HEALTH INS' ELSE b.ck_title END, d.pay_date...
  16. JDTurk

    SELECT and GROUP BY Confusion

    I'm pleading for anyone's help in getting me to understand how GROUP BY is used. The problem is I have items to report that I don't want to be part of the GROUP BY. I need to GROUP BY Emp ID, Ded Code, and Pay Date in order to total by Emp ID & Ded Code. I also need to report Emp Name, Emp...
  17. JDTurk

    9620 Connection Problem

    I have some 9620 IP phones that connect fine except when connecting to one particular jack. From this jack, the phone goes through the normal motions and even contacts the call server but it never gets to the log in screen. Instead it displays "discover 10.120.0.11". Any ideas? Thank you...
  18. JDTurk

    Updating a Temporary Table

    I successfully create a temporary table of all pay dates for an employee: Create Table #tmp ( hr_pe_id Char(9), hr_pe_name Char(30), pyh_ck_dt Char(8), retire_code Char(4), retire_title Char(20), retire_amt Int, hrs_code Char(4), hrs_title Char(20), hrs_amt Int, hrs_wrkd_code...
  19. JDTurk

    Updating Records of Temporary Table

    I need to get certain payroll deduction codes/amounts from our payroll history for employee# 123456789. First, I want to get the employee’s pay dates from the payroll history table and write the records to a temporary table: Create Table #tmp ( hr_pe_id Char(9), hr_pe_name Char(30)...
  20. JDTurk

    Int Field not Outputting Decimal Point

    Perfect! Thanks George. Happy holidays! S8730 Processors (Redundncy/Mirror Img) Aura 5.2 (Communication Manager) Modular Messaging 5.2

Part and Inventory Search

Back
Top