Air3.7/bgra atf/target to ipa-ad-hoc/ error display

i use air3.7/bgra atf/target to ipa-ad-hoc/ test on ipad4
and with png2atf -r -n 0,0 -e   or    -n 0,0 -e
the first image is correct, the second and the third is cause by stop the application use double click home button and quick start again
it seems when stop the application something still in memory and not cleared make a confusion with the next startup

i use air3.7/bgra atf/target to ipa-ad-hoc/ test on ipad4
and with png2atf -r -n 0,0 -e   or    -n 0,0 -e
the first image is correct, the second and the third is cause by stop the application use double click home button and quick start again
it seems when stop the application something still in memory and not cleared make a confusion with the next startup

Similar Messages

  • AIR 3.6 SDK + ASC2.0+iOS ipa-ad-hoc, error

    Hi,
    I have download this morning AIR SDK 3.6 with ASC2.0. (offccial relase)
    1) ADL, no problems, I had to readjust a few things in the code but all works fine
    2) Package targeting ipa-debug-interpreter, compiles and packages ok
    3) Package targeting ipa-ad-hoc I have the following error:
    [java] C:\workspace\myApp\temp\myApp-app.xml: error 304: Initial window content is invalid
    Any ideas where is this coming from? (I guess it is the -app.xml but works fine targetting ipa-debug-interpreter)
    This is the -app.xml:
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/3.6">
        <id>com.lessrain.MyApp</id>
        <filename>MyApp</filename>
        <name>My App</name>
        <copyright>Copyright © 2013 Less Rain LTD. All rights reserved.</copyright>
        <versionNumber>0.0.30</versionNumber>
        <initialWindow>
            <content>MyApp.swf</content>
            <systemChrome>standard</systemChrome>
            <transparent>false</transparent>
            <autoOrients>true</autoOrients>
            <fullScreen>false</fullScreen>
            <renderMode>direct</renderMode>
            <aspectRatio>portrait</aspectRatio>
            <visible>true</visible>
            <depthAndStencil>false</depthAndStencil>
        </initialWindow>
        <supportedProfiles>mobileDevice</supportedProfiles>
        <supportedLanguages>en</supportedLanguages>
        <icon>
            <image1024x1024>icons/MyApp-1024x1024.png</image1024x1024>
            <image512x512>icons/MyApp-512x512.png</image512x512>
            <image144x144>icons/MyApp-144x144.png</image144x144>
            <image114x114>icons/MyApp-114x114.png</image114x114>
            <image100x100>icons/MyApp-100x100.png</image100x100>
            <image72x72>icons/MyApp-72x72.png</image72x72>
            <image58x58>icons/MyApp-58x58.png</image58x58>
            <image57x57>icons/MyApp-57x57.png</image57x57>
            <image50x50>icons/MyApp-50x50.png</image50x50>
            <image48x48>icons/MyApp-48x48.png</image48x48>
            <image36x36>icons/MyApp-36x36.png</image36x36>
            <image29x29>icons/MyApp-29x29.png</image29x29>
        </icon>
        <iPhone>
            <InfoAdditions><![CDATA[
                    <key>FacebookAppID</key>
                        <string>xxxxxxxxxxxxx</string>
                    <key>UIDeviceFamily</key>
                    <array>
                        <string>1</string>
                    </array>
                    <key>CFBundleURLTypes</key>
                        <array>
                            <dict>
                                <key>CFBundleURLSchemes</key>
                                <array>
                                    <string>fbxxxxxxxxxxxxx</string>
                                </array>
                            </dict>
                        </array>
                    <key>UIStatusBarStyle</key>
                    <string>UIStatusBarStyleBlackOpaque</string>
                    <key>UIRequiresPersistentWiFi</key>
                     <string>YES</string>
                    <key>UIAppFonts</key>
                    <array>
                        <string>FF_DIN_Condensed_Black.otf</string>
                    </array>
                    <key>UIRequiredDeviceCapabilities</key>
                    <array>
                        <string>still-camera</string>
                        <string>front-facing-camera</string>
                    </array>       
                ]]></InfoAdditions>
            <requestedDisplayResolution">high</requestedDisplayResolution>
        </iPhone>
        <extensions>
             <extensionID>pl.mateuszmackowiak.nativeANE.NativeAlert</extensionID>
             <extensionID>pl.mllr.extensions.nativeUtils</extensionID>
             <extensionID>com.distriqt.Compass</extensionID>
             <extensionID>com.distriqt.Camera</extensionID>
             <extensionID>com.distriqt.NetworkInfo</extensionID>
             <extensionID>net.digitalprimates.volume</extensionID>
             <extensionID>com.milkmangames.extensions.GoViral</extensionID>
        </extensions>
    </application>
    Thanks
    Luis

    Hi neh. Yes the quoates are not in the final code, I paste them in the post by mistake. I was in the proess of testingthe new attributes to exclude devices.
    I'm using FDT to compile:
    The ${SDK_PATH} ->SDK_PATH=C\:/Program Files/Adobe/flex_sdk_4.6.0_air36_asc2
    The ${adt} -> adt=/lib/adt.jar
    <target name="package-IPA-Ad-Hoc-Release" depends="prepare-iOS-settings-bundle,prepare-iOS-adHoc">
            <java jar="${SDK_PATH}${adt}" fork="true" failonerror="true">
                <arg value="-package" />
                <arg value="-target" />
                <arg value="ipa-ad-hoc" />
                <!-- NATIVE_SIGNING_OPTIONS -->
                <arg value="-provisioning-profile" />
                <arg value="certificates/${certificate.ios.adHoc.provisioning}" />
                <arg value="-storetype" />
                <arg value="pkcs12" />
                <arg value="-keystore" />
                <arg value="certificates/${certificate.ios.adHoc}" />
                <arg value="-storepass" />
                <arg value="${certificate.ios.adHoc.password}" />
                <!-- Name Of File To Create-->
                <arg value="${project.publish.path}/${build.number}/${iOS.file.publish}" />
                <!-- App Descriptor-->
                <arg value="${app.temp-descriptor}" />
                <!-- Native Extensions -->
                <arg value="-extdir" />
                <arg value="${iOS.app.extensions}" />
                <arg value="-C" />
                <arg value="${project.bin.path}/" />
                <!-- Files To Package -->
                <arg value="${compile.target}" />
                <arg value="${app.include.assets}" />
                <arg value="${app.include.icons}" />
                <arg value="Settings.bundle" />
                <!-- Splash screen -->
                <arg value="-C" />
                <arg value="${project.bin.path}/splash-screen" />
                <arg value="Default.png" />
                <arg value="[email protected]" />
                <arg value="[email protected]" />
                <!-- Include Fonts -->
                <arg value="-C" />
                <arg value="${project.temp-fonts.path}" />
                <arg value="." />
            </java>
            <delete dir="${project.temp.path}" />
            <delete dir="${project.temp-fonts.path}" />
        </target>

  • Ipa-ad-hoc 5 times slower than ipa-test

    Hello,
    I have successfully packaged my quite big app (3.5 MB swf and 24MB whole ipa file) in ipa-test package and it works quite good
    But after compilation in ipa-ad-hoc package it is much slower - about 5 times, when loading and during work, especially when i.e. clicking an action for the first time (second time it is faster but not as fast as in ipa-test)
    Is it possible? I've thought that these types of packages are the same - that this is compiled native code for iOS, and difference is only in certificates
    I use 3.2 AIR, 4.6.0 Flex, Helo theme in compability mode for Flex 3 (unfortunately I cannot now switch to Spark components)
    On android it works very ok (better even than in ipa-test mode), but I also would like have this app for iOS
    Regards
    Adam

    Try - maybe they can help, I couldnt find anybody who had this problem.
    Maybe you could make new project and check if it works fast enough in ad-hoc and then copy some pieces of your project to this new project... I sometimes use to find an error cutting project in half and looking for error, stupid but works Good luck

  • Ipa-debug versus ipa-ad-hoc differences?

    I was testing using ipa-debug and unfortunately was thinking this was functionally equivalent to ipa-ad-hoc (except with debug symbols)... but now I am seeing behavior differences (maybe related to swfs with ABC or reloading?)   Anyway I am seeing freezes when loading up swf assets when I compile as ipa-ad-hoc, whereas it works fine with ipa-debug.
    Does anyone know what basic differences there are? Are the secondary swf with ABC reloading restrictions only enforced with ipa-ad-hoc mode or something?

    Try - maybe they can help, I couldnt find anybody who had this problem.
    Maybe you could make new project and check if it works fast enough in ad-hoc and then copy some pieces of your project to this new project... I sometimes use to find an error cutting project in half and looking for error, stupid but works Good luck

  • Difference between -target ipa-app-store and -target ipa-ad-hoc

    Obviously one is for app-store, the other ad-hoc, but is there any other differences that relate to performance?

    Thanks for the information, would request you to file a bug (bugbase.adobe.com) with files to reproduce the issue. Please share the bug number here for reference.
    It seems you're facing issue only related to non-interpreter targets, you could try debugging it with Flash Builder or Flash Professional (with ipa-debug mode).
    -Pahup

  • RT target reboots due to system error

    The RT target reboots and displays the following error after the normal setup info:
    Reboot due to system error.
    Redirecting output to log file.
    I don't know where this "log file" is saved and I don't know why the rt engine restarts.
    I have 3 PCI 6143 boards and I'm reading at 250 ksamples/sec. I'm storing the data to an RT FIFO (waveform dbl array type) and using TCP to send this to the host computer where I want to display in a graph. The vi on the target computer runs fine without any connection to the host computer. When the vi on the host computer starts up, however, problems start to happen.
    The host computer gets the data from the target very slowly. It takes about 5 seconds for TCP Read to read the byte size. The byte size is about 600kb. After the byte size is read the rt engine mysteriously restarts and displays the message above. My system works fine if I change all the waveform dbl array types to DBL Array. The reason I want a waveform type is because the host computer is not getting enough data with the DBL Array. For example, instead of getting a steady, straight line in the graph, I get a line jumping from 0 to the value it's supposed to be over and over.
    I'm using vis similar to the vis created by the RT Communication wizard for both the target and host communication.

    hi Kristi,
    thanks for responding.
    I'm using Labview 7.1 Real-time on a dell gpx 270 on a LAN (gigabit connection) using static IPs. I'm currently doing continuous analog acquisition on multiple channels (24 total). I have a normal priority loop managing the TCP connection, a time-critical loop within that acquiring data. On the host computer (another dell) I have all normal priority vis. I have 1 VI that contains 2 vis in it- a vi that handles the GUI and a vi that handles the TCP.
    I gave up on using waveforms so i'm getting the y-component out of the 1D-waveform that i get from the daqmx vi and putting that into a 1D dbl array and storing it in an rt-fifo. By the upload, hopefully, you can see what i'm talking about. Without using waveforms the rt target does not reboot, but i still get jitter. The host computer (with the gui) seems to be reading an empty fifo more times than it has data. When I put a 100ms wait in the TCP loop on the host computer, I get the data slower, but no jitter. I don't know anything about timing so I'm guessing that's my major problem. Am I supposed to put waits inside of various loops?? I varied my time-critical loop wait time from 1ms to 3ms to see if anything would change, but no changes.
    On a side note I will be acquiring data from a total of 13 6143 PCI boards from 5 different PCs when this is all done.
    Attachments:
    simplesystem.JPG ‏15 KB

  • Production order Target cost Zero - Varience calculation error KV151

    Hi Experts,
    I am having an issue on KKS2 variance calculation, system throwing error KV151 Target cost is 'Zero'
    All pre-requisites are ok including BOM, Rates, Routings etc..
    Process:
    Production order with FERT - valuated material,
    All BOM components in production order are Non valuated stock items, Non-stock items
    Note: Cost Estimat e is for Labor and Overhead only.
    After production order confirmation CO11N, production order Cost analysis displays - Target value ("Zero") and actual value.
    Due to above reason in KSS2 we are unable to calculate variance, system displayed error KV151.
    I cannot settle the production order, guide if I am missing some thing in config. ?
    I appreciate you quick response.
    Thanks,
    RK

    Thanks for your reply Swapvik & Takashi, I have no issues on configuration side very thing looks good.
    Cost estimate - Good
    Variance key - Good
    Production order - FERT (Valuated) - good
    BOM components - UNBW, NLGS only - Good
    Labor rates - good
    Periods - good
    Production order confirmation - Good
    Actual cost - Good
    My Issue is Target cost is zero on cost analysis in CO03 but if I can see target cost in KKBC_ORD report.
    I am unable to calculate variance and settlement.
    I appreciate your response.
    Thanks,
    Raj

  • Clustering model ..target group creation ...error

    Hello All
    After i created a Clustered model successfully i went ahead to create a CRM target group and as the last step in the process I selected the Training source of my Clustering Model ,right clicked it and clicked Monitor
    The result shows that the CRM target group creation was incorrect.The following screeen shows the error screen.
    http://www.geocities.com/aditya_ponnam/errorscreen.JPG
    Please advise.
    Thank you
    Aditya

    Hi naveen
    Thank you.How can I check the RFC setting for my CRM system?Has it got anything to do with this problem?I have just started learning SAP BW and CRM.Please suggest.As a matter of fact, this error occured in the BW system.The version of BW system is 3.1 Support Package 6.I could not figure out anything from the error description.Please look at this error screensot.
    http://www.geocities.com/aditya_ponnam/errorscreen.JPG
    Thank you
    Regards
    Aditya

  • Target value in MIC. Error if result deviates from this

    Dear friends,
    I want to give only target value in MIC. When results recording deviates from this value then system should give error in valuation field. Is it possible?
    Regards
    Prashant Atri

    Hi,
    In SPRO >quality management> Basic setting-->Maintain setting at plant level
    Here select your plant click on detail.
    Then in next screen  in result record tab you have option Recording confugaration where ou can select autamatic close so in this case if result deviate then system will show you pop up window with default rejected radio button on but again here you can clicjk accepetd and valuate.
    Or check with other option close,nevigate, save autamatically.
    check and revert back.
    regards
    SANI>L

  • "The Agent of this Target is Unreachable" & EMD Upload Error

    Hi There,
    I've been working on this problem for three days now and I'm stuck! Ok so here's the issues:
    I am monitoring two SQL Server via Enterprise Manager (Oracle Grid). Both worked for months, however, once the server that the SQL Servers were installed on was reboot they both were showing up "The Agent of this Target is Unreachable" in the Grid console. However, after I started and stopped the agent on the development SQL Server server it showed up in the GRID. However, the pre-production does still not show up after I start and stopped the agent on the pre-production server. When I tried to upload the agent on the pre-production server it gives the following error:
    EMD Upload Error: Upload was successful but the collection is disabled - disk full
    I deleted the access_log files and I don't see a space problem. I secured the agent. I resysnced the agent ....
    FYI the Grid is on a unix machine and the SQL servers are on a windows server.
    Please help!
    J

    I am monitoring two SQL Server via Enterprise Manager as in Microsoft's SQL Server?

  • Target has encountered metric evaluation errors msg on gc home page

    I am new to OEM/ Grid - and need some help after my first oem/ grid installation.
    Two questions:
    #1) On the home page, it show 4 of the targets (2 dbs, collector, and EM Web application i.e all target status showing 75% up and 25% unknown) are unavailable/ unknown. The two dbs are local to the server where my oem db repository is.
    Agent seems to be responding e.g.:
    icux0400$ emctl status agent
    Oracle Enterprise Manager 10g Release 10.2.0.1.0.
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.1.0
    OMS Version : 10.2.0.1.0
    Protocol Version : 10.2.0.0.0
    I will appreciate any help.
    #2) - I wanted to install agent on another server (sparc/ solaris) - where can I find steps (installation and any configuration related - in easy and simple form).
    Thanks
    Yogi

    Thank you very much Saaya for writing.
    Mine is 5.8 sun os, Unix system. "oem" is the repository dataabse (10.1.0.4, that came with 10.2 OEM software), and I have another local instance "brecdb2" on this box running (Oracle ver 9.2.0.7). Agent running seems to be not communicating with gc for some reason. I can connect to brecdb2 thru OEM grid though.
    icux0400$ date
    Thu Oct 12 07:05:51 EDT 2006
    icux0400$ emctl status agent
    Oracle Enterprise Manager 10g Release 10.2.0.1.0.
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.1.0
    OMS Version : 10.2.0.1.0
    Protocol Version : 10.2.0.0.0
    Agent Home : /lhwpqora/oracle/data/ora01/WPQ/root4/agent10g
    Agent binaries : /lhwpqora/oracle/data/ora01/WPQ/root4/agent10g
    Agent Process ID : 558
    Parent Process ID : 535
    Agent URL : https://icux0400.am.lilly.com:3872/emd/main/
    Repository URL : https://icux0400.am.lilly.com:1159/em/upload
    Started at : 2006-10-05 11:13:24
    Started by user : oracle
    Last Reload : 2006-10-05 11:14:10
    Last successful upload : 2006-10-12 07:04:12
    Total Megabytes of XML files uploaded so far : 322.85
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 60.96%
    Last successful heartbeat to OMS : 2006-10-12 07:05:54
    Agent is Running and Ready

  • Connection to Target RMAN throws insufficient privileges error

    I have primary database running over 11.1.0.7.5 and trying to create standby database using below command
    connect target sys/password@dgprod
    connect auxiliary /
    run
    allocate auxiliary channel c1 device type disk;
    allocate auxiliary channel c2 device type disk;
    allocate auxiliary channel c3 device type disk;
    allocate auxiliary channel c4 device type disk;
    duplicate target database for standby from active database
    db_file_name_convert=(
    '/u01/oradata/dgprod/datafile','/u01/oradata/dgstd/datafile')
    nofilenamecheck;
    But I am getting
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    ORA-01031: insufficient privileges
    I have checked that remote_login_passwordfile paramter over primaray database is set to exclusive and password file has been created over $ORACLE_HOME/dbs
    Can anyone please suggest what I am missing here...

    env | sort
    _=/bin/env
    CVSROOT=:pserver:buildadm:in@g2cvs:/home/cvsroot
    DBA_SQL=/mnt/nas/scripts/shared/dba_sql
    DDL_LOG=/home/oracle/ddl_log
    EDITOR=vi
    G_BROKEN_FILENAMES=1
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=dproddb11.us.traq.com
    INPUTRC=/etc/inputrc
    KDEDIR=/usr
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=/u01/app/oracle/product/11gr1ee/lib:/usr/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LG_BACKUP_DIR=/mnt/nas/lg_backup
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    NAS_BASE=/mnt/nas
    NLS_LANG=AMERICAN_AMERICA.AL32UTF8
    OLDPWD=/u01/app/oracle/admin/dgstd/pfile
    ORACLE_ADMIN=/u01/app/oracle/admin
    ORACLE_BASE=/u01/app/oracle
    ORACLE_BIN=/u01/app/oracle/admin/bin
    ORACLE_BKUP_LOGS=/mnt/nas/backups/logs
    ORACLE_BKUP=/mnt/nas/backups
    ORACLE_HOME=/u01/app/oracle/product/11gr1ee
    ORACLE_SID=dgstd
    PAGER=/usr/bin/less
    PATH=/usr/ccs/bin:/usr/bin/x11:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/usr/local/bin:/u01/app/oracle/product/11gr1ee/bin
    PROMPT_COMMAND=echo -ne "\033]0;${ORACLE_SID} ${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"
    PS1=dgstd \u@\h:\w >
    PWD=/u01/app/oracle/admin/dgstd/create
    SCRIPTS_BASE=/mnt/nas/scripts
    SHELL=/bin/bash
    SHLVL=1
    SQLPATH=/mnt/nas/scripts/shared/dba_sql:/u01/app/oracle/product/11gr1ee/rdbms/admin
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_CLIENT=::ffff:172.30.4.5 58102 22
    SSH_CONNECTION=::ffff:172.30.4.5 58102 ::ffff:10.2.5.41 22
    SSH_TTY=/dev/pts/1
    TERM=xterm
    USER=oracle

  • Sles9  sp2   scsi error  internal  target failure  buffer I/O error

    Apr 3 10:40:41 hostname kernel: SCSI error : <2 0 0 0> return code = 0x10000
    Apr 3 10:40:41 hostname kernel: end_request: I/O error, dev sdb, sector 24047
    Apr 3 10:40:41 hostname kernel: Buffer I/O error on device sdb1, logical block 2998
    Apr 3 10:40:41 hostname kernel: lost page write due to I/O error on sdb1
    can any one tell me what happened ? i had checked the disk
    had no medium error. after remount , it goes well. but this will happen again.

    961262 wrote:
    The used tables:
    Table 1: 312 col, 12,248 MB, 11,138,561 rows, avg len 621 bytes
    Table 2: 159 col, 4288 MB, 5,441,171 rows, avg len 529 bytes
    Table 3: 118 col, 360MB, 820,259 rows, avg len 266 bytes
    The FTS has improved as expected. With 5 physical drives in a RAID0, a performance of
    420MB/s was achieved.
    In the write test on the other hand we were not able to archieve any improvement.
    The CTAS statement always works with about 5000 - 6000 BLOCK/s (80MB/s)
    But when we tried running several CTAS statements in different sessions, the overall speed increased as expected.
    Further tests showed that the write speed seems to depend also on the number of columns. 80MB/s were only
    possible with Tables 2 and 3. With Table 1, however only 30MB/s were measured.
    If multiple CTAS can produce higher throughput on writes this tells you that it is the production of the data that is the limit, not the writing. Notice in your example that nearly 75% of the time of the CTAS as CPU, not I/O.
    The thing about number of columns is that table 1 has exceeded the critical 254 limit - this means Oracle has chained all the rows internally into two pieces; this introduces lots of extra CPU-intensive operations (consistent gets, table access by rowid, heap block compress) so that the CPU time could have gone up significantly, resulting in a lower throughput that you are interpreting as a write problem.
    One other thought - if you are currently doing CTAS by "create as select from {real SAP table}" there may be other side effects that you're not going to see. I would do "create test clone of real SAP table", then "create as select from clone" to try and eliminate any such anomalies.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    Author: <b><em>Oracle Core</em></b>

  • Ipas mini with retina display

    i just bought this devide 2 days ago. suddenly the whole page blank and showed the white page. i tried so many ways to at least open the setting page. but it didnt work. please help me

    If you are asking whether the new iPad mini is available in stores for immediate purchase, that will depend on the country you're in and the specific model you want. Call or visit your local Apple Store or authorized Apple dealer and ask them.
    Regards.

  • Target has encountered metric evaluation errors.

    I have a database instance which is in the state described above. Can anyone point me to where I should look to a MetaLink document describing this situation and/or to determine the probable cause?
    Thank you.

    Seems dbnsmp password is not configured,please configure the dbsnmp password
    Go to database home page -->Monitoring Configuration-->provide valid dbsnmp password -->press the button test connection -->press the button next -->press the button finish
    If problem still there please paste the content of emagent.trc

