How to do initialization for new system setup?

Hi, Experts:
I need your help! Can you tell me your suggestion please?
This is a new system setup. We are about to test on the Initialization/Delta process.
The data source is 2LIS_13_VDITM 7.0 version. The test is on the PSA.
I have done an EARLY Initialization. On R3 system, if a billing record is canceled, we are able to capture it in the RSA7. Then, we did a delta load which were successfully tranferred to BW system.
However, if I created a new order and push it to Billing, I am NOT able to find it on RSA7 of the Delta queue.
That would mean, the delta queue could not capture any new billing records.
Then, besides the early init, we tried to do an Initialization without Data Transfer in the hope that this could resolve the new records issue, it doesn't allow to do it, saying "no 2 initialization".
What is the right way to do initialization??
Thanks guys!!

Hello Sylvia,
Changing it to new delta mode need not clean out everything in BW.
its a change in R/3 side on how delta records will be pushed.
Delta queue will remain the same in R/3.
But since you have already missed some records and you are not sure which one.
Also the existing records in the delta queue are not the correct one as these are not bringing new records according to you.
So I will suggest you after you have done the changes to queued delta....do a fresh start.
Delete the data from the DSO.
1)delete the existing and do a new init without data transfer so that a new delta queue is created.
2)Fill the set up tables first and start the full repair loads to DSO.
3)once all the history is loaded then you can schedule the delta.
Thanks
Ajeet

