Tools for implemetation project

Hi
what are the tools basically we used for a E2E emplimentation project.
why time stamp error occurs while replicating the datasource.
what HR business content is differ from other business cntent.
Regards
Taps

Hi,
Time stamp error come when you have different version of data source in R/3 and BW.
to correct this problem you need to replicate DS in BW.
Regards,
Saurabh

Similar Messages

  • Want help in deciding the software tools for my project...

    Hi,
    i have chosen to do a project scheduler in a client server environment for my final year project..Since i am new to java i am confused in choosing the appropriate software tools for my project.. can you please suggest me which all software tools for e.g for developing the front end will i need to use for my project..
    thanking you in advance...

    Of course web servers and web clients can be on different machines. That's how the web works. Your browser (the web client) connects to Google's web server, when you use Google.
    And when it does so, it does it by opening a socket (TCP, as opposed to UDP, by the way) and sending information in the format that the HTTP protocol specifies. Generally speaking, if you can connect to a given machine with a raw socket, you can also connect using HTTP (which is just a socket with some particular stuff going over it). The only difference is if there's a firewall or the like sitting between the two hosts... but that'll be an issue regardless, and anyway HTTP is as likely to be let through a firewall as anything these days.
    If you can use the HTTP stuff provided in the JDK or in add-on libraries, you'll be saving yourself a lot of trouble with the low-level stuff. Unless the point of this project is to learn the low-level stuff, you're probably better off just going with HTTP.

  • Need some help with tools for java projects

    Hi Friends,
    I just want to know what software release management tool do you use.Is there any free tool available on net??
    I do not need a subversion tool( cvs,svn etc) or a automation build tool ( luntbuild, cruisecontrol, anthill) , I am looking for some tool,that helps you manage the release after its made.For example,i would like to track down which release was made to which customer on which date,how many releases were made to any particular customer,what source code was shipped to the customer..and so on....
    Is there any such tool that can accomplish this???
    Thanks

    Hi Friends,
    I just want to know what software release management tool do you use.Is there any free tool available on net??
    I do not need a subversion tool( cvs,svn etc) or a automation build tool ( luntbuild, cruisecontrol, anthill) , I am looking for some tool,that helps you manage the release after its made.For example,i would like to track down which release was made to which customer on which date,how many releases were made to any particular customer,what source code was shipped to the customer..and so on....
    Is there any such tool that can accomplish this???
    Thanks

  • Is air an adequate tool for my project

    am i looking for trouble by going with AIR?
    i am considering using air to package a fullscreen (1600x1200) desktop application.
    there will be heavy use of video and interactive animation in real time.
    the video on stage is NOT SCALED to fullscreen, but HAS TO BE fullstage size.
    the application will be  an interactive multiplayer game in a local environment, 5 players max.:
    -with phidget/sensors inputs
    -server interaction
    -a lot of animated, large bitmap layers
    -some of layers are FLVs with transperencies.
    -all my assets can be stored locally.
    air seems to offer a lot in terms of communication, but i am very worried about the performance.
    thank you

    OK Let's take a step back.
    If you imported video clips from a camcorder there would be an Events folder in the Movies/iMovie Events/ folder.
    You have the option as you import from a camcorder to send your Event to an external drive instead. In this case, it would be in the iMovie Events folder at the top level of the external drive.
    If your project has no video clips, but only photos, there may be no events folder, only links to iPhoto.
    Similarly, if your camera imported your video clips to iPhoto, and you used the iPhoto event in iMovie, then your clips are in iPhoto, and there is no separate iMovie event.

  • Is there any upragde tools for SAP B1 to SAP ERP?

    Hi,
    I know, SAP B1 and SAP ERP are totally different SAP products.
    In my mind, maybe we should implement the new SAP ERP, and then, migrate the old master data from B1 to ERP...
    So, is there any upragde tools or procedure (or data migration tools)for the project of upgrade SAP B1 to SAP ERP?
    Is there any documentation for this?
    Many thanks in advance.
    BR,
    Randy

    It is not listed on the official roadmaps
    Lumira:
    https://websmp206.sap-ag.de/~sapidb/011000358700000212382013E.pdf
    Analysis Office:
    https://websmp206.sap-ag.de/~sapidb/011000358700000395262012D.pdf
    For Lumira we asked at BI 2014 the other week and they said they were working on it.
    You can register for this ASUG Analysis Office Roadmap and ask SAP on the webcast about it:
    May 12: Analysis Office Roadmap
    Same for Lumira - see these upcoming ASUG webcasts - especially Q&A:
    May 15: Lumira Self Service for Business User
    May 21: SAP Lumira Question and Answer Session

  • Suggestions Request for Proposed Project

    I'm after suggestions for the best way to implement a project I'm planning. I download bank statement details as .CSV files which include date, amount and description details per transaction. I want to be able to produce time period (eg, year and month) reports on transaction amounts by category, where a category is identified by the description field of the TX. For example, if a TX description field includes the string "BP", "SHELL" or "CALTEX", the category would be "FUEL". The object of this exercise is to be able to report expendature by category. There will be thousands of TX's, but only a small number of categories, say, 20.
    From my research to date, it looks like Oracle OLAP (because of the flexibility of it's cube and dimension constructs) might be the tool to use for this project, but I can't find introductory examples on using OLAP for this purpose. I have Oracle 11g server and client installations on a couple of Linux Fedora 10 boxes, and a server database with the OLAP component installed. From my client, I can start Oracle 11g Analytic Workspace Manager and add my server database to the tree. SQL Developer is also configured to connect to my server database. I also have a bunch of python modules which I have written to load TX data from downloaded .CSV files into server database tables.
    Can anyone assist an Oracle developer newbie (with many years of Oracle DBA experience) with suggestions on the way forward, or pointers to doco that will assist me? Is OLAP/AWM the appropriate tool for this project, or is some other approach going to be simpler?
    TIA,
    Jon

    It sounds like your data is dimensional, has hierarchies and you have the need for aggregate level analysis and time series calculations. If so, the OLAP Option is probably a good choice. A few thoughts for you:
    - Data is loaded into a cube from tables or views (you will need to load data from the csv files into tables. It soulds like you will need at least two dimension tables (category and time) and a fact table. (If aren't familar with dimension and fact tables, Google 'dimension table', 'fact table' and 'star schema'. You will find plenty of information.)
    - If you are only analyzing data at the category level, don't bother to load TX detail into the cube. You can aggregate data in a view or you can map the cube to the source tables in such a way that the cube will aggregate while it's loading from the fact table.
    - Analytic Workspace Manager (AWM) is the correct tool for designing and managing cubes.
    - There are lots of examples and tutorials on the OLAP Option OTN page. http://www.oracle.com/technology/products/bi/olap/index.html . You might want to start with the overview and creating cubes videos.
    - You don't mention what you are going to use for a query tool. Excel 2007 with the Simba MDX provider is a good choice. (There is a video on the OTN page about using Excel with the cube. See http://www.simba.com/MDX-Provider-for-Oracle-OLAP.htm for information about the MDX provider.) If you happen to be using Oracle Business Intelligence Enterprise Edition, be sure to get the OBIEE Plug-in for AWM. It's on the OLAP OTN page.
    Good luck!

  • Visual Studio Tools for Applications

    Hello,
    I used to custom-code InfoPath forms (2013) using Visual Studio 2012 and recently upgraded to VS Express 2013 with the VSTA update. When clicking the Code Editor in InfoPath Designer,  I'm prompted to install Visual Studio 2012, VSTA and C# Support.
    When I create a new project to see if the Tools for Apps projects has been installed, I find nothing has changed.
    Why isn't the VSTA update working, unless it's only for Premium and higher editions?
    Thanks in advance.

    Actually my bad. It turns out it only works with Professional, Premium and Ultimate.
    Thanks.

  • Are there any good tool for checking security risks, Code review, memory leakages for SharePoint projects?

    Are there any good tool for checking security risks, Code review, memory leakages for SharePoint projects?
    I found one such tool "Fortify" in the below link. Are there any such kind of tools available which supports SharePoint?
    Reference: http://www.securityresearch.at/en/development/fortify/
    Amalaraja Fernando,
    SharePoint Architect
    Please Mark As Answer if my post solves your problem or Vote As Helpful if a post has been helpful for you. This post is provided "AS IS" with no warrenties and confers no rights.

    Hi Amalaraja Fernando,
    I'm not sure that there is one more tool that combines all these features. But you may take a look at these solutions:
    SharePoint diagnostic manager
    SharePoint enterprise manager
    What is SPCop SharePoint Code Analysis?
    Dmitry
    Lightning Tools Check
    out our SharePoint tools and web parts |
    Lightning Tools Blog | Мой Блог

  • Project management tools for complex publishing project?

    I was wondering what project management tools people use for managing complex InDesign projects? Software-oriented project management tools, or are there tools specifically for publishing projects?

    The "Yes" is a link to a list of them. There are also a number of web-based services like 37 Signals.

  • Tool for project management

    Hi All,
    My project is about to commence.
    Can anybody suggest me if SOLMAN is more appropriate tool for project management?
    What are the limitations of saolution manager?
    Thanks.

    We use 3 major tools:
    1) MS Projects for Planning, WBS and capture major events. This is basically tracking tool.
    2) SAP Solman for Documentation. Lilke Business specs, Technical specs based on each process were documented, approved and stored in the SAP Solman. We also use SAP Solman to plan for Test Plan managements and Testing records thanks to the fantastic intergration of testing with Business documentation.
    3) MS Sharepoint for collobaration, storing the project relevant documents like Project meeting presentations, User Manauls, Team meeting status reviews and updates and yes Project event photos etc.,
    So in a nutshell there is no one tool can do everything for you especially when we are dealing with SAP Projects. SAP Solman have fine integration with SAP Project methods and System connection, but you need few other tools to keep track of whole Project.
    Hoep this helps. Good Luck

  • Integrate project open (third party tool for time sheet management) in EP

    Hello Experts,
    I have third party tool for time sheet management (Project Open) and EP7.0 SP17. I tried to integrate third party tool with portal by using the App integrator. But it is not working properly. Again and again its asking authentication. I followed same steps to integrate this tool by using App integrator in portal.
    we filled the system properties Server name is projects.company.local and Web Application URL is /intranet/.
    What i made mistakes in this, please help me.
    Regards
    Kumar

    If anyone knows how to contact Sacha Emery, ATE Systems Engineer @ NI, he may have more information regarding this.  (He may even have the DLL wrapper source code.)  His name is in the ITrax2 Readme.txt file as the creator.
    ~ Jay

  • How do we use Script (batch file with msbuild/msbuild project) to build Cordova Project created with Visual Studio Tools for Apache Cordova?

    I use Visual Studio to create Cordova projects. I need to build Cordova projects using msbuild and buildbot via script for my project but I can find only information about how VS combine with Cordova CLI to build multi device hybrid application.

    Hi Samseth,
    Yes, correct, the only thing we can find on the MSDN is:
    Deploy and Run Your App
    And that's the reason why Visual Studio Tools for Apache Cordova existing.
    I think you may get more detail compile information from here:
    http://cordova.apache.org/docs/en/4.0.0/guide_cli_index.md.html
    --James
    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.

  • Some tools used for upgrade project

    Hi experts,
    I am looking for some tools used for upgrade project.What are the frequently used tools in an upgrade project.
    Regards,
    Kiran

    Hi,
    There is no specific tool for the upgradation. it dependts on organization. if it has developed its own tool means that is used for the upgradization. noramlly company gets the project based on the presentation of their tool.
    our company has a great tool for the upgradization. which find out all unicode related errors and changes that has to be done in new verion.
    like this each organization might havedeveloped their tools.
    Regards,
    Anki Reddy

  • Create change lists for HDCAM project without Cinema Tools?

    Hi
    We have an HD project, shot on video, and are getting to final stages of mixing. Is there way to set a version, and then make changes and generate a change list? Needless to say, we haven't been using Cinema Tools (and the Export Change List process asks us to select a CT database). Is this only possible for film projects?
    Thanks!
    Matt

    Actually, I figured it out.
    1) Open Cinema Tools and create a new, blank database. Remember its name and where you saved it.
    2) Open your original sequence in FCP. Go to FIle - Export - Cinema Tools Film Lists. If it's a video project, you can ignore the film-specific fields (footage length, key numbers and the like), but make sure that "Save a Cinema Tools program file" is ticked. In the columns on the right, I have "Time", "Source Time" and "Clip name" added. When prompted, locate your database file.
    3) Export the file.
    4) Now, open the changed sequence in FCP. Go to File - Export - Cinema Tools Change List. Locate the Cinema Tools program file you saved earlier.
    You can select "Combine deletions" if you don't want to see separate edits across a multi-clip deletion. (ie, trim tail, delete clip, delete clip, trim head).
    The first few pages will probably be most useful for video projects, since they use timecodes; the other sections of the report seem to be based on key codes.
    Matt

  • Why should I adopt LABVIEW FPGA as a tool for developing my FPGA projects?

    Dear Friends, 
    Since I have started using LABVIEW FPGA, I got too many questions in my mind looking for answers! 
    1-      Does anybody can tell me “why should I adopt LABVIEW FPGA as a tool for developing my FPGA projects?”
    I mean there are many great tools in this field (e.g. Xilinx ISE, ….); what makes LABVIEW FPGA the perfect tools that can save my time and my money? 
    I’m looking for a comparison can show the following points:
    ·         The Code size and speed optimization.
    ·         Developing time.
    ·         Compiling time.
    ·         Verifying time.
    ·         Ability to developing in future.
    ·         …etc.. 2-     
    I’ve Spartan-3E kit, I’m so glad that LABVIEW support this kit; I do enjoyed programming the kit using LABVIEW FPGA, but there are too many obstacles!
    The examples come with Spartan-3E driver don't cover all peripherals on board (e.g. LAN port is not covered)! There is a declaration at NI website which is "LabVIEW FPGA drivers and examples for all on-board resources" Located at: http://digital.ni.com/express.nsf/bycode/spartan3eI don’t think that is true!
    Anyway, I will try to develop examples for the unsupported peripherals, but if the Pins of these peripherals are not defined in the UCF file, the effort is worthless! The only solution in this case is to develop VHDL code in ISE and use it in Labview FPGA using HDL node!?
    3-      I wonder if NI has any plan to add support for Processor setup in Labview FPGA (Like we do in EDK)?
    4-      I wonder if NI has any plan to develop a driver for Virtex-5 OpenSPARC Evaluation Platform ?http://www.digilentinc.com/Products/Detail.cfm?Nav​Path=2,400,599&Prod=XUPV5 
    Thnaks & regards,Walid
    Solved!
    Go to Solution.

    Thanks for your questions and I hope I can answer them appropriately
    1. LabVIEW FPGA utilizes the intuitive graphical dataflow language of LabVIEW to target FPGA technology. LabVIEW is particularly nice for FPGA programming because of its ability to represent parallelism inherent to FPGAs. It also serves as a software-like programming experience with loops and structures which has become a focus of industry lately with C-to-gates and other abstraction efforts. Here are some general comparison along the vectors you mentioned
    Code Size and speed optimization - LabVIEW FPGA is a programming language. As such, one can program badly and create designs that are too big to fit on a chip and too slow to meet timing. However, there are two main programming paradigms which you can use. The normal LabVIEW dataflow programming (meaning outside a single-cycle loop) adds registers in order to enforce dataflow and synchronization in parity with the LabVIEW model of computation. As with any abstraction, this use of registers is logic necessary to enforce LabVIEW dataflow and might not be what an expert HDL programmer would create. You trade off the simplicity of LabVIEW dataflow in this case. On the other hand, when you program inside a Single-Cycle timed loop you can achieve size and speed efficiencies comparable to many VHDL implementations. We have had many users that understand that way LabVIEW is transformed to hardware and program in such a way to create very efficient and complex systems.
    Development Time - Compared to VHDL many of our users get near infinite improvements in development time due to the fact that they do not know (nor do they have to know) VHDL or Verilog. Someone who knows LabVIEW can now reach the speeds and parallelism afforded by FPGAs without learning a new language. For harware engineers (that might actually have an alternative to LabVIEW) there are still extreme time saving aspects of LabVIEW including ready-made I/O interfaces, Simple FIFO DMA transfers, stichable IP blocks, and visualizable parallism.  I talk to many hardware engineers that are able to drastically improve development time with LabVIEW, especially since they are more knowledgable about the target hardware.
    Compilation Time - Comparable to slightly longer to due to the extra step of generating intermediate files from the LabVIEW diagram, and the increased level of hierarchy in the design to handle abstraction.
    Verification Time - One of our key development initiatives moving forward is increased debugging capabilities. Today we have the abilities to functionally simulate anything included in LabVIEW FPGA, and we recently added simluation capabilities for Imported IP through the IP Integration node on NI Labs and the ability to excite your design with simulated I/O. This functional simualation is very fast and is great for verification and quick-turn design iteration. However, we still want to provide more debugging from the timing prespective with better cycle-accurate simulation. Although significantly slower than functional simulation. Cycle-accuracy give us the next level of verification before compilation. The single cycle loop running in emulation mode is cycle accurate simluation, but we want more system level simulation moving forwrad. Finally, we have worked to import things like Xilinx chipscope (soon to be on NI Labs) for on-chip debugging, which is the final step in the verification process. In terms of verification time there are aspects (like functional simulation) that are faster than traditional methods and others that are comparable, and still other that we are continuing to refine.
    Ability to develop in the future - I am not sure what you mean here but we are certainly continuing to activiely develop on the RIO platform which includes FPGA as the key diffentiating technolgoy.  If you take a look at the NI Week keynote videos (ni.com/niweek) there is no doubt from both Day 1 and Day 2 that FPGA will be an important well maintained platform for many years to come.
    2. Apologies for the statement in the document. The sentence should read that there are example for most board resources.
    3. We do have plans to support a processor on the FPGA through LabVIEW FPGA. In fact, you will see technology on NI Labs soon that addresses this with MicroBlaze.
    4. We do not currently have plans to support any other evaluation platforms. This support was created for our counterparts in the academic space to have a platform to learn the basics of digital design on a board that many schools already have in house. We are currently foccussing on rounding out more of our off-the-shelf platform with new PCI Express R Series boards, FlexRIO with new adapter modules, cRIO with new Virtex 5 backplanes, and more.
     I hope this has anwered some of the questions you have.
    Regards 
    Rick Kuhlman | LabVIEW FPGA Product Manager | National Instruments | ni.com/fpga
    Check out the FPGA IPNet for browsing, downloading, and learning about LabVIEW FPGA IP Cores

Maybe you are looking for

  • Text diff. in Windows OS and MAC OS

    I am faceing a Problem like I created one Application form in Swing. There i getting form DataBase and placed it there. while taking printout also it working fine. But if I am running this same programme in Mac OS. The four side of the Char. are cut

  • Copying photos from iPhotos to an external hard drive, changes the dates the photo was created

    I have the odd query where when I copy photos from iPhoto in to any other folder, whether it's on the mac deskstop or an external hard drive, that the 'date created' on the some of the photos is changed from the date the photo was actually taken to s

  • Using JButtons in a JTable

    I'm trying to find some information about how to use a JButton within a cell of a JTable. I'm able to insert the button using a custom cell renderer. Basically I create my own renderer which is triggered for JButton.class. That works well. Of course

  • Binary write to file slowing down my program

    I have noticed this more on some types of computers, but I have two threads going.  One that captures 10MB images and queues them, and another thread that dequeues them and appends to a binary file. If I disable the write to file, program chugs along

  • Is it possible to post a picture on the Solutions Homepage?

    Hi, We're building a PRM system and we want to spice up our application. We added a picture on the homepage by creating a Global Web Applet but there doesn't seem to be functionality in the other Tabs. Since the Solutions Tab is a tab which is used m