Open Source BI Tool Now Supports Kodo JDO

Folks,
To keep you posted on the latest tools that work with Kodo JDO, we
will try and post notices here on our newsgroups. ObjectVisualizer
is a third party open source querying, reporting and graphing tool that
now supports Kodo JDO. Let us know what you think.
Neelan Choksi
President, SolarMetric
ObjectVisualizer is a business intelligence tool that builds upon
Object Persistence technology to provide easy to use query, reporting,
and charting capabilities.
Features include: Query, filter, and aggregate data using objects,
Interactive Data Table, Report Generation, Chart Creation, and Plugin
Architecture.
ObjectVisualizer now supports KodoJDO! ObjectVisualizer 1.0.1 includes
a KodoJDO plugin along with a number of bug fixes and enhancements.
A new Early Access release of ObjectVisualizer Server Edition is also
available. ObjectVisualizer Server Edition EAP-2 has been upgraded to
work with ObjectVisualizer 1.0.1 and includes a number of performance
enhancements.
For more information visit:
http://objectvisualizer.com
Thank you,
Open Source Software Solutions, LLC
http://opensourcesoft.net

Folks,
To keep you posted on the latest tools that work with Kodo JDO, we
will try and post notices here on our newsgroups. ObjectVisualizer
is a third party open source querying, reporting and graphing tool that
now supports Kodo JDO. Let us know what you think.
Neelan Choksi
President, SolarMetric
ObjectVisualizer is a business intelligence tool that builds upon
Object Persistence technology to provide easy to use query, reporting,
and charting capabilities.
Features include: Query, filter, and aggregate data using objects,
Interactive Data Table, Report Generation, Chart Creation, and Plugin
Architecture.
ObjectVisualizer now supports KodoJDO! ObjectVisualizer 1.0.1 includes
a KodoJDO plugin along with a number of bug fixes and enhancements.
A new Early Access release of ObjectVisualizer Server Edition is also
available. ObjectVisualizer Server Edition EAP-2 has been upgraded to
work with ObjectVisualizer 1.0.1 and includes a number of performance
enhancements.
For more information visit:
http://objectvisualizer.com
Thank you,
Open Source Software Solutions, LLC
http://opensourcesoft.net

