Framework Structure Issue

I am creating Distributed App outside the Mac App Store on Mac osX 10.9.5 with XCode 6. I have used Developer ID Application certificate, custom Framework which was Developed by me. I have signed this framework with same Developer ID Application certificate which used for Mac App. I have Export a Developer ID signed Application in my Mac.
Now, The Problem is when I download ".app" from mail in my Mac and double click, It display Alert Message " App can not be open because identity of developer can not be found". I have attached Image of Error.
When I run codesign command on terminal, It shows "WSBluetoothFramework.framework/: bundle format is ambiguous (could be app or framework)".
So I checked and found that after export signed app "Headers" folder is missing. But before archive and export Framework contain Proper structure of Framework.
Before Archive Framework Structure
After Archive Framework Structure
I want that When App double click it should ask for Open Permission instead of the Error Message.
So Can anyone now about this issue?

You have to structure your workspace properly if you want an embedded framework to work. It should look something like this:
Project/
     Application/
          Application/
               Application.xcodeproj
     Application Workspace/
          Application.xcworkspace
     Framework/
          Framework/
               Framework.xcodeproj
Hopefully I have the indentation correct, but this is the general idea. Replace "Project" with your project name, "Application" with your app name, and "Framework" with your framework name. It may be possible to get it to work using some other structure, but I know this works. If you have it setup properly, when you add your embedded framework, Xcode should setup all of the copy files and run script build phases to properly embed and code sign your framework.
In your example, missing the Headers is normal. It the the code signature that you need. It looks like you have code-signed your development version. That won't work. You have to let Xcode do it the way Xcode wants. If you try to fight Xcode, you will always lose.

