ODI RFI questions

Dear all,
I am new to ODI and would like to seek answers for the RFI questions posted by a prospect:
Built-in Functions for Data Validation: Does the tool have functions for data validation like ‘delete duplicates’, ‘missing values’, ‘incorrect data’) # 100% match
Splitting Data Streams/Multiple Targets: Is it possible to read a data source once and load the results into two or more tables?
Conditional Splitting: The same, but then in a conditional way, for example, if revenue is higher then 1000 put the results in table 1 else in table 2
Union: Put rows of different tables with the same structure into one table or dataset
Pivoting: Is it possible to transform de-normalised data, having data in the column names, into rows
Depivoting: The other way around, transform (highly) normalised data to de-normalised data, putting data in the columns
Key Lookups in Memory: Can one load a table completely into internal memory and search the table? (without having to make joins)
Key Lookups Reusable across Processes: Are these tables reusable across different loading processes in such a way the key lookup table is loaded once into memory?
Impact Analysis: Is it possible to make an impact analysis of proposed changes (when an attribute or table must change)
Support for Data Mining Models: Is it possible during the loading process to make use of the results of a data mining process?
Debugging Support
     Step-by-step running: Can one run the process flow step-by-step?
     Row-by-row running: Can one run the process flow row-by-row?
     Breakpoints: Can one set a breakpoint on a particular process step or a row of data?
     Watches: Can one define watch points, so the system postpone running when a certain condition is met?
     Compiler / Validater: Is it possible to validate the process flow (and/or code) with one click of the mouse and are errors reported and marked?
Workflow Monitor: Does it provide utility to monitor and manage the runtime environment in real time?
Powerful Scheduler: Does it support graphical job sequencer and nested ETL session? Can it schedule ETL sessions based on time or the occurrence of a specified event, including support for command-line scheduling
Supports CWM: Is the ETL tool CWM-compliant, in other words does it support the Common Warehouse Meta Model?
Server GRID: Does it support grid computing to leverage available computing resources to maximize throughput and fault tolerance?
High Availability: Does it support HA? How?
Regards,
William

Hi William,
Let me try to contribute a little.
It is possible to do any of this requirements but some need to be customized. I already solved almost all these points by customization.
Any way, I should recomend to contact an Oracle representative to give you a better help...
Cezar

