Usage of virtual Charcterstic.

Hi gurus,
I have a scenario where in need to populate ZINDICATOR with different status depending on the values in ZSTATUS.
And i want to do it at the time of the query execution and i have preferred to do it in Virtual Characterstic
i am giving the code below which i have copied from SDN and made some changes eventhough without much knowledge in ABAP, so kindly if somebody can guide me whether i am in right track or not....
***INCLUDE ZXRSRU02
DATA: L_S_CHANM TYPE RRKE_S_CHANM.
CASE I_S_RKB1D-INFOCUBE.
WHEN 'DEMOCUBE'.
L_S_CHANM-CHANM = 'ZINDICATOR'.
L_S_CHANM-MODE = RRKE_C_MODE-READ.
APPEND L_S_CHANM TO E_T_CHANM.
APPEND 'ZSTATUS' TO E_T_KYFNM.
ENDCASE.
The include ZXRSRTOP: global data
***INCLUDE ZXRSRTOP .
DATA: G_POS_DEMOCUBE_ZINDICATOR TYPE I.
DATA: G_POS_DEMOCUBE_ZSTATUS TYPE I.
The Include ZXRSRZZZ: Changing the data
***INCLUDE ZXRSRZZZ .
FORM USER_DEMOCUBE USING I_S_RKB1D TYPE RSR_S_RKB1D
CHANGING C_S_DATA TYPE ANY.
FIELD-SYMBOLS <L_ZINDICATOR>.
FIELD-SYMBOLS <L_ZSTATUS>.
ASSIGN COMPONENT G_POS_DEMOCUBE_ZINDICATOR
OF STRUCTURE C_S_DATA TO <L_ZINDICATOR>.
ASSIGN COMPONENT G_POS_DEMOCUBE_ZSTATUS
OF STRUCTURE C_S_DATA TO <L_ZSTATUS>.
Routine to get the ZINDICATOR
PERFORM GET_ZINDICATOR USING <L_ZSTATUS>
IF <ZSTATUS> EQ 1.
<L_ZINDICATOR> = 'ACCEPTED'.
ELSE
<ZSTATUS> EQ 2.
<L_ZINDICATOR> = 'REJECTED'.
ELSE
<ZSTATUS> EQ 3.
<L_ZINDICATOR> = 'INPROCESS'.
ENDIF.
ENDIF.
ENDIF.
ENDFORM.
thanks and regards
Neel
Message was edited by:
        Neel Kamal

Hi,
As far as creating constant variables are concern its very simple..pls. go through
the below code which would not only tells you how to declare a constant variable
and it's usage..
coming to your second question you can also see how to handle the conditions..
Check the Blod Parts of the code;
***INCLUDE ZXRSRU02
DATA: L_S_CHANM TYPE RRKE_S_CHANM.
<b>Constant variable Delcaration EX:
DATA : L_ACCEPTED(8)      TYPE C VALUE 'ACCEPTED',
           L_REJECTED(8)  TYPE C VALUE 'REJECTED',
            L_INPROCESS(9)    TYPE C VALUE 'INPROCESS'.</b>
CASE I_S_RKB1D-INFOCUBE.
WHEN 'DEMOCUBE'.
L_S_CHANM-CHANM = 'ZINDICATOR'.
L_S_CHANM-MODE = RRKE_C_MODE-READ.
APPEND L_S_CHANM TO E_T_CHANM.
APPEND 'ZSTATUS' TO E_T_KYFNM.
ENDCASE.
The include ZXRSRTOP: global data
***INCLUDE ZXRSRTOP .
DATA: G_POS_DEMOCUBE_ZINDICATOR TYPE I.
DATA: G_POS_DEMOCUBE_ZSTATUS TYPE I.
The Include ZXRSRZZZ: Changing the data
***INCLUDE ZXRSRZZZ .
FORM USER_DEMOCUBE USING I_S_RKB1D TYPE RSR_S_RKB1D
CHANGING C_S_DATA TYPE ANY.
FIELD-SYMBOLS <L_ZINDICATOR>.
FIELD-SYMBOLS <L_ZSTATUS>.
ASSIGN COMPONENT G_POS_DEMOCUBE_ZINDICATOR
OF STRUCTURE C_S_DATA TO <L_ZINDICATOR>.
ASSIGN COMPONENT G_POS_DEMOCUBE_ZSTATUS
OF STRUCTURE C_S_DATA TO <L_ZSTATUS>.
Routine to get the ZINDICATOR
PERFORM GET_ZINDICATOR USING <L_ZSTATUS>
IF <ZSTATUS> EQ 1.  <b>instead IF <ZSTATUS> EQ '1' or IF <ZSTATUS> EQ '001'.</b>
<L_ZINDICATOR> = 'ACCEPTED'. <b>instead <L_ZINDICATOR> = L_ACCEPTED.</b>
ELSE
<ZSTATUS> EQ 2. <b>instead IF <ZSTATUS> EQ '2' or IF <ZSTATUS> EQ '002'.</b>
<L_ZINDICATOR> = 'REJECTED'. <b>instead <L_ZINDICATOR> = L_REJECTED.</b>
ELSE
<ZSTATUS> EQ 3.
<L_ZINDICATOR> = 'INPROCESS'.  <b>instead <L_ZINDICATOR> = L_INPROCESS.</b>
ENDIF.
ENDIF.
ENDIF.
ENDFORM.
Hope it helps..
assign points if useful..
Cheers,
Pattan.
Message was edited by:
        Nasiroddin Pattan

