ANE with 3rd party libraries

Short Version:  How does one package 3rd party dylib dependencies with an ANE on MacOS?
Extended Version:
I have an ANE that dynamically links with 3rd party libraries.  I am working on MacOS.
My ANE framework dylib file links with the 3rd party library dylib.  However, when I package a bundle application with the ANE, the ANE fails to initialize, throwing an Error: "ArgumentError: Error #3500".  I have inferred that the issue is failure to find and link my 3rd party library dylib.
If I run my AIR app from a Working Directory that contains the 3rd party library, everything works.  This implies that the linker is only looking in the Current Working Directory and not the locations of the 3rd party dylibs.
I have included my 3rd party dylibs with my ANE framework, for instance:
MyANE.framework/MyANE
MyANE.framework/Resources/3rdparty.dylib
I have used otool to inspect the linkage for MyANE.framework/MyANE:
MyANE:
          libMyANE.dylib (compatibility version 0.0.0, current version 0.0.0)
          @rpath/Adobe AIR.framework/Versions/1.0/Adobe AIR (compatibility version 1.0.0, current version 1.0.0)
          ./3rdparty.dylib (compatibility version 1.0.0, current version 1.0.0)
      /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 52.0.0)
          /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0)
Ok, you see that it wants to load from CWD.  I tried changing the 3rdparty.dylib linkage, as so:
install_name_tool -change ./3rdparty.dylib @loader_path/Resources/3rdparty.dylib MyANE
but the application displays exactly the same behavior:  It only works if I run from the folder containing 3rdparty.lib.
Are there some kind of additional platform options I have to set while packaging the ANE?
Thanks!
JW

Hello,
I assume your client is standalone (or runs outside of the WLS JVM) if so you will need to put the required jars on your clients classpath.
cheers
Hussein Badakhchani
www.orbism.com

