Test account for developers

Hello,
I'm interested in developing an application that allows users to create and post content directly to an iTunes U site.
Is there a way to get a test or temporary site setup for testing content uploads?
Thanks.
Jim-

Hello,
I'm interested in developing an application that allows users to create and post content directly to an iTunes U site.
Is there a way to get a test or temporary site setup for testing content uploads?
Thanks.
Jim-

Similar Messages

  • How to account for and set the temperatur​e in testing

    The problem is this: I'm setting up an airflow resistance test and I need to account for temperature and barometric pressure. However, I don't know how to setup LabVIEW to account for these variables.

    Devont:
    Actually this issue is a fairly complex problem in aerodynamics. I am
    an aerospace engineer who has developed computer code for this very
    purpose in a couple of wind tunnels. When you say you are setting up
    an airflow "resistance" test, what physical (aerodynamic) properties
    are you trying to measure? Tunnel flow velocity? Mass flow?
    Aerodynamic properties on a test model? (lift and drag coefficients,
    center of pressure, gross forces?)
    If you are trying to measure air flow velocity through a wind tunnel
    test section, then the next question is what type of sensor system are
    you using to do this? A pitot-static probe? A hot wire anenometer?,
    an LDV (doppler laser)? Each has different techniques for getting
    back flow properties.
    Also what kind of tunnel is this? Low speed subsonic (say less <100
    M/s) Mid speed subsonic <0.6 Mach? Transonic 0.8 to 1.2 Mach?
    Supersonic 1.2 to 4.0 Mach? Hypersonic (say >4.0 Mach?) This will
    make a great deal of difference in computing flow properties.
    Mach number is a ratio of the flow velocity to the local speed of
    sound where;
    M=v/a where a is the speed of sound.
    a=(gamma*r*t)^0.5
    where gamma is the ratio of specific heats Cp/Cv, r is the gas
    constant, and t is the absolute temperature. Gamma is a constant up to
    about mach 4 but really starts to fall apart after that so this speed
    of sound equation becomes a lot less useful for hypersonic analysis.
    At low speeds gamma for air is approximately 1.4, r is about 287 for
    air. At STP, the speed of sound is about 340 meters/second.
    What is the scale of your tunnel? What is the density altitude of
    your tunnel? What is the fluid medium in your tunnel? (Is it regular
    air or something else?) These play into computing flow properties
    because they affect a dimensionless flow property called the Reynolds
    number which affects how the flow in the tunnel behaves.
    You will need to consider also humidity which affects the density of
    the fluid medium in your tunnel. Water vapor has a molecular weight
    of 18. Dry air (0% RH) has a molecular weight of about 28.9. The
    more water vapor you have, the lighter the sample volume of "air" will
    be. The ability of air to retain water vapor is a function of
    temperature, so a relative humidity of 100% at 0 degrees C will
    contain much less water vapor than a relative humidity of 20% at 30
    degrees C.
    Because of something called the "boundary layer" the velocity profile
    will be faster in the center of your tunnel than at the walls. It
    will resemble something like a U shape for higher Reynolds numbers and
    for very low Reynolds numbers may look more like a parabola. Reynolds
    number is computed by:
    Re=rho*V*L/mu
    where rho is the air density, V is the flow velocity, and mu is a
    property called the kinematic viscosity which is a function of
    temperature.
    The Reynolds number, like the Mach number, the Nusselt number, and a
    few other fluid dynamics properties is a dimensionless ratio. Flows
    with a similar dimensionless property should behave more or less the
    same. This is called similitude.
    Mass flow calculations first require that you know the air speed
    profile of your tunnel and then you will need to compute the density
    of the air in the tunnel and then perform an integration process to
    calculate the actual mass flow through a particular plane of interest
    in the tunnel.
    Also, even when you put a test probe into the tunnel to measure the
    flow in the tunnel, this will interfere with the free flow to a
    certain of the tunnel. To minimize this, the test probes have to be
    carefully designed and their size needs to be much smaller than the
    overall tunnel dimensions. Later when you put a test model in the
    tunnel, it and it's mounting system will also have an interference
    effect on the tunnel that has to be accounted for.
    To give a simple (perhaps an overly simple) answer to your question,
    temperature and barometric pressure will play into your problems of
    computing forces in that they affect the density of the fluid medium
    in your tunnel via the unified gas law (which is a combined expression
    of Charles and Boyles laws for perfect gases):
    PV=nRT
    or
    Pv=rT
    where rho, the density is the inverse of v, so this is sometimes
    written as:
    P/rho=rT
    This only applies for perfect gases though. A perfect gas is one
    where the constant pressure and constant volume specific heats (Cv,
    and Cp) are fixed. The hotter and more dense the fluid medium, the
    less true these equations become.
    Temperature in these equations doesn't mean the common ways that we
    ordinarily talk about temperature when cooking or talking about the
    weather. Instead of C or F, temperature in the gas law must be on an
    absolute scale such as Kelvin or Rankin. 0 degrees Kelvin or
    Rankine=-273.15 degrees C or -459.67 degrees F. One Kelvin degree=1.8
    Rankine degrees but both start at the same point of absolute zero.
    For standard atmospheric conditions (called STP for standard
    temperature and pressure), 1 cubic meter of air weighs about 1.226 kg.
    You have to calculate the density of air at non standard conditions
    by solving algebraically for the above gas law equation.
    r is called the gas constant and can be derived from the universal gas
    constant R (8314 units I can't remember of the top of my head but it
    involves kJ/kg.mole or something like) by deviding by the molecular
    weight of the gas in question. If the gas is a mixture then you will
    have to apply the partial pressures rule to come up with an averaged
    molecular weight of the mixture. Dry air contains mostly nitrogen
    which has an atomic weight of 28 (about 79%), and then oxygen (about
    20%) which has an atomic weight of 32, and the balance (about 1%)of
    inert gases (Helium, argon, krypton, etc.) which have much smaller
    atomic weights. For dry air r (small r that is) is about 287.
    If the air is not dry, then you have to account for the water vapor in
    the air by figuring out what partial pressure of water vapor is in the
    air and then performing an average between the water vapor portion and
    the other components of the air. Wator vapor only has a molecular
    weight of 18 (1 Oxygen + 2 Hydrogens=18) and so is lighter than dry
    air and tends to make the air less dense.
    The partial pressure of water vapor that can be supported in the air
    is a function of temperature that more or less grows exponentially
    with temperature. I'm sure if you search the web you can find several
    empirical equations for this. Relative Humidity (RH) is an expression
    of how much water vapor is in an air sample versus the maximum that
    can be supported at the current temperature of the air sample but what
    you really want is the partial pressure of water vapor in the air.
    There are sensors that can give this to you by measuring the
    electrical conductivity of the air. Dry air is actually a very good
    insulator, whereas water vapor decreases the insulating property of
    the air.
    All other things remaining equal, increasing the humidity will
    decrease the density of the air.
    All other things remaining equal, increasing the temperature will
    result in decreasing density while decreasing temperature will result
    in increasing density. If the temperature in your tunnel is different
    than standard then you will need to account for this.
    Tunnels generally heat up the air by the way when they accelerate the
    air through the fan and also through boundary layer friction with the
    tunnel walls. Many tunnels actually have heat exchangers to keep the
    air from getting too hot. You will need to make sure you measure the
    temperature at the same point thats you are measuring the static and
    stagnation pressures in your your tunnel so that you can account for
    its effects. Standard temperature is 15 degrees C or 59 degrees F.
    For conversion purposes, 15 degrees Celsius =288.15 degrees Kelvin= 59
    degrees Fahrenheit=518.6 degrees Rankine.
    All other things remaining equal, increasing pressure will result in
    increasing density, while decreasing pressure will result in
    decreasing density. Barometric pressure is usually given by the
    weather service as inches or millimeters of mercury or sometimes
    millibars. For conversion purposes, 29.92
    inHg=760mmHg=1000millibars=14.7 psi= 101325 Pascals pressure. If the
    pressure in your tunnel is different than standard then you will need
    to account for this.
    Depending on tunnel velocity, you will also have to consider
    stagnation versus static properties. Stagnation properties are what
    you measure if you bring the flow at a point to a complete stop, i.e.
    the kinetic (as opposed to random thermal) energy in the sample is
    completely converted thermal energy. How you do this depends on what
    speed of sample you are trying to measure and is the subject of whole
    books. Suffice it to say that at low speeds there is little
    difference between stagnation and static properties but the faster you
    go, the less resemblance they bear to one another.
    Compressibility is another issue. At low speeds air is
    incompressible, but at higher speeds v>100m/sec, compressibility
    becomes worth accounting for in your measurments.
    At higher temperatures and velocities, (high supersonic, or
    hypersonic, or high temperature >500 degrees C), the constant pressure
    and constant volume (Cp and Cv) specific heat assumptions break down
    and so does the gas law. The simplifications that can be made for
    using the ratio of Cp/Cv (called gamma) also break down because Cp and
    Cv and therefore gamma all stop being constants. Solving flow
    problems in this regime becomes much more complex requiring numerical
    models for Cp and Cv and requiring numerical (as opposed to simple
    analytical) methods to compute flow properties.
    Once you know the flow density, you can calculate air speed. For
    lower speed low temperature tunnels (low subsonic) you can use a
    simple incompressible Bernoulli equation for converting pitot-static
    pressure to air speed. At higher speeds and temperatures this depends
    on the regime (transonic, supersonic, hypersonic, etc.)
    The Bernoulli equation is simply:
    Pstagnation=Pstatic+1/2 rho * velocity^2
    For lower speed supersonic, the isentropic gas relations are sometimes
    used.
    In any event, you have to be sure to get your units right. If you use
    metric, pressure is Pascals (Newtons/m^2), rho is kg/m^3 and velocity
    is meters/sec. It's harder in U.S/U.K units because of conversions
    between slugs and pounds etc.
    Also you have to consider the concept that there will be a steady
    state average that you will measure and a transient/turbulent portion
    that will occur for each parameter that you measure (temperature,
    pressure, RH, etc.) that you will need to account for.
    Once you know the air speed and the density, you can compute their
    product - mass flow. Mass flow then can be used for other purposes
    such as calculating performance properties if you are testing a jet
    engine or propeller or something.
    Hot wire anenometers work by heating a wire and measuring the
    resistance of the wire. The faster the air flow past the wire
    filament, the more it will cool. I don't remember the equations off
    of the top of my head but I believe that there is a square rule
    involved. Hot wires work better at lower speeds than pitot-static
    sensors but both become less effective the slower you go.
    LDV's are neat, high tech toys that I haven't had a chance to work
    with yet but they measure the airspeed by measuring the doppler shift
    in the light emitted by a laser beam going through the flow, much like
    doppler (WX-88) weather radar works. They actually measure the speed
    of the air more directly than the pitot-static or hot wire methods are
    probably simpler to implement from an equations point of view but they
    are very very expensive.
    In conclusion, I know I have written a lot of stuff up here that
    probably sounds pretty intimidating with regards to solving your
    problem. It would help to eliminate some of this by telling us more
    about your test problem so that we can make the appropriate
    simplifying assumptions. Tell us more about the details.
    Douglas De Clue
    LabVIEW developer (and degreed Georgia Tech aerospace engineer)
    [email protected]
    Devont wrote in message news:<50650000000800000025530000-1027480788000@exc​hange.ni.com>...
    > The problem is this: I'm setting up an airflow resistance test and I
    > need to account for temperature and barometric pressure. However, I
    > don't know how to setup LabVIEW to account for these variables.

  • How do I test Posting to Accounting for Bonus Payment

    Hello Experts,
    I have done config. for bonus wagetype 2010.  I ran payroll for an employee using offcycle workbench and paid $100 bonus today.  I ahven't exited the payroll and now I want to simulate FI posting for this payment to test if the wagetype is correctly posted to the correct GL account.  In create posting run, I give pers# and enter run attributes for offcyle and run posting for current payroll period.  But I don't see the corresponding symbolic account for WT2010.  Where I am going wrong?  Please help.
    Thanks,
    BBC

    in order to get the posting done make sure that the control record status shd be in exit mode

  • The security database on the server does not have a computer account for this workstation trust relationship

    When I try to log on to my DC it says "The security database on the server does not have a computer account for this workstation trust relationship". It won't let me log on. I installed another server server 2012r2  (its virtual )
    and I can get to ADSI edit. 
    I think what happened was I had a pc that could not connect without unplugging the network cable. So I found this fix 
    FIX: “The security database on the server does not have a computer account for this workstation trust relationship”2032011
    I’ve seen a lot of solutions, or suggestions rather, with regard to the error in the title of this post.  In my experience, the problem can almost always be resolved without extra domain add/removes and reboots, which is the most prevalent solution I have
    seen around.  Usually, this issue is due to a mismatch between attributes of the computer account in Active Directory and those values on the system itself.  Here are the steps I take to fix this issue when it crops up:
    Open up Active Directory Users & Computers pointed to the domain the computer account resides in
    From the “View” pull-down menu, make sure that “Advanced Features” is checked
    Navigate to the part of your organizational unit (OU) structure where the computer account for this server resides
    Open the Properties for the computer object
    Choose the “Attribute Editor” tab on the Properties dialog box
    Check the Attributes dNSHostName & servicePrincipalName – anywhere that a fully qualified hostname is specified (e.g. myserver.mydomainname.com), make sure that the entry matches the hostname
    you have configured when you go here on your server: Start -> Computer -> Right-Click, Properties -> Change Settings (under “Computer name, domain… settings”) -> Full Computer Name
    As an example, for a fictitious W2K8 R2 server whose Full Computer Name is “srv1.mydomainname.com”, these attribute/value pairs should be in Active Directory:
    dNSHostName:
    srv1.mydomainname.com
    servicePrincipalName:
    HOST/SRV1
    HOST/srv1.mydomainname.com
    RestrictedKrbHost/SRV1
    RestrictedKrbHost/srv1.mydomainname.com
    TERMSRV/SRV1
    TERMSRV/srv1.mydomainname.com"
    Not reading it carefully I add a computer with the same name as the pc having the issue and followed the above. The problem is that I did not notice that the spn did not want the name of my server (serv1) but the name of the trouble
    pc.
    dcdiag output
    PS C:\Users\administrator.TOM> dcdiag.exe
    Directory Server Diagnosis
    Performing initial setup:
       Trying to find home server...
       ***Error: DC3 is not a Directory Server.  Must specify /s:<Directory Server> or  /n:<Naming Context> or nothing to
       use the local machine.
       ERROR: Could not find home server.
    PS C:\Users\administrator.TOM> dcdiag.exe /s:DC2
    Directory Server Diagnosis
    Performing initial setup:
       * Identified AD Forest.
       Done gathering initial info.
    Doing initial required tests
       Testing server: Default-First-Site\DC2
          Starting test: Connectivity
             The host 9e0dca7a-d017-445a-b354-adee5ff53d48._msdcs.TOM could not be resolved to an IP address. Check the DN
             server, DHCP, server name, etc.
             Neither the the server name (DC2.TOM) nor the Guid DNS name (9e0dca7a-d017-445a-b354-adee5ff53d48._msdcs.TOM)
             could be resolved by DNS.  Check that the server is up and is registered correctly with the DNS server.
             Got error while checking LDAP and RPC connectivity. Please check your firewall settings.
             ......................... DC2 failed test Connectivity
    Doing primary tests
       Testing server: Default-First-Site\DC2
          Skipping all tests, because server DC2 is not responding to directory service requests.
       Running partition tests on : ForestDnsZones
          Starting test: CheckSDRefDom
             ......................... ForestDnsZones passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... ForestDnsZones passed test CrossRefValidation
       Running partition tests on : DomainDnsZones
          Starting test: CheckSDRefDom
             ......................... DomainDnsZones passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... DomainDnsZones passed test CrossRefValidation
       Running partition tests on : Schema
          Starting test: CheckSDRefDom
             ......................... Schema passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... Schema passed test CrossRefValidation
       Running partition tests on : Configuration
          Starting test: CheckSDRefDom
             ......................... Configuration passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... Configuration passed test CrossRefValidation
       Running partition tests on : TOM
          Starting test: CheckSDRefDom
             ......................... TOM passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... TOM passed test CrossRefValidation
       Running enterprise tests on : TOM
          Starting test: LocatorCheck
             ......................... TOM passed test LocatorCheck
          Starting test: Intersite
             ......................... TOM passed test Intersite
    PS C:\Users\administrator.TOM> regsvr32 schmmgmt.dll
    PS C:\Users\administrator.TOM> netdig /fix
    netdig : The term 'netdig' is not recognized as the name of a cmdlet, function, script file, or operable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + netdig /fix
    + ~~~~~~
        + CategoryInfo          : ObjectNotFound: (netdig:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    PS C:\Users\administrator.TOM> Setup /PrepareSchema
    Setup : The term 'Setup' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
    the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + Setup /PrepareSchema
    + ~~~~~
        + CategoryInfo          : ObjectNotFound: (Setup:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    PS C:\Users\administrator.TOM> netdiag /test
    netdiag : The term 'netdiag' is not recognized as the name of a cmdlet, function, script file, or operable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + netdiag /test
    + ~~~~~~~
        + CategoryInfo          : ObjectNotFound: (netdiag:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    PS C:\Users\administrator.TOM> nslooup
    nslooup : The term 'nslooup' is not recognized as the name of a cmdlet, function, script file, or operable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + nslooup
    + ~~~~~~~
        + CategoryInfo          : ObjectNotFound: (nslooup:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    PS C:\Users\administrator.TOM>

    Ok fixed. 
    At a elevated cmd prompt run ;
    C:\Users\administrator.TOM>setspn -x
    As you can see the DC serv1 had duplicate SPNs.
    Checking domain DC=TOM
    Processing entry 1
    HOST/serv1.TOM is registered on these accounts:
            CN=SERV1,OU=Domain Controllers,DC=TOM
            CN=C00049,CN=Computers,DC=TOM
    {14E52635-0A95-4a5c-BDB1-E0D0C703B6C8}/TOWN-HBWJ29ZOQC is registered on these ac
    counts:
            CN=Administrator,CN=Users,DC=TOM
            CN=TOWN-HBWJ29ZOQC,CN=Computers,DC=TOM
    {14E52635-0A95-4a5c-BDB1-E0D0C703B6C8}/town-hbwj29zoqc.TOM is registered on thes
    e accounts:
            CN=Administrator,CN=Users,DC=TOM
            CN=TOWN-HBWJ29ZOQC,CN=Computers,DC=TOM
    RestrictedKrbHost/serv1 is registered on these accounts:
            CN=C00049,CN=Computers,DC=TOM
            CN=SERV1,OU=Domain Controllers,DC=TOM
    RestrictedKrbHost/serv1.TOM is registered on these accounts:
            CN=C00049,CN=Computers,DC=TOM
            CN=SERV1,OU=Domain Controllers,DC=TOM
    found 5 groups of duplicate SPNs.
    Went to the computers OU and changed computer c00049 to the correct SPN. Now I have a new issues, I'll start a new thread.

  • I cant use facetime. but my sister can. we share the same account for itunes.but when i go to face itme and click on create a new account a blank screen pops up. what do i do?when i go to make a new facetime account nothing comes up

    i cant use facetime. but my sister can. we share the same account for itunes.but when i go to facetime on my ipod touch and click on create a new account a blank screen pops up and the only thing it says is cancel and account.  what do i do?

    Please follow these directions to delete the Mail "sandbox" folder.
    Back up all data.
    Triple-click the line below to select it:
    ~/Library/Containers/com.apple.mail
    Right-click or control-click the highlighted line and select
    Services ▹ Reveal
    from the contextual menu.* A Finder window should open with a folder named "com.apple.mail" selected. If it does, move the selected folder — not just its contents — to the Desktop. Leave the Finder window open for now.
    Quit and relaunch Mail, and test. If the problem is resolved, you may have to recreate some of your Mail settings. You can then delete the folder you moved and close the Finder window. If you still have the problem, quit Mail again and put the folder back where it was, overwriting the one that may have been created in its place. Post your results.
    Caution: If you change any of the contents of the sandbox, but leave the folder itself in place, Mail may crash or not launch at all. Deleting the whole sandbox will cause it to be rebuilt automatically.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar, paste into the box that opens (command-V). You won't see what you pasted because a line break is included. Press return.

  • Test Scripts for financials modules

    Hi,
    I am looking for detailed test scripts covering all test scenarios for system testing in financials modules. I am interested in Purchasing, Payables, Cash Management, Projects and Fixed Assets. I also need for Receivables and Order Management.
    Do some body have this please let me know. If there is any website or download place where I can get this. Please let me know.
    I am looking for a test script to show the purpose and results clearly including the gl accounts involved and the results in debiting and crediting the accounts in various transactions while doing the test. For ex. when you validate a PO matched invoice in Payables which accounts get affected and how etc.
    Thanks in advance
    Regards,

    Pl do a search for "financials test scripts" in the forum search - this has been discussed and responded to many times before :-)
    HTH
    Srini

  • In app purchase test account "please review your account information"

    Hi Apple,
           i have a test account of in app purchase in itunes connect.When i test in app purchase using testing account, it prompt a review account alert.
    it say:"This Apple ID has not yet been used before in the iTues Store.Tap review to sign in, then review your account information"
           what is going on?
    Thanks for help.
    Angus Lam

    I found on another question and answer to my question posted above: hold the top and bottom buttons at the same time to reset the iPad and this worked! 

  • Different COGS GL Account for Sample Material delivery

    Dear All,
    Sometime customer is selling their regular finished product as Free Sample, but User want different COGS GL Account whenever he posts PGI for Free Sample material. I checked Split valuation functionality as posted in the forum, but our case finished material managed in the batches and price indicator is S. Appreciate your advice to cater this requirement. 
    Thanks & Regards,
    Santosh

    Hi,
    Option - 1.
    Try testing with GBB - VAX and VAY general modification key.  You need to take care of Cost elements for the GL account assigned.  VAX not a cost element and VAY with cost element. 
    Option - 2.
    You may have a utility which can run as a background job, which transfers the Standard COGS to Sample COGS account for the specific delivery type (only for sample Delivery document type).
    Option - 3.
    This is too lengthy for this requirement.  You might need to create a customer specific movement type. 
    Thanks
    Krish.
    Thanks
    Krish.

  • So are we to assume that the preview for developers is the WP 8.1 update intended for Lumia Icon users?  Why is it taking so long for this update to be released?!

    Of those of you that have tried out the preview for developers on the Lumia Icon, what issues have you seen from it?  Does it in fact void your warranty?

    yleetsbob wrote:
    I have largely given up on this device, I think that I made mistake trying out a Windows phone.  I really miss my Android device and feel like I have made a 2 year mistake.
    I don't think you should give up on Windows Phone.  I think you should instead give up on Verizon.  Lets say you had an android device, Verizon could do the same thing and hold up an important update that you're waiting for.  AT&T is much quicker to release Windows Phone updates so you may want to try them next time.For example, you can see on this page Availability in North America - Nokia that AT&T has released the update for their top two phones the 1020 and 1520.  The Verizon icon is almost the same as the Lumia 930 which is the international version.  The 930 has been on Windows Phone 8.1 for many months.  Windows Phone 8.1 has lots of new features including the notification center and Cortana.  It's a shame that Verizon is too lazy, too slow or just doesn't care.  I'm probably going to start installing the developer preview soon and you could do the same.  Basically, you sign up for a free developer account.  Then install the developer preview app to get the updates. Google has no such option for android uses so if Verizon were holding back an android update you'd be worse off.  At least Microsoft gives us a stupid carrier work around...  It's annoying but then you can enjoy your Windows Phone with out having to wait for Verizon whom doesn't care.  They haven't even said a word about it which = worst carrier ever in my opinion.

  • Grouping Credit Entry in Bank Account for Vendor Payments using Pay Wizard

    Dear All
    We are currently testing Payment Wizard for BACS Payments to Vendors . We have successfully posted payments to Vendor Accounts and to the Bank Account in GL. However we note each Vendor payment is credited to the Bank Account individually even though the Bank will take the payment in one amount for the Payment File Total.
    Is it possible to credit the Bank Account with the Total Payment Run value as one amount only so that the credit matches exactly the manner in which the Bank will take the payment ?
    I realise that we could process BACs through a dummy GL Account for the Bank and journalise to the Bank Account in total but would prefer to avoid this option.
    Regards
    Seán Lyons

    Dear Seán,
    Welcome you post on the forum.
    Even though it is not ideal, you may not be able to avoid such additional clearing account since the way B1 works can not be changed.
    Thanks,
    Gordon

  • Another Error 8 - but a test account from Ralph's site works....any Ideas??

    iChat Video or Audio: This has yet to work since buying this iMac on the release date 8/7/2007. Person on the other end is a AIM account. The funny thing is I can connect to a test account that Ralph had turned me onto on this forum. Very strange. I would think if Video works for one I should be able to connect with another AIM user.
    Date/Time: 2007-08-22 11:21:23.714 -0400
    OS Version: 10.4.10 (Build 8R4031)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 0.
    0x153e8740: State change from AVChatNoState to AVChatStateWaiting.
    [email protected]: State change from AVChatNoState to AVChatStateInvited.
    0x153e8740: State change from AVChatStateWaiting to AVChatStateConnecting.
    [email protected]: State change from AVChatStateInvited to AVChatStateConnecting.
    0x153e8740: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    [email protected]: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -8
    Video Conference Error Report:
    @:0 type=4 (00000000/22)
    [VCSIP_INVITEERROR]
    [19]
    @SIP/SIP.c:2448 type=4 (900A0015/22)
    [SIPConnectIPPort failed]
    @SIP/SIP.c:2448 type=4 (900A0015/22)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.3;branch=z9hG4bK4983d4066c6878c0
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>
    From: "[email protected]" <sip:[email protected]>;tag=2125523722
    Call-ID: 5277c4a2-50c3-11dc-8b12-ea927bfc13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 512
    v=0
    o=vlebass 0 0 IN IP4 192.168.1.3
    [email protected]
    c=IN IP4 192.168.1.3
    b=AS:2147483647
    t=0 0
    a=hwi:1056:2:2400
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1395227391
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:-1827866006
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.3;branch=z9hG4bK4983d4066c6878c0
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>
    From: "[email protected]" <sip:[email protected]>;tag=2125523722
    Call-ID: 5277c4a2-50c3-11dc-8b12-ea927bfc13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 512
    v=0
    o=vlebass 0 0 IN IP4 192.168.1.3
    [email protected]
    c=IN IP4 192.168.1.3
    b=AS:2147483647
    t=0 0
    a=hwi:1056:2:2400
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1395227391
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:-1827866006
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP 192.168.1.3;branch=z9hG4bK4983d4066c6878c0
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>
    From: "[email protected]" <sip:[email protected]>;tag=2125523722
    Call-ID: 5277c4a2-50c3-11dc-8b12-ea927bfc13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 512
    v=0
    o=vlebass 0 0 IN IP4 192.168.1.3
    [email protected]
    c=IN IP4 192.168.1.3
    b=AS:2147483647
    t=0 0
    a=hwi:1056:2:2400
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1395227391
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:-1827866006
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK2d8a7796024f218a
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>
    From: "[email protected]" <sip:[email protected]>;tag=279800261
    Call-ID: 5146a436-50c3-11dc-8b12-bb2eb7eb13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 514
    v=0
    o=vlebass 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1056:2:2400
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1395227391
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:-1827866006
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK2d8a7796024f218a
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>
    From: "[email protected]" <sip:[email protected]>;tag=279800261
    Call-ID: 5146a436-50c3-11dc-8b12-bb2eb7eb13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 514
    v=0
    o=vlebass 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1056:2:2400
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1395227391
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:-1827866006
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP m.0;branch=z9hG4bK2d8a7796024f218a
    Max-Forwards: 70
    To: "u0" <sip:[email protected]:5061>
    From: "[email protected]" <sip:[email protected]>;tag=279800261
    Call-ID: 5146a436-50c3-11dc-8b12-bb2eb7eb13c4@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 514
    v=0
    o=vlebass 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1056:2:2400
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-1395227391
    m=video 16384 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:-1827866006
    @:0 type=2 (00000000/22)
    [VCVIDEO_OUTGOINGATTEMPT]
    [4]
    Video Conference User Report:
    Binary Images Description for "iChat":
    0x1000 - 0x17dfff com.apple.iChat 3.1.8 (445) /Applications/iChat.app/Contents/MacOS/iChat
    0x14c6e000 - 0x14c77fff com.apple.IOFWDVComponents 1.9.0 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x14cfc000 - 0x14d38fff com.apple.QuickTimeFireWireDV.component 7.2 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x14d44000 - 0x14d74fff com.apple.QuickTimeIIDCDigitizer 7.2 /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x14d7e000 - 0x14dc7fff com.apple.QuickTimeUSBVDCDigitizer 2.0.5 /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x14df1000 - 0x14df6fff com.apple.audio.AppleHDAHALPlugIn 1.3.6 (1.3.6a8) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x14e05000 - 0x14f6efff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x14f9c000 - 0x151cdfff com.apple.ATIRadeonX2000GLDriver 1.5.6 (5.0.6) /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRade onX2000GLDriver
    0x15215000 - 0x15232fff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x1657b000 - 0x1657efff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0x1676d000 - 0x16770fff com.apple.audio.AudioIPCPlugIn 1.0.2 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x1678c000 - 0x167b6fff com.apple.audio.SoundManager.Components 3.9.2 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x173bb000 - 0x173c7fff com.apple.airport.diskmenu 1.2.1 (121.4) /System/Library/Contextual Menu Items/AirPort Disk Menu.plugin/Contents/MacOS/AirPort Disk Menu
    0x173cc000 - 0x173cefff com.apple.AutomatorCMM 1.0.1 (87) /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
    0x173e1000 - 0x173e5fff com.apple.FolderActionsMenu 1.3.1 /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
    0x173ea000 - 0x173eafff com.apple.SpotLightCM 1.0 (121.36) /System/Library/Contextual Menu Items/SpotlightCM.plugin/Contents/MacOS/SpotlightCM
    0x8fe00000 - 0x8fe4afff dyld /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff com.apple.ApplicationServices.ATS 2.0.6 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.77 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.26 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.21 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91521000 - 0x9154dfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x91710000 - 0x917b9fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186b000 - 0x91886fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91891000 - 0x918cefff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91948000 - 0x919fafff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a40000 - 0x91a56fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a5b000 - 0x91a79fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7e000 - 0x91addfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aef000 - 0x91af3fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af5000 - 0x91b7bfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b7f000 - 0x91bbcfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bc2000 - 0x91bdcfff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91be1000 - 0x91be3fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be5000 - 0x91cc3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91ce0000 - 0x91ce0fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce2000 - 0x91d70fff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d77000 - 0x91d77fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d79000 - 0x91dd2fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91ddb000 - 0x91dfffff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e07000 - 0x92210fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9224a000 - 0x925fefff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9262b000 - 0x92718fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9271a000 - 0x92797fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927d8000 - 0x92a08fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b22000 - 0x92b3dfff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b49000 - 0x92ba1fff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bb5000 - 0x92bb5fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bb7000 - 0x92bc7fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bd6000 - 0x92bdefff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92be4000 - 0x92beafff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92bf0000 - 0x92c81fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c95000 - 0x92c99fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c9c000 - 0x92cbafff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92ccc000 - 0x92cd2fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92cd8000 - 0x92d3bfff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d62000 - 0x92da3fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dca000 - 0x92dd8fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92ddf000 - 0x92de4fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de9000 - 0x930defff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931e4000 - 0x931f0fff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931f5000 - 0x93210fff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93260000 - 0x93260fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93262000 - 0x93918fff com.apple.AppKit 6.4.9 (824.44) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c99000 - 0x93d14fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d4d000 - 0x93e07fff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e4a000 - 0x93e4afff com.apple.audio.units.AudioUnit 1.4.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e4c000 - 0x9400dfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94053000 - 0x94094fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9409c000 - 0x940dffff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940e3000 - 0x940f9fff com.apple.CoreVideo 1.4.1 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94108000 - 0x945c4fff com.apple.opengl 1.5.1 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x946f6000 - 0x9473efff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94748000 - 0x94786fff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x947ca000 - 0x947dbfff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x947e9000 - 0x94827fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94843000 - 0x94852fff com.apple.CoreGraphics 1.258.77 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94859000 - 0x94864fff com.apple.CoreGraphics 1.258.77 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x948b0000 - 0x948cafff com.apple.CoreGraphics 1.258.77 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x948d0000 - 0x94bd9fff com.apple.QuickTime 7.2.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94d5c000 - 0x94ea2fff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94f2e000 - 0x94f3dfff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94f44000 - 0x94f6dfff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94f73000 - 0x94f82fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x94f86000 - 0x94fabfff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x94fb7000 - 0x94fd4fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x94fdb000 - 0x95041fff com.apple.Bluetooth 1.9.1 (1.9.1f18) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x95300000 - 0x95393fff com.apple.WebKit 419.3 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x953ed000 - 0x9546dfff com.apple.JavaScriptCore 418.6.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x954a6000 - 0x95785fff com.apple.WebCore 418.23 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x95904000 - 0x95927fff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x96ba0000 - 0x96ba0fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97087000 - 0x970a9fff com.apple.speech.LatentSemanticMappingFramework 2.5 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x9711a000 - 0x9711ffff com.apple.agl 2.6.2 (AGL-2.6.2) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97286000 - 0x97286fff com.apple.MonitorPanelFramework 1.1.1 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x979e8000 - 0x97ad2fff com.apple.viceroy.framework 278.3.11 /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x98216000 - 0x98218fff com.apple.DisplayServicesFW 1.8.2 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x98445000 - 0x992abfff com.apple.QuickTimeComponents.component 7.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x99ffd000 - 0x9a008fff com.apple.IMFramework 3.1.4 (429) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x9a012000 - 0x9a17efff com.apple.MessageFramework 2.1.1 (752.3) /System/Library/Frameworks/Message.framework/Versions/B/Message

    The log does suggest the problem lies at the other end as the INVITE is not answered.
    Was this a Buddy ?
    5:20 PM Thursday; August 23, 2007

  • An Important AS3-based Multi-Platform Framework for Developers and Adobe

    Hello to all developers and to all representatives at Adobe!
    We're all fortunate for Adobe's progressive thinking and their immensely helpful programs to battle against device fragmentation.  In order to advance our efforts, we, as developers, must also permit our creative juices to flow to allow the cup of opportunity to runneth over -- not just for our and Adobe's benefit, but for the benefit of businesses and consumers who demand innovation.
    There are, however, barries in the shape of human form that deter potential developers, businesses, and consumers from embracing and capitalizing on such a powerful platform.  These obstructions aren't only coming from behind walled gardens; unfortunately, they're entrenched within our own camp.
    Ignoring rules of optimization and taking careless shortcuts, combined with not possessing an optimized and simplified alternative to targeting a wide range of browers and devices in one fell swoop, are the ammunition needed for skeptics to plant seeds of doubt about such a useful and future-proof ecosystem.
    Much like any platform and object-oriented programming language, the Flash Platform and ActionScript 3 are powerful weapons that must be wielded with responsiblity, or risk creating wounds that, in the minds of consumers, aren't easily healed.
    And since this is OUR responsibility, I've decided to take on that burden...which then became a challenge...which soon became the innovative answer we so deperately need.
    As an offering to my fellow developers, and as a proposal to Adobe -- the company in which I'm devoted to -- I've created an OOP-based framework that simplifies the process of developing optimized applications that cover a broad spectrum of browsers and devices.
    It's called Cross Model View Controller™, or XMVC™ for short, and it offers the following features:
    -Imagine using one base source code -- which you build just once -- to target a multitude of platforms: from smartphones and tablets, to desktops and browsers, and even to smart televisions.
    -Your concrete View classes determine the layout of components and animations for each targeted device; once your base classes are built, your concrete View classes are the ONLY classes that require alteration (see diagram).
    -Utilize the flexibility of the XMVC UI Components to work across ALL devices and browsers.  You simply specify the platform type (mobile, desktop, browser, or television) in the concrete view classes, and the XMVC UI Components do the rest.
         Example: The XMVC Container (which holds child elements and incorporates scrolling): When set to "mobile," it incorporates touch scrolling; when set to "desktop" or "browser," it incorporates a scroll bar; when set to "television," its scrolling is controlled by remote control directional events, as well as incorporates virtual directional buttons.  And this is all from ONE instance of the XMVC Container component; this eliminates switching out various types of containers for each targeted device.
    -Animations are created using Greensock's TweenMax platform, for lightweight, optimized animations.
    -For complete orientation control, you can assign custom animations for orientation changes.  It even incorporates an Upside Down view for Android devices.
    -You can allow users the preference of turning animations on or off, with a flip of a switch (litteraly).
    -XMVC automatically removes event listeners for better Garbage Collection processing.
    -XMVC accepts various data structures, including XML, PHP/AMFPHP with SQL, SAP, and HTTP Web Services.  It would be incredibly beneficial to allow incorporation of ColdFusion, LiveCycle Data Services, and BlazeDS data structures, as well.
    Necessity is indeed the mother of invention, and possessing and utilizing a powerful tool is necessary to progress our efforts in reaching an abundant amount of individuals and entities.
    The primary functionality of the framework (as displayed in the diagram) is complete; improving and adding additional XMVC components are the primary objective at this point of the development stage.
    Very soon, I will upload the source code to an outlet (such as Google Code) for developers to download and experiment.  Within the same timeframe, anticipate demo apps within App Markets to test on your devices.
    Adobe has such an incredible development community, and my hope is that XMVC provides these developers, as well as Adobe, an incredible amount of leverage to persuade businesses, consumers, as well as other developers to embrace and utilize a platform that can withstand the change of time.
    Imagine businesses excelling beyond their self-imposed barries due to the robustness and flexibility of a platform and framework that can function in any environment.
    Imagine liberating consumers to allow them to use your applications whenever, wherever, and on WHATever they desire.
    Think of the possibilities of quickly submitting applications -- with very little, or no, alterations to your programs -- once device manufacturers like Windows Mobile, webOS, and Symbian finally accept Adobe AIR.
    If there are developers out there who share the same sentiment, and if there are Adobe representatives who find this framework intriguing and effective, by all means, contact me.
    The possiblities are endless...so must be our efforts.
    Onward and upward,
    Adrian-Cortez Jackson
    [email protected]

    Thanks for posting.

  • HT1541 Can you please put the 40,000 chips i bought for $4.99 on my account for the game called BIG FISH CASINO. I was charged but did not received the chips that i purchased :-(

    Can you please put the 40,000 chips i bought for $4.99 on my account for the game called BIG FISH CASINO. I was charged but did not received the chips that i purchased :-(

    You need to contact iTuens store support of teh game developers:
    http://www.apple.com/support/itunes/contact/

  • Facebook 1.6 and 5 firefox crashed my system the other day! I like the 1.6 so I had to reload 4.03 now it is working again! I locked uo my facebook account for 8 hours

    Facebook 1.6 and 5 Firefox crashed my system the other day! I like the 1.6 so I had to reload 4.03 now it is working again! I locked up my Facebook account for 8 hours! The program had been glitching for the past month!

    I too had a HORRIBLE time with ITunes 7.0. The sound quality was absolutely terrible!! How did you recover your "Purchased Music" folder? I seem to have lost mine when I reverted back to Version 6.0.5. I also lost about 50 songs that I can't seem to find.
    As a side note, when I called the Apple technical support line and spent over 45 minutes on hold before I finally got assistance, the guy I spoke to said his department had NO IDEA about the problems with Version 7.0 - I was his first call. Someone should be fired for not testing Version 7.0 thoroughly.
    To anyone with problems, I suggest you call or email Apple so they are aware that this problem with Version 7.0 is widespread. Hopefully, they will actually listen to us customers, research this, and at least post some troubleshooting tips on the Apple website to help us out.
    Dell   Windows XP  

  • Enabling alternate account for specific accounts

    Hi all,
    Because of a project requirement we are to map two accounts (say A, B) with alternate accounts (say A1,A2,A3 with A and say B1,B2B3 with B). Currently alternate accounts are not used in production. In test environments we enabled alternate account at 'Installation Options' and 'Ledger for a unit' definition. Created alt accounts and mapped with accounts.
    On the basis of account alt account combination tax applicable is calculated.
    When we edit the journal in GL now, it gives error "The mapping between Account and AltAcct is invalid." for any journal line containig accounts other than A or B. Is therer any way by which we can avoid this error for journal lines containing accounts A or B. Or to validate the journal.
    Otherwise if we have say 700 accounts in all in production, then creating alternate account for each account and mapping and analyzing the impact of the same gets beyond the scope of the project. Please help or suggest with any ideas.
    Thanks in anticipation
    Rohan
    [email protected]

    Check below link. It may helpful to u
    PIA: PeopleTools 8.5x Timeout Settings - Guidelines for Setting Timeout Values and Troubleshooting Timeout-Related Issues [ID 1470518.1]

Maybe you are looking for

  • Button process with DBMS_SCHEDULER.run_job

    Hi, I need to execute the DBMS_SCHEDULER.run_job on click of a button . I tried creating a process (On submit) with DBMS_SCHEDULER.run_job('JOBNAME') when i tried executing directly in db there is no problem, but when i create the process in apex i a

  • I have lost the volume to my "windows" partition on my Mac

    Although i have got volume on my apple side of the boot camp , when i close it and go to my windows 7  , i have no volume??. I have all the relevant lights and equaliser bands showing me that it is working but what ever i do i cannot get any volume??

  • Graphics page in pint method

    I have a GUI app that features two JPanels within a split pane. The left pane allows the user to choose a picture file, and the right pane is supposed to display the picture as tiled. Problem is, with the (Graphics page) parameter of the paint method

  • How to take Cartesian product on logical subsets of rows in SELECT query?

    Hi All, I have the following data in seg_tab table. Seg_no Seg_value 1 01 2 001 2 002 3 100040 3 100041 3 100042 3 100043 Expected result, which is produced by joining the logical subsets (by seg_no) in rows. The segments can vary, for simplicity it

  • RENAMING IMAGE

    File imgf     =     new File(fE:\\test\\mypkg\\old.jpg"); imgf.renameTo(new File("E:\\test\\mypkg\\new.jpg"); i can not rename to image....... help , ASAP