2lis_04_p_matnr - Delta - Data retreival

Hi Bwians,
Part of the processed order was not capture in delta on 20/05/2006. The delta for that day was successful, descrepancy in GR quantiy when compared with R/3.
Found there was no data captured for that Processed order.
Data from 2lis_04_p_matnr feeds data to cube 0PP_C10. I am planning to set the QM status of the request from 20/05/2006 to till date and rerun the delta. But I am having doubt whether it can extract all the data from 20/05/2006 to till date. Please advice.
If there is any other way to capture the missed data please let me know.
Thanks & Regards
Srini

Hi Puru
There is another way of capturing the missed data if you know the date/document range which is missed during that period. Let's say that you want to update the missed data from 20/05/2006 till date . Then do the following :-
1.Ensure that you have deleted the setup tables for application 04 otherwise data will be doubled.
2.In R/3 system , Fill the set up tabels for application 04 (since your data source is 2LIS_04_P_MATNR)for missing date range.
3.Create a new Info package with repair full request option ON (For this got to Infopackage Menu -> Scheduler-> Repair Full request -> Check ON .
4.Load the data into data taregts using this new Info package.
Hope this helps
Regards
Pradip

Similar Messages

  • 2LIS_04_P_MATNR Delta - Actual Start and Finish Dates

    My company is experiencing a problem with retrieving the actual start and finish dates and times from the 2LIS_04_P_MATNR data source with delta extraction. The R/3 source system is version 4.6C. The BI system is version 7.0. Specifically, the data source fields GETRI, GEUZI (finish), GSTRI, GSUZI (start) are sometimes never populated with data. These fields are often blank in the production data extracted. It was observed that the actual delivery date for the order (posting date of goods receipt from process order) was often an earlier date than the GETRI date. This scenario was tried in test systems, and it was found that if the final goods receipt for the process order was posted before the end of the last phase was confirmed, the actual finish date and time fields were not transferred to BI from R/3. In fact, it was noted that a new record was not created in the 2LIS_04_P_MATNR delta queue when the end of the last phase was confirmed. Regarding the actual start data, this is missing if a goods receipt from the process order is posted before the start of the first phase is confirmed.
    Has anyone else experienced this problem? How was it resolved?
    SAP Notes have been searched regarding this problem, and in fact, a customer message has been opened with SAP for this problem. However, we thought we would try asking the community as well, to see if any other users have experienced this, and how the problem was resolved. We also understand that it may be an unusual practice to post a goods receipt from the process order before the end of the last phase is confirmed. In a more general sense, has anyone else experienced that some of the data source fields are never populated if the R/3 information is entered after the posting of the final goods receipt against the process order? Our testing indicated that no more delta records are created for the 2LIS_04_P_MATNR data source after the final goods receipt was posted.
    Thank you,
    Chris Sopek

    Hello,
    we are experiencing your same problem! The only difference to your scenario is that wer are currently operating on SAP ECC 6.0.
    Did you receive any answer from SAP?
    We opened a request for the same topic.
    Thanks

  • 2LIS_04_P_COMP and 2LIS_04_P_MATNR delta issue

    Hi experts,
    I am having problems with 2LIS_04_P_COMP and 2LIS_04_P_MATNR delta extraction.
    I run the init, it is ok. I create an order and then I run DELTA expecting to get more record(s).
    DELTA will bring no records. But if I delete set up tables LBWE, initialize them again, and then run the init again, the new records will be available.
    Has someone had the same issue? I can't find the reason why the delta extraction does not bring the new records, if I don't re-setup the tables in LBWE.
    Thanks in advance for your help,
    Best Regards,
    André Oliveira

    Thanks for your help.
    In job control window I do not have the green check button, only the cancel (red cross). When I try to schedule the job it gives me an error "error creating a job", so only I can do is save a start date and periodicity in job parameters. Is this ok?!
    I also wrote sap a message because I am trying to enhance it with two fields (they are in LBEW), but same happens... I just see a cancel button, never a green check to validate and accept. I have done all the recomendations. I put the message I wrote below hoping you can give me some insight on this issue:
    am trying to do an enhancement to extractor 2LIS_04_P_COMP.
    +I go to LBWE and select these 2 fields:
    MCAFKO GAMNG Qtd.teór.
    MCAFKO GMEIN UM básica
    The problem is that in the selection window to select these fields from
    pool (scroll down box) to selection criteria (scroll down box) the
    button to accept these changes does not appear (I mean the button with
    the green check). So it is impossible to add this fields to the
    structure. Is there any reason for this not to appear?
    I think I have done everything that was needed:
    LBWG: delete setup tables for 04 (production application)
    RSA7: delete 04 queues
    LBWQ: delete 04 queues
    LBWF: check for active maintenance logs (does not exist any)+
    Some points already assigned.
    Best regards,
    André Oliveira
    Edited by: Andre Oliveira on Feb 23, 2010 12:01 PM

  • XEM - Unable to load the initial data or the variances(delta) data into sys

    I am installing xEM 2.0 SP 10 (SAP xApp Emissions Management) in a windows environment with SQL 5000.  I installed xEM on NW 2004, usage types AS Java and EP 6.
    I am attempting to load the initial data or the variances (delta) data into the system.  Instruction is on page 15 in the install guide.
    I am supposed to enter the following in the command line:
    java -Djava.ext.dirs=. -jar SAPtrans.jar import logfile=import.log datafile=init.dat connectstring=[JDBC Driver];[JDBCUrl];[User];[Password]
    Example command for import into SQL Server:
    java -Djava.ext.dirs=. -jar SAPtrans.jar import logfile=import.log datafile=init.dat connectstring=com.ddtek.jdbc.sqlserver.SQLServerDriver; jdbc:datadirect:sqlserver://vma03:1433;SAPC11DB;password
    The customer I am with is running the xEM database on a different instance.  This is where I run into a problem.  I am not sure how to specify the instance in the script.  This is what  I have attempted so far:
    C:\>cd temp\load
    C:\Temp\load>java -Djava.ext.dirs=. -jar SAPtrans.jar import logfile=import.log datafile=init.dat connectstring=com.ddte
    k.jdbc.sqlserver.SQLServerDriver;jdbc:datadirect:sqlserver://PRODSQL43:SQL3:1534;SAPPEMDB;password
    java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:datadirect:sqlserver:/
    /PRODSQL43:SQL3:1534 as user SAPPEMDB (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver]Unable to connect.  Inva
    lid URL.): [DataDirect][SQLServer JDBC Driver]Unable to connect.  Invalid URL.
            at com.sap.sdm.util.dbaccess.DBTask.dbImport(DBTask.java:356)
            at com.sap.sdm.util.dbaccess.SapTransTask.perform_import(SapTransTask.java:293)
            at com.sap.sdm.util.dbaccess.SapTransTask.execute(SapTransTask.java:51)
            at com.sap.sdm.util.dbaccess.SapTrans.main(SapTrans.java:21)
    import aborted with java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:da
    tadirect:sqlserver://PRODSQL43:SQL3:1534 as user SAPPEMDB (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver]Unab
    le to connect.  Invalid URL.): [DataDirect][SQLServer JDBC Driver]Unable to connect.  Invalid URL.
    C:\Temp\load>java -Djava.ext.dirs=. -jar SAPtrans.jar import logfile=import.log datafile=init.dat connectstring=com.ddte
    k.jdbc.sqlserver.SQLServerDriver;jdbc:datadirect:sqlserver://PRODSQL43;SQL3:1534;SAPPEMDB;password
    java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:datadirect:sqlserver:/
    /PRODSQL43 as user SQL3:1534 (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver]Error establishing socket. Connec
    tion refused: connect): [DataDirect][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect
            at com.sap.sdm.util.dbaccess.DBTask.dbImport(DBTask.java:356)
            at com.sap.sdm.util.dbaccess.SapTransTask.perform_import(SapTransTask.java:293)
            at com.sap.sdm.util.dbaccess.SapTransTask.execute(SapTransTask.java:51)
            at com.sap.sdm.util.dbaccess.SapTrans.main(SapTrans.java:21)
    import aborted with java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:da
    tadirect:sqlserver://PRODSQL43 as user SQL3:1534 (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver]Error establi
    shing socket. Connection refused: connect): [DataDirect][SQLServer JDBC Driver]Error establishing socket. Connection ref
    used: connect
    C:\Temp\load>java -Djava.ext.dirs=. -jar SAPtrans.jar import logfile=import.log datafile=init.dat connectstring=com.ddte
    k.jdbc.sqlserver.SQLServerDriver;jdbc:datadirect:sqlserver://PRODSQL43:1534;SQL3;SAPPEMDB;password
    java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:datadirect:sqlserver:/
    /PRODSQL43:1534 as user SQL3 (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver][SQLServer]Login failed for user
    'SQL3'.): [DataDirect][SQLServer JDBC Driver][SQLServer]Login failed for user 'SQL3'.
            at com.sap.sdm.util.dbaccess.DBTask.dbImport(DBTask.java:356)
            at com.sap.sdm.util.dbaccess.SapTransTask.perform_import(SapTransTask.java:293)
            at com.sap.sdm.util.dbaccess.SapTransTask.execute(SapTransTask.java:51)
            at com.sap.sdm.util.dbaccess.SapTrans.main(SapTrans.java:21)
    import aborted with java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:da
    tadirect:sqlserver://PRODSQL43:1534 as user SQL3 (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver][SQLServer]Lo
    gin failed for user 'SQL3'.): [DataDirect][SQLServer JDBC Driver][SQLServer]Login failed for user 'SQL3'.
    C:\Temp\load>java -Djava.ext.dirs=. -jar SAPtrans.jar import logfile=import.log datafile=init.dat connectstring=com.ddte
    k.jdbc.sqlserver.SQLServerDriver;jdbc:datadirect:sqlserver://PRODSQL43:1534:SQL3;SAPPEMDB;password
    java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:datadirect:sqlserver:/
    /PRODSQL43:1534:SQL3 as user SAPPEMDB (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver]Unable to connect.  Inva
    lid URL.): [DataDirect][SQLServer JDBC Driver]Unable to connect.  Invalid URL.
            at com.sap.sdm.util.dbaccess.DBTask.dbImport(DBTask.java:356)
            at com.sap.sdm.util.dbaccess.SapTransTask.perform_import(SapTransTask.java:293)
            at com.sap.sdm.util.dbaccess.SapTransTask.execute(SapTransTask.java:51)
            at com.sap.sdm.util.dbaccess.SapTrans.main(SapTrans.java:21)
    import aborted with java.lang.Exception: ERROR: Cannot connect to the database:ERROR: Connect failed to database jdbc:da
    tadirect:sqlserver://PRODSQL43:1534:SQL3 as user SAPPEMDB (java.sql.SQLException/[DataDirect][SQLServer JDBC Driver]Unab
    le to connect.  Invalid URL.): [DataDirect][SQLServer JDBC Driver]Unable to connect.  Invalid URL.
    C:\Temp\load>
    My last attempt was a command using colons and semicolons with the following results.  The closest (there was a significant delay before the error or failure) appears to have been //PRODSQL43;SQL3:1534; (second attempt).  The error listed from this attempt is   "Error establishing socket. Connection refused: connect".
    I also checked the default database that user SAPPEMDB has in place and it is assign the correct database.
    Please help.
    Message was edited by: Owner
            Mike Smayrabunya

    Hey,
    It looks like one of the following:
    1. The DB is down,
    2. The user SAPPEMDB does not have the right authorization.
    3. The password of the user SAPPEMDB is not password
    4. The syntax is incorrect
    in order to find what is the problem,
    please:
    1. Login in the the DB PRODSQL43:1534 with the user "SAPPEMDB" and the password "password",
    this will eliminate the options 1 - DB down, 2 -SAPPEMDB does not have authorization and 3 - password of the user SAPPEMDB is not password.
    2. If the login failed, than please run sql trace with security elements (in the client there is a tool called "SQL Profiler"
    3. If the login is correct, than you check the syntax of the command:
    "java -Djava.ext.dirs=. -jar SAPtrans.jar import logfile=import.log datafile=init.dat connectstring=com.ddtek.jdbc.sqlserver.SQLServerDriver; jdbc:datadirect:sqlserver://vma03:1433;SAPC11DB;password"
    According to the error message "Error establishing socket. Connection refused"
    it looks like The DB is down or syntax is incorrect.

  • Full and delta Data loads in SAP BI 7.0

    Hi,
    Kindly explain me the difference between full and delta data loads in cube and DSO.
    When do we select change log or active table(with or without archive) with full/delta in DTP for DSO.
    Please explain the differences in data load for above different combinations.
    With thanks and regards,
    Mukul

    Please search the forums. This topic has already been discussed a lot of times.

  • Delta data in open hub table

    Hi All,
    Can we store delta data in infospoke DB table.
    I created a infospoke by exporting the data of cube in DB table. now i want to export the delta data of cube in the same table.
    So  Guru's please let me know is this possible in infospoke to store delta data either in file or table.
    Thanks,
    Ekka

    Hi pradeep
    You can store the delta using Info spokes in files.
    Please go through the below articles
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0d48577-9542-2e10-05a1-d6c1e07ea641?QuickLink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20d6059d-f32c-2d10-90a4-f3c1009fb9a9?QuickLink=index&overridelayout=true
    and check the below thread
    Extraction mode Delta in Infospoke by using Multiprovider
    Hope this helps
    Regards,
    Venkatesh
    Edited by: Venky1903 on Jul 29, 2011 4:55 PM

  • Extractor not picking delta data

    Hi All ,
    I have a very peculiar problem with extractor 2LIS_02_SCN .
    The Delta data's are not getting captured in BW as well as in the RSA3 .This is happening for few  PO's .
    I checked the extractor debugger as well (in RSA3) , but it shows only 1 record which is already there in BW , but the new delta data is not available in RSA3 as well .Deltas are running fine everyday .  I also checked in the underlying table EKES for the Vendor Confirmations , I can see 2 records ie the previous as well as the changed records . Now my Problem is why the extractor is not pulling the new changed record . We have Update Mode in R/3 as Direct  Delta
    Note : There were no filling of  set tables done since long time. set up tables are working fine .
    Could anybody help me in this issue .
    Thanks & Regards
    Zeenath Syeda

    Hi sidhartha,
    SAP says :
    <i>To improve performance, this DataSource contains no information about scheduling agreements. This also applies to returns items, service items, and limit items.</i>
    So check whether your records(which are not extracted) are belongs to any one of above types.
    With rgds,
    Anil Kumar Sharma .P
    Message was edited by: Anil Kumar Sharma

  • BI Statistical data not able to load delta data

    Hi Experts,
    I am working on BI7.0, we are trying to activate the BI Statistical cubes and load Delta data, so in the process , I did all the steps , activated and initialised the Data sources in BI
    0TCT_DS03,0TCT_DS02 to the Cubes0TCT_C02 and 0TCT_C03, My aim is  initialise today and load the delta loads from today onwards and I gave init selection on date, as start date today, and I switched on all BI stastical data but my delta records are not coming, I see in RSA7 in my BI system, I did not see my delta getting updated
    Please advise how to get this delta records for these Data sources,
    Thanks in advance

    Hello Dheeraj ,
    If delta is showing Zero records then there is no records changes or creation after the Init Run. So do some activities that will be captured in the Stat and then load the delta.
    Thanks
    Chandran

  • Delta data migration on SAP upgread from 4.6C to ECC 6.0

    Hi,
    We are planning for SAP upgrade in our Production environment and we are facing the below listed constraints and need your advice on the options to peform ECC Upgrade.
    1) Present HW resource is already facing bottleneck and so no additional load can be added.
    2) We have a completely new HW environment due to which we are unable to perform the test upgrade.
    Also, is there anyway to perform the Prepare Activities on new hardware (copy of Production system) first and then do the delta data migration for update of transactional data from present production system to new system (Prepare Activities done on this system) without affecting the Prepare Activities data.
    Thanks & Regards,
    Pratap

    Hi Pratap,
    You can first make a copy of you production system on new hardware by homogeneous system copy. Then do the test upgrade if everything will be fine. Then as suggested earlier migrate your production to new hardware and then do the upgrade.
    Thanks
    Sunny

  • Delta data load for huge table in Data Services XI R3

    Hi,
    We have a project requirement of pulling delta data once in a week from table which has around 44 million records but it doesn't have any last modified column.
    In such case we have to use table comparison transform, but it will be very time consuming.
    Please provide some suggestions to meet this requirement.
    The source of DS job is a snapshot(the source table is in a remote database).
    Thanks!

    Because SAP Business Objects Data Services XI 3.x doesn't have any built-in delta-enablement mechanism with R3/ECC, the only possibility right now is to do a table compare. Given that this is only a weekly activity, while maybe time-consuming, it may be sufficient.
    In the future, you may want to consider activating the related SAP BW standard content DataSource(s) to extract into Data Services prior to loading to the target repositories. This may provide delta-enablement for the data that you're extracting.

  • BW 7.3 ,can we extract delta data from mutiproviders using OHD

    Hi Gurus,
    My requirement is to extract the delta data from multiple infocube (more than one IC) using open hub destination to third party system. We thought of implementing BW 7.3 so that we can extract delta data from multiproviders instead of cubes to open hub destination...
    My question is:
    1.Is that possible to extract delta data from multiproviders using open hub destination.
    2.Is there any limitations?
    3.list of possible known issues from BW7.3 .
    Please suggest your valuble experience..
    Thanks in advance
    Vaish

    Hi Vaish,
    Yes you are right. In 7.3 we can extract data from MultiProviders using DTP.
    This is the new functionality in 7.3
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/304444f7-e02d-2d10-9c97-d5e3ecf09882?QuickLink=index&overridelayout=true
    check the 18th slide in the above PDF
    Regards,
    Venkatesh

  • How to create delta data

    Hello Gurus,
          I want to test a delta datasource in sap bw, how can I create delta data for that testing?
    Many thanks.

    hello there,
    i hope you got some abap under your belt - here you go...
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33?quicklink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d3219af2-0c01-0010-71ac-dbb4356cf4bf?quicklink=index&overridelayout=true

  • Data Cache Vs Data Retreival buffers

    Hello All-
    I want to know how does the increase / decrease of data cache effects the size of Data retreival buffer size?
    I was going through dbag and it says
    *"When you retrieve data into Essbase Spreadsheet Add-in for Excel or use Report Writer to retrieve data, Essbase uses the retrieval buffer to optimize the retrieval"*
    Is there any interdependence between data cache size and data retreival buffer?
    Moreover in dbag i found in section "Enabling Dynamic Retrieval Buffer Sizing" as follows:
    If a database has very large block size and retrievals include a large percentage of cells from each block across several blocks, consider setting the VLBREPORT option to TRUE in the Essbase configuration file essbase.cfg.
    Has anybody used this command in past and can let me know the pros and cons of it?
    Thanks!

    Hello Glenn-
    Thanks for the reply. On reading dbag ahead it states:
    When the VLBREPORT setting is TRUE, Essbase internally determines an optimized retrieval buffer size for reports that access more than 20% of the cells in each block across several blocks. This setting takes effect only if the outline does not include Dynamic Calc, Dynamic Times Series, or attribute members.
    The above sentence in bold what does that mean? It seems to be a vague statement as i cant imagine of an outline which dont have dynamic calc or dynamic time series enabled. Moreover my outline has 6 different attribute dimensions as well.
    If i understood it correctly and i put this command in config file and have any of the above mentioned constraints (Dynamic Calc, Dynamic Times Series, or attribute members) in outline it will not work ??
    There is another quick question not related to this post i was going through my application configuration file and here is a copy of it:
    *; The following entry specifies the full path to JVM.DLL JvmModuleLocation E:\Hyperion\common\JRE\Sun\1.5.0\bin\client\jvm.dll SharedServicesLocation admin.companyname.int 58080 AuthenticationModule CSS http://admin.companyname.int:58080/interop/framework/getCSSConfigFile AGENTDESC ESSBASE Service*
    CALCLOCKBLOCKHIGH 500
    CALCLOCKBLOCKDEFAULT 200
    CALCLOCKBLOCKLOW 50
    The sentence that is marked as bold whats the purpose of that statement in confirg file ? Do we need it in our configuration file or we can delete it?
    Thanks!

  • Project Systems delta data

    Hi,
    I need to capture data at runtime through CJ20n before saving.
    I have used Validation at Network Header level and used the function module 'CO_BO_OPR_OF_ORDER_GET' to get activities.I need to get delta data,
    So I check on the field VBKZ.
    However if I change one activity, for all the activities
    i get VBKZ = 'U'.
    I want to capture only those activities that are actually changed.
    Any idea?
    Thanks & Regards,
    Vanita

    Vanita,
    It makes sense if SAP marks all activities updated even if you change one activity because activities have relationship among them and change in duration of one activity may change the scheduling of other activities too.
    Inside the network header level validation, you could read the activities from database again. You can do it by reading table AFVC against routing number of network and blank SUMNR. It will give you all activities in one select statement. You can move the both data for one particular activity( from datbase and from function module)  to two similar structures ( structure almost like AFVC but with out administrative information like last changed on, at, by etc etc). By comparing them, you can identify if aqctivity got changed.
    If an activity was previously scheduled and now you change its duration or dates then SAP puts a system status NTUP. if you are just interested in activities with changed dates, you can go by system status change to NTUP.
    I hope this helps.
    PS - Please award the points if it helps.

  • What happend to past delta data if we delete Delta INIT from Cube? safe ?

    Hi Friends,
    we have a cube where delta data is loaded daily from ODS.
    So, cube have many delta requests and data is compressed.
    Now have some problem and need to delete Delta INIT from this Cube and run fresh delta INIT again into Cube from ODS. Is that safe ?
    If we do this...is there is any problem with past delta data availble in the Cube?
    Please confirm..
    Thanks
    Tony

    Hi,
    I told you to check this before deleting the init as it very tough to manage it after that.
    Now those delta request are missed and I dont think can be retrieved without doing a full repair with proper selection.
    If you do a new init then there should be no request without a check for data mart status??
    So you found it before deleting the init??Then you should not have deleted the init as I told earlier.
    The only option is too reload the whole histroy again if you are not able to load it through selections in infopackage.
    First do a selective deletion from the cube for the same selections and then schedule the full load for those selections from DSO.make sure these selections cover the whole scenario.
    You cannot do anything else now to correct it.
    If you data is not huge in cube then delete the whole data and reload it.
    Schedule multiple loads from the DSO at the same time through different infopackages.
    this will save time as weill will do the loads in quick time.
    Thanks
    Ajeet

