Tagged Questions

Cisco ASA (Adaptive Security Appliance) is a family of security products from Cisco Systems.

learn more… | top users | synonyms

2
votes
3answers
350 views

Is there a way to connect to an ASA database with Powerbuilder without deploying the ODBC or OLEDB drivers?

What I want is a Powerbuilder application that runs on Windows that runs from a CD (or some other external disk) that can read from an ASA database whose file is located on the same disk. But I want ...
1
vote
0answers
19 views

Accessing login Id from Cisco Asa [closed]

We have a web application using spring framework and this needs to be accessed from Cisco Asa portal. Now the application is bookmarked in Cisco portal and it's navigating to the login page of our ...
1
vote
2answers
122 views

Does Adaptive Server Anywhere not support subqueries in the FROM clause?

I am trying to execute an SQL query on an Adaptive Server Anywhere database. Here it is: SELECT count(*) AS s FROM ( SELECT column1, count(*) AS n FROM table1 GROUP BY column1 HAVING ...
1
vote
1answer
739 views

Create dynamic cursor in sybase asa

I need to create a dynamic resultset in a stored procedure in Sybase ASA 9. Lets say I have a query: 'SELECT '+@Description+', '+@Id+' From '+@Table; I need to create a cursor to get all values of ...
0
votes
0answers
154 views

Cisco AnyConnect or IPSec user/ip authentication restriction [closed]

I'm trying to restrict some users from authenticating and accessing the VPN from home. I have a Cisco ASA5505, they use AnyConnect or IPSec, and I only want them to gain access to the VPN when they're ...
0
votes
1answer
90 views

SQL Anywhere 12 Problem with sentence CREATE DOMAIN

This produce an syntax ERROR:-131. CREATE DOMAIN dom CHAR(35); Anyone knows why? Thank you!
0
votes
2answers
351 views

Sybase SQLAnywhere 12 drop foreign key

alter table Orders drop foreign key FK_foreign; Error: -131 syntaxi What's the problem¿?! thanks
0
votes
1answer
321 views

Need a Script to Format PIX/ASA log into CSV

I'm working a project to parse various on a server into csv. Does anyone have a good perl script or gawk statement that can parse a standard PIX/ASA log into CSV... Thanks.
0
votes
1answer
202 views

Does CISCO ASA configuration “access-list” protocol name “ip” includes both “tcp” and “udp”?

I have several lines and I wonder if some are shadowed due to this ? Thx
0
votes
1answer
71 views

In ASA stored procedure how to view the existing SP using commands

In ASA database What is the command to view the existing stored procedure code in command prompt? Pls help me. Thanks in advance. Version ASA 9.0
0
votes
2answers
1k views

How to set ODBC connection string for adaptive server anywhere network server in C#

I have a adaptive server anywhere network server(version 7.0),it's name is "TestServer". Now, Client want to connect this server using OdbcConnetion in DOTNET,How to set the connection string ?
0
votes
2answers
752 views

Sybase ASA 9 Stored procedure, use default parameter

I have a stored procedure'test' in Sybase ASA with for example 4 parameters. par1 INT = 0, par2 VARCHAR(50) = NULL, par3 VARCHAR(100) = NULL, par4 VARCHAR(10) = '' Now I want to execute this stored ...
0
votes
1answer
66 views

Is it possible to recoverDB File in sybase? i have lost my db file

I have lost my "Trak.db" there is log file is available is it possible to recover this one through log file? use of Log files?
0
votes
3answers
956 views

Preventing Cisco PIX/ASA5520 from advertising ospf default route to zone [closed]

I have an ASA5520, and I want to run ospf on it. It has 4 interfaces. I only want the default-information originate to advertise on one interface. How would I do that?