Please Help on Project Expenditure Report

Hi All,
i am trying to get vendor number, invoice number,and journal details,.... for project expenditure items at project level and task level.
query is working fine when i comment the gl part(all relevant gl tables,,,see below query). if i am joining with gl its giving null value for vendor number field and invoice number field even though this field were having correct values , i don't know to make a link from PA to PO ,AP and GL
please help me ...
SELECT jeh.period_name gl_period,
pcdl.gl_date gl_date,
prj.project_id project_id,
jeh.name journal_number,
jeh.je_source journal_source,
jeh.je_category journal_category,
peia.transaction_source expend_source,
poall.po_number po_number,
poall.item_description po_description,
(SELECT REPLACE (expenditure_comment,CHR (10)) exp_comment
FROM pa_expenditure_comments
WHERE expenditure_item_id =peia.expenditure_item_id
AND ROWNUM < 2) expenditure_comment,
expenditure_category expenditure_category,
peia.expenditure_type expenditure_type,
prj.project_type project_type,
pt.task_number task_number,
pv.segment1 vendor_number,
invc.invoice_num invoice_number
FROM pa_projects_all prj,
pa_tasks pt,
pa_expenditures_all pea,
pa_expenditure_items_all peia,
pa_expenditure_types pet,
pa_cost_distribution_lines_all pcdl,
gl_je_lines jel,
gl_je_headers jeh,
po_vendors pv,
(SELECT pod.po_distribution_id po_distribution_id,
poh.segment1 po_number,
pol.item_description item_description
FROM po_headers_all poh,
po_lines_all pol,
po_distributions_all pod
WHERE pod.po_line_id = pol.po_line_id
AND pod.po_header_id = pol.po_header_id
AND pol.po_header_id = poh.po_header_id) poall,
(SELECT SOURCE, apid.invoice_id,
apid.distribution_line_number,
pap.full_name, aefla.merchant_name,
aia.invoice_num invoice_num
FROM (SELECT full_name, person_id
FROM apps.per_all_people_f
WHERE TRUNC (SYSDATE)
BETWEEN effective_start_date
AND effective_end_date) pap,
apps.ap_invoices_all aia,
apps.ap_invoice_distributions_all apid,
apps.ap_expense_feed_dists_all aefda,
apps.ap_expense_feed_lines_all aefla
WHERE apid.invoice_id = aia.invoice_id
AND aefda.feed_line_id = aefla.feed_line_id
AND aefla.employee_id = pap.person_id(+)
AND TO_CHAR (aefda.invoice_line_id) =
SUBSTR (apid.attribute12,
INSTR (apid.attribute12, ':',
1)
+ 1,
INSTR (apid.attribute12,
1,
1
- INSTR (apid.attribute12, ':',
1)
- 1
)) invc,
pa_system_linkages syslink
WHERE prj.project_id = pt.project_id
AND peia.task_id = pt.task_id
AND jeh.je_category = syslink.cost_je_category_name
AND peia.system_linkage_function = syslink.FUNCTION
AND pcdl.expenditure_item_id = peia.expenditure_item_id
-- AND pcdl.transfer_status_code || '' = 'A'
AND pcdl.batch_name = jel.reference_1(+)
AND ((pcdl.dr_code_combination_id = jel.code_combination_id AND jel.reference_3 = 'Cost')
OR (pcdl.cr_code_combination_id = jel.code_combination_id
AND jel.reference_3 = 'Liability'
AND jel.reference_3 IN ('Cost', 'Liability')
AND pet.expenditure_type = peia.expenditure_type
AND pea.vendor_id=pv.vendor_id(+)
AND pea.orig_exp_txn_reference1 = poall.po_distribution_id(+)
AND pcdl.system_reference3 = invc.distribution_line_number(+)
AND pcdl.system_reference2 = invc.invoice_id(+)
AND jeh.je_header_id = jel.je_header_id
AND jeh.reversed_je_header_id IS NULL
AND pea.expenditure_id = peia.expenditure_id
AND jeh.je_source = 'Project Accounting'
Thanks & Regards
Gopi

Hi,
You will take PLANT and MATERIAL in to the rows of the query.
Then you will use restriction key figure (restriction on History) with user enterd range.
Then you will use one more restriction key figure (restriction on Plant %) with current date.
For user enters range, define a variable on 0CALDAY with processing 'user entry' and with 'interval'.
For second restriction , you will create a variable on 0CALDAY with processing 'Customer exit' and with 'Single entry'.
In user exut , you will define the value for second Varaible as system-date.
With rgds,
Anil Kumar Sharma .P

Similar Messages

  • Seniors please help me in this Report

    Hi Seniors,
    PLEASE HELP ME WITH THIS REPORT.
    I KNOW THE FUNTIONALITY OF THE REPORT AND I AM NOT ABLE TO PUT
    IT IN TO THE ABAP PROGRAM..
    REPORT NAME : CUMULATIVE   BILL
    FUNCTIONAL AND TECHNICAL SPECIFICATIONS
    SELECTION-SCREEN  FIELDS
    WERKS      -
    TABLE: EKPO---  PLANT
    LGORT       -
    TABLE: EKPO--- STORAGE LOCATION
    EBELN       -
    TABLE: EKPO…..   PURCHASING DOCUMENT NUMBER
    NOTE : FOR THIS EBELN NUMBER SELECTED IN THIS FIELD THE NEXT FIELD SHOULD BE  REACTED. MEANS FOR THE PURCHASING DOCUMENT SELECTED HOW MANY INVOICE ARE MADE SHOULD ONLY DISPLAY FOR THE BELOW FIELD.THE NEXT FIELD IS GIVEN BELOW.
    BELNR       -
    TABLE: RBKP---  Document number of an invoice document
    THE ABOVE FIELD BELNR SHOULD DIPLAY ON THE BASIS OF  NUMBER SELECTED IN EBELN.
    FUNTIONAL EXPLINATION : FOR A PARTICULAR PURCHASE ORDER(EBELN) HOW MANY INVOICES(BELNR) ARE MADE SHOULD BE DISPLAYED.
    OUTPUT SCREEN FIELDS
    TOP BOX SHOULD DISPLAY IN THIS FORMAT.
    PLANT       -WERKS-EKPO….                                   BILL NO:-XBLNR--
    PROJECT   -POST1---TABLE -PROJ……               DATE     : BUDAT--
    VENDOR   -NAME1-TABLE -LFA1…….               WO NO  :BELNR--
    ADDRESS -
    STREET—TABLE-ADRC--
    OUTPUT FIELDS IN THE FUNTIONAL SPEC….
    1)SLNO--2) DESCRIPTION-3) QTY UP TO PREVBILL---4) AMOUNT UPTO PREVIOUS BILL -5)CURRENT QUANTITY6)CURRENT RATE-7) CURRENT
    AMOUNT -
    8)CUMILATIVE QUANTITY----9)CUMILATIVE AMOUNT.
    THESE ARE THE FIELDS THAT SHOULD BE DISPLAYED IN THE OUTPUT IN A ROW…..
    ELOBORATING FIELDS RELATED TO THE OUTPUT SCREEN.
    1) DESCRIPTION :  TXZ01 ---EKPO
    2) QTY UPTO PREVIOUS BILL.-----
    3) AMOUNT UPTO PREVIOUS BILL---
    4) CURRENT QUANTITY –FIELD NAME : MENGE----- NOTE: THIS FIELD SHOULD GET THE QTYS OF THE PARTICULAR  INVOICE SELECTED IN THE SELECTION SCREEN THAT
    IS BELNR.
    5) CURRENT RATE------NETPR ---FOR THAT QTY MENTIONED IN WORK ORDER
    TABLE EKPO
    6) CURRENT AMOUNT------ MULTIPLYING THE PREVIOUS 2 FIELDS THAT IS CURRENT QUANITY AND CURRENT RATE (GIVE THIS FIELD CURRENT AMOUNT
    7) CUMULATIVE QUANTITY----- SHOULD BE DONE BY ADDING THE FIELDS
    QTY UPTO PREVIOUS BILL AND CURRENT QUANTITY .
    8) CUMILATIVE AMOUNT-----WE GET IT BY MULTIPLYING CURRENT RATE WITH CUMILATIVE QUANTITY.
    EXPLANATION FOR THE 2ND AND 3RD FIELDS
    2) QTY UP TO PREVIOUS BILL : SHOULD GIVE THE QTY ACCORDING TO THE SELECTION-SCREEN FIELD ….BELNR …IF BELNR IN THE SELECTION SCREEN CONTAINS 10 INVOICE FOR A PARTICULAR WORKORDER…EBELN
    SELECTED..
    AND WE SELECT ONE INVOICE FOR EXAMPLE 6TH INVOICE…….
    IT CONTAINS SOME MATERIALS AND QTY FOR THAT METERIALS …
    BUT IN THE FIELD OF QTY UP TO  PREVIOUS BILL THE QTY OF THE PREVIOUS INVOICE OF THAT PARTICULAR WO SHOULD BE DISPLAYED..
    THE  IS QTY OF THE PREVIOUS INVOICES OF 12345 = QTY UP TO PREVIOUS BILL + CURRENT QTY GIVES CUMILATIVE QTY FIELD…..
    OR
    ADDING OF 12345+6 = CUMULATIVE QTY – OF CURRENT QTY GIVES
    QTY UP TO PREVIOUS BILL.
    EITHER WAY WE CAN GET THE OUTPUT…….
    PLEASE HELP WITH THE ENTIRE  PROGRAM OR LOGIC……….
    PLEASE SEND ME THE CODING TO MY MAIL [email protected]

    Nalini,
    Take the step by step directions try to build  your program... if you find any difficulty in the middle just pose the question at that time.... every one will be ready to answer your questions....
    eg:
    take the first line...
    REPORT NAME : CUMULATIVE BILL
    design a report program with the above given name in se38...
    then second line.....
    SELECTION-SCREEN FIELDS
    WERKS -
    TABLE: EKPO--- PLANT
    LGORT -
    TABLE: EKPO--- STORAGE LOCATION
    EBELN -
    TABLE: EKPO….. PURCHASING DOCUMENT NUMBER
    build select-options: with the above mentioned 3 fields
    3rd direction.....
    NOTE : FOR THIS EBELN NUMBER SELECTED IN THIS FIELD THE NEXT FIELD SHOULD BE REACTED. MEANS FOR THE PURCHASING DOCUMENT SELECTED HOW MANY INVOICE ARE MADE SHOULD ONLY DISPLAY FOR THE BELOW FIELD.THE NEXT FIELD IS GIVEN BELOW.
    work accordingly....
    If you devide the spec like this... it would be easy for you to build the program...
    try it once... you can do it nalini....don't fear with that spec...
    gud luck nalini...

  • Please please help, What is crystaldecisions.reports.reportengineinterface.JPEReportSource?

    Post Author: emmy
    CA Forum: Crystal Reports
    Hi All,
        I'm new in Crystal Report, I'm using Crystal Report 11 with Release 2, Eclipse3.2.1 MyFace1.1, when i link into a page and use a bean to show a project template, it all successful, but when i press "Back" in my browser tool bar and try to link into this page again, it show me error message followed:
    type Exception report message  description The server encountered an internal error () that prevented it from fulfilling this request. exception  javax.servlet.ServletException: Bean: com.crystaldecisions.reports.reportengineinterface.JPEReportSource, property: signInjavax.faces.webapp.FacesServlet.service(FacesServlet.java:152)org.apache.myfaces.webapp.MyFacesServlet.service(MyFacesServlet.java:74)  root cause  javax.faces.el.PropertyNotFoundException: Bean: com.crystaldecisions.reports.reportengineinterface.JPEReportSource, property: signInorg.apache.myfaces.el.PropertyResolverImpl.getPropertyDescriptor(PropertyResolverImpl.java:483)org.apache.myfaces.el.PropertyResolverImpl.getPropertyDescriptor(PropertyResolverImpl.java:454)org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:417)org.apache.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:82)org.apache.myfaces.el.ELParserHelper$MyPropertySuffix.evaluate(ELParserHelper.java:532)org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:145)org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:383)javax.faces.component.UIOutput.getValue(UIOutput.java:77)javax.faces.component.UIInput.validate(UIInput.java:357)javax.faces.component.UIInput.processValidators(UIInput.java:183)javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:624)javax.faces.component.UIForm.processValidators(UIForm.java:70)javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:624)javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:146)org.apache.myfaces.lifecycle.LifecycleImpl.processValidations(LifecycleImpl.java:262)org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:76)javax.faces.webapp.FacesServlet.service(FacesServlet.java:137)org.apache.myfaces.webapp.MyFacesServlet.service(MyFacesServlet.java:74)
    and its my original beanimport java.util.Map;
    import javax.faces.context.ExternalContext;
    import javax.faces.context.FacesContext;
    import com.crystaldecisions.reports.sdk.ParameterFieldController;
    import com.crystaldecisions.reports.sdk.ReportClientDocument;
    import com.crystaldecisions.sdk.occa.report.lib.ReportSDKException;
    public class LIC3360{
         private String licenseNum="0009/K/2005";
         private String signIn="nonvice";
         final String USER = "USER";
         final String PASSWORD = "PASSWORD";
         public String getLicenseNum() {
              return licenseNum;
         public void setLicenseNum(String licenseNum) {
              this.licenseNum = licenseNum;
         public String getSignIn() {
              return signIn;
         public void setSignIn(String signIn) {
              this.signIn = signIn;
         public String postMe(){
              String reportType ="LIC3360";
              String postLicenseNum = this.licenseNum;
              String postSingIn = this.signIn;
              FacesContext context = FacesContext.getCurrentInstance();
              ExternalContext app = context.getExternalContext();
              Map<Object, Object> sessionMap = app.getSessionMap();
              ReportClientDocument reportClientDoc = new ReportClientDocument();
              try{
                   reportClientDoc.open(reportType + ".rpt", 0);
                   ParameterFieldController paramFieldController = reportClientDoc.getDataDefController().getParameterFieldController();
                   paramFieldController.setCurrentValue("", "@lic_num", postLicenseNum);
                   paramFieldController.setCurrentValue("", "@person", postSingIn);
                   //set final
                   reportClientDoc.getDatabaseController().logon(USER, PASSWORD);
                   sessionMap.put("reportType", reportType);
                   sessionMap.put(reportType, reportClientDoc.getReportSource());
                 return "post";
         catch(ReportSDKException e){
              System.out.println("ReportSDKException!!!!!!!");
         catch(Exception e){
              System.out.println("Other Exception!!!!!!!");
         return "post";
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.20 logs.I'm really don't understand, I didn't have a bean call com.crystaldecisions.reports.reportengineinterface.JPEReportSource, how come it appear and own some property in my orginal bean, would anyone please help me. Thank you so much

    Post Author: emmy
    CA Forum: Crystal Reports
    hi, anyone have any idea

  • Please Help me with Oracle Reports (10G)

    Hi ,
    I have created a report in Oracle 10G and save it as .JSP file, while i tried to open
    that .jsp file through edit plus i observed that reportbuilder have generated a code for what i have done in Layout but all the code is commented, why was it happened so , Do it effect the functionality of my report.
    Please help me with this
    Thanks and Regards
    Kalyan Chitti

    Hello Chris90909,
    switch width an height properties as Inol mentioned.
    http://nycapex.blogspot.com/2010/03/landscape.html
    If you have any question about the issue, let us know.
    Don't forget to mark Correct or Helpful accordingly.

  • Pivot table problem. Please help me create this report

    Hi friends..I'm new to OBIEE. We can create the grand total column in pivot table. I need grand total as well as Grand average. How can I create a new column in pivot table that is same as grand total but calculates average.
    My table structure is like this.
    Facility......Date........totaldays
    A..........01/01/08......210
    B..........01/01/08......215
    C..........01/01/08......917
    A..........02/01/08......211
    B..........02/01/08......211
    C..........02/01/08......911
    A..........03/01/08......210
    B..........03/01/08......215
    C..........03/01/08......917
    I need the report like this..
    Facility.....01/01/08......02/01/08....03/01/08...Total....AVG
    A...............210.............211............210.....631......210.3
    B...............215.............211............215.....641.....213.6
    C...............917.............911............917.....2745....915
    For this report..I created pivot table but I'm not able to calculate the average..
    Can you please help..I'm new to OBIEE...
    Thanks in advance

    Please change your username....
    Here is what you need to do...
    1) In the Pivot Table View, click on the Measures column and select New Calculated Item.
    2) In the pop-up window complete as follows:
    Name: type "Total Average"
    Function: Select "Average" from the drop-down window.
    Click on the values in the right pane that you wish OBI to calculate the average for.
    3) Click "OK."
    You now have another column that is the average of the values in each row.

  • Please Help, Missing Project File and Discussion Advice Isn't Working.

    Here's the rundown:
    I was working in iMovie HD 5 when the power got cut out on my external hard drive. When I try to reload my project I got the 'Missing Project File' error that has been discussed by many on this board.
    There are two known fixes.
    1) Open the package and go back to the '~' version of the project.
    2) Use the MovieTimeline.mov in the Cache to import it back into a new project.
    Solution #1 simply didn't work.
    Solution #2 imports the full video as a single long clip but is significantly lower in quality than the original version.
    In addition, the movie was shot in true widescreen and plays in quicktime in 16:9 mode, but when I import that .mov file into iMovie HD for some reason bars are added on the sides and top and bottom of the frame, and the bars are thicker on the sides so it stretches the picture and makes everything look taller.
    Although I'd certainly much rather have my original project timeline back, I could still continue my work if I could figure out how to import the .mov so that it retains the quality and size that it had to begin with.
    Does anyone have any idea how to import it without losing the quality and size or how to gain back an earlier project save?
    Please help if you can, my grandfather's 83rd birthday gala celebration (2 days away!) depends on it!

    I know you're in a rush, so I'll mention a couple other possibilities.
    Solution #2 imports the full video as a single long
    clip but is significantly lower in quality than the
    original version.
    • You shouldn't see any difference. The video imported from the Timeline Movie.mov is exactly the same as the original video. My guess is you're seeing some side effect of the widescreen issue. That, or your iMovie playback settings have changed.
    In addition, the movie was shot in true widescreen
    and plays in quicktime in 16:9 mode, but when I
    import that .mov file into iMovie HD for some reason
    bars are added on the sides and top and bottom of the
    frame, and the bars are thicker on the sides so it
    stretches the picture and makes everything look
    taller.
    • Make sure you're importing to a DV Widescreen project.
    • It might work to open the Timeline Movie.mov in QT Player Pro and export to a DV stream set to 16:9, then import that to the new project.
    • It's curious solution #1 didn't work. What happened when you tried that?
    Karl

  • Please help with my crystal reports server 2008 trial setup

    Firstly, if this is in the wrong section feel free to move it. I find this forum is to big to find the information i need, in fact trying to find anything i need on this website is almost impossible. So far not impressed with SAP at all! we download a trial and when we have problems nobody can support us and we have to post in the forums for answers, which i find disgracefull to be honest. So this post is my last attempt of finding the answers to my problems or we are going to forget crystal reports server for good! I was also told that if i wanted help setting this up then i would have to pay, thats not how things usually go when we download a trial of any software!
    Anyway, rant over!!
    Right, we have windows server 2008 and have installed crystal reports server 2008. So far all i have managed to get working is the reports themselves which run and schedule fine. The dashboard and business views are so confusing i just dont get it at all, the manuals dont help either becuase they are rubbish basically. But my first problem is trying to get windows AD authentication working! easier said than done. I have spent 4 days trying to get it working but nothing is happening. this is what i have done so far
    Set up all the options in the CMC to enable AD authentication, mapped a few groups one of which i am a member of.
    Then i setup the krb5.ini file like below (removed my server name and domain name)
    [libdefaults]
        default_realm = DOMAIN.CO.UK
        dns_lookup_kdc = true
        dns_lookup_realm = true
        udp_preference_limit = 1
    [realms]
    DOMAIN.CO.UK = {
        kdc = DC.CO.UK
        default_domain = DOMAIN.CO.UK
    i also have that other file bscLogin which looks like this...
    com.businessobjects.security.jgss.initiate {
    com.sun.security.auth.module.Krb5LoginModule required;
    The server inteligence agent has been set to use the same username as i specified in the CMC which is also the service principal name and the administartion name
    i have set the web config file to use SecWINAD as default, i have also set it to give the option of enterprise, win ad etc in a drop down list
    i have gone round in circles for days following the instructions, and nothing is happening
    Also i dont see any usernames within the groups i have mapped , am i supposed to see any? am i supposed to add them manually?? if so, whats the point in that?
    So now everytime i try to log in i get this error message
    Account Information Not Recognized: Active Directory Authentication failed to log you on. Please contact your system administrator to make sure you are a member of a valid mapped group and try again. If you are not a member of the default domain, enter your user name as UserName@DNS_DomainName, and then try again. (FWM 00006)
    There is also another error message i get, which isnt coming up right now but it says somthing along the lines of could not authenticate at this time (FWM 00005)
    i fail to see what im doing wrong. I shoudl also point out that the username i am using for everything is our own network admin password!
    any ideas on things to check before we give up with this all together?

    Hi Roberto,
    With the changes when SAP took over BusinessObjects the support packaging also changed. It's the way it is now but we are moving to and giving as much options as we can. SAP works on the Self Serve practice. the info is available but you have to find it, which is another thing we are working on to improve for BOE/CRS.
    Best place to start is in the CMS link off the start menu, You'll find the Admin Guide and Setup/Configuration Guides. You can also find all of the latest info and updates to those guides from help.sap.com then click on the SAP BusinessObjects tab along the top and then on the left click on All Products and then filter on your version.
    Once the Firewalls and Domains and your CRS Server is added to the Trusted Domains and ports opened to allow CRS to talk to the DNS Server CRS will begin to load all of the users into it's User Mappings. You still have to add each user or Group of Users but they will be available. Documents does describe how to....
    Once you have the Admin Guide search on Security and it explains in details how to set up and which ports need to be opened etc.
    Thank you
    Don

  • PLEASE please help my project can't be finalised for publishing due to -50 error!?! i need help in layman's terms :(

    my project begins to finalise (in 1080 HD even though i don't need it that high... ) and then it gets maybe 1 eighth of the way and i get an error -50 message and it won't finish!! i've read other threads but do not understand what to do to stop this. please help

    Hi hannijin,
    What version of the Mac OS X do you have on your computer?  The version of iTunes that you can install is dependent on the operating system that you have.  For example, the current version of iTunes requires OS X version 10.7.5 or later.
    Finding the OS X version and build information on your Mac - Apple Support
    https://support.apple.com/en-us/HT201260
    Apple - OS X Yosemite - How to Upgrade
    https://www.apple.com/osx/how-to-upgrade/
    Hope that helps ...
    - Judy

  • Copying database please help graduation project

    Hi all
    i am doing my graduation project as computer science student i am doing visual basic for interface and oracle express as a database i have made the tables and everything but i need to copy the whole database to my friend's computers so they can help me inserting the data into the tables so i need basicly to transfer the database to my friend's computer can you help me doing that step by step i'm not that much in Oracle i know only selecting,updating and creating tables
    and if you please tell me if there is a way to make auto backup for the database just like the database by itself will do an automatic backup for itself every just like 1 week
    if there is a way can you plz provide me with it
    if there is no automatic way can you please provide me with the manual way of backing up the database.
    regards
    wish me luck in my project plz

    Hi there,
    It helps to specify which version of the database you're using, and the operating system on the computer, and whether 32 or 64 bit. Do this for each end (your computer and your friend's computer). It sometimes helps if you describe a bit about the hardware (eg the amount of memory).
    Examples of the first: 8.1.7, 9.0.1.4.0, 9.2.0.8, 10.2.0.3 (and more). I'm not familiar with Db Express, but I assume there's various versions of that as well.
    Examples of the second: Windows XP (I pray not), Linux, Free BSD, Max OS X 10.4. Please be as specific as possible: Is your Linux Ubuntu, Red Hat Enterprise, or something else?. What version? What's the output of <tt>uname -a</tt>, or <tt>uname -r</tt>.
    You might also give your (first) name, just to be polite.
    but i need to copy the whole database to my friend's computers so they can help me inserting the data into the tablesPerhaps a totally different way of skinning the cat: have you considered letting your friend(s) logging into your database remotely? It takes a bit of setting up: for Linux, it'll be a combination of a broadband connection, [http://dyndns.org/], a firewall setting (choose a port for SSH), ssh (eg PuTTY if your friends on Windows), and some usernames/passwords for your friends. Optional: install sqlplus on your friends' computers and use SSH to tunnel the connections across.
    auto backup for the databaseMy method is a little unsophisticated, but it works for small databases. Shut down the database (if paranoid, a cycle of <tt>shutdown immediate</tt>, <tt>startup restrict</tt>, <tt>shutdown</tt>), then backup the *.dbf, *.ctl, *.ora (datafiles, control files, and {noformat}[sp]{noformat} parameter files). Whether auto or manual is simply a function of whether you type the commands manually, or get the system to run a script at a regular hour, and you have to burn it to a CD or tape, and have that off-site for complete safety. Or you can back it up over the internet.
    If you need further help with remote connections or backup, I'd seek out forums for those particular activities - it's a bit off-topic here.
    Nick

  • Error message. Please help Eagle project lost.

    Please wait...
    If this message is not eventually replaced by the proper contents of the document your PDF viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Mac by visiting http://www.adobe.com/products/acrobat/readstep2.html.
    For more assistance with Adobe Reader visit http://www.adobe.com/support/products/acrreader.html.

    I click on either OK or CANCEL and it closes. I don't know what to do. I have looked at other posts and it wasn't just me that has had this problem. None of those have been solved either.
    Do you think you can help?
    I've even tried uninstalling and reinstalling, closing all my firewalls, everything I can think of...

  • Please help create this matrix report

    Hi,
    I'm using Reports6i.
    I want to create a matrix report like below.
    Country            JUN2008       JUL2008
                      Teu    Feu     Teu   Feu
    INDIA             13        9       1     10  .....
    .With the query i've written, i get the data like
    Country      Dt       Cnt       Typ
    IN     JUN2008           9             Feu
    IN     JUN2008           13     Teu
    IN     JUN2008           10             Feu
    IN     JUN2008           1     TeuPlease Help
    Edited by: Divya on Jun 21, 2011 5:55 AM

    Which tool are you using to create the report Divya?
    You may use PIVOT to create the matrix like report.
    For Ex;
    SELECT *
    FROM (SELECT product_code, quantity
    FROM pivot_test)
    PIVOT (SUM(quantity) AS sum_quantity FOR (product_code) IN ('A' AS a, 'B' AS b, 'C' AS c));
    A_SUM_QUANTITY B_SUM_QUANTITY C_SUM_QUANTITY
    210 90 160

  • Please help with project

    Hey there
    I have a project due soon and would like to add a Gui. Can anyone help me. I'll e-mail you the program. Ive done half the text but would like a GUi included and some tips from people that know what they are talking about.
    Thanks

    A good starting point is (after once doing it by hand to see how everything fits together), to use a dialog editor.
    For instance the NetBeans IDE has such a "form editor". Drag and drop your buttons and such.
    Add events "actionPerformed" to such buttons etcetera.
    It still is a time consuming task. So prepare yourself: think of the layout and rest of user-interface you want to achieve.

  • Please help me making this report

    I want help to make report display the orders per date and the dates that not have any orders like :
    1/3/2007 order details
    2/3/2007 order details
    3/3/2007 no orders
    4/3/2007 order details
    and 3/3/2007 not exit in the database

    There are two things to know here.
    First, adding an integer number to date field will yeild another date separated from the first one by the given number (of days).
    Second, selecting rownum from any table will bring as many consecutive numbers as many records in the table.As we don't know how many days the user would like to see on the report, we take one of the standard tables with pretty big number of records (all_tables).
    Try these two simple queries to clarify the situation:
    select rownum from all_tables where rownum < 10
    select to_date('31-DEC-2006') + rownum from all_tables where rownum<10

  • Please Help! Project Gone!!

    So I have a big Flash CS4 project I've been working on....I opened it today and it's completely blank....However, the .SWF file plays fine, and to exactly the point where I left the project.....what is this???????
    If anyone can help I'd be very grateful....this sucks.
    -ryan

    Also- the entire library for the project is there too! Just nothing in the timeline, nothing in the preview window!!!!!!!!

  • Please help!!!  Report Services

    Hi,
    I am very new to Oracle Report.
    I have installed Oracle 9iAS in D:\Oralce folder and Reports developer on d:\OracleReports folder.
    I have created a report in JSP format and is placed in D:\OracleReports\Reports folder. Now I want to run this report using a URL, how do I do it and where shall I keep this JPS file in D:\Oracle? Will I need Report Services for this? Is it installed as a part of Report developer or Oracle 9iAS? I my case HTTP Server was installed with Oracle 9iAS but Services was installed with Report Developer. So am confused.
    I have been trying this since 15 days in vain. Please revert back.
    Regards
    Archana

    RDF reports OR
    JSP reports with paperlayout (optionally can contain weblayout also)
    ( To be safe you can create your report with paperlayout + weblayout in reports wizard)
    1) Put the report anywhere in file system in an accessible place
    2) Start reports server/ reports services
    3) Run this url
    http://host:port/reports/rwservlet?report=<full path name of report>userid=scott/tiger@dbdestype=cache+desformat=htmlcss+server=server_name
    This is one of the easiest ways.
    For details you can refer "publising reports to web" document for details
    html - http://download.oracle.com/docs/html/A92102_01/toc.htm
    pdf - http://download.oracle.com/docs/pdf/A92102_01.pdf (5MB)
    All links - http://otn.oracle.com/documentation/reports_dev.html
    In your case please refer chapter 2, 3 and 8. This servlet run can produce all output formats html, htmlcss, pdf,rtf etc
    JSP reports with only weblayout
    This can be used only for JSP run (ie output will be html)
    1) For this you will need to know how to deploy an application in an Application server (especially Oracle 9iAS). You will need to package your application (jsps, html, servlets etc) in a .war or .ear file. Any good J2EE book should explain this ear packaging. Oracle 9i JDeveloper should have some wizards for making this easier. For Oracle 9iAS there will be some application server specific files (orion-web.xml and orion-application.xml for which only little modification will be required.)
    2) While deploying the application the reports specific stuff to do will be to add the rwrun.jar and zrclient.jar libraries to application path in orion-web.xml file
    <library path="$OHOME/reports/jlib/rwrun.jar"/>
    <library path="$OHOME/jlib/zrclient.jar"/>
    3) There should be a default reports demo in standard 9iAS installations . You can find that in
    $OHOME/j2ee/home/applications/reports.ear
    which contains a simple reports jsp report. You can open the ear file (using winzip), the enclosed .war file (using winzip) and see the structure of the application [ Maybe even tweak it to create your application ]
    4) After .ear file creation you will have to deploy your application in Application server (using Enterprise Manager
    or JDeveloper)
    Once this is done you can run using this url
    http://host:port/<appName>/test.jsp?otherParams ...
    Thanks,
    The Oracle Reports Team.

Maybe you are looking for

  • Date and time won't appear in the menu bar

    For some reason, I can't make the date and time appear in the menu bar. Also, the Time machine, wireless icon and volume icon in the top right hand corner flash on and off. Have I done something obvious or is this a drastic problem?

  • Timed out, server application never registered to receive message

    Hello. So, It's been a while since I last used iMovie, and now I'm having a very difficult time of it sharing to anything or even saving a version to disk. It won't even save to Theater! Each time I do, it gives me the exact same cryptic message: ""t

  • Can't See Some Files Across Mac Network

    I have my Mac Pro tower (Leopard) set to completely share with my Mini (Snow Leopard). There a many folders and files residing on Pro I cannot see on Mini. Many seem to be Open Office files (although I can see many other Ooo files). I have tried movi

  • Color images in smartforms

    Hi,   I Have uploaded Color BMP file and Tried to Print using smartforms.   In Print preview Color Image looking Fine. But in Printout it is Showing as B/W Image.   What might be the Problem? Thanks, Kishore

  • 3rd party menus

    I am having trouble getting started with linko trees I create a new page create a form and a table as a header at the top Next I want to place the menu on the left and a table on the right for data I create a form and table for the data - it is 1000