Similar Messages

  • What's the recommended setting for "Process memory usage" ("process virtual" in UI) for a 64-bit host on a 64-bit OS?

    Hi gurus
    In resource based throttling, what's the recommended setting for "Process memory usage" ("process virtual" in the resource based throttling tab of the UI) for a 64-bit host
    on a 64-bit Windows OS?
    According to MS (http://msdn.microsoft.com/en-us/library/ee308808(v=bts.10).aspx):
    "By default, the
    Process memory usage throttling threshold is set to 25. If this value is exceeded and the BizTalk process memory usage is more than 300 MB, a throttling condition may occur. On a 32-bit
    server, you can increase the Process memory usage value to 50. On a 64-bit server, you can increase this value to 100. This allows for more memory consumption by the BizTalk process before throttling
    occurs."
    Does this mean that 100 is the recommended setting for a 64-bit host on a 64-bit Windows?
    Thanks
    Michael Brandt Lassen

    Hi Michael,
    Recommended setting is the default setting which is 25 .dot.
    If your situation is abnormal and you see message delivery throttling state to “4” when the following performance counters are high or if you expect any of you integration
    process could have impact on following counters, then you can consider the suggestion by Microsoft. Don’t change the default setting.
    High process memory
    Process memory usage (MB)
    Process memory usage threshold (MB)
    You can see these counters under “BizTalk:MessageAgent”
    You can gauge these performance counter and its maximum values if have done any regression/performance testing in your test servers. If you have seen these counters having
    high values and causing throttling, then you can update the Process memory usage.
    Or unexpectedly you’re process high throughput messages in production which is causing these counters to go high and cause throttling, then up can update the Process memory
    usage.
    The above two cases where I know my expected process usage (by doing performance testing) or suddenly my production server processing has gone high due to unexpected business
    hike (or any reasons) which caused throttling, then do changes to default throttling setting.
    Just changing the default setting without actual reason could have adverse effect where you end up allocating 
    more processing capacities but the actual message processing message usage ever is low means you end up investing in underutilised resources.
    Regards,
    M.R.Ashwin Prabhu
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • How to set number of CPU usage at Virtual PC

    Hi all,
    After review below:
    http://support.microsoft.com/kb/824355
    I am not able to find Preference in Virtual PC manual. May i know how to set CPU usage on Virtual OS.
    Many thanks.
    Regards
    Andrew

    Hi,
    Each Virtual Machine can make use of only a single processor at a time. This is by default. if you mean that you want multiple virtual CPUs assigned then you need to look at an alternative VM system such as Hyper-V.
    Yolanda Zhu
    TechNet Community Support

  • Microsoft Office 2004 -- extremely high cpu usage and virtual ram

    hi,
    when i use office it causes a very high cpu usage even when its in idle mode.
    i am unable to work with it, because its extremely slow.
    does anyone have same experiences?
    thanks for your help!
    mbp 2.0 1,5gb ram 80gb hdd   Mac OS X (10.4.7)  

    I am able to work OK with office, I'm using the 'old version' Microsoft Office v.X, not much details in the About Box, just listed as MSoft Word/Excel/etc for Mac service release 1.
    I get the occasional crash, and I have seen Word in particular use 90% of a single core and amazingly large virtual memory usage, gigabytes sometimes, but eventually the document gets printed.
    It shows how useful the dual core (or quad) cpu approach is!
    One cpu for Word to print, and one cpu to run the rest of my applications/life!
    I still use this old office rather than re-booting into Window§ for whatever is the latest version of office.
    Doing some playing with a similar one page document in Office v.X and Pages 2.01, I get Word using about 25% of a core , Pages using 5%, - whilst editing; Intel native Pages has 20% of a core and 80MB ram 480 virtual whilst printing, Word has about 100% of a core and 65MB ram 650 virtual whilst printing, but it is a powerPC code so Rosetta is in there somewhere.
    check Activity Monitor or other apps/widgets for some parasitic processes? have fun!
    many Macs 512k -> MacBool Pro 2GHz 1GB ram   Mac OS X (10.4.7)   Yes, I have Key Lime

  • Mem usage vs Virtual Memory Size

    Hi Gents!
    I have java server application and it has strange behaviour in memory management after one day of uptime. Windows Task Manages shows me Mem Usage=136m, Peak Mem Usage=342m, VM Size=557m. And Java Visual VM shows Heap Size=160m, PermGen=32m.
    Do anyone have ideas how to deallocate Virtual Memory to decrease it size?
    JVM parameters:
    -Xms32m
    -Xmx192m
    -Xss128k
    -Xincgc
    -agentlib:hprof=cpu=samples
    -XX:+AggressiveOpts
    -XX:+DisableExplicitGC
    -XX:ParallelGCThreads=4
    -XX:+UseConcMarkSweepGC
    -XX:+UseParNewGC
    -XX:SurvivorRatio=16
    -XX:TargetSurvivorRatio=90
    -XX:MaxTenuringThreshold=31
    -XX:MinHeapFreeRatio=20
    -XX:MaxHeapFreeRatio=25
    -Djava.net.preferIPv4Stack=true
    -Dsun.rmi.dgc.client.gcInterval=990000
    -Dsun.rmi.dgc.server.gcInterval=990000
    -javaagent:./lib/sizeofag.jar

    Is it a multi-threaded application? How many user threads?

  • Device Driver Installation on Virtual PC XP mode

    Hi,
    I am having Windows 7 Professional setup. I have installed Windows Virtual PC XP Mode on it. I need to access USB for connecting my Windows Embedded device with Visual Studio Platform Builder which has installed in XP mode. Using USB over network
    tool i have tried to make the USB device to be accessible from XP mode and tried to install APX USB driver in Virtual PC.
    I got this notification from the installation setup "Could not start the Hardware" . Also checked this USB device installation with other XP pc. There it worked fine. 
    Is there any option to make the USB device accessible from virtual PC ? 
    Best Regards,
    Dinesh

    Hi,
    The USB device might need to be redirected:
    We may take a look at the following article about USB device usage in Virtual PC:
    Use a USB device in a virtual machine
    To redirect a USB device to a virtual machine
    Attach the device to the physical computer and turn on the device.
    From the virtual machine window, click USB and then click
    Attachdevice name. Windows looks for and tries to install the device driver in the guest operating system. You also can install the driver from the Internet or from a CD. 
    After the driver is installed, you can use the USB device from within the virtual machine the same way as you would on a physical computer. However, USB devices that are connected using these steps are not shared, so they must be released from one operating
    system to be available for use on the other operating system.
    To make the USB device available on the host operating system, release it from the virtual machine. From the virtual machine window, click
    USB and then click Releasedevice name.
    Best regards
    Michael Shao
    TechNet Community Support

  • IPhone 5 - Excessive data usage and data "bleed"

    We recently upgraded my daughter's phone from a Samsung to an iPhone 5, originally running iOS 6, now running iOS 7.  The Samsung (Android) phone used less than .5 MB per month, whereas the iPhone 5 will consume that much data in one day.  About 80% of the phone's usage is on WiFi, and is only actively used on the cellular network less than an hour a day.  However, the phone and the Verizon data usage log show data being consumed even when connected continously to wifi. 
    With help from a Verizon representative, we turned off location services, closed all background apps and stopped automatic updates and refreshes, shut off icloud, email, and anything else that could possibly be running in the background or consuming data.  The changes didn't do anything to slow the usage, and the Verizon reps suggested that my daughter was secretly using her phone in the middle of the night to play games and watch movies. At Verizon's recommendation, we signed up for parental controls, and set them to prevent the phone from being used during the school day, and at night.  However, the phone and Verizon continue to show data use in tiny increments 24 hours per day.  These post in the Verizon data usage logs about every 10 minutes, and are typically 10-20KB. 
    Using the parental controls, I set a hard data stop each week so that we could meter her data out over a month's time and prevent overages.  It is supposed to stop all data usage on the phone once she reaches a preset limit.  She would usually hit the 1GB limit in a day or two, but the phone and Verizon's data usage log show that the phone continues to bleed data 24 hours per day even after the limit is reached and she is unable to use her phone.  Verizon can offer no explanation.
    In addition to the data bleed, the actual data usage for virtually any activity that required data is substantially higher than what I would see for the same use on my iPhone 4s.  For example, a couple of youtube videos played on her iPhone 5 resulted in 0.8GB being used in just a few minutes, vs about 50MB on my 4s for the same videos.  Verizon seems to suggest that this is due to the higher resolution and speed, but it seems excessive.
    Here's a Youtube video I found that seems to show our exact issue.  We've done similar tests on our phone, with the same results.
    http://www.youtube.com/watch?v=q9AR2rEFcKk
    Although it is frequently suggested that the "fix" for this problem is to turn off cellular, that hardly addresses the problem.  It would also mean we have purchased a very expensive iPod.
    Is there anyone who can help us address this issue?  Verizon has been no help, and does not acknowledge this as an ongoing problem, despite the fact that there are countless articles, blogs, and videos online about the very same issue.  We have tried a number of the "fix" recommendations we've found online, but thus far have had no success.

    There's something wrong. Have you tried the 4 Rs basic troubleshooting steps?
    Restart:
    1. Press and hold the Sleep/Wake button until the red "slide to power off" slider appears, and then slide the slider.
    2. Press and hold the Sleep/Wake button until the Apple logo appears.
    Reset: Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Note: You will not lose any data
    Restore from backup
    Restore as new
    http://support.apple.com/kb/HT1414
    This article is about battery life, there are a few tips about data usage as well.
    http://www.apple.com/batteries/iphone.html
    Data settings & usage
    http://support.apple.com/kb/HT4146
    If all failed, make an appointment with the Apple genius at your local Apple Store and have them evaluate.

  • SCVMM and "Virtual Hard disks" directory

    Hello,
    We have noticed that Virtual Machines created using SCVMM doesn't create "Virtual Hard Disks" directory and puts the VHDX files into the Virtual Machine data root.
    But if VM are created using Hyper-V defaults values this directory is created.
    How can we set/define SCVMM to use also this directory?
    We would like to have the same directory structure when VM are created, and the usage of "Virtual Hard disks" directory is quite clean directory sctructure.
    Best Regards.

    To add - the feedback from the majority of folks is that they expect / prefer the way that SCVMM does this and wish that Hyper-V would do it this way by default.  (each VM neatly in its own folder and not spread across the Hyper-V Server file system
    is what most folks prefer.)
    As Samir mentioned, only performing disk move actions in SCVMM or using PowerShell to drive the SCVMM deployment (and defining more granular settings) would change this default action.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • Got a Problem? How to Get Started

    Getting started on fixing your problem:
    Working with video editing on an NLE (Non Linear Editor) program can tax the most robust computers. Depending on many factors, this can be a daunting task, at best. Many of the components of one’s computer can be stressed, more than with almost any other operation, that it will ever perform.
    Getting help on the forum can seem almost as daunting, as the first thing that a poster is likely to encounter is a list of questions, before any answers. This is the natural flow, because people are trying to help remotely. They cannot come to your office and sit behind you to determine your computer system’s capabilities, and observe just what you are doing, when and how you are doing it. Do not be put off by these questions, as they are very necessary and will very likely give the respondents some clues on where to look for your problem.
    Problems can normally be broken down into these categories:
    1.) System
    2.) Assets (the Audio, Video and still images)
    3.) Project (how it is setup and with which Preset)
    4.) Workflow (what you are doing, and how you are doing it)
    If you prepare a checklist, before you post your problem, it will save everyone a great deal of time, and will likely yield your answer much more quickly. The more detail that you furnish, the fewer questions will remain, that have to be asked. Remember, you have to be the "eyes" for the others on the forum, if they are expected to help you. They could be thousands of mile away, in other time zones, and will not know about your system, your Assets, your Project or your workflow, until you tell them. Help them get started quickly, by telling them in your first post. Do your "homework," so they do not have to ask questions for the first five responses, and can start giving you answers much more quickly.
    System:
    Be very specific about your computer. Just saying that "I have a Dell" doesn’t tell them much of anything. List your CPU type and speed, i.e. Core2 Quad Q6700 2.3GHz. Same for your RAM, i.e. 4GB of DDS. Also, list your Video Card, type, connection and driver number and date. Same for your Audio System. Note: most of this data can be found in Control Panel>System>Hardware>Device Manager. Pointing people to a URL on your computer company’s Web site isn’t a bad idea, but giving the exact details of your system is far, far better. It is likely that that Web site will have the general configuration, and who knows if that is exactly what you bought. List it for them, so they do not have to go and guess, and write down the specs. of your system.
    One of the most important aspects of your system will be the I/O sub-system. What is that, you might ask? Well, it’s your HDD’s (Hard Disk Drives). The important info is how many physical HDD’s do you have. List their size, their speed, their connection, the amount of free, defragmented space and how they are allocated. This would look something like this: "3x 200GB SATA II. Drive C:\ OS, programs and Windows Virtual Memory with 185GB free, D:\ media with 120GB free, E:\ Project files, output and Scratch Disks with 150GB free." If you have any drive partitioned (not a good thing nowadays), let everyone know and give details. If you have a RAID, give full details on how it is managed, the type and how it is used in your system. [As an aside, most RAID’s should not really be considered for a system drive, unless one has built in redundancy in the RAID, i.e. 3, or more, physical disks. Remember, this info can be critical. If you have CD/DVD burners, list them and their connections. If you have external HDD’s, list them with the same details as for your internal HDD’s.
    Next, tell about your Windows Virtual Memory (Page File). How large is it, where is it located on your system and how is it managed, i.e. dynamically by Windows, or static? Again, this can be critical. For info, you will need to go to Control Panel>System>Advanced>Performance and look. In the Settings>Advanced, you should see things like Process Scheduling, Memory Usage and Virtual Memory. This is where you will find the answers. Note: depending on which OS one has, the exact location and syntax may differ.
    While we’re on the OS, list the exact OS that you have, i.e. Vista Ultimate 64-bit SP-2 with all updates and hot-fixes.
    What version of the NLE are you using and has it been updated, i.e. PE3.0.2.
    Finally, list any other programs, that might be in use, while you are editing, such as MSN Messaging, etc. These can be critical, even though you are basically editing video.
    Assets:
    Give full details on your Assets. Just saying "a bunch of .AVI’s" tells people nothing. Be very specific with the details. See this ARTICLE on what info to give, and how to obtain it. Same for your Audio and for your still images. Size in pixels, file type, etc., are very important for the stills, and file type. Sample-rate and sample size are important for the Audio.
    Project:
    How is your Project setup? Which Preset did you use? What is the Duration of your Timeline. This gives someone the "lay of the land," so to speak and is very important. Note: your Project Preset should match your Video Assets. You can always Export/Share to some other frame size, or format, but your Project should match your Video Assets.
    Workflow:
    How have you arranged your Assets on the Timeline allows someone to "see" your Project in their mind. Information such as one 00;10;00;00 AVI (remember, you will have furnished complete details on those AVI’s, or MPEG’s when you listed your Assets above) on Video Track 1 (VT1) with its Audio on Audio Track 1 (AT1). One AVI used as a PiP (Picture in Picture) on VT2 with its Audio on AT2. One MP3 soundtrack for the full Duration on Soundtrack and my Narration on the Narration Track. List any Transitions, or Effects used. If you have Titles, list them. If you have any Keyframing used, list where and what they control.
    List exactly what you are doing and to which Asset you are doing it, when your problem occurs. If you are doing something like Export/Share, list the full settings (Presets) used, and be sure to mention any other tasks being performed by your computer, while you are doing the Export/Share.
    If you have already done some trouble shooting, list what you have done and the complete results. Were there any error messages? If so, give the full description. To say, "I had error messages," tells people nothing. What exactly did they say?
    This information will help people get right to your problem and will get you up and running much more quickly.
    As an aside, think about the title of your post. Saying "Problem" is not good enough. Instead, something like "PE7 Fails on Share to MPEG-2" would be better. First, you are trying to let everyone know something about your Problem, so they will see it, and be interested in helping you. If you are having an Audio issue, mention "Audio" in the title, so the right people will find your post. Not everyone knows everything about all aspects of Video. You want the right people to see your post and to be working with you, to fix your problem. Also, later on, it is good to have a title that will be easily found by others, who may have the same exact problem. If you get an answer that works, please post back that success, so others, finding your post, will know what worked, and what did not. Note: do not put your entire post into the title. That is just tough to read and understand. Use a few words, but make them the right words.
    Other useful links:
    Get Help Quickly
    FAQ's
    System Crashes
    PE Help
    Forum Etiquette
    Help others to better help you.
    Hunt

    Hi Bill, Ho
    w or more like where do I post a question.  I can go to a forum page wher
    e there are questions but there is no place to ost a question.
    If you could clear up this I would greatly appreciate it.  I've been looking for 2 hours.
    Thank you!
    Cindy

  • Got a problem? Here's how best to ask for help.

    Working with video editing on an NLE (Non Linear Editor) program can tax the most robust computers. Depending on many factors, this can be a daunting task, at best. Many of the components of one’s computer can be stressed, more than with almost any other operation, that it will ever perform.
    Getting help on the forum can seem almost as daunting, as the first thing that a poster is likely to encounter is a list of questions, before any answers. This is the natural flow, because people are trying to help remotely. They cannot come to your office and sit behind you to determine your computer system’s capabilities, and observe just what you are doing, when and how you are doing it. Do not be put off by these questions, as they are very necessary and will very likely give the respondents some clues on where to look for your problem.
    Problems can normally be broken down into these categories:
    1.) System
    2.) Assets (the Audio, Video and still images)
    3.) Project (how it is setup and with which Preset)
    4.) Workflow (what you are doing, and how you are doing it)
    If you prepare a checklist, before you post your problem, it will save everyone a great deal of time, and will likely yield your answer much more quickly. The more detail that you furnish, the fewer questions will remain, that have to be asked. Remember, you have to be the "eyes" for the others on the forum, if they are expected to help you. They could be thousands of mile away, in other time zones, and will not know about your system, your Assets, your Project or your workflow, until you tell them. Help them get started quickly, by telling them in your first post. Do your "homework," so they do not have to ask questions for the first five responses, and can start giving you answers much more quickly.
    Forum regular Bill Hunt offers these recommendations:
    System:
    Be very specific about your computer. Just saying that "I have a Dell" doesn’t tell them much of anything. List your CPU type and speed, i.e. Core2 Quad Q6700 2.3GHz. Same for your RAM, i.e. 4GB of DDS. Also, list your Video Card, type, connection and driver number and date. Same for your Audio System. Note: most of this data can be found in Control Panel>System>Hardware>Device Manager. Pointing people to a URL on your computer company’s Web site isn’t a bad idea, but giving the exact details of your system is far, far better. It is likely that that Web site will have the general configuration, and who knows if that is exactly what you bought. List it for them, so they do not have to go and guess, and write down the specs. of your system.
    One of the most important aspects of your system will be the I/O sub-system. What is that, you might ask? Well, it’s your HDD’s (Hard Disk Drives). The important info is how many physical HDD’s do you have. List their size, their speed, their connection, the amount of free, defragmented space and how they are allocated. This would look something like this: "3x 200GB SATA II. Drive C:\ OS, programs and Windows Virtual Memory with 185GB free, D:\ media with 120GB free, E:\ Project files, output and Scratch Disks with 150GB free." If you have any drive partitioned (not a good thing nowadays), let everyone know and give details. If you have a RAID, give full details on how it is managed, the type and how it is used in your system. [As an aside, most RAID’s should not really be considered for a system drive, unless one has built in redundancy in the RAID, i.e. 3, or more, physical disks. Remember, this info can be critical. If you have CD/DVD burners, list them and their connections. If you have external HDD’s, list them with the same details as for your internal HDD’s.
    Next, tell about your Windows Virtual Memory (Page File). How large is it, where is it located on your system and how is it managed, i.e. dynamically by Windows, or static? Again, this can be critical. For info, you will need to go to Control Panel>System>Advanced>Performance and look. In the Settings>Advanced, you should see things like Process Scheduling, Memory Usage and Virtual Memory. This is where you will find the answers. Note: depending on which OS one has, the exact location and syntax may differ.
    While we’re on the OS, list the exact OS that you have, i.e. Vista Ultimate 64-bit SP-2 with all updates and hot-fixes.
    What version of the NLE are you using and has it been updated, i.e. PE3.0.2.
    Finally, list any other programs, that might be in use, while you are editing, such as MSN Messaging, etc. These can be critical, even though you are basically editing video.
    Assets:
    Give full details on your Assets. Just saying "a bunch of .AVI’s" tells people nothing. Be very specific with the details. Same for your Audio and for your still images. Size in pixels, file type, etc., are very important for the stills, and file type. Sample-rate and sample size are important for the Audio.
    Project:
    How is your Project setup? Which Preset did you use? What is the Duration of your Timeline. This gives someone the "lay of the land," so to speak and is very important. Note: your Project Preset should match your Video Assets. You can always Export/Share to some other frame size, or format, but your Project should match your Video Assets.
    Workflow:
    How have you arranged your Assets on the Timeline allows someone to "see" your Project in their mind. Information such as one 00;10;00;00 AVI (remember, you will have furnished complete details on those AVI’s, or MPEG’s when you listed your Assets above) on Video Track 1 (VT1) with its Audio on Audio Track 1 (AT1). One AVI used as a PiP (Picture in Picture) on VT2 with its Audio on AT2. One MP3 soundtrack for the full Duration on Soundtrack and my Narration on the Narration Track. List any Transitions, or Effects used. If you have Titles, list them. If you have any Keyframing used, list where and what they control.
    List exactly what you are doing and to which Asset you are doing it, when your problem occurs. If you are doing something like Export/Share, list the full settings (Presets) used, and be sure to mention any other tasks being performed by your computer, while you are doing the Export/Share.
    If you have already done some trouble shooting, list what you have done and the complete results. Were there any error messages? If so, give the full description. To say, "I had error messages," tells people nothing. What exactly did they say?
    This information will help people get right to your problem and will get you up and running much more quickly.
    As an aside, think about the title of your post. Saying "Problem" is not good enough. Instead, something like "PE7 Fails on Share to MPEG-2" would be better. First, you are trying to let everyone know something about your Problem, so they will see it, and be interested in helping you. If you are having an Audio issue, mention "Audio" in the title, so the right people will find your post. Not everyone knows everything about all aspects of Video. You want the right people to see your post and to be working with you, to fix your problem. Also, later on, it is good to have a title that will be easily found by others, who may have the same exact problem. If you get an answer that works, please post back that success, so others, finding your post, will know what worked, and what did not. Note: do not put your entire post into the title. That is just tough to read and understand. Use a few words, but make them the right words.

    Please note that this Tip was produced by Bill Hunt (the_wine_snob) and not me. I would never have the extent of knowledge needed to write this Tip.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • A doubt in mutilthreading behaviour

    Dear experts,
    I have created a multithreading program in java.When i click a start button,i
    see helicopter moving across the sky.I click another button and a new thread get
    created and this time i see two helicopters flying.In this way as i keep pressing
    start number of helicopters are increasing.
    But i find as i keep on looking at taskbar CPU usage is increasing everytime i click on
    start.And after clicking about 50 times ,CPU show 100% usage and virtual memory come
    in function.This time more than 50 helicopters are visible flying.
    With so many helicopters ,speed of each helicopter is very very slow and looks as if system
    is in too much load.Is this behaviour normal in multithreading for java ?.

    My guess is you have busy loops somewhere. In any case this is far from normal behavior. Are you making threads sleep until it is time for a helicopter to move again?
    You may want to invest some time into studying timers. With those you can do updates at specific intervals, leaving all the sleep logic to Java.

  • Eeepc 701 running very hot

    output of sensors during normal usage:
    acpitz-virtual-0
    Adapter: Virtual device
    temp1: +54.0°C (crit = +90.0°C)
    eeepc-isa-0000
    Adapter: ISA adapter
    fan1: 1000 RPM
    This feels way too hot for normal usage.  Cannot be too clogged up with dust as it's relatively unused.  Asking this question as I dont want to tamper with fan control manually, as 1000rpm seems pretty fast to start with.  It gradually gets hotter and hotter during usage up to around 60C, with the tinny fan runnng all the while.
    happens with and without the battrery
    Last edited by Bardwise (2012-07-04 16:20:56)

    No mate, I'm in Australia, where it's currently quite cold (Well, relatively speaking. About 24 degrees here in the tropics).
    On the other hand, 52 degrees, as opposed to my 48 (in idle), is not thaaat much of a difference, really, is it? Especially if you take the surrounding temperature into account.
    Last edited by JackH79 (2012-07-06 08:41:20)

  • Balance Sheet and P/L

    I have to generate a report from Balance Sheet and P/L InfoCubes - 0FIGL_C10 and FIGL_V10. The reporting requirement is to allow detailed management accounting reports to be developed displaying Account Group/FSV definition with their monetary amounts, against actual, forecast and specific key calculated figures. The query should also allow data to be displayed against a fiscal period, year or combination of both including prior and future year data if required.
    Can anyone tell me the datasources that r involved and whts the nees of basic and virtual InfoCube here. and waht data flow i should follow.

    Hi Gunjan,
    You can use the following virtual cube standard query for balance sheet. you can find the queries and these content in Business Content.
    Virtual Cube : 0FIGL_VC1
    Infocube : 0FIGL_C01
    ODS : 0FIGL_O06
    Datasource : 0FI_GL_6
    The following ODS and Datasource  is usefule for General Ledger Line Items
    ODS : 0FIGL_O02
    Datasource : 0FI_GL_4
    The following link will explain the usage of Virtual Cube.
    http://help.sap.com/saphelp_bw33/helpdata/en/80/1a643fe07211d2acb80000e829fbfe/frameset.htm
    Best Regards,
    SG

  • Problems With 4K at 60fps & a High-End Graphics Card

    I'm having major problems editing footage shot at 3840x2160 @ 59.94. The video will play back fine initially, but after a few seconds, the video starts chugging along until I get less than 1fps. I have the same problem using adaptive resolution during playback set to 1/8.
    So, I would think that I might need to upgrade my hardware, but what is the bottleneck?
    Premiere Pro 2014.2 & AME 2014.2
    Windows 8.1
    Intel Core i5-4670 CPU @ 3.4 GHz
    16GB of RAM
    NVIDIA GeForce GTX 780 Ti (that's 2880 CUDA cores!)
    The footage was shot on a Panasonic HC-X1000 with MP4 selected as the output format.
    I have a 1 minute test file from that camera on my SSD. It's 59.94fps and shot using AVC at about 155 Mbps.
    Since Windows 8 doesn't come with any way to monitor the GPU usage, my sysadmin installed Geeks3d GPU Shark. It seems to work, as it was accurately able to detect GPU usage in external benchmarking tools. Maxed out at 99%.
    I moved Premiere's cache folder to my SSD to see if that had any affect. Mercury Playback Engine is definitely ON.
    When I try to playback the aforementioned 1 minute clip in Premiere, it:
    very few dropped frames, maxes out at around 29% of GPU usage, CPU virtually 100%
    plenty of dropped frames, GPU percentage starts decreasing, CPU virtually 100%
    around 1fps, GPU virtually 0%, CPU virtually 100%
    I didn't list the RAM, but it's nowhere near 100%, and goes up about a gig or so during playback, and it's not near the Memory ceiling of 10.9 GB that After Effects, PPro, AME, PS, and others share.
    Why does the GPU stop working when the number of frames dropped significantly increases? And why is it only using less than 30% of my GPU during playback while editing?
    With Mercury Playback Engine off, I noticed only a minor decrease in performace. The GPU was still used, but much less: maybe 10% or so.
    Also, why on earth does my encode with Mercury Playback Engine GPU Acceleration (Cuda) switched on encode with 100% CPU and 0% GPU? I'm trying to encode H.264 at the Match Source - High bitrate preset. AME + Mercury Playback Engine = 0% GPU usage?! There are no effects applied. No panning, scaling, video effects, nor audio effects. Literally, drag clip into new timeline (that matches clip settings), and encode using AME. What the hell is going on here.
    Can someone explain how the Mercury Playback engine is supposed to work, and why it doesn't seem to be leveraging my powerful GPU?
    Any recommendations for alternate GPU profiling tools, perhaps?
    I can ask my sysadmin to upgrade the CPU, but I'm not sure how much to go up.
    Note: I also tried bringing the footage into a sequence at 29.97fps, but it didn't help very much. I was hoping that reducing the playback framerate would help.

    There are no effects applied. No panning, scaling, video effects,
    That's why no GPU during export.  Encoding is a CPU only process.  The things you're not using are some of the very things processed on the GPU.  Add some and you may see different results.
    I would expect playback to be better with your hardware.  If you care to upload a clip for me to download, I can test it here.

  • Installing Oracle 10 G on Mac IBook G4

    Hello,
    I am trying to set up Oracle on my Mac and am having some problems. I have the course materials and am eager to begin studying.
    My problem is that I am a novice and am having trouble using terminal/Darwin to install, create the enviroment, and run Oracle on my Mac. I have 22 gigs available of disk space and 1.5 gb of ram.
    I have virtual pc installed and was able to successful set up oracle 10 g express edition on it, but due to restrictions of ram usage in virtual pc, it processed to slowly to be time productive.
    I have located the Mac download, but can't get it set up and running.
    Here's the link:
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/macsoft.html
    Any advice offered will be greatly appreciated. Thank you in advance for your time and ideas.

    Google is your friend.. But since you don't want to
    reference your friends,
    http://www.puschitz.com
    http://ivan.kartik.sk
    http://www.dizwell.com > Articles
    http://tahiti.oracle.com > Search for Install Linux
    are probably the best resources around.Thank you sir. Have a great day.

Maybe you are looking for