Similar Messages

  • Linking Error :: Solaris 8 machine with 3rd party libraries

    Hi,
    I am working on a Solaris8 migration project.
    I need an explanation for a problem I have compiling a rather old program I am working with at work. I tried compiling it,
    however I get a bunch of errors of the same type:
    Undefined symbol first referenced in file
    unsafe_ostream::do_opfx(void) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
    operator new(unsigned int) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.
    so
    endl(ostream&) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
    ws(istream&) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
    exthrow /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
    RWCString RWLocaleSnapshot::asString(double,int,bool)const ./objs/CalcFinancial.o
    FDRMSCash::FDRMSCash(const RWDBDatabase&,const RWCString&) ./objs/CalcFinancial.o
    RWDBMemTable::~RWDBMemTable() ./objs/CalcFinancial.o
    exalloc /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
    ostream::operator <<(double) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
    ostream::operator <<(long) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
    istream::operator >>(double&) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
    istream::operator >>(int&) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
    istream::operator >>(long&) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
    istream::operator >>(char*) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
    Iostream_init::Iostream_init(void) /xenv/RKCurves/sun4/5.x/1.0_A0_beta/lib/librk.so
    FDRMSvsCash::FDRMSvsCash(const RWDBDatabase&,const RWCString&) ./objs/CalcFinancial.o
    RWDBValue&RWDBRow::operator[](unsigned)const ./objs/CalcFinancial.o
    RWDBRow&RWDBMemTable::operator[](unsigned) ./objs/CalcFinancial.o
    RWDecimalPortableInit::RWDecimalPortableInit() ./objs/CalcFinancial.o
    ld: fatal: Symbol referencing errors. No output written to CalcFinancial
    *** Error code 1
    make: Fatal error: Command failed for target `CalcFinancial'
    I can understand that it has to do with linking problems...Compiling is ok..
    I am working on Solaris 8 machine with additional 3rd party libraries like rogue wave etc..
    I have added the library path to the makefile with the -L option & also given the library name with -l option.
    Any help would be appreciated...
    regards
    Debkumar

    I am using FORTE 6 compiler on Solaris 8, & Rogue Wave Source Pro.
    The LINK command is
    $(ALTCC) -mt -library=rwtools7,iostream -staticlib=rwtools7,iostream -lCcFi -lCcDt /xenv/RK
    Curves/sun4/5.x/1.0_A0_beta/lib/librk.a -L/software/development/fdrms/ab83445/src/lib/sun4-5 -lFDRMS
    Calc -L/software/development/fdrms/ab83445/src/lib/sun4-5.5.1 -lFDRMSCalc -ptr$(OBJDIR) -o $@ $(OBJECTS:%=$(OBJDIR)/%)
    The librk.so linking errors can be eliminated if i force it to link the static libraries by including the complete paths to it...
    The errors with CalcFinancial still persists..
    RWCString RWLocaleSnapshot::asString(double,int,bool)const ./objs/CalcFinancial.o
    FDRMSCash::FDRMSCash(const RWDBDatabase&,const RWCString&) ./objs/CalcFinancial.o
    RWDBMemTable::~RWDBMemTable() ./objs/CalcFinancial.o
    FDRMSvsCash::FDRMSvsCash(const RWDBDatabase&,const RWCString&) ./objs/CalcFinancial.o
    RWDBValue&RWDBRow:perator[](unsigned)const ./objs/CalcFinancial.o
    RWDBRow&RWDBMemTable:perator[](unsigned) ./objs/CalcFinancial.o
    RWDecimalPortableInit::RWDecimalPortableInit() ./objs/CalcFinancial.o
    bool RWLocaleSnapshot::stringToNum(const RWCString&,unsigned long*)const ./objs/CalcFinancial.o
    bool RWLocaleSnapshot::stringToNum(const RWCString&,long*)const ./objs/CalcFinancial.o
    FDRMSDebugger::FDRMSDebugger() ./objs/CalcFinancial.o
    bool RWLocaleSnapshot::stringToTime(const RWCString&,std::tm*)const ./objs/CalcFinancial.o
    void DestroyCurves() ./objs/CalcFinancial.o
    FDRMSvsNonCash::FDRMSvsNonCash(const RWDBDatabase&,const RWCString&) ./objs/CalcFinancial.o
    RWDBDatabase::~RWDBDatabase() ./objs/CalcFinancial.o
    RWDBDatabase RWDBManager::database(const RWCString&,const RWCString&,const RWCString&,const RWCStrin
    g&,const RWCString&) ./objs/CalcFinancial.o
    RWDate getValueDate(const RWDBDatabase&) ./objs/CalcFinancial.o
    FDRMSDebugger::~FDRMSDebugger() ./objs/CalcFinancial.o
    unsigned RWDBTable::index(const RWCString&)const ./objs/CalcFinancial.o
    RWCString RWDBValue::asString()const ./objs/CalcFinancial.o
    void closeDatabase(RWDBDatabase&) ./objs/CalcFinancial.o
    unsigned RWDBMemTable::entries()const ./objs/CalcFinancial.o
    bool RWLocaleSnapshot::stringToDate(const RWCString&,std::tm*)const ./objs/CalcFinancial.o
    FDRMSFinancial::FinancialType FDRMSFinancial::convertStringToFinancialType(const RWCString) ./objs/C
    alcFinancial.o
    void CreateCurves() ./objs/CalcFinancial.o
    RWCString arg(RWCString,int,char**) ./objs/CalcFinancial.o
    RWDBMemTable*getRefsByFinclSrcAndBatchStp(const RWDBDatabase&,const RWCString&,const RWCString&,cons
    t RWCString&,const int,const int) ./objs/CalcFinancial.o
    bool RWLocaleSnapshot::stringToMoney(const RWCString&,double*,RWLocale::CurrSymbol)const ./objs/Calc
    Financial.o
    bool FDRMSDebugger::start(const RWCString&) ./objs/CalcFinancial.o
    bool RWLocaleSnapshot::stringToNum(const RWCString&,double*)const ./objs/CalcFinancial.o
    bool RWDBDatabase::isValid()const ./objs/CalcFinancial.o
    ld: fatal: Symbol referencing errors. No output written to CalcFinancial
    *** Error code 1
    make: Fatal error: Command failed for target `CalcFinancial'
    Any help...
    Thanks in advance.
    Deb

  • Problems with 3rd party libraries used in ejb

    Hi
    I need to deploy a standalone ejb component to weblogic server. The ejb uses some libraries. When my client application invokes it, an exception is thrown for not able to find classes in those libraries.
    I tried putting the jar files in Weblogic's lib folder, and also edited startWebLogic.cmd file to add them to classpath. It just won't work.

    Also, how is the EJB deployed? if its an EAR, you should see the third-party jars in the EAR in the "APP-INF" directory (workshop created beans and built EAR has the APP-INF directory)

  • Connecting my iPhone 4S with 3rd party composite cable; error "accessory not supported by iphone".  Sound comes through and it charges but NO Video???

    Connecting my iPhone 4S with 3rd party composite cable; error "accessory not supported by iphone".  Sound comes through and it charges but NO Video???  I have verified the cable, I can play video with sound from iPod Nano 4th gen.

    composite don't support mirror so it will only display on the tv when the app being used support tvout option
    the build in video app does so it should display on the tv at least my composite cable does with my iphone4
    the audio always works it's pretty much works like a headset

  • IPayment with 3rd Party payment system

    Hi All,
    I have to configure iPayment with the third party payment system. the 3rd party talks with the Paymentech for credit card processing.
    Here in this case,
    1. 3rd party server is providing web services to talk with them
    2. 3rd party server is working fine with the Paymentech
    Issues
    1. As per my understanding, I have to use Gateway model overhere. Correct me if I am worng?
    2. Do I need to create any configuration servlet to talk with 3rd party server or is there any other way?
    3. At which point I should call the web services provided by 3rd party?
    4. How to create request as per the web service requirements and how to solve the response provided by web services?
    Thanks in advance

    Hi,
    If your third party system talks with Payment Tech, Is it possible for you to confiure payment Tech directly with iPayment. As you know that oracle provides all the necessary confguration and servelt. Its pretty striagt forward and simple.
    Find out whether you can use payment tech directly, that should solve most of your issues. If you need more information, let me know
    Thanks,
    RK
    925 998 1494
    Independent Techno Func Consultant

  • Swing with third party libraries

    I know that within the Java SDK there is an extensive ability to create 2D and 3D graphics for use in an application. However, what is the situation with 3rd part libraries (e.g. specifically looking at Open Inventor from numerical algorithms group). Is it easy to use these libraries within swing? For instance, from my limited knowledge so far I would envisgae creating some sort of 'pane' in which I could then simply paint a chart/graph that I'd created with the NAG library. Is it this easy or much more involved? To what extent are libraries compatible? As you can see I at a fairly basic level here so any help much appreciated.
    Cheers

    Close this thread as it makes little sense.

  • HT204368 Can you (Handoff) control your iphone with 3rd party devices ? (Like making calls, sending message, etc...)

    I am wondering if you can control your iphone or other iOS devices with 3rd party devices? I have in mind like making calls, sending sms, etc....
    Thank you!

    No,

  • Is message persistance with 3rd party queues implemented?

    Is message persistance with 3rd party queues implemented for 9.0.2 or 9.0.3 prev?
    I am not able to use Oracle JMS and want to try implementing this.
    Documents on how to implement this would be helpful.
    thanks,
    Isaac

    OC4J 9.0.2 is certified with few JMS providers like MQSeries, SonicMQ, SwiftMQ, etc. Please look at the Services Guide that documents how to use 3rd Party JMS providers.
    regards
    Debu

  • Trouble with 3rd party VST installs for Garageband, can't find instruments

    Hi,
    I am having trouble with Audio Units for Garageband when installing 3rd party software, VSTs, loops, instruments. I have more issues with Logic Pro. I am hoping that it is the same underlying issue and that I am just missing something. I have the manuals (not great for troubleshooting). I am confused with some installs use User Library and others use the Computer Library. I do go to the mfgs sites for updates. The installs sometimes work as standalones but I don't see ALL of the components of the software in say Garageband or Logic. Mostly, I am missing the "instruments" and "loops" that I want to access within the DAW. Some examples:
    • Here is some of the software I am talking about:  East West sample libraries (Play and Native Instruments); Vienna Symphonic librarires; Sylenth1 (just last night); Sample Tank 2 and Total Workstation 2 from IK Multimedia and others.
    • In GB I see the Audio Units for Vienna, Play, Sylenth, some of the IK Multimedia but NOT any instruments when I go to the "Sound Generator" -- I seem to be missing the instruments and loops. I see less AUs in Logic Pro. Some of these are VST instruments.
    • Can I just drag-drop samples to the library folders to fix this?
    • The plug-ins do not seem to work (though Sylenth1 worked for a single sound). When there is a standalone app (as in Sample Tank), I finally got the "sounds" to be reinstalled and loaded, those sounds/samples don't show up in any DAW.
    • When and if the sounds/loops/samples show up in GB's "Instruments" section will I be able to tell that they belong to that particular software or library?
    Thanks in advance.
    John

    Found the answer myself, it was simple:
    • Select the Track
    • Show the Instrument (info area)
    • Click on Edit
    • Click on the "Sound Generator" pop up field.
    • At the bottom of the pop-up list, select from the Audio Units that you have installed. This is where you see "Sample Tank 2, Vienna Instruments..."
    • NEXT -- IMPORTANT:   CLICK ON THE PICTURE next to the Sound Generator pop-up field.The AU unit loads up, the interface pops up, you load up the instruments in this AU Unit. You do NOT see the sounds from the AU unit in the normal Apple instrument list.
    This was not intuitive but once you know it, fairly simple.
    Still, the devil is in the details -- more questions on the way.

  • Deployment of Java App with 3rd party dll

    Hi,
    I am developing one application on windows environment. I am using netbeans 6.0 as my IDE. in this application I have to use 3rd party dll along with one 3rd party jar library. this jar library hides all the implementation of the native methods. So i don't have to use native methods in my application directly which means that I just need to call the java classes of the vendors jar library. I am able to execute the application in Netbeans. but I am not able to deploy the application. I want to know that how should i deploy my application which will be simple jar with vendors library and the dlls, so that user just have to run the application just through the command line( java -jar myapp.jar)

    no you didn't understood the question. Wrong.
    I understood the question.
    You however didn't understand the response.
    So let me expand on it.
    The library consists of java and dlls. There is absolutely no way that it will run on a client box without the dlls. So they must be delivered in some way.
    Now I suppose they could have encrypted/packed the dlls in some fashion but that isn't likely. And if it is then the java code of the library is responsible for loading them and there will be nothing you can do about it.
    Excluding that.....
    Shared libraries can ONLY be loaded via one of the following methods.
    1. The dlls must be in the PATH environment of the application
    2. The path must be explicitly provided in the application.
    For the libraries you have one of the following will be true
    1. The dlls must be in the PATH environment of the application
    2. The path must be explicitly provided from your code and passed to the library code.
    3. You must explicitly load the dlls in your code and hope that the library code is smart enough to deal with it.
    For option 2 the library must provide a method for you to pass a path.
    For option 3 the library code must be written to support this.
    For option 1 you will need to modify the client in some way to provide for the PATH (which you can do in various ways, none of which have anything to do with Java specifically although 'WebStart' or whatever it is called might do it.)

  • Airplay no longer working with 3rd party after upgrading to Maverick.

    I updated my MacBook Pro this week and I have noticed that the airplay icon is no longer showing up in iTunes to connect to my Denon Amplifier. The interesting thing is that my old iPad 1 that I have that is still running 5.1.1 can connect and play to the receiver just fine.
    Was there an update to the airplay software that would affect 3rd party devices? I was not able to find any new updates for my receiver.

    I woke up this morning with the same problem (all was fine last night).  Only way to get all my mailbox folders back was to use Time Machine while in Mail, choosing the backup file from previous night and selecting EACH MAILBOX to restore (23 for me).  All appears okay so far today (except some of my accessories in the menu bar are gone). 
    I sure hope an update comes SOON.  In anticipation of Mavericks and the new MAIL I switched from Outlook 2011 3 weeks ago transfering 17,000+ files and would hate to back

  • Adobe Muse form with 3rd party host is not working

    I have uploaded a form with Adobe Muse to a 3rd party host.  Upon testing the link scripts/form_check.php, I see 3 green checkmarks.  Upon testing the form, the form appears to submit successfully, however I never receive the email.
    I checked with the hosting company and this is what they said:
    ...this form is using localhost smtp of webserver which was stopped due to spamming issues...actually, localhost doesn't have proper rDNS record and the return path for all mails is the server itself, so whenever a client uses its domain for spamming the server's mail queue gets choked and creates issues for others. So we generally do not open localhost smtp and recommend users to use proper SMTP Authentication so that each mail will be delivered and won't create issues for server even if someone does spamming because in that case all mails will bounce back to the mailbox.  So, we recommend you to use smtp authentication in the form and use proper smtp details to send mail.
    Please provide a recommendation on what I should do to resolve this?  Is there a way to modify the form so that it uses proper SMTP Authentication instead of Localhost?

    Hi
    Please refer to this document :
    https://forums.adobe.com/docs/DOC-3581
    Thanks,
    Sanjit

  • Service desk integration with 3rd party tool

    Hi all,
    I've problems understanding the setup of connecting a 3rd party service desk tool with solman itsm.
    So far it's clear that I need to activate and configure the service provider and consumer in soamanager.
    The webservice then will be called by the 3rd party tool with corresponding data.
    However, according to spro I need to define a value mapping for incoming/outgoing calls.
    I do not understand this mapping... the WSDL of webservice ICT_SERVICE_DESK_API contains lots of fields, but in spro -> value mapping I can only define the following fields (which are hard coded in type pool AIICT):
    SAPCategory
    SAPComponent
    SAPDatabase
    SAPFrontend
    SAPIncidentID
    SAPIncidentStatus
    SAPInstNo
    SAPOperatingSystem
    SAPSoftwareComponent
    SAPSoftwareComponentPatch
    SAPSoftwareComponentRelease
    SAPSubject
    SAPSystemClient
    SAPSystemID
    SAPSystemType
    SAPUserStatus
    What about attachments, priority etc.?
    Will the interface parameters mapped to these ones?
    For what purpose do I need to maintain the value mapping?
    Can you give me a hint?
    Regards, Richard Pietsch

    can you please check the WIKI Solution manager Service Desk Integration with third party service desk - SAP Solution Manager - Security and Authorizat…

  • No SDO Communication Using CAN over EtherCAT (CoE) with 3rd Party Slave

    Dear all
    We are trying to establish an EtherCAT communication between a cRIO 9024 as EtherCAT master with a 3rd party frequency comverter (bmaxx 4432) as EtherCAT slave. CanOPEN over EtherCAT is industry standard.
    The slave device has a CAN in Automation (CiA) configuration 402, i.e. motion and drives. Thus it has a well configured address range, input/output parameters and the like. The frequency converter remains in INIT mode and waits for a PDO definition, sent via an SDO communication. 
    In LabView, adding an EtherCAT master in the cRIO system works fine. Adding targets and devices on the configured EtherCAT master also works fine after we imported an XML description of our third party EtherCAT slave. LabView detects the slave type and the version correctly. Thus, there must already be a rudimentary EtherCAT communication working between LabView and our 3rd party slave.
    The problem is that we cannot establish a first SDO communication.
    Every description I found was about using CANopen on a CAN bus hardware (e.g. NI 9861) plugged into the cRIO. Descriptions concerning EtherCAT are usually concerning an NI cRIO 9144 extension as slave, which is not what we have.
    The NI CANopen library seems to definitely require the NI 9861.
    Is this correct?
    1)
    Either it should be possible to define a kind of virtual CAN port based on the EtherCAT port, on which we can write to and read from with the NI CANopen library. This would be the preferred solution so we can use the CANopen VIs.
    Is there a way to do this?
    2)
    Otherwise, there should be a possibility to establish a more basic SDO/PDO communication directly based on the EtherCAT interface.
    Are there any NMT/SDO/PDO VIs available to do the programming?
    Is there a manual document which would describe how to start the first communication setup via EtherCAT (CoE)?
    My sincere thanks for any advice you can give.
    Many cheers
     Markus

    Dear all,
    I'm trying to establish a connection between a cRIO9068 and a BM 3300 via CoE.
    I already had a hard time establishing a normal EtherCAT-connection.
    Finally I could set the Scan engine to active, and I was able to get from "ini" and  "pre operational" into "Safe operational" and "operational".
    As I can see, you had similar problems as I do.
    When I add my cRIO to my project (with the EterCAT-master)  I can look for the slave device, and add it to my project.
    Within this slave device, I can add two mods, as seen in the attachment.
    These slots should include all the parameters, the drive provides, but actually I only end up with some "position mode" -parameters, I think those are the SDO's.
    If I add these to a VI, the cRIO scan engine switches to configuration mode, but can't switch back to active mode.
    Actually, the Baumüller slave device should be able to provide multiple parameters for read and write.
    I can see them, wehn I go to "online device state" in the rightklick menu of the slave device (Parameter.png), but there's no way I can actually use them.
    I can't add these "slots" on every computer.
    On some computers it's possible, on some it isn't.
    Thanks for any advice, you can give.
    Yours sincerely
    Karl
    Attachments:
    slot 1.PNG ‏6 KB
    slot 2.PNG ‏9 KB
    Parameter.PNG ‏46 KB

  • PO no of customer in ORDERS05 IDoc with 3rd party scenario

    Hello experts,
    we have the scenario where we are getting purchase orders from our customer (which is in the same system like we are). Then we create SO for the customer and a PO to the external vendor. The goods should be delivered directly to the customer.
    In that 3rd party scenario we will send our PO via ORDERS05 IDoc to the vendor. Once the vendor is shipping the goods, he sends us an ASN and we create a statistical GR.
    Now our target is to give our customer somehow the information, that the delivery shipped from the vendor will be based on his PO to us. Do you know a way how we can give his PO no. to the vendor in the SAP standard ORDERS05 IDoc? Otherwise, is there a standard process to send our customer also the information that we received the ASN from vendor and transfer this information (maybe also as an ASN) to the customer with his PO no., so he can create an inbound delivery already?
    Thanks.

    Follow this Procedure... it works....
    Procedure
    1. Review the number ranges that have been created: The number ranges for the business partner in the Best Practices are defined as follows:
    IMG u2192 Cross Application Components u2192 SAP Business Partner u2192 Business Partner u2192 Basic Settings u2192 Number Ranges and Groupings u2192 Define Number Ranges
    01: The Regular business partner uses this number range: 2100000000 to 2199999999 and 03: 7100000000 to 7199999999 is used in the setting above for the ship-to party. Both are internal number ranges.
    XX is the external number assignment used to create the SD reference customer.
    2. The account group DEBI must temporarily be assigned to this external number assignment for the creation of this business partner:
    IMG u2192 Financial Accounting u2192 Accounts Receivable and Accounts Payable u2192 Customer Accounts u2192 Master Data u2192 Preparations for creation customer master data u2192 Assign Number Ranges to Customer Account Groups:
    Set account group: DEBI to external number range XX for the Business Partner creation step.
    3. Create an SD customer:
    Call transaction XD01: Easy Access u2192 Logistics u2192 Sales and Distribution u2192 Master Data u2192 Business Partner u2192 Customer u2192 Create u2192 Complete
    u2022 Select account group: Customer (general)
    u2022 Enter the Customer key: MUST_ALL
    u2022 Enter company code (1000)
    u2022 Enter sales area as follows:
    u2022 Sales organization: 1000,
    u2022 Distribution channel: 01
    u2022 Division: 10.
    u2022 Select Continue.
    Assign MUST_ALL in Master data>bp>settings for creating standard customers.

