File Query Cookbook Now Available

For some time now we've been talking publicly about our plans to create a collaborative community portal for accessing and sharing Custom Query reports. Well, today we launched the site. Entitled “File Query Cookbook,” the new site lets Novell File Reporter users view and copy the SQL commands needed to create specific Custom Query reports. Once copied, you can paste them into either of Novell File Reporter’s two query editors, modify them to your liking, and then generate the reports.
File Query Cookbook even includes graphics that show you how the report will look when generated using the Report Designer.
In addition to SQL commands, File Query Cookbook also includes sample Custom Query report layouts that you can import into the Report Designer. Just like the pasted SQL commands, you can modify the report layout design to your liking.
The present content on the site is still a little sparse, but it’s a good starting point. We will be working on adding more content this week, and we expect Novell File Reporter customers like you to soon be submitting their own Custom Query reports that they have written.
You can access the File Query Cookbook directly through the soon-to-be released Novell File Reporter 2.6 Report Designer interface, or at http://www.filequerycookbook.com.

bgashler,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://www.novell.com/support and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Forums Team
http://forums.novell.com

Similar Messages

  • "File Now Available" when opening Excel File

    When I open an excel file from using the OpenFileDialog VB, there is a bit of a delay.  After a few seconds a dialog box pops up saying:
    "File Now Available"
    This has two buttons "Read-Write" and "Cancel"
    1) How do turn the alerts off and have it default to Read Write?
    2) The delay in opening can cause issues as the user will not know that there is in fact a delay.  The user may then proceed through my form and press the OK button which will cause an error.  How do I show a status bar to alert the user that there is some Excel process running in the background (i.e. slowling opening the file) when using the OpenFileDialog? Worse case scenario I can set the enable property of the OK button to False until the file is open. 
    Thanks
    EM

    Two thougths -
    Use this:
    Private Function IsFileOpen(strFullFilePath As String) As Boolean
    'http://www.xcelfiles.com/IsFileOpen.html
    'Check if File is Open.  Works for Excel files, but not text files.
        Dim hdlFile As Long
        'Error is generated if you try opening a File for ReadWrite lock >> MUST BE OPEN!
        On Error GoTo errsub:
        hdlFile = FreeFile
        Open strFullFilePath For Random Access Read Write Lock Read Write As hdlFile
        IsFileOpen = False
        Close hdlFile
        Exit Function
    errsub: 'Someone has file open
        IsFileOpen = True
        Close hdlFile
    End Function
    Or just access the Excel file without "opening it" at all using OLE DB (use SQL to modify it) or ExecuteExcel4Macro.
    Cheers

  • File sync returns and Typekit font sync now available!

    File sync within the Creative Cloud desktop app is back!  And font sync is now available for the first time.
    Looks like it is rolling out gradually. You can register at http://blogs.adobe.com/creativecloud/file-and-typekit-font-sync-rolling-out/
    And here's an email I received about it:

    That is correct.  This functionality is being rolled out incrementally - that is, some folks will receive access to this first (in fact, some already have it now), and others will be added as soon as we can.
    If you have not received an email similar to the one above, and you want to get early access to these functions, follow the link on the Creative Cloud Team Blog to sign up for the program.  Details are there.

  • Photoshop CC 2014.1 update now available

    The Photoshop CC 2014.1 update now available.
    Today we are releasing an update to Photoshop CC that includes new 3D printing features and enhancements designed to make it easier to create beautiful 3D printed designs and give you more printing options.
    For more details on the release, see this announcement on the Photoshop team blog:http://blogs.adobe.com/photoshopdotco...
    The update also includes several fixes, including fixing an issue with Edit In Photoshop not working from Lightroom and Photoshop commands missing from Bridge Tools menu.
    Getting the update:
    Look for the update in the Creative Cloud application and click “Update”. If it doesn’t appear, you may need to quit and re-launch the Creative Cloud application.
    If you don’t have the Creative Cloud application running, start Photoshop and choose Help > Updates.
    The Adobe Application Manager will launch. Select Adobe Photoshop CC (2014) and choose Update.

    After some search, I found this clear part of the logs:
    09/27/14 16:55:25:234 | [INFO] |  | UPDATER | CORE |  |  |  | 6760 | CFU(Webfeed): Query licensing type for LEID  = V7{}Photoshop-15-Win-GM
    09/27/14 16:55:26:015 | [INFO] |  | UPDATER | CORE |  |  |  | 6760 | A valid perpetual license found for  = V7{}Photoshop-15-Win-GM
    09/27/14 16:55:26:077 | [INFO] |  | UPDATER | CORE |  |  |  | 6760 | CFU(Webfeed): Patch is meant only for subscription licenses, but client doesn't have a valid subscription license.
    09/27/14 16:55:26:077 | [INFO] |  | UPDATER | CORE |  |  |  | 6760 | CheckForManualApplicableUpdates : default Locale was found to be---- = en_US
    09/27/14 16:55:26:077 | [INFO] |  | UPDATER | CORE |  |  |  | 6760 | CheckForManualApplicableUpdates : The update is not applicable as per licensing checks
    It means the update for Photoshop 2014.1 and 2014.2 can only be installed with subscription licenses, but not on perpetual licenses (our case).
    To workaround that, it would be needed to change
    <TargetLicensingType>1</TargetLicensingType>
    to
    <TargetLicensingType>3</TargetLicensingType>
    inside "UpdateManifest.xml"
    But it would broken the signature of that file as recorded in "UpdateManifest.sig"
    As an information, technically we have
    LicenseType 3 LicenseStatus 1 , mapped LEID V7{}Photoshop-15-Win-GM
    Finally, I think only Adobe can fix this mess with PS update.

  • Kodo 3.0.0 beta now available

    All,
    Kodo JDO 3.0.0 beta 1 is now available at:
    http://solarmetric.com/Software/beta/3.0.0/
    Kodo JDO 3.0.0 is a major release, and contains significant changes to
    properties, mapping information, and Kodo-specific APIs. To read more about
    these, and to read about how to convert a Kodo 2 project to Kodo 3, see the
    migration documentation at:
    http://solarmetric.com/Software/beta/3.0.0/b1-docs/docs/kodo2.html
    NOTE: the conversion is non-trivial, so we have provided a number of tools
    to automate most of the process. So please read and obey the migration
    documentation, which will guide you through the migration tool process.
    For details about some of the major new features in this release, please
    read the release notes at:
    http://solarmetric.com/Software/beta/3.0.0/b1-docs/docs/relnotes.html
    The full documentation is available online at:
    http://solarmetric.com/Software/beta/3.0.0/b1-docs/docs/index.html
    Some of the major new features include:
    * New mapping system, providing more powerful and flexible mapping options.
    * More configuration options for connection pooling.
    * Configurable eager fetching of 1-1, 1-many and many-many relations.
    Potentially reduces the number of database queries required when iterating
    through an extent or query result and accessing relation fields of each
    instance.
    * More optimized SQL batching.
    * Simplified package structure for Kodo-specific APIs.
    Known issues:
    * DB2, Informix, and Sybase do not fully pass our internal tests yet. Sybase
    is close to passing, and DB2 and Informix probably work in many situations
    as well, but they are not yet officially supported by this release.
    * We have done only limited integration testing with application servers.
    * Our IDE integration components are not included in this release.
    As usual, please discuss any issues, desires, etc. on the beta newsgroup:
    news://news.solarmetric.com/solarmetric.kodo.beta
    Enjoy,
    - Greg
    Greg Campbell
    SolarMetric, Inc.

    1. I can't see any standalone GUI tool to do mapping tasks, as you have
    ever announced.The GUI will have its own beta program and release schedule.
    2. the file : <kodo3.0>/samples/jsp/build.xml has a line wrong:
                   <fileset dir="../../../lib/">
    should be:
                   <fileset dir="../../lib/">Thanks!

  • Production release of ODT now available

    I'm happy to announce that the production release of ODT is now available for download here:
    http://www.oracle.com/technology/tech/dotnet/tools/index.html
    There have been alot of enhancements over the beta. A few of the more interesting ones include:
    * support for generating typed datasets
    * ad hoc SQL Query Window with script support
    * enhanced PL/SQL editing
    * integrated error manual
    Keep the feedback coming!
    Christian Shay
    Oracle

    Here are some first impressions of the "Query window". This is just a list of the problems, so it seems quite negative. Some of the problems are small and some are larger. The thing that I think will annoy me most from day-to-day is the lack of a hotkey for execute and that bind-variables are not supported (but we all have our pet-bugs/problems):
    - In the context menu for the connection move the "Query Window" up under open (I quite sure the query window is more used than both "Delete" and "Close").
    - You shouldn't call the feature "Query Window" in the context menu and "Query Editor" in the title of the window. Be consistent.
    - You might want to rename the "Query Window" to "Query Analyser" (for compatibility with sql server)
    - A explain window (or rather a explain tab) should be added (like every other query tool).
    - Sql-statements should be timed, the time should be shown in milisecounds(!) and rounded/truncated (it might not be that percise but it invaluble as a quick guage when rewriting a sql to see if you a going in the right direction). For extra points show any "long ops" messages/status at regular intervals. Maybe it would be very interesting (powerfull) to see "buffer gets" next to the elapsed time.
    - "Execute" really need a hotkey. I would suggest either "Ctrl+Enter" (for compatibility with Toad), "Ctrl+E (for compatibility with Sql Server) or F5 (for compatibility with Sql Server and Visual Studio). The hot key sould be shown in a tooltip when hovering the execute button.
    - I overlooked the execute button at first. Move it to a toolbar and make it a green "Play"-button (for compatibility with Toad, Tora and Sql Server).
    - When having 2 sql-statements in a query window you seem to execute the last one. Please execute the one under the cursor. Sql statements should be seperated by empty lines (ie. containing only white space) or a semicolon.
    - The "Toggle Query Output" is non-descriptive. Change it to "Hide Query Output" (and "Show Query Output" respectively) and add the little black cross that e.g. the "Task List" have.
    - When having e.g. "select * from dual;" the Query Window and going to the line before that statement and typing "/*test" the whole window turns green (so far, so good), but when adding the closing "*/" after "test" the select-statement stays green.
    - Line and collumn-numbers in the error messages would be really usefull.
    - It seems that you don't provide help to the keywords? it thought that was one of the "selling points"?
    - Intellisense would be nice (but maybe mostly a "cool"/"demoware" feature). But maybe a hotkey for opening the "Oracle Explorer" with the active (eg. where the cursor is on or a the right of) table/view/function/package/... expaned would be more usefull. If the cursor is at the right of the keyword "FROM" a list of tables should be shown but if it is on "FROM" the help with the syntax should be shown. Escape should return focus to the query.
    - Ctrl+L should make the selection lowercase and Ctrl+U make it uppercase (or Ctrl+U and Ctrl+Shift+U for compatibility with the rest of VS.NET). I find that the code, I use the editors "change case"-feature most on is sql sinse I really like sql keywords upper case and identifiers lower case (and oracle ofthe make everything uppercase).
    - Now I see that there is a execute button on the toolbar, but (a) you have made it a strange brownish green (please make it greener) (b) you have placed it in the far left (or that is where it showed for me) in the top toolbar, where I had expected it to the left of the text "Query Editor" (inside the "ORACLE://<shema>.<datasource>/Query" pane).
    - Move the title "Query Editor" to the Tab (that says "ORACLE://<shema>.<datasource>/Query"). This will save some vertical space and make space for the toolbar. The title "Query Output" might be remove altogether.
    - Bind variables doesn't seem to be supported. I think that this is really a problem since *you should make it easy for developers to do the right think* and bind variables certainly is the right thing. You should bring up a window with the binds that are used in the query and enable me to set their type (if you can't figure it out from context (eg. emp.id=:emp_id would probably mean that :emp_id is a number) and their value. Also please persist the type/value for each variable name so I don't need to figure out the id of that employee I usally test with.
    A few non-query window notes:
    - In the spirit of "make it easy to do the right thing", what would be the easy way to call (and get intellisense on) a package function in a the cs-file?
    - In the context menu for a procedure "Run" should be "Run..." sinse it just brings up a window. And you probably want to "Delete" at the bottom (above the line).
    - In the context menu for a view "Retrive Data..." should be "Retrive Data" sinse it doesn't bring up a dialog. I accidentally selected it for a rather large/slow view and really wanted a "Stop" button (thanks for the option to stop after 30 seconds). I think you shouldn't retrive more than, say, 50 rows without the user explicitly saying so (and never blob/long raw columns or more than eg. 100 chars from a clob/long column).
    - The default action when dobbelt clicking a table shouldn't be "Retrive Data..."(!), it should be "Design...".
    - Choosing "Generate Create Script..." (which might just be called "Generate Script") on a produce, funciton or package, should bring up a preview window with a save-button.
    - When opening a function in the "Oracle Explorer", setting the cursor on eg. the keyword FUNCTION and hitting F1, the help index opens searching for "Oracle.ODT.SQL.CREATE FUNCTION", but there is (of cause?) no such topic. If I select the any part of the text in the help index search box and hit delete, I am asked "Oracle Explorer, Are you sure that you want to permanently delete '<shema>.<datasource>.<function name>' from the database ?" which is definetly not was I want to do!
    With regards to the rest of the add-in, what is was really hoping for was Visual Source Safe integration and easy procedure calling, but that doesn't seem to be implemented. But then I don't know what the problem statement for this add-in was.

  • Sun Java 3D looking glass now available - Package ?

    Hi,
    justread the following:
    https://lg3d-core.dev.java.net/lg3ddevelopersguide.html
    Project Looking Glass Open Source
    Sun Microsystems is contributing Project Looking Glass, based on Java(tm) technology, to the open source community. Project Looking Glass is an exploration project to bring innovative 3D features to the desktop environment. The desktop interface will offer an intuitive, new 3D environment to interact with desktop applications featuring window transparency, rotation, zoom, multiple desktop workspaces and miniaturization.Project Looking Glass offers a platform to realize far richer and more entertaining user experience for existing and new applications in 2D or 3D. The technology enables developers to build highly visual 3D desktops and applications that will run on Linux systems such as Sun's Java Desktop System. The Solaris(tm) environment will be supported in near future.
    What does this mean to you?
    If you're a software developer, please go to http://enews.sun.com/CTServlet?id=63058 … 8531213971 and download this early version of the code and join the community in developing the 3D desktop.
    Interested in using the Project Looking Glass? The project is in very early stages and a commercial version is not available yet. Please go to http://enews.sun.com/CTServlet?id=63058 … 8531213990 to keep up to date on our progress.
    Why Open Source?
    Project Looking Glass is in its infancy, and we'd like to explore lots of ideas and possibilities.  We're releasing the Project Looking Glass code to the whole community to explore every aspect of the technology rather than restricting access to a privileged few. We believe this open development is an excellent model to pursue this exciting and vast opportunity.  So, your involvement is eagerly anticipated. We believe new dimension of developer innovation by making Sun's cutting edge technology available at Sun's 3D Desktop Technology Open Source Project on java.net.
    We have been working for several months on cleaning the software up, providing basic features and functionality key to 3D window management. A key focus was looking at the existing 2D desktop applications, ensuring minimal compatibility and performance problems. The next step is to look what else we can do to foster real world 3D interactivity. We decided to open source this at a very early stage to ensure that we got good feedback from the community.
    What's in the Open Source Project?
    The following features are now available in the Project Looking Glass open source release:
    3D Window Manager Platform - Java 3D based highly scalable 3D platform with client-server model support.
    3D Window Manager and Application Development API - Java API to develop new 3D desktop applications and 3D desktop Window Manager features.
    Native Application Integration Module - Allows developers to run conventional X11 applications in the 3D environment.
    Sample 3D Window Manager - provides a simple sample implementation for testing and demonstration purposes
    3D Environment Lite - Enables developers to run a simplified 3D environment as an application on a Java 3D enabled platform including Linux and Solaris environments. This serves as a development tool to test implementations.
    This is all available at: http://enews.sun.com/CTServlet?id=63058 … 8531213971
    What's the licensing model?
    There are three license choices for developers interested in creating applications using Project Looking Glass.
    For developers who are interested in reviewing, revising, and redistributing the source code as part of their own application, Project Looking Glass has been submitted as an Open Source project on java.net under the GNU Public License, or GPL.
    For developers who are interested in developing an application on top of the existing Project Looking Glass platform without reviewing and/or altering the code base, there is a binary version of the current state of the project available for download under a traditional Binary Code License. This is also available on java.net.
    Finally, for developers or organizations interested in other uses or revising the source code but wish to keep their implementation and related application proprietary, please contact Sun at [email protected].
    Project Looking Glass Community Meeting
    Wednesday June 30, 2004
    4:30pm to 6:00pm
    The Argent Hotel, City Room
    San Francisco, California, USA
    http://www.argenthotel.com/location.htm
    4:00-4:30 Registration
    4:30-4:45 Welcome, Introductions, and 3D Desktop Project Demo
    4:45-5:30 Technology Overview, Possible Sub Projects, How to Get Started
    5:30-6:00 Q&A and Networking
    Please join the conversation with the Project Looking Glass developers from Sun Microsystems. This meeting will be technically focused introducing developers to the project and letting them know how to get involved.
    You can meet the team from "Project Looking Glass" and other developers while enjoying food and refreshments. There is open admission. You do not need a JavaOne Conference Pass to attend.
    There will be no webcast available, but we will post the information available at the meeting on the website. We'll also have several presentations and Project Looking Glass at JavaOne, and we'll post as many as we can on the web.
    You can see Hideya Kawahara on stage with Jonathan Schwartz and Scott McNealy of Sun Microsystems demonstrating the Project Looking Glass technology and announcing the open source project at http://enews.sun.com/CTServlet?id=63058 … 8531214001 (select View Webcast).
    If you have any questions, please send them to: [email protected]
    Sun's Project Looking Glass Team
    To use our one-click unsubscribe facility, select the following URL:
    http://subscriptions.sun.com/unsubscrib … 1002686649

    Hi i found something like suns..loking glasses....
    METISSE
    http://insitu.lri.fr/~chapuis/metisse/index.html
    PKGBUILD:
    pkgname=metisse
    pkgver=0.3.1
    pkgrel=1
    pkgdesc="A real 3D-Desktop"
    url=""
    license="GPL"
    depends=('xfree86' 'nucleo')
    source=(http://insitu.lri.fr/~chapuis/software/metisse/metisse-0.3.1.tar.bz2)
    build() {
      cd $startdir/src/$pkgname-$pkgver
      ./configure --prefix=/usr
      make || return 1
      make prefix=$startdir/pkg/usr install
    PKGBUILD of nucleo
    pkgname=nucleo
    pkgver=0.1
    pkgrel=1
    pkgdesc="Nucleo library (needed by metisse)"
    url=""
    license="GPL"
    depends=('xfree86')
    source=(http://insitu.lri.fr/~chapuis/software/metisse/nucleo-0.1-20040705.tar.bz2)
    build() {
      cd $startdir/src/$pkgname-$pkgver
      ./configure --prefix=/usr
      make || return 1
      make prefix=$startdir/pkg/usr install
    btw. you need gcc 3.4 not 3.4.1
    and if metisse don´t want to compile ..like
    ametista.cxx: In function `int main(int, char**)':
    ametista.cxx:88: error: array bound forbidden after parenthesized type-id
    ametista.cxx:88: note: try removing the parentheses around the type-id
    make: *** [ametista.o] Error 1"
    you should patch the file src/metisse-0.3.1/FvwmAmetista/main/ametista.cxx:88
    before:  char **user_arg  char **user_argv = new (char *) [user_argc] ;
    after  :  char **user_argv = new char * [user_argc] ;
    sorry but i dont know howto create patch files ...feel free to make a patch
    hoppe you find this software as funny as i do
    mattux

  • Crystal Reports for Eclipse 2.0 - Service Pack 1 - is Now Available!

    Service Pack 1 for Crystal Reports for Eclipse 2.0 is now available!
    Readme file listing the fixes is here:
    [http://downloads.businessobjects.com/akdlm/crystalreportsforeclipse/2_0/cr4ev2_readme.pdf]
    Kirby Leong in another post listed the download URLs, which I'll copy here:
    CR4E Runtime Package
    [http://downloads.businessobjects.com/akdlm/crystalreportsforeclipse/2_0/crjava-runtime_12.2.202.zip]
    CR4E Manual Install Package
    [http://downloads.businessobjects.com/akdlm/crystalreportsforeclipse/2_0/cr4e_2.0.1.zip]
    CR4E All-In-One Package
    [http://downloads.businessobjects.com/akdlm/crystalreportsforeclipse/2_0/cr4e-all-in-one-win_2.0.1.zip]
    CR4E Language Packs
    [http://downloads.businessobjects.com/akdlm/crystalreportsforeclipse/2_0/cr4e.nls1_2.0.1.zip]
    [http://downloads.businessobjects.com/akdlm/crystalreportsforeclipse/2_0/cr4e.nls2_2.0.1.zip]
    If you wish to use the Eclipse IDE Software Updater:
    1. Start Eclipse 3.4.1 (Gemini) IDE.
    2. Select Help -> Software Updates...
    3. Select the "Available Software" tab.
    4. Click the "Manage Sites..." button.
    5. If you do not see the following URL listed:
    http://downloads.businessobjects.com/akdlm/crystalreportsforeclipse/2_0/update_site/
        then click "Add..." and add it.
    6. Select the above URL in the "Available Software Sites", then click "OK".
    7. The Available Software should now list the above URL.  Open the node, and you should see "Crystal Reports for Eclipse".
    8. Check all checkboxes for "Crystal Reports for Eclipse", and "Install..."
    After successful update, you'll see version 2.0.1 listed in Help -> About Eclipse SDK and clicking on the "Crystal Reports for Eclipse" icon (blue swoosh with green diamond).
    If you don't see that version listed, here's some troubleshooting tips:
    Open a web browser, and Go to the following URL:
      http://downloads.businessobjects.com/akdlm/crystalreportsforeclipse/2_0/update_site/site.xml
    You should get back a XML file listed the current CR4E plugin and language packs versions.  If you get an error instead, it may be because (1) you're in a locked down environment that won't let you access that site, or (2) the CR4E Update Site may be down for maintenance.   If the former, you'll have to download the updates by some other means and upgrade manually.

    hello ....
    my report is  ''crystal report 11'' => "OLE DB"  => "Add Command(select * from table) " .
    code(JRC) : eclipse + crystal report for eclipse version 2 =>  "cr4e-all-in-one-win_2.0.1.zip"
    <%@ page contentType="text/html; charset=UTF-8"
    import="
    com.crystaldecisions.report.web.viewer.CrystalReportViewer,
    com.crystaldecisions.reports.sdk.ReportClientDocument,
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase,
    java.sql.Connection,
    java.sql.DriverManager,
    java.sql.ResultSet,
    java.sql.SQLException,
    java.sql.Statement" %>
    <%
    try {
         String reportName = "report.rpt";
         ReportClientDocument clientDoc = new ReportClientDocument();
         clientDoc.open(reportName, 0);
         String tableAlias = "Command";
         clientDoc.getDatabaseController().setDataSource(
                   myResult("SELECT * FROM table"),
                   tableAlias,"resultsetTable");
         CrystalReportViewer crystalReportPageViewer = new CrystalReportViewer();
         crystalReportPageViewer.setReportSource(clientDoc.getReportSource());
         crystalReportPageViewer.processHttpRequest(
                   request,
                   response,
                   application,
                   null);
    } catch (ReportSDKExceptionBase e) {
         e.printStackTrace();
        out.println(e);
    %>
    I simplified the code, *myResult("SELECT * FROM table") *  is absolutely no problem ,
    and this code is absolutely no problem in the "crystal report for eclipse "version 1
    but in  version 2 run error:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: 無法預期的資料庫連線器錯誤---- Error code:-2147467259 Error code name:failed
    Please help me and tell me why....

  • Adobe Camera Raw 7.4 is now available for Photoshop Elements 11

    Adobe Camera Raw (ACR) 7.4 is now available to download for Photoshop Elements 11. More information regarding the additonal camera support added can be found at link here. For updating your camera raw plug-in in Photoshop Elements 11 follow the steps mentioned in blog post: http://blogs.adobe.com/pselements/adobe-camera-raw-7-4-is-now-available-for-photoshop-elem ents-11/

    Download and install the free Adobe DNG converter to convert your raw files to the Adobe universal Raw format and the files will open in all versions of PSE (keep your originals as backups and for use in the camera manufactures software)
    Windows download click here DNG Converter 7.4
    Mac download click here DNG Converter 7.4
    You can convert a whole folder of raw images in one click. See this quick video tutorial:
    You Tube click here for DNG Converter tutorial

  • New version of the LabHSM Toolkit for Complex Event-Driven Development is Now Available!

    A new version of the unique toolkit is now available for download. As announced earlier, LabHSM makes it possible to easily create and then maintain complex event-driven applications in LabVIEW as a collection of HSM-driven active object VIs using a higher level of abstraction and agile software development methodologies. These active object VIs are created based on a universal Hierarchical State Machine ( HSM or statechart ) template. Therefore, all your code looks similar regardless of its functionality!
    So, what’s new in version 1.1?
    • "No hands" block diagram modifications! Version 1.1 actually creates, renames, and removes actions on the block diagram as you define, rename, and remove them in the editor! (No, it can't fill in all the details for you, but it can do some, if you think ahead, by replicating similar actions.)
    • Two new screens, Events Usage and Actions Usage, (available in licensed copies only) clearly show where (in which state(s)/transition(s)) and how (is it an entry action, exit action or event handling action?) a particular event or action is used. Moreover, if after selecting an instance on the list, the Go To button is pressed, it makes the main screen jump to respective location in the HSM structure. In the case of Actions Usage screen, the respective action is also displayed on the block diagram. Thus, these screens provide two more different cross-sections of the HSM data set and two additional ways to navigate it – now along the Actions and Events dimensions too instead of just the state tree in the first version.
    • Version 1.1 can duplicate events or actions, which helps when you've got several that are similar. Changes in the events and actions lists are reflected immediately on the main screen and on the block diagram (which solves the previous problem of deleting a renamed event or action when it's still in use).
    • The Events and Actions List Editors are no longer modal and neither are the Events and Actions Usage screens, so you can have all the panels and the block diagram visible and move freely among them as you build your HSM (a good argument for an even larger monitor).
    • When you save an HSM file, version 1.1 automatically adds the .hsm extension if you leave it out and it remembers the last directory you used.
    • The Loaded VIs utility now can open and close block diagrams (if they are not protected with a password) and display only VIs with modal front panels, if desired—useful for quickly finding and closing accidentally opened (e.g., from the hierarchy window) modal VIs. Make a modal version of this utility and keep it on the Desktop for this purpose.
    • A new example of a simple hierarchical state machine and two more excellent tutorials from Paul F. Sullivan (SULLutions.com) are included into the package. The tutorials are also available online. The overview article has also been extended.
    As before, the LabHSM toolkit is available for UNLIMITED PERIOD trial. Please visit http://www.labhsm.com for details and download. The site also contains references which you may want to check to learn more about hierarchical state machines and active object computing.
    Stanislav Rumega
    NI Certified LabVIEW Developer
    H View Labs
    http://www.labhsm.com
    [email protected]
    US Toll-Free Phone/Fax: 877-570-8684

    I am not really sure if Azure support this but its worth to make your configuration file to support .NET 4.0
    $PShome\PowerShell_ISE.CONFIG and $PSHOME\PowerShell.exe.config will be not existing.
    So you can make an entry in configuration to support .NET framework 4.0
    like shown below
    $config_text = @"
    <?xml version="1.0"?>
    <configuration>
    <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0.30319"/>
    <supportedRuntime version="v2.0.50727"/>
    </startup>
    </configuration>
    $config_text| Out-File $pshome\powershell.exe.config
    $config_text| Out-File $pshome\powershell_ise.exe.config
    Close PowerShell Console and open as administrator.
    Try loading the modules back and let me know.
    Regards Chen V [MCTS SharePoint 2010]

  • Oracle JHeadstart 10g release 9.0.5.1 now available!

    All,
    Oracle JHeadstart 10g Release 9.0.5.1 is now available. More than a month ago Oracle released Oracle JDeveloper 10g (9.0.5.1). This new JHeadstart release is certified against both JDeveloper 9.0.5.1 and 9.0.5.2. You can now benefit the strong combination of the new versions of Oracle JDeveloper and JHeadstart.
    What is Oracle JHeadstart?
    JHeadstart is a development tool kit, fully integrated with JDeveloper, that enables rapid component based development of J2EE applications using the Model-View-Controller (MVC) design pattern. It provides customers with 4GL-like productivity without jeopardizing the flexibility and openness of the J2EE architecture. In addition it includes a bridge from Oracle Designer that enables customers to generate fully functioning J2EE applications from Oracle Designer or to migrate Oracle Forms to J2EE.
    What is new in this release?
    In addition to the certification mentioned above this release includes the following new features:
    - Support for Oracle TopLink, adding extra flexibility.
    - A Tutorial that describes and a demo application that shows how to use JHeadstart in conjunction with TopLink based on multiple project experiences.
    - Links from the Applications Structure File editor to both the BC4J property editor as well as the JHeadstart Application Generator which streamlines the development process.
    - Pop-lists for regions and domains to prevent typing errors
    - Generation of regions in JSP pages
    - Fixes, for a complete list of fixes please refer to the release notes.
    Where to download?
    This maintenance release can be downloaded from the supplement option portal ( http://cso.oracle.com/ ) for customers that hold a supplement option license. It will be available for evaluation purposes on OTN later on.
    Where to go for more information?
    For more information go to the JHeadstart Product Center on OTN http://otn.oracle.com/consulting/9iServices/JHeadstart2.html.
    Regards,
    Ton van Kooten
    JHeadstart Team
    Oracle

    We already purchased the Jheadstart supplement option, but our Oracle Consulting sales contact didn't have walked us through the registration process in before. I had contact them and ask them to assist us, but they need some work days. so could you help me to download JHeadstart 10g release 9.0.5.1 as soon as possible. our project schedule need this released version in hurry.If you can help me please give me a notice, thanks a lot.
    my email address:[email protected]

  • Sneak Preview NetWeaver 04 now available!! -  now REALLY available

    I'm pleased to announce that the new Sneak Preview NetWeaver 04 is now available to download on SDN! The sneak preview will be available in four different editions. The first two editions focusing on Java development tools are available now. They are called, conveniently enough, "Java Edition" and "Slim Edition" (slim, as in smaller package with less memory consumption and a few less features).
    Java version is back online, sorry for the inconvenience! **
    Two more editions will be added to the Sneak Preview in the coming weeks, also conveniently named "ABAP Edition" for the ABAP development environment and the big "Full Edition" with additional SAP NetWeaver components to evaluate.
    So, need I say more? Why not check out the Sneak Preview yourself and try your hand at developing applications with SAP NetWeaver. Read these details before you decide which one you'd like to try (make sure you're logged in!):
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/downloads/evaluation software/sneak preview netweaver 04.htm
    While you're doing all this, let us know what you think! Join a discussion in this forum or start your own discussions, post questions, help others with their questions if you can. Your feedback on this sneak preview will help improve the quality of the final product!
    Thanks for reading - now go download!
    Kathy Meyers
    SDN Community Manager
    Message was edited by: Kathleen Meyers re: availability of Java edition and added link to download page

    Could be one of a few things.
    1. We had to take the "Java" edition offline temporarily. It should be back up later today. IF you tried to access it, this might be why you cannot download.
    2. If you are having a general problem accessing our FTP server for downloads, perhaps you can check whether your (company) firewall allows FTP access. If it does not, perhaps you can see whether you can change your firewall to allow for the SAP.com domain. See: Can't download, Company firewall accept NO FTP access
    3. Also, during times of high traffic, it may be difficult to download the larger files we offer as the FTP server has a limit to number of parallel sesions. You might try to download during a different time of day.
    If none of these apply, please explain in more detail why you cannot download.
    Thanks,
    Kathy Meyers, SDN

  • Xcelsius 2008 SP3 is now available

    Xcelsius 2008 SP3 Release Notes UPDATED Feb 2010
    Just in time for the holidays!
    Xcelsius 2008 SP3 is now available from Service Marketplace and the support download site: SAP Crystal Solutions Downloads
    We hope you enjoy the great new features we have added. For details check out our Whatu2019s New document and these blogs:
    u2022     http://everythingxcelsius.com/2009/12/top-10-xcelsius-2008-sp3-enhancements.html
    u2022     http://timoelliott.com/blog/2009/12/what%E2%80%99s-new-in-sap-businessobjects-xcelsius-2008-sp3.html
    Make sure you download the self extracting file and run it from your hard drive.
    Please be patient when you run the self extracting file as it silently extracts all of the necessary files and then automatically runs the Xcelsius 2008 SP3 installer which can take a few minutes. The install files are extracted to the C:Temp folder along with the other CD files including: documentation, connectivity and portal integration kits.
    SP3 is cumulative patch so incorporates all the patches to-date and delivers new fixes and features, therefore Xcelsius 2008 SP1 and SP2 are no longer available. Customers looking for fixes shipped with SP1 or SP2 should download and install SP3.
    Note: The Enterprise patch is for all versions of Xcelsius 2008 except Xcelsius 2008 Present which has its own patch
    The documentation is available from the SAP help portal. You can search for the Xcelsius guides here: http://help.sap.com/businessobject/product_guides/ and they include:
    u2022     What's Fixed in Xcelsius 2008 Service Pack 3
    u2022     What's New in Xcelsius 2008 Service Pack 3
    u2022     Xcelsius 2008 Installation Guide
    u2022     Xcelsius 2008 SP3 Release Notes    UPDATED Feb 2010
    u2022     Xcelsius 2008 SP3 User Guide
    u2022     Xcelsius 2008 SP3  Supported Platforms: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50fdb3d2-50cc-2c10-e392-a2e481f71694?quicklink=index&overridelayout=true
    Regards
    The Xcelsius Team
    Please also see the Xcelsius Product Portal: https://www.sdn.sap.com/irj/sdn/crystalreports-xcelsius
    Before posting on this forum please refer to the Xcelsius Forum Rules of Engagement: Welcome to the Xcelsius forum & Rules of Engagement

    Hi,
    when will IE8 be supprted with Xcelsuis 2008? I am having the problem that no new Connections (e.g. QaaWS) can be created... Thanks for a quick answer.
    Best regards,
    Simon.

  • Lightroom 3.2 and Camera Raw 6.2 Now Available

    Final releases of Lightroom 3.2, DNG Converter 6.2 and Camera Raw 6.2 are now available.  Additional details here: http://blogs.adobe.com/lightroomjournal/2010/08/lightroom-3-2-and-camera-raw-6-2-now-avail able.html
    Regards,
    Tom Hogarty
    Lightroom, Camera Raw, DNG Product Manager

    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))}function(){return A.apply(null,[this].concat($A(arguments)))}Hudechrome wrote:
    You have a wild hair about Bridge, Noel?
    Not at all.  I like good tools, and from everything I read Bridge is marvelous.  I don't have anything against Bridge, I just don't need it.
    As a computer engineer, I use my computer for WAY more than just Photoshop.  As such, I do everything I can to have the operating system (via Windows Explorer) integrate things for me.
    For example, via right-click or double-click or drag and drop onto icons:
    I access my configuration management system from Explorer (Tortoise SubVersion).
    I do searches (grepWin) from Explorer.
    I compare things (Beyond Compare) from Explorer.
    I start Photoshop and other image tools on raw and processed image files I manage with Explorer.
    I start my development tools (Visual Studio and a host of utilities) from Explorer (e.g., double click .sln files).
    I access my web sites with Explorer (via WebDrive).
    I get file paths from Explorer (right click, Send to Clipboard as Name).
    I access office management apps from Explorer (e.g., double click .doc or .xls files).
    This is an abbreviated list.  Explorer can be a VERY powerful integrator, and is at the center of my computing world at a higher level.  So now you can start to imagine why I prefer Explorer for image work.
    -Noel

  • 10.1.0.3 Patchset Now Available

    The 10.1.0.3 patchset is now available on Metalink for Microsoft Windows and Intel Linux. From a brief glance at the rest of the platforms it doesn't appear to be out yet for the Unix platforms.
    Can anyone from Oracle let us know if there's any changed/improved functionality from an OLAP point of view with the 10.1.0.3 patchset? One thing I do know is that Discoverer Plus OLAP (aka Drake) requires 10.1.0.3, but is there anything else in the patch that should interest us?
    thanks
    Mark

    A few comments...
    1) I urge all OLAP 10g users to apply the OLAP 10.1.0.3.0A patch (PS# 3769360) to their 10.1.0.3.0 databases. Do not run OLAP without it. Currently the patch is only available on Windows. Linux and HP-UX should be available soon.
    2) Be sure to patch both the Oracle Database Server and Client with the RDBMS 10.1.0.3.0 and OLAP 10.1.0.3.0A patches. Analytic Workspace Manager is found on the Client. So if you fail patching AWM, it will become out of sync with the Server and will not work.
    3) Any new functionality with AWM 10.1.0.3.0A? Users are no longer required to manually enable the analytic workspace for query by the OLAP API. Dynamic enablement automatically creates compatible SQL views over the analytic workspace even if you change the logical model.
    4) Does AWM 10.1.0.3.0A use AWXML? Yes, however only for the query access. The building processing has not changed. With the upcoming 'AWM2' (10.1.0.3.0B), this will completely change over to AWXML.
    AWM2 will allow you to go directly from Oracle relational source tables or views to a multidimensional analytic workspace, without the previous prerequisites of creating ROLAP objects. Simply define and alter the logical model within AWM2 and see your results instantaneously. Easily create calculated measures with sophisticated, custom aggregations, etc...
    Currently the OLAP 10.1.0.3.0B patch and corresponding AWM2 has a GA of September 30th.
    5) Will the OLAP 10g docs be updated for 10.1.0.3.0/10.1.0.3.0A/10.1.0.3.0B? Yes, the Javadoc for the OLAP API and AWXML has been updated for 10.1.0.3.0. The OLAP DML Guide is being be re-edited and should be available within a week. The OLAP Reference and App Developer's Guide are being overhauled for 10.1.0.3.0A and will be available by the end of the month. Then again for 10.1.0.3.0B, the App Developer's Guide will be updated.

Maybe you are looking for