Print problem in Forms y Reports 10g via  OAS

Hello:
I am using 10g Reports and Forms10G and when command to print any report compelled me OAS calls passing through and I register with a user connection to lift the printing service. how to fix this problem?

hi
you have to install arabic language,modify registry something like this for all NLS_LANG in oracle Homes..
AMERICAN_AMERICA.AR8MSWIN1256and also check your database characterset. it should be AL32UTF8.
select * from NLS_DATABASE_PARAMETERS
where PARAMETER='NLS_CHARACTERSET';SARAH

Similar Messages

  • ORARRP Problem with Oracle Forms and Reports 10g

    hi,
    i have a problem with orarrp utility. the printeroutput is sometimes mirrored or only a blank sheet. is this a known problem? are there any workaraounds available? what can i do to fix the problem? please help me.
    thanks very much
    gunnar kieck

    Hi Rajesh,
    But i have not installed IAS at all. I have only Forms and Reports 10g and Oracle database installed. As you said it only save on IAS, but can we save it on local machine. Is there any other alternative.
    Again my second issues is --> I want to remove Mail option and rename Cache option to PDF from Destype combo box which appears at run time.
    Any idea how we can do this?

  • How to install oracle Forms and Report 10g in windows XP OS

    How to install oracle Forms and Report 10g in windows XP OS. Already installed oracle Database 10g in my notebook.
    It is working good.
    please help me this issue.
    please give the steps..............
    Thanks
    Rajeev

    Hello Frank,
    for development, you need to install Oracle Developer
    Suite 10g. This includes Forms and Reports.this topic interests me too, because I've downloaded Developer Suite and Database (both for 10g) from Oracle website, installed them, but I couldn't connect to a database.
    What should be done for me to create a database link and be able to connect locally, in my personal Desktop computer? (Not to a server)
    Once it was told me here that I should download 10g Database - I did it, and installed it, but it didn't work. Later, some of my job partners said I should install them in a sequence - that is, 1st the Developer, and 2nd the Database. But it has failed too. And I don't know how to configure a database connection.
    Best regards,

  • Forms and Reports 10g run on the other client machine

    Dear Sir,
    Please tell me how to run forms/reports which is compiled/build in ORACLE 10g.
    I mean that I have build some forms and reports in Oracle 10g now I want to run them on another client machine without creating oracle application server. Is there any way to run
    As example in oracle 6.0 i we only install forms and reports services at client machine and ours froms/ reports are running. Can we do so in 10g also ??
    Please guide me about it.
    Ghulam Yassen

    without creating oracle application server. That is not possible. Forms 10 only runs in web mode, so you need the OAS with the Forms and Reports sever (OAS Enterprise Edition) or the Forms and Reports 10g stand alone server.
    in oracle 6.0 i we only install forms and reports services at client machineForms 6i was the last version that you can run in client/server mode.

  • Vertical Panel per page Problem for Form-type Reports

    I have a notification form-like report consists of 5 pages so I set the vertical panel to 5 (so when it prints, there are actually 5 physical pages, but 1 logical page in the reports builder). Some fields will expand, their datatype is BLOB. And when they expand, there are now 10 physical pages (even if the expansion is caused by a half-page-long data) some with blank pages. What I expect to happen is that there are 5 physical pages (as originally set) and additional pages (let's say another 1 page) for the expansion. But is this possible, that we can limit the number of vertical panels for the expansion? Can anyone help me please...?

    Has anybody experienced the same problem? Thanks in advance!

  • Oracle Forms and Report 10g r2 standalone installation fail on Solaris 8

    I tried to install Oracle Forms & Report 10g r2 standalone on solaris 8.
    However the installation failed with the following error:
    /usr/ccs/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/data1/oraapps/oracle/fr10g//data1/oraapps/oracle/fr10g/bin/genclntsh
    ld: fatal: library -lnsl: not found
    ld: fatal: library -lsocket: not found
    ld: fatal: library -lgen: not found
    ld: fatal: library -ldl: not found
    ld: fatal: library -lkstat: not found
    ld: fatal: library -laio: not found
    ld: fatal: library -lposix4: not found
    ld: fatal: library -lm: not found
    ld: fatal: library -lc: not found
    Have anyone encounter the same error. Passed the prerequisite check but still fail during linking.
    I managed to install 9.0.4 successfully on the same server without any problem.
    Zairi

    Do you ahve the Shared_library variable? LD_LIBRARY_PATH, SHARED_LIBRARY_PATH ?? Usually one of this have to point to where the librarias are.
    Regards.

  • How to deploy the Oracle Forms and Reports 10g in Web?

    Currently I am working in Oracle forms & Reports conversion project (6i to 10g).
    As of now 6i forms working as a standalone application. After migrated it to 10g, I need to deploy the forms and reports in web.
    Any one know how to deploy the Oracle forms and Reports in web?
    Please help me out. Thanks in advance.
    Vimal

    Hello Frank,
    for development, you need to install Oracle Developer
    Suite 10g. This includes Forms and Reports.this topic interests me too, because I've downloaded Developer Suite and Database (both for 10g) from Oracle website, installed them, but I couldn't connect to a database.
    What should be done for me to create a database link and be able to connect locally, in my personal Desktop computer? (Not to a server)
    Once it was told me here that I should download 10g Database - I did it, and installed it, but it didn't work. Later, some of my job partners said I should install them in a sequence - that is, 1st the Developer, and 2nd the Database. But it has failed too. And I don't know how to configure a database connection.
    Best regards,

  • Date Validation problem in form with report

    Hi,
    I am stuck on this date validation issue in a form with report that I am working on-
    I have an Active_date_start and an Active_date_end field. I want to validate the form in such a way that if the user enters the Active_date_end < active_date_start then it should error out appropriately asking to change the active_end_date . Also another problem is that the changes are made to the active_date_end they should reflect in the table. How do I accomplish this.
    Appreciate all the help offered.
    Thanks.

    Hi,
    Thanks for the code.Now the APPLY CHANGES works fine except that it throws an error when I change the end date to a date which is less than the start date . So it does show me my error and does not go further but also shows me the error -
    Invalid PL/SQL expression condition: ORA-06550: line 1, column 29: PLS-00306: wrong number
    or types of arguments in call to 'NVL' ORA-06550: line 1, column 7: PL/SQL: Statement
    ignored Invalid PL/SQL expression condition: ORA-06550: line 1, column 29: PLS-00306:
    wrong number or types of arguments in call to 'NVL' ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    I looked up the error number and it says its a generic error type where the error can be found on the line number specified. But in this case how and where do I look for the error line?. This is the code I am using-
    DECLARE
    vACTIVE_DATE_START DATE;
    vACTIVE_DATE_END DATE;
    BEGIN
    vACTIVE_DATE_START := TO_DATE(:P4_ACTIVE_DATE_START, 'DD/MM/YYYY');
    vACTIVE_DATE_END := TO_DATE(:P4_ACTIVE_DATE_END, 'DD/MM/YYYY');
    IF vACTIVE_DATE_END < vACTIVE_DATE_START THEN
    RETURN 'End date is before start date';
    ELSE
    RETURN NULL;
    END IF;
    END;
    My base table has the active_date_start as NOT NULL. Now I have the exact same code for APPLY CHANGES
    in other form and it works fine not giving the above error. I am at a loss to know how I can get rid of the error.
    Any suggestions!.
    Thanks in advance,
    A

  • Oracle Forms and Reports 10g Tutorials

    Hi All,
    Can anybody gimme the link for Oracle 10g Forms and Reports Tutorails. I urgently need them.
    Also I would be happy if somebody can help me with the Tutorials for Oracle 9iAS Reference which will explain me in detail about the application server and to configure it.
    Any help on this is very much appreciated.
    Thanks and Regards,

    http://www.amazon.com/exec/obidos/ASIN/0672318466/ref=pd_sxp_elt_l1/103-9465170-7731067
    http://www.amazon.com/exec/obidos/ASIN/0130321249/ref=pd_sxp_elt_l1/103-9465170-7731067
    http://www.amazon.com/exec/obidos/ASIN/0130158089/ref=pd_sxp_elt_l1/103-9465170-7731067
    http://www.amazon.com/exec/obidos/ASIN/0672321106/ref=pd_sxp_elt_l1/103-9465170-7731067

  • Needed Document for upgrading Oracle forms and reports 10g to 11g

    Hi Guys,
    Currently my client is using Oracle 10g for forms and reports and currently he is looking to upgrade from 10g to 11g.
    Can some one provide me the impact analysis document which shows if they is any risk factors involved if we migrate from 10g to 11g.
    If any risk factors are involved what steps needs to be taken care before we upgrade from 10g to 11g.
    Guys please respond me ASAP.
    Regards,
    Venkat.@

    Guys can you respond on my post?and help me to come out of that issue.

  • Forms and reports 10g :  enable xsql servlet

    Please, how can I enable a XSQL Servlet on "Forms and reports AS 10g : 9.0.4"?
    I have added xsql <servlet> and <servlet-mapping> info to global-web-application.xml.
    I have copied XSQLConfig.xml file to $ORACLE_HOME/j2ee/home/default-web-app/WEB-INF/classes.
    But if I run any xsql script from xsql demos, I will get some result as xml : (<?xml version="1.0" ?>
    <xsql:query connection="demo" xmlns:xsql="urn:oracle-xsql">SELECT name, origin FROM location loc WHERE loc.origin.x = {@x-coord}</xsql:query> )
    => xsql servlet doesn't work !
    Help me?

    Certification information is pulished on metalink.oracle.com
    Regards
    Grant Ronald
    Forms Product Management

  • Forms and reports 10g

    after i made the form and the report when i run the report from the form the report server dosen't show me if the report is canceled or not it only shows me that the report is queued so if any one would tell me how can i see the queued reports
    thanks

    In Francois's Blog there is a Forms Java Bean from Casey Bowden.
    This is the link: http://fdegrelle.over-blog.com/article-10516695.html
    Message was edited by:
    Rosario Vigilante

  • Printing problem from 32-bit applicatio​ns via 64-bit driver on Windows 7 x64

    Hello.
    We have x64 Windows 7, HP P3005n Printer and latest drivers, MS Office 2007.
    Please help resolve problem. Thanks
    When we print from MS Office to HP P3005n Printer (we try print to local installed network printer  and via network print server) we have windows error:
    Faulting application name: splwow64.exe, version: 6.1.7600.16385, time stamp: 0x4a5bd3ca
    Faulting module name: hpc6r107.dll, version: 0.3.1544.8232, time stamp: 0x4c6af57c
    Exception code: 0xc0000005
    Fault offset: 0x0000000000076e77
    Faulting process id: 0xe68
    Faulting application start time: 0x01cb5aff8c38edd8
    Faulting application path: C:\Windows\splwow64.exe
    Faulting module path: C:\Windows\system32\spool\DRIVERS\x64\3\hpc6r107.d​ll
    Report Id: fc5e617a-c713-11df-bec0-001e8c7ac28b
    Log Name:      Application
    Source:        Application Error
    Date:          9/23/2010 4:10:50 PM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      XXX.domain.name
    Description:
    Faulting application name: splwow64.exe, version: 6.1.7600.16385, time stamp: 0x4a5bd3ca
    Faulting module name: hpc6r107.dll, version: 0.3.1544.8232, time stamp: 0x4c6af57c
    Exception code: 0xc0000005
    Fault offset: 0x0000000000076e77
    Faulting process id: 0xe68
    Faulting application start time: 0x01cb5aff8c38edd8
    Faulting application path: C:\Windows\splwow64.exe
    Faulting module path: C:\Windows\system32\spool\DRIVERS\x64\3\hpc6r107.d​ll
    Report Id: fc5e617a-c713-11df-bec0-001e8c7ac28b
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/ev​ent">
      <System>
        <Provider Name="Application Error" />
        <EventID Qualifiers="0">1000</EventID>
        <Level>2</Level>
        <Task>100</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2010-09-23T13:10:50.000000000Z" />
        <EventRecordID>3705</EventRecordID>
        <Channel>Application</Channel>
        <Computer>CHIEF-NT.kp.kpp.com.ua</Computer>
        <Security />
      </System>
      <EventData>
        <Data>splwow64.exe</Data>
        <Data>6.1.7600.16385</Data>
        <Data>4a5bd3ca</Data>
        <Data>hpc6r107.dll</Data>
        <Data>0.3.1544.8232</Data>
        <Data>4c6af57c</Data>
        <Data>c0000005</Data>
        <Data>0000000000076e77</Data>
        <Data>e68</Data>
        <Data>01cb5aff8c38edd8</Data>
        <Data>C:\Windows\splwow64.exe</Data>
        <Data>C:\Windows\system32\spool\DRIVERS\x64\3\hpc6​r107.dll</Data>
        <Data>fc5e617a-c713-11df-bec0-001e8c7ac28b</Data>
      </EventData>
    </Event>

    You'll need to setup 2 things:
    - in httpd.conf you'll need to add the config entries to load the jrun
    connector module (extract mod_jrun20.so from wsconfig.jar)
    LoadModule jrun_module "C:/jrun4/lib/wsconfig/2/mod_jrun20.so"
    JRunConfig Serverstore "C:/jrun4/lib/wsconfig/2/jrunserver.store"
    JRunConfig Bootstrap 127.0.0.1:51020
    AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf
    Alias /CFIDE/ "c:/jrun4/servers/cfusion/cfusion-ear/cfusion-war/CFIDE/"
    - in jrun.xml enable the JrunProxyService and make sure it's the same
    port as the one in httpd.conf
    Bafta
    Mack

  • Printing problem with forms 4.5 on windows xp

    Hi,
    We have an application using forms 4.5 on DB version Oracle 9207 running on winxp.
    Recently the clients were formatted for virus infection problems.
    Now when a print job is fired from a client to a shared printer, system flashes error
    *" NO PRINTER PORT FOUND IN REGISTRY "*
    The same job print to a local printer , also all windows test page printing print ok to the same shared printer .
    This error is flashed only when the print job is fired from Forms 4.5 to a shared printer on the network
    Please Advise urgently
    Altaf

    Urgently restore a backup of the registry.
    Urgently do not use the word 'urgently' in a forum of volunteers.
    Also it can not be urgent, as Forms 4.5 dates from the Flintstone age, and probably isn't even certified on XP.
    However, the error message is very clear: Apparently Forms 4.5 uses the registry to store printer info: you need to get that entry back. That kind of info is usually documented. Documentation is likely still online.
    Sybrand Bakker
    Senior Oracle DBA

  • Printing problem in seagate crystal report 8

    Plz help me to solve this problem
    The report in preview mode looks very good when I print it the paper appear not as in the preview mode.
    EX. the report in crystal 1 paper . in the printed copy 2 or 3 papers  and the design is damaged.
    the printer type : HP Laser Jet P2015 Series PCL 5e.

    Hi,
    What tool did you use when preview the Crystal Report? In VB6, .Net or etc., If it is development stage what is your printer settings? Dot Matrix or the Laser Printer, this is one of the cause, Try to print in the other printer let see if we have the same result.
    You can this link for update of you CR8[ Click Here,|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm]
    Regards,
    Clint

Maybe you are looking for