T-SQL script help needed on creating a distribution.

Hello Team -
I'm new to T-SQL.
I have a set of sales reps and have accounts assigned to them. I want to be able to take out only those accounts for each
sales rep whose REVMIX won't exceed more than 10% (summing up the total revmix and capping it to <=10%). Not sure how to get to it.
Kindly help. Below is how the data looks like.
SALES REP
ACCOUNT_ID
REVENUE
TOTALREVENUE 
            REVMIX
23626
123456791
100
$44,100
0.2%
23626
123456793
300
$44,100
0.7%
23626
123456795
500
$44,100
1.1%
23626
123456797
700
$44,100
1.6%
23626
123456799
900
$44,100
2.0%
23626
123456801
1100
$44,100
2.5%
23626
123456803
1300
$44,100
2.9%
23626
123456805
1500
$44,100
3.4%
23626
123456807
1700
$44,100
3.9%
23626
123456809
1900
$44,100
4.3%
23626
123456811
2100
$44,100
4.8%
23626
123456813
2300
$44,100
5.2%
23626
123456815
2500
$44,100
5.7%
23626
123456817
2700
$44,100
6.1%
23626
123456819
2900
$44,100
6.6%
23626
123456821
3100
$44,100
7.0%
23626
123456823
3300
$44,100
7.5%
23626
123456825
3500
$44,100
7.9%
23626
123456827
3700
$44,100
8.4%
23626
123456829
3900
$44,100
8.84%
23626
123456831
4100
$44,100
9.30%
236267
123456802
4300
167500
2.57%
236267
123456814
4500
167500
2.69%
236267
123456826
4700
167500
2.81%
236267
123456838
4900
167500
2.93%
236267
123456850
5100
167500
3.04%
236267
123456862
5300
167500
3.16%
236267
123456874
5500
167500
3.28%
236267
123456886
5700
167500
3.40%
236267
123456898
5900
167500
3.52%
236267
123456910
6100
167500
3.64%
236267
123456922
6300
167500
3.76%
236267
123456934
6500
167500
3.88%
236267
123456946
6700
167500
4.00%
236267
123456958
6900
167500
4.12%
236267
123456970
7100
167500
4.24%
236267
123456982
7300
167500
4.36%
236267
123456994
7500
167500
4.48%
236267
123457006
7700
167500
4.60%
236267
123457018
7900
167500
4.72%
236267
123457030
8100
167500
4.84%
236267
123457042
8300
167500
4.96%
236267
123457054
8500
167500
5.07%
236267
123457066
8700
167500
5.19%
236267
123457078
8900
167500
5.31%
236267
123457090
9100
167500
5.43%
236268
123457102
9300
136500
6.81%
236268
123457114
9500
136500
6.96%
236268
123457126
9700
136500
7.11%
236268
123457138
9900
136500
7.25%
236268
123457150
10100
136500
7.40%
236268
123457162
10300
136500
7.55%
236268
123457174
10500
136500
7.69%
236268
123457186
10700
136500
7.84%
236268
123457198
10900
136500
7.99%
236268
123457210
11100
136500
8.13%
236268
123457222
11300
136500
8.28%
236268
123457234
11500
136500
8.42%
236268
123457246
11700
136500
8.57%

