Hello all,
I'm running BE 9.0 on Windows Server 2003, when I had a printer with the backup exec account on any server, it doesn't appear in the list of containers when I try to set a new notification...
It worked perfectly with 8.6...
Any suggestion?
Note: I haven´t tried to rebbot yet.
Hello,
I'm running a daily job on a file server, when a job fail I receive a notification. But this time I had a job blocked 13 days beetween Backup and Verify and I didn't get any message. Moreover, tapes have been changed daily during this period. What I saw is that the verify started when I...
Hi,
I have an Exchange 5.5 on Win2k Server, this week end I updated my OS to SP4 and my Internet Explorer to 6.0 (all this on my mail server). Next morning 1% of my users could not connect thier mailboxes with Outlook. I use to have this kind of problem and usually I clean the host file on the...
Hi all,
I admin a network (200 Pc's) and on each machine the name of the user is set in the description and not included in the machine name. One of you knows how to get the description from a machine from its IP or name?? Using a tool or prompt, whatever... Thanks.
Alex.
Hello!
I have a professional network with an access to a proxy I do not manage. All worked fine to connect to the internet (once and go) but one of my user is now asked to connect on each page... Sure it's not a proxy problem, cause it worked last week and he's alone in this case.
I used adaware...
Hello all!
I'm using a servlet that creates a PDF file and then opens it.
1)On my main JSP page, I've associated a button click with a link to my servlet, it worked well, the PDF file appeared in the active window.
2)I want now That PDf appears in a secund window, so i've associated the button...
Hi,
I'm actually looking for a Java API able to create XML documents from data "on the fly".
During my search, I often get SAX.
Some say that you can create XML documents with it but when I look at the doc of APIs I just have notes about parsing an existing XML document like...
Do you know any tool or open source that could be used in order to create a java package, that would be used to catch data from various databases and generate XML files on the fly, on a server or mainframe??
Thanx for help.
This is my query:
___________________________________________________________
SELECT elt1.name, COUNT(elt2.name)
FROM (elementlinks AS el_link INNER JOIN elements AS elt1 ON el_link.n1=elt1.id)
INNER JOIN elements AS elt2 ON el_link.n2=elt2.id
WHERE elt1.typeid=2 AND elt2.name IN
(
SELECT...
This is the result of 2 queries
Query1:
ELT EVENTS
elt1 event54
elt1 event21
elt1 event58
elt2 event45
elt2 event78
Query2:
ELT NB_EVENTS
elt1 3
elt2 2
I catch first the events for each element and then the number of events linked to an element.
I'd like to bind these 2 queries...
Here are my 2 tables
ELEMENTS
id
name
type
ELEMENTLINKS
id
n1
n2
n1 and n2 are ids of 2 linked elements. I'd like to display a 2 columns-result:
ELTTYPE1 ELTTYPE2
Note: An Elttype1 is linked to many elttype2 but i'd like to have the full list of dependencies like
elt11 elt21
elt11 elt22...
Here are my 2 tables
ELEMENTS
id
name
type
ELEMENTLINKS
id
n1
n2
n1 and n2 are ids of 2 linked elements. I'd like to display a 2 columns-result:
ELTTYPE1 ELTTYPE2
Note: An Elttype1 is linked to many elttype2 but i'd like to have the full list of dependencies like
elt11 elt21
elt11 elt22...
Hello all,
2 tables:
elements textfields
------------- ----------------
id (num) -----| typeid (num)
name (nvarchar) |---->ownerid (num)
texto (text)
an element owns a text field like...
Hi all,
This is my table (simplificated)
cr1 cr2
elt1 2 3
elt2 5 5
elt3 7 4
elt4 9 1
...
For each criteria (cr) I have a constant gate, and i'd like to count the number of elements exceeding the 2 gates, the number over one and not the other and finally the...
Hi all,
This is my table (simplificated)
cr1 cr2
elt1 2 3
elt2 5 5
elt3 7 4
elt4 9 1
...
For each criteria (cr) I have a constant gate, and i'd like to count the number of elements exceeding the 2 gates, the number over one and not the other and finally the...
I'll display my query in an HTML table but some values are too long (70 characters)... I'd like to know if it's posiible to truncate these fields in the query.
NB: I don't want to modify my DB design!!
Is it possible to sort a query contained in a recordset whitout setting a new sql command?
My recordset uses a stocked procedure.
On the web page, i'd like to sort the table against the clicked field.
Hello all,
I'm developping a site using a SQLS DB, i'd like to catch my data in one grid. But i've to modify the results of my queries. So I'd like to know if it's possible to flip a grid, or to combine 2 grids in one.
The trouble is I can catch all my data in one row but I want to split it in...
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.