Creating context file

Hi All,
The context file is corrupted. Some entries in last portion is deleted from context file. I want to recreate the context file. Can i create the context file using adadmin utility? Please let me know the solution.
Regards,
Manikandan

HI,
I created context file using perl script. But when i try to start the apache server it throws an error
adapcctl.sh version 115.43
Cannot reconnect to gateway
Cause: Application Object Library is unable to reconnect to your gateway ORACLE account after you unsuccessfully attempted to sign-on.
Action: Check that your gateway environment variable is set correctly.
Starting Apache Web Server Listener (dedicated HTTP) ...
Cannot reconnect to gateway
Cause: Application Object Library is unable to reconnect to your gateway ORACLE account after you unsuccessfully attempted to sign-on.
Action: Check that your gateway environment variable is set correctly.
Cannot reconnect to gateway
Cause: Application Object Library is unable to reconnect to your gateway ORACLE account after you unsuccessfully attempted to sign-on.
Action: Check that your gateway environment variable is set correctly.
Starting Apache Web Server Listener (dedicated PLSQL) ...
Cannot reconnect to gateway
Cause: Application Object Library is unable to reconnect to your gateway ORACLE account after you unsuccessfully attempted to sign-on.
Action: Check that your gateway environment variable is set correctly.
adapcctl.sh: exiting with status 0
Please let me know the solution..
Thanks,
Regards

