FB60 validation help

Hi Friends,
I am using the copy standard program 'rggbr000' to Z for my validation rule for Tcode FB60.
My requirement is when the user enter Part.Bank field(invfo-BVTYP) in Payment tab then my validation exit should done some check. The problem is, it's not going to my debug point (as it is functioning only for Basic data fields). I have tried giving break-point in various areas of exit but it's not functioning for payment tab fields while saving or performing next action.
Is this a correct validation program? or is there any other solution available?
Please advise.
PS: GGB0 decalration are done perfectly.
Thanks & Regards
Sankar.

>
Vinod Kumar wrote:
> Check whether the field mentioned by you is availiable for validation.  For this check the entries in table GB01 (Field - BEXCLUDE).
> Alternatively, test the validation by simulating it from ob28.
1. You can view the fields which can be validated in GGB0.
2. I don't think any simulation can be done via OB28. It is a simple parameter trxn of SM30 for maintaining view 'V_T001D'. Correct me if i am wrong.
BR,
Suhas

Similar Messages

  • MDM Data Manager Expressions / Validation Help

    Hello.
    I am trying to create some validations that are not working. I am trying to create a validation that when a user creates a new customer, if the country is US, than the company code must be 1001.
    This is the validation I created: Country.Code="US"=Company Code Data.Company Code.Code="1001"
    I do not get an error message when creating this. But when I go to test it, and enter a customer with Company Code 1001, I still get my error message.
    When I select my Qualified Lookup Table from Company Code Data, I do not see just 1001 from the drop down list. I see "DB, Inc., 1001" (which is obviously the code AND the name combined).
    I only specified code in my validation...but even when I change the validation to: Country.Code="US"=Company Code Data.Company Code.Code="DB, Inc., 1001" I STILL get the error message!
    Help! : )
    I will definatley award points for helping!
    Nichole

    Hi,
    Firstly you havnt elaborated your problem fully anyways...
    I am assuming Main table  having field Country which is looking into the lookup table Countries and having field say Code
    Company Code Data is field in main table which is look up to qualified table (say Qualified country) which contains field Company Code as either (Qualifier or non-qualifier) and this Company code is further lookup to some table say Codes having field name as code .
    IF(FIND(Country.Code, "US"), Company Code Data.Company Code.code = "1001", FALSE)
    IT SHOULD WORK..... 
    Thanks,
    Mandeep Saini
    Edited by: Mandeep Saini on Jul 31, 2008 5:31 PM

  • Validation help required

    I have a Region where there are 2 fields.
    Field A is a "Text field" Item where a user enters a number.
    There is also a validation of "Item type is numeric" on the text field item to ensure a number is entered.
    Field B is a "Display as text item" that takes the number input by user from Field A and translates the number to metric via a PL/SQL function call after the "Apply Changes" button is pressed.
    If an alphabetic character is entered into Text field A by the user and the apply changes button is pressed, my inline error message is displayed(desired) however there is also a pl/sql error:
    "ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    Error ERR-1020 Error in PLSQL item processing (function)." (along with the familiar red stop sign with X in middle)
    How can I avoid having the Oracle PL/SQL error message appearing?
    How can i set up the first validation to avoid passing a non-numeric to the second field?
    I tried adding a second "item type is numeric" validation on the 2nd item but i still get the PL/SQL error message displayed and a second inline error message is displayed.
    Any help would be much appreciated.

    George,
    You could use PL/SQL returning boolean and do something like this:
    DECLARE
    number_test NUMBER;
    BEGIN
    number_test := to_number(:P1_MyField);
    return TRUE;
    EXCEPTION
    WHEN OTHERS THEN
    RETURN FALSE;
    END;
    Chad

  • Item Master SP validation help

    Dear Experts,
    Please help me on creating a validation script on SP_PostTransaction.
    I will like to validate that if my Item master to be added is an inventory item, the item name must end with "-FAB" or "-FGT" or "-ACC". If not, prompt an error and do not allow add.
    Much Thanks in advance for your help!
    Warmest Regards,
    Chinho

    You can use this, but not in the SP_PostTransaction, but in the SBO_SP_TransactionNotification  procedure, inserting after the line
    --     ADD     YOUR     CODE     HERE
    If @object_type = '4' and @transaction_type in ( 'A','U')
    BEGIN
    If exists
    (Select I.ItemName  From OITM I
      Where I.ItemCode=@list_of_cols_val_tab_del
        and right(I.ItemName,4) not in ('-FAB','-FGT','-ACC')
        and I.InvntItem='Y' )
    select  @error =11,
         @error_message = 'Item name invalid !'
    END

  • Selection Screen Validation Help

    HI,
       I have used the function module rrms_message_handling in i_step = 2 to validate user entry...The message pops up correctly.....But when i try to use RAISE AGAIN or RAISE NO_REPLACEMENT the program terminates.....Did any one of you face this issue.....is there a solution for the same
    <b>source code and dump analysis</b>
    IF WA_VAR1-HIGH > p_calmon.
        CALL FUNCTION 'RRMS_MESSAGE_HANDLING'
          EXPORTING
            I_CLASS = 'RSBBS'
            I_TYPE = 'E'
            I_NUMBER = '000'
            I_MSGV1 = ' message'
          EXCEPTIONS
            DUMMY = 0
            OTHERS = 0.
          CALL FUNCTION 'RRMS_MESSAGES_SHOW'.
          CALL FUNCTION 'RRMS_MESSAGES_DELETE'.
    >>>>    RAISE NO_REPLACEMENT.
      endif.
    <b>Error analysis</b>
        A RAISE statement in the program "SAPLZ_SK_BEX_VARIABLES" raised the exception
        condition "NO_REPLACEMENT".
        Since the exception was not intercepted by a superior
        program, processing was terminated.
        Short description of exception condition:
        For detailed documentation of the exception condition, use
        Transaction SE37 (Function Library). You can take the called
        function module from the display of active calls.

    Thak you for all .
    AS per my request the validation issue is resolved, now my client want to filter the data based on app id with company code , date and pay run id.
    Here the the app id is from global constan table, there is no key field, but we fetch the same app id in the form print using the below query, i dont know how to use this for selection.
         SELECT SINGLE high FROM zglobconstants INTO v_app_name
                     WHERE programname = 'ZFI_OK_FILEVALUE'
                     AND  low = v_file_name.
    Once again thanks for all your help.
    Vijay.

  • FTP Validation help, please...

    When I go to upload to my FTP host (see image):
    I get this warning box:
    The "Why am I getting this error?" link takes me to a generic FTP page with no specific answer to the question.
    Please help. Thank you.

    Hi,
    Please refer to the following link Re: FTP - Validation Oct 2014
    Regards,
    Aish

  • Seeking validation help - one error has me stumped

    Hi,
    I am in the midst of validating this page and almost have it
    done. The WC3 site is telling me what's wrong but not exactly
    explaining how to rectify the issue in a way that I can
    understand:
    Here a link to the page
    Thanks for taking the time to help,
    J

    quote:
    Originally posted by:
    Newsgroup User
    Try it the other way around - I just mistyped -
    '<a href="
    http://www.macromedia.com/go/getflash">Get
    Flash </' + 'a>';
    No luck Murray, that last correction just created more
    errors...I tried reading the documentation on the WC3 site but
    could not decipher,
    Thanks for the help
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "jordydme" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    quote:
    Originally posted by:
    Newsgroup User
    > Change this -
    >
    > + '<a href="
    http://www.macromedia.com/go/getflash">Get
    Flash </a>';
    >
    > to this -
    >
    > + '<a href="
    http://www.macromedia.com/go/getflash">Get
    Flash <' + '/a>';
    >
    >
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "jordydme" <[email protected]> wrote in
    message
    > news:[email protected]...
    > > Hi,
    > >
    > > I am in the midst of validating this page and
    almost have it done. The
    > > WC3
    > > site is telling me what's wrong but not exactly
    > > explaining how to rectify the issue in a way that I
    can understand:
    > >
    > >
    > >
    http://woganworks.com/
    > >
    > >
    > >
    > >
    > >
    > > Here is the error I am getting from the validator:
    > >
    > >
    > > Line 68, Column 53: document type does not allow
    element "a" here.
    > >
    > > + '<a href="
    http://www.macromedia.com/go/getflash">Get
    Flash </a>';
    > >
    > > ?
    > >
    > > The element named above was found in a context
    where it is not allowed.
    > > This
    > > could mean that you have incorrectly nested
    elements -- such as a
    > > "style"
    > > element in the "body" section instead of inside
    "head" -- or two
    > > elements
    > > that
    > > overlap (which is not allowed).
    > >
    > > One common cause for this error is the use of XHTML
    syntax in HTML
    > > documents.
    > > Due to HTML's rules of implicitly closed elements,
    this error can create
    > > cascading effects. For instance, using XHTML's
    "self-closing" tags for
    > > "meta"
    > > and "link" in the "head" section of a HTML document
    may cause the parser
    > > to
    > > infer the end of the "head" section and the
    beginning of the "body"
    > > section
    > > (where "link" and "meta" are not allowed; hence the
    reported error).
    > >
    >
    >
    >
    >
    > Thanks for the help Murray, when I follow your
    recommendations, the one
    > error
    > turns into 8 see errors below:
    >
    >
    >
    > 1. Line 68, Column 50: document type does not allow
    element "a" here.
    >
    > ?ttp://www.macromedia.com/go/getflash">Get Flash
    <' +
    > '/a>'; document.write(a
    >
    > ?
    >
    > The element named above was found in a context where it
    is not
    > allowed.
    > This could mean that you have incorrectly nested
    elements -- such as a
    > "style"
    > element in the "body" section instead of inside "head"
    -- or two elements
    > that
    > overlap (which is not allowed).
    >
    > One common cause for this error is the use of XHTML
    syntax in HTML
    > documents. Due to HTML's rules of implicitly closed
    elements, this error
    > can
    > create cascading effects. For instance, using XHTML's
    "self-closing" tags
    > for
    > "meta" and "link" in the "head" section of a HTML
    document may cause the
    > parser
    > to infer the end of the "head" section and the beginning
    of the "body"
    > section
    > (where "link" and "meta" are not allowed; hence the
    reported error).
    > 2. Warning Line 68, Column 61: character "<" is the
    first character of
    > a
    > delimiter but occurred as data.
    >
    > ?acromedia.com/go/getflash">Get Flash <' +
    > '/a>'; document.write(alternateCon
    >
    > ?
    >
    > This message may appear in several cases:
    > * You tried to include the "<" character in your
    page: you
    > should
    > escape it as "&lt;"
    > * You used an unescaped ampersand "&": this may be
    valid in some
    > contexts, but it is recommended to use "&amp;",
    which is always safe.
    > * Another possibility is that you forgot to close quotes
    in a
    > previous tag.
    > 3. Error Line 72, Column 8: end tag for "a" omitted, but
    OMITTAG NO was
    > specified.
    >
    > </script>
    >
    > ?
    >
    > You may have neglected to close an element, or perhaps
    you meant to
    > "self-close" an element, that is, ending it with "/>"
    instead of ">".
    > 4. Info Line 68, Column 3: start tag was here.
    >
    > + '<a href="
    http://www.macromedia.com/go/getflash">Get
    Flash <' +
    > '/a>'; docume
    >
    > 5. Error Line 68, Column 62: XML Parsing Error:
    StartTag: invalid
    > element
    > name.
    >
    > ?cromedia.com/go/getflash">Get Flash <' +
    > '/a>'; document.write(alternateCont
    >
    > ?
    > 6. Error Line 72, Column 9: XML Parsing Error: Opening
    and ending tag
    > mismatch: a line 68 and script.
    >
    > </script>
    >
    > ?
    > 7. Error Line 76, Column 8: XML Parsing Error: Opening
    and ending tag
    > mismatch: script line 27 and div.
    >
    > </div>
    >
    > ?
    > 8. Error Line 149, Column 7: XML Parsing Error: Opening
    and ending tag
    > mismatch: div line 24 and body.
    >
    > </body>
    >
    > ?
    > 9. Error Line 150, Column 7: XML Parsing Error: Opening
    and ending tag
    > mismatch: body line 23 and html.
    >
    > </html>
    >
    > ?
    > 10. Error Line 150, Column 7: XML Parsing Error:
    Premature end of data
    > in
    > tag html line 2.
    >
    > </html>
    >
    > ?
    >

  • PHP Contact Form Validation - HELP!

    Hello,
    I've created my contact page on my website but I'm not happy with the validation and im getting emails through which are empty and with no contact details??
    Could someone please help me!
    This is my php code which is linked to my html page
    <?php
      $name = $_REQUEST['name'] ;
      $email = $_REQUEST['email'] ;
      $message = $_REQUEST['message'] ;
        mail( "[email protected]", "MDS2010 Enquiry",
        $message, "From: $email" );
      header( "Location: http://www.mammothdesignstudios.com/thanks.html" );
    ?>
    I have just used spry for validation but realise this is not the best way to go.
    Could someone view my code www.mammothdesignstudios.com/contact_us.html
    I'd really appreciate someones help on this,
    Thank you!

    You can create a simple validation as below:
    $error = array();
    if (empty($_REQUEST['email'])) {
         $error[] = "The email is empty";
    .... add any other validations u want.
    Then add this
    //check no errors
    if(!$error) {
         mail( "[email protected]", "MDS2010 Enquiry", $message, "From: $email" );
    Thus will prevent email to be send if there's any error occurs.
    On html page u can add this if u want.
    <p>
         <?php if ($error) {
                echo '<ul>';
                    foreach ($error as $alert) {
                    echo "<li>$alert</li>\n";
                echo '</ul>';
          } ?>
    </p>

  • Tabular Form Validation Help

    Version 2.0
    I have a Tabular Form that represents Show dates. There are three displayed fields: Description (Text Field), Date (Date Picker), and Active (Static Select List: Yes;1,No,0).
    I need help to create a page validation to make sure that only one show is ACTIVE at a time when the row is submitted.
    Thanks,
    Joe

    On the database side, I use the following technique to implement a "radiobutton" constraint. I think I picked it up from AskTom.
    If you have a table like
    create table t
      show_id int,
      show_date varchar2(50),
      active_flag varchar2(1),
      constraint t#pk primary key (show_id,show_date)
    );which is what I think your data model looks like.
    You want to ensure that for a given show, only 1 show_date is active (radiobutton-style).
    Create the following function-based index on the table
    create unique index i on t(decode(active_flag,'Y',show_id));This will prevent invalid data from getting into the table, no matter what.
    Regarding your Apex issue, I would suggest that when you add a row to the tabular form, default the select list to Inactive. You can use client-side Javascript to do some toggling of the select lists, but that really assumes that all the rows are being shown in the tabular form. In any case, the unique index above would guarantee data integrity when the data finally hits the database.
    Hope this helps.

  • Apex_item.text Validation Help

    I have a page, that contains a PL/SQL region, here is a snippet of that region:
    <p>
    1.BEGIN <br>
    2. l_vc_arr2 := APEX_UTIL.STRING_TO_TABLE(:P7_SELECT_PARTS);<br>
    3. FOR z IN 1..l_vc_arr2.count LOOP<br>
    4.<br>
    5. select item_name into v_item_name from v_shuttle_list where part_id = l_vc_arr2(z);<br>
    6. select flag into v_flag from v_shuttle_list where part_id = l_vc_arr2(z);<br>
    7. htp.p(apex_item.hidden(1,l_vc_arr2(z))); <br>
    8. htp.p('   Qty'); <br>
    9. htp.p(apex_item.hidden(4,v_flag)); <br>
    <b>10. htp.p(apex_item.text(p_idx=>3,p_item_label=>'Quantity',p_size=>'5')); <br></b>
    11. htp.p(apex_item.display_and_save(2,v_item_name));<br>
    htp.p('<br>');<br>
    END LOOP;<br>
    </p>
    Based on the values from a previous page, it creates a few items. My problem is with <b>line 10</b>. I need somehow to have a validation on this item. So when they hit next, if it is blank, it gives them an error. I can do this easily with a Not Null validation on an item like :P16_ITEM_NAME, but with it being a item not yet existing until the page is created, I am a little confused on how to accomplish this. Any help?
    <p>
    Thanks!<br>
    Chrissy</p>

    Hi,
    You can crete a (sql-) process "before hader"
    select 'something you need' into :P16_Item_name from dual
    Leo

  • Birth date validation - HELP!

    Hello everyone,
    I'm building a registration form and I need to capture a
    users birth date. The easiest way for a user to do this is by
    selecting from 3 individual select boxes (day, month, year). Is
    there any way, using spry, to validate that the 3 boxes combined
    represent a valid date? I would also like to call a custom function
    to check that the date is greater than a specified value.
    Any help would be great!!
    Thanks.

    MaryC wrote:
    Andy,
    The comparisson operator was !=, I copied and pasted them. When I did the TRUNC function, I recieved the following:
    ORA-06550: line 1, column 54: PLS-00306: wrong number or types of arguments in call to '!=' ORA-06550: line 1, column 7: PL/SQL: Statement ignored
    Error ERR-1025 Error processing PLSQL expression. TRUNC(SYSDATE,'DD') != TRUNC(:p12_dfcy_create_date,'DD')
    OK Try
    TRUNC(SYSDATE,'DD') != TRUNC(to_date(:p12_dfcy_create_date),'DD')

  • Need field validation help

    I have read the all documentation, but still cannot get what I believe is a simple field validation to work properly. Can somebody assist?
    Here is the situation. I have two fields: one is a checkbox and the other an integer field. ( If the integer field is 0 or null ) AND (the checkbox is not checked or null) then we need to show the user an error message. Seems simple. I’m trying to take baby steps to get this to work so I understand it, but have not been successful.
    I know the message only triggers if the validation equates to False. I believe that field validations trigger whenever a record is save no matter if the field that has the validation was changed. If this is not correct, please advise.
    Starting out simple: I added the follow validation to the checkbox field: [<integerField>] <> 0 The data in the UI clearly shows a 0 in this field, but when I update the record, the error message is not display. Can somebody explain why? Is my syntax wrong?
    I need to understand how to correctly compose the field validations and also how to account for ‘null values’.
    Any help would be greatly appreciated.
    I also tried this on the checkbox field: ( [<checkboxfield>] LTGT 'Y' AND [<Integerfield>] = 0 ) but again it does not display message. LTGT = < >
    I wish Oracle had a webnair on how to write field validations. :)
    Thanks.

    Validation can be a trial and error exercise. There are a couple of key points to remember.<ul><li>First, always check the sytax before saving. This will only catch some very basic issues, but it can helpful.</li><li>Second, always click save for the Field Edit before testing. I know I forget to do this half the time, and it can be frustrating to find out that the validation would have worked if you had saved the change to the field.</li><li>Another key is to allow for the validation to be skipped during integration or by administrators. This can be managed with the ExcludeChannel() and UserValue() functions.</li><li>Finally, there are a couple of key points to be understood about when field validation rules will fire. The following circumstances prevent a field validation expression from being evaluated:<ul><li>A field is left blank when the record is created. Field validation does not force a value to be required.</li><li>A field has a pre-existing invalid value, and it is not changed when it is updated.</li></ul></li></ul>
    With all of that said, let's discuss your problem. I think you want the validation to work as follows: <ul><li>If the number is greater than zero, do nothing</li><li>If the number is less than or equal to zero or null, then check to see if the flag is checked. If the flag is checked, do nothing, otherwise give a message.</li></ul>
    If that is true, you have a nested IIf statement. The statement would be similar to the one below. This would be for the number field, and you would repeat the same for the checkbox field. Note that in this expression, I am returning the value for the field being validated.
    IIf([<IndexedNumber0>] > 0,[<IndexedNumber0>],IIf([<IndexedBoolean0>]='Y',[<IndexedNumber0>],"Invalid"))
    Good Luck,
    Thom

  • SSN Validation Help

    I am creating a form that is to validate if the user has entered a valid SSN. I selected the correct validation pattern and checked "Error" to show the error message, but I would like to immediately reset the focus to the SSN field if it is invalid. I understand logically how to do this but I can't figure out the actual script for it.
    Taxpayer.#subform[0].Section1.TaxpayerSSN.fldTaxpayerSSN1::validate - (JavaScript, client)
    if (!!!HERE IS WHAT I CANT FIGURE OUT!!!)
    xfa.host.setFocus(this)
    Any help?

    Well, nevermind. I guess I figured out a solution. Just for reference, here is what I came up with. Most notable is the fact that I moved to the "Exit" event.
    Taxpayer.#subform[0].Section1.TaxpayerSSN.fldTaxpayerSSN1::exit - (JavaScript, client)
    var re = /^([0-6]\d{2}|7[0-6]\d|77[0-2])([ \-]?)(\d{2})\2(\d{4})$/;
    if (!re.test(this.rawValue) && this.rawValue != null)
    xfa.host.messageBox("Please enter a valid Social Security Number");
    xfa.host.setFocus(this);
    else
    var temp = value;
    if (value.indexOf("-") != -1)
    temp = (value.split("-")).join("");
    if (value.indexOf(" ") != -1)
    temp = (value.split(" ")).join("");
    if (temp.substring(0, 3) == "000")
    xfa.host.messageBox("Please enter a valid Social Security Number");
    xfa.host.setFocus(this);
    if (temp.substring(3, 5) == "00")
    xfa.host.messageBox("Please enter a valid Social Security Number");
    xfa.host.setFocus(this);
    if (temp.substring(5, 9) == "0000")
    xfa.host.messageBox("Please enter a valid Social Security Number");
    xfa.host.setFocus(this);
    I borrowed and modified this code from this location:
    http://www.breakingpar.com/bkp/home.nsf/0/87256B280015193F87256F6A0072B54C

  • Css validations help

    Hi
    I'm looking for some help or more to the point for someone to give me the correct code so it will validate.  The url is  graphicinfluence.co.uk and I have the falling errors and I just can't seam to fix it without completely messing everything up.
    Thanks for your time. 
    4 errors and 4 warnnings
    1471
    .btn
      attempt to find a semi-colon before the property name. add it 
    1471
    .btn
      Property progid doesn't exist :    DXImageTransform    
    1471
    .btn
      Parse Error    DXImageTransform.Microsoft.gradient(startColorstr='#f3813f', endColorstr='#f36e21');    
    1499
      Parse Error  shadow:1px 1px 0px #ce8e28; } .btn:hover]

    as soon as I add the below css it is then not valid
    /**Start Tagline BTN**/
    .btn {
    -moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
    box-shadow:inset 0px 1px 0px 0px #fceaca;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f3813f), color-stop(1, #f36e21) );
    background:-moz-linear-gradient( center top, #f3813f 5%, #f36e21 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3813f', endColorstr='#f36e21');
    background-color:#f3813f;
    -webkit-border-top-left-radius:6px;
    -moz-border-radius-topleft:6px;
    border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    -moz-border-radius-topright:6px;
    border-top-right-radius:6px;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
    -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    text-indent:0;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:40px;
    line-height:40px;
    width:114px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #ce8e28;
    .btn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f36e21), color-stop(1, #f3813f) );
    background:-moz-linear-gradient( center top, #f36e21 5%, #f3813f 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f36e21', endColorstr='#f3813f');
    background-color:#f36e21;
    }.btn:active {
    position:relative;
    top:1px;

  • Amplitube 2 "Failed Validation" HELP

    Hello all. I just received my knew Amplitube 2 software today, installed it just fine, but when I opened Logic Pro 8 up Amplitube 2 failed validation in the Audio Units manager. I had this happen to me before with ik multimedia's Ampeg SVX, but I still could find and use it within Logic. Not the case now with Amplitube 2. When SVX was installed on my G5 I never got a failed validation, but now in my iMac it happens every time. The big problem is I can't find or open the Amplitube 2 so therefore I can't register the darn thing.....this *****!! HELP PLEASE....HELP PLEASE! Thank you.

    Mr. Confussed wrote:
    The big problem is I can't find or open the AmpliTube 2 so therefore I can't register the darn thing.....this *****!! HELP PLEASE....HELP PLEASE!!!! Thank you.
    I just had a similar thing happen with another IK Multimedia product. It turns out the AU was not Universal Binary, so I had to download a newer version so I could register.
    First, you can go to http://www.ikmultimedia.com/registration. That's the URL on your registration card. Enter your software serial number along with the rest of the stuff, but leave the Digital ID field blank, as per the form's instructions ( +"If you choose Option 1, leave this field blank, complete all the other required fields, and click 'Submit'"+ ). Your software will then be registered, allowing you to access the download area where you'll find the latest version. Now, you should be able to run the standalone AmpliTube 2 application and go through the authorization process.
    That said, however, the AmpliTube 2 plugin still does not work in Logic for me. I have to use it through AmpliTube X-Gear, which came with my Total Guitar & Bass bundle. Since AmpliTube X-Gear runs all my IK guitar plugins (AmpliTube 2, SVX, Jimi Hendrix, etc.) through a single interface, I never bothered (or had the need) to have AmpliTube 2 pass validation.
    In summary, you can register your software using the above steps, then try validating it through Logic. If it doesn't work, you can at least contact their tech support as a registered user. Otherwise, get AmpliTube X-Gear...
    I just checked their website. This may interest you:
    +"For a limited period, all registered users of at least one “Powered by AmpliTube” product* including AmpliTube 2, Ampeg® SVX, AmpliTube Jimi Hendrix™, AmpliTube Metal and AmpliTube 2 Live will also receive a free download of AmpliTube X-GEAR in their User Area"+
    -droo

Maybe you are looking for

  • Is there any way in Adobe Reader to limit printing to only one page at a time?

    We have a large piece of internal knowhow in the form of a pdf document that we don't want users to be able to print in one go as it would risk the document leaving the premises. We are quite happy with users using print screen for single pages, but

  • I could never get it to report never being a server...

    I had posted the following at a different location: Background My windows laptop failed and my iMAC's hard drive was recalled recently.  During this time I decided to buy a MacBook Pro and migrate everthing from my Windows laptop.  I also bought Airp

  • Transformation in a Process Flow

    Hi there, I am trying to use a transformation in a process flow and I am getting the following error - RPE-02040: Internal error: SOMEFUNC cannot be converted to a constant value. Please correct the value. I have a PL/SQL function SOMEFUNC(x, y) that

  • How do I transfert my domain name from the first registrar to business catalyst ?

    Hey, I don't find where (on the Admin Console) I have to put the EEP Key of my domain name I want to use for the website on BC. This EPP Key  come from the registrar of my  site that I want to transfer to BC. I want use this name domain. Can you help

  • FI-MM integrations(GR/IR Clearing a/c)

    Hi All, I face one interview question from the one of the interview. I.e. What is GR/IR clearing a/c? what is the purpose to use GR/IR Clearing a/c? for these questions i have answered but Immediately the interviewer ask  me ask me. If i Receipt Good