Similar Messages

  • Org structure issue

    Hi,
    I have a question related to an org structure issue. Let me explain by taking an example:
    The Org set up we have goes like this, let A1 be the VP of a particular division, he has a director B1 reporting to him. B1 has four different employees C1, C2, C3 and C4 reporting to her. The interesting part here is, C1 and C2 belong to a different cost center (say CC1) and C3, C4 belong to a different one (CC2). Both CC1 and CC2 are managed by B1. The tricky part is CC1 comes under the VP 'A1' while CC2 does not have any supervisior above. B1 is the final supervisor.
    The problem is, when I run the Org report to find all the employees coming under A1, C3 and C4 also show up. How to correct this?
    In our system, the org structure is driven by position of the employee and not by the cost center. However we have an relationship record (A011) in HRP1001 between the Org unit of the employee and the cost center but it does not serve the purpose because B1 is placed in one cost center CC1 and manages the other cost center CC2 too. Since she can be in one cost center at a time say CC1 there is no record pertaining to CC2 for her.
    How to resolve this? what kind of config change needs to done?
    Any leads or suggestion would be helpful.
    Thanks in advance,
    SG

    Hi,
    You can define your organization structure except the cases you have exceptional .
    For the exceptional Objects create them in Expert mode and maintain infotype 1001 depending upon the requirement.
    Warm Regards,
    Kapil Kaushal

  • Report structure issue

    EPM 10 SP15
    I have a requirement to build a asymmetric column axis and dynamic row expansion input form to be done. If i can do this, that would avoid unnecessary building the same structure with 7 different reports to construct the asymmetric columns. But i am facing an issue that the rows not expanding.
    Based on Vadim static report blog i am convinced that we can have a static asymmetric col axis and have a dynamic row axis but looks like in my report build it is not expanding on the row.
    Here is what i did
    1) Build the column axis as below resulting in EPMOlapMemberO cells referring to other excel cells. Basically I wanted to show i have a asymmetric column axis need.
    ACTUAL        PLAN           PLAN            ACTUAL
    PROD1         PROD2        PROD1          PROD3
    2013.JAN      2013.FEB     2013.JAN       2014.JAN
    2)  Row axis should expand based on parent node like
    Customer Group
    ---Customer 1
    ---Customer 2
    ---Customer 3
    3) Of course i need some page axis overrides
    What i did:
    By enabling member recognition i created the col axis cells referring to the cells i already constructed manually
    I manually entered a dummy member in row axis cell with member recognition on
    It automatically recognized col and rows and created a default report
    So far so good.
    Now i went to row axis selection and made the member selection to Customer Group (member & children selection).
    Then i refreshed the report assuming it would expand on row  but it didn't do anything
    Am i doing something wrong?  Is it possible to have a static col axis with dynamic row axis?
    I also want to ask if this is a safe approach to build a report with static col axis and dynamic row axis. Would it prevent me from inserting local members in col axis later?
    Any help is appreciated..
    ~Dilkins

    You are doing something incorrectly. If you have row axis Customer member definition as:
    Context (Member and Descendants)
    Then if you change context to some parent and refresh - your row axis will be expanded to Member and Descendants of the context parent.
    You can also use =EPMDimensionOverride for Customer.
    "If I follow this construction, can I add local members in between the columns at later time?" - yes, you can insert local member columns.
    "I plan to do PageAxis override" - what do you mean by override? EPMDimensionOverride is applicable only for row and column dimensions! You can use Excel formulas as it's described in the blog.
    Vadim

  • Printing Structure Issue

    Hi Folks!
    I am writing a report and I am printing the days of the week,
    school day periods and the rooms that are empty on any period. To
    print my structure I do the following:
    <cfif
    StructKeyExists(roomStruct,Periods.PERIOD_CODE[period])>
    <cfif
    StructKeyExists(roomStruct[Periods.PERIOD_CODE[period]],CycleDays.DAY_CODE[day])>
    #StructKeyList(roomStruct[Periods.PERIOD_CODE[period]][CycleDays.DAY_CODE[day]])#
    </cfif>
    </cfif>
    The issue is that I am getting the following set of rooms
    (example):
    ,Room1,Room2, Room3
    Please note the comma before room 1. The customers do not
    want that. Did I miss a step?
    I'd appreciate any feedback!
    Apocalipsis!

    Start with a empty string and use listappend.

  • NWDS import RFC interface for the structure issue??

    Hi Gurus,
    I'm working on the SAP NetWeaver BPM with NWDS 7.3 SP12 rite now and got confused about the RFC interface structure stuff.
    I have a mapping activity defined in the process and the receiver interface needs a RFC. So I go to "Process Modeling" -> "Services Interfaces", right click and choose "Import RFC",type the correct RFC/BAPI name connecting with the SAP ECC system. The issue is that when I finished importing the RFC, went to the "Data Types", the RFC interface namespace shows out but the structure shows seperately with individual segment, so the whole nested RFC interface structure messed up in parallel which is incorrect for the data object and output mapping for later process activities.
    Anyone has ran into such kind of issue or experience the same, any solution or suggestion?
    Thanks in advance,
    Rajesh

    William,
    Another two questions relates to NWDS BPM development:
    1. Sometimes after I import the service interface into NWDS, the structure displays differently from it defines in ESR, I mean the fields sequence. I dont know why
    2. Refer to your screenshot,
    Assume the occurence of node HEADER and item is (0..1), when I want to map a blank constant to them to generate the target structure, the editor not allows and display error which is very different with ESR mapping tool, could you please help to advise? Tons of thanks!
    Thanks a lot in advance,
    Rajesh

  • AIR iOS Framework Linking issues

    Hi everyone.
    I have an issue with running my app on older version of iOS (specifically iOS 4.x). It runs perfectly fine on iOS 5.x but crashes instantly when it launches on iOS 4.x. I have narrowed it down to how the iOS frameworks are linked. Every site I looked at on this issue points towards how the Frameworks are linked and native extensions (which I am using).
    My app has a native extension that I built for a 3rd party library. This 3rd party library uses some features that are specific to the iOS 5 SDK. Right now its crashing with this error:
    Symbol not found: _OBJC_CLASS_$_NSFileVersion
    According to the iOS documentation, NSFileVersion was introduced for iOS 5 into the Foundations Framework.
    The 3rd party library has a list of Frameworks that it requires and specifies how they should be linked (either Required/strong or Optional/weak) in Xcode. The Foundations.framework is one of the frameworks the 3rd party library needs to be weak/optionally linked in Xcode. I also set the iOS Deplotment target to iOS 4.2 (for Game Center support). It builds fine and all that. In the -platformoptions XML file when I build the ANE file with adt, I specifiy the frameworks needed by the 3rd party library. I also specify the sdkVersion as 5.0, the -ios_version_min as 4.2 (again for Game Center support). Here is the options.xml file:
    <platform xmlns="http://ns.adobe.com/air/extension/3.1">
        <sdkVersion>5.0</sdkVersion>
         <linkerOptions>
              <option>-ios_version_min 4.2</option>
              <option>-framework Foundation</option>
              <option>-framework AddressBook</option>
              <option>-framework CoreLocation</option>
              <option>-framework SystemConfiguration</option>
              <option>-framework CoreGraphics</option>
              <option>-framework CFNetwork</option>
              <option>-framework MobileCoreServices</option>
              <option>-framework QuartzCore</option>
              <option>-framework StoreKit</option>
              <option>-framework Security</option>
              <option>-framework UIKit</option>
              <option>-framework GameKit</option>
              <option>-framework MessageUI</option>
              <!-- excluded the 3rd party library name -->
              <option>-L/path/to/third/party/library/</option>
              <option>-lthrid-party-library</option>
         </linkerOptions>
    </platform>
    It seems to me that the list of the frameworks listing in the -platformoptions XML file are being strong linked into the App when I make a build for iOS devices in Flash Builder. I tried it with another Framework that was introduced in iOS 5 SDK (the Twitter framework). I added the Framework to Xcode, set it to Optional/weak. Added the <option>-framework Twitter</option> to my platform options XML file and rebuilt evertyhign. it was crashing when launching on an iOS 4.x device with this error:
    Library not loaded: /System/Library/Frameworks/Twitter.framework/Twitter
    So it seems that these frameworks in the options XML file are being strongly linked when building for the device. I am using Flash Builder 4.6, AIR SDK v3.2, Xcode 4.3.2, iOS 5.1 SDK and on a Mac.
    Does anyone have any idea how to make certain Frameworks be weakly linked when building a native extension? I've been searching around online for a while and have not found any information about it, or other people experiencing the same problem.
    Any information on this issue would be really helpful.

    Hi Davek,
    In your platform options file, for the frameworks you need to link to weakly, you may try using -weak_framework linker option. eg.
    <option>-weak_framework Twitter</option>
    Using -framework will always link to the framework strongly, despite the setting used while compiling the native library in XCode.
    In general, in this file, you can use the linker options in the way they are provided to ld command.
    Hope this helps.

  • Allocation structure issue

    Dear sap,
    cost elements that have been used for postings to our projects but the cost elements are not included in the allocation structures.
    As a consequense are the settlements ot the projects malfunctioning.
    Cost element     Allocation structure     Malfunctioning WBS             
    190198           KO                                  389001938.00002            
    497162          KP                                   47800439.04                 
    How to update the allocation structures to include the above cost elements.
    Reg
    Umi

    Hi,
    Go to Allocation Structure which you are using for this and see what is the cost element group or range you entered in the Allocation structure.
    Once you find the range or cost element group, you need to include the above cost elements into the Ranges or cost element groups.
    Your issue will be solved..
    Thanks

  • Disk structure issue

    I'm getting disk structure corrupted and unreadable when trying to update iOS or iTune sync

    I've had experiences with node issues that would just never go away. What I did to fix it was to use Carbon Copy Cloner to clone my disk to a backup drive, reformatted my drive with Disk Utility, then cloned back the drive. Its a long process, but its the only thing that worked.

  • PA Transfer Structure Issue while posting an accrual

    Hi
    I have an issue with accrual postings.
    I am trying to post an accrual (reversing journal) but an error is coming up with PA Transfer structure has not mainted in COPA, but i have maintained inKEI1 and OKB9 also.
    I really do not know as i have done this somany times previously.
    Any help will be apprecaited highly.
    cheers
    kris

    Hi Ashok
    Thanks for your prompt reply.
    I have checked and it is perfectly alright and i have just come to know that one of my team has transported a request wrongly that has messed up the system.
    Anyway thanks for your time.
    cheers
    kris

  • Extract Structure Issue

    Hi,
    I am facing issue with the extract structure fields and datasource fields.One particular field is there in the extract structre,but its not there in the datasource when i checked in RSA6.
    Can u please help me in this.
    Thanks
    Madhu

    Hi,
    Please refer the below document created by me on the same issue that you have.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c008cd97-ef00-2d10-d1ad-867b9c3f063c
    Hope this helps
    regards,
    mahesh

  • File Adapter Variable structure Issue

    I have a requirement where i get a flat file in the format mentioned below:
    01,1218324735,73038740,021205,0601,464,80,1/
    02,73099000,12100035,1,021204,2359,/
    03,12998877650,USD,010,0,015,0,020,0,040,0,045,0,050,0,057,0,072,0,074,0/
    88,075,0,079,0,080,0,100,48930701,110,48930701,400,48930701,570,48930701/
    16,115,48930701,S,0,0,48930701,00051100896,0074014000,/
    16,577,48930701,,00722103104,1233333649/
    88,XXX TO 1233333649
    49,293584206/
    03,12332342319,USD,010,0,015,0,020,0,040,0,045,0,050,0,057,0,072,0,074,0/
    88,075,0,079,0,080,0,100,0,400,0/
    49,0/
    03,1233233772,USD,010,21311449,015,1255572,020,23673363,040,1255572/
    88,045,200000,050,190464,057,0,072,1055572,074,0,075,0,079,0,080,0,100,0/
    88,400,20055877,490,20055877/
    16,508,20055877,,00370004755,/
    88,XXX:021204004755
    88,ZZZ ZZ YYYYZ
    49,109109623/
    98,23827387079,3/
    99,754273628739,4,203/
    The description of the above file:
    Example 1 – List of multiple groups within a file and multiple accounts within a group:
    01 FILE HEADER Begins File
    02 GROUP HEADER Begins First Group
    03 ACCOUNT IDENTIFIER First Account
    16 TRANSACTION DETAIL First Account Detail
    49 ACCOUNT TRAILER Ends First Account
    03 ACCOUNT IDENTIFIER Second Account
    49 ACCOUNT TRAILER Ends Second Account
    98 GROUP TRAILER Ends First Group
    02 GROUP HEADER Begins Second Group
    03 ACCOUNT IDENTIFIER Begins Third Account
    88 CONTINUATION Continues Previous
    49 ACCOUNT TRAILER Ends Third Account
    98 GROUP TRAILER Ends Second Group
    99 FILE TRAILER Ends File
    How to read this kind of variable structure file in File Content Conversion?
    What kind of parameters should i configure in the content conversion parameters?
    Should i use user defined functions otherwise?
    Thanks for your help in advance.
    Regards
    Sudha

    Hi Sudha,
    Please do these in content conversion:
    Your structure which contains these fields
    Take paramater like this:
    <Structure>.fieldNames = allfields separated by commas
    <Structure>.fieldSeparator = ,
    <Structure>.endSeparator = '\n' means newline
    <Parent of this Structure>.endSeparator = '\n'
    use all field names in 1 variable whether they are being used in mapping or not.
    Reward with points if helpful.
    BR,
    Alok

  • IMAP Sender channel, Content Conversion Module , target XSD structure issue

    Hi,
    I'm using the content conversion adapter module in my IMAP senderchannel , to transform a flat file into a IDOC ORDERS05 structure.
    I have some difficulties generating the right structure... how can I make a more deep structure ?
    My output is like this. All created segment is on the same level.
    <ORDERS05>
        <IDOC>
            <E1EDK01>
            <E1EDK03>
            <E1EDKA1>
            <E1EDK02>
            <E1EDKT1>
            <E1EDKT2>
            <E1EDKT2>
            <E1EDKT1>
            <E1EDKT2>
            <E1EDKT2>
        <IDOC>
    </ORDERS05>
    Here the E1EDKT2 should be a "level under" or "sub structure" to E1EDKT1, and not on the same level !
    The wanted result:
    <ORDERS05>
        <IDOC>
            <E1EDK01>
            <E1EDK03>
            <E1EDKA1>
            <E1EDK02>
            <E1EDKT1>
                <E1EDKT2>
                <E1EDKT2>
            <E1EDKT1>
                <E1EDKT2>
                <E1EDKT2>
        <IDOC>
    </ORDERS05>
    How can I solve this ????

    Hi,
    you can do it on adapter level too:
    but you cannot do it in standard content conversion I guess
    (if it has more then 2 levels)
    check this how you can do it:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/482aae19-0301-0010-3485-8efd618818d0
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Wierd iPhoto 6 Folder Structure "issue"

    A number of people here are having MAJOR problems with iPhoto not opening certain files in Edit view. The long-winded details are here: http://discussions.apple.com/thread.jspa?threadID=316657&tstart=0
    In trying to figure out what was going on, I noticed something strange about the new folder structure, at least as it is on my two machines.
    One of the things that iPhoto 6 does when it "upgrades" the library the first time you run it is reorganize the photos from iPhoto 5 in a much simpler and more sensible way then they used to be. Before, everything was organized in this way:
    /Year /Month / Day / Originals and / Modified
    iphoto 6 changes this into two sets of folders:
    Modified/Year/Roll #
    and
    Originals/Year/Roll #
    The nice thing about this is that the structure is obvious when you look at it, all of your originals are in one place, in a nested series of folders by Year > Roll. And the Modified ones are elsewhere, in the same format. Simple and intuitive.
    But here is the odd thing I have found in my folders (and this is true across three different libraries, one with 2500, one with 2000, and another with 13000 photos in them): In addition to the new sets of folders, there are a bunch of folders in the Library folder that are STILL in the old format. (/Year /Month / Day / Originals and / Modified)
    That means that some of my photos are in the new folders and others are in the old folders. They all appear to be "in" the iPhoto library, in that they are visible and accessible from inside the program. But they are obviously not organized in the way that iPhoto 6 is supposed to organize them, which makes me worry that maybe somewhere down the line they will get lost.
    Unfortunately there is no way to repeat the upgrade process to force the program to organize everything in the new format (once a library is labeled as 6.0, that's it.)
    Doesn't this seem odd? Does anyone else have the same thing going on in their libraries? Doesn't this seem like something that will create problems down the line, maybe when I upgrade to iPhoto 7? Doesn't it just seem like bad software design, even if it "works"?
    - Andrew

    Hi Armedia,
    i don't know if you read Nick LDN's post in one of the threads, but here is what he deduced ....
    "When upgrading to iPhoto 6, the 'recovered photos' it finds are stored as follows:
    a if you opt to import the photos when iPhoto asks, they are left where iPhoto found them (or lost them, depending on how you view it...) in the 'year' folder system, within the iPhoto Library folder in the Finder; e.g. 2005>12>15>photo.jpg, 2003>10>05>photo2.jpg etc. Within iPhoto itself the photos are grouped in one new roll, and an album is created in the Source list called "Recovered Photos".
    b if you opt not to import the photos, they are moved from the 'year' folder system in the Finder into one folder within the iPhoto Library folder, entitled "Recovered Photos". The 'year' folders can be deleted, if they are still there - you should find that they are empty and they are not used by iPhoto 6.
    In Case b you can move the "Recovered Photos" folder to anywhere you like, e.g the Desktop, as the photos are no longer associated with iPhoto. In fact, if you decide you need to import some or all of the photos back into iPhoto, you will have to move the RP folder to another location as iPhoto will disallow any import from within the iPhoto Library folder.
    Take care either way; in my case I had 1014 recovered photos, which included all of the following:
    a originals of some of my photos, the edited versions were still in iPhoto
    b random duplicates of original photos
    c photos, both original and edited versions, which I had deleted long ago - sometimes as long as 2-3 years, many versions of iPhoto ago!"
    For me personally, iPhoto told me it had recovered some photos. i don't remember now if I told it to import or not (I think I am losing it) Anyway, when it was done, the first thing I did was take a look at the folder in the Finder. I checked through the loose Year/Month/day folders and all of mine were empty so I deleted them all in the finder. I opened iPhoto and all was fine (I already had made a backup so I felt safe deleting the empty folders)

  • Structure issue

    Dear All
    I am facing problem in structure in the query. In my query I have two structures. One in row & one in column. What I thought was even if the result set is 0 because I have structures in the query, it will display blank structures as an output. But instead when I run the query it shows output as "No applicable data found". My customer need is even if the query results are zero / null it should display the blank structure. I have not applied any suppression of zeros. How to do this??

    Hi,
    I suggest creating a dummy key figure which outputs the data and set the display property to 'Hide always'.
    Cheers
    Bala

  • Hyperion Reporting and Analysis Framework Agent issue

    Hi All,
             Right after have installed and configured all EPM 11.1.2.3 environment on Windows 2008, I had to stop all services and restarted the server for maintenance, after start all EPM services the RA Framework stops after have started and the following message is displayed at Event Viewer.
    "The description for Event ID 0 from source HyS9RaFrameworkAgent_epmsystem1 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    The Java Virtual Machine has exited with a code of 0, the service is being stopped.
    the message resource is present but the message is not found in the string/message table"
            What does it means ?  Someone could help me on that ?
    Thanks in advance

    Looking into log file agent.log at C:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\ReportingAnalysis, I've found the following :
    [2013-08-29T11:27:25.166-03:00] [EPMAGENT] [ERROR] [] [oracle.EPMAGENT.com.oracle.cmc.Agent] [tid: 10] [ecid: 0000K3AU9r0Fw0G6yzuXMG1I7pd5000000,0] Error while starting agent[[
    com.oracle.cmc.agent.AgentException: Can't create RMI registry & bind to RMI Registry
      at com.oracle.cmc.Agent.doRmiRegistry(Agent.java:620)
      at com.oracle.cmc.Agent.start(Agent.java:152)
      at com.oracle.cmc.Agent.main(Agent.java:936)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at com.brio.one.common.utils.Loader.run(Unknown Source)
      at com.brio.one.common.utils.Loader.main(Unknown Source)
    Caused by: java.rmi.server.ExportException: Port already in use: 6861; nested exception is:
      java.net.BindException: Address already in use: JVM_Bind
      at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:310)
      at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:218)
      at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:393)
      at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:129)
      at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:188)
      at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:100)
      at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:86)
      at java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:186)
      at com.oracle.cmc.util.RmiUtil.createRegistryAndBindAgent(RmiUtil.java:108)
      at com.oracle.cmc.Agent.doRmiRegistry(Agent.java:612)
      ... 8 more
    Caused by: java.net.BindException: Address already in use: JVM_Bind
      at java.net.PlainSocketImpl.socketBind(Native Method)
      at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:383)
      at java.net.ServerSocket.bind(ServerSocket.java:328)
      at java.net.ServerSocket.<init>(ServerSocket.java:194)
      at java.net.ServerSocket.<init>(ServerSocket.java:106)
      at sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(RMIDirectSocketFactory.java:27)
      at sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(RMIMasterSocketFactory.java:333)
      at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:649)
      at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:299)
      ... 17 more
       But the RMI servics starts without problem....

