OSB 11gR1 on MAC OS X, Possible?

Can OSB 11gR1 be installed on MAC OS X (for dev use).
I can install WL 10.3.3 (And fortunately there is a 'zip' version of WL 10.3.3 for MAC OS X), but the OSB 11gR1 d/l is one 'generic' installation and does not seem to support MAC OS X installation.
Is there a way to manually install/add the OSB 11gR1 stuff to the WL 10.3.3 that is already installed on MAC OS X?
We do all of our development on MAC OS X, and if I can get the OSB 11gR1 to run in it, I can get rid of my last 'Windoz' virtual machine.
Any and all help is greatly appreciated.
Thanks,
RB

I could manage to make it work, but probably not in the most correct and efficient way.
Please take a look at my blog to find the instructions to make OSB IDE work in your Mac OS X:
http://connection.rnascimento.com/2011/09/09/install-osb-11g-on-mac-os-x/
Now you just need to change the java home path in commEnv.sh (<your middleware home>/wlserver_10.3/common/bin/commEnv.sh) to your mac java home path (e.g. /Library/Java/Home).
I just would like to stress that this configuration is not supported by Oracle. I'm using it at my own risk and am assuming that you will do the same!
Hope it helps.
Regards,
Rodrigo Nascimento

Similar Messages

  • OSB 11gR1 plug-ins for Eclipse/OEPE on MAC OS

    Where/How can I get OSB 11gR1 specific Eclipse/OEPE plug-ins for Eclipse under MAC OS X?
    I installed the Eclipse 3.5.2 w/ OEPE plug-ins on MAC OS X, but need additioanl plug-ins to do OSB 11gR1 development in it, but can't seem to find them
    anywhere!
    Any help is greatly appreciated.
    THanks
    RB

    additioanl plug-ins to do OSB 11gR1 development in it, but can't seem to find them anywhere!these plug-ins/features are installed in OEPE by the OSB installer during installation.download from http://www.oracle.com/technology/software/products/osb/index.html, extract the osb.zip and runInstaller.sh. Hopefully the install script should work (I doubt if MAC OS X is supported. But could forsee no reason why this script cannot execute in MAC OS X unless there are hard coding in this sript for supported OS ).
    You are trying a un-supported configuration and all the best.
    My two cents.
    Manoj

  • JCA is not working in OSB 11gR1

    Hi all,
    I am in the process of evaluating Oracle OSB 11gR1 (11.1.5.0). I am using WLS 11gR1 (10.3.5). I don't see the JCA option in the transport protocols drop-down for proxy service or business service. I also created a database adapter using jdev and imported the .jca file with all XSDs and WSDLs, right-clicked on the .jca service and generated a service from OSB available option, The business service gets generated but I get this error in Eclipse: "*Invalid JCA transport endpoint configuration, exception java.lang.NullPointerException". I could not get any more details from eclipse (OEPE) on this exception". I tried everything. I installed as regular user and as roor/Administrator in both Windows XP and Linux Obuntu and nothing worked so far.
    Any help is really appreciated. I am not able to find anything on this and it is a show stopper.
    Best Regards,
    Firas
    Edited by: kfiras on Jan 11, 2012 4:55 PM

    Below is the exception stack. I was able to get it from the instance insalled on Linux:
    <Jan 13, 2012 3:54:41 AM PST> <Error> <JCATransport> <BEA-381979> <An error occured while validating JCA transport endpoint, exception: java.lang.NullPointerException
    java.lang.NullPointerException
         at oracle.tip.adapter.db.ox.AttributeHolder.toString(AttributeHolder.java:82)
         at java.lang.String.valueOf(String.java:2826)
         at org.eclipse.persistence.exceptions.DescriptorException.illegalArgumentWhileSettingValueThruMethodAccessor(DescriptorException.java:691)
         at org.eclipse.persistence.internal.descriptors.MethodAttributeAccessor.setAttributeValueInObject(MethodAttributeAccessor.java:248)
         at org.eclipse.persistence.internal.descriptors.MethodAttributeAccessor.setAttributeValueInObject(MethodAttributeAccessor.java:201)
         at org.eclipse.persistence.oxm.mappings.XMLDirectMapping.setAttributeValueInObject(XMLDirectMapping.java:386)
         at org.eclipse.persistence.mappings.DatabaseMapping.readFromRowIntoObject(DatabaseMapping.java:1284)
         at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:342)
         at org.eclipse.persistence.internal.oxm.XMLObjectBuilder.buildAttributesIntoObject(XMLObjectBuilder.java:376)
         at org.eclipse.persistence.internal.oxm.XMLObjectBuilder.buildObject(XMLObjectBuilder.java:286)
         at org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping.buildCompositeObject(XMLCompositeObjectMapping.java:435)
         at org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping.valueFromRow(XMLCompositeObjectMapping.java:540)
         at org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping.readFromRowIntoObject(XMLCompositeObjectMapping.java:464)
         at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildAttributesIntoObject(ObjectBuilder.java:342)
         at org.eclipse.persistence.internal.oxm.XMLObjectBuilder.buildAttributesIntoObject(XMLObjectBuilder.java:376)
         at org.eclipse.persistence.internal.oxm.XMLObjectBuilder.buildObject(XMLObjectBuilder.java:286)
         at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:427)
         at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:354)
         at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:208)
         at org.eclipse.persistence.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:476)
         at org.eclipse.persistence.sessions.factories.XMLProjectReader.readObjectPersistenceRuntimeFormat(XMLProjectReader.java:287)
         at org.eclipse.persistence.sessions.factories.XMLProjectReader.read1111Format(XMLProjectReader.java:263)
         at org.eclipse.persistence.sessions.factories.XMLProjectReader.read(XMLProjectReader.java:172)
         at oracle.tip.adapter.db.util.XMLProjectReaderUtil.read(XMLProjectReaderUtil.java:65)
         at oracle.tip.adapter.db.util.XMLProjectReaderUtil.read(XMLProjectReaderUtil.java:46)
         at oracle.tip.adapter.db.DBInteractionSpec.validate(DBInteractionSpec.java:137)
         at oracle.tip.adapter.sa.impl.fw.validation.WSDLDeploymentValidation.validateWsdlJcaBindingOperation(WSDLDeploymentValidation.java:445)
         at oracle.tip.adapter.sa.impl.meta.JCABindingEndpointMetadataHelper.validateJCAOperationSpecProperties(JCABindingEndpointMetadataHelper.java:261)
         at oracle.tip.adapter.sa.impl.meta.JCABindingEndpointMetadata.validateJCAInteractionSpecProperties(JCABindingEndpointMetadata.java:347)
         at oracle.tip.adapter.sa.impl.JCABindingEndpointContextImpl.validateJCAInteractionSpecProperties(JCABindingEndpointContextImpl.java:151)
         at oracle.tip.adapter.sa.impl.JCABindingReferenceImpl.validateJCAInteractionSpecProperties(JCABindingReferenceImpl.java:150)
         at com.bea.wli.sb.transports.jca.binding.JCAMetadata.validateInteractionSpecProperties(JCAMetadata.java:241)
         at com.bea.wli.sb.transports.jca.binding.JCAMetadata.validateSpecProperties(JCAMetadata.java:227)
         at com.bea.wli.sb.transports.jca.JCATransportProvider.validateWSDLProperties(JCATransportProvider.java:896)
         at com.bea.wli.sb.transports.jca.JCATransportProvider.validateEndPointConfiguration(JCATransportProvider.java:195)
         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.bea.wli.sb.transports.Util$1.invoke(Util.java:83)
         at $Proxy10.validateEndPointConfiguration(Unknown Source)
         at com.bea.wli.sb.transports.TransportManagerImpl.validateEndPointConfiguration(TransportManagerImpl.java:956)
         at com.bea.wli.sb.util.ClassHackImpl.validateEndPointConfiguration(ClassHackImpl.java:49)
         at com.bea.wli.sb.service.ServiceValidator.validateEndpointConfiguration(ServiceValidator.java:94)
         at com.bea.wli.sb.service.ServiceValidation.validateEndpointConfiguration(ServiceValidation.java:256)
         at com.bea.wli.sb.service.ServiceValidation._validate(ServiceValidation.java:173)
         at com.bea.wli.sb.service.ServiceValidation.validate(ServiceValidation.java:122)
         at com.bea.wli.sb.service.BusinessServiceTypeDef.validate(BusinessServiceTypeDef.java:193)
         at com.bea.wli.config.validation.ResourceValidator.validateContents(ResourceValidator.java:118)
         at com.bea.wli.config.validation.ResourceValidator.call(ResourceValidator.java:64)
         at com.bea.wli.config.validation.SequentialValidator.validate(SequentialValidator.java:34)
         at com.bea.wli.config.validation.ValidationService.validate(ValidationService.java:171)
         at com.bea.wli.config.impl.CoreToSessionPropagator.doValidation(CoreToSessionPropagator.java:239)
         at com.bea.wli.config.impl.CoreToSessionPropagator.handleBeforePrepare(CoreToSessionPropagator.java:118)
         at com.bea.wli.config.impl.CoreToSessionPropagator.beforePrepare(CoreToSessionPropagator.java:77)
         at com.bea.wli.config.transaction.TransactionListenerWrapper.beforePrepare(TransactionListenerWrapper.java:64)
         at com.bea.wli.config.transaction.TransactionManager.notifyBeforePrepare(TransactionManager.java:1094)
         at com.bea.wli.config.transaction.TransactionManager._prepareForCommit(TransactionManager.java:654)
         at com.bea.wli.config.transaction.TransactionManager.endTransaction(TransactionManager.java:782)
         at com.bea.wli.config.transaction.TransactionalTask._doExecute(TransactionalTask.java:226)
         at com.bea.wli.config.transaction.TransactionalTask._doExecuteWithRetry(TransactionalTask.java:162)
         at com.bea.wli.config.transaction.TransactionalTask.doExecute(TransactionalTask.java:142)
         at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:236)
         at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:191)
         at com.bea.alsb.core.internal.config.synchronize.AbstractSynchronizer.executeEx(Unknown Source)
         at com.bea.alsb.core.internal.config.synchronize.AbstractSynchronizer.execute(Unknown Source)
         at com.bea.alsb.core.internal.config.synchronize.DeltaSynchronizer.run(Unknown Source)
         at com.bea.alsb.core.internal.config.synchronize.DeltaSynchronizer.run(Unknown Source)
         at com.bea.alsb.core.internal.config.synchronize.SynchronizerService.run0(Unknown Source)
         at com.bea.alsb.core.internal.config.synchronize.SynchronizerService.access$2(Unknown Source)
         at com.bea.alsb.core.internal.config.synchronize.SynchronizerService$1.run(Unknown Source)
         at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
         at com.bea.alsb.core.internal.config.synchronize.SynchronizerService.runInWorkspace(Unknown Source)
         at com.bea.alsb.core.internal.config.synchronize.SynchronizerService.run(Unknown Source)
         at com.bea.alsb.core.internal.config.synchronize.SynchronizerService$Synchronizer.resourceChanged(Unknown Source)
         at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:291)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
         at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
         at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
         at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:311)
         at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:140)
         at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:242)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    >

  • If I purchase lightroom but want to install on both a pc and a mac is that possible from just a download version rather than ordering a disc?

    If I purchase lightroom but want to install on both a pc and a mac is that possible from just a download version rather than ordering a disc?

    Yes, a single serial number can be used to install on two computers and one can be a PC and one a Mac.   The download will be a different installer for each platform but the serial number should activate both.

  • As I installed WindowsXP I made a partition of 20Gb. Now I need more space. My Mac says: not possible. Is there yet a possibility to increase my Windows-partition.?

    As I installed WindowsXP I made a partition of 20Gb called Bootcamp. Now I need more space. My Mac says: not possible. Is there yet a possibility to increase my Windows-partition.?

    You should  probably repost in the Boot Camp forum, I think you stand a better chance of getting an answer there.
    Roger

  • Streaming rentals from mac to ATV - possible?

    Hi,
    I've recently purchased the new 2nd gen Apple TV. I have to say it's great for streaming content from out three macs to watch/listen on the TV. However, last night we tried to rent out "How to Train Your Dragon", and have been met with the "it will take X hours and XX minutes" before it is ready to play. We're on a 6Mbps connection, with average download speeds of c. 4Mbps (tested on several sites).
    We let the movie download overnight, which it did, and I hit play to see if it would start, which it did. I then paused it, as my fiance was in the shower, and when she joined me, the **** thing has started to download all over again. So we're in for another 4-8 hour wait (depending on what ATV is telling us). And our 48 hour watch period has now been activated! I'll definitely be asking for a refund on this rental.
    Now, what I wanted to ask is, would it be possible to rent a movie on one of our macs and then stream the rental to the Apple TV? Has anybody tested this to see if it would work?
    The only other option I see, other than renting things hours in advance and praying that they will actually have finished in time (and actually play), is to download the SD versions instead. Does anyone know if there is very diminished quality when watching the SD versions on a 32" LCD TV?
    Thanks for your help!

    Ge0ph wrote:
    On my 32" I can't tell the difference between SD and HD. On my 42" I can't tell a little bit of a difference. If I had a larger TV the difference would be more appairent.
    Rule of thumb:
    The larger the TV the more you need HD.
    it also depends if you are sitting too close, too far away or the correct distance from the TV.
    many either sit far too close or too far away.
    on my 32" (before i upgraded it), it was very apparent the difference between SD and HD (on both appletv and broadcast TV). On my new 40" it is much the same (although the panel on this new TV is far superior than then 32").

  • Factory Defaults in Mac Mini and Possible Trade-Up?

    Hi, beforehand, please direct all answers if possible to [email protected] Thanks in advance.
    I have questions that have probably been answered or maybe not, so I'm sorry in advance.
    I'd like to restore my Mac Mini to its factory defaults. Since I'm a Windows-user-almost-turned-Mac-user, I'm still learning, but it's just difficult for me. The reason I'd like to do this is so that I can hopefully sell it and eventually buy a Macbook with the money I get on it.
    That being said, I'd also like to ask if there is possibly a way I can bring my Mac Mini to, say, a local Apple Store and "trade up" to a Macbook--and pay whatever difference with cash. Again, I'm very new to this, so thank you all for your forebearance.
    I hope to hear from any of you soon. Have a great day and weekend, and Happy Father's in advance to you fathers.
    -Davy

    Hi, beforehand, please direct all answers if possible to
    [email protected] Thanks in advance.
    First its usually bad form to say "don't post here but email you". Others can benefit from your questions and the answers that eminate from those queries.
    Second by posting your email address you open youself to a flood of spam
    I have questions that have probably been answered or maybe not, so I'm
    sorry in advance.
    They may have been try the search feature of this forum
    I'd like to restore my Mac Mini to its factory defaults.
    Easy enough to do, insert the install disc, restart the Mac and hold the C key down. You can select erase and install, which wipes everything out, or archive and install which preserves your home folder.
    if there is possibly a way I can bring my Mac Mini to, say, a local Apple Store and "trade up" to a Macbook
    If you are in the 14 day purchase period then yes you can do a return/purchase. After that no, and in fact I don't know any computer company that will let you trade up to another model after you go beyond the return period.
    The mini and Macbook are nearly identical in specs and the speed difference in the mini's clock rate is minimal. If you need a portable solution I suggest you purchase the Macbook as opposed to the mini. I own both and I'm very pleased with both of them and I think either one you buy will be a great computer to work and play with

  • Transferring from mac to pc - possible?

    Hi everyone, I'm in a bit of a bind and am hoping someone can help me out. My iPhone is associated with my PowerBook G4. A while back, the PowerBook crapped out (I'm thinking it's the mainboard...problem has happened before). I can't power on the thing let alone access iTunes. Is it possible to reassociate my iPhone to my PC without losing/formatting the data on my iPhone? How about just for software updates? Thanks!

    musicante wrote:
    Thanks,
    the thing is that it worked without me doing anything. Is it possible that the hd was already FAT32 as default?
    Depends on the manufacturer. I've bought a couple of 160 GB bus powered USB drives. One was a Western Digital Passport, and that came formatted in FAT32 for Mac/PC compatibility. The other was a SimpleTech Pininfarinia Design drive (same WD HD internals but likely different USB chipset) which came formatted in NTFS.
    The main problem with FAT32 is a 4 GB file size limit. I have a few DVD archive images, and I can't save those on a FAT32 formatted drive unless they're under the limit.

  • Mini mac and a possible broken charger unit

    In a discussion with a mate he asked if I ever had problems with charger units on my mac.
    He uses a mini mac in connection to an external harddrive. That external harddrive currently died during runtime.
    The mini mac itself was running fine till then - but it keeps shutting itself down after 5 minutes. No chance on reboot to run it again.
    Only after removing the charger from the house power socket it is rebootable.
    I never had any issues with the apple chargers yet myself. Might be that the step into virtual nirvana of the external harddrive damaged the charger, though I am not aware if the charger have a return line / return duct.
    Does anyone here has experience with such kind of trouble shooting?
    Cheers in advace

    Several thoughts come to mind, the first of which being that the mini doesn't have a 'charger' - it has an external power brick - thus it can't run unless it is plugged in.
    That aside, to troubleshoot this problem it would really be better to have the owner/user of this system post here rather than you, simply because that would give us a first hand description of the problem and allow us to ask questions about the system and its behaviour. Doing it this way can make trying to work out what's going on far more difficult.
    For example, what kind of Mac mini is this; how old is it; what is it used for; what software is installed on it; are the shutdowns accompanied by any fan activity; does the system simply shut down or are there any error messages or other dialog boxes on the display; what happens when an attempt is made to reboot it after a shutdown; how much time is needed after shutting down before it starts up again......?
    My first reaction to the symptoms as briefly described is that the system is suffering from an overheating problem since the mini is designed to go into protective shutdown if it gets too hot. If that were the case then it would run a lot longer when started from cold than it would when rebooted after running a while. It isn't likely to be a problem with the power supply, since typically these either work or don't, but it isn't possible to rule it out completely until we have more information. The only way that the hard drive's power supply could have an effect is if it failed with a short circuit on the live side, which could be expected to pull down the mini's supply if it were plugged into the same power socket, though it would just as easily blow a house fuse/trip a breaker in that situation.

  • OSB 11gR1 Cluster Environment Issues

    Hi,
    I installed Oracle Service Bus 11gR1 on a clustered environment with two nodes and extended the domain for OSB. (First Node: osb_server1, Second Node: osb_server2)
    I am facing the problems below on this environment:
    1. When I login on SB Console on second node, on "Operations" menu a warning message (Unable to obtain metrics data from the server. ) is displayed and the message below is logged on osb_server2:
    <Aug 14, 2012 3:21:00 PM GMT+03:00> <Error> <ALSB Statistics Manager>
    <BEA-473003> <Aggregation Server Not Available. Failed to get remote aggregator
    java.lang.IllegalArgumentException: Server 'null' not found
    at com.bea.alsb.platform.weblogic.WlsDomainConfigurationImpl.getServer(WlsDomainConfigurationImpl.java:98)
    at com.bea.alsb.platform.weblogic.WlsDomainConfigurationImpl.getAggregationServer(WlsDomainConfigurationImpl.java:119)
    at com.bea.wli.monitoring.statistics.ALSBStatisticsManager.getRemoteAggregator(ALSBStatisticsManager.java:291)
    at com.bea.wli.monitoring.statistics.ALSBStatisticsManager.access$000(ALSBStatisticsManager.java:38)
    at com.bea.wli.monitoring.statistics.ALSBStatisticsManager$RemoteAggregatorProxy.send(ALSBStatisticsManager.java:55)
    Truncated. see log file for complete stacktrace
    >
    2. In SB Console on both nodes when "Security" menu is selected, an error message (Message The server encountered an unexpected condition which prevented it from fulfilling the request. ) is displayed and the message (
    <Aug 14, 2012 3:16:03 PM EEST> <Error> <User-Management-WLI-OAM> <BEA-000000>
    <[BEA-WLI-Security-UserManagement:482200]The operation searchUsers is not supported by the provider null for user/group .>
    <Aug 14, 2012 3:16:03 PM EEST> <Error> <User-Management-WLI-OAM> <BEA-000000>
    <[BEA-WLI-Security-UserManagement:482200]The operation searchUsers is not supported by the provider null for user/group .>
    <Aug 14, 2012 3:16:03 PM EEST> <Error> <ALSB Console> <BEA-494002> <Internal error occured in OSBConsole : null
    com.bea.p13n.security.management.OperationNotSupportedException
    at com.bea.p13n.security.management.authentication.AtnManagerProxy.getUserNames(AtnManagerProxy.java:579)
    at com.bea.alsb.console.oam.usermanagement.UserManagementHelper.getUserNames(UserManagementHelper.java:857)
    at com.bea.alsb.console.oam.usermanagement.UserManagementHelper.searchUsers(UserManagementHelper.java:138)
    at com.bea.alsb.console.usermanagement.user.UserManagement.viewUsersByName(UserManagement.java:244)
    at com.bea.alsb.console.usermanagement.user.UserManagement.viewUsers(UserManagement.java:71)
    Truncated. see log file for complete stacktrace
    >
    How can I solve these two issues?

    For the first error - Refer to this http://tim.blackamber.org.uk/?p=975
    For the second error - Looks like there is an issue loading the default ldap configuration. Please do the following:
    1. Take a backup of the following folders cache+, data+ and tmp+ in each of the servers.
    2. Then delete the contents of the above folders in each server
    3. And restart all the servers in the cluster. This should reinitialize all the required files at startup.
    Hope this helps.
    Thanks,
    Patrick

  • Three party AV chat question: is Mac to Mac to PC possible?

    I've got a MacBook Pro with iChat AV 3 which I've used to do a three party AV chat session with appleu3test01 and appleu3test02 (or whatever the names of the test Apple AV lines are).
    I'd like to be able to do a three party AV chat session with my mother and my sister.
    My Mom has an iBook running OS 10.3.9 with the old version of iChat. I think I can convince her to upgrade to OS 10.4 so that she can do her part in the three party AV chat.
    My sister has a PC and uses Trillian Pro. Does anyone know of some software that will let PC users chat with Mac/iChat users that supports the three party AV chat?
    Thanks.
    Jim

    Hi James:
    Three way conferences between macs and PC's are not possible with iChat, AIM or Trillian. Your mother could participate if she upgraded to 10.4 Tiger.
    However, Sightspeed claims to offer multi-person conferences between mac's and pc's. http://www.sightspeed.com/
    If you try it out, let us know how you like it.
    Good luck!

  • Updated question: Both Mac & PC links possible??

    I apologize right away for posting a new topic with my updated question. But I realized I didn't phrase it right to get any help.
    The question is - is it possible make both Mac links and PC links available on one disk. They would be in separate chapters. (i.e., directing Mac users to this page and Pc to another) Anyone tried this.
    thanks.

    hi jujubes
    I just realised I misled you in my replay to your earlier post due to my poor writing skills
    to clarify:
    I suggest using Intellidisc to create the links for playback on a PC
    you would also use DVD@Access within DVDSP to create the links for Mac playback
    the links will work when played back on both mac and PC from this single disc
    the Intellidisc website gives all this in a tutorial at:
    wwwintellidisc.com

  • HT201900 I have an Epson Stylus SX218 connected by hardwire to my I MAC is it possible to use this set up to print from my Apple IPAD

    I have an epsom Stylus SZ218 printer hardwired to my I my MAC and wish to print from my I Pad any ideas?

    Epson SX218 does not appear on the list of AirPrint compatible printers....see below for details....so it would not be be possible to print from the iPad to this printer unless you add additional software that might allow this.
    About AirPrint - Apple Support
    Try Printopia. There is a free trial, so you will know if it works before you buy. Details here:
    Printopia - Ecamm Network
    There are also other similar utilities available on the Apple App Store.

  • Brand New Mac: Is It Possible to Update from 10.6.3 to 10.6.6?

    Thrilled to have just unpacked my new MBP (15", 2.53GHz). According to the details on the machine, Snow is on 10.6.3. Software Update is showing I need Mac OSX Updated Combined (1.06GBs!). Attempts give me a msg that it 'could not be expanded' and 'could have been corrupted during download'. Is it possible that I need to update through all the incremental steps between 10.6.3 and 10.6.6? I can't imagine that this is the issue, but can anyone assist?

    No, the combined update is what you are looking for. There have been quite a few posts from people seeing similar things. You may want to search for those to see if there were any solutions.
    Try downloading the update directly from Apple: http://support.apple.com/kb/dl1349
    Also try repairing permissions using Disk Utility (Utilities folder).
    Message was edited by: Barney-15E

  • Stolen mac: it is possible to block it and to locate it?

    Hi all,
    My mac has been stolen yestarday. I have my serial number, ethernet ID and bluetooth ID.
    What should I do?
    I reported to the police. Is it possible in this case to block and even to locate my mac?
    Unfortunately, I haven't activate the option of iCloud "find the device" on my laptop.
    Thanks in advance

    Unfortunately, the iCloud approach was the only possibility for blocking/locating via the internet.

Maybe you are looking for

  • Year End Adjustments for AW CPF - Singapore Payroll

    Hi, The year end adjustments are not reflecting for the Dec month payroll. Please kindly refer to the below calculations for the excess amounts  that are not being calculated for AW CPF. Month      OW paid in 2011     OW subject to CPF in 2011     Co

  • Can I run Panther off an external hard drive

    Hi all, First of all, let me preface the following with this caveat: I'd describe myself as a novice when it comes to all things MAC, so please bear with me. I read earlier posts on running OS X on an external drive, but I have a slightly specialized

  • Adobe reader 9 - Updater Plug-in has been removed

    Prior to installing the recent version of Adobe reader, I was able to populate an Adobe reader form. When I now try and populate the same form, I receive an error message "Updater plug-in has been removed. Please re-install Acrobat to continue viewin

  • Can't change countries in App Store

    I changed my Apple ID from United States to Canada and now I have purchases in both countries. However I can't find a way to switch between the different countries' stores. The FAQ and some forum posts I've seen refer to a flag that is supposed to be

  • Ever since updating to OSX Mountain Lion, I can't access my FCPX files

    When I went into FCPX after updating to OSX Mountain Lion, I was told I needed to update my FCP files or they wouldn't play. I clicked update and left it running all night (I have a lot of large files). The next day, after rebooting, I tried to acces