Can I associate a ip dns view and/or ip dns view-group to a specific int ?

is there a way to bind/associate a ip dns view and/or ip dns view-group to a specific interface so I can end with something like:
interface FastEthernet0/0 description Inside
interface FastEthernet0/1 description OutsideISP#1 ... want associated to dnsViewISP1
interface FastEthernet0/2 description OutsideISP#2 ... want associated to dnsViewISP2
ip dns view dnsViewISP1
domain name-server n.n.n.11
domain name-server n.n.n.12
domain name-server interface FastEthernet0/1
domain resolver source-interface FastEthernet0/0
ip dns view dnsViewISP2
domain name-server n.n.n.21
domain name-server n.n.n.22
domain name-server interface FastEthernet0/2
domain resolver source-interface FastEthernet0/0
ip dns view-list dnsViewListISP1
view dnsViewISP1 1
restrict source access-group aclDNS
ip dns view-list dnsViewListISP2
view dnsViewISP1 2
restrict source access-group aclDNS
... so traffic routed to ISP#1 use dnsViewISP1/dnsViewListISP1
... so traffic routed to ISP#2 use dnsViewISP2/dnsViewListISP2
I can set ip dns server view-group dnsViewListISP1 or dnsViewListISP2 but not both
Router is acting as caching server with ip dns server enabled
IOS 12.4.15T.9

So after a couple of hours of playing around and testing I've finally found the correct settings to achieve this, I wasn't able to find the configuration options through the Windows Airport Utility client but borrow a MacBook Air from a family member and was able to find it:
1. Open the AirPort Utility on a Mac computer.
2. Click on your AirPort Device, then click "Edit".
3. Select the "Internet" tab.
4. Now in the "Domain Name" section type "yourhostname.ddns.net" or it could be "yourhostname.no-ip.com" or whatever other hostname No-IP.com may have assigned you.
5. Now click the "Internet Options" button.
6. At the bottom of the windows that opened tick the check box "Use dynamic global hostname"
7. In the "Hostname" section fill it with "no-ip.ddns"
8. In the "User" & "Password" sections fill it with the username and password that you chose when creating your "No-IP.com" account.
9. Now click "Save" which will save the settings and click "Update" to update the Airport device which will also restart it.
And you're done!
Please note that it does sometimes take up to 5 to 10 minutes to update the DNS settings to No-IP.com, which caused me to think it wasn't working initially.
Good luck!