Similar Messages

  • How to call java program through ODI

    Hi,
    I have written java program which i want to run though ODI.My questions are as follows:
    1. At which place i need to put my code and jar files i.e. do i need to put my code on the machine where ODI is installed?
    2. which technology to use i.e. jython or java bean shell.
    3. Commands format for jython or java bean shell.
    Is there any book or forum to which i could refer to get a deeper knowledge about these as i am new to ODI.
    Thanks
    Abhi

    881195 wrote:
    Hi,
    I have written java program which i want to run though ODI.My questions are as follows:
    1. At which place i need to put my code and jar files i.e. do i need to put my code on the machine where ODI is installed?You need to place the JAR file at ODI's driver folder.
    2. which technology to use i.e. jython or java bean shell.You can use Jython or Java bean shell . I prefer Jython .
    3. Commands format for jython or java bean shell.In your procedure , set the technology to Jython .
    Write normal java commands ... like
    import <your_class_name>
    <you operation etc>
    >
    Is there any book or forum to which i could refer to get a deeper knowledge about these as i am new to ODI.
    Thanks
    Sutirtha

  • Building Drill through reports from aso cube using odi in webanalysis11.1.3

    I need some urgent help as i have a important requirement for an essbase aso cube .I was trying to establish a database connection to build a drill through report in webanalysis from oracle datawarehouse.the integration tool which we are using to get data from oracle datawarehouse to hyperion is odi.My question are
    1) Can drill through reports be built using odi like eis from an aso cube?if yes whats the procedure?
    2) is there any alternate ways to bring transaction level or relational data for reporting in webanalysis?
    regards,
    praveen.
    Edited by: user13070887 on Oct 11, 2010 3:48 PM

    Hi Glenn,
    We tried optimizing the drill through SQL query but actually when we run the directly in TOAD it takes *23 secs* but when we do drill through on the same intersection
    it took more than 25 mins. Following is our query structure :
    (SELECT *
    FROM "Table A" cp_594
    INNER JOIN "Table B" cp_595 ON (cp_594.key = cp_595.key)
    WHERE (Upper(cp_595.*"Dim1"*) in (select Upper(CHILD) from (SELECT * FROM DIM_TABLE_1 where CUBE = 'ALL') WHERE CONNECT_BY_ISLEAF = 1 START WITH PARENT = $$Dim1$$ CONNECT BY PRIOR CHILD = PARENT UNION ALL select Upper(CHILD) from DIM_TABLE_1 where CUBE = 'ALL' AND REPLACE('GL_'||CHILD, 'GL_IC_', 'IC_') = $$Dim1$$))
    And ----same for 5 more dimensions
    Can you suggest some improvement ? Please advice.
    Thanks

  • Tns_alias: ODI can not establish connection to DB with tns_alias

    Hello everyone
    I have a question again.
    Problem:
    ODI can not establish connection to DB with <tns_alias>
    Envirionment:
    there is remote computer with Oracle DB (tns_alias) (connection works - tested)
    there is another remote computer with Oracle DB (sid)
    there is computer with ODI with (tnsnames.ora -> "...CONNECT_DATA=(SERVICE_NAME = testdbx....")
    Scenario:
    I create physical schema (Oracle -> Insert Data server) and fill in all fields a press "Test" button and connection successful.
    I press "apply", ODI should connect to remote computer for getting information.
    - Remote computer with SID getting it correctly.
    - Remote computer with tns_alias throws exceptin "java.lang.UnsatisfiedLinkError: t2cGetCharSet" and shows empty blank that means information was not downloaded to ODI.
    Question:
    Could You generate some ideas why ODI can not download information?
    Is it settings ODI problem?
    Is it DB problem?
    Best regards.
    Leonid.

    I have found problem!
    file ojdbc14.jar was different for ODI and ODB. (different size and date)
    I have copied ojdbc14.jar from ODB to ODI.
    Now it works.
    So. Thanks for trying to help me.
    It was not simple to find problem.
    Remember this case. It's able to help You in future.
    Best regards!
    Leonid.

  • Best way to deploy ODI artifacts across Dev,UAT and Prod

    Hi All,
    We have a requirement wherein we have to deploy the ODI artifacts from one repository to the other across various instances.
    From what I learned from the export and import operations in Oracle Data Integrator documents provided by Oracle, we need to have Internal Identifiers (IDs) for each and every export and import. And while importing the work repository, we have to delete the old one and then import the new one.Is there a way where we can use the existing identifier and just append the changes?
    Do we have any better way of deploying the ODI artifacts across Dev,UAT,Prod instances that would import the artifacts and also import the changes to the existing artifacts?
    Any kind of information related to deployement is higly appreciated.
    Thanks in advance,

    For ODI specific questions please post to ODI Forum at Data Integrator
    Hope this helps
    Thanks & Regards !
    Vik
    Fusion Apps Developer Relations
    http://blogs.oracle.com/fadevrel
    Please mark the response helpful or answered appropriately

  • Wrong process return code in ODI

    Hi,
    I am using store procedure to run batch file on other server.
    I get excuted success fully on that server but ODI procedure showing error
    "Wrong process return code"
    Return code is 1
    Can anybody help to solve this type of error
    Thanks
    Kiran Kokade

    For ODI related question , goto Data Integrator

  • Oracle Data Integrator Implementation **Queries**

    Hi All,
    Existing Setup: We have multiple sources to take the data for manipulate. We are getting data from different sources using DB links or Flat tables.
    We are planning to implement ODI for above scenario. is it suitable for the same ?
    If yes
    Question 1: We have target Database on server1. Does it required to implement (installations and all) ODI on the same server1 ?
    or new server required for implement ODI ? Which one would be better option.
    If possible let me know the licensing structure for ODI.
    Question 2: Please let me the major advantages and disadvantages of ODI.
    Could you please update ASAP as i need to update to Business on above queries.
    Thanks and Regards,
    Neeli Ramesh
    Cell: 9573707038

    I will install ODI application on New Server.( Installation includes Repositories and ODI Studio). and i will install Agents on target database servers. ?
    ODI (repo+ studio) on a new server, an agent on this server plus 1 agent for eache server that need to execute local command (bat script for example)
    Configure the same for communication from source to target.
    Odi hasn't got a source or target mapping. Each object (db) could be used both as source and target.
    Install ODI application on client and configuration.
    ODI Studio is your development and monitoring tool. Install and connect to your repositories (1 master and 1 work)
    Please clarify me how we will setup ODI on server and client side?
    On new server: ODI STUDIO+ Repositories
    On Other machines (see previous answer) : Odi Agent
    On you desktop. ODI STUDIO
    Please let us know how would be the ODI licensing structure. is it based on users or architecture.
    Call your local Oracle, sometimes they change some rules.
    Let us know

  • BI Apps ODI Load Plan Execution Error and Question on Rerun

    I am following the technetwork Cookbook: Installing and Configuring Oracle BI Applications 11.1.1.7.1 to install and configure my first BIApps with ODI. Smooth until I execute the Load Plan.
    Following errors were found on first attempt of execution. Without doing any change, I re-executed the load plan, error again but this time the message is difference (2nd attempt)
    Question:
    - How shall I start to diagnostic the ODI error?
    - Apparently there are something left in the failure execution, how I can clean it up for reruning the Load Plan?
    Many thanks.
    ODI errors on first execution
    ODI-1519: Serial step "Start Load Plan (InternalID:1500)" failed because child step "Global Variable Refresh (InternalID:2500)" is in error.
    ODI-1519: Serial step "Global Variable Refresh (InternalID:2500)" failed because child step "1 Domain (InternalID:5500)" is in error.
    ODI-1519: Serial step "1 Domain (InternalID:5500)" failed because child step "2 Domain SDE (InternalID:35500)" is in error.
    ODI-1519: Serial step "2 Domain SDE (InternalID:35500)" failed because child step "Serial (InternalID:36500)" is in error.
    ODI-1519: Serial step "Serial (InternalID:36500)" failed because child step "3 SDE General Domain (InternalID:54500)" is in error.
    ODI-1519: Serial step "3 SDE General Domain (InternalID:54500)" failed because child step "Load Target Table (InternalID:55500)" is in error.
    ODI-1519: Serial step "Load Target Table (InternalID:55500)" failed because child step "EBS_12_1_1 - DSN 1000 (InternalID:56500)" is in error.
    ODI-1519: Serial step "EBS_12_1_1 - DSN 1000 (InternalID:56500)" failed because child step "DOMAIN (InternalID:57500)" is in error.
    ODI-1519: Serial step "DOMAIN (InternalID:57500)" failed because child step "Parallel (InternalID:58500)" is in error.
    ODI-1518: Parallel step "Parallel (InternalID:58500)" failed; 5 child step(s) in error, which is more than the maximum number of allowed errors (0) defined for the parallel step.  Failed child steps: COMMON (InternalID:59500), HUMAN_RES (InternalID:90500), FINANCIALS (InternalID:95500), SUPP_CHAIN (InternalID:122500), PROJECTS (InternalID:98500)
    ODI-1518: Parallel step "COMMON (InternalID:59500)" failed; 11 child step(s) in error, which is more than the maximum number of allowed errors (0) defined for the parallel step.  Failed child steps: SDE_ORA_DOMAINGENERAL_PRODUCT_CLASS (InternalID:69500), SDE_ORA_DOMAINGENERAL_FND_LOOKUPS PAY_GROUP (InternalID:88500), SDE_ORA_DOMAINGENERAL_FND_LOOKUPS MARITAL_STATUS (InternalID:85500), SDE_ORA_DOMAINGENERAL_PRODUCT_MASTERORG (InternalID:73500), SDE_ORA_DOMAINGENERAL_PRODUCT_CATEGORYNAME (InternalID:67500), SDE_ORA_DOMAINGENERAL_STATE (InternalID:61500), SDE_ORA_DOMAINGENERAL_FND_LOOKUPS CUSTOMER_CATEGORY (InternalID:83500), PRODCAT (InternalID:75500), SDE_ORA_DOMAINGENERAL_FLEXFIELD (InternalID:89500), SDE_ORA_DOMAINGENERAL_FND_LOOKUPS ORGANIZATION_SIZE (InternalID:82500), UOM - Serial (InternalID:78500)
    ODI-1217: Session SDE_ORAR1211_ADAPTOR_SDE_ORA_DOMAINGENERAL_PRODUCT_CLASS (38500) fails with return code 8000.
    ODI-1226: Step Run SDE_ORA_DomainGeneral_Product_Class fails after 1 attempt(s).
    ODI-1240: Flow Run SDE_ORA_DomainGeneral_Product_Class fails while performing a Integration operation. This flow loads target table W_DOMAIN_MEMBER_GS.
    ODI-1228: Task SDE_ORA_DomainGeneral_Product_Class (Integration) fails on the target ORACLE connection BIAPPS_DW.
    Caused By: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12516, TNS:listener could not find available handler with matching protocol stack...
    ODI errors on second execution
    ODI-1519: Serial step "Start Load Plan (InternalID:1500)" failed because child step "Global Variable Refresh (InternalID:2500)" is in error.
    ODI-1519: Serial step "Global Variable Refresh (InternalID:2500)" failed because child step "1 Domain (InternalID:5500)" is in error.
    ODI-1519: Serial step "1 Domain (InternalID:5500)" failed because child step "2 Domain SDE (InternalID:35500)" is in error.
    ODI-1519: Serial step "2 Domain SDE (InternalID:35500)" failed because child step "Serial (InternalID:36500)" is in error.
    ODI-1519: Serial step "Serial (InternalID:36500)" failed because child step "3 SDE General Flexfield (InternalID:37500)" is in error.
    ODI-1519: Serial step "3 SDE General Flexfield (InternalID:37500)" failed because child step "Finalize Flexfield (InternalID:50500)" is in error.
    ODI-1519: Serial step "Finalize Flexfield (InternalID:50500)" failed because child step "EXEC_TABLE_MAINT_PROC (InternalID:51500)" is in error.
    ODI-1217: Session EXEC_TABLE_MAINT_PROC (107500) fails with return code 20000.
    ODI-1226: Step TABLE_MAINT_PROC fails after 1 attempt(s).
    ODI-1232: Procedure TABLE_MAINT_PROC execution fails.
    ODI-1228: Task TABLE_MAINT_PROC (Procedure) fails on the target ORACLE connection BIAPPS_DW.
    Caused By: java.sql.SQLException: ORA-20000: Error creating Index/Constraint : W_FLEX_SQL_G_U1 => ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found

    Hi,
    The first error happened is
    ORA-12516, TNS:listener could not find available handler with matching protocol stack...
    The above is due to the listener been disconnected while the LP is executing. This can be solved by restarting the load.
    The second error happened is
    ORA-20000: Error creating Index/Constraint : W_FLEX_SQL_G_U1 => ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
    The above is due to the duplicate records found in the table w_flex_sql_g. You can solve this by deleting the duplicated records in that table like referred in the below link
    OBIEE, Endeca and ODI: BIApps and ODI 11.1.1.7.1 Full Load
    Regards,
    Saro

  • Cluster with 2 linux machines and ODI console - some questions

    Hello,
    I need to setup domain with ODI plugins (console etc.) on clustered environment. OS is Oracle Linux 6.3.
    I've read this documentation:http://docs.oracle.com/cd/E13222_01/wls/docs81/adminguide/createdomain.html#CreateClusteredDomain and I have some additional questions:
    - I know I need to install weblogic on 2 machines. Should I install Oracle Data Integrator on 2 machines as well?
    - Creating domains, starting domains etc. I assume I should do this on first server? (for example, via ssh). Or I will need to login via cluster ip addres?
    - MultiCast Address: this is not entirely clear for me. Should this ip aldready exist in my environment - should I configure my network interfaces somehow? Or, I simply need to provide any ip from 224.0.0.0 to 239.255.255.255 and this will work?

    MukeshNegi wrote:
    Which version of weblogic you are using ?Weblogic 11g, 64-bit.
    MukeshNegi wrote:
    if you are using shared filesystem between your machines then you don't need to install again on second server, Simply register ORACLE_HOME for ODI and oracle_common with oraInventory on second server.What do you mean "shared file system"? Let's say I have 2 separate physical machines, and they exists in the same LAN network. And I assume ORACLE_HOME is weblogic home directory, but what is "oracle_common"? Can you describe all of this more detailed?
    MukeshNegi wrote:
    Simply go to $ODI_ORACLE_HOME/common/bin on server1
    run config.sh and select following from domain template
    - Oracle Enterprise Manager Plug-in for ODI
    - Oracle Enterprise Manager Plug-in
    - Oracle Data Integrator Console
    - Oracle Data Integrator Agent
    - Oracle JRFShould I do the same on second server machine? If not, how weblogic will know about other physical machine in my network and that it should be available to join my cluster? There is no domain and no admin server set on second server, should not I do this? There are a lot of tutorials describing how to setup cluster via config.sh od enterprise manager console, but:
    - they describe how to add managed server to my cluster, but I need to know about physical machine servers. So, should I create managed server on second machine somehow? What about my domains - they should be re-created the same way on second server? I can't find any information about this, there are only enterprise manager screenshoots showing how to create managed server on the same physical machine and how to join managed servers into one cluster. But all of this don't tell me anything what should I do to complete my scenario.
    - cluster ip addreess. I still don't understand this. End user should be able to access odi console via cluster address, am I right? So, is there any system network configuration required? How this ip addres is created?
    - I have set up all of this (odi/weblogic/domain) on single machine and I have second server with only operating system installed (the same Oracle Linux). What's the simples way to join this second physical machine and make all of this working as clustered environment? Is there any step by step instruction/tutorial etc describing ALL steps should be done?
    Sorry for basic questions, I'm really newbie with this and I hope you are patient enough to answer all of this ;)
    Edited by: 960949 on 2012-12-10 01:36
    Edited by: 960949 on 2012-12-10 01:38
    Edited by: 960949 on 2012-12-10 01:56

  • ODI Questions

    I have some ODI questions
    Can i install ODI without having Fusion installed?
    Wouldn't ODI without Fusion be merely an ETL tool? (assuming that you can install without Fusion)
    Can i use ODI in an pub/sub architectural model for event driven data changes? I would still need an ESB(or Fusion) correct?
    Why would I use ODI instead of Fusion? or vice versa?
    thanks in advance

    Can i install ODI without having Fusion installed? - I assume you mean without installing the SOA components of FMW. Note that ODI is also part of Oracle Fusion Middleware.
    Wouldn't ODI without Fusion be merely an ETL tool? - Correct, although it's rather ELT.
    Can i use ODI in an pub/sub architectural model for event driven data changes? - I guess that depends on the nature of the event, but it's certainly not the core area for which ODI is targetted.
    Why would I use ODI instead of Fusion? - Check the white paper referenced in the other thread: Comparison of BPEL and ODI for Integrations
    Gerhard

  • ODI Question(s)

    I have some ODI questions
    Can i install ODI without having Fusion installed?
    Wouldn't ODI without Fusion be merely an ETL tool? (assuming that you can install without Fusion)
    Can i use ODI in an pub/sub architectural model for event driven data changes? I would still need an ESB(or Fusion) correct?
    Why would I use ODI instead of Fusion? or vice versa?
    thanks in advance

    What do you mean by Fusion? Fusion Middleware is a large stack of product suites and ODI is one of those products. If you are starting with ODI then you may refer -
    http://www.oracle.com/technetwork/middleware/data-integrator/overview/index.html
    http://download.oracle.com/docs/cd/E21764_01/integrate.1111/e12641/toc.htm
    http://download.oracle.com/docs/cd/E21764_01/core.1111/e16453/toc.htm
    Regards,
    Anuj

  • ODI database connection - session question

    Hi,
    I have a package, where I have used a procedure.
    In my procedure, I open a database connection.
    My question is - In my next procedure - will I be able to use my same database connection which I created in previous step?
    Re-phrasing the question - for any number of database transaction happening in a package, will ODI opens multiple database connection per step or will there be only one single database connection?
    Thank you,
    Paras

    I believe its one per session so one connection inside the package. I think you should be , although i have not tried it practically.

  • Basic ODI Question

    All:
    I am new to ODI and have some simple questions:
    I have built several interfaces that bulk load data into an Oracle database. These interfaces all load parts of the data into various tables. I have created a package that string these 5 interfaces together.
    Here is the question:
    * How can I, on a row by row basis, start a transaction, commit when the 5 interfaces have run correctly, else rollback
    * The last interface has to either insert a record into a target table if there isn't one or update the data that is ther. The logic (like creating the primary key) is different in each case. How best to handle this?
    * How can I procude a detailed report on what was loaded into which table?
    If anyone can point me in the correct direction that would help.
    Thanks,
    Matt

    Hi Matt
    Q> How can I, on a row by row basis, start a transaction, commit when the 5 interfaces have run correctly, else rollback*
    You can set the commit option to false on the target.or else in KM setps select the commit to no commit.Now if you have one interface and it executed successfully then data is going to be commited whether you have selected no commit or comit to false.If interface fails then data is not going to be commited.
    Here you have mentioned 5 interface one by one.So you select "no commit" or commit set to false for each interface.Now if one interface fails means session is unsuccessful.So its not going to commited.But if all interface executed successfully means its going to commit automtically without depending on your "no commit"/"commit set to false"
    So moral: ODI issues commit at end of an successful session
    Q> The last interface has to either insert a record into a target table if there isn't one or update the data that is ther. The logic (like creating the primary key) is different in each case. How best to handle this?*
    1st you can use IKM Incremental Update and 2nd IKM Merge. in both cases update and insertion are done based on your keys.So there is nothing to worry.
    Q> How can I procude a detailed report on what was loaded into which table?*
    You can use <%odiRef.getPrevStepLog("STEP_NAME")%>. Here you can all the deatils about your interface execution, how many updates, how many inserts. etc etc
    for more details on it visit
    http://gerardnico.com/doc/odi/webhelp/en/ref_api/getprevsteplog.htm
    Thats all Matt.Hope you enjoyed.
    Thanks

  • QUESTION:  Essbase data extraction and Installing ODI Agent??

    For extracting data from Essbase cubes, ODI has "LKM Hyperion Essbase DATA to SQL".
    We can use (1). ReportScript, or (2). MDX-query, or (3). CalcScript
    For data-extraction using CalcScript, ODI Agent must be running on the same server as the Essbase server.
    Does anyone know if there is a need for ODI Agent on the Essbase machine if we use MDX-query method for data-extraction?
    We would like to avoid installing ODI Agent for Essbase data-extraction.
    .

    Thanks John.
    One related question. To move data from one Essbase cube to another Essbase cube using ODI Interface, Can we do it efficiently through MDX-query?
    We want to avoid Replicated-partitioning OR CalcScripts, if possible.
    BTW... Your ODI/Hyperion blog is a bible for us.

  • Questions about ODI Agent

    Being new to ODI, I have some simple questions.
    ODI server is installed on Windows-2008 machine. Its repository is on MS-SQL-Server database which is also on a Windows-2008 machine.
    A non-ODI process is creating files on a Unix server, which needs to be picked up by ODI and loaded into a MS-SQL-Server table.
    *(Q 1):* Do we need to install ODI Agent on Unix, so that ODI can "see" the unix files? OR is there another simpler way??
    *(Q 2):* Is there an Oracle link about installing ODI11g Agent on Unix? I only see documents talking about installing ODI Agent on Windows.
    *(Q 3):* What minimum ODI components need to be installed on Unix, so that ODI Agent runs on Unix?

    Nasar Ali-Khan wrote:
    Being new to ODI, I have some simple questions.
    ODI server is installed on Windows-2008 machine. Its repository is on MS-SQL-Server database which is also on a Windows-2008 machine.
    A non-ODI process is creating files on a Unix server, which needs to be picked up by ODI and loaded into a MS-SQL-Server table.
    *(Q 1):* Do we need to install ODI Agent on Unix, so that ODI can "see" the unix files? OR is there another simpler way??
    You need to install ODI agent on Unix or go for accessing UNIX file from WINDOWS application eg Samba
    *(Q 2):* Is there an Oracle link about installing ODI11g Agent on Unix? I only see documents talking about installing ODI Agent on Windows.
    The Agent installation process is basically same
    *(Q 3):* What minimum ODI components need to be installed on Unix, so that ODI Agent runs on Unix?Go for AGENT only installation
    Thanks,
    Sutirtha

Maybe you are looking for

  • 10 most helpful apps for itouch 4th gen

    10 most helpful apps for itouch 4th gen 5.1.1

  • Looking for a file manager with these features:

    Hi everyone, I'm looking for a file manager that has the following features (in that order of importance):   - Designed with keyboard users in mind (but full mouse support also)   - Easily configurable   - Supports copying, moving, deleting and the u

  • SAP SCRIPT ALIGNMENT

    All, I am developing a form with SAP Script. In the header window  (it is a single window using the almost entire width of page format DINA4)i am using three character formats for printing heder lines ofr ex: helve 8, helve 10 Bold and Helve 14 bold.

  • Bad files, photos not loading right, crashing...really worried.

    Gosh lightroom and me are just not getting along lately. First my catalog destroys itself and then the following day lightroom on my husbands computer starts getting all wonky. First, it wasn't displaying the edits in the little film strip thing at t

  • Captivate Results folder not appearing

    I am using the internal server method to report quiz results. I followed the tutorial and installed the Wamp server and have it running. I think the file internalServerReporting.php is the one that builds the Captivate Results folder. I got it so it