Forms60_repformat

HI
The Default is set to forms60_repformat = PDF.
Application is deployed on web(forms6i in 9IAS).
One report needs to run in RTF.
Run_report_object with desformat=RTF is not working.
Dropping forms60_repformat from registry is restricting any report from working.
any ideas.
regards

Hi
Here is the code.
The report defaults to PDF since the value fo rforms60_repformat is set to 'PDF'
which is true for all other reports i the application.
Just want this report in RTF.
declare
     repid report_object;
     report_job_id varchar2(100);
enum number;
begin
     repid := find_report_object('myreport');
     set_report_object_property(repid, REPORT_DESFORMAT, 'RTF');          
set_report_object_property(repid, REPORT_OTHER, 'P_param1='||:test.test1||' PARAMFORM=NO EMPNUM='||enum);     
     report_job_id := run_report_object(repid);
end;
thanks,
balaji

Similar Messages

  • Generating Report in PDF Format.

    Hi All,
    How can I configure Report Server to generate all my Reports in PDF Destination Format? I am using Oracle 10g.
    In 6i, it used to be FORMS60_REPFORMAT parameter. Is there any equivalant in 10g? Where can I set it? or Is there any other way to configure Report Server?
    I may set desformat in rp2rro.pll but I would like to have it at Report Server level.
    Thanks for your help in advance.

    If you want to run all your reports using a generic file, then use web.show_document within Forms and set your desformat for each report in the cgicmd.dat file (in Oracle_home/reports/conf directory) on the App Server.
    Please be warned that any change to this file will require bouncing the report server (or the app server as I sometimes find it doesn't always pick up the changes).
    HTHs
    L :-)

  • Calling a report from a web form & specifying PDF format

    Has anyone been able to call a report from Oracle Forms (6i or 9i) in a web browser (i.e. by pressing a button or any other link)? We are having problems generating the report in PDF format when we web deployed our forms. In client server mode it works fine with the report deferring to PDF. But in the web browser it reverts to a messy HTML format with the columns being distorted. Running a standalone report from the web is no problem but when it is linked with a form it goes back to HTML. In the old forms (5.0) we used a function like run_product but I am not sure what the problem is in the new environment.
    T.J.

    Hello,
    According to the way the reports is launched, the format of the reports output depends on the
    variables : FORMS60_REPFORMAT (for Forms 6.0 and 6i)
    Two others variables are used : FORMS60_OUTPUT and FORMS60_MAPPING.
    Can you check the variable FORMS60_REPFORMAT ?
    regards Dennis:
    Thanks for the info. Your suggestion of changing the windows registry setting FORMS60_REPFORMAT to 'PDF' worked! I did not have to make any other changes to the form. I left the run_product format as is in the form and it worked like a charm. When we eventually migrate to Oracle Reports/Forms 9i we will look into using run_report_object. But for now we will stick with Oracle Forms6i. There was no need to alter the other registry settings FORMS60_MAPPING and FORMS60_OUTPUT since I followed the instructions of setting the virtual directories (symbolic links) when I installed the forms and reports services.
    Thanks again for your help!
    T.J.

  • Calling a Report from a Web Form

    Hi,
    I am calling a Report developed in report 6i from a Web form 6i
    Button. I am unable to launch the Report if Report is using a
    Customized Template. The report is able to launch if it has no
    template or using the templates given in report wizard. Is there
    any setting required in the Report Server for reading the
    template file???

    Hello,
    According to the way the reports is launched, the format of the reports output depends on the
    variables : FORMS60_REPFORMAT (for Forms 6.0 and 6i)
    Two others variables are used : FORMS60_OUTPUT and FORMS60_MAPPING.
    Can you check the variable FORMS60_REPFORMAT ?
    regards Dennis:
    Thanks for the info. Your suggestion of changing the windows registry setting FORMS60_REPFORMAT to 'PDF' worked! I did not have to make any other changes to the form. I left the run_product format as is in the form and it worked like a charm. When we eventually migrate to Oracle Reports/Forms 9i we will look into using run_report_object. But for now we will stick with Oracle Forms6i. There was no need to alter the other registry settings FORMS60_MAPPING and FORMS60_OUTPUT since I followed the instructions of setting the virtual directories (symbolic links) when I installed the forms and reports services.
    Thanks again for your help!
    T.J.

  • Haw to execute and create a report in pdf format

    i have installed developer 10g and application forms & report 10g.
    I have used until noe application 1.0.2.2 and ina form to execute a report i have this istruction
    run_product(REPORTS,
         var_report,     
         SYNCHRONOUS,
         RUNTIME,
         FILESYSTEM,
         plid);
    where var_reprot is the name of my report (example test.rep)
    plid = paramlist (example Add_Parameter(plid,'MAXIMIZE', TEXT_PARAMETER, 'YES');
    add_parameter(plid, 'PARAMFORM', TEXT_PARAMETER, 'NO');
    add_parameter(plid, 'BACKGROUND',TEXT_PARAMETER, 'YES');)
    then i have execute regedit to change the variable
    FORMS60_REPFORMAT = 'PDF' TO OBTAI AUTOMACTICALY A REPORT in pdf.
    Now i have try to convert form and execute the same instruction but there is no result !!!
    There is a fast way to convert all button tha i have for the pdf printer in forms10g ???
    Thank's a lot for the suggestion !!!

    Please read the Forms and Reports Integration whitepaper
    (link below). That is a must-read for anyone working in Forms-reports
    [    All Docs for all versions    ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    ---------------------------------------------------------------------------------

  • OAS 4.0.8.1

    I have installed OAS 4.0.8 on NT/SP5.
    Then i install Developer 6.0 Deployment/Complete.
    Both OAS and Developer 6.0 goes to the same OARCLE_HOME orant.
    I configure the www listner/network and set the following virtual dir's
    D:\orant\forms60\java\ /web-code/
    D:\repcache\ /CACHE/
    fmx's path
    D:\webforms\ /webforms/
    images path
    D:\webforms\images /webimages/
    also i set the following reg settings
    FORMS60_MAPPING /CACHE
    FORMS60_OUTPUT D:/repcache
    FORMS60_REPFORMAT HTML
    FORMS60_PATH D:\webforms
    UI_ICON D:\webforms\images
    also i have the following html file
    <HTML>
    <BODY>
    <OBJECT classid="clsid:9F77a997-F0F3-11d1-9195-00C04FC990DC" WIDTH=100% HEIGHT=100%>
    <PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
    <PARAM NAME="CODEBASE" VALUE="/web-code/" >
    <PARAM NAME="ARCHIVE" VALUE="/web-code/f60splash.jar" >
    <PARAM NAME="type" VALUE="application/x-jinit-applet;version=1.1.7.11">
    <PARAM NAME="serverPort" VALUE="9000">
    <PARAM NAME="serverArgs" VALUE="module=d:\webforms\applicant.fmx">
    <PARAM NAME="serverApp" VALUE="default">
    <PARAM NAME="lookAndFeel" VALUE="oracle">
    <PARAM NAME="colorScheme" VALUE="teal">
    <PARAM NAME="splashScreen" VALUE="no">
    <PARAM NAME="background" VALUE="no">
    </OBJECT>
    </BODY>
    </HTML>
    when i call this html from browser(ie5.01). the form does not come up. when i ran with jinit console = yes
    it stopped after the follwing message
    Forms Applet version 4.
    Can any one help me in this regard.
    Thanks in advance

    Hi. I was able to install these three products into an NT machine. And I got it to work. I used the static_jinit.html instead of the demojini.html, this file comes with the Jinitiator install(this will be installed with Developer 6. I had to download the latest installation documents from metalink.oracle.com(Developer 6.0 and Oracle 8i) and www.olab.com(OAS 4.0.8). It is important that you get and read these documents first, the documentation that comes with the CDs is not up-to-date. Basically here are the steps that I did, these are based on the documents that I got from the websites:
    1. Install Developer 6.0 first. Be sure to install it in the DEFAULT ORACLE_HOME(path is usually c:\orant).
    2. Install Oracle 8i. Give it a diff. ORACLE_HOME(e.g. ora8i, path = c:\orant\ora8i).
    3. Install OAS 4.0.8. Give it a diff ORACLE_HOME(e.g. oas408, path = c:\oas408). If you're using NT4 be sure to use SP5.
    After installing these three test to see if you could deploy your web apps. I used the static implementation, I haven't tried the cartridge implementation yet. If is still doesn't work download and install the latest Developer 6.0 patch from metalink. I had to do this extra step to finally make it work(I guess we have a defective Developer 6.0 CD). I am also using Netscape 4.0.5, I still can't make it work with Explorer 4.0, I think it will only work if you use Explorer 5.0.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Prashanth:
    I have installed OAS 4.0.8 on NT/SP5.
    Then i install Developer 6.0 Deployment/Complete.
    Both OAS and Developer 6.0 goes to the same OARCLE_HOME orant.
    I configure the www listner/network and set the following virtual dir's
    D:\orant\forms60\java\ /web-code/
    D:\repcache\ /CACHE/
    fmx's path
    D:\webforms\ /webforms/
    images path
    D:\webforms\images /webimages/
    also i set the following reg settings
    FORMS60_MAPPING /CACHE
    FORMS60_OUTPUT D:/repcache
    FORMS60_REPFORMAT HTML
    FORMS60_PATH D:\webforms
    UI_ICON D:\webforms\images
    also i have the following html file
    <HTML>
    <BODY>
    <OBJECT classid="clsid:9F77a997-F0F3-11d1-9195-00C04FC990DC" WIDTH=100% HEIGHT=100%>
    <PARAM NAME="CODE" VALUE="oracle.forms.engine.Main" >
    <PARAM NAME="CODEBASE" VALUE="/web-code/" >
    <PARAM NAME="ARCHIVE" VALUE="/web-code/f60splash.jar" >
    <PARAM NAME="type" VALUE="application/x-jinit-applet;version=1.1.7.11">
    <PARAM NAME="serverPort" VALUE="9000">
    <PARAM NAME="serverArgs" VALUE="module=d:\webforms\applicant.fmx">
    <PARAM NAME="serverApp" VALUE="default">
    <PARAM NAME="lookAndFeel" VALUE="oracle">
    <PARAM NAME="colorScheme" VALUE="teal">
    <PARAM NAME="splashScreen" VALUE="no">
    <PARAM NAME="background" VALUE="no">
    </OBJECT>
    </BODY>
    </HTML>
    when i call this html from browser(ie5.01). the form does not come up. when i ran with jinit console = yes
    it stopped after the follwing message
    Forms Applet version 4.
    Can any one help me in this regard.
    Thanks in advance<HR></BLOCKQUOTE>
    null

  • PDF format of Reports (Very urgent)

    I am using developer 6i forms & report server to run my application on the web.
    My forms r working quite fine. My reports when I run my reports in HTML/HTMLCSS format the output comes well.
    But when I set FORMS60_REPFORMAT=PDF in registry to get the output of the reports in PDF format, the browser opens acrobat reader, but does not open the PDF file and an error comes 'Error while opening the document'.
    But in the temporary folder of reports server the output of the desired report is created perfectly well. When i open that file directly by giving the path of the folder separately the browser shows that document very well.
    I have tried IE4, IE5, IE6.
    When using Netscape 4.7 when report's URL is sent to browser, the browser shows save as window instead of directly opeing the file.
    Please help me out.
    Thanks

    Maybe this solution from Metalink will help you:
    fact: Oracle Reports Developer 6
    fact: Oracle Reports Services
    fact: Microsoft Internet Explorer
    fact: Acrobat Reader 4.0
    symptom: Running Report with Desformat=PDF and Paramform=HTML Returns Blank Page In Browser.
    cause: Problem documented in <Bug:784236> WHEN PARAMFORM = YES AND DESFORMAT=PDF WEB REPORT SHOW BLANK PAGE WITH IE
    and <Bug:761674> PDF STREAM TO IE DOES NOT WORK WHEN PARAMETER FORM ENABLED
    Problem closed as 3rd Party product problem
    fix:
    Use the following workaround
    1. Click on the Report name and bring up the property palette to show all of the properties for the whole report.
    2. Under Report Escapes->Before Form Value, change form method from post to get.
    This will then do it dynamically for the report without having to save a static paramform.

  • When calling report in forms, only html format can show chinese characters

    To all experts,
    When I run report by calling run_report_object() in forms, only html format can show chinese characters. If I choose pdf format, garbage characters were shown instead of chinese characters. My settings on server are as follows:
    NLS_LANG=TRADITIONAL CHINESE_HONG KONG.UTF8
    FORMS60_REPFORMAT=PDF
    Do you know why? I hope to print report in PDF format as PDF turned out to be more regular in format. Is there any additional settings required?
    May experts here broaden my mind?
    Richard

    Assuming that you are using version 6i, try using Oracle9i Reports it has support for multi-byte in PDF.
    By the way, Reports questions will get better response if you send them on the reports forum.

  • When calling report from forms, only html format report can show chinese characters

    To all experts,
    When I run report by calling run_report_object() in forms, only html format can show chinese characters. If I choose pdf format, garbage characters were shown instead of chinese characters. My settings on server are as follows:
    NLS_LANG=TRADITIONAL CHINESE_HONG KONG.UTF8
    FORMS60_REPFORMAT=PDF
    Do you know why? I hope to print report in PDF format as PDF turned out to be more regular in format. Is there any additional settings required?
    May experts here broaden my mind?
    Richard

    You have two different ways of generating Japanese PDF files from Reoprts. One is font aliasing and the other is font subsetting.
    <font aliasing>
    You will need to have the following entries in uiprint.txt (example).
    [ PDF ]
    .....JA16SJIS = "KozMinPro-Regular-Acro"
    "MS UI Gothic".....JA16SJIS = "KozMinPro-Regular-Acro"
    You may need to download and install Japanese Font Pack from Adobe's web site (if your Acrobat is non-Japanese version).
    <font subsetting>
    You will need to add C:\WINNT\Fonts (or wherever your TTF/TTC fonts are installed) to your REPORTS_PATH.
    You will also need to have the following entries in uiprint.txt (example).
    [ PDF:Subset ]
    "Andale Duospace WT J" = "Aduoj.ttf"
    "Albany WT J"="AlbanWTJ.ttf"
    "MS UI Gothic" = "msgothic.ttc"

  • Reports on web in PDF format (Please Help)

    Hi
    I am testing my dev2000 applications on web. I am using Patch5. I have problem while running reports. When ever I am trying to run a report from forms using "RUN_PRODUCT", report is running on server m/c not on client m/c. I need this report to be opened in clients pc in acrobat. On server m/c (Win2000 Server) registry I have set forms60_repformat=PDF. Please help to solve this peoblem.
    Thanks in Advance
    Syed

    read the paper on forms and reports integration on the web from
    http://otn.oracle.com/products/forms/techlisting.html#internet

  • Problem in Reports While Using Netscape

    Hi Guys,
    I am able to run my reports successfully in the web mode
    using Internet Explorer 5.0, but when i run the same application
    using a Netscape Navigator, instead of opening a new window and
    showing the report it prompts me to save the file (Save As
    Dialog Box ) is shown. If the file is save and later opened ,
    iam able to see my output perfectly. How is that IE and Netscape
    Navigator is not behaving the same way. Is there any special
    setting to be done.
    My Environment is
    Window NT 4.0 SP3
    Oralce 8.0.5 Database
    Forms 5.0 (Release 2.1)
    Oralce Jinitiator 1.7.11.1
    Reports 2.5
    Regards
    Veera
    null

    Hi Thomson,
    Thanks for your suggestion, It really worked out. But i also
    came to know about better suggestion from oracle support. You
    can still retain your HTML in registry , all you have to do is
    to add HTML In the MIME type entry of Application Server. Just
    put entries like HTML HTM . Delimeter here is a space. This
    worked out for me.
    Regards
    Veera
    Thomson Attasseril (guest) wrote:
    : Hi Veera,
    : I ran into the same problem with my application server running
    on
    : Sun Solaris. I changed the value of the FORMS60_REPFORMAT
    : environment variable from HTML to html, and I did not get the
    : 'Save As' dialog box after this fix.
    : Regards,
    : Thomson
    : Vishnu Valda (guest) wrote:
    : : Veera,
    : : check the filename extension of your report html file. it
    : should
    : : be compatable with the file access extension of the browser(
    : : netscape in your case)
    : : vishnu V.
    null

  • RUN_PRODUCT REPORTS

    HAS ANYONE BEEN ABLE GENERATE A REPORT USING RUN_PRODUCT IN THE
    DEVELOPER 6/INTERNET ENVIRONMENT. IF YES, WHAT SERVER REGISTRY
    SETTINGS MADE IT WORK.
    I KNOW ABOUT SHOW_DOCUMENT AND WOULD LIKE TO AVOID USING IT.
    null

    REGISTRY : FORMS60_MAPPING = /myreports/ (i.e)
    FORMS60_OUTPUT = C:\MyReports
    FORMS60_REPFORMAT = (either HTML or PDF) For PDF,
    install Acrobat Reader in every client machine.
    REPORTS60_WEBLOC = /myreports/
    REPORTS60_WEBLOC_TRANSLATED = C:\MyReports
    LISTENER: create a virtual directory "/myreports/", physical
    directory "C:\MyReports\" (don3t forget the trailing \ and / !!)
    RUN_PRODUCT (REPORTS,'c:\Web60
    \Test.rep',SYNCHRONOUS,RUNTIME,FILESYSTEM,lp_id,null);
    Upon execution, a new browser instance should appear with your
    listing.
    I think that3s all. It works.
    Good luck.
    Juan.
    null

  • URGENT HELP: RUN_PRODUCT(Reports) on Web

    Hi,
    I have installed oracle 8.0.5, OAS 4.0.7 and Developer
    Server 6.0 (Forms, Reports & Graphics Cartridge).
    Our forms,reports & graphics cartridges
    works fine indivisualy but we are not able to run reports
    from web form with run_products it works fine under windows.
    1. Is anyone has tried reports on web from forms
    2. how to use reports cartridge from from other
    than using show_document package can be included
    in parameter as server=reportserver in run_products
    statement.
    3. Is there any registry/system variables required for
    this
    If anyone know about this, please let me know by e-mail
    or posting reply to this thread
    Thanks in advance
    Darshan Desai
    Tecnimont ICB Limited,
    Mumbai, India.
    [email protected]
    [email protected]
    null

    Hi Darshan,
    you must set the followings registry variables:
    FORMS60_MAPPING (virtual directory, must exist as a virtual
    directory in your web-server configuration)
    FORMS60_OUTPUT (physical directory of the virtual directory)
    FORMS60_REPFORMAT (html, pdf)
    Hope this help
    Darshan Desai (guest) wrote:
    : Hi,
    : I have installed oracle 8.0.5, OAS 4.0.7 and Developer
    : Server 6.0 (Forms, Reports & Graphics Cartridge).
    : Our forms,reports & graphics cartridges
    : works fine indivisualy but we are not able to run reports
    : from web form with run_products it works fine under windows.
    : 1. Is anyone has tried reports on web from forms
    : 2. how to use reports cartridge from from other
    : than using show_document package can be included
    : in parameter as server=reportserver in run_products
    : statement.
    : 3. Is there any registry/system variables required for
    : this
    : If anyone know about this, please let me know by e-mail
    : or posting reply to this thread
    : Thanks in advance
    : Darshan Desai
    : Tecnimont ICB Limited,
    : Mumbai, India.
    : [email protected]
    : [email protected]
    null

  • Reports output screen

    I am using Developer Server 6 and Application Server 4.0.7 on NT
    SP5.
    When I use browser to run my app and run reports from a form
    using run_product with destype=screen or preview, the Windows
    Save File dialog appears instead of report output on screen.
    Can anybody help me about this problem?.
    Ruy
    null

    Hi Vishnu,
    Try setting your desformat parameter to 'html'. You may also want
    to check the value of the FORMS60_REPFORMAT environment variable.
    Ensure that the value for this environment variable is 'html'
    rather than 'HTML'. After setting the FORMS60_REPFORMAT
    environment variable, restart the forms listener. I experienced
    the same problem that you describe, and the above fix worked for
    me.
    Regards,
    Thomson Attasseril
    Ruy Chicaco (guest) wrote:
    : Hi Vishnu,
    : I have configured desformat='HTML', destype=FILE and
    : desname=File_Name.html.
    : The report saves the File_name.html in the server directory
    : c:\temp with extension html.
    : The virtual directory corresponding c:\temp is /web_img/ and is
    : configured in Listener ows:www virtual directory page.
    : When I call this file with web.show_document or executing
    : http://ows.rjo.oec.com.br:80/web_img/file_name.html, the Save
    as
    : dialog appears.
    : Ruy Chicaco.
    : Vishnu Vadla (guest) wrote:
    : : Ruy Chicaco ,
    : : the problem is confirm your browsers file type extension
    : : setting, iwhether it is htm or html, accordingly use the
    : : destype parameter. if the browser doesnot indentify the
    : : extension then it ask to save the file, thus displaying the
    : : dialog box
    : : Vishnu V.
    null

  • Trying to move from reports generated in CGI mode to reports generated in S

    This is on 9iAS R1 patch 15 running on Sun
    We are calling all out reports from forms.
    We already have a number of forms that call reports that are using the
    reports servlet. All the reports come out in pdf format. Basical there are a
    number of set_report_object_property calls then a run_report_object call.
    Additionally in the env file set by forms_web_cfg file we have a var of
    FORMS60_REPFORMAT=pdf
    We have been using the CGI report server to generate tab delimited files one
    could bring into Excel. I'm having problems getting a different file other
    than a pdf to be generated. I'm I stuck due to the FORMS60_REPFORMAT=pdf
    var? How can I override this for a tab delimited file?
    I think my problem is with the REPORT_DESTYPE
    here is part of the code from the form (which does not work):
    IF P_FOR_EXCEL = 'Y' THEN -- Generate Excel Sheet
    l_rep_obj_id := find_report_object ( 'QMSREP' );
    set_report_object_property(l_rep_obj_id, REPORT_DESTYPE, FILE);
    set_report_object_property(l_rep_obj_id, REPORT_DESNAME, user ||
    to_char(sysdate,'DDMMYYYYHH24MISS') || '.xls' );
    set_report_object_property(l_rep_obj_id, REPORT_DESFORMAT, 'DELIMITED' );
    set_report_object_property(l_rep_obj_id, REPORT_OTHER, ' DELIMITER=tab' || '
    DELIMITED_HDR=no');
    set_report_object_property(l_rep_obj_id, REPORT_EXECUTION_MODE, RUNTIME );
    set_report_object_property(l_rep_obj_id, REPORT_COMM_MODE, SYNCHRONOUS );
    set_report_object_property(l_rep_obj_id, REPORT_FILENAME, l_report_name );
    -- qms$forms_errors.push ( 'Call_Report: Client/Server: Report and display
    in Excel' );
    l_rep_id := RUN_REPORT_OBJECT(l_rep_obj_id, l_par_list_id);
    ELSE -- Generate PDF Report
    l_rep_obj_id := find_report_object ( 'QMSREP' );
    set_report_object_property(l_rep_obj_id, REPORT_EXECUTION_MODE, RUNTIME );
    set_report_object_property(l_rep_obj_id, REPORT_COMM_MODE, SYNCHRONOUS );
    set_report_object_property(l_rep_obj_id, REPORT_FILENAME, l_report_name );
    set_report_object_property(l_rep_obj_id, REPORT_DESTYPE, PREVIEW);
    l_rep_id := RUN_REPORT_OBJECT(l_rep_obj_id, l_par_list_id);
    END IF;
    My question is what do I need to do to generate tab delimited files using
    the reports servlet without breaking the pdf's or changing the forms_web.cfg
    file?
    Thanks very much

    I ran into an issue using delimiteddata using the CGI reports server. For some reason I was getting a couple of extra columns in the spreadsheet. Did you run into that? What did you do to fix it?

Maybe you are looking for

  • How can I use a Selector in a thread safe way?

    Hello, I'm using a server socket with a java.nio.channels.Selector contemporarily by 3 different threads (this number may change in the future). From the javadoc: Selectors are themselves safe for use by multiple concurrent threads; their key sets, h

  • Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7

    Hi Techys, Kindly help me to resolve the below issue "Configuration Failed Error while running the Shareoint 2010 Products and Configuration wizard in windows 7" Many Thanks, Madhu

  • Connect database using ext javascript or applescipt in indesign

    Hi, I need to connect oracle database using extended javascript or apple script in indesign. Can somebody help by giving any suggestion. Or is there any possibility to connect database using the two scripting methods. It  is really urgent. Thanks Kar

  • Oracle Data Loader

    Hi guys! I'm planning to import a file with about 400k records with data loader (insert function). I do this operation with web services and I took about 7 hours. With web services I import about 20k records per time. Someone know if i use dataloader

  • DOA PowerMac G5

    Hello, I am hoping that there may be some tech savvy people here who can advise me. My PowerMac G5 2.5 duo processors recently started acting up. There were times that the power button would not function. Could not shut it down and sometimes couldn't