To start I am not well versed in Cisco products or technologies relating to WAN.
We have a Cisco 1600 at the main office, and a 1600 at the warehouse. There were strange connectivity issues a couple months ago, and now the demons have come back.
There have been no network configuration...
I am a little baffled with this error... here is my code:
=IIF(
Month(Now)+7 > 12,
MonthName(Month(Now)+7-12),
MonthName(Month(Now)+7)
)
If I change it to...
=IIF(
Month(Now)+7 > 12,
MonthName(Month(Now)+7-12),
Month(Now)+7
)
... it will return the month name if the condition is true...
I have a Forecast table that has the the previous year, current year, and future year forecast figures for items. I have a query that simply returns the current month forecast and the future 11 months.
I need to be able to create a report that will list one row per item with the quantities in...
Our main box is an IBM iSeries which is used for all our business applications. I have been able to use DTS to copy the tables I want and push them into MS SQL Server.
The problem is, if I run the same DTS it will insert the same records into the tables, creating multiple records (that I don't...
I get the following error: Operation is not allowed when the object is closed.
It points the the line that reads: While Not Rs.EOF
Sort of baffled, I don't know why the recorset would be closed?!
Dim sZipCode, sMiles
sZipCode = "91403"
sMiles = 5
Set MyConn =...
The following code returns a number. The number is the name of a picture (ie 32.gif, 33.gif, etc)
<xsl:value-of select="//yweather:condition/@code"/>
My question is, how can I insert the number in the IMG tag (see red code in the main XSL document)? So it would read like so...
<img...
I am pretty much new to XML and all that goes with it. I want to put the current weather on our local intranet. The following XML file contains all the data I need, and then some: http://xml.weather.yahoo.com/forecastrss?p=90230
The following contains what I want to extract...
The ItmCls is retrieved from the previous page, and equals RRXXX.
String webCls = request.getParameter("ItmCls");
String itmCls = webCls.substring(0,2);
if (itmCls == "RR") {
<perform actions here>
} else {
<do this>
}
Some reason the condition will not test true. I have outputed itmCls...
Some reason the WHILE condition will not loop while the 3 functions (highlighted) are there. If I comment out the functions like so (]<%'=sQtyPrior1(sItemNo)%>), the while loop will work.
When it is not commented it will display the information for the first record, then gives the following...
I receive the following error... doing a little Google searching it supposedly means the data being inserted is longer than the set value of the table field. I set the field to varchar(255) and it still gives an error no matter what. I added Trim() around the variable for giggles, and that...
Platform: Win2k Server
Components: Active Directory
I have added 3 accounts to the FTP Site Operators, and unchecked Allow Anonymous Connections. When I go to the FTP site its prompts me to login, so I tried the 3 accounts (and my administrator account), but the FTP site does not recognize the...
For some reason if I create a project and save my work... I can go into my project folders and just double-click the SLN file and it opens my project. If I try to do the same on a project that was created on another computer (same version of VB.Net), it opens VB but the project does not open...
I have a few products amongst about 1,000 that have extensions to the item #, such as DF and SP. Is there a way to find those items that have multiple item #'s and combine their data?
Such as...
MICROWAVE 4400924 $1,920.25
MICROWAVE 4400924DF $1,195.13
MICROWAVE 4400924SP $1,241.29...
I am trying to output a file, but have ran into a few things.
The command I am using is as follows:
===> CPYTOIMPF FROMFILE(BRANDNEW/CARCODE) TOSTMF('QIBM/CARCODE.TXT') MBROPT(*REPLACE) RCDDLM(*CRLF) FLDDLM('|')
Problems:
1) The output file that is created is in ASCII characters. I noticed...
I installed MySQL and MyODBC on a Win2k server, got it all working fine. Created a database and tables, pulled all information through ASP files.
Just randomly MySQL stopped. I went to Services and tried to restart it... it attempts to start but fails. Event View gives no cause, just says...
In some message, they give a IE error, saying the page doesn't exist. Of course when viewing through Outlook the e-mail is there. I can't seem to find a trend with the unviewable e-mails in OWA... anyone have an idea on why OWA can't display some of these e-mails?
Yesterday the Exchange Server was having a beep come every few seconds, and finally a BSD that linked to the HAL.DLL file. Restarted the server and everything worked fine...
This morning Exchange was not working, checked event logs, and got the following information...
Event: 101
Source...
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.