Maybe you are looking for

  • The sound on my ipod 4 touch is speeded up when I play a podcast in any format - Bose dock, ear phones or mic.  How do I fix that?  Can I?

    How can I return the sound on my iPod 4 touch to normal?  The sound is speeded up when I play a downloaded podcast in any format - Bose dock, ear phones or mic.  It's hard to tell, but the music seems ok, and the podcasts sound fine on my Mac. I don'

  • Abap error on pa30

    The following error is displayed when u click on back. Error in ABAP application program.                                                                                The current ABAP program "CL_HR_ST_ADHOC_SELECTION======CP" had to be     termina

  • Hi all, im a newbie and in need of help on contact form if anybody could help

    hi everybody, im new to the site and relatively new to dreamweaver. i have used a template for my website and edited all the relative information to tailor it to my business.  As i am not familiar with the contact forms i am struggling to find out ho

  • Error for SOAP to BAPI scenario

    Hi  All: When I am trying to send the message from SOAP client to XI I am getting and Error and also the message is not reaching to MONI. Is there anything that is required in in SOAP adapter or Modules setting?? Error : <b><?xml version='1.0'?> <!--

  • Sharing Files Over a Network from an External Drive

    I have a Macbook Pro that is running 10.5.6, and I have, recently, acquired another Mac that is running 10.5.6, as well. I decided that I wanted to share some files from my Macbook Pro. The setup for file sharing is a breeze, but I am having some iss