Similar Messages

  • How to add support for new file type.

    Using the ESDK, I would like to add support for new file type ( a new extension). this new extension will function like any other non visual code editor but will have specific syntax highlighting, code folding and explorer.
    I am trying ot figure out if I need to create a new editor or use existing JDeveloper code editor and add support for new file type. Does anyone have a high level outline on how to do this using the ESDK that is specifically targeted at adding new file type support for a text based code editor?
    I have looked at the Samples and keep going in multipe directions. It would be cool if there was an example that was how add syntax higlighting for new file type.
    Thank you

    Brian, thank you. I looked at this extension and it answered a lot of questions for me. I was going in the right direction but needed a little help and bost of confidence, this is just what I needed. I created the LanguageSupport, LanguageModel, Addin, Node and TextDocument that are specific to the new file type. I was getting hung up on how to hook this into the JDevelpoer editor. I keep thinking I have to create a custom editor but it looks like I don't have to and it looks like I can associate this file support with the editor framwork, for version 10.1.3.2, with the following in the Addin Initilize() method.
    Recognizer.mapExtensionToClass(MY_EXTENSION, MyNode.class);
    CodeEditor.registerNodeType(MyNode.class, MY_EXTENSION);
    LanguageModule.registerModuleForFileType(new MyLanguageModule(), MY_EXTENSION);
    I have done this but still not able to recognize the new file type.
    At this point, I just want to be able to recognize the new file and display it's associated icon or display a messare to the message log. I put a System.out.println("test") in the Initilize() method of my addin. then I registered MyAddin in the extension.xml. JDeveloper sees this new extension and it is loaded but I have not been able to show the test message or display the new icon when I open the new file type.
    extension.xml
    <?xml version="1.0" encoding="windows-1252" ?>
    <extension xmlns="http://jcp.org/jsr/198/extension-manifest"
               id="teisaacs.jdev.myext.MyAddin" version="1.0.0" esdk-version="1.0"
               rsbundle-class="teisaacs.jdev.myext.resources.MyResBundle">
        <name rskey="EXTENSION_NAME">My Code Editor</name>
        <owner rskey="EXTENSION_OWNER">Me</owner>
        <dependencies>
            <import version="10.1.3">oracle.jdeveloper</import>
        </dependencies>
        <hooks>
            <jdeveloper-hook>
                <addins>
                    <addin>teisaacs.jdev.myext.MyEditorAddin</addin>
                </addins>
            </jdeveloper-hook>
            <feature-hook>
                <description>My Code Editor</description>
                <optional>true</optional>
            </feature-hook>
            <document-hook>
                <documents>
                    <by-suffix document-class="teisaacs.jdev.myext.model.MySourceDocument">
                        <suffix>my</suffix>
                        <suffix>MY</suffix>
                    </by-suffix>
                </documents>
            </document-hook>
            <editor-hook>
                <editors>
                    <editor editor-class="teisaacs.jdev.myext.editor.MyEditor">
                        <name rskey="EXTENSION_NAME">My Editor</name>
                    </editor>
                    <mappings>
                        <mapping document-class='teisaacs.jdev.myext.model.MySourceDocument">         
                            <open-with editor-class="teisaacs.jdev.myrext.editor.MyEditor"
                                       preferred="true"/>
                            <open-with editor-class="javax.ide.editor.CodeEditor"/>
                        </mapping>
                    </mappings>
                </editors>
            </editor-hook>
        </hooks>
    </extension>
    public class MyAddin implements Addin {
        public static final String MY_EXTENSION = "my";
        public void initialize() {
            System.out.println("MyEditor Constructor");
            new MyLanguageModule();
            Recognizer.mapExtensionToClass(MY_EXTENSION, MyNode.class);
            CodeEditor.registerNodeType(MyNode.class, MY_EXTENSION);
            LanguageModule.registerModuleForFileType(new MyLanguageModule(), MY_EXTENSION);
    }I have added and removed the editor hook along with many other modificaitons to the extension.xml but still not recognizing the new file extension.
    Todd

  • How to design EDW for source systems from different Time-Zones

    How to design EDW for source systems from different Time-Zones?
    Suppose IT landscape has a global BW in New York, and source systems in americas, europe and asia, then how the time-zones effect on time related things like delta selections on date or timestamp etc.

    As you said BW is global in NY, your source system must be global too. People from various locations can connect to same source system and thus timestamps for delta is always maintained as 1 single time. We have same scenario in our project. Our R/3 system is used by users in US and Europe. So we run deltas twice in day to make sure we got deltas from both locations.
    If scenarios was such that all locations connect to separate R/3 system, then obviously you have multiple queues. That is unique delta queue for each source system so deltas will be pulled as per data in respective queues.
    Abhijit

  • How to create Rfc for EP system in Solution manager

    Dear experts,
    I am doing ChaRM configuration for my EP system ( java only).
    I also configured CTS+ successfully but we want to integrate this with Chram in solman.
    I have done all configuration according to standard doc for ChaRM.
    But when creating project from solar_admin it is giving "   NO RFC for DEP system"
    so please suggest me how to create RFC for java system in Solution manager.
    thanks in advance
    dhiraj

    Hello,
    You need to setup an ABAP communication client and system, that's done through the TMS settings:
    For source system:
    - CTC                                              1
    - CTS_SYSTEM_TYPE                          JAVA  (others for a MDM system)
    - NON_ABAP_SYSTEM                          1
    - COMMUNICATION_SYSTEM:              (SAPSID of the ABAP communication system (e.g. the domain controller))
    - NON_ABAP_WBO_CLIENT                    (Client of the ABAP stack on which the Transport Organizer Web UI (CTS_BROWSER) is activated and will run.)
    - WBO_GET_REQ_STRATEGY                 TAGGED
    - WBO_REL_REQ_STRATEGY                 MANUAL
    For quality and production Java system (target systems):
    - CTC                                              1
    - CTS_SYSTEM_TYPE                          JAVA (others for a MDM system)
    - NON_ABAP_SYSTEM                         1
    - COMMUNICATION_SYSTEM:                 (SAPSID of the ABAP communication system (e.g. the domain controller))
    - DEPLOY_WEB_SERVICE                       CTSDEPLOY
    - DEPLOY_DATA_SHARE:
    When this is done correctly, you will see the fields ABAP communication system and client populated in SMSY.
    When ChaRM needs to operate on the non ABAP systems, it will take the RFCs for the communication system and client.
    Best regards,
    Miguel Ariñ

  • How to maintain cluisterview for new business roles in SAP CRM2007

    How to maintain cluisterview for new business roles in SAP CRM2007.
    Table - CRMV_UI_NB
    Regards,
    Biplab

    I also look forward to a 'solved' answer to your question.
    In the meantime, I'm curious to know if there are any organizations today running SAP B1 HANA for their production system.   Would you know of any?

  • Now that CS5 has arrived, what does it mean for your system setup?

    Apart from nice added features, improved stability and increased speed, there are two major factors that impact on your system setup:
    1. 64 bit
    2. Mercury Playback Engine
    64 Bit only
    This means a couple of things:
    You need a 64 bit OS, you need 64 bit plug-ins and you can use much more memory than the 4 GB limitation that applied to 32 bit OS'es (with effective memory in the 2 - 3 GB range, depending on the Boot.ini switch).
    In practice, to benefit from the move from 32 bit to 64 bit, the recommended memory needs to be around 8 or 12 GB, depending on your mobo and chipset and the number of DIMM slots available. With current prices (May 2010) it is not yet economical to opt for 4 GB sticks.
    If you have a dual socket board with 12 or more DIMM slots, 24 GB is optimal.
    Mercury Playback Engine
    This is where it gets interesting.
    In the past, up to and including CS4 4.2.1, performance was largely impacted by:
    1. CPU
    2. Memory
    3. Disk setup
    4. OS & Tuning
    5. ...
    and finally by the video card. It did not really matter what video card you had installed. There never was any discernable performance gain from expensive video cards.
    The tables have turned.
    With CS5, installing a CUDA enabled video card has a large impact on performance and lessens the burden on the CPU. The GPU does a lot of the work.
    However, since the CPU gets a lot more breathing space, the CPU will no longer be the primary bottelneck, as was often the case in the past.  And since all DIMM slots in the average machine will be occupied, it is a costly exercise to exchange the DIMM sticks with larger capacity ones. People who have only 3 slots in use on a X58 motherboard can directly benefit from adding three more sticks, but this does not happen very often.
    So with the CPU running with a relatively low load and memory more or less a given, the only thing that may be a bottleneck to be improved upon is the disk setup. This can be seen easily by scrubbing fast through the time line with the popular AVCHD material. Due to the MPEG nature, while scrubbing one needs to look backwards and forwards to create the image under the CTI and that means a lot of disk activity. CPU is not a bottleneck, memory is not a bottleneck and the GPU is not the bottleneck, it is the disk setup.
    Do not be fooled by the claims that SATA2 or SATA3 have enough bandwidth to support the data rate of AVCHD or other MPEG streams. Tests have shown that significant performance gains can be achieved by using a large number of disks, preferably in a raid. This is especially true when one has multiple tracks.
    SSD's are not yet an economical alternative for conventional hard disks, with prices that are a factor 30 - 50 higher per gigabyte than conventional disks.
    Conclusion
    To fully benefit from the performance gains that CS5 allows, it may be that using a MPE supported card will lead to the disk setup being the new bottleneck. Be aware of that fact.

    at this point we are still trying to figure out whats up.
    bear in mind DV VS AVCHD or Red is a completely different animal. there is a lot to process on encoding vs DV
    we think the processors and HDDs are sitting there waiting on CS5
    even with Dual Xeon 2.8GHz 12 cores its no faster than the 980x niether are CPU pegging, HDD pegging or ram..
    interesting is the Dual Xeons will use about 10G (with 24G installed) ram vs the 980x using 6 (with 12 installed)
    dual Xeons have dual memoery pipe lines 1 for each cpu so we think thats where its coming from
    but we are still scratching our heads with a good deal of what we are finding in these benchmarks.
    most is pointing to CS5 coding.
    i am sure Eric will poke his head in here...
    Scott
    ADK

  • Round cables for new system

    I went and ordered my new system components last night and now I need to figure out what cables I will need.
    I want to use the round cables as the flat ribbon cables impede airflow too much.
    I am not sure whether I want to put a floppy drive in or not as it isn't really needed these days, although it is nice for backing up Intenet Explorer Bookmarks quickly.
    Which round cables should I get for my new system, how would you connect them and where have you found the best prices on them?
    I believe the MSI GeForce4 Ti4200 video card comes with a round cable in the retail box I ordered so that takes care of one of them.
    I appreciate the help.  
    My system is going to be as follows:
    MSI K7N2 Delta-ILSR Mobo
    AMD Athlon XP 2500+ Barton processor
    Mushkin 512 MB PC2700 222 Level II Hi Performance RAM
    MSI G4Ti4200-VTD8X128 video card      
    Western Digital 80GB 8MB buffer HDD
    LITE ON 16X XJ-HD166S/165H DVD/CDROM
    TDK VeloCD 40x12x40 CDRW
    ChiefTec AX-01BLD SPX2 450W case  
    Thanks
    Mike

    Quote
    Originally posted by Mike V
    I went and ordered my new system components last night and now I need to figure out what cables I will need.
    I want to use the round cables as the flat ribbon cables impede airflow too much.
    I am not sure whether I want to put a floppy drive in or not as it isn't really needed these days, although it is nice for backing up Intenet Explorer Bookmarks quickly.
    Which round cables should I get for my new system, how would you connect them and where have you found the best prices on them?
    I believe the MSI GeForce4 Ti4200 video card comes with a round cable in the retail box I ordered so that takes care of one of them.
    I appreciate the help.  
    My system is going to be as follows:
    MSI K7N2 Delta-ILSR Mobo
    AMD Athlon XP 2500+ Barton processor
    Mushkin 512 MB PC2700 222 Level II Hi Performance RAM
    MSI G4Ti4200-VTD8X128 video card      
    Western Digital 80GB 8MB buffer HDD
    LITE ON 16X XJ-HD166S/165H DVD/CDROM
    TDK VeloCD 40x12x40 CDRW
    ChiefTec AX-01BLD SPX2 450W case  
    Thanks
    Mike
    Mike,
      Yes round cables are the way to go and they connect the same way as your ribbon cables. I use VANTEC in my machines but there are many good manufacturers. Try this link to check for the best prices http://www.pricewatch.com/
    The round cables are also very easy to tywrap out of the way for maximum airflow as you mentioned )

  • How do I install a new system file to replace the damaged one

    I am tring to repair the permissions on my computer and am getting all of these types of errors. Computer is dragging. I reinstalled my operating system and this is what is happening. Any suggestions. Happening on my desk top I Mac and on my Mac Book. I did google search and Error 23 is "These errors indicate that the Mac tried to access one of the standard routines in the system file and couldn't find it. In all probability, that means you have a corrupted system file. Try installing a new system file to replace the damaged one."
    Here is a sample of what disk utilities says
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/Conversions/cdesc-Con versions.yaml
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/Conversions/to_format ted_s-i.yaml
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/Conversions/to_param- i.yaml
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/Conversions/to_query- i.yaml
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/Conversions/to_senten ce-i.yaml
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/Conversions/to_xml-i. yaml
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/ExtractOptions
    Open error 23: "Too many open files in system" on System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/doc /activesupport-2.3.5/ri/ActiveSupport/CoreExtensions/Array/ExtractOptions/cdesc- ExtractOptions.yaml"
    It says it should be done in 6 minutes and I am going on hours!
    Permissions differ on "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/zh_TW.lproj/UIAgent.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Repaired "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/zh_TW.lproj/UIAgent.nib".
    Permissions differ on "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreen.app/Contents/Resources/zh_TW.lproj/MainMenu.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Repaired "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreen.app/Contents/Resources/zh_TW.lproj/MainMenu.nib".
    Permissions differ on "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreenLeopard386.app/Contents/Resources/zh_TW.lproj/MainMenu.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Repaired "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreenLeopard386.app/Contents/Resources/zh_TW.lproj/MainMenu.nib".
    Permissions differ on "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/zh_CN.lproj/UIAgent.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Repaired "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/zh_CN.lproj/UIAgent.nib"."
    Any suggestions?

    I would apply or reapply the 10.6.8. Combo Update from Safe Boot (hold Shift down at startup -- give it much more time to boot than usual and leave it in SB for a few minutes before doing anything.)
    http://support.apple.com/kb/dl1399
    The messages you are seeing beginning with "Permissions differ on...." can be ignored.

  • HEY APPLE! What are upgrade policy plans for new systems shipping with 10.4

    I just ordered a brand new Xserver, thinking that there would be some policy in place for brand new computers shipping with 10.4, to get the new version of OSX Leopard Server (without having to buy a retail copy) - however to my surprise, there is nothing currently in place.
    Will there be an upgrade policy soon for users who have just ordered new computers, currently shipping with 10.4??? Or should we return recently ordered items, and stop ordering new systems until they start shipping with 10.5?

    Assumptions such as this one are often a recipe for disappointment and/or for extra expenses; I've certainly learned to be cautious with these.
    In this case, there is a policy that has been in place (AFAIK) since the Leopard announcement.
    For details on and requirements of the Leopard upgrade policy, do read the [Mac OS X Up To Date|http://www.apple.com/macosx/uptodate> web site.
    Those folks outside the Leopard upgrade window that are upgrading to Leopard (and that don't have a separately-purchased Right-to-Upgrade) will be purchasing and ordering the upgrade. You may end up purchasing an iLife upgrade, too — if you're using it, and not already at the current release — as Mac OS X and Mac OS X Server upgrades apparently do not include an iLife upgrade.

  • My computer crashed - how to transfer to my new system without loosing my music.

    Recently my desktop crashed and I was forced to buy a new system.  My older version nano has a lot of songs that I recorded and do not want to lose.  How do I proceed to get my new system updated with ITunes and transfer my music to my new desktop?

    See this older post from another forum member Zevoneer covering the different methods and software available to assist you with the task of copying content from your iPod back to your PC and into iTunes.
    https://discussions.apple.com/thread/2452022?start=0&tstart=0
    B-rock

  • Which MB should i pick for new system?

    Hi i'm new to the forum and just signed up. Sorry if this isn't posted in the right section. I'm about to build a new system with a AMD 64 +3700 (which i allready bought)
    But i can't choose the right MB. Last time i built something it was 2 years ago. Much have changed :o
    I've been looking at this MB for a while.
    K8N Neo4-FI
    http://www.msi.com.tw/program/products/mainboard/mbd/pro_mbd_detail.php?UID=651
    I have 2 questions about it
    1. I've read that the NB Fan is loud. Can i replace it with something else?
    2. I haven't decide which video card to get. But i wonder if any of these 2 will fit cos of the NB?
    Sapphire Radeon X1800XT 256MB GDDR3
    XFX GeForce 7600GT 256MB GDDR3 XXX

    Quote from: Kafkacell on 28-May-06, 20:07:16
    Go for MSI K8N Neo4 Platinum 
    Yeah.. the Platinum is a more "feature rich" board & supposedly has a more tweakable BIOS as well. I like mine fine.
    Quote from: Kafkacell on 28-May-06, 18:43:13
    IMHO, we should wait to mature AM2 a little, and also as Richard has said to prices come down, but undoubtly that's the way to follow if you are planning to upgrade your system. There is no case upgrading now to 939, and in few months to AM2
    Very true - if you have a decent pile of 939 parts, there's no real reason not to use them.
    Quote from: Kafkacell on 28-May-06, 18:43:13
    and also AMD has said that no more 939's are going to be developed, just the models that has been produced until now.
    Now THAT is a rotten shame. It would have been nice to get 1 generation of 65nm, 939 CPU's as a "going away" present. Bet some of those would OC' like crazy...

  • Seeking Recommendations for New System

    I’m planning to upgrade my son’s Pentium II computer with the  following components.  Please give constructive comments for improvements, realizing that this is my limit in regard to costs:
    MOBO – MSI K7N2 Delta-L or MSI KT6V-LSR or MSI KT4VL
    Graphics Card --
    RADEON 9600 PRO 128MB DDR AGP 8X W/TV-OUT/DVI or RADEON 9600 256MB DDR WITH CRT/DVI/TV-OUT or RADEON 9800SE 128MB W/TV OUT
    CPU – AMD Athlon 2500+ Barton

    Well, I can say, don't buy the 256mb vid card cuz its slower than the 128mb cards.  And yes I do regret buying the one I have right now instead of a regular 128.
    You can read this thread about one user's choice and why.
    About the mobo, well... I like Intel chips better and don't have much experience with the amd setups, but I did notice that the deltas are often used in overclocking and have been proven as stable and reliable.
    Please keep in mind that these are only opinions.
    In reality, whatever you choose in that list will make for a good setup... exept for most 256mb vid cards(the high end ones are better, but not in everyones price range).
    Good luck.
    (EDIT) Oh and so that you know, 9800 is better than 9600, and rankings go like this:
    se -> cheap alternative to the real thing
    no ranking (known as non pro)  -> the real thing as the were when they came out
    pro -> performance version
    xt -> super performance version
    ,and an 9600 xt is almost as good as a 9800 se (actually very close to it)
    Ask around in the vid card forum for more input from others.
    And the mobo, well like I said, I ain't no pro with the amd setups.

  • How to call dlls for valve system

    I need to call the dll file I made from visual C++.The main theme is to control valve system from labview. I put the control switches(booleans) in labview and now want to connect it to the initial C++ program I made for valve control.Is there any way that I can use the on/off switchs(booleans) and code interface node for the system to work?Please help.I am having problems with dll calling .

    I got the message" call library function :function not found in library".
    I had checked for the function name,its same as is on the header file.I had tried for both C and stdcall calling conventions,still it didnot work.
    please suggest what could be wrong.

  • BX initialization for new materials

    Hi,
    I have a question on 0ic_c03 cube.
    According to the doc 'How to Handle Inventory managemnet Scenarios in BW', we have done all the procedures for Bx initialization, BF/UM history data load, and BF/UM delta load every day. so now the question is: for the new materials which are come in later than the date of the BX initialization, do we still need to do the BX init for them, and yes - then how can we do it; if no - why?
    Please advice,
    Ping

    The init bx and BF/UM history data loading for our BWP(BW production system) was done in 2004 by my ex-colleague who already left our company; so I am not very sure exactly whether he followed the procedure in How to handle Inventory management PDF...
    But we have refreshed the DEV(R/3 development system) with a copy of PRD(R/3 production system) in Feb, and I have deleted all the data in BWD, and loaded the copy of PRD data to BWD system in mid of Feb, followed the procedures in PDF. and this morning I have checked the materials in BWD system, the KFs are all matched to DEV(R/3).
    While in the meantime, in BWP system the '0totalstck' and '0valstckval' for the same Matrials not matched in PRD system(r/3); but '0isstotstck' and '0rectotstck' are matched.
    according to your advice, this problem in BWP system caused by th compression of BX, BF and UM init and history data laoding. But my question is:
    1, now, Is there a way for me to track back what kind of compression optionin tab Collapse(with mark Update or without Marker update) he used when he did the BX/BF/UM init loading in 2004?
    2, Now there are lots of production delta loading in BWP system since 2004, and if I want to correct the compression issue, is it ok for me to just follow your steps in your previous mail, and <b>redo</b> the compress for BX/BF/UM with the correct compression option. will it affect our exiting production data?
    3, what else could be teh reason  caused this problem in BWP system, and what is teh best way for me to resolve it.
    Waiting for your feedback,
    Ping

  • HD configuration for new system

    Hey guys,
    I'm planning to build a new workstation and just wanted to have some ideas regarding the HD configuration.
    Working  with cs6 PR AE PS LR + few 3d party plugins mostly on canon 5D mk 3 footage
    editing, grading, keying + some 3d stuff
    what i have as a setup no assembled at the moment :
    i7 4930k
    Mb: Asrock x79 extreme 11   http://www.asrock.com/mb/Intel/X79%20Extreme11/
    Ram : Corsair vengeance pro series 32 gb 4x8  2133mhz
    VGA gigabyte nvidia 780ti
    Power supp:  AeroCool Strike-X Power 1100W 80 PLUS GOLD
    Cooling system; Corsair Hydro Series H100i
    case  NZXT Phantom 530
    and 1 kingston HyperX  3K 240 gb SSD
    other hd configurations!!! still waiting your ansewer
    in my area i have Seagate Desktop SSHD and barracuda  HD and few ssd
    after few weeks reading everything about hd in adobe forum, i am still confused what to use as a raid or individual hds and what can change hd speed  for ex the "Hibernate"...
    also my mb is equiped with a raid controller and i dnt have any idea about it.
    please i need some help form pro guys
    Thx alot

    Huge thanks to everyone who has spent his time answering my questions. your answers are very helpful.
    first time i know that raid 5 needs enterprise drives and even in the following 2 links and few other forums i didn't see this information "or maybe i didnt pay attention"
    http://ppbm7.com/index.php/tweakers-page/84-disk-setup/95-disk-setup
    http://ppbm7.com/index.php/tweakers-page/85-raid-or-not-to-raid/96-rai d-or-not-to-raid
    as I said before, my work is based on canon 5d mk III footage for music video and few youtube promo for musicians and singers (i am a bass guitar player as a second job)
    my main workflow is based on editing, coloring, keying + 3d object inserted in after effect
    and because i cant use raid until i get the Areca controller and dedicated HDD i will go to this following disc setup
    I will use my ssd hyperX for os and page files
    1 more ssd Kingston v 300 for windows temp ( i need to make a search for how to move this folder to new drive, during of after OS and application installation)
    1 HHd for pics, small video sources and  3d objects maybe
    2 tb hdd for project, media footage,
    2 tb hdd renders preview, media cash.
    2x 2tb raid 0 as export + external e-sata or usb3 hdd for backup  every time
    is this fine for my needs?
    i am still confused with page files and windows temp
    Thank you again
    Wajdi

Maybe you are looking for