Similar Messages

  • Document number ranges in entry view and in General Ledger view

    What is the difference between Document number ranges in entry view and in General Ledger view ?
    We have new GL activated in our system , and  found that the  GL Document types ( SA) are assigned to document number ranges in entry view . What is the need to define document number ranges in General Ledger view ?

    Hi,
    Document Number Range in entry view is the document numbers which are posting in your leading ledger. You cant achieve the same document number range to the general ledger view. A General ledger view can have both Leading ledger view and non leading ledger view therefore document number range should not be kept same for both ledgers as your running document number gets skipped.
    That to some times you can only post documents to only Non Leading ledgers. Therefore a separate number ranges needs to be created for general ledger view
    Hope u understood.
    regards
    srikanth
    Edited by: boddupalli srikanth on May 21, 2009 9:28 PM

  • Can´t import files or iMovie projects, and are unable to view on the canvas

    I have just gotten the Final Cut Express software, but i have unfortunately run into some problems:
    The biggest problem I am having is all my footage no longer works. When I go to import it into FCE, it gives me the error:
    "File Error: 1 file(s) recognized, 0 access denied, 1 unknown."
    This is also true for my iMovie projects: it gives me an error, and a list of the problems.
    I can view the video in the viewer, but when I export it to the timeline and try to view it via the canvas (to see if it matches the music), it says that the video is "unrendered". Is there another video format I should be using that would enable me to view this footage with the imported music in the canvas? Or must I re-render every time I make a change (which I am sure I shouldn't have to!)? I'm very new to FCE so I do not understand it fully.
    Thank you!
    Morten

    These are the properties of the files of twho of the camras i want to use to capture footage.
    The properties of the browser are here:
    Thanks a lot!!!
    Morten

  • Saving PDF form on Mac prevents viewing and printing by another viewer

    We run a student competition which is affiliated with a national competition.  The national competition provides a set of forms that must be filled out by the students, teachers, etc.  We have a process set up whereby students can download a PDF form (which is enabled by the authors  for saving from Reader).  They are supposed to fill out this form (actually several of them), and then save the file(s) to their drive.  Once they have the forms filled out and approved by their teacher, they upload them to our website via a standard web form, which simply saves the uploaded PDF for later viewing by the student, teachers, judges, and committee members.  When students do this using Adobe Reader on a PC, it works fine.  (I'm not sure if Reader X works, actually, but I know Reader 9 does).  The problem, though, comes up with Mac users.  When they do the same thing, it seems to override the extended rights in the document, resulting in a document saved on their disk that displays with all the fields initially unviewable (that is  they all appear blank).  If you click on one of the fields, you can view the fields one at a time.  Each field appears and disappears as you move thru the document.  But we can't simply read the form, nor can we print a copy (which is necessary if the student wins and proceeds to the national competition.)  This is true if the form is uploaded or emailed or transported by USB drive--it is simply a property of the saved file.   In our testing, this appears to be a generic property of forms processed on  a Mac--and we haven't found a way around it.  Is there any way for a student who has filled out a form on a Mac to save the form while PRESERVING the extended rights?  Or do we just have to tell them that Macs don't work right?  If there is a way for them to do this, I could provide the instructions on the page that delivers the forms.  But we've tried to explore the Mac interface (inside Safari and in the PDF viewer that is provided on the Mac systems) and can't find any place that gives options that seem to affect the extended rights.  Help!

    kblyons46 wrote:
    and we haven't found a way around it.  Is there any way for a student who has filled out a form on a Mac to save the form while PRESERVING the extended rights? 
    There's an easy way around it. Make sure they are using Adobe Reader to fill in the form. 99% of these cases are because they are using the Mac Preview application to open PDF's and it will corrupt Adobe forms.

  • [8i] Performance difference between a view and an in-line view?

    I have a query with a few 'UNION ALL' statements... each chunk of the query that is joined by the 'UNION ALL' references the same in-line view, but in each chunk it is joined to different tables. If I actually create the view and reference it in each chunk, will it still run the query behind the view for each chunk, or will it only do it once? I just want to know if it will improve the performance of my query. And, I'm not talking about creating a materialized view, just a regular one.

    Because of the complexity of my query, I tried out a simple (really simple) example instead...
    First, I created my simple view
    Then, I ran a query with a UNION ALL in it against that view
    Next, I ran the same UNION ALL query, but using in-line views instead of the one I created, and these are the results I got:
    (against the view I created)
    890 rows selected.
    Execution Plan
       0      SELECT STATEMENT Optimizer=RULE
       1    0   UNION-ALL
       2    1     TABLE ACCESS (BY INDEX ROWID) OF 'PART'
       3    2       INDEX (RANGE SCAN) OF 'PART_PK' (UNIQUE)
       4    1     TABLE ACCESS (BY INDEX ROWID) OF 'PART'
       5    4       INDEX (RANGE SCAN) OF 'PART_PK' (UNIQUE)
    Statistics
             14  recursive calls
              0  db block gets
           1080  consistent gets
            583  physical reads
              0  redo size
          54543  bytes sent via SQL*Net to client
           4559  bytes received via SQL*Net from client
             61  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
            890  rows processed
    timing for: query_timer
    Elapsed: 00:00:01.67(with in-line views)
    890 rows selected.
    Execution Plan
       0      SELECT STATEMENT Optimizer=RULE
       1    0   UNION-ALL
       2    1     TABLE ACCESS (BY INDEX ROWID) OF 'PART'
       3    2       INDEX (RANGE SCAN) OF 'PART_PK' (UNIQUE)
       4    1     TABLE ACCESS (BY INDEX ROWID) OF 'PART'
       5    4       INDEX (RANGE SCAN) OF 'PART_PK' (UNIQUE)
    Statistics
              0  recursive calls
              0  db block gets
           1076  consistent gets
            582  physical reads
              0  redo size
          54543  bytes sent via SQL*Net to client
           4559  bytes received via SQL*Net from client
             61  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
            890  rows processed
    timing for: query_timer
    Elapsed: 00:00:00.70Here, it appears that the explain plans are the same, though the statistics and time show better performance with using in-line views...
    Next, I tried the same 2 queries, but using the CHOOSE hint, since the explain plans above show that it defaults to using the RBO...
    Here are those results:
    (hint + use view)
    890 rows selected.
    Execution Plan
       0      SELECT STATEMENT Optimizer=HINT: CHOOSE (Cost=1840 Card=1071
               Bytes=57834)
       1    0   UNION-ALL
       2    1     TABLE ACCESS (FULL) OF 'PART' (Cost=920 Card=642 Bytes=3
              4668)
       3    1     TABLE ACCESS (FULL) OF 'PART' (Cost=920 Card=429 Bytes=2
              3166)
    Statistics
             14  recursive calls
              8  db block gets
          12371  consistent gets
          10850  physical reads
              0  redo size
          60726  bytes sent via SQL*Net to client
           4441  bytes received via SQL*Net from client
             61  SQL*Net roundtrips to/from client
              2  sorts (memory)
              0  sorts (disk)
            890  rows processed
    timing for: query_timer
    Elapsed: 00:00:02.90(hint + in-line view)
    890 rows selected.
    Execution Plan
       0      SELECT STATEMENT Optimizer=HINT: CHOOSE (Cost=1840 Card=1071
               Bytes=57834)
       1    0   UNION-ALL
       2    1     TABLE ACCESS (FULL) OF 'PART' (Cost=920 Card=642 Bytes=3
              4668)
       3    1     TABLE ACCESS (FULL) OF 'PART' (Cost=920 Card=429 Bytes=2
              3166)
    Statistics
              0  recursive calls
              8  db block gets
          12367  consistent gets
          10850  physical reads
              0  redo size
          60726  bytes sent via SQL*Net to client
           4441  bytes received via SQL*Net from client
             61  SQL*Net roundtrips to/from client
              2  sorts (memory)
              0  sorts (disk)
            890  rows processed
    timing for: query_timer
    Elapsed: 00:00:02.99Obviously, for this simple example, using the CHOOSE hint caused worse performance than letting it default to the RBO (though the explain plans still look the same to me), but what I find interesting is that when I used the hint, the version of the query using the in-line view became at least equivalent to the one using the view, if not worse.
    But, based on these results, I don't know that I can extrapolate to my complex query... or can I? I'm thinking I'm going to have to actually go through and make my views for the complex query and test it out....

  • Dreamweaver CC automatically deletes code in code view and elements in design view

    When I open a file in Dreamweaver, it automatically shows a * next to the filename - showing it has been edited.
    Then often when I select some code in code view, or an element in design view (such as a table, an image, some text) it is suddenly deleted.
    The problem is especially bad (happens without fail) if I am switching between programs. But also happens when I'm not switching.
    I do not have this problem on a different user account.
    I have reinstalled Dreamweaver three times now. Also renamed preference and configuration folders. Tried with a wired mouse and keyboard. Nothing has worked.
    I can't think what I did to cause this. I installed MAMP recently - but have uninstalled it correctly I think.
    I had an issue with one file in which there were about 30 Spry collapsible panels. I kept getting this warning:
    "A script in file Macintosh HD:Applications:Adobe Dreamweaver CC:Configuration:Shared:Spry:DesignTime:EditingUtils.js has been running for a long time. Do you want to continue?"
    I have to click 'yes' many times to get into the file, and the warning keeps coming up while the file is open.
    However, my big issue of DW CC deleting code and elements happens whether or not this particular file is open.
    So this may have nothing to do with it.
    Any ideas anyone?
    Adobe's customer service has not helped. In fact, I have not even been able to get through to anyone on the phone - having waited literally hours listening to music, and getting shunted from person to person. And then their promised 'call backs' never happen.
    Thanks,
    - Greg

    I do not have this problem on a different user account.
    You've got a bad/corrupted user account.  Create a new one with Admin level priveleges and delete your old user.
    Nancy O.

  • Problems to download folios in the content viewer and in the app viewer

    Hi there!!
    I am having a problem and want to know if somebody can help me.
    Since a few days, in 9 folios whose particular being very heavy (170-350 MB) can not be updated on the Ipad. On our test Ipads appears a message that the server is not responding.
    Before last thursday I made multiple changes and updates to these folios and I doesn‘t  have any problem to upload from InDesign and download and update the foliosin the Ipad. Even I built the viewer in the app builder and published one of the folios and the problem is the same.
    I create an app (single folio) directly from InDesign using my creative cloud user and the app works good, but the idea it‘s include this folio in a viewer with many other contents.
    Any advice!
    Thanks!
    Mauricio

    Hi John,
    This problem is new to you or already had before?
    Because for me it‘s new, I've been working on these folios over a month, rising corrections uploading from InDesign and testing on ipads many times and had not had this kind of trouble!

  • Horizontally scrolling page views and vertically scrolling table views

    This may be a feature request, and I'm trying to figure out if I'm trying to do too much in an iPhone app, but I want to have an outer view scroll horizontally with pages - easy to do with the UIPageControl and UIScrollView.
    Within each page, however, I have a view (or nested views). In one of those views, I want to be able to scroll vertically (it's a table view) - but I can't! The message never gets down to the tableview because it's eaten on top - or at least it seems like it. It looks like I can do it in the simulator, but not on the phone.
    Is this doable?

    "Iain71" <[email protected]> wrote in
    message
    news:g6kj3r$s5p$[email protected]..
    > This is the sort of thing I've seen on a few sites, and
    wondered about
    > before.
    > Sometimes they can look a bit overboard, but I've just
    seen one on this
    > site
    > that looks pretty well done, and doesn't take over the
    page :
    >
    >
    http://www.timesatlas.com/Pages/Default.aspx
    >
    > It's the bit below the main atlas pic, with the
    different versions of the
    > atlas.
    >
    > Does anyone know of any extensions, or tutorials for
    recreating something
    > along those lines? (Not sure if it's Flash or not?)
    I'm pretty sure Project Seven (www.projectseven.com) has an
    extension that
    does almost exactly that.
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

  • When to create SAP IAC i-view and SAP transaction i-view

    Hi Gurus,
                Could you please tell me when to create SAP IAC iview and when to create SAP transaction i-view.
    Regards
    Indranil

    Indranil,
    check this from one of the threads
    Transaction iViews as the name suggests point to SAP transactions. These iViews can be presented in three flavors out of portal - Win,Web and Java GUI. All have their different advantages. One rule of thumb I have been followins is that if the SAP transaction has a lot of user input go with WinGui (talk to users who use these transactions the most and find out what GUI would make them more happy)
    WebGui is pretty good in scenarios where the transaction is going to be mostly getting the information a some little interaction. Haven't had a chance to try Java GUI.
    Now about IAC or internet application component iviews. These iviews mostly point to services based on ITS i.e. web applications which are served thru ITS. How are they different from SAP transactions served thru webgui is that these have more web like look and feel. A good exampple of this kind of application is Shopping Cart in the Enterprise Buyer Professional. The web like look and feel is given by the service files in ITS.
    some questions
    1. Is one preferable to the other?
    ans: Please read above
    2. Is there a corresponding IAC for every SAP Transaction?
    ans :No
    3. Can either use WebGui or WinGui mode?
    ANS: IACs don't have wingui mode.
    4. Why do IAC Services need to be "activated"?
    ANS: Otherwise they won't be published to ITS and you cannot access them.
    Thanks
    Bala Duvvuri

  • File Dialog (Details View and Multiple Selections for View File Type)

    I would like to use the generic windows dialog box found in the toolbar under:
    File I/O/Advanced File Functions/File Dialog
    What I would like to do is have multiple selections for the file type, for example one menu selection is *.txt, another is *.rtf, another is *.csv, etc. Listing a single type is straightforward.
    Also does anyone know if there is a way to have the dialog open in the DETAILS view automatically?
    Thanks for any help!
    Carlton

    Hi,
    You can do it in following ways:
    1. Write in pattern input the string "*.txt; *.csv; *.rtf". This will show to the user only files with this extensions in the dialog.
    2. Another way is to create ring or menu where user could specify the extension. Depending on this extension you could wire the appropriate string to the pattern input of "File Dialog.vi"
    I have made an example.
    Good luck.
    Oleg Chutko.
    Attachments:
    fileopen.vi ‏42 KB

  • Differing dates in Gantt view and the Task Usage view

    Hi,
    I am facing a below issue in the MSP 2010. For certain tasks, the Start & Finish date is for the year 2014, but in the Task Usage View it is showing for the same dates but in the year 2015. Below is the screenshot for the same. How is it possible?
    Cheers, Amit Wairkar

    Hi Amit,
    Which SP do you have? You should ensure that you're upgraded to the latest version.
    Check also for actual start and finish date.
    Then double-clicking on the grey timescale of the timephased grid, check if the "use financial period" is checked.
    Finally your file might be corrupted. In this case, use the following
    XML export method.
    Hope this helps.
    Guillaume Rouyre - MBA, MCP, MCTS

  • TS3367 My wife just activated her Iphone5 and when we received a FaceTime call today both her phone and the IPad rang. When we answered on the IPad we could only see the calling party in a portrait view and not a landscape view. When we turned the IPad to

    My wife just activated her IPhone5 today and when we received a call to FaceTime both her phone and IPad rang. When we answered the call on the IPad the callers image only appeared in the portrait mode and any attempt to rotate the Ipad to the landscape mode did not change anything. Any suggestions?

    Ortho25 wrote:
    ...  when we received a call to FaceTime both her phone and IPad rang. ...
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    Ortho25 wrote:
    ... any attempt to rotate the Ipad to the landscape mode did not change anything. ..
    Settings > General > Lock Rotation..
    Understanding the Side Switch
    http://support.apple.com/kb/HT4085
    Orientation Lock
    Not all Apps offer this feature..

  • ITunes 11 - why no cover in title view and no infos in artist view???

    Guys really, you keep messing up iTunes from version to version. I think I will finally move to Songbird or other software.
    Why do you always have to remove functions people use and like in iTunes.
    And this has a history!!!
    iTunes10
    In iTunes 10 you removed Covers from the list view and introduced album list view which was essentially the same, you just couldn't dynamically resize covers anymore! Totally useless. So ok.... got used to small covers and got over it.. it was faster in handling my huge library.
    iTunes11
    In iTunes 11 you rename list view to title, cover view to album and album list to artist. Remove the option to scale covers even from album view and oh..... you simply removed cover flow and the beautiful full sceen view of it... oh .. and in the new artist view I can only see title, artist, rating and the year....
    DUDES ARE YOU SERIOUS???????
    Now I have NO view anymore which displays the information on tracks, like producers, comments and so on WITH a cover. Why can't you just add the option to titles view to show a cover column????
    Or let people display more information in artist view....
    Glad I have NO iphone so I can switch back to iTunes10 at least untill I found another software that doesn't make it's users angry everytime an update comes in.
    Sadly, no official apple guy will read this and even consider thinking about changing stuff... but at least I did something for my frustration with writing this post....
    No Regards.,.,

    Um, yeah. We know, HappyMedium27, that you can click on the miniscule thumbnail of the album artwork and a get a bigger rendering of the artwork along with some basic controls. I am guessing at least 90% of the posters here are aware of that. Although it sounds from your post like you  personally just discovered it, that iTunes feature has been around for a long time.
    I hate to state the obvious, but apparently someone is going to need to set you straight. That's not CoverFlow. This thread is about CoverFlow.
    I use it, and so do all of these other people. Sooo, I think you may be missing the point just a little.
    And, no, I don't think I am quite ready yet to "chill the %$#!&* out", as you put it. If you can't deal with that, leave
    Thanks.

  • Diff bt Help view and Maintanence view

    hi gem's
    i need the diff bt Help view and Maintanence view with example...............

    Hi
    The followings are different types of views:
    - Database View (SE11)
    Database views are implement an inner join, that is, only records of the primary table (selected via the join operation) for which the corresponding records of the secondary tables also exist are fetched. Inconsistencies between primary and secondary table could, therefore, lead to a reduced selection set.
    In database views, the join conditions can be formulated using equality relationships between any base fields. In the other types of view, they must be taken from existing foreign keys. That is, tables can only be collected in a maintenance or help view if they are linked to one another via foreign keys.
    - Help View ( SE54)
    Help views are used to output additional information when the online help system is called.
    When the F4 button is pressed for a screen field, a check is first made on whether a matchcode is defined for this field. If this is not the case, the help view is displayed in which the check table of the field is the primary table. Thus, for each table no more than one help view can be created, that is, a table can only be primary table in at most one help view.
    Go thru this link plzz
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ecf9446011d189700000e8322d00/frameset.htm
    Difference between "Help View" and "Search Help"
    - Projection View
    Projection views are used to suppress or mask certain fields in a table (projection), thus minimizing the number of interfaces. This means that only the data that is actually required is exchanged when the database is accessed.
    A projection view can draw upon only one table. Selection conditions cannot be specified for projection views.
    - Maintenance View ( SE54 )
    Maintenance views enable a business-oriented approach to looking at data, while at the same time, making it possible to maintain the data involved. Data from several tables can be summarized in a maintenance view and maintained collectively via this view. That is, the data is entered via the view and then distributed to the underlying tables by the system.
    Please have a look at below link. It will help you.
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed06446011d189700000e8322d00/frameset.htm
    for more detailed info look on:
    http://www.sap-img.com/abap/what-is-the-different-types-and-usage-of-views.htm
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/abap+dictionary&
    1.Go to se11
    2. select view radiobutton and give a name
    3. Create
    4. select type of view you want to create. Such as database view.
    5. give short description
    6. give a table name such as mara
    7. press the pushbutton relationship. here you will find all the tables which are allowed to create view with mara.
    8. select one or mane tables.
    8 copy
    9.save , check and activate.
    Regards
    Anji

  • Customed maintenance view and assign T-Code

    Hello SAP exports,
    I have one question needs your help!
    We do not want the end users to maintenance V_T008 table directly by using SM30 in PRD.
    Therefore, I copy V_T008 view and create a custom view ZV_T008 by using SE11.
    The purpose is to create a maintenance view (ZV_T008) and assign a new T-Code in order to let user allows to maintenace ONLY in V_T001C table in PRD without using SM30.
    Is above the solution workable?
    I know how to assign a program to a new T-Code by using T-Code SE93.
    But, I do not know how to assign a maintenance view (ZV_T008) to a new T-Code.
    Please help.
    Thank you.
    Regards,
    Sylvia Chen

    Great thanks for the tips!
    Now I can run T-Code and SAP display the data table immediately.
    I can modify the data table directly without using SM30.
    This is great!
    Two more things need to solve.
    Can SAP only show one of the record of the data table?
    There are 10 records in the data table.
    The user ONLY needs to modify one record when the ZV_T008-ZAHLS = "K".
    The other thing needs to solve is following:
    when user inputs T-Code, SAP display the data table immediately.
    But, the description field (ZV_T008-TEXTL) is able to modify.
    How can I make this field become not able to modify?
    If you can provide the above solution, it will make me a very Merry Christmas!
    Regards,
    Sylvia Chen

Maybe you are looking for

  • HP AiO remote doesn't recognize 3rd party toner as compatible in LaserJet M1217nfw MFP

    Hi, I have a HP Envy 17 running Windows 8.1, a MacBook Air, an iPhone and a HP LaserJet M1217nfw MFP.  I recently replaced the toner with a 3rd party replacement cartridge and while the printer does give me a "supply memory error" I am still able to

  • How to produce large Files (100meters and more)?

    We are currently working on an architecutre project for which we have to make printed curtains/screens. The maximum of one Curtain is about 180 meters (600ft). Over the 180 meters we have a pattern, which makes it not so easy to split files into piec

  • [Mail] BCS - Outlook emmbedded image (cid)

    Hi, I would like to send images to Outlook and, for my emails not to be considered as spam, I use the <i>cid</i> like this <img src="cid:photo.jpg" /> text-line  = 'photo.jpg'. APPEND text TO t_header. CALL METHOD document->add_attachment   EXPORTING

  • Text parsing into proper array

    I think I have been staring at this too long.  I am working with very old equipment.  It gives me the attached test.txt.  I need to parse it to where I can pull individual variable.  I can't parse it to proper array because it has different number of

  • Illustrator CS6 - opens in window too small

    Anytime I double-click on an Illustrator file to open it, the Illustrator CS6 window opens up too small to view the file. It comes up with an error message that says "Can't open the illustration. There is not enough room for the window; increase docu