Ora-00604 error and ora 01000 error while report generation.

hi all,
I am trying to generate the multiple reports of same template through a program.
While this job is running, i get the following error at the BIP console and the reports don't get generated.
[101711_044115578][][EXCEPTION] java.sql.SQLException: ORA-00604: error occurred
at recursive SQL level 1
ORA-01000: maximum open cursors exceeded
ORA-00604: error occurred at recursive SQL level 1
ORA-01000: maximum open cursors exceeded
ORA-01000: maximum open cursors exceeded
Kindly help.
Thanks.

Lots of resources with a simple search to see what this is about, for example:
http://www.orafaq.com/wiki/ORA-01000
ORA-01000:     maximum open cursors exceeded
Cause:     A host language program attempted to open too many cursors. The initialization parameter OPEN_CURSORS determines the maximum number of cursors per user.
Action:     Modify the program to use fewer cursors. If this error occurs often, shut down Oracle, increase the value of OPEN_CURSORS, and then restart Oracle.
open_cursors parameter
http://download.oracle.com/docs/cd/E11882_01/server.112/e25513/initparams160.htm#REFRN10137
Oracle support note:
OERR: ORA-1000 maximum open cursors exceeded (Doc ID 18591.1)

Similar Messages

  • Error "Unkown Bravo Error" and "Invalid Container Error"

    I am trying to render in After effects and keep getting the error "Unkown Bravo Error" and "Invalid Container Error". What do I do to resolve this?

    Try using the "secret" preferences to purge every couple of frames. If you hold Shift while clicking on After Effects > Preferences > General, the Secret menu should pop up in the sidebar of the Preferences dialog.
    Alternatively, if rendering to a QuickTime with the video codec set to PNG instead of Animation didn't work, try rendering to a PNG sequence and not a video format at all.

  • CDDB error and HTTP processing error

    when I try to add a new CD to my library I get CDDB error and HTTP processing errors..... and download will only show the number of tracks and the time each track will play...this only happens on my PC.... and everything works ok on my laptop... I have tried the latest update...and I have compared settings between the two computers but haven't found the problem...

    Since a recent update of itunes I cannot get CD track
    names from Gracenote anymore. This problem only
    occurs on my windows profile and not on other
    profiles on the same computer. When I load an audio
    CD, itunes recognises it but doesn't name tracks.
    When I click on "Get CD track names" in the advanced
    menu it starts as normal and then I get a window with
    the message 'CDDB Error. HTTP processing Error.' I
    have tried a second itunes download, which according
    to the install wizard repaired all faults.... still
    happening though. I don't have enough time in my life
    to type in all the track names! Any help gratefully
    received.
    Sony Vaio
      Windows XP  
    Solution document found!
    Refer to www.info.apple.com/kbnum/n302538
    Insert an additional step:
    6a. Click on Disable All.
    It takes a while to test one or a few items at a time, but it works! If you find these in your Startup list try selecting all and then unselecting these first. One of these was the problem for me but I haven't narrowed it down to one of them yet.
    nwiz
    SNDMon
    dlbcserv
    Copy Protection Notifier
    Good Luck.
    disaacson1
    Toshiba Satellite P25 PC   Windows XP  

  • CHECKDB found 0 allocation errors and 1 consistency errors in table 'sys.syscolpars' (object ID 41)

    Msg 2511, Level 16, State 2, Line 1
    Table error: Object ID 41, index ID 1, partition ID 281474979397632, alloc unit ID 281474979397632 (type In-row data). Keys out of order on page (1:187), slots 9 and 10.
    CHECKDB found 0 allocation errors and 1 consistency errors in table 'sys.syscolpars' (object ID 41).
    CHECKDB found 0 allocation errors and 1 consistency errors in database 'db_name'.
    repair_rebuild is the minimum repair level for the errors found by DBCC CHECKDB (adv_tvs).
    Help required on the above error mentioned

    Hi Rapunzel,
    The minimum repair suggested is repair_rebuild you can try that. As per mssage there is corruption in your database and it can only be corrected by either repairing or Restoring from known good backup.For doing repair the database must be in single-user
    mode.
    Please read
    dbcc checkdb repair_rebuild option
    Since DBCC CHECKDB with any of the REPAIR options are completely logged and recoverable, Microsoft always recommends a user use CHECKDB with any REPAIR options within a transaction (execute BEGIN TRANSACTION before running the command) so that the user can
    confirm he/she wants to accept the results of the operation. Then the user can execute COMMIT TRANSACTION to commit all work done by the repair operation. If the user does not want to accept the results of the operation, he/she can execute a ROLLBACK TRANSACTION
    to undo the effects of the repair operations.
    REPAIR_REBUILD does not repair errors involving FILESTREAM data.
    How big is database. If it is small and backup also is corruption free you should consider restoring from backup
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Intermedia indexes : "extproc_connection_data" error and ORA-28575

    1) I have migrated database from Rel2 to Rel3.,
    2) Migration of Db denied to migrate intermedia component,
    rest migration is successfull,
    3) With Rel2, intermedia indexes, lexer etc. were created
    and properly functioning with all default parameters,
    i do not remember any alteration, except the comment of
    mts entries in init.ora file,
    4) While creating intermedia indexes, it
    gives following errors :
    - ORA-20000
    - DRG-50704
    - ORA-28575
    - ORA-06512
    5) While issuing the following command, it returns error:
    > tnsping extproc_connection_data
    TNS-03505 : Failed to resolve name
    Furnishing the details of entries :-
    (A) TNSNAMES.ORA :
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)
    (KEY = EXTPROC0)))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)))
    (B) LISTENER.ORA :
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)
    (KEY = EXTPROC0)))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)
    (HOST = <host_name>)
    (PORT = 1521))))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW))
    (ADDRESS = (PROTOCOL = TCP)
    (HOST = <host_name>)
    (PORT = 2481))))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\Oracle\Ora81)
    (PROGRAM = extproc))
    (C) SQLNET.ORA :
    NAMES.DEFAULT_DOMAIN = <domain_name>
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH=(TNSNAMES, ONAMES, HOSTNAME)
    (D) SNMP_RO.ORA :
    snmp.SID.<sid_name>.matpl = <sid_name>
    snmp.oraclehome.<sid_name>.<domain_name> = d:\oracle\ora81
    snmp.address.<sid_name>.<domain_name> =
    (ADDRESS=(PROTOCOL=BEQ)(PROGRAM=ORACLE)
    (ARGV0=ORACLE<sid_name>)(ARGS='(DESCRIPTION=
    (LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))
    snmp.remoteaddress.<sid_name>.<domain_name> =
    (DESCRIPTION=(ADDRESS_LIST = (ADDRESS =
    (PROTOCOL = TCP)(HOST = <host_name>)
    (PORT =1521)))
    (CONNECT_DATA=(SID=<sid_name>)
    (SERVER=DEDICATED)))

    Thanks Omar, for proper diagnosis.
    Present Database Version in Oracle 8.1.7.0.0 and Oracle 9iAS 1.0.2.1 on Windows NT 4.0 platform.
    Regards,
    Ashwani
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Omar Alonso:
    Please post db version and platform.<HR></BLOCKQUOTE>
    null

  • ORA-12560 TNS:Protocol Adapter Error and ORA-12557 Error

    Hello ,
    I have installed Oracle 11.2.0 64 bit database on my Windows 7 ( Home Premium) PC which is also 64 bit. I installed it because I am trying to setup Informatica. Later, I learnt that informatica is 32 bit and can not communicate to Oracle 11.2.0 64 bit database. So after digging through solutions, someone mentioned that I need to install Oracle 11g client 32bit.
    I have installed 11g client software successfully now. Here is problem though :
    When I launch SQL-Plus from 11g database , it works fine. However I launch SQL-Plus from 32bit client it gives me error as :
    Ora-12560 :TNS: Protocol Adapter Error.
    So I have been trying to resolve this error. I saw that this question has been posted many many times and have tried many thing as listed below :
    1. copy tnsnames.ora from database ( dbhome_1) to client installation ( client_1 ) under ..\network\admin\ --- Didn't work.
    2. Set $ORACLE_HOME and $ORACLE_SID environment variable.
    Here is interesting fact - If I set $ORACLE_HOME to database path and not client path error changes to :
    ORA-12557 TNS: Protocol adapter not loadable.
    If I keep $ORACLE_HOME as client path then I get same error as earlier ORA-12560.
    3. I have also tried changing $PATH variable. I did set to path containing only database installation, only client installation, both database and client installation with database installation appearing first
    But all of these haven't worked.
    Can anyone please suggest what I am missing and any further things I could try ?
    Thank you in advance !

    982090 wrote:
    Hello ,
    I have installed Oracle 11.2.0 64 bit database on my Windows 7 ( Home Premium) No oracle product is certified to run on any 'home' edition of any version of Windows.
    PC which is also 64 bit. I installed it because I am trying to setup Informatica. Later, I learnt that informatica is 32 bit and can not communicate to Oracle 11.2.0 64 bit database.If the connection is via TNS, the bit architecture shouldn't matter.
    So after digging through solutions, someone mentioned that I need to install Oracle 11g client 32bit.
    I have installed 11g client software successfully now. Here is problem though :
    When I launch SQL-Plus from 11g database , it works fine. However I launch SQL-Plus from 32bit client it gives me error as :
    Ora-12560 :TNS: Protocol Adapter Error.
    So I have been trying to resolve this error. I saw that this question has been posted many many times and have tried many thing as listed below :
    1. copy tnsnames.ora from database ( dbhome_1) to client installation ( client_1 ) under ..\network\admin\ --- Didn't work.
    2. Set $ORACLE_HOME and $ORACLE_SID environment variable.
    Here is interesting fact - If I set $ORACLE_HOME to database path and not client path error changes to :
    ORA-12557 TNS: Protocol adapter not loadable.
    If I keep $ORACLE_HOME as client path then I get same error as earlier ORA-12560.
    3. I have also tried changing $PATH variable. I did set to path containing only database installation, only client installation, both database and client installation with database installation appearing first
    But all of these haven't worked.
    Can anyone please suggest what I am missing and any further things I could try ?
    Thank you in advance !unfortunately, we need to know exactly how you tried to connect with sqlplus when it "worked" and when it "didn't work". The key to the reported error messages is highly dependent on the environment settings AND the specification of the connect string. A copy and paste of the entire command line session would be most helpful.
    But again, running on any 'home' edition of windows is not supported.

  • Confuse between temp file error and perment file error

    during the weekend, i usually maintain our database and this weekend i end up with strange situation,
    i lunched my scripts to reorginize datafiles, however the scripts is crash all the time due to weird message which is in my opinion is misleading ora message.
    this is the situaion:
    i am using this scripts to tell me if my datafiles are full or not
    1 L_INDEX 24 107.12109375 103.74609375 3.375 0 96.8493600262553 3.15063997374467
    2 L_TABLES 30 108.2939453125 97.1689453125 11.125 0 89.7270341680719 10.2729658319281
    as you can see, the free space on the l_index tablespace is now 3G and need to reogrinze to free space, however when we run our scripts to free spaces by moving objects to tools tablespace and then return them back,
    I recieve this message:
    ORA-01652: unable to extend temp segment by .......
    to solve this error is adding new temp files, however we have 5 temps file and there were pantly of space there and also i add 2 new files with size 1g and maxsize is 32G, still i am receving this error and my scripts crash when i try to rebuild the index,
    the workaround was is adding new datafile to l_index and try again to rebuild the index and it works,
    so i am wondering if the problem was on the datafiles, why i recieved error about temp, i waste some time thinking that my problem was with temp, however the real problem came from l_index tablespace.
    oracle verison is 10.1.0.4 and os is windows
    Thanks

    ORA-01652: unable to extend temp segment by Temporary tablespace is also used when re-creating or creating indexes in database.
    A temp segment is created the moment create or re-build indexes command is issued and will be held until the index is being created completely. If either of the tablespace have insufficient space, you might get the error ORA-1652 or ORA 1654.
    You should be looking at the tablespace name for adding space instead of looking temp segment.
    ORA-1652: unable to extend temp segment by in tablespace

  • Getting ORA-00604 along with ORA-06502

    Hi,
    I am running following query in my database server (for JD enterprise One Application)
    CREATE TABLE TMPLDTA.F0031 (AVUKID NUMBER, AVAN8BK NUMBER, AVUPMJ NUMBER(6), AVU
    PMT NUMBER, AVPID NCHAR(10), AVUSER NCHAR(10), AVJOBN NCHAR(10)) tablespace tmpl
    dtat storage ( pctincrease 0 )
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 7
    when I do it from another id(my id with DBA role) it works but when I(application administrator) do it from application superuser's id, it throws above error.
    *** application super user is also having DBA access.
    Is it any issue regarding trigger?? Or can anyone Please help me regarding this error's solution..
    -Thanks

    Elapsed: 00:00:00.34
    SQL> CREATE TABLE TMPLDTA_F0031
      2    (
      3     AVUKID  NUMBER ,
      4     AVAN8BK NUMBER ,
      5     AVUPMJ  NUMBER(6) ,
      6     AVUPMT  NUMBER ,
      7     AVPID NCHAR(10) ,
      8     AVUSER NCHAR(10) ,
      9     AVJOBN NCHAR(10)
    10    )
    11    TABLESPACE tmpldtat STORAGE
    12    (
    13     PCTINCREASE 0
    14    )
    15  /
    Table created.
    Elapsed: 00:00:00.28No error , Are you running this on SQL Plus ?
    saha wrote:
    Is it any issue regarding trigger?? Or can anyone Please help me regarding this error's solution..
    -ThanksPlease check any DB level trigger are there ?
    -RB

  • How i can fix "Wiki setting error" and "Running time error" ?

    I've found this message when using server app on Mountain lion.
    and this error data.
    Can i fixed this? Thanks guys!

    It so happens that I saw an answer to a similar question today somewere else. I have not tested this myself:
    "I have the final solution and fix but beware you may not like it that much.
    Having had all of the above problems with more or less everything I finally pieced it all together from various threads. This will fix both the AEBS control and the central services problems.  Dont shout at me for being a bit basic and not coding etc. but it worked for me.  If I can avoid code I do as often as possible as am less likely to balls it up!
    This method will loose some data but the main files and users do remain
    The Fix:
    1. Close Server.app
    2. Library/Server  make a copy of Server file under a diff name as software server files and a few others would appear to still be usable and you will have to re download it all again of you dont copy it back in ( I didn't and now have learned my lesson). then delete the whole of the Server file.
    3. Go to Keychain and search all Airport then delete associated keys permissions etc
    4. Delete Server.app and reinstall.
    5. Start new setup and it will migrate properly with no errors. This time a big green tick will appear!
    6. Replace the software update files into the new Library/Server folder if you want to or leave it untill the rest is done
    7 Reconfigure any missing bits..... any enrolled devices will have vanished but probably if you have  saved the data from this in Library/Server prior to deletion you may be able to reinstate this but I didnt risk it
    This is going to be a total pain if in a large organisation but once working the system is excellent with no swapping from one control set to the other.  As each service is switched on it auto configures the AEBS and no further errors and a joy to work with unless you really like to get into the nuts and bolts.
    Hope this helps and good luck"

  • TestStand Test Environmen​t adapter dll error and Type Palette error

    I am new to TestStand and I am having a problem opening a TestStand 3.1 standalone UI application. The UI was built a couple of years ago and others use it within my company without problem. I however get the 3 .DLL adapter errors and the Type Palette errors shown below when I try to open it and I can't figure it out. I have tried everything from uninstalling and reloading TestStand 3.1 and uninstalling the UI application and reloading and it did not fix the problem. I verified that the errored .DLL's are present in the Bin directory and the Type Palette files are present in the Type Palette directory. I asked other more experienced TestStand developers within my company if they have ever seen this or knew what was wrong and they can't explain the errors either. Any suggestions?  

    Cole - There are probably many differences between my machine and that of my counterparts but they have told me that the only thing I should need to run this standalone TestStand GUI application is TestStand 3.1 and Microsoft .NET Framework which I do have. 
    The standalone GUI application is a common front end application that we use for a large part of our production testing at my company. It allows us to have a GUI based front end to our TestStand sequences for running testing in a production environment so the operators can see the test running step by step on the screen. We have the GUI application installed on multiple different Production machines (probably over 10) and all are different machines with different software installed on each. the only real common aspect between them that we ensure is that they all have TestStand 3.1, the GUI application, and .NET Framework installed.  

  • BPC DeleteOlapDimFromCube error  and Analysis Sevices error (-2147221421)

    Attempted to process a dimension in BPC and encountered the following error message:
    -DeleteOlapDimFromCube : Item not found in collection
    -Dimension is locked because it is currently being used in a cube. Remove the dimension from the cube
    Went to Analysis Services and successfully procesed the dimension and all but one of the applications.
    Error message recieved was:
    Error(-2147221421) Internal error could not update the query log.
    Any ides?

    It seems for that specific application you have bad data into fact tables or cube is corrupted.
    First you have to check the data using query like:
    select count(*) from tblfact"application" where "dimension" not in (select count [id] from mbr"dimension where calc = 'N')
    this should always provide 0 like result.
    If you receive any result <> 0 then you have to delete the records using delete instead of select count(*).
    From error message it seem the cube is corrupted.
    In this case you have to delete from Management studio the specific cube for your application and after that from Admin console of BPC you have to do modify application with full process and reindex.
    This should fix the problem.
    After that probably you will be able to any task using that specific dimension.
    Kind Regards
    Sorin Radulescu

  • Sync "Unexpected Error and must close" ERROR

    Tried using desktop 4.6 and 4.3.
    New Dell PC with XP Pro
    whenever you try to sync data files or configure sync, I get an unexpected error and it says it must close the program.
    Any help would be appreciated
    Bigweil

    Hi and welcome to the forums!
    Please specify the following:
    Version of Outlook.
    Version of Desktop software currently installed.
    Model of phone and OS.
    Thanks
    Message Edited by Bifocals on 11-08-2008 10:43 PM
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • Error 10 when building app with Report Generation _wordsub.llb in the project.

    Error 10 occurred at ABAPI Dist Copy Non-VI Files.vi -> ABAPI Dist Build LLB Image.vi -> ABAPI Copy Files and Apply Settings.vi -> SDBEP_Invoke_Build_Engine.vi -> SDBUIP_Build_Invoke.vi -> SDBUIP_Build_Rule_Editor.vi -> SDBUIP_Item_OnDoProperties.vi -> SDBUIP_Item_OnDoProperties.vi.ProxyCaller
     This is the error I get when a set up _wordsub.llb to use of report generation in a build project.

    Dave,
    thanks for providing me with this information. I didn't hear about this error in the past, but I found a KB, that possibly can help you debugging the application: http://digital.ni.com/public.nsf/websearch/AF12BB5FAC27FE2186256F9400619C84?OpenDocument
    Let me know, if it helped you out
    Stefan
    Impossible is nothing - nothing is impossible

  • Itunes has encountered an error and needs to close, while importing music

    Can someone please help me? I have been getting this error all week and everything was fine 2 weeks ago. I have done EVERYTHING under the unexpected quits,freezes or launch issues in the itunes support!!!!! What can I do next? I have even "repaired" itunes.

    Kar,
    Check out the steps Roy B posted in this thread. They are long and a bit convoluted, but they seem to have done the trick for many others having this problem.

  • Install error and PL/SQL error

    Hello,
    I'm new to Oracle. I installed Oracle8iR2 on Redhat Linux 6.2. During installation (more precisely during "Linking Oracle8i Enterprise Edition 8.1.6.1.0") I got this error :
    Oracle: Error in invoking target ioracle of makefile /home/oracle/OraHome/rdbms/lib/ins-rdbms.
    mk
    ORA-124547: TNS: lost contact
    ORA-03114: not connected to Oracle
    I clicked "Ignore" and the installation continued without any other errors.
    After the installation was finished I performed the initial configurations described in the manual as user root and user oracle. After that as user oracle I tried to start plsql like this :
    Enter user-name : system
    Enter password : *******(manager )
    oraclebogdan: error in loading shared libraries libdsbtsh8.so : cannot opeb shared object
    file : No such file or directory
    ERROR : ORA -12547 : TNS : lost contact
    Can you help me to fix the problems?
    Thank you,
    Bogdan Paduraru

    Bidyut Kumar (guest) wrote:
    : Jason Howk (guest) wrote:
    : : Jack Lauman (guest) wrote:
    : : : During the linking process of "./orainst /c", I got the
    : : following
    : : : error on the RDBMS, SQL*PLUS and PL/SQL install:
    : : : /usr/i386-linux/bin/ld: cannot open -lnsl: No such file or
    : : : directory
    : : : make: *** [u01/app/oracle/product/8.0.5/rdbms/lib/oracle]
    : : Error
    : : : 1
    : : : Status: 2
    : : : ((OIERR-SYSTEM: make -f ins_rdbms.mk
    : : : ORACLE_HOME=/u01/app/oracle/product/8.0.5 install))
    : : : --------[ rdbms.ins 2631---------------
    : : : The file in question is nowhere on the disk. Anyone have
    : any
    : : : clues?
    : : : Thanking you in advance for your cooperation,
    : : : Jack Lauman
    : : : nwcascades.com
    : : I get the same error using Slackware 3.6. Anyone have any
    : : clues? FYI, I receive the same error on the standard
    edition
    : as
    : : well.
    : : --Jason
    : Even I have the same problem and unable to find the solution.
    : Why is happening. I have no clue at all.can anybosy anywhere
    : could help?
    : Thanks
    : --Bidyut
    I have a similar problem on Red Hat 5.2. In my case, the
    failing command is:
    Command: make -f ins_plsql.mk install <<!
    The failing portion of that make file is:
    `cat /raid/u01/app/oracle/8.0.5/lib/sysliblist`
    It seems that file (sysliblist) contains the following:
    -lnsl -lm
    So, it appears to be looking for
    /raid/u01/app/oracle/8.0.5/lib/libnsl.a and
    /raid/u01/app/oracle/8.0.5/lib/libm.a
    Neither of those files exist anywhere on my hard disk. This
    appears to be the same problem originally reported, above.
    So far, no clues.....
    ============================================
    By the way, I had an earlier failure during a different make
    where it was trying to compile something and include a header
    file of "sys/types.h" and I fixed it by creating a "sys"
    subdirectory in /usr/include that only had in it a symbolic
    link to the regular "types.h" file.
    null

Maybe you are looking for

  • Update a partioned table dynamically

    Hi All, Parameters: MANDATORY input parameters, FROM_DATE and TO_DATE. OPTIONAL input parameter REVENUE_ID My requirement: To update table "ABC" based on the MANDATORY input parameters, FROM_DATE and TO_DATE. If the optional parameter, REVENUE_ID is

  • ITunes 11 will not load properly when Windows 7 starts

    Hi Everyone, I'm running Windows 7 64bit, iTunes 11. I successfully ran iTunes 10 on this PC previously. iTunes is configured to launch when Windows boots. What happens is that it does start, and then the 'Checking iTunes Library' message appears for

  • How to make Business Area as the reqd file on the Account Assignment level

    How to make Business Area field as the required field  on the Account Assignment level? Thanks! Mrudula Patel

  • MM-SUS ASN status

    Hello, To implement a customer solution i need to know the ASN status. Does anyone know the table or function to obtain it??? I have found table CRM_JEST table but the status number doesn't mean anything for me Thanks in advance Nacho

  • Can't double click files to open application Illustrator 17?

    Using a trial Illustrator 17 with Mavericks OSX. Files are being saved with thumbnail versus icon. Double click converts to PDF if Ai is already open. If saved as legacy Illustrator file, icon appears and functions as expected. Also having trouble re