Proxy Testing in SAPR/3 wo using all systems?

Hi,
I have created a proxy and coded it to process my INBOUND IDOC.
I want to test it now, but I dont have the other participating systems ready.
So is there a way how I can trigger my proxy from SPROXY transaction itself or any other way how I can test this inbound proxy to see if my code works fine.
Appreciate your response .
Thanks and regards
Rajiv

Hi,
I have created a proxy and coded it to process my INBOUND IDOC.
I want to test it now, but I dont have the other participating systems ready.
So is there a way how I can trigger my proxy from SPROXY transaction itself or any other way how I can test this inbound proxy to see if my code works fine.
Appreciate your response .
Thanks and regards
Rajiv

Similar Messages

  • I am using a work laptop and have the same problem. When I try to change the "configure proxy", they only available option is "use this proxy server for all protocols". Could it be that my system administrator blocked me from changing it since they don'

    I am using a work laptop and have the same problem. When I try to change the "configure proxy", they only available option is "use this proxy server for all protocols". Could it be that my system administrator blocked me from changing it since they don't want us to use Firefox.
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; FNGP_SYS)

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")

  • Issue to use all memory installed on server

    currently running crystal report server 2008 (12.1.0.882) Crystal 32bit on powerfull  Dell server R 905 with 64 Gig memory..
    There are currently 15 instances of Crystal running on this server, with each being allocated a maximum of 2GB.  The aim of the design is for the memory to be chunk up into 2GB each and allocation to the 15 instances of Crystal (2GB x 15), therefore we donu2019t want the instances to exceed the 2GB limit imposed.
    but all 15 instances use maximum 6 Gig memory on server even we have 64 Gig memory available. using page file and cpu goes to %100 and very slow performance.
    using /pae switch in boot.ini and server shows all 64 Gig memory and can be use all these memories by a test application
    thanks for sharing any information to resolve this issue.
    Nick

    Hi Nick,
    I Believe you are using Crystal Reports Server Embedded and working with Lawson to resolve this issue which is why I moved this to the Java Development forum.
    To get more details are you running 15 instances of Crystal RAS according to the CCM?
    RAS is not pae aware and although you can use the boot.ini switch to increase this we highly suggest you don't. I also don't believe we will limit if you are trying to limit it to 2 gig.
    Can you check the number of CPU's enabled in License Manager according to the key code?
    Also, how many reports are you running at one time?
    How many users are logged in?
    Are the reports all on demand reports or are they being exported to some format and e-mailed out etc.?
    If you working with Lawson possibly what we can do is set up a conference call?
    Thank you
    Don
    PS - also note Crystal Reports Server is a standalone version of the full Enterprise produce but it is limited to one server and one PC. It is not the same as Crystal Reports Server Embedded which is standalone Crystal Report RAS and used for application development only. There is no SAP interface to it.
    Edited by: Don Williams on Oct 24, 2009 9:53 PM

  • Can't use all memory for VM

    Hi!
    I have Microsoft Hyper-V Server 2012 R2 with 16 Gb RAM. I created two VM with 7162 Mb of fixed memory on each. But i can't start both of them. When i tried start second vm i got out of memory error. Why?
    PS C:\Users\Administrator> ( Get-WMIObject Win32_OperatingSystem -ComputerName localhost ).FreePhysicalMemory
    8184452
    PS C:\Users\Administrator> start-vm oldBSD
    start-vm : 'oldBSD' could not initialize. (Virtual machine ID 05EA5A45-601F-4CC0-8770-62B97571D8F8)
    Not enough memory in the system to start the virtual machine oldBSD with ram
    size 7168 megabytes. (Virtual machine ID 05EA5A45-601F-4CC0-8770-62B97571D8F8)
    The server ran out of available memory.
    Max memory value for second machine is 5740Mb, but with it i have
    PS C:\Users\Administrator> ( Get-WMIObject Win32_OperatingSystem -ComputerName
    localhost ).FreePhysicalMemory
    2243312
    How i can use all memory? My idea is use 7 Gb of memory for each machine and 1.5-2 Gb for host.

    Hi maxx-ode,
    As far as I know ,to get free memory you still need to subtract the "standby memroy" from the output of the command in your original post .
    Please refer to the article "Memory Sizing Guidance for Windows 7" within the link below :
    http://msdn.microsoft.com/en-US/library/windows/hardware/dn550976
    " Standby List
    The Standby list contains unmodified pages that have been removed from process working sets, which effectively makes the Standby list a cache. If a process needs a page that is on the Standby list, the memory manager immediately returns the page to its
    working set.
    All pages on the Standby list are available for memory allocation requests. If a process requests memory, the memory manager can take a page from the Standby list, initialize it, and allocate it to the calling process. This is called repurposing a page.
    Pages on the Standby list are often from recently used files. By keeping these pages on the Standby list, the memory manager reduces the need to read information from the disk. Disk reads
    can decrease system responsiveness. "
    Please try to use this command to get the "real" free memory of host (in bytes):
    (Get-WmiObject Win32_PerfFormattedData_PerfOS_Memory -ComputerName localhost).FreeAndZeroPageListBytes
    "Free & Zero Page List Bytes is the amount of physical memory, in bytes, that is assigned to the free and zero page lists. This memory does not contain cached data. It is immediately available for allocation to a process or for system use.
    Update: Actually we can allocate some standby RAM to VM , based on my test I can't allocate whole standby RAM .Then I used
    RAMMap to check the usage and I found that Mapped file occupied most RAM .For mapped file please refer to following link:
    http://blogs.msdn.com/b/khen1234/archive/2006/01/30/519483.aspx
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to run multiple CodedUI Ordered Tests over multiple Test Agents for parallel execution using Test Controller

    we are using VS 2013, I need to run multiple Coded UI Ordered Tests in parallel on different agents.
    My requirement :
    Example:   I have 40 Coded UI Test scripts in single solution/project. i want to run in different OS environments(example 5 OS ).  I have created 5 Ordered tests with the same 40 test cases. 
    I have one Controller machine and 5 test agent machines. Now I want my tests to be distributed in a way that every agent gets 1 Ordered test to execute. 
    Machine_C = Controller (Controls Machine_1,2,3,4,5)
    Machine_1 = Test Agent 1 (Should execute Ordered Test 1 (ex: OS - WIN 7) )
    Machine_2 = Test Agent 2 (Should execute Ordered Test 2 (ex:
    OS - WIN 8) )
    Machine_3 = Test Agent 3 (Should execute Ordered Test 3
    (ex: OS - WIN 2008 server)  )
    Machine_4 = Test Agent 4 (Should execute Ordered Test 4 (ex:
    OS - WIN 2012 server) )
    Machine_5 = Test Agent 5 (Should execute Ordered Test 5 (ex:
    OS - WIN 2003 server) )
    I have changed the  “MinimumTestsPerAgent” app setting value
    as '1' in controller’s configuration file (QTController.exe.config).
    When I run the Ordered tests from the test explorer all Test agent running with each Ordered test and showing the status as running. but with in the 5 Test Agents only 2 Agents executing the test cases remaining all 3 agents not executing the test cases but
    status showing as 'running' still for long time (exp: More then 3 hr) after that all so  its not responding. 
    I need to know how I can configure my controller or how I can tell it to execute these tests in parallel on different test agents. This will help me reducing the script execution time. 
     I am not sure what steps I am missing. 
    It will be of great help if someone can guide me how this can be achieved.
    -- > One more thing Can I Run one Coded UI Ordered Test on One Specific Test Agent?
    ex: Need to run ordered Test 1 in Win 7 OS (Test Agent 1) only.
    Thanks in Advance.

    Hi Divakar,
    Thank you for posting in MSDN forum.
    As far as I know, we cannot specify coded UI ordered test run on specific test agent. And it is mainly that test controller determine which coded UI ordered test assign to which test agent.
    Generally, I know that if we want to run multiple CodedUI Ordered Tests over multiple Test Agents for parallel execution using Test Controller.
    We will need to change the MinimumTestsPerAgent property to 1 in the test controller configuration file (QTControllerConfig.exe.config) as you said.
    And then we will need to change the bucketSize number of tests/number of machines in the test settings.
    For more information about how to set this bucketSize value, please refer the following blog.
    http://blogs.msdn.com/b/aseemb/archive/2010/08/11/how-to-run-automated-tests-on-different-machines-in-parallel.aspx
    You can refer this Jack's suggestion to run your coded UI ordered test in lab Environment or load test.
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/661e73da-5a08-4c9b-8e5a-fc08c5962783/run-different-codedui-tests-simultaneously-on-different-test-agents-from-a-single-test-controller?forum=vstest
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Join multiple fact tables and dimensions and use all tables in report issue

    Hi,
    I have a report requirements and need to use multiple fact tables and unconformed dimensions as described below
    Fact table: F1,F2,F3
    Dimensions tables: D1.....D9
    F1:(joined to) D1,D2,D3,D4
    F2::(joined to)D1,D2,D5,D6
    F3::(joined to)D1,D2,D7,D8
    D7::(joined to)D9,D8 (dimension D7 joined to two other dimensions D9 and D8
    I'm trying to use columns from almost all the fact and dimension tables but getting "Unable to navigate requested expression. Please fix the metadata consistency warnings."
    Repository is consistent and no errors and warnings.
    How can I configure the repository to develop reports using all fact tables and dimensions?
    Appreciate for your help.
    Thanks
    Jay.
    Edited by: Jay on Feb 9, 2012 4:14 PM

    So you want me to convert snowflake schema to star. does it solve my problem? individual star queries are working find but when I query multiple stars together getting inconsistency errors. I removed content tables dim level totals for unconformed dimensions in logical fact LTS and set level for measures at total level for unconformed dimensions. it is still in progress and need to test.
    Thanks
    Jay.

  • Macbook pro using all bandwidth

    I have a MacBook Pro for use at my work.
    Our internet connection is not the best but recently i have been told that my PC is using all the bandwidth, even when i have very few programs running.
    The company telephone is run on the internet and when I'm logged on the network it affects the connection.
    The phone company are saying that i am using all the bandwidth.
    Can someone advise how i can check to see what may be causing it.
    Thanks in advance.

    EtreCheck version: 2.2 (132)
    Report generated 4/30/15, 1:00 PM
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Mid 2010) (Technical Specifications)
        MacBook Pro - model: MacBookPro7,1
        1 2.4 GHz Intel Core 2 Duo CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1067 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1067 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery: Health = Normal - Cycle count = 154 - SN = 9G03906MHD3MA
    Video Information: ℹ️
        NVIDIA GeForce 320M - VRAM: 256 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C1514) - Time since boot: 4:26:56
    Disk Information: ℹ️
        Hitachi HTS545025B9SA02 disk0 : (250.06 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 249.20 GB (189.26 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        HL-DT-ST DVDRW  GS23N 
    USB Information: ℹ️
        Apple Internal Memory Card Reader
        Apple Inc. Built-in iSight
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        HOLTEK USB Wireless Device
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    com.tomtom.driver.UsbEthernetGadget (1.0.0d1) [Click for support]
    Launch Agents: ℹ️
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [failed]    jp.co.canon.UFR2.BG.plist [Click for support] [Click for details]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.facebook.videochat.[redacted].plist [Click for support]
        [failed]    com.google.GoogleContactSyncAgent.plist [Click for support] [Click for details]
        [running]    com.microsoft.LaunchAgent.SyncServicesAgent.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application Hidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        GrowlHelperApp    Application  (/Library/PreferencePanes/Growl.prefPane/Contents/Resources/GrowlHelperApp.app)
        Belkin Router Monitor    UNKNOWN  (missing value)
        MyTomTomSA    UNKNOWN  (missing value)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 8 Update 25 Check version
        FlashPlayer-10.6: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        Flash Player: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 10.0.1 [Click for support]
        o1dbrowserplugin: Version: 5.41.0.0 - SDK 10.8 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.8 - SDK 10.6 [Click for support]
        googletalkbrowserplugin: Version: 5.41.0.0 - SDK 10.8 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Growl  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
            11%    WindowServer
             1%    securityd
             1%    fontd
             0%    notifyd
             0%    usernoted
    Top Processes by Memory: ℹ️
        425 MB    kernel_task
        213 MB    com.apple.WebKit.WebContent(3)
        147 MB    Microsoft Word
        119 MB    HelpViewer
        102 MB    WindowServer
    Virtual Memory Information: ℹ️
        744 MB    Free RAM
        3.27 GB    Used RAM
        0 B    Swap Used
    Diagnostics Information: ℹ️
        Apr 30, 2015, 08:31:52 AM    Self test - passed

  • Error on OSB Proxy Test: Can not compute effective WSDL

    The error below was encountered when executing an OSB proxy test. Only this specific service encountered the issue. It was resolved by restarting all the servers in the domain (3 managed servers and an admin server). Any idea on the root cause? So we can prevent it in the future. I am running on production mode.
    Error message is:
    An unexpected error occurred executing the test service: EJB Exception: ; nested exception is:
    java.lang.RuntimeException: com.bea.wli.config.component.NotFoundException: Can not compute effective WSDL for : ProxyService PCRMP1 Services/Business Services/Proxy Service/BS_BillingSubscription

    I noticed that the section of my proxy service titled "Operation Selection Configuration" labelled "Selection Algorithm" was missing (despite being selected in my local proxy service).
    the fix for me was to re-click the already selected "SOAP Body Type" radio button on the Operation tab of my proxy service, save and republish and it worked.

  • Photos (Background Activity) using all of my battery

    I've had this problem for about a month where my Photos app is using 20% to 30% of my battery daily and 25% to 35% weekly with "Background Activity". I've contacted Apple Genuis twice about it and they have no clue what the problem is and I've sent full diagnostic tests in and still have no clue. I've restored my phone and always quit Photos app in multitasking even though I don't use it that much, I use other apps more than I use Photos but it still uses twice the battery as my main apps. I turned off most of my apps to have access to my photos and don't have iCloud Photo Share or Stream on. I can't find the Photos app in the background app refresh settings to turn off background activity so how do I stop it from using all of my battery? Please help!

    So my phone is having the exact same issue except my problem lies with Notes.
    This has literally happened since the 8.3 update a few days ago.  I'm on 2+ full charges a day on my iPhone 6 that used to last me 9-10 hours!!  I've been to the Genius Bar as well been on the phone with AppleCare & they have no clue.  I've done 2 full restores from my old backup with no change & diagnostics show the battery-life is at 100% with no faults.  It does show a steady drain however, and I've even wiped iCloud from my phone & added it as new!!
    Anyone have a solution!?!?  Literally about to throw my phone at a wall!

  • Trying to test the Collaboration portal url using the below option in SICF but it is only pulling a blank screen

    Hi All,
    Am trying to test the Collaboration portal url using the below option in SICF but it is only pulling a blank screen.
    The path in SICF is  : /sap/bc/ui5_ui5/tmui/coll_portal
    The webpage does not reflect any error except a blank screen.
    Is there any basis side or TM side configuration that needs to be done to have data displayed on that webpage?
    Appreciate quick reply.
    Thanks.
    Sat

    Hi Jan,
    Now am getting this error :
    Gateway service /SCMTMS/USER not active
    From the security guide I found a handful of services to be activated :
    The following services are required if you intend to use the SAP TM Collaboration Portal:

    /sap/public/bc/ur/

    /sap/public/bc/icf/logoff

    /sap/public/bc/UI2/

    /sap/bc/ui2/startup

    /sap/opu/odata/SCMTMS/TENDERING/

    /sap/opu/odata/SCMTMS/USER/

    /sap/opu/odata/SCMTMS/GENERAL/

    /sap/opu/odata/SCMTMS/EVENT_NOT/

    /sap/opu/odata/SCMTMS/INVOICE_SUBMISSION

    /sap/opu/odata/SCMTMS/FRT_PROCUREMENT

    /sap/opu/odata/SCMTMS/INVOICING

    /sap/bc/ui5_ui5/tmui/coll_portal/
    But in my system, in SICF only this path is present /sap/opu/odata.
    /SCMTMS onwards is missing, so am not able to activate these bunch of services which ideally should be present in the system. Hence am thinking to open a ticket with SAP for the same.
    What you suggest?
    Regards,
    Sat

  • NCF using all resources

    Hi,
    I am trailing NCF on a computer to see if it is workth rolling out to the
    rest of the network. I have a issue that it is using all the resources on
    the computer. The computer sits at 100% with NCF using all the free
    processor power.
    Thanks.

    uninstall and reinstall? i'm running it on a number of different
    machines and it doesn't do that.
    well, it has done that in the past - but only when I've changed the IP
    address a number of times with NCF running - but that was a few
    versions ago and i haven't really tested it since. so, it really
    should be a non-issue if you're not doing "weird" things...
    Cheers!
    Richard Beels
    http://www.dsi-consulting.com
    Collaboration without complication

  • JDev 11gTP4: JDev IDE proxy test "false-negative"

    Hi JDev team
    Under JDev 11gTP4, the tools->preferences->web browser and proxy settings, currently when I configure my proxy settings, then select the Test Proxy button, it successfully works it way through all the following addresses:
    www.internic.net
    www.oracle.com
    download.oracle.com
    ...but then fails on profile.oracle.com with a java.net.SocketTimeoutException: Read-timed-out exception.
    I think this one is simple misleading as I don't even have access to this address from my web browser, it fails with a 403 forbidden reply.
    Alternatively I know my JDev proxy settings are correct as if the proxy settings are set, and I do a ctrl minus to search for JavaDoc on an external site (such as java.lang.String which goes to the Sun website), the JavaDoc is successfully downloaded.
    Would it be reasonable to remove profile.oracle.com from the proxy test facility?
    Cheers,
    CM.

    Chris,
    thanks, I can reproduce this behavior. I tested with a later build and here the problem doesn't occur anymore and profile.oracle.com seems to be removed from the test
    Frank

  • [svn:bz-trunk] 19333: Rewrite these two tests with MXUnitManager instead of using tags.

    Revision: 19333
    Revision: 19333
    Author:   [email protected]
    Date:     2010-12-13 13:31:42 -0800 (Mon, 13 Dec 2010)
    Log Message:
    Rewrite these two tests with MXUnitManager instead of using tags.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/amf/in heritPropsTest.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/remotingService/dataTypes/http/i nheritPropsTest.mxml

    Hi Stephan,
    this solved placing both animation on one page.  Make sure all your fonts are called out in the <head> section like for example:
    <script>var __adobewebfontsappname__="dreamweaver"</script>
    <script src="http://use.edgefonts.net/quicksand:n3,n4:default.js" type="text/javascript"></script>
    Dreamweaver does this automatic for you.  If you are having a font conflict I recommend under command  (if you are using dreamweaver)
    Clean up the font Tag and add only the ones that you are using again,  sometimes they accumulate.
    Good Luck.

  • [svn:bz-trunk] 5137: Fix failing security tests on BlazeDS/ trunk by using a remote object to invalidate the FlexSession at the end of each test method which should cause each test method to run with a new /clean session.

    Revision: 5137
    Author: [email protected]
    Date: 2009-03-02 10:28:59 -0800 (Mon, 02 Mar 2009)
    Log Message:
    Fix failing security tests on BlazeDS/trunk by using a remote object to invalidate the FlexSession at the end of each test method which should cause each test method to run with a new/clean session. It looks like some test methods were leaving some things in a bad state which was causing the next test that ran to fail. These may be legitimate bugs/issues so we should investigate further to see what sequence of events gets things into a bad state but for these tests we want all of the test methods to run in isolation.
    Modified Paths:
    blazeds/trunk/qa/apps/qa-manual/WEB-INF/flex/services-config.mods.xml
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/flex/remoting-config.mods.xml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/security/stream ing-amf/JMSAuthSendSubscribeConstraintTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/security/stream ing-amf/MessagingAuthProSendTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/security/stream ing-http/JMSAuthSendSubscribeConstraintTest.mxml
    blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/messagingService/security/stream ing-http/MessagingAuthProSendTest.mxml
    Added Paths:
    blazeds/trunk/qa/apps/qa-regress/WEB-INF/src/qa/messaging/SessionManager.java

    In general theory, one now has the Edit button for their posts, until someone/anyone Replies to it. I've had Edit available for weeks, as opposed to the old forum's ~ 30 mins.
    That, however, is in theory. I've posted, and immediately seen something that needed editing, only to find NO Replies, yet the Edit button is no longer available, only seconds later. Still, in that same thread, I'd have the Edit button from older posts, to which there had also been no Replies even after several days/weeks. Found one that had to be over a month old, and Edit was still there.
    Do not know the why/how of this behavior. At first, I thought that maybe there WAS a Reply, that "ate" my Edit button, but had not Refreshed on my screen. Refresh still showed no Replies, just no Edit either. In those cases, I just Reply and mention the [Edit].
    Also, it seems that the buttons get very scrambled at times, and Refresh does not always clear that up. I end up clicking where I "think" the right button should be and hope for the best. Seems that when the buttons do bunch up they can appear at random around the page, often three atop one another, and maybe one way the heck out in left-field.
    While I'm on a role, it would be nice to be able to switch between Flattened and Threaded Views on the fly. Each has a use, and having to go to Options and then come back down to the thread is a very slow process. Jive is probably incapable of this, but I can dream.
    Hunt

  • Export out of Motion uses all my Ram?

    Why when I export out of Motion it uses all my Ram? Whether I have 6GB or 10GB of Ram it uses it all.
    Then it starts all the page outs. Right now I am at 12GB of page outs.
    From what I understood you should not have a lot of page outs thats why I purchased more Ram.

    Well, as a bit rate, HDV has the same throughput as regular DV. The throughput for ProRes is higher so if you have a lot of multiclip angles, you'll need RAID speeds to run it.
    However, HDV is a Long GOP format and as such is not really meant for editing, it's designed for file compression. Pro-Res is an intraframe codec. You can wiki the difference if you want to get into specifics, but the gist of it is that HDV requires a lot of processor power to uncompress the GOP structure, allow for editing and then rebuild the GOP structure on export. This is what makes HDV undesirable for editing. It also eats up a lot of what Motion uses to perform math for motion gfx.
    If you're working with multiclips, and you have FCS 3, then you have access to the ProRes LT and Proxy codecs, both of which are high-quality/low bitrate codecs. I would convert the HDV to proxy or LT (whichever your system can handle), edit, and then batch re-digitize to the source tapes. However, I would want the high-rez source to be ProRes regular, not HDV.

Maybe you are looking for

  • How do I edit this script (newbie)

    Editing a script I found a script that creates a reminder event based upon the birthdays of my contacts in Address Book. It looks forward one week at a time. I'm not familiar with creating scripts. How would I edit this to do the following (if possib

  • Shared folder crashes user(s) Finder

    Out of the blue, a handful of users (in 10.5.6 client) are experiencing problems with a shared folder on the server (10.4.11 server). Upon mounting the file server a user will try to navigate to a nested folder called 'People' and then the spinning w

  • Which dc and sc should add in build time form sld when integration uwl

    hi i have to create a webdynpro to show info from uwl, like follow IUWLService uwlService=(IUWLService)PortalRuntime.getRuntimeResources().getService(IUWLService.ALIAS_KEY); but i don't know which dc and sc i should add in build time form sld and use

  • I've forget my security questions and the resource e mail what can Ido now?

    I've forget my security questions and the resource e mail what can Ido now?

  • Preview fails to resize Photoshop JPEGs

    I have a 2013 Retina MBP on Yosemite, with a licensed copy of Photoshop CC. My problem is, Preview cannot deal with JPEGs I am creating in Photoshop. Preview is really sluggish when it loads the images, and is unable to resize them. It appears to do