Maybe you are looking for

  • Graphical Mapping Vs XSLT mapping Vs Java Mapping Vs ABAP Mapping

    Hi Experts,           I have a question regarding different message mapping options available in XI namely Graphical Mapping XSLT mapping Java Mapping ABAP Mapping Q1: Which amoung the above mappings is the best and why? Q2: On what cases Graphical,

  • Ease in/ease out motion panning keyframes

    this seems to be very difficult to accomplish. does anyone have a method to do this sucessfully take photo and pan it from left to right, or up and down, it starts at slow and smooth gets moving (not too fast) and slows down to a beautiful stop at en

  • Spry 1.6.1 released

    Hi All, As some of you early risers have noticed, we have formally released Spry 1.6.1, a dot release for Spry. This was mostly done to ensure compatibility with Adobe AIR, which was released today http://www.adobe.com/products/air/ In order for Spry

  • Dynamice field in the Select statement ?

    I want to query a table and get the SUM (  fieldx) without any where clause. However,  the fieldx should be dynamic.     Select SUM ( Gross_Wt ) from table.  I want the Gross_Wt field to be dynamic. Any sugestions.

  • Compressor  presets question

    I'm using Compressor 3 to compress a 1.5 minute video in Apple ProRes 422 to something pretty portable- something that I can demo on my late 2005 PowerBook G4. Exporting my video right from Final Cut Pro 6 gives me a file roughly 2.3 GB. What's the b