I have an Electra 8/24 (aka Ranger?) and am looking for some install or service documentation. Anybody know where to go?. I am not use to the Key Systems and am very current on newer PBX products (Especially InterTel). Is the 8/24 Computer programmable. If so software and cables would be a...
Excellent. I know when I post questions it motivates me to work harder to find the answers myself. Congratulations for figuring it out. Nothing quite feels like finding it yourself!
Sorry I didn't mention this before. You still need a router for the internet traffic. The pix does NO routing. I know that sounds like it's missing a feature, but actually that is it's strength. Stay away from the IOS firewall software in the 827 (or any other router). The best rule to use...
Aside from the configs in the routers, you need to confirm with your T-1 provider that bandwidth you have purchased, If you indeed pay for the full T-1 the router configs are straight forward and you can update them by telnet just remember to write mem when you are done on expect your connection...
Is the T-1 terminating directly into the 2620 or is there a CSU/DSU attached which then hits the 2620 via a v.35 connection. In other words, where does the voice split off? Judging on the way you described the channel configuration I'm assuming that it is a point to point T-1. 4 Channels for...
In short if your question is can you get around purchasing licenses for the remote access. The answer is essentially no. Remote Admin Mode will limit the number of concurrent connections to I believe 2. If you install terminal services in Application Server mode and purchase Terminal Services...
Also,
I've decided to update Table2 in the above example from a client side script using if...then so if the CSR decides to overide the suggested salesperson it doesn'update Table2 therby allowing the next salesperson to remain in line for the next lead. As long as we're dilligent at keeping...
My underlying data is actually more complex, encompassing both multiple divisions and multiple disciplines so I plan to store the last assigned salesperson for each in it's own table. Also, in the client application, the CSR (Customer Service Rep) can re-assign a lead if the salesperson doesn't...
I have a Static Table with Sales People that's used for assigning new leads. The leads are manually assigned to account for vacations, specialties, etc.. But I want the database to suggest the next sales person in line as there are multiple people fielding the leads. My example is below:
ID...
In my previous post, I thought my select statement was causing the error:
"The data was added or updated in the database, but the data won’t be displayed because it doesn’t satisfy the criteria in the underlying record source"
I found that not to be the case as any trigger using...
Update into direction I'm heading.
I think I figured out where my problem lies. I didn't set the ResyncCommand on the Data Access Page. As soon as I put a Statement like
Select * FROM ProspectsView
(where ProspectsView is the recordset that feeds the DAP)into the ResyncCommand Property the...
Thanks Terry,
But I think I'm looking at the wrong problem. I tried your syntax and still recieved the same error. Then I completely eliminated the select statement and still got the error. The test syntax I used without the select statement was:
ALTER TRIGGER [Log]
ON dbo.Prospects
FOR...
I am trying to update a log table using an After Insert trigger. I can update the table with no problem, but it requires a select statement in the Trigger which attempts to return the data to the client. I am using data access pages for the client and they do no accept the returning data. I just...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.