Hc, hcg, and libmapm PKGBUILDs advice/testing

Hello,
I am writing a calculator - hc (cli version) and hcg (gui version) which require the MAPM library.
More information can be found here:
http://bbs.archlinux.org/viewtopic.php?id=85641
goran'agar and I wrote PKGBUILDs for these 3:
# Contributor: Fabio Comolli <[email protected]>
pkgname=mapm
pkgver=4.9.5
pkgrel=1
pkgdesc="Mike's Arbitrary Precision Math Library"
url="http://www.tc.umn.edu/~ringx004/mapm-main.html"
depends=('gcc')
provides=('mapm')
source=("http://www.tc.umn.edu/~ringx004/mapm-$pkgver.tar.gz")
md5sums=('a92ff86b6240f78f882661e0b1c11920')
license=('freeware')
arch=('i686' 'x86_64')
build() {
cd $startdir/src/mapm_$pkgver
gcc -c -Wall -O2 -fPIC map*.c || return 1
gcc -shared -o libmapm.so.0 map*.o || return 1
mkdir -p $startdir/pkg/usr/lib
mkdir -p $startdir/pkg/usr/include
mkdir -p $startdir/pkg/usr/share/mapm
cp $startdir/src/mapm_$pkgver/libmapm.so.0 $startdir/pkg/usr/lib
cp $startdir/src/mapm_$pkgver/m_apm*.h $startdir/pkg/usr/include
cp -a $startdir/src/mapm_$pkgver/DOCS $startdir/pkg/usr/share/mapm
# Contributor: Fabio Comolli <[email protected]>
pkgname=hcg
pkgver=0.4.2
pkgrel=1
pkgdesc="HoubySoft Calculator - a calculator with lot of options and abundant functions"
url="http://hc.houbysoft.com"
depends=('mapm' 'gtk2' 'glib2')
provides=('hcg')
source=("http://houbysoft.com/download/$pkgname-$pkgver-src.tar.gz")
md5sums=('3c06c0d9e4ffb220a30820c733d55d1d')
license=('GPL 3')
arch=('i686' 'x86_64')
build() {
cd $startdir/src/$pkgname-$pkgver-src
gcc -DHCG `pkg-config gtk+-2.0 gthread-2.0 --cflags` -DHCG_E -c main.c || return 1
gcc -DHCG `pkg-config gtk+-2.0 gthread-2.0 --cflags` -DHCG_E -c utils.c || return 1
gcc -DHCG_E -c hc_functions.c || return 1
gcc -DHCG_E -c hc.c || return 1
gcc `pkg-config gtk+-2.0 gthread-2.0 --cflags --libs` main.o utils.o hc_functions.o hc.o /usr/lib/libmapm.so.0 -o hcg || return 1
mkdir -p $startdir/pkg/usr/bin
mkdir -p $startdir/pkg/usr/share/$pkgname
cp $startdir/src/$pkgname-$pkgver-src/$pkgname $startdir/pkg/usr/bin
cp -a $startdir/src/$pkgname-$pkgver-src/README $startdir/pkg/usr/share/$pkgname
cp -a $startdir/src/$pkgname-$pkgver-src/LICENSE $startdir/pkg/usr/share/$pkgname
# Contributor: Jan Dlabal <dlabaljan at gmail dot com>
pkgname=hc
pkgver=0.4.2
pkgrel=1
pkgdesc="HoubySoft Calculator - a calculator with lot of options and abundant functions - CLI version"
url="http://hc.houbysoft.com"
depends=('mapm')
provides=('hc')
source=("http://houbysoft.com/download/$pkgname-$pkgver-src.tar.gz")
md5sums=('2256ea75ecee8bd41a3d1d02bb189945')
license=('GPL 3')
arch=('i686' 'x86_64')
build() {
cd $startdir/src/$pkgname-$pkgver-src
gcc -c main.c || return 1
gcc -c hc.c || return 1
gcc -c hc_functions.c || return 1
gcc main.o hc_functions.o hc.o /usr/lib/libmapm.so.0 -lm -o hc || return 1
mkdir -p $startdir/pkg/usr/bin
mkdir -p $startdir/pkg/usr/share/$pkgname
cp $startdir/src/$pkgname-$pkgver-src/$pkgname $startdir/pkg/usr/bin
cp -a $startdir/src/$pkgname-$pkgver-src/README $startdir/pkg/usr/share/$pkgname
cp -a $startdir/src/$pkgname-$pkgver-src/LICENSE $startdir/pkg/usr/share/$pkgname
So I am just submitting these for review and testing, and further advice as to what to do now, ie is it ready to be uploaded to AUR? Is there anything else that needs to be done? Anything that should be changed in the PKGBUILDs?
Thanks

Thanks for your advice. I fixed everything (hopefully) except the Makefile, because all the packages were originally built statically, and so I think it's simpler to just do this.
Modified PKGBUILD for mapm:
# Contributor: Fabio Comolli <[email protected]>
pkgname=mapm
pkgver=4.9.5
pkgrel=1
pkgdesc="Mike's Arbitrary Precision Math Library"
arch=('i686' 'x86_64')
url="http://www.tc.umn.edu/~ringx004/mapm-main.html"
license=('custom')
source=("http://www.tc.umn.edu/~ringx004/mapm-$pkgver.tar.gz")
md5sums=('a92ff86b6240f78f882661e0b1c11920')
build() {
cd $srcdir/mapm_$pkgver
gcc -c -Wall -O2 -fPIC map*.c || return 1
gcc -shared -o libmapm.so.0 map*.o || return 1
mkdir -p $pkgdir/usr/lib
mkdir -p $pkgdir/usr/include
mkdir -p $pkgdir/usr/share/mapm
cp $srcdir/mapm_$pkgver/libmapm.so.0 $pkgdir/usr/lib
cp $srcdir/mapm_$pkgver/m_apm*.h $pkgdir/usr/include
cp -a $srcdir/mapm_$pkgver/DOCS $pkgdir/usr/share/mapm
install -D -m644 ../../mapm_license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE || return 1
mapm_license.txt to be included (the source package does not contain any file specially for the license, so it's probably simpler to cut it from the README and put it in a new file?):
MAPM
Version 4.9.5
December 10, 2007
Michael C. Ring
[email protected]
Latest release will be available at
http://tc.umn.edu/~ringx004
* Copyright (C) 1999 - 2007 Michael C. Ring *
* This software is Freeware. *
* Permission to use, copy, and distribute this software and its *
* documentation for any purpose with or without fee is hereby granted, *
* provided that the above copyright notice appear in all copies and *
* that both that copyright notice and this permission notice appear *
* in supporting documentation. *
* Permission to modify the software is granted. Permission to distribute *
* the modified code is granted. Modifications are to be distributed by *
* using the file 'license.txt' as a template to modify the file header. *
* 'license.txt' is available in the official MAPM distribution. *
* To distribute modified source code, insert the file 'license.txt' *
* at the top of all modified source code files and edit accordingly. *
* This software is provided "as is" without express or implied warranty. *
Modified hcg PKGBUILD:
# Contributor: Fabio Comolli <[email protected]>
pkgname=hcg
pkgver=0.4.2
pkgrel=1
pkgdesc="HoubySoft Calculator - a calculator with lot of options and abundant functions"
arch=('i686' 'x86_64')
url="http://hc.houbysoft.com"
license=('GPL3')
depends=('mapm' 'gtk2' 'glib2')
source=("http://houbysoft.com/download/$pkgname-$pkgver-src.tar.gz")
md5sums=('3c06c0d9e4ffb220a30820c733d55d1d')
build() {
cd $srcdir/$pkgname-$pkgver-src
gcc -DHCG `pkg-config gtk+-2.0 gthread-2.0 --cflags` -DHCG_E -c main.c || return 1
gcc -DHCG `pkg-config gtk+-2.0 gthread-2.0 --cflags` -DHCG_E -c utils.c || return 1
gcc -DHCG_E -c hc_functions.c || return 1
gcc -DHCG_E -c hc.c || return 1
gcc `pkg-config gtk+-2.0 gthread-2.0 --cflags --libs` main.o utils.o hc_functions.o hc.o /usr/lib/libmapm.so.0 -o hcg || return 1
mkdir -p $pkgdir/usr/bin
mkdir -p $pkgdir/usr/share/$pkgname
cp $srcdir/$pkgname-$pkgver-src/$pkgname $pkgdir/usr/bin
cp -a $srcdir/$pkgname-$pkgver-src/README $pkgdir/usr/share/$pkgname
cp -a $srcdir/$pkgname-$pkgver-src/LICENSE $pkgdir/usr/share/$pkgname
Modified hc PKGBUILD:
# Contributor: Jan Dlabal <dlabaljan at gmail dot com>
pkgname=hc
pkgver=0.4.2
pkgrel=1
pkgdesc="HoubySoft Calculator - a calculator with lot of options and abundant functions - CLI version"
arch=('i686' 'x86_64')
url="http://hc.houbysoft.com"
license=('GPL3')
depends=('mapm')
source=("http://houbysoft.com/download/$pkgname-$pkgver-src.tar.gz")
md5sums=('2256ea75ecee8bd41a3d1d02bb189945')
build() {
cd $srcdir/$pkgname-$pkgver-src
gcc -c main.c || return 1
gcc -c hc.c || return 1
gcc -c hc_functions.c || return 1
gcc main.o hc_functions.o hc.o /usr/lib/libmapm.so.0 -lm -o hc || return 1
mkdir -p $pkgdir/usr/bin
mkdir -p $pkgdir/usr/share/$pkgname
cp $srcdir/$pkgname-$pkgver-src/$pkgname $pkgdir/usr/bin
cp -a $srcdir/$pkgname-$pkgver-src/README $pkgdir/usr/share/$pkgname
cp -a $srcdir/$pkgname-$pkgver-src/LICENSE $pkgdir/usr/share/$pkgname
Do you think it's ready for upload now?
Regards,
Jan

Similar Messages

  • Advice on constructing a test engine and formatting a spreadsheet test file to perform command line interface testing on a product through telnet or serial interface

    Advice on constructing a test engine and formatting a spreadsheet test file to perform command line interface testing on a range of products through telnet or serial interface and output pass/fail results.

    If I understand correctly, you want to do the following:
    1. Create one or more tab-delimited files that specify a series of query strings (that LabVIEW will send to your products) and expected reply strings (that LabVIEW will look for in response to each query)
    2. Run your LabVIEW program (the test engine) and have it execute one or more test scripts from file using either TCP/IP or serial communication to your units under test
    3. Track how many of the queries are met with the expected response, and output an indication of whether each step passed or failed
    If this is close to correct, then I've attached a sample test file and LabVIEW VI as an example; I chose the TCP/telnet method because it allowed me to use the ni.com Web site to simulate my tes
    t hardware. If you happen to own the LabVIEW Internet Toolkit, there's a VI called "Telnet Play Script" in the Telnet palette that does something fairly similar using TCP. The same general model would also work for Serial communications.
    Hope it helps,
    John Lum
    Attachments:
    test_engine.zip ‏24 KB

  • Executed and failed alternatively while testing a bpel process

    I have created a bpel process such that the response from the bpel is posted to a Queue.
    I have deployed the bpel and esb process successfully.
    While testing the bpel process,it is completely executed for the first time.(no error in esb and bpel console)
    While testing for the second time,it is failed(bpel is completely executed but in esb console i am getting error)
    I dont know what is the problem.
    The error message in esb console is:
    An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: esb:///ESB_Projects/Onsite_ESB_Topic/RMS_Topic.wsdl [ Produce_Message_ptt::Produce_Message(SynBPELProjectProcessResponse) ] - WSIF JCA Execute of operation 'Produce_Message' failed due to: Adapter Framework unable to create outbound JCA connection. esb:///ESB_Projects/Onsite_ESB_Topic/RMS_Topic.wsdl [ Produce_Message_ptt::Produce_Message(SynBPELProjectProcessResponse) ] - : The Adapter Framework was unable to establish an outbound JCA connection due to the following issue: ORABPEL-12133 ERRJMS_JMS_EXCEP. Unable to create JMS connection due to JMS exception. Please examine the log file to determine the problem. [Caused by: JMSServer[dgda21b:12652]: failed to authenticate "oc4jadmin/welcome1" via "[JAZNUserAdaptor: user=oc4jadmin]".] ; nested exception is: ORABPEL-12511 Adapter Framework unable to create outbound JCA connection. esb:///ESB_Projects/Onsite_ESB_Topic/RMS_Topic.wsdl [ Produce_Message_ptt::Produce_Message(SynBPELProjectProcessResponse) ] - : The Adapter Framework was unable to establish an outbound JCA connection due to the following issue: ORABPEL-12133 ERRJMS_JMS_EXCEP. Unable to create JMS connection due to JMS exception. Please examine the log file to determine the problem. [Caused by: JMSServer[dgda21b:12652]: failed to authenticate "oc4jadmin/welcome1" via "[JAZNUserAdaptor: user=oc4jadmin]".] Please examine the log file for any reasons. Enable DEBUG logging in the BPEL Console. at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.executeRequestResponseOperation(WSIFOperation_JCA.java:633) at oracle.tip.adapter.fw.wsif.jca.WSIFOperation_JCA.executeInputOnlyOperation(WSIFOperation_JCA.java:736) at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(WSIFInvoker.java:497) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(WSIFInvoker.java:430) at oracle.tip.esb.server.common.wsif.WSIFInvo
    Can anyone help me in solving this issue?
    Thanks in Advance.

    Hi,
    I could see the userID/password is wrong in the adapter,
    you can chnage that one by following:
    em/-->
    Cluster topology-->home 0c4j - >Applications ->stand alone Resource adapter (in View of the Drop down combo)
    choose the adapter ->JMS Adapter ->connection factories -->eis/Jms/QueueConnectionFactory-change the password to your password(SOA)
    and try the same....

  • Hard Drive failed both postive read and smart short self test

    Hello, my Lenovo Think Pad's Hard Drive failed both targeted read  test (error code WHD20-HJF) and the smart self test (error code WHD16-KPY). I admit that I'm an older user and I have no idea what this means and what is the possible fix for it.
    I am open to all suggestions;
    THANKS,
    Octavious ONeal

    Hi, Octavious
    When the hard drive fails those tests, it's an indication that the drive is dying. It's recommended to back up any valuble data on the hard drive and then replace it soon. The drive may still work for a little while, but it will likely stop working sometime soon.
    Hope it helps,
    Adam
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution!" This will help the rest of the community with similar issues identify the verified solution and benefit from it.

  • Is MS exchange the only way to keep mail synced across all devices? Can Mac mail do this without exchange? I have iPhone,iPad and new MacBook Pro, and looking for advice please.

    Is MS exchange the only way to keep mail synced across all devices? Can Mac mail do this without exchange? I have iPhone,iPad and new MacBook Pro, and looking for advice please.

    As Bob says, any iMap service can do this. GMail can, iCLoud mail can too.
    Both of these can be used with Mail on any device.

  • Hey guys I seriously need help... I just got my iPad 3 delivered the before yesterday and yesterday i was going though the AppStore and found some app called "performamce test and I ran the test and that apps tell me I have poor 3d perfoamce. *worried* :(

    Hey guys I seriously need help... I just got my iPad 3 delivered the before yesterday and yesterday i was going though the AppStore and found some app called "performamce test and I ran the test and that apps tell me I have poor 3d perfoamce. *worried* :( I've been up since tomorrow. Could you install that app and tell me what scores do you guys get? :(

    http://www.google.com.pk/url?sa=t&rct=j&q=performance%20test%20mobile%20itunes&s ource=web&cd=2&ved=0CGYQFjAB&url=http%3A%2F%2Fitunes.apple.com%2Fus%2Fapp%2Fperf ormancetest-mobile%2Fid494438360%3Fmt%3D8&ei=cOf_T-r2AuzT4QSpv4zBCA&usg=AFQjCNGi c8vn6zl8AINqrYuNc2RYobSiVA
    Here's the link.

  • Sqlcode and sql%rowcount as test conditions

    I am translating a procedure from Ingres to oracle. I use the Oracle sqlcode and sql%rowcount
    variables in place of Ingres's iierrornumber and iirowcount.
    I replaced the ingres names with the oracle names, and now am wondering how how oracle uses these
    values.
    I am using DBMS_OUTPUT.PUT_LINE to display the contents of sqlcode and sql%rowcount.
    What happens when I get "no rows selected". I run the same query in standalone command line
    and get no rows selected .. and it's correct because I don't have data that matches).
    But when I run it in the procedure, I don't get any values in sqlcode or sql%rowcount ... the
    program just exits. The author was using the ingres code to test if there was data there and then
    continue to do something else.
    If you get no rows returned, does that mean, the sqlcode is 0 ? and the sql%rowcount is emtpy?
    which is why my DBMS_OUTPUT.PUT_LINE doesn't display anything ?
    my example........
    before this section in the procedure ... after running a different select that returns data ...
    I am using the DBMS to debug the values I have going in ...
    DBMS_OUTPUT.Put_line ('BEFORE sqlcode is' || sqlcode);
    DBMS_OUTPUT.Put_line ('BEFORE sqlrowcount is' || sql%rowcount);
    Select value from table
    where condition ='Y'; > this select will product "no rows return" and ignore the 2 DBMS_OUTPUTS beow ---
    DBMS_OUTPUT.Put_line ('AFTER sqlcode is' || sqlcode);
    DBMS_OUTPUT.Put_line ('AFTER sqlrowcount is' || sql%rowcount);
    When i run the procedure... I get the DBMS BEFORE statements, and nothing afterwards ...
    BEFORE sqlcode is 0
    BEFORE sqlrowcount is 1 >>>> that is all that displays
    Since I am getting the "no rows returned" ... how does oracle handle it to anyone's experience ?
    Thank you. I am learning much from your comments and information.

    Thanks to your answers .... The procedure is below. I've had to hand type it in, so typos are my mistakes.
    The procedure compiles . When there is data to be found, I get the DBSM_OUTPUT lines of code ....
    msg_read is Y
    sql_error is 0
    row_count is 1
    p_vol_id is 880091
    When I enter in a file name that does not return ANY rows back I will get the msg_read
    DBMS_OUTPUT line
    msg_read is Y
    Call completed.
    It doesn't show any 0 for sqlcode or sql%rowcount
    The original author used the Ingres return codes as input to process the rest of the code...
    It seems like oracle bounces the procedure once there are no rows to be found.
    I just added this part ....
    having an exception in the clause shows that Oracle is bouncing it to the WHEN OTHERS
    exception ...
    Any ideas of how to get Oracle not to do this ?
    I am trying to keep things simple, and all I am testing for is if I get records back the code does things,
    if not, I do something else
    create or replace procedure userfile(vms_fil_name IN varchar2, msg_read IN Varchar2)
    authid current_user
    is
    p_vms_file_name varchar2(255);
    p_vol_id varchar2(255);
    p_orig_id varchar2(255);
    p_incoming_message varchar2(255);
    sql_error number;
    n_count number;
    begin
    p_vms_fil_nam :=vms_fil_nam;
    DBMS_OUTPUT.PUT_LINE ('msg read is '|| msg_read); >> verify incoming parameter
    IF (msg_read ='Y')
    then
    select vol_id,
    orig_id,
    incoming_message
    into p_vol_id,
    p_orig_id,
    p_incoming_message
    from
    table one_table a
    where
    a.vms_fil_nam = p.vms_fil_nam
    and incoming_msg ='I';
    n_count :='sql%rowcount';
    sql_error :='sqlcode;
    DBMS_OUTPUT.PUT_LINE ('row count is '|| n_count);
    DBMS_OUTPUT.PUT_LINE ('sql_error is '|| sql_error);
    DBMS_OUTPUT.PUT_LINE ('p_vol_id is '|| p_vol_id);
    end if;
    exception >>>> just added this part as the last test....
    when others
    DBMS_OUTPUT.PUT_LINE ('other condition has been met');
    end;
    call userfile ('GEORGE','Y');

  • New at this and looking for advice

    Hi, I am new at Qmasnter and looking for advice. Myself and a few of my other co-workers have been using FCP2 and we have been tossing around the idea of making a Cluster with our computers on our campus. Two of us run on MacBook Pro's, and the other on a 24" iMac, there is also 2 MacPro's and another 24" iMac we would like to toss into the cluster. I know it seems backwards, the ones that are doing all the editing are on the slower machines, but our organization operates backwards and not logically anyways. The question is what happen to the cluster when a node is turned off? Should the laptops be a node in the cluster? All the computers are running on a gigabyte network, so the network can handle it. Just looking for peoples wisdom before I cause my own headache, and learn for others mistakes.
    Thanks
    Randy Kennedy

    Hi Jon,
    I've also started investigating the qmaster.
    I'm following this guide you posted on digitalrebellion :
    http://www.digitalrebellion.com/blog/posts/usingcompressor_with_multiplecores.html
    but I the 'options for selected service' is greyed out when I click on compressor.
    I can selected the 'options for...' when I click on rendering, but it just allows me to add another computer (but my only choice is 'this computer'. I see the option for SSH, but if i'm logged into another computer, shouldn't I be able to see it in the list?
    Sorry for the noob questions. I"m trying to figure it out.
    I have the following at my disposal:
    mac pro 2.66 (main machine)
    imac 2.16
    macbook pro 2.2
    powermac g5 2.0
    cheers,
    Keebler

  • Avoid procedure or function calls between a SQL operation and an implicit cursor test

    when i analyse this code with code expert

    atpidgeon wrote:
    when i analyse this code with code expert
                            UPDATE P_PM_CONTROL_COUNT
                            SET AVAIL_SEG = AVAIL_SEG -1,
                                ALLOCATION = ALLOCATION -1
                            WHERE PM_UNIT_TYPE_ID = vrectab(1)
                            AND USAGE_DATE = vrectab(2)
                            AND SEGMENT_CODE = vrectab(5)
                            AND ALLOCATION - UNITS_RESERVED > 0;
                            IF sql%rowcount = 0 then --Added block and exception to prevent invetory going negative when placing multi units in same unit type out of service.
                                vErrMsg := 'Could not process your out of service request because your selection for unit '|| vrectab(3) || ' at ' || pvPropertyId || ' for ' || vrectab(2) || ' would cause segment ' || vrectab(5) || ' to be over allocated.';
                                RAISE SegOverAllocated;
                            END IF;
    i get "Avoid procedure or function calls between a SQL operation and an implicit cursor test.",as far has i know
    iff you're doing a sql%rowcount    after an update.. trying to see how many rows were updated...  you dont want procedure or function calls between the update and the sql% line
    correct me if im wrong and how would i fix it?or maybe i shouldnt
    You correct it by NOT executing function calls as part of the UPDATE statement.
    1. Issue the function calls BEFORE the update statement
    2. save the function results into variables
    3. use those variables in the UPDATE statement.
    v_rectab1 := vrectab(1);
    v_rectab2 := vrectab(21);
    v_rectab5 := vrectab(5);
    UPDATE P_PM_CONTROL_COUNT 
                            SET AVAIL_SEG = AVAIL_SEG -1,
                                ALLOCATION = ALLOCATION -1
                            WHERE PM_UNIT_TYPE_ID = v_rectab1
                            AND USAGE_DATE = v_rectab2
                            AND SEGMENT_CODE = v_rectab5
                            AND ALLOCATION - UNITS_RESERVED > 0;

  • What are the Roles and Responsibilities of SAP Testing Consultant?

    Hello,
               i want to know about The Roles and Responsibility of SAP Testing Consultant,,pls anybody guide me Real time scenarios.
    regards,
    Balaram

    Understanding the business scenarios
    Organization Structure to incorporate the tune of the script.
    Preparation of test scripts
    Execute and record results to see if it is fine before going to approval.
    Make changes to your test script if required.
    What is Test Script (Scenario Testing)
    Header Data
    Step in Process
    Transaction Code / Program (FB60)
    Menu Path
    Description
    Field Data and actions to complete
    Expected Results
    Actual Results
    TPR
    Closing Period
    F.19 Clearing GR/IR Account
    F.13 Adjustments GR/IR Account
    Using of these above two accounts will help us in clearing the balances and adjustments to those respective clearing accounts so that the GR/IR account will be zero balance and the balances will appear in respective reconciliation accounts accordingly the balances will be carried forwarded to next fiscal year.
    GR/IR Clears the following Documents
    GL Document
    Customer Documents
    Vendor Documents
    Assignment Field is important in any document (ZUONR), Amount (DMBTR)
    Foreign Currency Valuation
    Lowest Value Method, If we are in loss then only we will account for it.
    GL Accounts which are important in Testing
    Enjoy Transaction   - FB50
    Normal Transaction - FB01
    Document Parking   - FV50
    Post with Clearing   - F-04
    Incoming Payment   - F-06
    Outgoing Payment   - F-07
    Document Related
    Reset Cleared Items   - FBRA
    Parking Document Posting  - FBVO
    Reversal Documents   - F-14
    Company Code Clearing A/C
    (Trial Balance purposes) reversal  -  (FBUB)
    Clearing Account
    Partial clearing Invoice  - 100 - Open Item
                               Paid  -   70 - Open Item
                           Balance -   30
    In Partial Clearing you can see 100 and 70 are cleared line items and 30 as balance and if it is in Residual you can only 30 as balance as it creates new line item and you canu2019t see the other cleared line items.
    As no company will use residual clearing as it affects on ageing reports.
    Open Items in Foreign Currency in all Modules GL/AP/AR  - F.05
    Master Data
    Company Code
    Currency
    Only Balances in local currencies
    Reconciliation Account Type
    Year End Scripts
    Re Grouping Receivables / Payables  - (F101)
    Bad Debts Provisions u2013 Scripts
    We assume that the customer has not paid at the end of the year you doubt whether this receivable will ever be paid. So you make a transfer posting for the receivables to an account for individual value adjustments using special GL Indicator E and Transaction Code F-21
    Carry forward Balances
    Sub Ledgers and General Ledger balances to be forwarded to next Fiscal Year
    Accounts Payables
    Vendor Down Payments
    Invoice
    Parking
    Reversal
    Outgoing Payments
    Automatic Clearing
    Manual Clearing
    Advance (Down Payment)
    Post with Clearing
    Post without Clearing
    Reset Clearing
    Carry forward
    Regrouping
    Foreign Currency Valuations
    Accounts Receivables
    Customer Down Payments
    Invoice
    Parking
    Reversal
    Incoming Payments
    Manual Clearing
    Advance (Down Payment)
    Post with Clearing
    Post without Clearing
    Reset Clearing
    Carry forward
    Regrouping
    Foreign Currency Valuations
    Other than that, it is important to know the following:
    Unit Testing
    When you test every single document is called unit testing.
    String Testing
    One transaction full activity is called string testing . For example Vendor invoice, goods received and vendor payment.
    Integration Testing
    It is purely with other modules and we have to check whether the FI testing is working with other related modules or not.
    Regression Testing
    Testing for whole database. Bring all the data into another server and do the testing is called regression.
    UAT
    When we test any particular document with the user and if it is ok immediately we have to take the signature on the document, which is signed off and can be forwarded to the immediate boss. There are some steps to be followed when we go for user acceptance testing.
    Transaction u2013 Script Writing u2013 Expected Results u2013 Compare with Actual Results
    TPR (Transaction Problem Reporting)
    While doing the user acceptance testing if we get any problems then there are some methodologies to be followed according to the companyu2019s policy and normally as a tester we always need to write on Test Script itself.
    Hope this helps you.
    Regards,
    Rakesh

  • "Register with ESB" failing, though AS and IS connections are tested and OK

    When trying to deploy my ESB project, in the "Register with ESB" phase I am now all of a sudden getting the following Error (the same project was working fine for months unchanged until today). This is even though the AS and IS connections are tested and still working fine.
    Things that changed today:
    1.Change 1 – when starting JDEV I was prompted to download some Jdev patch/upgrade for some sort of new BPEL modeling framework, so I installed, JDEV asked to reboot so did, JDEV asked to upgrade JDEV from former, so did, JDEV asked for what dir, so went with default .../jdev/system
    2. Change 2: tried also to deploy the standard “Order booking SOA demo” after patching.
    3. The Error message I started getting, both for new and old deployments (that were working fine until today), is below, as is my version information:
    Entity Deployment Failed
    error code: 1000 : 5
    summary: -
    Fix: Contact Oracle Support
    Version:
    ADF Business Components     10.1.3.39.78
    BPEL Designer     10.1.3.1.0 (Build 061009.0802)
    CVS Version     Internal to Oracle JDeveloper (client-only)
    Java™ Platform     1.5.0_06
    Oracle IDE     10.1.3.39.78
    Struts Modeler Version     10.1.3.39.78
    UML Modelers Version     10.1.3.39.78
    Versioning Support     10.1.3.39.78
    Ideas why the "Register with ESB" stopped working even though the AS and IS connections are tested and still working fine?

    maybe this link can help you
    "error code: 0 : 10" when Deploying ESB Project

  • ERROR-- 9 [Motor unable to stabilize between min and max limits] -- (2708) TEST FAILED

    Re: ERROR -- 9 [Motor unable to stabilize between min and max limits] -- (2708) TEST FAILED
    Please Somebody Tell me What Is The Issue.

    It might be helpful if indicated exactly what you were doing when the error appeared.

  • How to simulate a DAQ device and use it for testing applicatio​ns without hardware??​?

                            how do i simulate a DAQ device
    in MAX and use it for testing applications without  hardware???
    If my application requires inputs
    from external hardware to proceed how can I simulate a DAQ device in LabVEIW?
    i need to simulate several Digital inputs and Outputs to test the software. currently i dont have the hardware and DAQ device here. 
    please reply with your valuable suggestions. 
    many thanks in advance
    RENN 
    Kudos always welcome for helpful posts
    Solved!
    Go to Solution.

    Hi,
          There is no option to simulate traditional device.You need hardware for that so i would suggest to simulate a PXI device which has similar configuration to PCI-6014 and to do a small modification to your application..

  • HT4461 I purchased an app yesterday called aptitude trainer test and it didn't work at all and today was my test I needed it from to practice so I'm asking for a refund of 2.11 back thank you

    I purchased an app yesterday called aptitude trainer test and it didn't work at all and today was my test I needed it from to practice so I'm asking for a refund of 2.11 back thank you

    We are fellow users here on these forums, you're not talking to iTunes Support.
    Did you try deleting the app and redownloading it via the Purchased tab in the App Store app on your iPad, and contacting the developer of the app ? If you did contact them and you didn't get a reply then try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • TS1363 I tried to print off some of the iTunes advice but my computer froze. I re-booted the computer and ran the diagnostic test again but now "Secure link to itunes store failed"  AND " itunes helper not running."

    I just tried to print off some itunes advice but my computer froze.  I re-booted it and ran the ipod diagnostic test again to get back to the screen I was on. This time "Secure Link to  i tunes store failed" AND "i tunes helper not running" both appeared.   Please help, all I can see is "Appears in Windows but not iTunes" at the top of the screen.  Even though I only vaguely know what that means, I don't think that's the help I need.    

    I just tried to print off some itunes advice but my computer froze.  I re-booted it and ran the ipod diagnostic test again to get back to the screen I was on. This time "Secure Link to  i tunes store failed" AND "i tunes helper not running" both appeared.   Please help, all I can see is "Appears in Windows but not iTunes" at the top of the screen.  Even though I only vaguely know what that means, I don't think that's the help I need.    

Maybe you are looking for

  • Open items issue in fica

    Hi.. All if invoice amt is 100 $ . customer has paid 105 $ with this a cr open item  is created  with 5 $ . this cr open should adjust with next invoice. but which is not happening , i need help in this issue how to slove this problem, thx in adv sur

  • When testing the message from RWB error - User PAMIDIK has no authorization

    Hi Experts, When i am testing the scenario from FILE to PROXIE  i am geeting the following error in SXMB_MONI. i went to RWB - IE - TEST MESSAGE .the message had left from RWB but when i see in SXMB_MONI in XI i get the following error. Error Message

  • Uploading TIFF image

    Hi, While uploading a tiff image using the program RSTXLDMC, I am getting the error "TIFF format error: No baseline TIFF 6.0 file". Could anyone help me in solving this? I also tried using SE78. Iam getting a error there also. Regards, Jeyananth

  • Using the ibook overseas

    Hi, I'm about to puchase the 12" ibook and am going to be living in France for a few months, and also visiting England. Is there anything I should be aware of regarding adapters, wifi....anyone know of anything I should bring along with the regular h

  • Firefox...what did i do and what's the fix

    Just got a MBP about a wk ago. i downloaded Firefox 2.0.0.6 & thouht i installed it, but now i realize it was only mounted as a drive (it never did show up in Applications). The browser worked fine but i also would get this FF icon on the left side o