Maybe you are looking for

  • Another iMac G5 failing to start up

    Hello! I'm writing for my 84-year old neighbor, whose computer has given her much stress since last summer. I believe she purchased it in 2005 (Serial #W8445*PP6). Last summer the power supply died, and was replaced; last month the hard drive died, a

  • Cover Flow w/ Individual Tracks

    I have a number of singles in my library with no album info listed. When I view in grid or cover flow, each individual track shows up with the generic iTunes icon as cover art. Is there a way to either: a) consolidate all the singles for each artist

  • Refresh mapping when changes were done to the database

    I created a mapping with three tables to java objects. I added one extra column to the table. How do I refresh/synchronize/map my objects again? I'm using JDeveloper 10.1.3

  • Stripping out  a dynamically returned URL string

    Hi All, I have a returned dropdown list of URLs from a query. I want to strip them out to return only specific characters. Example: /origin.www.abcmedia.com/podcast/content/wp/78.mp3 /origin.www.abcmedia.com/podcast/content/wp/78.mp3?Cache /origin.ww

  • Can anyone give advice re: hacker/stalker issues?

    It must be tedious for power users to talk to neophytes (such as myself)...but I am desperate for help.  The hacker/stalker who is making my virtual life a virtual **** is far more sophisticated than I. After eight months plus of diligent (and obsess