Thanks Burt!
Can you post how to do the recovery and I will try it out tonight?
Also, should this be done via TCP/IP or direct through a terminal cable?
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...
Month(Now) would return 11 for the current month of November.
I am using Month(Now) + <#> because I am using a report format that starts with the current month (currently November), and then lists the next 11 months.
The 4th column would be Month(Now) + 4, returning 15. The IFF clause would...
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...
Looks like I will have to resort to SQL statements... those work just fine.
Yes, Line 51 was working, a record was being inserted everytime... :o\
Thanks for the tips.
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...
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.