This is close to a live data. There are about 23 rows here from the table. Sum(REVENUE) for the 10 rows would add up to 2380114.397. I will get 10% MIX if I divide it with RUNNINGTOTAL_REVENUE. For some reason when
I'm applying where condition it's not returning those first 10 rows. Not sure what the problem is. :(
SALESREP
ACCOUNT_ID
REVENUE
RUNNINGTOTAL_REVENUE
MIX
236300
ACCOUNT1
17917.83
23451885.59
0%
236300
ACCOUNT2
67402.07
23451885.59
0%
236300
ACCOUNT3
69576.646
23451885.59
0%
236300
ACCOUNT4
82828.84
23451885.59
0%
236300
ACCOUNT5
130955.866
23451885.59
1%
236300
ACCOUNT6
153865.04
23451885.59
1%
236300
ACCOUNT7
316329.34
23451885.59
1%
236300
ACCOUNT8
476030
23451885.59
2%
236300
ACCOUNT9
483660.01
23451885.59
2%
236300
ACCOUNT10
581548.755
23451885.59
2%
236300
ACCOUNT11
669007.05
23451885.59
3%
236300
ACCOUNT12
683942.12
23451885.59
3%
236300
ACCOUNT13
748481.98
23451885.59
3%
236300
ACCOUNT14
878047.8
23451885.59
4%
236300
ACCOUNT15
1127457.05
23451885.59
5%
236300
ACCOUNT16
1221103.91
23451885.59
5%
236300
ACCOUNT17
1422627.56
23451885.59
6%
236300
ACCOUNT18
1492686.19
23451885.59
6%
236300
ACCOUNT19
1698136.33
23451885.59
7%
236300
ACCOUNT20
2536279.246
23451885.59
11%
236300
ACCOUNT21
2618973.05
23451885.59
11%
236300
ACCOUNT22
2860847.283
23451885.59
12%
236300
ACCOUNT23
3114181.627
23451885.59
13%

Similar Messages

  • SQL Server2008 help needed

    Having trouble with SQLServer 2008 (not MySQL) and my database connection in Dreamweaver CS6.  My document type is set as .asp using VBScript.  I can list the table information  but cannot use the insert wizard to add new records.  I don't get any errors after creating the insert form, but no records get inserted.  I'm not a VBScript expert, but do I have to manually write some code to insert records?  How do I attach it to a button?

    Thanks for the quick reply.  I won't be back in the office for a few days, but I'll try to post it when I get back in.  It's pretty much the code generated from the Dreamweaver Insert Record wizard.  I see where the submit button is created and the value is set but the action on the form is set to MM_insert, so I don't see where the submit code is actually called.
    Date: Wed, 3 Oct 2012 12:06:14 -0600
    From: [email protected]
    To: [email protected]
    Subject: SQL Server2008 help needed
        Re: SQL Server2008 help needed
        created by bregent in Dreamweaver General - View the full discussion
    This post should be moved to the app dev forum.  Please post the code from your form and the insert script pages.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4746757#4746757
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4746757#4746757
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4746757#4746757. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver General by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • SQL script help please - creating 'batches' of rows in a table

    I have a table, ADAM_TEST1, that contains just 1 column - AMOUNT:
    SQL> desc adam_test1;
    Name Null? Type
    AMOUNT NUMBER(12)
    ..I have 5000 rows in this table.
    I need to insert rows into another table, ADAM_TEST, which contains these values but also assign each item a unique item_number and a batch_id for every 1000 rows.
    SQL> desc adam_test;
    Name Null? Type
    BATCH_ID NUMBER(4)
    ITEM_NUMBER NUMBER(4)
    AMOUNT NUMBER(4)
    e.g. BATCH_ID 1 will contain 1000 rows with the amounts from ADAM_TEST1 with item_numbers of 1-1000, then BATCH_ID 2 with the next 1000 rows with item numbers 1-1000 etc ...
    I can populate the table with 1 batch_id and use a sequence to number them all but I'm having problems splitting them into their batches and resetting the sequence after each batch_id increment.
    Some help here would be great!
    Thanks,
    Adam

    technoarcanum wrote:
    Here's another way of doing it in a single SQL statement.
    Run this and you'll see I've batched my test data up into batches of 10:
    insert into test_109 select col_1
    ,row_number() over (order by col_1)
    ,ceil(row_number() over (order by col_1)/10)
    from test_108;
    select * from test_109;Unfortunately that doesn't reset the item number for each batch..
    SQL> ed
    Wrote file afiedt.buf
      1  select empno
      2        ,row_number() over (order by empno)
      3        ,ceil(row_number() over (order by empno)/10)
      4* from emp
    SQL> /
         EMPNO ROW_NUMBER()OVER(ORDERBYEMPNO) CEIL(ROW_NUMBER()OVER(ORDERBYEMPNO)/10)
          7369                              1                                       1
          7499                              2                                       1
          7521                              3                                       1
          7566                              4                                       1
          7654                              5                                       1
          7698                              6                                       1
          7782                              7                                       1
          7788                              8                                       1
          7839                              9                                       1
          7844                             10                                       1
          7876                             11                                       2
          7900                             12                                       2
          7902                             13                                       2
          7934                             14                                       2
    14 rows selected.
    SQL>Instead you need to MOD it...
    SQL> ed
    Wrote file afiedt.buf
      1  select empno
      2        ,mod(row_number() over (order by empno)-1,10)+1
      3        ,ceil(row_number() over (order by empno)/10)
      4* from emp
    SQL> /
         EMPNO MOD(ROW_NUMBER()OVER(ORDERBYEMPNO)-1,10)+1 CEIL(ROW_NUMBER()OVER(ORDERBYEMPNO)/10)
          7369                                          1                                       1
          7499                                          2                                       1
          7521                                          3                                       1
          7566                                          4                                       1
          7654                                          5                                       1
          7698                                          6                                       1
          7782                                          7                                       1
          7788                                          8                                       1
          7839                                          9                                       1
          7844                                         10                                       1
          7876                                          1                                       2
          7900                                          2                                       2
          7902                                          3                                       2
          7934                                          4                                       2
    14 rows selected.
    SQL>

  • Anyone got a SQL script that outputs Oracle create statements?

    Hi all,
    I've been using a data modeling tool (ER/Studio from Embarcadero Technologies) to design my database (which currently is 11g XE running on Win7). I need to ensure that the data model and database are 100% in sync. My lack of DBA abilities now haunts me. I need to accomplish one of two things.
    1. Run a SQL script that outputs the full compliment of Oracle CREATE statements that define my app's database (BTW, all of my tables are prefixed with "PT_").
    2. Connect ER/Studio with the local 11g XE database.
    Unless someone is familiar with ER/Studio reverse-engineering, I imagine #1 above is the more straightforward solution. Does anybody have such a script they can share with me?
    Thanks so much,
    Kim

    Hi,
    Maybe this blog post helps you.
    http://www.apex-at-work.com/2013/03/generate-ddl-source-code-with-sql.html
    BTW, you are posting in wrong forum as this is Application Express forum and your question do not have anything do with this product.
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Help need to create a query

    I need to fetch records from a table. Please help me to create a query
    The Tablename is Employee. It has the following records
    Department Empname Gender
    Finance Tom Male
    Finance Rick Male
    Finance Stacy Female
    Corporate Tom Male
    Corporate Rob Male
    I want to select the value of the Gender field from the Employee table corresponding to a Department
    If all the values in the Gender field are 'MALE' corresponding to 'finance' in the Department field, the value should be 'MALE'
    If there is a value 'FEMALE', the gender corresponding to the Empname 'TOM' should be considered as the gender

    Tables have rows - not records.
    Your question is a basic SQL language question - which means you do not know the SQL language. This forum is not a classroom for teaching you the SQL language.
    Use the following as the basic outline of how your SQL language statement need to look like for selecting the required from the table:
    SELECT
      <<sql projection goes here>>
    FROM <<table name goes here>>
    WHERE <<filter conditions go here>>
    {code}
    The SQL projection specifies the list of columns the SQL need to return to the caller.
    The filter condition is basic predicates and AND and OR  can be used for multiple predicates.
    Go to http://tahiti.oracle.com and look for the +SQL Reference Guide+ for the Oracle version you are using. The +SELECT+ statement syntax is covered in detail and sample statements are provided.
    And please do not expect this forum to be used as a classroom, or expect this forum to do your homework for a class.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Running sql script files to re create database

    We have having around 10 sql script file that has sql statments inside it (example insert .... delete...update.... etc).Right now what we do is that in jdbc we open each script file, and read each line ,and then make jdbc call run jdbc for each sql statement inside the file.
    Wondering if there is a better way to do this.
    Right now the challenges are
    1)The process goes wrong if there is an extra semi colon ...or extra space after a statments...etc...Basically I find this way of creating data odd...
    2)it is slow because of the network traffic between application server and database server for every sql statements that gets executed.The solution for this issue is to do a batch update....But still I dont like this solution.
    Can someone give me any better idea.
    I am thinking to have all this sql script moved to a store procedure (rather than inside the sql script file) .JDBC then can pick this store procedure sql file ,and create this store procedure via jdbc, and then execute this store procedure.
    This will be faster because all the sql will be running in the databsase.Only one trip to database to call this store procedure.
    Is this a good idea ?
    thx
    m

    Manjit wrote:
    We have having around 10 sql script file that has sql statments inside it (example insert .... delete...update.... etc).Right now what we do is that in jdbc we open each script file, and read each line ,and then make jdbc call run jdbc for each sql statement inside the file.
    Wondering if there is a better way to do this.
    Right now the challenges are
    1)The process goes wrong if there is an extra semi colon ...or extra space after a statments...etc...Basically I find this way of creating data odd...
    2)it is slow because of the network traffic between application server and database server for every sql statements that gets executed.The solution for this issue is to do a batch update....But still I dont like this solution.
    Can someone give me any better idea.
    I am thinking to have all this sql script moved to a store procedure (rather than inside the sql script file) .JDBC then can pick this store procedure sql file ,and create this store procedure via jdbc, and then execute this store procedure.
    This will be faster because all the sql will be running in the databsase.Only one trip to database to call this store procedure.
    Is this a good idea ?
    thx
    mI'm not 100% sure i follow (it's Friday and i have a mild case of ADD).
    Are you suggesting having the Java application create procedures in the database on the fly? If so i would say that's not a good idea.
    Create the stored procedures in the database, have Java call them as needed to process data.
    If you need to load copious amounts of data, look in to external tables, it's possible they could come in handy for what you are doing .... or not ... again, it's hard to say given i find your description of what's currently happening somewhat confusing.

  • SQL Query Help Needed

    I'm having trouble with an SQL query. I've created a simple logon page wherein a user will enter their user name and password. The program will look in an Access database for the user name, sort it by Date/Time modified, and check to see if their password matches the most recent password. Unfortunately, the query returns no results. I'm absolutely certain that I'm doing the query correctly (I've imported it directly from my old VB6 code). Something simple is eluding me. Any help would be appreciated.
    private void LogOn() {
    //make sure that the user name/password is valid, then load the main menu
    try {
    //open the database connection
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection con = DriverManager.getConnection("jdbc:odbc:LawOffice2000", "", "");
    Statement select = con.createStatement();
    String strTemp = "Select * From EMPLOYEES Where INITIALS = '" + txtUserName.getText() + "' Order By DATE Desc, TIME Desc";
    ResultSet result = select.executeQuery(strTemp);
    while(result.next()) {
    if (txtPassword.getPassword().toString() == result.getString("Password")) {
    MenuMain.main();
    else {
    System.out.println("Password Bad");
    System.out.println(txtUserName.getText());
    System.out.println(result.getString("Password"));
    break; //exit loop
    //close the connection
    con.close(); }
    catch (Exception e) {
    System.out.println("LawOfficeSuite_LogOn: " + e);
    return; }
    }

    The problem is here: "txtPassword.getPassword().toString() == result.getString("Password"))"
    Don't confuse String's equals() method with the equality operator '=='. The == operator checks that two references refer to the same object. If you want to compare the contents of Strings (whether two strings contain the same characters), use equals(), e.g. if (str1.equals(str2))...
    Example:String s1 = "foo";
    String s2 = new String("foo");
    System.out.println("s1 == s2: " + (s1 == s2)); // false
    System.out.println("s1.equals(s2): " + (s1.equals(s2))); // trueFor more information, check out Comparison operators: equals() versus ==

  • Help needed to create Quik Time VR movies, step by step

    Hello,
    thank you for your attenction.
    I need to create Quick time vr movies, and I need to know the exact sequance of steeps to do it, and if the starting point I use is correct.
    1) I shooted a sequence of photos with my digital camera (for example: www.stebianchi.com/quicktimevrhelp/still-photo.jpg).
    2) Then, with photoshop (CS4) I choose: Automate/photomerge and I select all them to joint them in a bigger 360° panoramic one (www.stebianchi.com/quicktimevrhelp/pan.jpg). If, untill here, all is correct, the first question: in photoshop Photomerge layout option, do I have to choose one voice "auto, perspective, cylindrical, spherical, etc..." rather than anoter one of these?
    3) from here, I really need your help.
    First of all: the great doubt:
    My photos can not cover a spherical panorama, they're only a "ring" around a center (and not a spherical texture). To cover all the surface (or almost all, ok...) of my ambient, do I have to use a wider lens on my camera or there is a different solution (for ex a vertical photomerge?).
    4) Done this, I think I shuold buy a software like Cubic converter, to set and export the QTVR movie. Right?
    Thanks a lot guys,
    all the best!
    Stefano

    You can call your local apple store(find one on the home page of apple.com) and they will give you instructions how to convert DVD to iPod. That is what they told me, but from what I heard, you may need more than Quicktime Pro. Just call and ask them, because if you make a manual of how to do it, it could help me a lot.
    (I'm looking for a good DVD converter, already know some, beside the internet download ones)

  • Help Needed in Creating Java Class and Java Stored Procedures

    Hi,
    Can anyone tell how can i create Java Class, Java Source and Java Resource in Oracle Database.
    I have seen the Documents. But i couldn't able to understand it correctly.
    I will be helpful when i get some Examples for creating a Java Class, Java Source and Stored Procedures with Java with details.
    Is that possible to Create a Java class in the oracle Database itself ?.
    Where are the files located for the existing Java Class ?..
    Help Needed Please.
    Thanks,
    Murali.v

    Hi Murali,
    Heres a thread which discussed uploading java source file instead of runnable code on to the database, which might be helpful :
    Configure deployment to a database to upload the java file instead of class
    The files for the java class you created in JDev project is located in the myworks folder in jdev, eg, <jdev_home>\jdev\mywork\Application1\Project1\src\project1
    Hope this helps,
    Sunil..

  • Help needed for creating 1 invoice for 2 different material types.

    Dear, Gurus
    I really need help here I have spent 3 days cracking my head trying to solve the problem. Problem is client was creating invoice with reference to order and while invoice was being made it would cause an invoice split. The materials involved are Trading Good and Service Material. They would like only 1 invoice. Note nothing was different except material group and item cat. of the material. payment terms billing dates partners everything is same.
    Current item config for Trading Good material is ZMPI-project item cat.
    Copying requirements   023  Item ord.ref. w/o AZ        Billing quantity     A
    Data VBRK/VBRP         000                                           Pos./neg. quantity   +
                                                                                    Pricing type         K
                                                                                    PricingExchRate type
                                                                                    Price source
    Current item config for service Material is TAD-Service
    Copying requirements   002  Item/order-related          Billing quantity     A
    Data VBRK/VBRP         001  Inv.split (sample)            Pos./neg. quantity   +
                                                                                    Pricing type         G
                                                                                    PricingExchRate type
                                                                                    Price source
    I was told to change Data VBRK/VBRP to 003 One Invoice which I did in both of these item cat. and yes they worked perfectly but at time of creating the invoice for service material the qty that showed was 11. Note: In sales order it is 1 qty. So I went back into the config of item cat TAD and changed copying requirement to 023 instead of 002 but nothing changed. Seems a qty of 10 is referencing something else which I have no idea what or where it is picking this up from. Just to see or test things I went into the sales order and tried changing the service material qty then a weird popup appears and says service order 12344456 has been blocked. (Seriously I have no idea why this would happen or should be existing at all.) Even if for some reason it is being referenced the service order that is existing is qty 1.
    I really really do need help and if someone can help me that would be god sent.
    Regards, Ali

    You did not mention what value is maintained in the field billing quantity in the copy control->Item settings. Check for the service item, what value is assigned. Put value A and re-test.
    Note that whenever you change any settings in configuration side, you need to create a new documents to test the results of the settings. You should not use the existing documents.
    When you say the document is blocked, then check the status of the sales order to find the reason for blocking (like credit block, approval etc)..
    Regards,

  • Help needed to create a CSS 'style-switcher' button.

    Hi,
    I need some help please in creating alternate style sheets for each page on a site I'm creating to enable users to change text size (i.e. small, normal and large options - sometimes, symbolized as a letter 'A' in varying sizes). The site has been built in basic format so far but I would like to add these features for the sake of usability. There are no actual problems with the site as it currently works fine, it's just this one thing I need help with.
    Is this possible using post-processing methods, (which I have no problem doing) and if so could someone kindly point me in the right direction? I've searched the iWeb forum using keywords most relevant to this question and have found nothing.
    Any help greatly appreciated,
    Matt
    MacMini G4 1.42GHZ   Mac OS X (10.4.8)  

    Thanks varkgirl,
    This works (partially): this is the page:
    http://www.charitydesigns.com/odyssey/index.html
    The first paragraph is not responding and at larger sizes line spacing is not in proportion to the size of the text (and is squashed), what am I doing wrong?
    Hope you can assist.

  • Underlying SQL or SQL Script for Calculated Views Create Graphically

    Hello,
    Is it possible to view the SQL or SQL script generated for calculated views that are created graphically?

    Hi Mike,
    For your calculation view you will find the corresponding column view created in schema '_SYS_BIC'-->Column Tables->
    <packagename>/<Calculation view> --> Open Definition of this and check the 'create statement'.
    Note: This is a information modeler generated SQL script which will show the generated Calculation Scenario and the respective Column View.
    Regards, Rahul
    Seems the answer was already given by Murali while I typed
    Edited by: Rahul Pant on Mar 2, 2012 5:22 AM

  • Help needed to create Notification in IW21 tr code using BAPI

    <b>Hi Experts,
                      I am searching for some BAPI's of IW21 tr code, where I need to create Notification using the details of some legasy system/flat file. I dont wanna use BDC, I need to use BAPI so could anyone help me out.
    Thanks in advance,
    Sunil</b>

    <b>Hi Surya,
                   Thanx for your reply, if u have the program to create the notification could you please send me,,,, I need it urgently....I have a Z-table which has the datas like;
    CusomerName
    Customeraddress
    Work_order_type
    Work_order_priority.........and so on...
    Now I need to create notification using the same datas....
    Thanks in advance..
    Sunil</b>

  • Help needed to create desktop application background using javaFx.

    Hi,
    i need to create background for my desktop application in JavaFx. It have top side bottom menu bars to place icon buttons for my app. The whole scene need to resize. I had tried this using
    JavaFx composer. But my issue is like in java swing i can not able to create different panels and set different styles. Please help me on this issue.
    Thankyou.

    Hi mate take a rectangle and fill it to scene width !
    use fill gradient and bind it to your main scene.width
    for example :
    Rectangle {
    fill: color.Blue
    stroke: LinearGradient {
    startX: 125.0, startY: 0.0, endX: 225.0, endY: 0.0
    proportional: false
    stops: [
    Stop { offset: 0.0 color: Color.web("#1F6592") }
    Stop { offset: 1.0 color: Color.web("#80CAFA") }
    use appropriate start and offset then bind it to scene width and height.
    width : bind scene.width;
    height : bind scene.height ;

  • HELP NEEDED BADLY, creating Block Avoider game.

    Could anyone please help me with creating a game called block avoider, i have a link here to show what the game should look like. I need alot of help with it so if anyone is good a coding and see`s this as an easy project helping me would be greatly appreciated.
    LINK TO SIMILAR GAME:
    http://scratch.mit.edu/projects/timo4932/82326

    We can help, but we won't do it for you. Start the game, and post a question if you are stuck and need help.

Maybe you are looking for

  • Conflict Quictime Player with RME-Hammerfall Soundcard

    I have a RME-Hammerfall Soundcard PCI. When I use the Windows Media Player everything is OK,unfortunately with the Quictime Player I have audio distorsion. Could you help me please with this problem ? thank you very much in advance for your answer an

  • Authentication on prooxy

    hello everybody, i created a Abap proxy using Integration Directory Programming Interface WSDL (API) for modify in massive way my comunication channell on XI 3.0. I created my report following this blog: /people/alessandro.frontini/blog/2008/10/20/us

  • Error parsing using SAXP

    Hi all, I would like your help in the following: If I pass a file name as an argument of a parse method, it gives me an error like: java.net.MalformedURLException: unknown protocol: c However, if I pass an URL as an argument, it gives me an error lik

  • Video thumbnails not showing in A3

    Hi, could anyone tell me why most of my video thumbnails aren't visible in A3? I have around 60 video clips imported into Aperture and only around 5 are identifiable via the thumbs, the rest are just black squares with the flag icon appearing over th

  • MaxDB, i will be not installing

    hi i try install SAPNW7.01ABAPTrial. The intallation be run to successfull, but when i want start the sapservices with db instance, became the error message, maxdb not available. i think and i see, that the the database is not installed. at the drive