Run SQR Reports in Unix

Hi!
Is there any way to run SQR Reports in Unix. We have solution to run the SQL programs but not SQR programs. I mean do we need to install any software for this etc...Please Help!
Thanks

We use SQR reports for our applications.
To execute the scripts.
We build the executable first using the following command:
sqr 'SQR FILE NAME' -rs oracleuname/pwd.
This builds .SQT FILE.
Then we use the following command:
sqr 'SQT FILE NAME' -rt oracleuname/pwd paramaters if any.
You need the SQR Software installed.
Hope this helps you.
null

Similar Messages

  • SQR Reports in UNIX

    Hi!
    Is there any way to run SQR Reports in Unix. We have solution to run the SQL programs but not SQR programs. I mean do we need to install any software for this etc...Please Help!
    Thanks

    We use SQR reports for our applications.
    To execute the scripts.
    We build the executable first using the following command:
    sqr 'SQR FILE NAME' -rs oracleuname/pwd.
    This builds .SQT FILE.
    Then we use the following command:
    sqr 'SQT FILE NAME' -rt oracleuname/pwd paramaters if any.
    You need the SQR Software installed.
    Hope this helps you.
    null

  • Running Oracle Reports in unix, output in pdf file

    Hi all,
    Anybody currently running Oracle Reports in unix platform and the output is generated in pdf format & display in browser?
    Can you please advise on what are all the environment variables that I have to set in order to get the report runs?
    Besides, what are the specific printer setting that I have to set? as well as priviledge on directory if necessary.
    My reports are created in PC with RDF format. When run in unix, can the RDF still be used or it has been to recompile? If recompile, how is this done?
    I always get the following error but do not what is the cause:
    REP-0110: Unable to open file 'myreport.rdf'. REP-1070: Error while opening or saving a document. REP-0110: Unable to open file 'myreport.rdf'.
    Please advise.
    Hope to receive your reply asap.
    Great thanks in advance.

    What command did you type in to run your report in Unix? Did you give the full path of your rdf file. I guess that the system may not be find your rdf file correctly.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by guest2000:
    Hi all,
    Anybody currently running Oracle Reports in unix platform and the output is generated in pdf format & display in browser?
    Can you please advise on what are all the environment variables that I have to set in order to get the report runs?
    Besides, what are the specific printer setting that I have to set? as well as priviledge on directory if necessary.
    My reports are created in PC with RDF format. When run in unix, can the RDF still be used or it has been to recompile? If recompile, how is this done?
    I always get the following error but do not what is the cause:
    REP-0110: Unable to open file 'myreport.rdf'. REP-1070: Error while opening or saving a document. REP-0110: Unable to open file 'myreport.rdf'.
    Please advise.
    Hope to receive your reply asap.
    Great thanks in advance.<HR></BLOCKQUOTE>
    null

  • Running Discover Report In Unix

    Hi All,
    In my requirement I need to run a discover report in UNIX environment with parameters
    Could you please give me the unix command for this.
    Thanks in advance...
    Regards
    Y.Brahmaiah

    hi brahmaiah,
    follow this Re: How to run Discoverer 10g report from unix command line
    hope answered.promptly award points.
    Cheers,
    KK

  • Run report from Unix prompt

    Hi,
    for audit reasons we need to run a report again. Therefore a changed the where-clause of the report. Since the report needs to run on our production system and the prodcution-version of the report can not be changed, I need to run the report from the unix prompt. Can anyone tell me how to run an Oracle reports 2.5 from the uni prompt. We are using Oracle Applications and therefor still on reports 2.5....
    I tried to run the report from the client, but since the report fetches alot of data, my harddrive with 1.7GB of free space ran out of resources. Therefore I can only run the report on the production system (a little bit more resources...).
    Thanks in advance, Roel.

    Hi Roel,
    Go to $ORACLE_HOME/bin directory. You can see the reports executables r25runm - Runtime, r25clim - Client.
    You can run your report like this:
    r25runm report=myreport.rdf userid=scott/tiger@mydb destype=file desformat=pdf desname=myreport.pdf
    (or)
    r25clim report=myreport.rdf userid=scott/tiger@mydb destype=file desformat=pdf desname=myreport.pdf server=myserver
    Please, Change the desformat and destype as per your requirement.
    -Siva B

  • When running a report in RRMX in BI 7.

    Hello All,
    When I try to run a report in RRMX I get a Runtime error. Please find the ABAP Dump Analysis from ST22.
    Runtime Errors         SYSTEM_NO_TASK_STORAGE
    Date and Time          13.05.2008 16:17:08
    Short dump has not been completely stored (too big)
         Short text
              Unable to fulfil request for 5855472 bytes of storage space.
         What happened?
              Each transaction requires some main memory space to process
              application data. If the operating system cannot provide any more
              space, the transaction is terminated.
         What can you do?
              Try to find out (e.g. by targetted data selection) whether the
              transaction will run with less main memory.
              If there is a temporary bottleneck, execute the transaction again.
              If the error persists, ask your system administrator to check the
              following profile parameters:
              o  ztta/roll_area            (1.000.000 - 15.000.000)
                     Classic roll area per user and internal mode
                     usual amount of roll area per user and internal mode
              o  ztta/roll_extension       (10.000.000 - 500.000.000)
                     Amount of memory per user in extended memory (EM)
              o  abap/heap_area_total      (100.000.000 - 1.500.000.000)
                     Amount of memory (malloc) for all users of an application
                     server. If several background processes are running on
                     one server, temporary bottlenecks may occur.
                     Of course, the amount of memory (in bytes) must also be
                     available on the machine (main memory or file system swap).
                     Caution:
                     The operating system must be set up so that there is also
                     enough memory for each process. Usually, the maximum address
                     space is too small.
                     Ask your hardware manufacturer or your competence center
                     about this.
                     In this case, consult your hardware vendor
              abap/heap_area_dia:        (10.000.000 - 1.000.000.000)
                     Restriction of memory allocated to the heap with malloc
                     for each dialog process.
              Parameters for background processes:
              abap/heap_area_nondia:        (10.000.000 - 1.000.000.000)
                     Restriction of memory allocated to the heap with malloc
                     for each background process.
              Other memory-relevant parameters are:
              em/initial_size_MB:         (35-1200)
                     Extended memory area from which all users of an
                     application server can satisfy their memory requirement.
              Note which actions and input led to the error.
              For further help in handling the problem, contact your SAP administrator
              You can use the ABAP dump analysis transaction ST22 to view and manage
              termination messages, in particular for long term reference.
         Error analysis
              A new storage area of 5855472 bytes was requested
              (storage calss TASK).
              All the available space has been used up.
              Possible reason: Either the volume of data to be processed is too large
              or the available swap space is too small.
              Last error logged in SAP kernel
              Component............ "EM"
              Place................ "SAP-Server olbiwprd_BWP_00 on host olbiwprd (wp 1)"
              Version.............. 37
              Error code........... 7
              Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV "
              Description.......... " "
              System call.......... " "
              Module............... "emxx.c"
              Line................. 1880
              The error reported by the operating system is:
              Error number..... " "
              Error text....... " "
         How to correct the error
              Restrict volume of data or increase swap space.
              Try to decide by analysis whether this request is
              reasonable or whether there is a program error. You should pay
              particular attention to the internal table entries listed below.
              If the error occures in a non-modified SAP program, you may be able to
              find an interim solution in an SAP Note.
              If you have access to SAP Notes, carry out a search with the following
              keywords:
              "SYSTEM_NO_TASK_STORAGE" " "
              "CL_RSR_NET_GRID===============CP" or "CL_RSR_NET_GRID===============CM00A"
              "MERGE_RANGES"
              If you cannot solve the problem yourself and want to send an error
              notification to SAP, include the following information:
              1. The description of the current problem (short dump)
                 To save the description, choose "System->List->Save->Local File
              (Unconverted)".
              2. Corresponding system log
                 Display the system log by calling transaction SM21.
                 Restrict the time interval to 10 minutes before and five minutes
              after the short dump. Then choose "System->List->Save->Local File
              (Unconverted)".
              3. If the problem occurs in a problem of your own or a modified SAP
              program: The source code of the program
                 In the editor, choose "Utilities->More
              Utilities->Upload/Download->Download".
              4. Details about the conditions under which the error occurred or which
              actions and input led to the error.
         System environment
              SAP-Release 700
              Application server... "olbiwprd"
              Network address...... "10.10.10.7"
              Operating system..... "Windows NT"
              Release.............. "5.2"
              Hardware type........ "4x Intel 801586"
              Character length.... 16 Bits
              Pointer length....... 32 Bits
              Work process number.. 1
              Shortdump setting.... "full"
              Database server... "OLBIWPRD"
              Database type..... "MSSQL"
              Database name..... "BWP"
              Database user ID.. "bwp"
              Char.set.... "C"
              SAP kernel....... 700
              created (date)... "Oct 30 2006 00:29:20"
              create on........ "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"
              Database version. "SQL_Server_8.00 "
              Patch level. 83
              Patch text.. " "
              Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"
              SAP database version. 700
              Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"
              Memory consumption
              Roll.... 1709536
              EM...... 419168344
              Heap.... 500866656
              Page.... 16384
              MM Used. 910107048
              MM Free. 10780592
         User and Transaction
              Client.............. 400
              User................ "SETTM"
              Language Key........ "E"
              Transaction......... " "
              Program............. "CL_RSR_NET_GRID===============CP"
              Screen.............. "SAPMSSY1 3004"
              Screen Line......... 2
              Information on caller of Remote Function Call (RFC):
              System.............. "BWP"
              Database Release.... 700
              Kernel Release...... 700
              Connection Type..... 3 (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)
              Call Type........... "asynchron without reply and non-transactional (emode 0,
               imode 0)"
              Inbound TID.........." "
              Inbound Queue Name..." "
              Outbound TID........." "
              Outbound Queue Name.." "
              Client.............. 400
              User................ "SETTM"
              Transaction......... "RRMX"
              Call Program........."SAPLRSAH"
              Function Module..... "RSAH_BIW_CALL_SERVER"
              Call Destination.... "NONE"
              Source Server....... "olbiwprd_BWP_00"
              Source IP Address... "10.10.10.7"
              Additional information on RFC logon:
              Trusted Relationship " "
              Logon Return Code... 0
              Trusted Return Code. 0
              Note: For releases P_T_RANGE_INT
              Table IT_2188559[365967x160]
    DATA=P_T_RANGE_INT
                 Table reference: 2392
                 TABH+  0(20) = 08F3DE520000000000000000580900000F652100
                 TABH+ 20(20) = 8F950500A0000000FFFFFFFF04140500500C0000
                 TABH+ 40( 8) = 10000000C1248001
                 store        = 0x08F3DE52
                 ext1         = 0x00000000
                 shmId        = 0     (0x00000000)
                 id           = 2392  (0x58090000)
                 label        = 2188559 (0x0F652100)
                 fill         = 365967 (0x8F950500)
                 leng         = 160   (0xA0000000)
                 loop         = -1    (0xFFFFFFFF)
                 xtyp         = TYPE#000051
                 occu         = 16    (0x10000000)
                 access       = 1     (ItAccessStandard)
                 idxKind      = 0     (ItIndexNone)
                 uniKind      = 2     (ItUniqueNon)
                 keyKind      = 1     (default)
                 cmpMode      = 2     (cmpSingleMcmpR)
                 occu0        = 1
                 groupCntl    = 0
                 rfc          = 0
                 unShareable  = 0
                 mightBeShared = 0
                 sharedWithShmTab = 0
                 isShmLockId  = 0
                 gcKind       = 0
                 isUsed       = 1
                 isCtfyAble   = 1
                 >>>>> Shareable Table Header Data <<<<<
                 tabi         = 0xA88AF34D
                 pgHook       = 0xA0040539
                 idxPtr       = 0x00000000
                 shmTabhSet   = 0x00000000
                 id           = 92815 (0x8F6A0100)
                 refCount     = 0     (0x00000000)
                 tstRefCount  = 0     (0x00000000)
                 lineAdmin    = 376816 (0xF0BF0500)
                 lineAlloc    = 366000 (0xB0950500)
                 shmVersId    = 0     (0x00000000)
                 shmRefCount  = 1     (0x01000000)
                 >>>>> 1st level extension part <<<<<
                 regHook      = Not allocated
                 collHook     = Not allocated
                 ext2         = Not allocated
                 >>>>> 2nd level extension part <<<<<
                 tabhBack     = Not allocated
                 delta_head   = Not allocated
                 pb_func      = Not allocated
                 pb_handle    = Not allocated
         L_TAB_LINES
              365967
                 8900
                 F550
         RRK_C_CHAVL-REST_HRY
              REST_H
                 545554222222222222222222222222222222222222222222222222222222
                 2534F8000000000000000000000000000000000000000000000000000000
                 000000000000000000000000000000000000000000000000000000000000
                 000000000000000000000000000000000000000000000000000000000000
         %_DUMMY$$
                 2222
                 0000
                 0000
                 0000
         <L_S_WA1>
         SY-REPID
              CL_RSR_NET_GRID===============CP
                 4455555445545443333333333333334522222222
                 3CF232FE54F7294DDDDDDDDDDDDDDD3000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         SYST-REPID
              CL_RSR_NET_GRID===============CP
                 4455555445545443333333333333334522222222
                 3CF232FE54F7294DDDDDDDDDDDDDDD3000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         SPACE
                 2
                 0
                 0
                 0
         <L_S_WA1>-LEVEL
         L_S_WA2-LEVEL
              0
                 0000
                 0000
         <L_S_WA1>-FORMAT
         L_S_WA2-FORMAT
                 22222222222222222222222222222222222222222222222222222222222222222222
                 00000000000000000000000000000000000000000000000000000000000000000000
                 00000000000000000000000000000000000000000000000000000000000000000000
                 00000000000000000000000000000000000000000000000000000000000000000000
         <L_S_WA1>-X1
         L_S_WA2-X1
              0
                 0000
                 0000
         <L_S_WA1>-X2
         L_S_WA2-X2
              0
                 0000
                 0000
         <L_S_WA1>-Y2
         L_S_WA2-Y1
              0
                 0000
                 0000
         No.         13     Ty.      METHOD
         Name      CL_RSR_NET_GRID=>FILL_RANGES
         I_AREA_OPTIMIZATION
              X
                 5
                 8
                 0
                 0
         ME->P_NOSTYLES
                 2
                 0
                 0
                 0
         RS_C_FALSE
                 2
                 0
                 0
                 0
         ME
                 0000F000
                 60009100
         RS_C_TRUE
              X
                 5
                 8
                 0
                 0
         ME->N_T_RANGES
              Table[initial]
         ME->P_T_RANGE_INT
              Table IT_2188559[365967x160]
         L_S_RANGES_FROM
    0.0.0.0.0.0.0.1.                                                                    ####
                 00000000222222222222222222222222222222222222222222222222222222222222222222220000
                 00000000000000000000000000000000000000000000000000000000000000000000000000000000
                 00000000000000000000000000000000000000000000000000000000000000000000000000000000
                 00000000000000000000000000000000000000000000000000000000000000000000000000000000
         RRX1_C_AXIS-COLUMNS
              X
                 5
                 8
                 0
                 0
         L_S_RANGES_TO
                 0000000022222222222222222222222222222222222222222222222222222222222222222222
                 0000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000
         ME->N_EXTRA_COLUMNS
              10
                 0000
                 A000
         ME->N_EXTRA_ROWS
              1
                 0000
                 1000
         %_PRINT
                  000                                                                                0###
                 2222333222222222222222222222222222222222222222222222222222222222222222222222222222222222223000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         No.         12     Ty.      METHOD
         Name      CL_RSR_NET_GRID=>FILL_GRID
         I_FROM_ROW
              0
                 0000
                 0000
         I_TO_ROW
              0
                 0000
                 0000
         I_FROM_COLUMN
              0
                 0000
                 0000
         I_TO_COLUMN
              0
                 0000
                 0000
         I_WITH_CAPTION_ROWS
              X
                 5
                 8
                 0
                 0
         I_WITH_CAPTION_COLUMNS
              X
                 5
                 8
                 0
                 0
         I_WITH_DATA
              X
                 5
                 8
                 0
                 0
         I_FORMATTED_VALUES
              X
                 5
                 8
                 0
                 0
         I_MAX_COLS
              65535
                 FF00
                 FF00
         RRFMT_C_VALEXCP-NORMAL
              X
                 5
                 8
                 0
                 0
         SY-SUBRC
              0
                 0000
                 0000
         ME->P_NOSTYLES
                 2
                 0
                 0
                 0
         ME
                 0000F000
                 60009100
         L_AREA_OPTIMIZATION
              X
                 5
                 8
                 0
                 0
         No.         11     Ty.      METHOD
         Name      CL_RSR_XLS_VIEW=>SERIALIZE_RESULT
         I_R_PARAMETER
                 A0005000
                 A0005200
         E_SX_RESULT
    0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1. #######
                 000000FF00FF00FF00FF200000FF
                 000000FF00FF00FF00FF000000FF
                 000000FF00FF00FF00FF000000FF
                 000000FF00FF00FF00FF000000FF
         %_DUMMY$$
                 2222
                 0000
                 0000
                 0000
         L_R_GRID
                 0000F000
                 60009100
         SPACE
                 2
                 0
                 0
                 0
         ME
                 60009000
                 1000E000
         L_S_SESSION_SETTINGS-MASK_DATE
              DD/MM/YYYY
                 44244255552222222222
                 44FDDF99990000000000
                 00000000000000000000
                 00000000000000000000
         L_DATE_MASK
              DD/MM/YYYY
                 4424425555
                 44FDDF9999
                 0000000000
                 0000000000
         L_S_SESSION_SETTINGS
               DD/MM/YYYY                                ###   #########
                 2442442555522222222222222222222222222222222000222000000000222222222222222222222222222222222222
                 044FDDF999900000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         SYST
              ####&#38287;#################################¤#########<###########################'#µ#########XC####
                 00008000000000000000000000000000000000A000000000300000000000000000000000000020B000100000540000
                 1000F5D00000000000000010100010000000004000000000C000000000000000000000000000705000E00000830200
                 0000900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 000050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C
         RS_C_TRUE
              X
                 5
                 8
                 0
                 0
         RRX1_C_MAX_ROW
              65535
                 FF00
                 FF00
         %_SPACE
                 2
                 0
                 0
                 0
         ME->N_SX_RESULT+4(4)
              0
                 0000
                 0000
         L_R_GRID->N_MAX_X
              23
                 1000
                 7000
         ME->N_SX_RESULT-MAX_Y
              0
                 0000
                 0000
         L_R_GRID->N_MAX_Y
              36516
                 A800
                 4E00
         ME->N_SX_RESULT+16(8)
              Table IT_2188115[0x152]
    DATA=N_SX_RESULT-RANGES
                 Table reference: 75887
                 TABH+  0(20) = 0000000000000000000000006F28010053632100
                 TABH+ 20(20) = 0000000098000000FFFFFFFF04A10100D0070000
                 TABH+ 40( 8) = 10000000C1248401
                 store        = 0x00000000
                 ext1         = 0x00000000
                 shmId        = 0     (0x00000000)
                 id           = 75887 (0x6F280100)
                 label        = 2188115 (0x53632100)
                 fill         = 0     (0x00000000)
                 leng         = 152   (0x98000000)
                 loop         = -1    (0xFFFFFFFF)
                 xtyp         = TYPE#000027
                 occu         = 16    (0x10000000)
                 access       = 1     (ItAccessStandard)
                 idxKind      = 0     (ItIndexNone)
                 uniKind      = 2     (ItUniqueNon)
                 keyKind      = 1     (default)
                 cmpMode      = 2     (cmpSingleMcmpR)
                 occu0        = 1
                 groupCntl    = 0
                 rfc          = 0
                 unShareable  = 0
                 mightBeShared = 1
                 sharedWithShmTab = 0
                 isShmLockId  = 0
                 gcKind       = 0
                 isUsed       = 1
                 isCtfyAble   = 1
                 >>>>> Shareable Table Header Data <<<<<
                 tabi         = Not allocated
                 pghook       = Not allocated
                 idxPtr       = Not allocated
                 shmTabhSet   = Not allocated
                 id           = Not allocated
                 refCount     = Not allocated
                 tstRefCount  = Not allocated
                 lineAdmin    = Not allocated
                 lineAlloc    = Not allocated
                 shmVersId    = Not allocated
                 shmRefCount  = Not allocated
                 shmIsReadOnly = Not allocated
                 >>>>> 1st level extension part <<<<<
                 regHook      = Not allocated
                 collHook     = Not allocated
                 ext2         = Not allocated
                 >>>>> 2nd level extension part <<<<<
                 tabhBack     = Not allocated
                 delta_head   = Not allocated
                 pb_func      = Not allocated
                 pb_handle    = Not allocated
         L_R_GRID->N_T_RANGES
              Table[initial]
         ME->N_SX_RESULT+8(8)
              Table IT_2188116[0x692]
    DATA=N_SX_RESULT-GRID
                 Table reference: 75888
                 TABH+  0(20) = 0000000000000000000000007028010054632100
                 TABH+ 20(20) = 00000000B4020000FFFFFFFF04A1010010070000
                 TABH+ 40( 8) = 10000000C1308401
                 store        = 0x00000000
                 ext1         = 0x00000000
                 shmId        = 0     (0x00000000)
                 id           = 75888 (0x70280100)
                 label        = 2188116 (0x54632100)
                 fill         = 0     (0x00000000)
                 leng         = 692   (0xB4020000)
                 loop         = -1    (0xFFFFFFFF)
                 xtyp         = TYPE#000023
                 occu         = 16    (0x10000000)
                 access       = 1     (ItAccessStandard)
                 idxKind      = 0     (ItIndexNone)
                 uniKind      = 2     (ItUniqueNon)
                 keyKind      = 1     (default)
                 cmpMode      = 8     (cmpManyEq)
                 occu0        = 1
                 groupCntl    = 0
                 rfc          = 0
                 unShareable  = 0
                 mightBeShared = 1
                 sharedWithShmTab = 0
                 isShmLockId  = 0
                 gcKind       = 0
                 isUsed       = 1
                 isCtfyAble   = 1
                 >>>>> Shareable Table Header Data <<<<<
                 tabi         = Not allocated
                 pghook       = Not allocated
                 idxPtr       = Not allocated
                 shmTabhSet   = Not allocated
                 id           = Not allocated
                 refCount     = Not allocated
                 tstRefCount  = Not allocated
                 lineAdmin    = Not allocated
                 lineAlloc    = Not allocated
                 shmVersId    = Not allocated
                 shmRefCount  = Not allocated
                 shmIsReadOnly = Not allocated
                 >>>>> 1st level extension part <<<<<
                 regHook      = Not allocated
                 collHook     = Not allocated
                 ext2         = Not allocated
                 >>>>> 2nd level extension part <<<<<
                 tabhBack     = Not allocated
                 delta_head   = Not allocated
                 pb_func      = Not allocated
                 pb_handle    = Not allocated
         L_R_GRID->N_T_GRID
              Table IT_2188558[839877x692]
    DATA=N_T_GRID
                 Table reference: 2409
                 TABH+  0(20) = 08F35E520000000000000000690900000E652100
                 TABH+ 20(20) = C5D00C00B4020000FFFFFFFF04140500E0060000
                 TABH+ 40( 8) = 10000000C1308001
                 store        = 0x08F35E52
                 ext1         = 0x00000000
                 shmId        = 0     (0x00000000)
                 id           = 2409  (0x69090000)
                 label        = 2188558 (0x0E652100)
                 fill         = 839877 (0xC5D00C00)
                 leng         = 692   (0xB4020000)
                 loop         = -1    (0xFFFFFFFF)
                 xtyp         = TYPE#000022
                 occu         = 16    (0x10000000)
                 access       = 1     (ItAccessStandard)
                 idxKind      = 0     (ItIndexNone)
                 uniKind      = 2     (ItUniqueNon)
                 keyKind      = 1     (default)
                 cmpMode      = 8     (cmpManyEq)
                 occu0        = 1
                 groupCntl    = 0
                 rfc          = 0
                 unShareable  = 0
                 mightBeShared = 0
                 sharedWithShmTab = 0
                 isShmLockId  = 0
                 gcKind       = 0
                 isUsed       = 1
                 isCtfyAble   = 1
                 >>>>> Shareable Table Header Data <<<<<
                 tabi         = 0xF8C5BB3C
                 pgHook       = 0x70C46839
                 idxPtr       = 0x00000000
                 shmTabhSet   = 0x00000000
                 id           = 92814 (0x8E6A0100)
                 refCount     = 0     (0x00000000)
                 tstRefCount  = 0     (0x00000000)
                 lineAdmin    = 851968 (0x00000D00)
                 lineAlloc    = 839888 (0xD0D00C00)
                 shmVersId    = 0     (0x00000000)
                 shmRefCount  = 1     (0x01000000)
                 >>>>> 1st level extension part <<<<<
                 regHook      = Not allocated
                 collHook     = Not allocated
                 ext2         = Not allocated
                 >>>>> 2nd level extension part <<<<<
                 tabhBack     = Not allocated
                 delta_head   = Not allocated
                 pb_func      = Not allocated
                 pb_handle    = Not allocated
         ME->N_SX_RESULT+32(8)
              Table[initial]
         L_R_GRID->N_T_SYMBOLS
              Table[initial]
         ME->N_SX_RESULT+24(8)
              Table[initial]
         L_R_GRID->N_T_TEXT
              Table[initial]
         SY-REPID
              CL_RSR_XLS_VIEW===============CP
                 4455555545554453333333333333334522222222
                 3CF232F8C3F6957DDDDDDDDDDDDDDD3000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         ME->N_SX_RESULT+40(2)
                 2
                 0
                 0
                 0
         L_R_GRID->N_EDITABLE
                 2
                 0
                 0
                 0
         SYST-REPID
              CL_RSR_XLS_VIEW===============CP
                 4455555545554453333333333333334522222222
                 3CF232F8C3F6957DDDDDDDDDDDDDDD3000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         ME->N_R_REQUEST
                 5000A000
                 E0001000
         RSBBS_C_RETURN_TYPE-INTERNAL
              I
                 4
                 9
                 0
                 0
         ME->N_SX_RESULT+48(8)
              Table IT_2188117[0x490]
    DATA=N_SX_RESULT-TXT_ELEMENTS
                 Table reference: 75889
                 TABH+  0(20) = 0000000000000000000000007128010055632100
                 TABH+ 20(20) = 00000000EA010000FFFFFFFF04A4010060230000
                 TABH+ 40( 8) = 10000000C1248401
                 store        = 0x00000000
                 ext1         = 0x00000000
                 shmId        = 0     (0x00000000)
                 id           = 75889 (0x71280100)
                 label        = 2188117 (0x55632100)
                 fill         = 0     (0x00000000)
                 leng         = 490   (0xEA010000)
                 loop         = -1    (0xFFFFFFFF)
                 xtyp         = TYPE#000174
                 occu         = 16    (0x10000000)
                 access       = 1     (ItAccessStandard)
                 idxKind      = 0     (ItIndexNone)
                 uniKind      = 2     (ItUniqueNon)
                 keyKind      = 1     (default)
                 cmpMode      = 2     (cmpSingleMcmpR)
                 occu0        = 1
                 groupCntl    = 0
                 rfc          = 0
                 unShareable  = 0
                 mightBeShared = 1
                 sharedWithShmTab = 0
                 isShmLockId  = 0
                 gcKind       = 0
                 isUsed       = 1
                 isCtfyAble   = 1
                 >>>>> Shareable Table Header Data <<<<<
                 tabi         = Not allocated
                 pghook       = Not allocated
                 idxPtr       = Not allocated
                 shmTabhSet   = Not allocated
                 id           = Not allocated
                 refCount     = Not allocated
                 tstRefCount  = Not allocated
                 lineAdmin    = Not allocated
                 lineAlloc    = Not allocated
                 shmVersId    = Not allocated
                 shmRefCount  = Not allocated
                 shmIsReadOnly = Not allocated
                 >>>>> 1st level extension part <<<<<
                 regHook      = Not allocated
                 collHook     = Not allocated
                 ext2         = Not allocated
                 >>>>> 2nd level extension part <<<<<
                 tabhBack     = Not allocated
                 delta_head   = Not allocated
                 pb_func      = Not allocated
                 pb_handle    = Not allocated
         No.         10     Ty.      METHOD
         Name      CL_RSR_XLS_VIEW=>SERIALIZE
         I_R_PARAMETER
                 A0005000
                 A0005200
         E_SX_DATAPROVIDER
              DATA_PROVIDER_1               ##########################################0000##0  00000000  ###
                 4454555454445532222222222222220000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF3333003223333333322000
                 4141F02F69452F10000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000000000000000
                 0000000000000000000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000000000000000
                 0000000000000000000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000000000000000
         L_DO_NOT_READ_DATA
                 2
                 0
                 0
                 0
         ME->N_R_REQUEST
                 5000A000
                 E0001000
         ME->N_R_REQUEST->N_SX_REQUEST
              Ð#######Ë###Ï###Ä###Ì#######Î###Í###Ê###########Ô#&#2347;#####
                 D00000F0C010C010C030C01000F0C010C010C01000FF00FFD02000FF
                 00F0B040B040F00040B0C030D020E010D020A05000FF00FF40B000FF
                 000000000000000000000000000000000000000000FF00FF000000FF
                 008000700080008000900080008000800080008000FF00FF009000FF
         RS_C_FALSE
                 2
                 0
                 0
                 0
         ME
                 60009000
                 1000E000
         E_SX_DATAPROVIDER-RESULT
    0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1. #######
                 000000FF00FF00FF00FF200000FF
                 000000FF00FF00FF00FF000000FF
                 000000FF00FF00FF00FF000000FF
                 000000FF00FF00FF00FF000000FF
         L_CNT
              109
                 6000
                 D000
         No.          9     Ty.      METHOD
         Name      CL_RSR_XLS_WORKBOOK=>SERIALIZE
         I_R_PARAMETER
                 A0005000
                 A0005200
         E_SX_WORKBOOK
    0.0.0.1. X####&#2404;#########X###############
                 00002500906010C000FF500000FF00FF00FF
                 10000800B04000F000FF800000FF00FF00FF
                 000000000000000000FF000000FF00FF00FF
                 000000000090009000FF000000FF00FF00FF
         %_SPACE
                 2
                 0
                 0
                 0
         SY
              ####&#38287;#################################¤#########<###########################'#µ#########XC####
                 00008000000000000000000000000000000000A000000000300000000000000000000000000020B000100000540000
                 1000F5D00000000000000010100010000000004000000000C000000000000000000000000000705000E00000830200
                 0000900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 000050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C
         RSSTA_C_HANDLETP-BEX_DP
              DP
                 4522
                 4000
                 0000
                 0000
         L_EVENT_CNT
              108
                 6000
                 C000
         %_DUMMY$$
                 2222
                 0000
                 0000
                 0000
         SYST-REPID
              CL_RSR_XLS_WORKBOOK===========CP
                 4455555545554544444333333333334522222222
                 3CF232F8C3F7F2B2FFBDDDDDDDDDDD3000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         %_VIASELSCR
                 0
                 4
         L_SX_DP-NAME
              DATA_PROVIDER_1
                 445455545444553222222222222222
                 4141F02F69452F1000000000000000
                 000000000000000000000000000000
                 000000000000000000000000000000
         L_DO_NOT_READ_DATA
                 2
                 0
                 0
                 0
         RS_C_FALSE
                 2
                 0
                 0
                 0
         L_FETCH_DATA
              X
                 5
                 8
                 0
                 0
         RS_C_TRUE
              X
                 5
                 8
                 0
                 0
         SY-XFORM
              RSR_NET_INTERFACE
                 555544554454544442222222222222
                 232FE54F9E45261350000000000000
                 000000000000000000000000000000
                 000000000000000000000000000000
         L_SX_DP-REF
                 60009000
                 1000E000
         SY-REPID
              CL_RSR_XLS_WORKBOOK===========CP
                 4455555545554544444333333333334522222222
                 3CF232F8C3F7F2B2FFBDDDDDDDDDDD3000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         L_SX_DATAPROVIDER
              DATA_PROVIDER_1               ##########################################0000##0  00000000  ###
                 4454555454445532222222222222220000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF3333003223333333322000
                 4141F02F69452F10000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000000000000000
                 0000000000000000000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000000000000000
                 0000000000000000000000000000000000FF00FF00FF00FF00FF00FF00FF00FF00FF00FF0000000000000000000000
         E_SX_WORKBOOK-T_DATAPROVIDER
              Table[initial]
         ME->N_R_MESSAGES
                 60009000
                 5000A000
         E_SX_WORKBOOK-T_MESSAGES
              Table[initial]
         SYST
              ####&#38287;#################################¤#########<###########################'#µ#########XC####
                 00008000000000000000000000000000000000A000000000300000000000000000000000000020B000100000540000
                 1000F5D00000000000000010100010000000004000000000C000000000000000000000000000705000E00000830200
                 0000900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 000050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C
         No.          8     Ty.      FUNCTION
         Name      RSR_NET_INTERFACE_II
         I_R_PARAMETER
                 A0005000
                 A0005200
         E_OUTPUT
         E_T_MIME[]
              Table IT_2188371[1x2944]
                 FUNCTION-POOL=RSR_XLS_RFCFORM=RSR_NET_INTERFACEDATA=%_%_E_T_MIME
                 Table reference: 776
                 TABH+  0(20) = 0820EA41D06A4A26000000000803000053642100
                 TABH+ 20(20) = 01000000800B0000FFFFFFFF04120000F0050000
                 TABH+ 40( 8) = 04000000C1308001
                 store        = 0x0820EA41
                 ext1         = 0xD06A4A26
                 shmId        = 0     (0x00000000)
                 id           = 776   (0x08030000)
                 label        = 2188371 (0x53642100)
                 fill         = 1     (0x01000000)
                 leng         = 2944  (0x800B0000)
                 loop         = -1    (0xFFFFFFFF)
                 xtyp         = TYPE#000017
                 occu         = 4     (0x04000000)
                 access       = 1     (ItAccessStandard)
                 idxKind      = 0     (ItIndexNone)
                 uniKind      = 2     (ItUniqueNon)
                 keyKind      = 1     (default)
                 cmpMode      = 8     (cmpManyEq)
                 occu0        = 1
                 groupCntl    = 0
                 rfc          = 0
                 unShareable  = 0
                 mightBeShared = 0
                 sharedWithShmTab = 0
                 isShmLockId  = 0
                 gcKind       = 0
                 isUsed       = 1
                 isCtfyAble   = 1
                 >>>>> Shareable Table Header Data <<<<<
                 tabi         = 0x5046733D
                 pgHook       = 0x00000000
                 idxPtr       = 0x00000000
                 shmTabhSet   = 0x00000000
                 id           = 92777 (0x696A0100)
                 refCount     = 0     (0x00000000)
                 tstRefCount  = 0     (0x00000000)
                 lineAdmin    = 4     (0x04000000)
                 lineAlloc    = 4     (0x04000000)
                 shmVersId    = 0     (0x00000000)
                 shmRefCount  = 1     (0x01000000)
                 >>>>> 1st level extension part <<<<<
                 regHook      = 0x00000000
                 collHook     = 0x00000000
                 ext2         = 0x08F39E54
                 >>>>> 2nd level extension part <<<<<
                 tabhBack     = 0xE85E713D
                 delta_head   = 0000000000000000000000000000000000000000000000000000000000000000000000000000000
                 pb_func      = 0x00000000
                 pb_handle    = 0x00000000
         L_CMD_VAL
         SY-REPID
              SAPLRSR_XLS_RFC
                 5454555554555442222222222222222222222222
                 310C232F8C3F2630000000000000000000000000
                 0000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000
         C_PARAMETER_THEMEDEF
              THEMES
                 544445
                 485D53
                 000000
                 000000
         SY
              ####&#38287;#################################¤#########<###########################'#µ#########XC####
                 00008000000000000000000000000000000000A000000000300000000000000000000000000020B000100000540000
                 1000F5D00000000000000010100010000000004000000000C000000000000000000000000000705000E00000830200
                 0000900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 000050000000000000000000000000000000000000000000000000000000000000000000000000000000000000000C
         SCREEN
                 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         RS_C_TRUE
              X
                 5
                 8
                 0
                 0
         L_PAGENO
              0001
                 3333
                 0001
                 0000
                 0000
         L_RETURN_CODE
              0
                 0000
                 0000
         L_R_WORKBOOK
                 60009000
                 80007000
         %_DUMMY$$
                 2222
                 0000
                 0000
                 0000
         %_VIASELSCR
                 0
                 4
         %_ARCHIVE
                 2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         L_SX_WORKBOOK
    0.0.0.1. X####&#2404;#########X###############
                 00002500906010C000FF500000FF00FF00FF
                 10000800B04000F000FF800000FF00FF00FF
                 000000000000000000FF000000FF00FF00FF
                 000000000090009000FF000000FF00FF00FF
         C_CMD_DEFAULT_WORKBOOK
              DEFAULT_WORKBOOK
                 4444545554544444
                 45615C4F7F2B2FFB
                 0000000000000000
                 0000000000000000
         C_CMD_GET_THEME_CATALOG
              GET_THEME_CATALOG
                 44555444454454444
                 754F485D5F3141CF7
                 00000000000000000
                 00000000000000000
         No.          7     Ty.      FUNCTION
         Name      RSR_NET_INTERFACE
         I_INPUT
              <?xml version="1.0" encoding="utf-16"?>##<ArrayOfBExSer_ParameterValue xmlns:xsi="http://www.w
                 3376627677666323232266666666327762332330034776746447567556766676756676276667377632677732277727
                 CF8DC065239FED21E0205E3F49E7D2546D162FEDAC12219F6258352F0121D545261C5508DCE3A839D28440AFF777E7
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
                 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
         I_STATISTIC_STEP_CLOSE
                 2
                 0
                 0
                 0
         E_OUTPUT
         E_SUBRC
              0
                 0000
                 0000
         E_T_MESSAGE[]
              Table IT_2188370[0x892]
                 FUNCTION-POOL=RSR_XLS_RFCFORM=RSR_NET_INTERFACEDATA=%_%_E_T_MESSAGE
                 Table reference: 2339
                 TABH+  0(20) = 0000000078B72540000000002309000052642100
                 TABH+ 20(20) = 000000007C030000FFFFFFFF04120000E0060000
                 TABH+ 40( 8) = 10000000C1248001
                 store        = 0x00000000
                 ext1         = 0x78B72540
                 shmId        = 0     (0x00000000)
                 id           = 2339  (0x23090000)
                 label        = 2188370 (0x52642100)
                 fill         = 0     (0x00000000)
                 leng         = 892   (0x7C030000)
                 loop         = -1    (0xFFFFFFFF)
                 xtyp         = TYPE#000022
                 occu         = 16    (0x10000000)
                 access       = 1     (ItAccessStandard)
                 idxKind      = 0     (ItIndexNone)
                 uniKind      = 2     (ItUniqueNon)
                 keyKind      = 1     (default)
                 cmpMode      = 2     (cmpSingleMcmpR)
                 occu0        = 1
                 groupCntl    = 0
                 rfc          = 0
                 unShareable  = 0
                 mightBeShared = 0
                 sharedWithShmTab = 0
                 isShmLockId  = 0
                 gcKind       = 0
                 isUsed       = 1
                 isCtfyAble   = 1
                 >>>>> Shareable Table Header Data <<<<<
                 tabi         = Not allocated
                 pghook       = Not allocated
                 idxPtr       = Not allocated
                 shmTabhSet   = Not allocated
                 id           = Not allocated
                 refCount     = Not allocated
                 tstRefCount  = Not allocated
                 lineAdmin    = Not allocated
                 lineAlloc    = Not allocated
                 shmVersId    = Not allocated
                 shmRefCount  = Not allocated
                 shmIsReadOnly = Not allocated
                 >>>>> 1st level extension part <<<<<
                 regHook      = 0x00000000
                 collHook     = 0x00000000
                 ext2         = 0x08F31E54
                 >>>>> 2nd level extension part <<<<<
                 tabhBack     = 0xD053713D
                 delta_head   = 0000000000000000000000000000000000000000000000000000000000000000000000000000000
                 pb_func    

    Hi,
    It is a memory or buffer related problem. Contact your BASIS.
    Looks like there is a shortage of space. Analyse the dump in ST22 and look for its proposals.
    OSS note 965351 might be applicable (if you are on 640/ unix).
    regards,
    NR

  • Calling a report from unix shell script

    Hi,
    I had to call a report from unix shell script.
    May i know the procedure to accomplish this
    Thanks in Advance
    A.Gopal

    First you should not include the whole path to your report in the call ...
    Use like this:
    /ora/u01/oracle/v101/as2/bin/rwrun.sh report=an_stati destype=file desname=/ora/u01/oracle/v101/as2/test.pdf desformat=pdf
    In $ORACLE_HOME/bin/reports.sh:
    1) Verify that you have updated the REPORTS_PATH variable to include your folder where you have the report in question
    REPORTS_PATH=/ora/u20/app/qits/env1/run:$ORACLE_HOME/reports/templates:$ORACLE_HOME/reports/samples/demo: ....
    2) Verify that the REPORTS_TMP variable is pointing to a valid location and that the oracle user has access to write on it.
    After that, post the content of the tracefile located at $ORACLE_HOME/reports/logs/{in-process report server name folder}/rwserver.trc
    If no file is present then it means that you need to enable trace in your reports's conf file.... go to the $ORACLE_HOME/reports/conf folder and and locate the .conf file that correspond to your in-process reports server name (as specified in the rwservelet.properties file)... open/edit the file to enable trace logs ..
    i.e.
    Change the following line:
    <!--trace traceOpts="trace_all"/-->
    to <trace traceOpts="trace_all"/>
    Bounce the reports server and try to run the report again, this time the .trc file should be generated, post the content so that we can take a look.

  • Garbage displayed while running the report in browser using report server

    We are facing problem in displaying the Arabic text from the Report Server.
    We have Digital Server running Tru64 4.0f unix. We have two similiar servers, both are
    clustered. We have Report Server(6i) running in one machine and the Database(8.1.7) running
    in the other.
    When we tried the reports having only English text it is working fine. We need Arabic text
    also in the report. The Arabic text are coming as ?????? . We tried setting the NLS_LANG
    environment to AMERICAN_AMERICA.AR8MSWIN1256 and changed the Tk2Motif.rgb to take this
    character set. Then we get the error REP 1352 - The font is not supported by the NLS_LANG.
    Then we tried the various NLS_LANG environment AMERICAN_AMERICA.AR8ISO8859P6, ARABIC_SAUDI
    ARABIA.AR8MSWIN1256 and ARABIC_SAUDI ARABIA.AR8ISO8859P6, in all the cases the report is
    just hanging. If We unset the NLS_LANG and the Tk2Motif.rgb the english part of the reports
    are coming alright, still the arabic is coming ??????.
    null

    hello,
    where does it display the ???????s. it seems that the client, you are using to display the output does not have the right font-sets installed.
    regards,
    the oracle reports team

  • Help needed to use only SQR reporting with Oracle 10g

    I have very old SQR reports (ver 2.28) that are still being used by connecting SQR to an Oracle7 DB. We have migrated the data from Ora7 to Oracle 10.2.0.4. The issue is that SQR 2.28 is not able to connect to Oracle 10.2.0.4. Hence I want to use the new version of SQR that is part of OBIEE.
    I am not familiar with OBIEE and my interest is only using the SQR portion of it.
    1. Can any one help me as to how to go about installing SQR portion of OBIEE on a Linux Itanium 64-bit box? My Oracle 10.2.0.4 DB is also running on the same box.
    2. What are the minimum components of OBIEE I need to install to make use of SQR ?
    3. Any other relevant information
    Thanks.

    When installing webgate, make sure the Access Server is running. You will get this error if Access Server is down or not reachable. ( Make sure from the machine where you are installing webgate you can ping to Access Server by Name).
    Thanks
    Ram

  • Run multiple reports simultaneously?

    Hi All,
    We currently use a reports server with our oracle application server 10g install. The one problem we are experiencing is that when multiple reports are running all have to wait while the current one finishes. Is there a way to set up the reports server to run multiple reports at the same time instead of one after the other?
    Thanks
    Troy

    hi,
    1st take a back up of original rep_<reportservername>.conf file and den make changes in report parameters as follows
    initEngine="3" maxEngine="4" minEngine="3"
    and then restart the OC4j Bi forms,for the parameters to take effect.
    The above setting means 3 reports engines will be always ready n initialized..
    Once done,check it how does it perform..
    if your still facing problem then create a new standalone report server and make one of ur application to point to this report server
    If you want to create a standalone reports server and you DO want to administer
    it via OPMN and EM then please use the following steps. **
    1- MIDTIERHOME\BIN> addNewServerTarget.bat reports_server_name
    2- MIDTIERHOME\opmn\BIN> opmnctl reload
    3- MIDTIERHOME\opmn\BIN> opmnctl startproc ias-component=<reports_server_name>
    4- MIDTIERHOME\opmn\BIN> opmnctl status
    PREREQUISITE:
    When registering a standalone report server with OPMN/EM, if the report server
    is running at the time the addNewServerTarget.bat (or, in unix:
    addNewServerTarget.sh) command is invoked, the Report Server needs to be stopped
    manually first (ie. in unix: "kill -9 pid" -OR- "rwserver.sh
    server=report_server_name shutdown=immediate authid=username/password &) BEFORE
    the opmn registration using the 'addNewServerTarget' command is performed.:
    Regards
    Fabian

  • Problem in running oracle report from form 10g Version 10.1.2.0.2

    Hi All,
    I am facing problem while running the report from forms 10g getting FRM-41219
    For this i am using the following procedure :
    PROCEDURE RUN_REPORT IS
    L_RUN_TEXT VARCHAR2 (2000);
    L_USRID VARCHAR2 (100);
    L_PASSWD VARCHAR2 (100);
    L_DESNAME VARCHAR2 (100);
    FILE_OUT_PUT VARCHAR2(200);
    REP_STATUS VARCHAR2(20);
    REP_NAME VARCHAR2(50);
    PL_ID PARAMLIST;
    REP_URL VARCHAR2(2000);
    V_REP VARCHAR2(200);
    BEGIN
    display_me('RUN_REPORT');
    -- CALL THE FOLLOWING FUNCTION, IN WHICH USER CAN WRITE HIS OWN CODE.
    -- THE PROCEDURE CAN BE MADE LOCAL TO THE SPECIFIC FORM AND WRITE THE CODE.
    -- IT SHOULD RETURN 'Y', IF YOU WANT TO PROCEED WITH THIS RUN_REPORT
    -- PROCEDURE.
    IF NVL (RUN_REPORT1, 'Y') = 'N' THEN
    RETURN;
    END IF;
    COMMIT_FORM;
    IF (GET_APPLICATION_PROPERTY (OPERATING_SYSTEM)) = 'UNIX' THEN
    L_DESNAME := 'LP';
    ELSE
    L_DESNAME := NAME_IN ('REPORT_TITLE.F_FILE_NAME');
    display_me(L_DESNAME);
    END IF ;
    /* SETTING THE REPORT OBJECT PROPERTIES */
    /* G_PRAM1 IS THE NAME OF REPORT ****/
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_SERVER,'172.18.76.34');
    SET_REPORT_OBJECT_PROPERTY('REPOBJ',REPORT_FILENAME,:GLOBAL.G_PARAM1||'.REP');
    display_me(':GLOBAL.G_PARAM1 '||:GLOBAL.G_PARAM1);
    PL_ID := GET_PARAMETER_LIST ('REP_PARA');
    IF NOT ID_NULL (PL_ID) THEN
    DESTROY_PARAMETER_LIST ('REP_PARA');
    END IF;
    PL_ID := CREATE_PARAMETER_LIST('REP_PARA');
    ADD_PARAMETER (PL_ID, 'DESTYPE' , TEXT_PARAMETER, NAME_IN ('REPORT_TITLE.RAG_DESTINATION') );
    ADD_PARAMETER (PL_ID, 'DESNAME' , TEXT_PARAMETER, L_DESNAME);
    ADD_PARAMETER (PL_ID, 'COPIES' , TEXT_PARAMETER, NAME_IN ('REPORT_TITLE.F_NO_COPY') );
    ADD_PARAMETER (PL_ID, 'ORIENTATION', TEXT_PARAMETER, 'LANDSCAPE');
    ADD_PARAMETER (PL_ID, 'MODE' , TEXT_PARAMETER, 'BITMAP');
    ADD_PARAMETER (PL_ID, 'PARAMFORM' , TEXT_PARAMETER, 'NO');
    ADD_PARAMETER (PL_ID, 'PARAM' , TEXT_PARAMETER, NAME_IN ('IBP_REPORT_PARAMETER.F_REP_SEQ') );
    ADD_PARAMETER (PL_ID, 'P_COMP_CODE' ,TEXT_PARAMETER,:GLOBAL.G_COMP_CODE);
    display_me(':GLOBAL.G_COMP_CODE '||:GLOBAL.G_COMP_CODE);
    REP_NAME := :GLOBAL.G_PARAM1||'.REP';
    display_me('REP_NAME'||REP_NAME);
    V_REP := RUN_REPORT_OBJECT('REPOBJ');
    display_me('V_REP '||V_REP);
    REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    display_me('REP_STATUS'||REP_STATUS);
         WHILE REP_STATUS IN ('RUNNING','OPENING_REPORT','ENQUEUED')LOOP
    REP_STATUS := REPORT_OBJECT_STATUS(V_REP);
    END LOOP;
    IF REP_STATUS = 'FINISHED' THEN
    REP_URL:='/REPORTS/RWSERVLET/GETJOBID'||SUBSTR(V_REP,INSTR(V_REP,'_',-1)+1)||'?'||'SERVER=172.18.76.34';
    display_me('REP_URL '||REP_URL);
    WEB.SHOW_DOCUMENT(REP_URL,'_BLANK');
    ELSE
    MESSAGE('ERROR WHEN RUNNING REPORT');
    END IF;
    END;
    Which is called on a button , can any body share there idea to help out
    Warm Regards
    Ashutosh

    Yes, I have replace the userid with scott/tiger@orcl with i6menu/i6menu@vbs and also replace the OAS server's name as you have suggested.
    declare
         REP_URL varchar2(2000);
    begin
    REP_URL:= '/reports/rwservlet?userid=i6menu/i6menu@vbs&report=testrep_10g.rdf&desformat=pdf&destype=cache&paramform=no';
    WEB.SHOW_DOCUMENT(REP_URL,'_BLANK');
    end;
    I had the 2nd code also but both r not working on my machine ......... !!
    I have made the following setting on my machine:
    1. Registry -> HKEY_LOCAL_MACHINE -> SOFTWARE-> ORACLE-> KEY_DevSuiteHome1->FORMS_PATH ->
    Values is : D:\vision_soft\VSS\exe
    2. Registry -> HKEY_LOCAL_MACHINE -> SOFTWARE-> ORACLE-> KEY_DevSuiteHome1->REPORTS_PATH ->
    Values is : D:\vision_soft\VSS\exe
    3. Entry made in the DevSuiteHome_1\forms\server ->default.env
    FORMS_PATH=D:\vision_soft\VSS\exe
    4. Entry made in the DevSuiteHome_1\reports\confr ->rwservlet.properties
    #SERVER= rep10
    As my forms is working well & but the report are not able to call.
    Could you please let me know is there is any other mandatory setting required for the report 10g.
    Regards,
    Ashutosh

  • Running a report using rwcli60 on a remote server

    hi
    I have a concurrent program which runs a 6i report. The output of this report is a PDF file which is then faxed to a set of users.
    The report srever is not on the same unix box as the unix shell script which is the executable of the concurrent program. I am aware that rwcli60 can be used to run reports for non web based results.
    I am not sure how to do this on a remote server. i.e how do I run teh report on the report server from the concurrent manager server?
    Any ideas? please help.
    thanks
    satya

    can use rsh to connect to remote server.

  • How to run Oracle Reports 6i

    Can any 1 pls help how to execute the report from plsql or scheduled job and not from a form
    I have a report that works fine, The concern now is that somebody will have to manually run this process. It should be something automated, wherein it will run on it's own
    Some batch job which will trigger automatically as per the pre defined schedule
    Thx in advance
    Imran

    Hi Imran,
    If the job is to be scheduled on unix... do you have an report server rwrun60 on your unix machine? (in other words can you deploy your reports on unix?) If so it will be a lot easier not to use dbms_job but just schedule it with the unix scheduler CRON.
    Then you can create a shell script (.bat is used in windows , on unix it should be , actually you even don't need an extention, .unx or .sh)
    eg for your script
    #!/bin/ksh
    ORACLE_HOME=<path to your oracle home on unix>
    ORACLE_SID=<SID of the instance your report needs to run on>
    PATH=$ORACLE_HOME/bin:$PATH
    WORKINGDIR=<your directory where your reports are
    export ORACLE_HOME PATH ORACLE_SID WORKINGDIR
    cd WORKINGDIR
    # if you want more than one report to run at the same time you can use this loop
    for i in `ls *.rep`
    do
    rwrun60 module=$i userid=..... destype=printer (you can of course use other parameters too)
    done
    *If you want just a single report leave the loop out and put name of report afeter module=
    if you save the file ask your unix admins to make it executable and to schedule it with cron on the unix machine
    That's all
    I have several hundreds reports running this way (on Linux with 10g report server)
    Hope it helps
    Erwin
    In answer to you latest question to run from pl/sql it can but you need to be able to run a "host" command from your database
    one way to do it with java class
    install these two java sources on your instance
    (you can leave the FEP1_ out of course)
    CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED "FEP1_CaptureStream" AS
    import java.util.*;
    import java.io.*;
    class FEP1_CaptureStream implements Runnable {
    private final InputStream is;
    private final String type;
    private final OutputStream redirect;
    private boolean redirected = false;
    FEP1_CaptureStream(InputStream is, String type, OutputStream redirect)
    this.is = is;
    this.type = type + ">";
    this.redirect = redirect;
    FEP1_CaptureStream(InputStream is, String type)
    this(is, type, null);
    FEP1_CaptureStream(InputStream is)
    this(is, " ", null);
    public void run()
    try {
    PrintWriter pw = null;
    if (redirect != null) {
    pw = new PrintWriter(redirect);
    redirected = true;
    InputStreamReader isr = new InputStreamReader(is);
    BufferedReader br = new BufferedReader(isr);
    String line=null;
    while ( (line = br.readLine()) != null) {
    System.out.println(type + line);
    if (redirected) {
    pw.println(line);
    if (redirected) {
    pw.flush();
    pw.close();
    br.close();
    isr.close();
    } catch (IOException ioe) {
    ioe.printStackTrace();
    second source
    CREATE OR REPLACE AND RESOLVE JAVA SOURCE NAMED "FEP1_ExecOSCmd" AS
    import java.util.*;
    import java.io.*;
    public class FEP1_ExecOSCmd {
    public static void main (String args[])
    int rc = 0;
    if (args.length < 1) {
    System.out.println("USAGE: java ExecOSCmd \'cmd\' ");
    System.exit(1);
    try {
    String cmd = args[0];
    FileOutputStream fos = null;
    if (args.length == 2 ) {
    fos = new FileOutputStream(args[1]);
    Runtime rt = Runtime.getRuntime();
    Process p = rt.exec(cmd);
    FEP1_CaptureStream err = new FEP1_CaptureStream(p.getErrorStream(), "ERR");
    Thread e = new Thread(err);
    /* NOTE we do not join the error thread. If there was no
    Error it may never return. We would wait forever for it to
    return thus janging this process */
    e.start();
    FEP1_CaptureStream out = new FEP1_CaptureStream(p.getInputStream(),
    "OUT", fos);
    Thread o = new Thread(out);
    o.start();
    try {
    rc = p.waitFor();
    /* Handle exceptions for waitFor() */
    } catch (InterruptedException intexc) {
    System.out.println("Interrupted Exception on waitFor: " +
    intexc.getMessage());
    if (fos !=null) {
    o.join(); // need to wait for the output to finish.
    fos.flush();
    fos.close();
    System.out.println("ExitValue: " + rc);
    } catch (Throwable t) {
    System.out.println("ExitValue: " + rc);
    t.printStackTrace();
    Now create a package or standalone procedure to wrap this code
    PROCEDURE EXECUTECMD
    (CMD VARCHAR2
    IS
    LANGUAGE JAVA NAME 'FEP1_ExecOSCmd.main(java.lang.String[])';
    put security ok and then you can use this procedure in a another
    eg
    EXECUTECMD('/mybin/start_reports.sh');
    this will start the sh script
    or
    eg
    EXECUTECMD('/Oracle/bin/rwrun60 module=.....');
    or create a string with all your params and pass it to the command
    Be aware that this command executes on the server where your instance is running!
    Message was edited by:
    Irvine74

  • Unable to print the SQR report to printer

    Hi-
    Trying to print the PAY003 SQR directly to the printer, SQR report runs sucessfully but not able to print to the server, Its working correctly in 9.0 Production instance with Windows 2003 32bit OS, but doesn't work with HR92 Applicaiton on Windows 2008 x64 bit servers.
    Error Message : "The SQR report was generated, but the program was unable to route the report to the printer. Verify the validity of the printer path specified."
    Installed the printer on the new 2008 Windows server with 64 bit drivers and still it doesn't work. Any help or suggestions what to check ?
    Regards,

    If you are using the Verizon Web-mail client here on My Verizon, then you need to click the "Print" button while viewing a message.
    Click here for an illustration showing the button you need to click. Look towards the top right of the image.
    When you click that button, a new window will be displayed and the Print dialog will open. Simply hit the new Print button to print the full email.

  • Where to publish SQR Reports?

    Hi All,
    I am very new to SQR Programming.
    I have installed SQR 11.1.2.x software in windows 7 machine.Now I am able to write and execute a SQR program using SQR Production Reporting Studio.
    Now I would like to know is there any centralized space to publish all my SQR reports in Dashboard?
    or is there any thirdparty tool to call sqr programs?
    Please help me in understanding this.
    Thanks,
    Aravind

    Hi Krishna,
    Your reply helped me a lot especially for "Product Location" while creating PR Engine.
    I gave Product location as "C:\Oracle\Middleware\EPMSystem11R1\products\biplus\bin\SQR\Server\ODBC\bin"
    And also created one PR Data Source using ODBC
    Now able to import SQR file as Job and Run in workspace only for Normal PRINT output files
    When I run the SQR file which has database SELECT columns its throwing below error.
    1300307: (SQR 1803) CONNECT failed. Perhaps username/password incorrect.
    SQR: Program Aborting.
    The above same credentials are working fine for Normal Startup SQR program which does not have any database specific commands.
    Created PR Database Server with below details:
    Job Service Host: machine name
    Host Type: Intel pC/Windows NT     (installed in Windows 7)
    Database Host: my Machine Name   (local database)
    DB Type : ODBC
    User : hr
    Password: hr
    Datasource: hr32     (ODBC DSN Name which is connecting to hr user)
    No connection Parameters given.
    Please help me in this regard.
    Thanks,
    Aravind

Maybe you are looking for