Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

print vectors 1

Status
Not open for further replies.

MadAccess

Programmer
Feb 16, 2002
191
US
I looked for a long time to find something that could easily print all my vectors - I have well over 200.

In looking for a solution I came across this closed thread thread690-1181326, but there is a way to do it inside ASA.

From ASA, in the Advanced pane choose Export Data, Vector, then export it to a txt file, and import it into Excel. If you use the Text Import Wizard like I do then you'll want to choose Tab for the Delimiter and "Treat consecutive delimiters as on." It's not real pretty but it gets the job done. You can export/print VDN's too and quite a few others.

 
You may also want to look into Utilcall
It does a very nice job of capturing all your translations and laying them out for printing.

Hell, there are no rules here - we're trying to accomplish something.
Thomas A. Edison

For the best response to a question, read faq690-6594
 
Use the command stacking technique and the report function within ASA.

1.)
Export all vectors numbers:
In the file menu under "system" then "advanced" then "reports". Export in delimited fashion the "list vector" command. Import into excel.

2.) Format the vector numbers into 1 long string like this:
disp vec 1;disp vec 2;disp vec 3 -- I've used excel and notepad for this...

3.) Use the "reports" method in line 1 above to paste the string you've created in line 2 above. Copy and Paste the whole string. Run the report. Presto all vector content displayed in 1 texted file.

I should note that the command string needs to be exact and needs to have the exact vectors. The report will fail if it is not exact. You can then run the vector report as needed. But if a vector is removed from your PBX, the vector needs to be removed from the report string.

Thanks,

Wildcard


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top