Similar Messages

  • How adbldxml.pl creates the new database tier context file

    We just completed database upgrade from 9.2.0.6 to 9.2.0.8 to 11gR2 for 11.5.10.2 financial (on Windows 2003).
    Application seems working fine after upgrade, autoconfig on application and database tiers are all success, but I have an issue with adbldxml.pl.
    I have tried to run adbldxml.pl after upgrade, I can not sync the <s_perl5lib> and <s_adperlprg> oa_var on context it created with oa_var I read from OAM.
    On OAM PROD > AutoConfig > Environments > oa_environment:db_home, it read as,
    <s_adperlprg>D:\oracle\proddb\11.2.0\perl\bin\perl.exe
    <s_perl5lib>D:\oracle\proddb\11.2.0\perl\lib\site_perl\5.10.0;D:\oracle\proddb\11.2.0\appsutil\perl
    but the db context file created by adbldxml.pl read as,
    <s_adperlprg>d:\oracle\proddb\11.2.0\Apache\perl\5.00503\bin\MSWin32-x86\perl.exe
    <s_perl5lib>d:\oracle\proddb\11.2.0\Apache\perl\5.00503\lib\MSWin32-x86;d:\oracle\proddb\11.2.0\Apache\perl\5.00503\lib;d:\oracle\proddb\11.2.0\Apache\perl\site\5.00503\lib\MSWin32-x86;d:\oracle\proddb\11.2.0\Apache\perl\site\5.00503\lib;d:\oracle\proddb\11.2.0\appsutil\perl;d:\oracle\proddb\11.2.0\appsutil\perl
    By my understanding, adbldxml.pl should take shell (DB DOS) evn perl settings to create context file, but it never takes env settings.
    I was wondering how does adbldxml.pl works? does it creates a context file by reading from database or take some templates or may be both? and eventually, how to solve the issue.
    thanks in advance.
    DW

    Thanks for reply.
    I did apply the TXK AUTOCONFIG AND TEMPLATES ROLLUP PATCH U (9535311), it was a success from adpatch.
    I did apply the clone patches per Cloning Oracle Application Release 11i with Rapid Clone [ID 230672.1] 5. Apply the lastest Rapid Clone patches
    I have completed a rapid clone into a test server and ran clone scripts on app tier and db tier, the cloned application works fine as I can tell.
    I have tried (Autoconfig FAQ [ID 218089.1]), "I was instructed to change the value of the context variables s_adperlprg and s_perl5lib. How can I achieve that?"
    on the test server by setting perl5lib to the location it should be, but I ran adautocfg.pl instead of adconfig.pl, did it make difference? my understanding that adautocfg.pl
    will call adconfig.pl, are they interchangeable?
    Can I run adconfig.pl with context=<the correct context file> will make difference?
    adbldxml.pl is really stubborn, just won't bend.
    Would you mind advice me which table(s) in database contains these variables, I understand that it is not a good idea to modify the data in database directly, just curious?
    thanks
    DW

  • Is it possible to create a file in servlet context? pls help me

    Is it possible to create a file in servlet context? pls help me

    Surely it is possible.File file = new File(path, name);

  • I have created a user in oracle BPM but it is not reflected in system-jazn-data.xml file and I am unable to authenticate that user to create context as needed in workflow client

    I have created a user in oracle BPM but it is not reflected in system-jazn-data.xml file and I am unable to authenticate that user to create context as needed in workflow client

    weblogic credentials are different.
    and using thode credentials I am able to login to weblogic server
    the users I am talking about is the process users defined in realm.
    in realm those users are defined as Default authenticator and OID authenticator.
    and I am trying to authenticate one of those users defined in realm using java api so that I an access a process defined In Oracle BPM 11g

  • Creating A File Resource Using Tomcat JNDI

    Hi guys,
    My problem is that I am creating a web service and I cannot get to a properties file without creating an absolute reference to that file. If I was creating a servlet I would simple use getServletContext() method to get a relative reference to it. However since it is an axis web service i have to deploy my applications in the WEB-INF/services directory, and because it does not interact with the axis servlet I cannot use getServletContext(). So i thought I could create a JNDI file resource reference in the tomcatHome/conf/context.xml file, similar to how I created a JNDI connection pool. The resouce definition looks like this;
    <Resource name="resource/dialogueEngineConfig" auth="Container"
                      type="java.io.File"
                      url="file:/Applications/apache-tomcat-5.5.1/webapps/axis2/META-INF/DialogueEngine.properties">
    </Resource>now I tried to access the resource in my code like this;
    // Obtain our environment naming
    Context envCtx = (Context) new InitialContext().lookup("java:comp/env");
    // Look up our file
    File  f = (File) envCtx.lookup("resource/dialogueEngineConfig");However I get a NamingException; 'Cannot create resource instance'
    I don't understand why I cant create a file resource in JNDI, it seems like a simple enough thing to do. Am I doing something wrong or missing something? Any help would be greatly appreciated.
    Thanks

    Hello xalien,
    I have the same problem. I need to access external xml config file via JNDI from my servlet, running on Tomcat 5.0.28. Have you manage to define an URL resource? If so, please provide an example how to do it. Many thanx.

  • I m not able to create xml file in Java Project

    hi all,
    I have created one java project just to try with Ant Builder. I have created one class inside it. and now i m creating an XML file inside that project.
    But as soon as i try to create the File -> New -> File and give the .xml extention of the file this gives error into the project.
    Will you suggest me the solution for that?
    Thanks in advance.

    Assuming that you are facing this problem in NDS, here is the solution.
    Go to Windows--> Preferences --> WorkBench -->File Associations
    In the File Types list select *.xml
    This will display the default associated XML editor as
    XML Editor(default) in the bottom list box.
    Click on add button near the bottom list box and select Text Editor, click Ok.You will see one more entry in the list box as "Text Editor".
    Select this entry and click on the default button.
    Click Ok and close the preferences dialogue.
    Now create a new xml file.You wont see the error this time.
    Please note that this will treat all simple xml files you will create as TEXT Files and always open with Text Editor.You can override this behaviour with right click on the file and select appropriate editor from the "Open With" context menu.
    The error you are talking about is because the XML editor tries to check well-formedness and basic syntax rules for the file that you newly created, actually is a noce feature of the IDE.
    Rgds,
    Amol

  • Creating a file in KM with attributes or metada

    Hi friends,
    I would like to create a document/file in KM but whith some attributes or metadata attached like time, date, contact person, telefon, department....
    I'm using the following code to upload a file, but I haven't found any Thread in this Forum about how to attach some metadata or context attributes.
         IPrivateRegistreEntradaView.IFileNodeElement fileelement = wdContext.currentFileNodeElement();
         wdContext.nodeFileNode().bind(fileelement);
         /*Make a simple type of that type*/
         IWDAttributeInfo attInfo = wdContext.nodeFileNode().getNodeInfo().getAttribute("filedata");
         ISimpleTypeModifiable type = attInfo.getModifiableSimpleType();
         /**Following is the code for uploading files**/
         /*Get an object of current Portal user */
         IWDClientUser wdClientUser = WDClientUser.getCurrentUser();
         com.sap.security.api.IUser sapUser = wdClientUser.getSAPUser();
         /*create an ep5 user from the retrieved user*/
          IUser ep5User = WPUMFactory.getUserFactory().getEP5User(sapUser);
          ResourceContext context = new ResourceContext(ep5User);
         /*Give the path to KM in the variable path */
         RID rid = RID.getRID("/documents");
         IResourceFactory factory = ResourceFactory.getInstance();
         ICollection folder = (ICollection) factory.getResource(rid,context);
          /***Using the upload element we can upload the files to a location in the server drive***/
         /*temperory location for writing */
          String location = "give the location here";
          String fileName = location + fileelement.getFilename();
          File file = new File(fileName);
         /*Create an output stream for writing to the temperory location*/
          FileOutputStream out = new FileOutputStream(file);
          out.write(fileelement.getFiledata());
          out.close();
         /*From the temporary location read the file using an input stream*/
          FileInputStream fin = new FileInputStream(fileName);
          fin.read();
         /*Using this input stream we can write to the repository*/
          //Content content = new Content(fileelement.getFiledata(),fileelement.get)
          Content content = new Content(fin,"byte", -1);
          IResource newResource = folder.createResource(fileelement.getFilename(), null, content);
    I think the solution could be by modifying the second argument of
    IResource newResource = folder.createResource(fileelement.getFilename(), null, content);
    This argument is a "IPropertyMap" type and now takes de value "null", but I'm not sure.
    Any ideas?
    Thanks very much in advance,

    Hello Lohitha,
    Thanks your interest but that link did not help a lot.
    Roberto,
    Thanks a lot for the links, the second one really gives a guide for setting up properties in the portal.
    But I found it quite more extended that my requirements, eventhought it helps a lot, since i just would like to attach some " attributes o some simple data" to the uploding file.
    I've found an option usint IPropertyMap
    Map myMap = new HashMap();
    String DEPARTAMENT = null;
    mapeo.put(DEPARTAMENTO, "HH.RR"); //this is just a example
    IPropertyMap myProperties = new PropertyMap(myMap) {
                   public int size() {
                        // TODO Auto-generated method stub
                        return 0;
                   public boolean isEmpty() {
                        // TODO Auto-generated method stub
                        return false;
    //Here we must implement all the metodes of the interface
    //then finally call
    IResource newResource = folder.createResource(fileelement.getFilename(), myProperties , content);
    But I'm not sure it could work, I'm having technical dificulties,
    Anybody could tell us any other simple option for creating a file in KM attaching some simple attributes??
    Thanks to all.
    Ivan,

  • How to remove the old context files after upgrade to R12.1.1

    Hi,
    I upgraded 11.5.9 (DB 9.2.0.4) to 12.1.1 (DB 11.2.0.2).
    In the Applications Manager under AutoConfig menu, I noticed that I have 4 context files: 2 for DB Tier and 2 for Apps Tier. Apparently two of them are old from the 11i system. How can delete them so I have two listed on this page. I need to add custom parameters. When I tried to do it, it errored out saying "Customization is not allowed on different versions of configuration files.".
    Thanks,
    Sinan

    Make sure none of the old context files are available on the servers (delete them), also make sure you have proper entries in the FND_NODES table.
    For the error you get, please see these docs.
    Create a Custom Parameter Fails With - Customization Is Not Allowed On Different Versions of Configuration Files [ID 762590.1]
    CUSTOMIZATIONS NOT ALLOWED ON DIFFERENT VERSIONS OF CONFIGURATION FILES [ID 351969.1]
    Thanks,
    Hussein

  • Cloning context file on db tier fails when run non-interactively

    Hi all,
    I have a problem where cloning the DB tier context file using adclonectx.pl non-interactively using a pairsfile and noprompt fails in certain circumstances and continually returns this error
    Target System Port Pool [0-99] : RC-00201: Error: Not a valid port pool number
    If we clone from prod or uat (which are on different nodes) to non-prod it works fine, if we clone from a different non-prod environment (on the same node) it fails.
    We can run adclonectx.pl interactively with the same pairsfile and it works, so I copied all of the variables in the log into the pairsfile and ran it non-interactively and it failed with the same error.
    My understanding is that adclonectx.pl uses the source DB context file and the pairsfile to create the new context file. I've tried cloning the context file non-interactively from several different non-prod envs with the same error, so I don't think it's specific to 1 source env.
    It seems to want to prompt for the portpool when it's on the same node as the source environment.
    EBS 12.1.3, DB 11.2.0.3 RAC 2 node on Oracle Linux 5.
    I've raised 3-9540409031 : adclonectx.pl on db Tier errors with RC-00201 when run non-interactively using pairsfile - but haven't got an answer yet.
    This is the pairsfile with everthing in it - generated from an interactive session that worked.
    s_db_ons_remoteport = 6411
    s_cmanport = 1532
    s_clusterInterConnects = dxd1db01-ib
    s_dbhost = dxd1db01-ib
    s_dbSidLower = ebscnv1
    s_dbhome4 = +DATA_DXD1
    s_dbhome3 = +DATA_DXD1
    s_dbSid = EBSCNV1
    s_dbhome2 = +DATA_DXD1
    s_dbhome1 = +DATA_DXD1
    s_isAdmin = YES
    s_clonestage = /u01/EBSDEV/product/11.2.0/appsutil/clone
    s_jretop = /u01/EBSDEV/product/11.2.0/jdk/jre
    s_db_rollback_segs = NOROLLBACK
    s_db_util_filedir = /u01/EBSCNV/tmp
    s_isForms = YES
    s_undo_tablespace = APPS_UNDOTS1
    s_temp = /u01/EBSDEV/product/11.2.0/appsutil/temp
    s_database_type = RAC
    s_dbuser = orebscnv
    s_instName = EBSCNV1
    s_dbGlnam = EBSCNV
    s_domainname = mgmt.shared.health.nz
    s_dbgroup = oinstall
    s_hostname = dxd1db01-ib
    s_jdktop = /u01/EBSDEV/product/11.2.0/jdk/jre
    s_isConc = YES
    s_instThread = 1
    s_dbport = 1532
    s_isWeb = YES
    s_dbCluster = true
    s_contextname = EBSCNV1_dxd1db01-ib
    s_dbClusterInst = 2
    s_dbdomain = mgmt.shared.health.nz
    s_base = /u01/EBSCNV
    s_db_ons_localport = 6311
    s_contextfile = /u01/EBSCNV/tmp/EBSCNV1_dxd1db01-ib.xml
    s_db_oh = /u01/EBSDEV/product/11.2.0
    s_instNumber = 1
    s_virtual_hostname = dxd1db01-ib
    s_display = y
    this is the adclonectx.pl comand i use - I've checked all the env variables before running and they're all good
    perl ./adclonectx.pl \
    contextfile=$SRCCTX \
    template=$ORACLE_HOME/appsutil/template/adxdbctx.tmp \
    outfile=$NEWCTX \
    pairsfile=$PAIRSFILE \
    initialnode
    when run non-interactively i use this command  - and as mentioned above this works under certain circumstances
    dummypw=dummypw
    echo \$dummypw | perl ./adclonectx.pl \
    contextfile=$SRCCTX \
    template=$ORACLE_HOME/appsutil/template/adxdbctx.tmp \
    outfile=$NEWCTX \
    pairsfile=$PAIRSFILE \
    initialnode noprompt
    Any ideas, it's got 3 DBAs stumped...

    That makes sense to me ... the pool parameter should be in the pairsfile, .. or in the parameters when calling it at command line
    You can force the pool to be changed, even when you're on the same server. Actually, I would use different pools for any environment, different server or not. And, avoid the default pool as well. If you do it this way, one of the advantages is that you spot issues - like the one you have - much much earlier. In that case, you would need that extra parameter on every run.

  • How to create a file in server's current directory

    hi,
    I have a project, but when i will run my program on internet Explorer then
    it will create a folder in server's current directory, but i will not specify
    drive & folder, it will create a folder in server's current directory, after that
    i will read file from that, what will be the solution of this ? Is there
    anyone who can give me solution? PLease help me
    With regards
    Nahar

    ServletContext context = session.getServletContext();
    String realContextPath = context.getRealPath(request.getContextPath());this will give you access to the servlets current directory
    from there you can create a file
    I dont know how much this will help

  • Adcfgclone.pl  with using existing context file

    Hi,
    I want to clone application server with using existing context file. can I do adcfgclone.pl with using existing context file?
    What is the syntax ?
    is there any issue to use this?
    thanks

    Actually I want to clone existing enviornment of R12.0.6 application to fix local inventory issue.
    Problem: During r12.1.3 upgrade I noticed that local inventory has issue. R12.1.3 upgrade was done succssfully after clone of production. When I started upgrade on production I noticed issue during 10.1.3.4 upgrade. Thats why I thought if I clone existing production enviornment on same server by using same context file then 10.1.3.4 upgrade will run.
    I know there is a way to fix inventory but I don't want to do to avaoid more issue. Please advice which path is good in such enviornment.Are you referring to global inventory? If yes, you can simply copy it from the source servers to the target ones.
    If the PATHs are different then please refer to:
    How to Create a Clean oraInventory in Release 12 [ID 834894.1]
    How to find the location of GLOBAL Inventory and LOCAL inventory on R12.x ? Why Some Times, There are Issues With The oraInventory Registration During The Post Clone ? [ID 878717.1]
    Thanks,
    Hussein

  • Dynamically Creating DVM file

    I have a requirement to read Pipe delimited text file and add those entries in DVM file.Later access the dvm file through dvm:lookup in the same SOA project.
    Is it possible to create DVM file from SOA Project (programmatically) and access it from the same SOA project to do lookup?
    I have tried using Spring context to create the DVM file through Java program. After deploying the SOA project, it creates the file under weblogic root folder which is not accessible by SOA project.
    Any one tried this scenario? or any Java Program to push DVM file to SOA-MDS (database)?
    Thanks,
    Naveen

    Hi Vishi,
    Adding steps to an existing test sequence, there are examples at
    http://zone.ni.com/devzone/devzone.nsf/webcategories/0195DDBE3C3B6F0A862567B3006BED4E?opendocument&node=DZ52238_US
    Creating Sequencefile look at the examples here
    http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=B45EACE3E03456A4E034080020E74861&p_node=DZ52241&p_source=external
    Hope these get you started
    Ray Farmer
    Regards
    Ray Farmer

  • Edit Context  file sid _ hostname .xml

    Hi,
    How can we edit/make changes context file - specifically while creating new instance by clone.
    Some common options are vi editor and context editor. Is there any tool/command other than these?
    Also please tell me how to evoke context editor.
    Oracle EBS- 11.5.10.2
    Thanks
    CK
    Edited by: Cherrish on Jan 14, 2009 1:34 PM

    It is recommended to use Context Editor or OAM to edit the context file. However, if you are familiar with vi and xml code, you can do and edit the file manually. Make sure you take a backup of the context file before making any changes. The application context file can be located under $APPL_TOP/admin directory.
    More details can be found in the following note:
    Note: 218089.1 - Autoconfig FAQ
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=218089.1

  • Error while creating control file

    hi
    i am getting following error while creating controll file
    QL> shutdown
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area  629145600 bytes
    Fixed Size                  1250548 bytes
    Variable Size             171969292 bytes
    Database Buffers          452984832 bytes
    Redo Buffers                2940928 bytes
    SQL> @c:\study\rose\c.sql
    SP2-0042: unknown command "DATAFILE" - rest of line ignored.
    SP2-0734: unknown command beginning "'C:\ORACLE..." - rest of line ignored.
    SP2-0734: unknown command beginning "'C:\ORACLE..." - rest of line ignored.
    SP2-0734: unknown command beginning "CHARACTER ..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    1  CREATE CONTROLFILE SET DATABASE "ROSE" RESETLOGS  froce logging NOARCHIVELOG
    2      MAXLOGFILES 32
    3      MAXLOGMEMBERS 2
    4      MAXDATAFILES 32
    5      MAXINSTANCES 16
    6      MAXLOGHISTORY 1752
    7  LOGFILE
    8  GROUP 1 'C:\oracle\product\10.2.0\oradata\rose\LOG1ROSE.ORA'  SIZE 50M,
    9    GROUP 2 'C:\oracle\product\10.2.0\oradata\rose\LOG2ROSE.ORA'  SIZE 50M,
    10   GROUP 3 'C:\oracle\product\10.2.0\oradata\rose\LOG06.LOG'  SIZE 25M,
    11*   GROUP 4 'C:\oracle\product\10.2.0\oradata\rose\LOG07.LOG'  SIZE 25M
    SQL>

    CHETAN YADAV wrote:
    hi
    i am getting following error while creating controll file
    QL> shutdown
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area  629145600 bytes
    Fixed Size                  1250548 bytes
    Variable Size             171969292 bytes
    Database Buffers          452984832 bytes
    Redo Buffers                2940928 bytes
    SQL> @c:\study\rose\c.sqlWe can't debug what we can't see. And what we can't see is the contents of "c:\study\rose\c.sql".
    SP2-0042: unknown command "DATAFILE" - rest of line ignored.
    SP2-0734: unknown command beginning "'C:\ORACLE..." - rest of line ignored.
    SP2-0734: unknown command beginning "'C:\ORACLE..." - rest of line ignored.
    SP2-0734: unknown command beginning "CHARACTER ..." - rest of line ignored.
    SP2-0044: For a list of known commands enter HELP
    and to leave enter EXIT.
    1 CREATE CONTROLFILE SET DATABASE "ROSE" RESETLOGS froce logging NOARCHIVELOG
    2 MAXLOGFILES 32
    3 MAXLOGMEMBERS 2
    4 MAXDATAFILES 32
    5 MAXINSTANCES 16
    6 MAXLOGHISTORY 1752
    7 LOGFILE
    8 GROUP 1 'C:\oracle\product\10.2.0\oradata\rose\LOG1ROSE.ORA' SIZE 50M,
    9 GROUP 2 'C:\oracle\product\10.2.0\oradata\rose\LOG2ROSE.ORA' SIZE 50M,
    10 GROUP 3 'C:\oracle\product\10.2.0\oradata\rose\LOG06.LOG' SIZE 25M,
    11* GROUP 4 'C:\oracle\product\10.2.0\oradata\rose\LOG07.LOG' SIZE 25M
    SQL>

  • Hi All,Error while creating a file in EMIGALL

    Hi All,
            When am creating a File name in Data import screen.
    The process which i had done is :
    I had copied the Migration object DEVICE from std SAP to my company ZTEST and generated the report for this from menu option Migration object --> Generate Report . After that i had selected the option Data import from the same menu option .
    In the Data import screen i had selected radibutton Batch Wrork porc and in the Import file tab i had given the file name as DEVICE.ZDE and pressed the create .When i pressed create the following message  is appearing :
    "Error Opening the file DEVICE.ZDE" .
    if I see the detailed help it is showing the following message :
    Error opening file DEVICE.ZDE
    Message no. EM022
    Diagnosis
    File DEVICE.ZDE could not be opened.
    Procedure
    Check the file name and ensure that the file is not being used in another way.
    pls provide me the solution for the above Issue ASAP.
    regards,
    Bharat

    Hi Bharat,
    First of all make sure that Device file is of .txt with tab deliminated format, before uploading this file please close this file and try. Still if you are facing the same problem then let me know.
    Regards,
    Shailesh

Maybe you are looking for

  • Looking for help on what Hardware to use for FCS

    I am looking to set up a shared storage for use in a small editing network and I am having a hard time getting my head around what exactly I need. I have 4 edit stations that currently run externals. I am looking at a solution like FCS to centralize

  • ICal alarms wont work at all

    So I have leopard on a Mac Pro. I cant get iCal to give me anysort of alarm, at all. I have tried all the different alarms (email, message, message with sound, open file, etc), and nothing. I have also tried all combos on multiple calendars, iCal ope

  • Need to set Custom Toolbar in Reader 9 when viewed in IE7

    I'm deploying Reader 9.4 to XP SP3 workstations.  Using the Customization Wizard I was able to drag down registry keys that turned on the Select Tool and the Hand tool however these do not show up when viewing PDF's in IE7.  So on my test machine I o

  • Duplicate tunes in library

    I have seen this in past posts, but i have not found a solution. I have duplicate tunes in the library, these files are not duplicated, so wy do they apear twice in the list? edit>show duplicate, actually duplicates whats in he list already (times 4)

  • Macbook Pro Slow With Yosemite

    Hi all, Macbook Pro has been slow since upgrading to Yosemite. I've posted my EtreCheck results below. Any ideas or am I out of luck? Thanks! EtreCheck version: 2.1.8 (121) Report generated February 21, 2015 at 12:46:36 PM PST Download EtreCheck from