Maybe you are looking for

  • Designing Financial Statement Report in ABAP

    Hi, I need to develop a replica of RFBILA00 with the following additional functionality - Amount to be displayed in two currency type at once, i.e. Local Currency (Type 10) and Hard Currency (Type 40) Standard report can be executed separately. I'm p

  • CS3 PPixHandleUtilities.cpp-114 error

    I am running Windows Vista 32 bit and Adobe Premiere Pro CS3.  I have been working in HD video for over 6 months now and haven't had any troubles exporting footage from Canon T2i or T3i. However, now when I export it will render out about 30-45% and

  • Email alias use - help suggestion doesn't work

    When sending mail from my .Mac account (via Safari), I can use either my main account or one of two aliases as the "From". When in Mail (2.1.1), I can only use the main account (the aliases don't show up) - tried the action button help, but it's alre

  • DM package task

    Hi Experts I just want to know how will i be able to filter Company in my "Load from Infoprovider" I am loading data from BW the data is consist of all companies in my members But i just want  to upload only the company that i will be choosing when i

  • My edits in Photos 1.0 are not changing the photos. Are others running into this problem?

    I uploaded photos from my iPhone. When I try to edit them on my Mac, nothing happens. I can move all the adjustment bars (brightness, shadows, highlights, etc., but nothing happens to the photo.