Similar Messages

  • Open source UML tool for Code ----- Sequence Diagram ?

    Are there any open source / free tools which can generate sequence diagram from java code ?
    Thanks in Advance
    Ratheesh

    check-out www.logsequencer.com - it is a very cool tool and is only $19.
    It generates sequence diagrams from log files.

  • What's the Best Open Source DB for use with Kodo?

    Hi everyone,
    In terms of ease of setup and use, tools to view info in the database, and least difficulty in
    running with Kodo, what is the best open source database to use? I'm use to using Oracle and
    SQLPlus. I need to use an open source DB for a learning environment, and I'd like your informed
    opinion.
    Thanks,
    David Ezzio

    I have been using postgresql 7.1 with Kodo for a while with mostly positive results, and currently
    have it deployed with Kodo 2.2.3. I prefer it to mysql because its feature set is a little richer,
    and supports transactions natively. My experience with mysql (without jdo - I haven't tried it with)
    is good, but there were little things missing in mysql 3.x, e.g. the ability do do a join in a
    DELETE statement.
    BTW, there are some severe problems somewhere in the 2.2.4 release with postgresql if you intend to
    eventually deploy on it. It also apparently has some problems invoking postgresql's indices, making
    it a little less than optimal. But as a learning environment, it's what I'd recommend.
    -Mike
    Marc Prud'hommeaux wrote:
    David-
    Here is the rundown of the databases I have experience with:
    MySQL: Fairly simple to install (especially if you run Debian Linux), but
    configuration, especially adding users, can be a pain. A separate open
    source project called "mysql-navigator" makes it fairly easy to do
    simple queries, inserts, etc. In most of my tests it outperforms
    PostgreSQL, but your mileage will vary. It has a sane CLI that supports
    modern features like line history, etc (unlike the horrific SQLPlus).
    PostgreSQL: People often say that it is a more "academically
    correct" database than MySQL. I've also found it to be quite a bit
    easier to set up. Their GUI (called "pgaccess") is simplistic, but does
    most things you need. Has a CLI similiar to MySQL's.
    HypersonicSQL: By far the easiest to set up (just drop the jar in your
    CLASSPATH), but is java only, can be rather slow, and has no GUI tools
    available that I know of (except various free vanilla-JDBC GUI tools).
    We feel that Kodo works quite well with all these DBs. The MySQL JDBC
    driver seems a bit less buggy than Postgres', but their transaction
    support is very recent and not very well tested. If I had to pick one or
    the other, I would probably go with MySQL.
    David Ezzio <[email protected]> wrote:
    Hi everyone,
    In terms of ease of setup and use, tools to view info in the database, and least difficulty in
    running with Kodo, what is the best open source database to use? I'm use to using Oracle and
    SQLPlus. I need to use an open source DB for a learning environment, and I'd like your informed
    opinion.
    Thanks,
    David Ezzio--
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com
    Kodo Java Data Objects Full featured JDO: eliminate the SQL from your code--
    Mike Bridge

  • New open-source build tool for CS Extensions

    I just released a new open-source tool for creating, compiling, debugging, packaging, and deploying extensions:
    https://github.com/creativemarket/csxs
    At a Glance:
    All project settings live in a single JSON file (not multiple XML files).
    Compiles CS5 & CS6 versions and packages them as a single ZXP. This is useful for supporting "DarkNormal" and "DarkHover" icons without ditching CS5 compatibility on your extension. It also supports other / more complicated configurations.
    Created projects contain boilerplate for re-skinning on UI change along with fixes for platform bugs.
    Generates aggregated changelogs.
    Automated deploys to S3.
    Automated git version tagging.
    Conditional compilation variables (CONFIG::debug, CONFIG::release, CONFIG::version).
    Usage:
    csxs create
    csxs debug --cs-product=photoshop --cs-version=5.5
    csxs package
    csxs deploy
    I'd love feedback, suggestions, forks, bug reports, etc!
    p.s. I really hope this doesn't come across as spammy—I mean it with the best intentions. I think it could be useful for some out there. More tools for the CS ecosystem is a win for all.
    "We encourage you to contribute content, answer questions, or comment with corrections, clarifications, tips, and more. Links to your favorite resources or expert videos could help other community members."
    http://forums.adobe.com/docs/DOC-2325

    Great tool, thanks a lot for sharing it.
    Installed it and built "Hello, world" extension, now trying to convert my existing extension project for this. Packaging CS5 / CS6 versions alone is priceless.
    Maybe a dumb question, but is it possible to switch .json and output name in command line? I have extension with 5 different versions, they have different licenses etc., so it would be great to type
    csxs package config1.json extension1.zxp
    csxs package config2.json extension2.zxp
    and so on? I'd put it all into one .sh script
    sorry if it's all already available and I just missed this part in documentation

  • Open Source Reporting tool

    Having tried CF Report Builder several months ago and quit .
    I still don't see alot on the WEB about CF Report builder and a lot
    frustrated users; even with the updates. I'm back to Crystal, but
    now with Crystal 11 and Crystal's cost, that appears to be an
    upcoming dead end. I did see someone using an open source product
    called JasprReports (with CF)and wondered if anyone has been down
    that street.

    http://www.google.com/search?hl=en&lr=&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial &hs=093&q=Jasperreports+coldfusion&btnG=Search

  • Open Source Flash Tools

    Hi All,
    Just wondering if anybody can recommend any Open Source Flash generation tools on the same line as Adobe's Flash Application.
    Want to incorporate into ApEx apps.
    Thanks.
    Tony.

    Here is the Flex code that displays a grid and a text box.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns="*" layout="absolute" styleName="plain" creationComplete="userRequest.send()">
       <bridge:FABridge bridgeName="flash" id="flash" xmlns:bridge="bridge.*" /> 
       <mx:HTTPService id="userRequest" url="dc_htmldb.EmployeeXml" useProxy="false" method="GET">
          <mx:request xmlns="">
          </mx:request>
       </mx:HTTPService>
       <mx:DataGrid id="dgUserRequest" x="0" y="30" rowCount="15" dataProvider="{userRequest.lastResult.Rowset.Row}">
          <mx:columns>        
             <mx:DataGridColumn headerText="First" dataField="FIRST_NAME"/>
             <mx:DataGridColumn headerText="Last" dataField="LAST_NAME"/>
             <mx:DataGridColumn headerText="E-Mail" dataField="EMAIL" width="80"/>
             <mx:DataGridColumn headerText="Phone" dataField="PHONE_NUMBER" width="125"/>
             <mx:DataGridColumn headerText="Hire Dt" dataField="HIRE_DATE" width="75"/>
             <mx:DataGridColumn headerText="Job" dataField="JOB_ID" width="75"/>
             <mx:DataGridColumn headerText="Salary" dataField="SALARY" width="55"/>
          </mx:columns>
       </mx:DataGrid>
       <mx:HBox x="5" y="0">
          <mx:Label text="Selected ID"/>
          <mx:TextInput id="selectedempid" text="{dgUserRequest.selectedItem.EMPLOYEE_ID}" width="40"/>
       </mx:HBox>  
    </mx:Application>It gets it data by calling a stored procedure (EmployeeXml) via HTTP.
    That procedure just runs a query and returns it as XML.
    To show it on the page, you just embed the Flash player in a HTML region.
    To exchange data between Flex and other HTML elements requires some javascript:
    http://labs.adobe.com/wiki/index.php/Flex_Framework:FABridge
    Tony - if you email me at dccase at yahoo dot com I can send you a link where you can my app running.

  • Need information on open source testing tools for ADF web applications

    Hi experts,
    I need to investigate on new feasible open source Java testing tools for testing ADF web applications. I have tried to google a lot but getting confused.
    My requirements as as under:
    1. The tool must be open source.
    2. It should be easy to understand and to work upon by the tester and developers.
    Selenium based testing approach is already in place for testing the application but need to search for tools other than Selenium which shall prove suitable for testing ADF applications. Kindly let me know your inputs / suggestions.
    Thanks a lot in advance.
    Neelanand

    Hi,
    Have a look at JMeter http://jakarta.apache.org/jmeter/index.html
    1. The tool must be open source.It is.
    2. It should be easy to understand and to work upon by the tester and developers.I guess it is.
    There are some specifics in configuring it for ADF, but Chris Muir wrote a nice blog about how it's done, check it out http://one-size-doesnt-fit-all.blogspot.com/2010/04/configuring-apache-jmeter-specifically.html
    Pedja

  • Open source monitoring tool for oracle Database

    Hi,
    Please suggest me any opensource tool to monitor the health, availability and performance of the Oracle Database that can be accesed through web client
    Thanks in advance

    user1687821 wrote:
    Robert,
    Thanks for the update, ya i basically need the tool to monitor the DB, but at the same time, if CPU is going high due to any query or any other reason, we must get the alert, the tool currently we are using triggers a mail for both, DB as well as CPU when it goes high, similar one is needed
    ThanksGrid control or database control will do this for you, there is a rather big however, er however. Being notified is a part of the diagnostics pack functionality (ludicrously and unjustifiably IMO). That means a license cost (unless you are already licensed for it). nagios does this as others have said as do shell scripts. I'm not aware of an open source tool that does all you want without scripting though.
    Niall

  • Good site for Video Editing tools (open source)

    I'm a recent convert to Mac, and I'm having a hard time finding comparable tools to what is available via open source on the Windows side. Specifially in the H.264 arena. There are a multitude of open source encoding tools for Windows. I'm sure there have to be some for Mac. Are there any good sites that list these? I'm tried versiontracker and The Mac Orchard, but I'm hoping for something more specific like VideoHelp.com
    Any suggestions? I'm looking for encoding software that can do inverse telecine, import DivX/Xvid/DV, Trim video (to remove letterboxing), and encode to H.264.
    Thanks!

    Can't help with the video stuff, but since you're a newcomer to the Mac, see these:
    Switching from Windows to Mac OS X,
    Basic Tutorials on using a Mac,
    MacFixIt Tutorials,
    MacTips, and
    Switching to the Mac: The Missing Manual, Leopard Edition.
    And a link to open source software: http://sourceforge.net/ Search for *multimedia for Mac*.
    Additionally, *Texas Mac Man* recommends:
    Quick Assist.
    Welcome to the Switch To A Mac Guides, and
    A guide for switching to a Mac.

  • DBAShell - New Open Source Project for Oracle DBA's

    I'd like to have this project included in the Open Source Oracle tools list at: http://www.oracle.com/technology/community/opensource_projects.html
    I’'ve been an Oracle DBA for quite some time (since 7.0.13) and a developer for many years. One of the things I'’ve always wished for was an easier way to set up environment variables for different Oracle Home’s and a way to provide passwords to scripts without embedding them in plain-view.
    About 3 years ago, I started a set of functions and scripts at my company that did exactly just that and provided many more functions for things like checking database status, running scripts quietly unless errors are detected, running actions in parallel (like fast shutdowns at once, or multiple analyzes), restarting databases in a guaranteed fashion, aliases to common folder locations, etc..
    About a month ago, after putting all this time and effort into these scripts and using them in production all this time, I realized I wanted more out of the scripts like support for other databases and thought that it would be best if I gave it new life as an Open Source project.
    So that is how http://sourceforge.net/projects/dbashell/ was started. Now it’s in a second release (DBAShell 0.85) that is more modular and would allow other people to easily add support for other OS’s, other Shells, and other Databases.
    Here is a description of the project from the latest news item:
    DBAShell is a project based around Shell functions and scripts designed to make it easy for DBA's to use Databases in a command line environment. Currently supported is Oracle with ksh and bash on AIX, Solaris, Linux. The code base itself is 3 years old and has been in use in Production environments all of that time.
    Features include:
    * Automatic setting of all environment variables based on SID requested.
    * Manage PATH's and other path like variables for each ORACLE_HOME needed.
    * Run scripts with stored passwords (no more hard-coding of passwords!!)
    * Automatically set SID based on Script location (makes it easier to share scripts between SID's)
    * manage temporary script output and check for oracle errors in output
    * check database status and versions from scripts
    * stop/start databases in parallel (faster startup)
    * compile all database objects
    * analyze objects in parallel (Faster analyzes)
    * set aliases and variables for common SID areas, etc..
    * many helpful commands for common Oracle tasks
    Over a thousand people have already downloaded the prior release and more are downloading every hour.
    I'm seeking feedback from anybody that would be willing to take a look at the project, trying it out, give me any feedback you have on it, and perhaps even direct me to where I could best promote this project.
    I wrote a tutorial that shows at a glance some of the more useful features of DBAShell:
    http://sourceforge.net/docman/display_doc.php?docid=34041&group_id=170224
    Main site:
    http://sourceforge.net/projects/dbashell/
    Documentation: http://sourceforge.net/docman/display_doc.php?docid=33704&group_id=170224
    Download:
    http://prdownloads.sourceforge.net/dbashell/dbashell-0.85.tar.gz?download

    Always glad to have people thinking about the poor DBA's. Usually, the developers get most of the attention in open source.

  • Do open source drivers detect S-Video port on ATI X1200?

    Hello All,
    I have a Dell Inspiron 1721 Laptop with an ATI "RS690M Radeon X1200 Series" graphics card (or rather my mother does...). I'm currently running Kubuntu 8.10 on it, but I really would like to get Arch64 back on it instead. I had to switch to Kubuntu because ATI dropped support for the X1200 card and the open source drivers wouldn't detect the S-Video port, which is a must, because she hooks it to the TV to watch movies.
    I'm trying to find out whether or not the open source drivers will now detect and support the S-Video out (it's been quite a while since I last tried Arch on it). Or alternatively if proprietary support has returned, I had heard talk of that happening a while back (via a legacy driver), but to my knowledge there's still no way to use the proprietary driver on Arch. Is this correct?
    The only way I know of to find out if the S-Video will work with the open source drivers is to reinstall Arch and try it. However, there's a lot of work that will need backed up first and she can't do without her computer for very long (which makes my job a bit tricky), so I was hoping to see if anyone with the same computer/video card knew the answer to this. I don't mean to come across as lazy, but it seems logical to me to see if someone knows before going through all the trouble again.
    Thank you for any advice on this matter.
    ***I just found this:
    http://www.x.org/wiki/RadeonFeature
    It doesn't list "RS690M" (M is for 'Mobility'?). Any idea if "RS690" or "RS690 (RHD)" is referring to my card?
    If mine is just the "RS690" then I 'may' be in luck. But if it's the "RS690 (RHD)" then it looks as though I'm out of luck for S-Video out support.
    Last edited by The Avatar of Time (2009-10-21 09:34:50)

    rogorido wrote:
    The Avatar of Time wrote:
    Hello All,
    I'm trying to find out whether or not the open source drivers will now detect and support the S-Video out (it's been quite a while since I last tried Arch on it). Or alternatively if proprietary support has returned, I had heard talk of that happening a while back (via a legacy driver), but to my knowledge there's still no way to use the proprietary driver on Arch. Is this correct?
    I have the same card. As far as I know, there is no prop support coming back. You have to use the free driver, which is getting better and better.
    Sorry, but I have no experience wt S-output...
    Thanks for the reply. You're card doesn't have an S-Video out on it?
    If you do have a port, could you run this in terminal:
    xrandr
    And post the results? Thanks. If not, that's anyway for the reply.
    Before when I tried the open source drivers 'xrandr' wouldn't detect a port at all.
    Last edited by The Avatar of Time (2009-10-21 23:41:35)

  • Migration tool to support migration from WAS 5.x and WLS 8.x  to AS 7.x

    This is to announce the release of a new migration tool adding support for IBM WebSphere 5 and BEA WebLogic 8 to Sun Java System Application Server 7.x .
    Along with the tool, we refreshed the website with more partners and client solutions migration assessment offering. Check this out at http://wwws.sun.com/software/products/appsrvr/migration/index.html.
    and download the Sun Java System Application Server 7 Migration Tool at
    http://wwws.sun.com/software/download/products/419259b5.html
    Here is the complete list of App/Web products the tool now supports
    * IBM Web Sphere 5, 4
    * BEA Web Logic Server 8, 7, 6
    * Sun ONE Application Servers 6.0 and 6.5
    * JBoss 3.x
    * Sun ONE Web Server 6.x
    * Apache Tomcat 4.x
    * Reference Implementations based on J2EE 1.3
    Thanks,
    -- Vella Raman

    Yolu have posted in the PPC area, and if you do, in fact, have a PPC, you can't migrate to Lion, it only works on intel machines.  In addidition, you need to be running Snow Leopard (10.6.x) if you have an intel in order to install Lion.

  • [ATI open source driver, laptop] Screen not refreshing properly.

    Hi guys, I've been using ATI Catalyst driver and everything was working well until I decided to switch to open source driver.
    Now I have strange problem. My screen is not refreshing properly, I mean, for example I use Facebook and I decide to read something in other card in browser and after I switch cards I can still see some of the facebook page elements, window title does not change. After I move cursor over page elements are refreshing. When I scroll page, even a little bit, it refreshes as well. Or I use terminal, I type some command, press enter and sometimes screen doesn't refresh and I can't see output until I try to resize window or select text (which I can't see...).
    Sorry for not the best description, I will give you screens tomorrow because today I can't.
    My graphics card is Radeon HD 5400 Series and I use ASUS X52J laptop.

    tomk wrote:Install radeonhd and run X with no xorg.conf - it will autodetect the driver.
    The radeonhd works.  It's the radeon driver that doesn't work, I tried no xorg.conf and it still used the vesa driver.
    Last edited by cyclotomic (2009-06-27 07:11:12)

  • !!  Open-source extension to Kodo released  !!

    Hello fellow Kodo users,
    You guys that are bold enough to want the cutting edge in Kodo software
    are my target audience here... (repost from main news group)
    I've been working with Kodo since it was created, and my employer has been
    generous enough to allow me to open-source my work. My goal was to make
    Kodo / JDO easy to use for the other developers on my team, without
    sacrificing any of the power of the JDO spec. The result is
    http://jstomp.sourceforge.net/. Here you will find a robust bytecode
    enhancer which makes working with Kodo a breeze. You think your code is
    clean now? Wait until you see what you can do with Stomp.
    We've been using this enhancer in production internally for over a year,
    with great results. We're using Stomp in an appserver (JBoss), connecting
    to multiple legacy databases, and everything is running smoothly. I
    convinced my employer to open this code up to the Kodo community, in the
    hope that one or two quality developers on this list will adopt this
    technology and contribute to it's success.
    So... if you are new to Kodo, forget this. If you've been using Kodo for
    a while, check this out. It rocks. I'm always open to questions /
    comments.
    Eric Lindauer
    [email protected]

    Sorry Romu, but this against the CoC and [Terms of use|http://www.sun.com/termsofuse.jsp#g2_1] here.

  • Kodo JDO 2.3.4 now available

    All,
    Kodo JDO 2.3.4 is now available at http://www.solarmetric.com/. This release
    contains a number of bugfixes and a couple enhancements to the reverse
    schema tool.
    New features
    * The schema generator can now accept a list of tables to generate.
    * The reverse mapping tool has additional options for using foreign
    key names to generate relation names, generating primitive wrapper-type
    fields if a column is nullable, and allowing primary keys on many-to-many
    join tables.
    Bugfixes
    * Fixed problems with many-to-many relations between tables that use
    vertical inheritance.
    * Fixed bug in schematool that caused it to not generate primary key
    columns in subclass tables when using datastore identity + custom
    names + vertical inheritance.
    * Fixed serp library conflict between reverse mapping tool and main Kodo
    libraries.
    * Fixed a reverse mapping tool bug in which column names that conflicted with
    Java keywords would result in the generation of uncompilable Java classes.
    * Fixed problem that caused read-only flag to be ignored in many-to-many
    relations.
    * Multi-table inheritance deletes are now performed from the leaf table
    in the inheritance chain up to the base table. Inserts are performed
    from the base table down to the leaf. This supports the common
    referential integrity model of establishing a foreign key relation
    from inherited tables to their parent tables.
    Enjoy!
    -Patrick
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

    An email will be sent out to owners of the query extension or caching
    plugins sometime today (Tuesday).
    You'll all be thrilled to hear that our spiffy new licensing system in
    2.4 will not require multiple jars, which will make life easier for people
    with plugins when upgrades are released.
    -Patrick
    In article <[email protected]>, Alex Roytman wrote:
    Could you please post query extensions for 2.3.4
    "Patrick Linskey" <[email protected]> wrote in message
    news:[email protected]...
    All,
    Kodo JDO 2.3.4 is now available at http://www.solarmetric.com/. This
    release
    contains a number of bugfixes and a couple enhancements to the reverse
    schema tool.
    New features
    * The schema generator can now accept a list of tables to generate.
    * The reverse mapping tool has additional options for using foreign
    key names to generate relation names, generating primitive wrapper-type
    fields if a column is nullable, and allowing primary keys onmany-to-many
    join tables.
    Bugfixes
    * Fixed problems with many-to-many relations between tables that use
    vertical inheritance.
    * Fixed bug in schematool that caused it to not generate primary key
    columns in subclass tables when using datastore identity + custom
    names + vertical inheritance.
    * Fixed serp library conflict between reverse mapping tool and main Kodo
    libraries.
    * Fixed a reverse mapping tool bug in which column names that conflictedwith
    Java keywords would result in the generation of uncompilable Javaclasses.
    * Fixed problem that caused read-only flag to be ignored in many-to-many
    relations.
    * Multi-table inheritance deletes are now performed from the leaf table
    in the inheritance chain up to the base table. Inserts are performed
    from the base table down to the leaf. This supports the common
    referential integrity model of establishing a foreign key relation
    from inherited tables to their parent tables.
    Enjoy!
    -Patrick
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

Maybe you are looking for

  • Unable to login to Report Service on Windows 2008 R2 server

    I have reporting services installed on a Windows 2008 R2 server, When I make and RDP connection to the server and go to http://servername/Reports everything works fine. When I try to connect from another client to the web service, it asks for usernam

  • Agents Commision.

    Hi For sales, I have to pay the amount to Broker/ Agent some amonut based on gross price. How to do. Ex: Base price  -     1000 commision -        20 Discount -           15 frieght------              30 net value--               1015 The commision s

  • 0HRPOSITION_ATTR

    Hi, Im trying to modify the datasource 0HRPOSITION_ATTR by an exit. I want to change the KOSTL (0COSTCENTER in BW), I know how to do it with ABAP code. My problem is that the field KOSTL appear in the HRMS_BW_IO_POSITION (Extract structure) but it do

  • Photoshop CC 2014 stürtzt bei Start immer ab

    Guten Tag, Ich habe gestern Photoshop CC 2014 installiert und davor Photoshop CC (alt) deinstalliert und seit dem ich das neue Photoshop installiert habe stürtzt Photoshop CC 2014 immer ab!

  • Sending user text data

    Hi everyone. I am not certain if I am in the correct section. I have a website designed in Flash. The site has a contact section with 3 fields (name, e-mail and message). Having completed these fields one would click "submit" to send the entered data