Making the XI System Live!!!

Hi All -
Is there any guide from SAP that tells about the migration procedure of XI from development to Quality and thus to production.
The best way to achieve this in XI 2.0 and/or in XI 3.0
If anyone has such a document available can you please tell me where can I find the same.
Kind Regards,
Ashish

Hey, there is a document on the SDN on how to confgure the CMS that will give you a clear idea as what to do. this goes through a couple of options and how to transport development.
Search the articles on the XI page for it.
Don't forget the points! and good luck!
Chris

Similar Messages

  • Problem with a script making the number of lives change

    http://www.zshare.net/download/super...flash-fla.html
    - The fla file (As my code is all over the place you probably might
    want to look at this)
    The lives doesn't work. I made a movie clip with different
    frames and on each frame there are different numbers of hearts
    on.The code on the frame mario dies is:
    Code:
    onEnterFrame = function () {
    if (_root.healtha._currentframe != 1) {
    _root.healtha.gotoAndPlay(_root.healtha._currentframe-1);
    if (_root.healtha._currentframe == 1) {
    _root.healtha.gotoAndPlay(_root.healtha._currentframe+3);
    if (_root.healtha._currentframe == 3) {
    _root.gotoAndPlay("scene2", 1);
    } else {
    _root.gotoAndPlay(2);
    The movie clip containing the hearts should be at
    _root.healtha So i want when mario dies the number of hearts goes
    down and when the number of hearts is zero and he dies (when
    _root.healtha is on frame 3) you go to scene2.
    Thats the code for the fla file i uploaded the new code is:
    onEnterFrame = function () {
    if (_root.healtha._currentframe == 1) {
    var aa:Number = _root.healtha._currentframe+3;
    _root.healtha.gotoAndStop(aa);
    } else if (_root.healtha._currentframe != 2) {
    var bb:Number = _root.healtha._currentframe-1;
    _root.healtha.gotoAndStop(bb);
    } else if (_root.healtha._currentframe == 2) {
    _root.gotoAndPlay("scene2", 1);
    _root.gotoAndPlay(2);

    does that onEnterFrame only execute when mario dies? if so,
    it doesn't need to be in an onEnterFrame loop? if not, that code
    won't work.
    so, assuming it works (label the first frame in scene 2 and)
    use:

  • [svn:osmf:] 14521: ChromeLibrary: moving live and recording buttons to the left hand side of the control bar , and making the button backdrops a little bigger.

    Revision: 14521
    Revision: 14521
    Author:   [email protected]
    Date:     2010-03-02 12:47:27 -0800 (Tue, 02 Mar 2010)
    Log Message:
    ChromeLibrary: moving live and recording buttons to the left hand side of the control bar, and making the button backdrops a little bigger.
    Modified Paths:
        osmf/trunk/libs/ChromeLibrary/assets/control bar.ai
        osmf/trunk/libs/ChromeLibrary/assets/images/eject_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/fullScreenEnter_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/fullScreenLeave_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/live_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/live_down.png
        osmf/trunk/libs/ChromeLibrary/assets/images/live_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/minus_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/minus_down.png
        osmf/trunk/libs/ChromeLibrary/assets/images/minus_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/pause_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/play_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/plus_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/plus_down.png
        osmf/trunk/libs/ChromeLibrary/assets/images/plus_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityAuto_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityAuto_down.png
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityAuto_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityManual_down.png
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityManual_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/record_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/record_down.png
        osmf/trunk/libs/ChromeLibrary/assets/images/record_up.png
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/ControlBar.as

    Revision: 14521
    Revision: 14521
    Author:   [email protected]
    Date:     2010-03-02 12:47:27 -0800 (Tue, 02 Mar 2010)
    Log Message:
    ChromeLibrary: moving live and recording buttons to the left hand side of the control bar, and making the button backdrops a little bigger.
    Modified Paths:
        osmf/trunk/libs/ChromeLibrary/assets/control bar.ai
        osmf/trunk/libs/ChromeLibrary/assets/images/eject_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/fullScreenEnter_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/fullScreenLeave_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/live_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/live_down.png
        osmf/trunk/libs/ChromeLibrary/assets/images/live_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/minus_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/minus_down.png
        osmf/trunk/libs/ChromeLibrary/assets/images/minus_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/pause_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/play_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/plus_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/plus_down.png
        osmf/trunk/libs/ChromeLibrary/assets/images/plus_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityAuto_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityAuto_down.png
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityAuto_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityManual_down.png
        osmf/trunk/libs/ChromeLibrary/assets/images/qualityManual_up.png
        osmf/trunk/libs/ChromeLibrary/assets/images/record_disabled.png
        osmf/trunk/libs/ChromeLibrary/assets/images/record_down.png
        osmf/trunk/libs/ChromeLibrary/assets/images/record_up.png
        osmf/trunk/libs/ChromeLibrary/src/org/osmf/chrome/controlbar/ControlBar.as

  • System.Reflection.TargetInvocationException: An exception occurred during the operation, making the result invalid.

    When I run my app on device and the internet is connected its ok, but if I use the emulator (althought the internet is connected):
    $exception{System.Reflection.TargetInvocationException: An exception occurred during the operation, making the result invalid.  Check InnerException for exception details. ---> System.Net.WebException: The remote server returned
    an error: NotFound. ---> System.Net.WebException: The remote server returned an error: NotFound.
       at System.Net.Browser.ClientHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
       at System.Net.Browser.ClientHttpWebRequest.<>c__DisplayClasse.<EndGetResponse>b__d(Object sendState)
       at System.Net.Browser.AsyncHelper.<>c__DisplayClass1.<BeginOnUI>b__0(Object sendState)
       --- End of inner exception stack trace ---
       at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)
       at System.Net.Browser.ClientHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)
       at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)
       --- End of inner exception stack trace ---
       at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
       at System.Net.DownloadStringCompletedEventArgs.get_Result()
       at FitnessApp.BL.ServerConnection.wc_DownloadStringCompleted(Object sender, DownloadStringCompletedEventArgs e)
       at System.Net.WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e)
       at System.Net.WebClient.DownloadStringOperationCompleted(Object arg)}
    System.Exception {System.Reflection.TargetInvocationException}
    this is the stack trace:
       at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
       at System.Net.DownloadStringCompletedEventArgs.get_Result()
       at FitnessApp.BL.ServerConnection.wc_DownloadStringCompleted(Object sender, DownloadStringCompletedEventArgs e)
       at System.Net.WebClient.OnDownloadStringCompleted(DownloadStringCompletedEventArgs e)
       at System.Net.WebClient.DownloadStringOperationCompleted(Object arg)
    this is my code:
    void wc_DownloadStringCompleted(object sender, DownloadStringCompletedEventArgs e)
    try
    if (e.Error != null)
    string error = e.Error.Message;
    string functionCall = e.UserState.ToString();
    if (!string.IsNullOrEmpty(e.Result)) //this line throws an exception
    if (functionCall == "getProductCode")
    ProductsList productsList = JsonConvert.DeserializeObject<ProductsList>(e.Result);
    if (productsList.products != null)
    serverProducts = productsList.products.Select(p =>
    new BE.Product
    Product_code = p.PID,
    Product_name = p.Name
    }).ToList();
    else
    serverProducts.Clear();
    if (DataDownloadCompleted != null)
    if(functionCall =="getProductCode")
    DataDownloadCompleted(this, new BE.StringEventArgs("getProductCode"));
    catch (Exception)
    throw;
    public void searchProductCode(string productName)
    try
    if (DeviceNetworkInformation.IsNetworkAvailable && DeviceNetworkInformation.IsCellularDataEnabled)
    wc.DownloadStringAsync(new Uri(baseURI + "get_products_json.php?search=" + productName), "getProductCode");
    else
    throw new Exception(FitnessApp.Resources.AppResources.ErrorServerConnection);
    catch (Exception )
    throw ;
    Any solution?
    thank you..

    The server did not find the resource you asked for.
    You might want to make sure your emulator is connected to the internet and can go online.
    http://blogs.msdn.com/b/wsdevsol/archive/2013/10/01/why-can-t-the-windows-phone-emulator-go-online.aspx

  • Which system is better making the TDC among DEV and PRD

    HI,
    which system is better making the TDC among DEV and PRD what are the advantages and disadvantages
    thanks in advance
    subbu

    hi arif
    TDC means Transport Domain Controller
    it is the system which contains common transport directory and which administer the all the systems taking part in TMS.
    if any other informaion regarding this welcome.
    SUBBU
    Message was edited by:
            subbu chennuru

  • Hello,  Can you please advise me as to the recommended system requirements for Adobe CC for Photoshop, Illustrator, InDesign, and Dreamweaver (all 4 programs). I'm hoping this is summarized somewhere rather than making me look up and compare all four. I'l

    Hello,
    Can you please advise me as to the recommended system requirements for Adobe CC for Photoshop, Illustrator, InDesign, and Dreamweaver (all 4 programs). I'm hoping this is summarized somewhere rather than making me look up and compare all four. I'll be using a windows based PC, and will need a graphics card that can support at least two monitors.

    Hi julir
    check this System requirements | Photoshop
    why photoshop demand?cause photoshop having 3D feature, it mean need high spec,,so if you can run photoshop cc to run ai,indd and dw is posibilty
    regards
    Deto

  • How do you repair the EFI systems partitions when you mac tells you that the live file system is not supported?

    how do you repair the EFI systems partitions when you mac tells you that the live file system is not supported?

    I don't have good news. You will need to repartition and reformat the hard drive in order to determine if the drive is still OK or if it needs to be replaced. If your computer is a 2011 model or later do the following:
    Install Mavericks, Lion/Mountain Lion Using Internet Recovery
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    Select Disk Utility from the main menu and click on the Continue button.
    After DU loads select your newly installed hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion. Mavericks: Select Reinstall Lion/Mountain Lion, Mavericks and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    This should restore the version of OS X originally pre-installed on the computer.
    If your computer is pre-2011 model, then locate the original installer discs that came with the computer. Then do this:
    Clean Install of Snow Leopard
    Be sure to make a backup first because the following procedure will erase
    the drive and everything on it.
         1. Boot the computer using the Snow Leopard Installer Disc or the Disc 1 that came
             with your computer.  Insert the disc into the optical drive and restart the computer.
             After the chime press and hold down the  "C" key.  Release the key when you see
             a small spinning gear appear below the dark gray Apple logo.
         2. After the installer loads select your language and click on the Continue
             button. When the menu bar appears select Disk Utility from the Utilities menu.
             After DU loads select the hard drive entry from the left side list (mfgr.'s ID and drive
             size.)  Click on the Partition tab in the DU main window.  Set the number of
             partitions to one (1) from the Partitions drop down menu, click on Options button
             and select GUID, click on OK, then set the format type to MacOS Extended
             (Journaled, if supported), then click on the Apply button.
         3. When the formatting has completed quit DU and return to the installer.  Proceed
             with the OS X installation and follow the directions included with the installer.
         4. When the installation has completed your computer will Restart into the Setup
             Assistant. Be sure you configure your initial admin account with the exact same
             username and password that you used on your old drive. After you finish Setup
             Assistant will complete the installation after which you will be running a fresh
             install of OS X.  You can now begin the update process by opening Software
             Update and installing all recommended updates to bring your installation current.
    Download and install Mac OS X 10.6.8 Update Combo v1.1. You can now download a version of OS X from which to upgrade from your Purchases page in the App Store.

  • On iOS 8 and "old" device for the operating system. О iOS 8 и "Старых" устройствах на этой операционной системе

    USA.
    Good day! I like you a fan of the forum users of APPLE. I live in the Russian Federation. Began his acquaintance with this company back in 2010 with the Ipad 2 device was still on ios 5. In January 2014 I made ​​a gift and bought the iPhone 5s on OC IOS 7. I bought it at the official Russian official price that more accurately put Apple in 1100 $. In our country, it is a lot of money. With the money I could live for 3 months. In fact, I became the owner of a top (at the time) from a favorite device of Apple. My iPhone 5s worked perfectly on ios 7. sometimes met friezes light animation, and non-critical bugs, but who is without sin? Favorite company I was willing to forgive it because I see that she is trying to be better and not standing still. Looking WWDC presentation which provided us with iOS 8 you assured me that everything was better, faster, more functional. I was determined that update my iPhone 5s to iOS 8.0 ... APPLE releases new OC iOS 8 ... And I live! Behind the beautiful words that we said at the presentation of the great features of the new iOS hiding "something." And that "something" turned my phone in ... "pumpkin"! Yes! In that same stupid pumpkin! And now I will explain why I think it's pumpkin, not rose.
    Sea bugs ... and they are awful and terrible as it does not give me the full extent of my work enjoy iPhone 5s!
    Start from the beginning:
    1 Streaming through technology "Air play".
    "Air play" ceased to function properly! He was often disconnected from Apple tv and Apple airport express last generation. Apple tv 2g can not receive the signal from my iPhone 5s! And when it's all the same he gets a video playback does not last long, it just breaks and does not connect again! Helps to restart Apple TV and a hard reset by holding the button "HOME" button and "POWER". On the "Apple TV" is worth the latest firmware as these problems are manifested in the previous firmware of the device.
    2 Built-in browser "Safari".
    Tab in the "Safari" became constantly updated when I switch to another application or the other tabs! Apparent lack of memory (on iOS 7.1.2 with it all much better. At least when switching tabs does not re-update the previous tab).
    Playing online video on non-optimized mobile site in the browser "Safari" really does not work! It is turned on and loaded almost to infinity! Sometimes just a black screen with an icon "Play" to be pressed at least 100 times, and the result is 0!
    Scroll pages in the browser have become terribly sharp and smooth! on iOS 7.1.2 everything is fine, nice and smooth and no such bugs! Total confusion and thoughtfulness browser "Safari".
    If the video still runs (for me equates to a miracle) then when rewinding the film is generally something strange ... Fast chooses how minutes and seconds I watch a movie (usually just starts playing from the beginning), or does not respond at all ... This is the same magic Apple? Unlikely.
    3 multitasking menu (double-press "HOME").
    Call multitasking (by double-clicking "HOME") began working with a delay, with a lag, c jerky animation, and sometimes even without it.
    Control Center (which is called swipe upwards) was to slow down! Yes! That retard! Animation jumping shutter control center began play with tangible frame loss! If iPhone 5s under the control of OS iOS 7.1.2 everything happened smoothly, beautifully and dynamically in the iOS 8.0 it looks like on the iPhone 5 running iOS 7.C than strongly connected is not clear! Graphic differences from iOS iOS 7 8 almost equal to 0, and the speed of decline in almost 50%! How ?! Why ?! Why does my iPhone 5s become the iPhone 5 ?! This is an artificial slowing my device to increase the demand on the iPhone 6 or still glitch iOS 8.0 for iPhone 5s? Honey the company Apple, I really hope for the 2nd. Especially this shortfall fps animation curtain markedly if you open multitasking (acquired by double button "HOME") and call the control center and you'll see that the animation is playing choppy and not smooth! On IOS 7.1.2 this is not! Control center jumps smoothly and beautifully! On iOS 8.0 it happens all the time! Even if you turn off your favorite contacts and recent calls (I'm ashamed to say they thought) that appeared in iOS 8 (they are above programs on the multi-tasking) not solve the problem. As well, if you call the control center on the lock screen, then drop FPS will be very noticeable even to the untrained viewer (especially if you take two iPhone 5s one running iOS 7 and 8, the second on iOS and compare them on the forehead). If the Control Center click airdrop (air play) the animation of its appearance again played in spurts and not terribly nice and smoothly (especially noticeable on the lock screen and comparison of the forehead)! In a telephone call has been going absolutely shameless FPS drop a call center management and other activities!
    And yes, for me it is a critical issue! I do not want the transition to iOS 9 my iPhone 5s turned to the iPhone 4 on iOS 7 (vid you all remember this terrible story?)! I want my iPhone 5s worked as smoothly as on iOS 7.1.2! Nor any justification for this inhibition iskuvsstvennoy I can not see! 8 beautiful iOS did not! graphic elements do not appear! So goes the Apple is doing this on purpose ?! We go down the list!
    4 minor bugs that just break my brain and kill all the beauty of the use of "the best mobile operating system in the world"!
    4.1. When a call comes in when you clicked the icon making a call the phone for about 2-3 seconds, vibrates and plays a melody. On iOS 7.1.2 ringtone and vibration stops as soon as you have accepted the challenge and in your ear does not play your ringtone by "imagine Dragons", cheeks beats you invented vibration in the style of "Tick-tonic."
    4.2. When you look at the page on the Internet-phone terribly terribly strongly heated! A pair of piping hot! On iOS 7.1.2 is no such problem! Telephone hot, but not as much as on iOS 8.0!
    4.3. Folder on the home screen opens with a delay of 0.5-1 second is the impact on the overall impression of iOS 8.0.
    4.4. When you create a set (12 pieces) icons in one folder if dramatically open the folder and make swipe to the left then the following icons in this folder does not have time to boot up and are delayed by 1 second.
    4.5. When you create a folder with 1-9 icons do if the above action fails then the animation (the same bug exists in iOS 7.1.2). It is very not nice aesthetically.
    4.6. Scroll to your "Settings" felt terribly antsy. Although it is not only in the application "Settings" but also to the entire system and applications in general ...
    4.7. Scroll to the Home screen has become less responsive to user actions all movements inogoda occur with jerky animation and some delay to the user.
    4.8. Quite often, and without rational reason for going off the sensor device. That is, the screen does not respond to any user action! Helps pressing "HOME" or hard reset by holding the button "HOME" and "POWER".
    4.9. Most people on the iPhone 5s lost communication with a mobile operator. Just go on and lost and because of this I have missed calls from their loved ones and friends (would cost you to be glad that I have not missed calls on business issues).
    5.0. Many owners of iPhone 5s and iPhone 5 uhudzhenie complain about battery life. I honestly did not notice it, but we will not drop this off.
      Outcome.
    And now gets quite an interesting question, why? Why does my iPhone 5s began to slow? Why in the absence of graphical improvements are absolutely the same actions were reproduced with the loss of fps, slow down, lag, hover, fly? Why, if put next iPhone 5s on iOS 7.1.2 and exactly the same iPhone 5s on iOS 8.0 and pull the control panel to call multitasking bar, carry out all other actions I have described it on your device running iOS 7.1.2 it will work without any delays, lags, the deterioration in the responsiveness of the interface, reducing fps, and no departures from simple applications written directly by Apple? I see absolutely no any obstacles in the way to make the iPhone 5s to the operating system iOS 8.0 worked with the same smoothness, with the same responsiveness and speed as the iPhone 5s running iOS 7.1.2! I do not see what these restrictions are not!
    There are many different bugs that I do not even remember now (as I write this text on emotions (positive) as able to roll back your iPhone 5s back to iOS 7.1.2, and he seemed to come alive with new life) and so far I have esteemed company APPLE does not eliminate these improvements do not, I will not go back to iOS 8.0! if the dispensation of these bugs, flaws, intentional degradation of the (almost identical in performance in comparison with the iPhone 6) IPhone 5s will not happen and the company APPLE will continue to apply to consumers of their products as a beta tester I will be forced to organize a petition and file a class action lawsuit in court not only in their own country (which is for the Russian Federation) but also in the United States and in other countries where people are just like me trying to deceive, mislead and force companies to buy new devices APPLE without having expressed any any more substantial explanation except as <iPhone 6 was 25% more powerful on with alignment with the iPhone 5s>!
    P.s.
    I hope Apple will still listen to their users and I also hope that it (Apple) still change his mind and will try in the near future to give users not-so-old devices (iPhone 5s, iPad Air, iPad mini Retina) and enjoy on all the new features of iOS 8 no lag, locked up, overheating, inhibited animation. Thank you for being there!
    Ru.
    Всем доброго времени суток! Я как и вы форумчане являюсь фанатом компании APPLE. Проживаю я в Российской Федерации. Начал свое знакомство с этой компанией в далеком 2010 году с устройства Ipad 2 тогда еще на ios 5. В январе 2014 я сделал себе подарок и купил iPhone 5s на OC IOS 7. Купил я его официально по официальной Российской цене которую выставила Apple точнее за 1100$. В нашей стране это очень большие деньги. На эти деньги я бы мог жить 3 месяца. По сути я стал обладателем топового (на тот момент) устройства от любимой компании Apple. Мой iPhone 5s прекрасно работал на ios 7. Иногда встречались легкие фризы анимации, и не критичные баги, но кто без греха? Любимой компании я был готов это простить так как вижу, что она старается быть лучше и не стоит на месте. Посмотрев презентацию WWDC на которой представили iOS 8 нас с вами уверяли, что все стало лучше, быстрее, функциональнее. Я твердо решил, что обновлю свой iPhone 5s до iOS 8.0... APPLE выпускает новую OC iOS 8... И я обновился! За красивыми словами, что нам говорили на презентации, за великолепными функциональными возможностями новой iOS скрывалось "нечто". И это "нечто" превратило мой телефон в... "тыкву"! Да! В ту самую тупую тыкву! И сейчас я объясню почему я думаю, что это тыква, а не роза.
    Море багов... причем они ужасны и страшны так как не дают мне в полноценной мере насладится работой моего iPhone 5s!
    Начнем по порядку:
    1. Потоковая передача данных посредством технологии "Air play".
    "Air play" перестал нормально работать! Он стал часто отсоединяться от Apple tv и Apple airport express последнего поколения. Apple tv 2g не может принять сигнал от моего iPhone 5s! А когда все же это у него получается то воспроизведение видео длится не долго оно просто обрывается и не дает подключиться повторно! Помогает перезагрузка Apple TV и жесткий сброс посредством удержания кнопки "HOME" и кнопки "POWER". На "Apple TV" стоит последняя прошивка так же эти проблемы проявлялись и на предыдущей прошивке устройства.
    2. Встроенный в систему Браузер "Safari".
    Вкладки в "Safari" стали постоянно обновляться когда я переключаюсь на другое приложение или на другие вкладки! Явная нехватка оперативной памяти (на iOS 7.1.2 с этим все гораздо лучше. по крайней мере при переключение вкладок не происходило повторное обновление предыдущей вкладки).
    Воспроизведение онлайн видео на не оптимизированном для мобильных устройств сайте в браузере "Safari" толком не работает! Оно включается и загружается чуть ли не до бесконечности! Порой просто черный экран с иконкой "Play" на которою нажимай хоть 100 раз, а результата 0!
    Пролистывание страниц в браузере стали до ужаса резкими и не плавными! на iOS 7.1.2 все прекрасно, плавно и красиво и таких багов нет! Общая заторможенность и задумчивость браузера "Safari".
    Если видео все же запускается (что для меня приравнивается к чуду) то при перемотке фильма происходит вообще что-то непонятное... Перемотка сама выбирает с какой минуты и секунды мне смотреть фильм (чаще просто начинает воспроизводить все с самого начала) либо не реагирует вовсе... Эта та самая магия Apple? Непохоже.
    3. Меню многозадачности (двойное нажатие кнопки "HOME").
    Вызов многозадачности (посредством двойного нажатия кнопки "HOME") стал работать с задержкой, с лагом, c дерганой анимацией, а порой и вовсе без нее.
    Центр управления (который вызывается свайпом снизу вверх) стал тормозить! Да! Именно тормозить! Анимация выпрыгивания шторки центра управления стала воспроизводиться с ощутимой потерей кадров! Если на iPhone 5s под управление OS iOS 7.1.2 все происходило плавно, красиво и динамично то в iOS 8.0 все выглядит как на iPhone 5 под управлением iOS 7.с чем это связанно решительно не понятно! Графические отличия iOS 7 от iOS 8 практически равны 0, а скорость работы сниженна практически на 50%! Как?! Почему?! Почему мой iPhone 5s стал iPhone 5?! Это искусственное замедление моего устройства для повышения спроса на iPhone 6 или все же недоработка iOS 8.0 для iPhone 5s? Дорогая компания Apple, я очень надеюсь на 2-е.  Особенно эту нехватку fps в анимации шторки заметно если открыть многозадачность (посредством двойного нажития кнопки "HOME") и вызвать центр управления и вы увидите что анимация проигрывается рывками и не плавно! На IOS 7.1.2 такого нет! Центр управления выпрыгивает плавно и красиво! На iOS 8.0 это происходит постоянно! Даже если отключить избранные контакты и недавние вызовы (я грешным делом подумал на них) которые появились в iOS 8 (они находятся выше программ на панели многозадачности) проблему не решить. Так же, если вызвать центр управления на экране блокировки то падение FPS будет очень заметно даже для неподготовленного зрителя (особенно если взять два iPhone 5s один под управление iOS 7 и второй на iOS 8 и сравнить их в лоб). Если в центре управления нажать кнопку airdrop (air play) то анимация ее появления опять таки проиграется рывками и ужасно не красиво и не плавно (особенно заметно на экране блокировки и при сравнение в лоб)! При телефонном вызове происходит уже совсем уж бессовестное падение FPS при вызове центра управления и при других действиях!
    И да, для меня это критичная проблема!  Я не хочу чтобы при переходе на iOS 9 мой iPhone 5s превратился в iPhone 4 на iOS 7 (Вы видь все помните эту страшную историю?)! Я хочу чтобы мой iPhone 5s работал так же плавно как и на iOS 7.1.2! Ни каких оправданий для этой искувсственной заторможенности я не вижу! iOS 8 красивей не стала! графических элементов больше не появилось! Так выходит компания Apple делает это специально?! Идем дальше по списку!
    4. мелкие баги которые просто разрывают мой мозг и убивают всю красоту использования "Самой лучшей мобильной операционной системы в мире"!
    4.1. При входящем вызове когда вы нажали иконку принятия вызова телефон еще около 2-3 секунд вибрирует и проигрывает мелодию. На iOS 7.1.2 мелодия и вибрация останавливается как только вы приняли вызов и вам в ухо не играет ваш рингтон в исполнении "imagine Dragons", по щекам не бьет придуманная вами вибрации в стиле "Тик-тоник".
    4.2. Когда смотришь страницы в интернете телефон ужасно-ужасно сильно греется! Парой обжигающе сильно! На iOS 7.1.2 такой проблемы нет! Телефон горячий, но не так сильно как на iOS 8.0!
    4.3. Папки на домашнем экране открываются с задержкой в 0.5-1 секунду это сказывается на общем впечатлении от iOS 8.0.
    4.4. При создании множества (12 штук) иконок в одной папке если резко открыть папку и сделать свайп влево то следующие иконки в этой папке не успевают загрузиться и отображаются с задержкой в 1 секунду.
    4.5. При создании папки с 1-9 иконками если проделать описанное выше действие то произойдет сбой анимации (этот же баг есть и в iOS 7.1.2). Это крайне не приятно эстетически.
    4.6. Пролистывание в приложении "Настройки" стало ужасно дерганым. Хотя не только в приложении "Настройки" но и по всей системе и в приложениях в целом...
    4.7. Пролистывание на Домашнем экране стало менее отзывчивое на действия пользователя все движения иногода происходят с дерганой анимацией и какой-то задержкой на действия пользователя.
    4.8. Довольно часто и без объяснимой причины происходит отключения сенсора устройства. То есть экран не реагирует ни на какие действия пользователя! Помогает нажатие кнопки "HOME" либо жесткий сброс посредством удержания кнопки "HOME" и "POWER".
    4.9. Большинства людей на  iPhone 5s пропадает связь с сотовым оператором. Просто берет и теряется и из за этого я уже пропускал звонки от своих близких и друзей (стоило бы вам порадоваться, что я не пропустил звонки по рабочим вопросам).
    5.0. Многие обладатели iPhone 5s и iPhone 5 жалуются на ухуджение работы аккумулятора. Я честно говоря этого не заметил, но не будем сбрасывать этого со счетов.
    Итог.
    А теперь встает довольно интересный вопрос, почему? Почему мой iPhone 5s стал тормозить? Почему при отсутствии графических улучшений абсолютно одни и те же действия стали воспроизводится с потерей fps, тормозить, лагать, зависать, вылетать? Почему если положить рядом iPhone 5s на iOS 7.1.2 и точно такой же iPhone 5s на iOS 8.0 и вытянуть панель управление, вызвать панель многозадачности, провести все остальные действия описанные мною то на устройстве под управлением iOS 7.1.2 все будет работать без каких либо задержек, лагов, ухудшение в отзывчивости интерфейса, уменьшении fps и просто без вылетов из приложений написанных непосредственно компанией Apple? Я не вижу абсолютно ни каких преград в том чтобы сделать так чтобы iPhone 5s под управлением операционной системой iOS 8.0 работал с той же плавностью, с той же отзывчивостью и скоростью, что и iPhone 5s под управлением iOS 7.1.2! Не вижу от того, что этих ограничений нет!
    Есть еще множество различных багов о которых я сейчас даже не вспомню (так как этот текст я пишу на эмоциях (положительных) так как смог откатить свой iPhone 5s обратно на iOS 7.1.2  и он как будто ожил новой жизнью) и пока глубокоуважаемая мною компания APPLE не устранит эти не доработки я не буду возвращаться обратно на iOS 8.0! если устроения этих багов, недоработок, умышленного ухудшения работы (практически одинакового по производительности в сравнении с iPhone 6) IPhone 5s не произойдет и компания APPLE будет и дальше относиться к потребителям своей продукции как к бета тестерам я буду вынужден организовать петицию и подать коллективный иск в суд не только в своей стране (коей является Российская Федерация) но и в США и в других странах где людей так же как и меня пытаются обмануть, ввести в заблуждение и заставить покупать новые устройства компании APPLE не дав на то ни каких более существенных объяснений кроме как < iPhone 6 стал на 25% мощнее по с равнению с iPhone 5s>!
    P.s.
    Я надеюсь компания Apple все еще прислушивается к своим пользователям и я так же надеюсь, что она (Apple) все же одумается и постарается в ближайшее время дать пользователям не таких уж и старых устройств (iPhone 5s, iPad Air, iPad mini Retina) наслаждаться и дальше всеми новыми возможностями операционной системы iOS 8 без лагов, подвисаний, перегревов, заторможенной анимации. Спасибо, что вы есть!

    Agreed! This bug with the ringtone delay (№4.1) is really annoying

  • HTTP/S connection to the SAP System failed

    Dear SDN,
    I am trying to connect my EP System (Enterprise Portal 6.0 SP 15) to MMSCMDEV System(SCM 4.0 Development System).
    Please note SCM 4.0 has external ITS on server MMLCADEV (both are in same network). EP is in different domain.
    User Mapping has been done while making the system connection.
    1. Ttransaction service test is successful to MMSCMDEV from EP (System Administration->Support->Support Desk->SAP Application->Test and Configuration Tools->Transaction with parameters "service - transaction; tcode - /sapapo/ac04; SAP GUI Type - SAP GUI for Windows").
    2. While uploading transaction using Role Upload, I m not able to view any transaction and get the error as : System connection failed.
    3. System Connection Tests to ITS & WAS fails with error: HTTP/S connection test failed.
    The SAPGUI HTML is available thru ITS.
    Please help me resolve issue.

    Well I just tried to create the SAP Transaction Iview, putting the tcode I need.
    I am able to see them properly , both in  Wingui as well as webgui.
    I used a test role and attached it to my user Id and another test id (this exists in both systems and user mapping is done for it.)
    I am able to see the iviews working from my Id , but in the test id : it gives an error as : Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Unable to lookup System 'MMSCMTST'. Please check the system object and the alias..
    See the details for the exception ID in the log file
    and : com.sap.portal.appintegrator.sap.Transaction::Transaction/WebGuiSSOLayer
    Can somebody tell me why this should have happened ?
    Regards,
    Chandani

  • HELP! I need to be able to remove power from a PXI chassis and replace a card without rebooting the whole system

    I do not have particulars on the controller, but I am sure it's an NI chassis
    and NI regular controller that has a serial cable leading back to the PC.
    I am making this PXI rack into a debug rack for instrument cards,
    so I need to be able to remove power from just the PXI chassis
    and then replace the card with another one
    or the same one and then turn the power back on and restart a
    diagnostic test on the card WITHOUT
    having to reboot the PC.
    Is there a PCIe bridge setup that would allow me to do this?
    Is there software that I need that can accomplish this?

    Yes
    The Chassi is a NI PXI 1045
    and the controller is a NI-PXI-8331
    Let me re-enumerate my requirements:
    Background:
    I have a number of NI cards as well as other manufactured cards in the system.
    One of these cards in the NI system is considered to be a UUT.
    That is, I am using the NI card cage system and other cards in the system to test a CARD
    during a manufacturing test of said UUT CARD.
    The UUT uses a PLX 9030 for it's PCI interfacing.
    This UUT is not designed for hot swap, and I do not bieleve it is plug and play.
    Requirement:
    1. I need to be able to shut off the chassis and remove the UUT when the test finishes, replace the tested UUT
    with a unknown UUT, re-apply power and then test the new UUT WITHOUT having to reboot the PC.
    I have tried several things, such as disabling the PCIe busses in the windows control panel, and then removing power
    replacing the UUT with the next one, re-applying chassis power and then re-enabling the bus and SOMETIMES it works.
    I need a very robust way to do this.
    I also bought a CHROMA PXI-52906-E extender card with bus switches on it, so that I can remove power to the UUT
    without shutting off the chassis. The card is supposedley designed so that when power is re-applied to the UUT, the necessary
    signals to boot the PXI PCI interface is conducted, but I think something else has to be written to the card's PCI registers.
    I am by no means an expert in PCI/PXI, 
    but I seem to have exhausted all of my reserach online in how to meet my requirements.
    Perhaps there is a way for the NI8331 controller to capture PCI configuration data to the card's on system boot,
    and then "replay it" to my UUT after I re-apply power to the UUT?
    Or perhaps PLX makes such a tool?
    Any ideas?

  • Cannot connect to the phone system. An unidentified error has occurred, Please try again.

    Issue:  Lync 2013 users with remote call control enabled cannot connect to the phone system.  When the user logs into Lync, they see an exclamation in the bottom right corner
    with this error.
    Error:  Cannot connect to the phone system.  An unidentified error has occurred, Please try again.  If the problem continues, please contact your support team.
    Environment: 
    1 site:  Site1
    2 Pools:
    1. Lync 2010
    Trusted application is added here for the site.
    2. Lync 2013
    Avaya phone system:  AES r6-1-2-32-0
    I have not moved the trusted application to the Lync 2013 pool yet, but my understanding is that it should still work since it’s in the site.  Is my understanding on this correct?  (All of my other trusted applications do work for Lync 2013
    users & none of them have been moved yet. Remote Call Control is the only one that does not work.)
    This is from the uccapi log.  This is just from the user logging in, not actually making a call.  Below are the items that I think are important, however, I don’t know how to interpret it to determine if the problem is on the Lync side or
    the Avaya side.  Here’s a summary:
    SIP/2.0 100 Trying
    Authentication-Info: TLS-DSK qop="auth", opaque="5FD217E1", srand="E05700E2", snum="9", rspauth="f308eae87c0bbe64a1ab213574776cbdf9823ab6", targetname="lync03.domain.com",
    realm="SIP Communications Service", version=4
    From: <sip:[email protected]>;tag=bbb282ebbd;epid=a86d5b0a29
    To: <sip:[email protected]>
    Call-ID: 9eb0d23a3b8f4e0eafc6c6da622fbecf
    CSeq: 1 INVITE
    Via: SIP/2.0/TLS 10.155.48.96:61472;ms-received-port=61472;ms-received-cid=1FA400
    Server: http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent
    Content-Length: 0
    SIP/2.0 200 OK
    Authentication-Info: TLS-DSK qop="auth", opaque="5FD217E1", srand="15C0F9A2", snum="13", rspauth="4fd891e39a33e902fb1cec5d980e5bf0ccb172a0", targetname="lync03.domain.com",
    realm="SIP Communications Service", version=4
    From: <sip:[email protected]
    >;tag=bbb282ebbd;epid=a86d5b0a29
    To: <sip:[email protected]
    >;tag=A7A45C856ECD79121A1827265ABBD7F6
    Call-ID: 9eb0d23a3b8f4e0eafc6c6da622fbecf
    CSeq: 1 CANCEL
    Via: SIP/2.0/TLS 10.155.48.96:61472;ms-received-port=61472;ms-received-cid=1FA400
    Server: http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent
    Content-Length: 0
    SIP/2.0 487 Request terminated
    Authentication-Info: TLS-DSK qop="auth", opaque="5FD217E1", srand="F46EC133", snum="14", rspauth="1d92718caa4f61d967faa46a5c256aafa8b4e740", targetname="lync03.domain.com",
    realm="SIP Communications Service", version=4
    From: <sip:[email protected]
    >;tag=bbb282ebbd;epid=a86d5b0a29
    To: <sip:[email protected]
    >;tag=A7A45C856ECD79121A1827265ABBD7F6
    Call-ID: 9eb0d23a3b8f4e0eafc6c6da622fbecf
    CSeq: 1 INVITE
    Via: SIP/2.0/TLS 10.155.48.96:61472;ms-received-port=61472;ms-received-cid=1FA400
    ms-diagnostics: 5002;reason="Request was cancelled";AppUri="http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent";source="lync03.
    domain.com"
    Server: http%3A%2F%2Fwww.microsoft.com%2FLCS%2FUdcAgent
    Content-Length: 0

    Hi Suelizy,
    To better understand the issue, I would like to collect the following information for troubleshooting:
    1. Do you mean the Lync 2010 user can connect to the Phone System?
    2. What’s next hop pool of the application?  
    In a mixed environment, you must set the next hop pool to be the Lync Server 2013 pool.
    Best regards,
    Eric

  • What is the scope of Live Customer Support in the Software and IT Industry?

    The Software and IT Industry is growing at a pace of 9.0% per year, with employment at Software consultancy and service firms projected to grow making it the second best industry to start and grow a business. With this pace of growth in the ruthless world of online business, only companies which succeed in creating their own niche will survive and make it big.
    Surviving this kind of competition demands a change in business strategy to create a loyal customer base, i.e. a solid investment in repeat visitors. One tool that can bring about this change in business strategy is the use of Live Chat.
    A Live Chat Operator’s role is a Software and IT Company website can be from navigation help and customer service to expert consultancy and making direct sales. Behind all of these roles though, is the constant element of the human touch on a website. Chat with a Live Operator can create an experience for web visitors which will make them come back. This creation of repeat web visitors will create a loyal customer base. This industry particularly relies on customer loyalty, since in the computers and electronics category repeat visitors are nearly 16 times more likely to make a purchase than new visitors with conversion rates of 23.12 percent and 1.49 percent respectively.
    Apart from creating repeat visitors on Software Company’s website, Live Chat Operators can do the following:
    1.     Win loyalty by providing top level service on your online store
    2.     Provide real-time answers about models, year and price of the electronics or computers that visitors are looking for.
    3.     Show items; push pages and take visitors directly to the model/price range they are looking into.
    4.     Use three dimensional images to show products.
    5.     Generate leads.
    6.     Provide consultancy on items keeping in view customer needs and price range
    7.     Update visitors on Promotional Offers,
    8.     8. Improve Multitasking in Customer Service and Sales Staff.
    Live Chat is a medium which takes online customer service to an unparalleled level; the days of static web information and the email black hole are long gone.
    Source:
    http://www.liveadmins.com

    Hi Dkdinesh,
    Excelent links provide by M.R.AshwinPrabhu!
    In 2014, Microsoft will release BizTalk Server 2013 R2 (release date will be soon) and also will keep investing and improving Microsoft Azure BizTalk Services-
    Microsoft goal in terms of Release Cadence of BizTalk Server is to have one major release every alternate year (the last one was BizTalk Server 2013, so you may expect a new major release in 2015) and one minor release every alternate year (that will be
    designated R2, so the next on is BizTalk Server 2013 R2). The major release will have new features and themes and minor releases will have bug fixes, platform alignment and customer asks.
    Sandro Pereira
    DevScope | MVP & MCTS BizTalk Server 2010
    http://sandroaspbiztalkblog.wordpress.com/ |
    @sandro_asp
    Oporto BizTalk Innovation Day | 14th March 2013 – Oporto, Portugal
    Please mark as answered if this answers your question.

  • Is it possible to sandbox the entire system?

    DISCLAIMER
    This is partly just thinking out loud.
    There may be some completely obvious solution for achieving this that I have not come across.
    My ideas may be flawed.
    I saw the other thread about sandboxing but that had a different focus and went in a different direction than this hopefully will.
    First, by sandboxing I mean the following:
    * let an application see the actual system, but only selectively, e.g. make /usr visible but /home inaccessible
    * intercept all writes to the system
    * let an application see all intercepted writes as though they have actually occurred
    * intercept all network communication and allow the user to approve or deny it, e.g. enable a source download from one site but prevent the application from calling home to another
    * the application cannot escape the sandbox
    * the application should not be able to detect the sandbox
    Is this possible?
    First I thought about using FUSE to mask the entire filesystem but this would affect all applications and probably wouldn't work on a running sysem.
    Then I thought about using virtualization. Maybe it would be possible to create a fake base image of the live host system and then add an overlay to that to create a sandboxed virtual clone of the host system. The network connection could probably by the host in that case.
    I don't know if it would be at all possible though to create a fake base image of the live host system. I also don't know if it would need to be static or if the image could remain dynamic. In the latter case. it would probably be possible to create the image with FUSE. Using FUSE it might even be possible to forgo the overlay image as FUSE itself could intercept the writes. There are obvious complexities in that though, such as how to present changes to a file by the host to the guest if the guest has modified it previously. I also have no idea if the guest system could use a clone of the hosts file system.
    Why I would want to do this:
    * "Safely" test-run anything while protecting your system (hide your sensitive data, protect all of your files, control network access)**.
    * Simplified package building: build the application as it's meant to be built in the sandbox, compare the sandbox to the host and then use the differences to build the package***.
    * It would be cool.
    ** Before anyone interjects with the "only run trusted apps" mantra, this would also apply to trusted apps which might contain bugs. Let's face it, most people do not plough through source code of trusted apps before building/installing/running them.
    *** This was prompted by my ongoing installation of SAGE which is built in the post-install function instead of the PKGBUILD itself due to the complexities of the build process. The general idea is to create a way in which all application that can be built can be packaged uniformly.

    Are you sure that you can change the permissions of symlinks themselves? I think I've tried to make files read-only via symlinks on a local server but ended up using bindfs because it wasn't possible. Even if you can, symlinking everything that might be necessary for a given environment would not be ideal, plus I don't think symlinks can be used across different filesystems.
    If a real-life human can figure out if it's he/she is in a chroot and break out of it, then he/she can write a script to do the same. I want a sandbox that could run malicious code with no effect on the system (if that's possible). Also, I think if the chroot idea were truly feasible, makepkg would have been using it for years already to simply install packages in the chroot as you normally would and then package them. There would also be several sandbox applications that could run applications safely. So far I have yet to find any.
    I admit that I haven't looked into using a chroot in detail though and of course I may have missed some application which creates such a setup. Right now I think using per-application namespaces with fuse seems the most promising but I won't know until I've finished implementing a test application. If it turns out that it's a dead end I'll take harder look at chroot but it really doesn't seem to be able to do what I want.

  • Multiple agentry servers installed in the same  system?

    Hello Experts,
              There are two agentry servers installed in the same system,but in different drives(C and D drive).I have given access to one server remotely,in the sense the applications to the server in one drive are published by other developers who are connecting to the server through network. In the other drive server iam publishing the applications developed locally.But after deployment,when i connect to the server to retrieve definitions,iam getting the latest application published.
    Is this situation possible,because when we connect to the server we are using ip address of the system where the server is installed,if both the servers are running in different drives,then which server application will be deployed,Is there any possibility to connect to the server instances(in my system two server instances),so that the application that is deployed to individual servers can be retrieved?
    Thanks in advance
    Regards,
    Sravanthi
    Message was edited by: Michael Appleby

    Hi Sravanthi,
    I do not believe that you can run two Agentry Servers on the same hardware without making other changes (like running them on SMP 2.3).  I would suggest that you look into the documentation for SMP 2.3 as your best solution at this time.  Hopefully some more savvy Agentry folks will chime in with a more detailed response.
    Regards, Mike
    SAP Customer Experience Group - CEG
    Message was edited by: Michael Appleby

  • Subject:-Tax reduction in invoice is not possible at the time of LIV when c

    Dear SAP expert
    Subject:-Tax reduction in invoice is not possible at the time of LIV when corresponding order is closed.
    While carrying out the LIV of vendor invoice against service entry sheet , ERROR message of Order xxxxxxx created in PM module is closed. Main reasons for the same is Service tax at time of service entry sheet is 12% and at the time of invoice verification it is 3.96% and reduced tax amount is credited to order. Which we can say is restricted as after Order closure cost cannot be changed on order.
    Is there any solution available?
    s ap

    Hi,
    In response to your requirement:
    let me clear my business scenario...
    total price of po is usd100 and sales tax is 20%.
    system calculate sales tax separate the reason being the codition type for sales tax is statistical.
    is it possible that the value of sales tax included in the PO net price but not calculate at the time of GR.
    Regards,
    Ali
    This is very much possible. Include your tax condition type in the calculation of net price and make this tax as deductible.Donot assign NVV key to it.
    Also donot make it statistical as you want to include it in the net price calculation.
    Thanks,
    Atal

Maybe you are looking for

  • Can't have more than one photo desktop..

    I am merely trying to have more than one photo on my desktop. I select the event in iphoto with the pictures, hit share and set desktop. Nothing. One picture makes it on. Settings for desktop pop up and then nothing happens... Is there something wron

  • How to accept multiple attachments on selection screen?

    Hi All, I need to know how to accept multiple attachments on selection screen and send them as email to external system (outlook). Basically, my req is to send a common email with attachments to certain users. These users are displayed in ALV. User w

  • Fed up with q10 issues from 10.3 restarting and wiping phone

    I have been a bberry user for over 7 years and have never been this close to switching OS's I updated to 10.3 on 10 days ago. All was going well until on the saturday my phone ran out of battery. Normal issue I thought until when i put the charged ba

  • Parenet frame not letting me to modify inside repeating frames

    We have developed a oracle report which got 4 repeating frames, Now the parent frame is not letting me to select any of the frames/fields inside the frames. What could be the reason? Also Confine Mode is off. Still it is not letting me to select any

  • P6 R8 Summarisation issues

    Eventually we have managed to get version 8 up and running both on client and web i.e. P6 Professional and P6 EPPM for want of a better name. It appears to be running smoothly at the moment. One of the issues I have found, is that when we have summar