Need a second pair of eyes, i'm able to ping the inside of the PIX firewall 192.168.2.254 from the VPN client but nothing else inside.
PIX Version 6.3(5)145
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
hostname...
Hello All - I am currently useing ACS 5.2 and have no problem using Tacacs+ with AD access.
But with Radius it seems I can only get the Local identity store to work, does anyone know if you need to do something special to get Radius to work with active directory with Cisco ACS?
I have setup the Cisco Secure ACS server. I am not having any issues with the login part but when I go to try to use the enable mode it doesn't take my password.
If I just hit enter it will ask for the old password, then the new, then to confirm then end's up with auth failed.
Using the...
Use version 5.x of Java to do anything with Cisco. You can uninstall your current version and head over to oldversion.com and pick up the 5.x flavor...works everytime..70% of the time
I keep on stepping backwards on this one...
A - 10.11.230.X/26 | ASA5510
B - 10.3.X.X/16 - MISC PRODUCT
I keep getting "No Matching SA,Dropping"
Before i was at least getting a crypto map issue. At Step 2.
Result of the command: "show run"
: Saved
:
ASA Version 7.0(8)
!
hostname...
The Microsoft Jet database engine could not find the object 'xxx.xls'. Make sure the object exists and that you spell its name and the path name correctly
I'm not sure what i'm doing wrong here. I keep getting that error.
Dim DataFile As FileInfo = New FileInfo("C:\Price\xxx.xls")
Dim...
Currently I am using a string to manually attach a csv to a datgrid. But now I would like to use a .XLS file but can't think of the connection string. Any ideas on how to change this code so it cna use XLS files?
Dim DataFile As FileInfo = New FileInfo("C:\ALL_CARDS.csv")
Dim cnCSV...
Well, i'm having to manually load the .csv as i can't find a way to setup a schema to use a csv.
cnCSV = New OdbcConnection("Driver={Microsoft Text Driver (*.txt; *.csv)};Dbq=" & DataFile.Directory.FullName & ";")
So it's just whatever is on the grid that i made changes to i wanted to save...
I've been looking for a way to do this and i'm guessing that i will just read the datagrid line by line and export it out to a csv.
I'm using UltraGrid and i need to export it out to a CSV, does anyone have any VB code for this as all i can find is c# code.
Thanks!
Andrzejek - Good Point. It is working though and if i remove XXX = True after it finds something it will just loop forever, so while it might be bad code, it works.
Well, i didn't go that route i think i went a longer route but it does get the job done and gives me a text file with that i need :)
Dim PATH As String
Dim CARDCHECK As String
Dim PRICECHECK As String
Dim x As String
Dim ALLCHARS As String
Dim...
Ok so importing my path i was abled to find a trend as stated above.
All of the names i need will look like this
>NAME OF ITEM</A></TD>
So i will need to read that line and know that i need to chop off the </A></TD> at the end and grab everything that it has until it reaches a > then add that...
My problem was really wondering how can i tell it to extract the information that i need, reading the text file line by line really isn't that hard of an issue it's just the
"'Do something and read a line from the file sr.ReadLine."
is where I am drawing a blank
As the subject states i have a large text file that repeats itself alot with the same strings but with diffrent data. Here is an example.
<TD CLASS="products"> <A HREF="http://www.XXXX.com/store/LRW_Howltooth_Hollow.html">Howltooth Hollow</A></TD>
<TD CLASS="products"...
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.