RUN_PROD or OBJ ?

Guys can I just confirm something with you.
RUN_REPORT_OBJECT = Only/best used for calling reports in web environment.
RUN_PRODUCT = Used in Client server environment.
We are 8i/6i/C/S so is RUN_PRODUCT the one that we should use ?
Appreciate your reply.
Thanks.

Run product is not supported for calling reports in Forms 9i - so you shoudl start to use RUN_REPORT_OBJECT. Note that you don't have to hardcode the names of reports in the report object - you can change the name and other parameters dynamically at runtime...

Similar Messages

  • Problem in Creation of two Statement Obj

    Hello firends,
    i have a problem regarding Creating two Statement obj
    its not allowing me to do
    <%!
    Statement stmt1;
    Statement stmt1;
    Connection con;
    dbcon db;
    %>
    <%
    db=new dbcon(); (its database connection class which m importing)
    try
    con= db.getDbCon();(method of dbcon class)
    stmt1=con.createStatement();
    stmt2=con.createStatement();
    in above two line its giving me error
    And when i use
    con1= db.getDbCon();(method of dbcon class)
    con2= db.getDbCon();(method of dbcon class)
    stmt1=con1.createStatement();
    stmt2=con2.createStatement();
    then its working fine
    so i know this is not the proper way to doing thing so how should i solve this problem
    plz help me
    }catch(SQLException)
    }

    Thanaks for reply but my that problem is solved,i would like to ask u
    i have following simple code
    <%@ page import="java.sql.*,com.example.model.*" session="true" %>
    <%!
    ResultSet rs;
    Statement stmt;
    Connection con;
    %>
    <%
    dbcon cn=new dbcon();
              con=cn.connectdb();
              try
    stmt=con.createStatement();
    rs=stmt.executeQuery("select mf_id,mf_lr_id,mf_origin,mf_destination from Manifest");
    if(rs.next())
    out.println(rs.getInt("mf_id")+"<br/>");
    out.println(rs.getInt("mf_lr_id")+"<br/>");
    out.println(rs.getInt("mf_destination")+"<br/>");
    out.println(rs.getInt("mf_origin")+"<br/>");
    }catch(SQLException se)
    out.println(se);
    }finally
    try
    if(rs!=null)
    rs.close();
    if(stmt!=null)
    stmt.close();
    if(con!=null)
    con.close();
    }catch(SQLException se1)
    %>
    in this code m just fetching "mf_destination" field before "mf_origin"
    thien its giving Error Msg
    89
    58
    14 java.sql.SQLException: [Microsoft][ODBC SQL Server Driver]Invalid Descriptor Index
    and suppose i fetch it in sequence as define in select stmt then its working fine.
    so this sequence i can maintain in small data but if i use
    Select * from ........
    then should i fetch all data as its sequence in database Table

  • Is there a way to import .obj files into Motion so that motion can see the object as a 3D object?

    I would like to import 3D objects with .obj file extensions into Motion. Is there a plug in or add on that allows you to do this? Is there any way of getting Motion to recognise 3D images? Other programs such as Adobe's After Effects (AE) achieves this easily and allows you to manipulate the image in 3D space.

    http://www.motionvfx.com/mplugs-33.html#1
    state-of-the-art plugin, just awesome!

  • Issue in iPlanet loading obj.conf file in admin console module

    Dear all,
    I have done following chanegs in obj.conf file to block insecure http methods,but whenever I try to access admin module of iPlanet and restart, all manual changes done in obj.conf disappears.
    Only one time it asked me with message that file has been modified manually do you want to load?
    but this is not happening every time.I am using iplanet 9.
    Please let me know if there is any issue with this or I am missing something.
    to just brief, only after trying 20 times it asked me above mentioned message
    ---obj.conf file contents----
    <Object name="WebCon1" ppath="*/WebCon/*">
    *<Client method="(GET|POST)">*
    AuthTrans fn="match-browser" browser="MSIE*" ssl-unclean-shutdown="true"*
    *</Client>*
    *<Client method="(HEAD|PUT|TRACE|TRACK|SEARCH|INDEX|OPTIONS|DELETE|MKDIR|SHOWMETHOD|UNLINK|CHECKIN|TEXTSEARCH|SPACEJUMP|CONNECT|PATCH|PROPFIND|PROPPATCH|MKCOL|COPY|MOVE|LOCK|UNLOCK|CHECKOUT|RMDIR|ACL|VERSION-CONTROL|REPORT|UNCHECKOUT|ORDERPATCH)">*
    *AuthTrans fn="set-variable" remove-headers="transfer-encoding" set-headers="content-length: -1" error="405"*
    *</Client>*
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/home/cedera/iPlanetServer/Installation/ns-icons" name="es-internal"
    PathCheck fn="unix-uri-clean"
    PathCheck fn="find-pathinfo"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain"
    Service method="(GET|POST)" type="image/gif" fn="send-file"
    Service method="(GET|POST)" type="image/jpeg" fn="send-file"
    Service method="(GET|POST)" type="text/css" fn="send-file"
    Service method="(GET|POST)" type="application/x-javascript" fn="send-file"
    Service method="(GET|POST)" type="magnus-internal/imagemap" fn="imagemap"
    Service method="(GET|POST)" type="magnus-internal/directory" fn="send-error" path="/WebCon/WebCon/restrict.htm"
    Service method="(GET|POST)" fn="wl_proxy" WebLogicHost="10.10.61.224" WebLogicPort="444" HungServerRecoverSecs="600" Debug="ALL" DebugConfigInfo="TRUE" RequireSSLHostMatch="FALSE" WLLogFile="/home/cedera/iPlanetServer/Installation/https-webcon2/logs/Log_JSP.txt" PathTrim="/WebCon" PathPrepend="/WebConverter" SecureProxy="ON" URIContainsSpace="true" ErrorPage="/home/cedera/iPlanetServer/Installation/docs/WebCon/WebCon/serviceUnavailable.htm" MaxPostSize="-1" DefaultFileName="WebCon/login.jsp" ConnectTimeoutSecs="10" ConnectRetrySecs="2" WLDNSRefreshInterval="0" TrustedCAFile="/home/cedera/iPlanetServer/Installation/https-webcon2/config/trustedcafile.pem"
    AddLog fn="flex-log" name="access"
    </Object>
    I have added contents marked in bold manually....
    but it was not picking up it from frontend...then suddenly after 20 time, it picked up these changes in admin...
    but now if I am trying to change in <client> tag , but it does not recognise any new changes done manually...it loads same obj.conf...whenever i restart instance from frontend...
    Edited by: sweetvish on Nov 9, 2009 9:26 PM

    After making manual changes in obj.conf, have you tried clicking the 'Apply' link in admin console and then choosing 'Load configuration Changes' option?

  • .OBJ files crash my CS4 Bridge

    I've been suffering from a lot of Bridge crashes lately (used to work just fine) and have discovered now through testing that when I navigate to folders that contain .obj files, Bridge beachballs.
    Loking in the file type associations I see that obj is not listed and I wouldn't expect Bridge to be able to display it it either but it would be nice if it didn't crash. I'm not filing my work any differently than I ever have and I never came across this problem before.
    Any ideas on how to fix it?
    Thanks

    First things to try is Refresh preferences (restart Bridge holding down
    option key and choose refresh preferences) and preferable also purge cache
    for folder using the tools menu. However I doubt this will function if the
    beach ball is spinning.
    Better move the .obj files outside the folder using finder and then try
    again to purge cache for the folder it was in before.
    If the problem persist you could open a case with Adobe Tech using the
    contact button on this site. Not that will it help you for this version but
    it might be for next releases
    I've been suffering from a lot of Bridge crashes lately (used to work just
    fine) and have discovered now through testing that when I navigate to folders
    that contain .obj files, Bridge beachballs.

  • Whats is the the problem with OBJ files in Photoshop CC 2014?

    What is up my fellow adobinites"!? Well I want to start off with, "I Have A Dilemma". When I open a .obj file in Photoshop CC 2014 There is an error every time but in reaction to the outcome, I torrented Photoshop Cs6 for educational and testing purposes and it worked flawlessly. It was the "Plus" version so yeah. Also the .obj file worked in After Effects CC 2014 and on the other hand I think Photoshop just got 3d features in I am correct.
    Also if you have any obj file websites please teem me. I will love you for ever.

    Process:         Adobe Photoshop CC 2014 [435]
    Path:            /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014
    Identifier:      com.adobe.Photoshop
    Version:         ???
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [187]
    Responsible:     Adobe Photoshop CC 2014 [435]
    User ID:         501
    Date/Time:       2014-09-12 23:50:23.045 -0400
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  1CB21A1B-9929-377B-BB77-969F8AD3E6DC
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: @executable_path/../Frameworks/amtlib.framework/Versions/A/amtlib
      Referenced from: /Applications/Adobe Photoshop CC 2014/Adobe Photoshop CC 2014.app/Contents/MacOS/Adobe Photoshop CC 2014
      Reason: image not found
    Binary Images:
        0x7fff69eb7000 -     0x7fff69eea817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff8aeda000 -     0x7fff8af28ff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    Model: MacBookPro10,1, BootROM MBP101.00EE.B03, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 2.3f36
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
    Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 15 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM256E, 251 GB
    USB Device: Backup+  Mac SL
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: USB Optical Mouse
    Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4

  • I can't open obj files in Ps even if I click on OpenCL in preference.

    I enabled openCL in the preference bar. But when I tried to open obj file, it says Could not complete your request because 3D functionality is currently disabled due to OpenGL being disabled.

    What is your hardware spec?  What video card, and is the driver up to date (from card maker's web site)?
    Check the GPU FAQ
    Photoshop CS6 GPU FAQ

  • Problem in reading an object inside another obj in C thru JNI

    Hi All,
    I am passing a java class object from Jave to C thru JNI.
    This object has many integer fields + one object of another class, which also has some fields.
    I am able to read integer fields from C but not able to read fields inside another object.
    Can anyone plz help me in reading the object inside another object from C.
    I m pasting class here for better understanding :
    public class ImageMergeInformation {
    public ImageInformation outputImageInfo;
    public ImageInformation[] inputImageInfo = new ImageInformation[8];
    public int topMargin;
    public int bottomMargin;
    I wanna read ImageInformation obj.
    Plz help me...
    Thanks in Advance,
    Regards,
    Sneha

    You have to get the field id (getFieldID) of the variable you want, e.g. outputImageInfo, then get the object (getObjectField) in that field. At this point, you can start over (get the class, get the field id, get the object).

  • How to get the intersection of two arraylist containing user defined obj??

    How to get the intersection of two arraylist containing user defined obj??
    I can easily get the intersection of two array list which containing some simple class(Integer, String). But how to get the intersection of two arrayList which contain user defined object?
    Here is the sample code..I can not run this out...anybody can help me? thank you very much..
    The correct result should be like this:
    2
    2
    but I can only get this:
    2
    0
    import java.util.*;
    public class testRetain{
         public static void main(String[] args){
              ArrayList a = new ArrayList();
              ArrayList b = new ArrayList();
              a.add( new dog(1,2,2) );
              a.add( new dog(1,2,1) );
    System.out.println(a.size() );
              b.add( new dog(1,2,2) );
              a.retainAll(b);
    System.out.println(a.size() );
    class dog implements Comparable{     
         int head;
         int arms;
         int legs;
         dog(int head, int arms, int legs){
              this.head = head;
              this.arms = arms;
              this.legs = legs;
         public int compareTo(Object o){
              if ( ((dog)o).head > this.head )
                   return -1;
              else if ( ((dog)o).head < this.head )
                   return 1;
              else
                   return 0;
    }

    @Op. Your classes should override equals and hashCode
    Kaj

  • Automatic filling of field in sel screen where match code obj is used

    Dear all.
    Suppose you have a selection screen with two fields:
    pa_usid  and  pa_name,
    both fields are obligatory.
    The user wants - as soon as field pa_usid is filled  from the list opened through the matchcode obj,
    default value  gets filled in  pa_name(based on the value he actually filled in
    pa_usid).
    How can i do that this.
    Below is my code ;
    parameters: pa_usid LIKE gs_leave-userid  MATCHCODE OBJECT zname_lp2 OBLIGATORY DEFAULT sy-uname,,
                        pa_name LIKE gs_leave-name   OBLIGATORY,
    Thank you all very much in advance.

    Please go through below links
    How to fill another parameter automatically on selection screen?
    http://www.sap-img.com/abap/value-request-for-parameter.htm

  • RE: (forte-users) Named Anchored Obj-EnvironmentFailover

    I did some playing around with this stuff as well. I can tell you a few
    things.
    1) The search path option of connected environments only works for SO's, not
    for named anchors.
    2) When EnvA creates a directory "/glob", which contains object "obj1", then
    EnvA owns directory "/glob". Even after restarting environments. If EnvB
    tries to add a subdirectory to "/glob" or inserts its own objects into this
    path, then the situation becomes unstable. It doesn't immediately produce an
    error, but things go wrong anyway. Is this a bug or expected behaviour? I
    don't know. I just learned not to do this. Every environment must place it's
    named anchors in it's own tree. Directories can't be shared.
    3) I think the relative name "glob/obj1" should work, but only if you set
    the ObjectLocationMgr to start looking at the root. Default, it will start
    looking in it's own environment basepath. But I don't have any experience
    with this.
    Pascal Rottier
    Atos Origin Nederland (BAS/West End User Computing)
    Tel. +31 (0)10-2661223
    Fax. +31 (0)10-2661199
    E-mail: Pascal.Rottiernl.origin-it.com
    ++++++++++++++++++++++++++++
    Philip Morris (Afd. MIS)
    Tel. +31 (0)164-295149
    Fax. +31 (0)164-294444
    E-mail: Rottier.Pascalpmintl.ch
    -----Original Message-----
    From: Master Programmer [mailto:masterprghotmail.com]
    Sent: Monday, January 08, 2001 11:13 PM
    To: forte-userslists.xpedior.com
    Subject: (forte-users) Named Anchored Obj-Environment Failover
    Hi to all,
    We connect from EnvA to EnvB giving the user directory parameter as / and
    set the Environment Search Path
    as EnvA:EnvB. From both environments we start and register
    '/glob/obj1' named anchored objects with the same name.
    From a client we connect to EnvA and bind to'/glob/obj1' when we shutdown EnvA partition it fails-over to
    EnvB. And then we restart EnvA partition. We restart/rebind the client and
    try to use object. We see that it is using the EnvB object.
    Although we started the primary environment object again.
    It is not using the search path. Once we shutdown secondary environment
    it starts using primary environment object.
    When we try to use relative path when we are binding the object
    First parameter ('glob/obj1') No first slash. Trying 3rd parameter
    for bind function or just using environment search path, Is is not able to
    find the object. From nsls command I figured out that
    under the root directory
    /forte/UUID of ENVA/node
    /site
    /UUID of ENVB
    /glob/obj1
    names are available. When we use relative path (without slash)
    is it trying to find /glob/obj1 under the /forte/UUID of ENVA
    but we are registering the name under the root.
    What is the reason of this odd behaviour or is this a bug?
    Any answer will be appreciated,
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    I did some playing around with this stuff as well. I can tell you a few
    things.
    1) The search path option of connected environments only works for SO's, not
    for named anchors.
    2) When EnvA creates a directory "/glob", which contains object "obj1", then
    EnvA owns directory "/glob". Even after restarting environments. If EnvB
    tries to add a subdirectory to "/glob" or inserts its own objects into this
    path, then the situation becomes unstable. It doesn't immediately produce an
    error, but things go wrong anyway. Is this a bug or expected behaviour? I
    don't know. I just learned not to do this. Every environment must place it's
    named anchors in it's own tree. Directories can't be shared.
    3) I think the relative name "glob/obj1" should work, but only if you set
    the ObjectLocationMgr to start looking at the root. Default, it will start
    looking in it's own environment basepath. But I don't have any experience
    with this.
    Pascal Rottier
    Atos Origin Nederland (BAS/West End User Computing)
    Tel. +31 (0)10-2661223
    Fax. +31 (0)10-2661199
    E-mail: Pascal.Rottiernl.origin-it.com
    ++++++++++++++++++++++++++++
    Philip Morris (Afd. MIS)
    Tel. +31 (0)164-295149
    Fax. +31 (0)164-294444
    E-mail: Rottier.Pascalpmintl.ch
    -----Original Message-----
    From: Master Programmer [mailto:masterprghotmail.com]
    Sent: Monday, January 08, 2001 11:13 PM
    To: forte-userslists.xpedior.com
    Subject: (forte-users) Named Anchored Obj-Environment Failover
    Hi to all,
    We connect from EnvA to EnvB giving the user directory parameter as / and
    set the Environment Search Path
    as EnvA:EnvB. From both environments we start and register
    '/glob/obj1' named anchored objects with the same name.
    From a client we connect to EnvA and bind to'/glob/obj1' when we shutdown EnvA partition it fails-over to
    EnvB. And then we restart EnvA partition. We restart/rebind the client and
    try to use object. We see that it is using the EnvB object.
    Although we started the primary environment object again.
    It is not using the search path. Once we shutdown secondary environment
    it starts using primary environment object.
    When we try to use relative path when we are binding the object
    First parameter ('glob/obj1') No first slash. Trying 3rd parameter
    for bind function or just using environment search path, Is is not able to
    find the object. From nsls command I figured out that
    under the root directory
    /forte/UUID of ENVA/node
    /site
    /UUID of ENVB
    /glob/obj1
    names are available. When we use relative path (without slash)
    is it trying to find /glob/obj1 under the /forte/UUID of ENVA
    but we are registering the name under the root.
    What is the reason of this odd behaviour or is this a bug?
    Any answer will be appreciated,
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • Why doesn't iplanet 4.19 recognize a line obj.conf "AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true""?

    We add this line for fixing "page can not be displayed" problem we suffer. But After apply it below "<Object name="default">", according to the document. Admin console shows, "Unknown: AuthTrans: match-browser" in red. Can anybody give me advice to this?Thanks.

    I have the same problem.
    Can anybody help?
    Which version of iPlane I need to use following directive in "obj.conf":
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true".
    Is there any alternative of this directive for iPlanet 4.1?
    Thanks.

  • How to use install obj file in tuxedo for win2000

    here i got some compiled tuxedo service files,(*.obj),how can i install
    these service in my tuxedo system on win2000?

    yeah,thanks.:)
    "Peter Holditch" <[email protected]> дÈëÏûÏ¢ÐÂÎÅ
    :[email protected]..
    fish,
    So you compiled a C or C++ service function with
    cl /c [... other options] myservice.c
    and now you have myservice.obj?
    In that case, use
    buildserver -f myservice.obj [ .. other options ] -o myserver.exe
    to generate a Tuxedo server called myserver.exe
    Regards,
    Peter.
    fish wrote:
    here i got some compiled tuxedo service files,(*.obj),how can i install
    these service in my tuxedo system on win2000?

  • .obj option status - show in project list?

    In previous versions of CVI, the project list shows whether an object is compiled to .obj, or not. I can't find how to show this in the newest CVI.

    Thanks for the reply.
    I read all that stuff and it flys over my head. I just don't get why somewhere there can't be a list that keeps track and you give me a little red dot in the list. I have a project with about 60+ files, so this is very annoying on something that used to not only not be not annoying, but was usable and useful.
    I guess this is related to the fact that if I have one program in debug, the rest in .obj (of course, I'm not quite sure, since there's no indication) - I change one line of code, tell it to build, and the entire project builds. In the previous version, only that file recompiles. That was nice. If this is the way it has to be, it's a bit of an annoyance when you're building 50 times a day.

  • Getting the offset of c lines in an obj file

    hello everybody.
    i am developing a device driver on solaris 8 sparc.
    i have got a few files whith c programs which compiles into object files and then i constract an ar file from them all and insert it into the kernel as a model.
    my problem is this : when i have a problem and the system crash i can use mdb to find the function where the problem happend and an offset to the assambler line where it happend, somthing like :
    bedfunc + 0x546.
    what i need is a way to take an obj file to which i have got the source code and get the offset in that obj file for every line in my c program, this way i will know execatly at which c line in my program there is a problem.
    i have tried using objdump but it only prints out assamler code + offsets, i want c code .
    i would be gratefull for any help.
    tx.
    hagai.

    Create a custom event and stuff anything you want in there.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

Maybe you are looking for

  • Query on virtual cube showing incorrect values

    Experts, I have create a virtual cube on a base cube using services (info-source). both virtual as well base cube are z-development and are in BI. Base cube has 6 records, now when I check data in virtual cube using display data it shows correct valu

  • My ipod touch doesnt have ios5 anymore?

    so my ipod touch froze & had to restore, now i cant DL apps that i had that required ios5 & 4.3 or higher...my ipod touch wont update higher than 4.2....why is that?

  • Deploying struts application

    Hi everybody, I am trying to deploy a struts application in sun java application server. But it is giving error as element taglib is incorrect in web.xml. I have defined <taglib > in <web-apps> in web.xml. Is it compulsary to make sun-web.xml for all

  • 2LIS_04_P_MATNR & Inventory Cube

    Hi Experts, I've one issue which do not know how to proceed on this one. I've Header Cube (MATNR) & Invntory Cube DSO. Now my question I need to calculate variance = actula - target  by taking one field from the Inventory and one field from the Heade

  • Install new Application Server

    Dear Team, I am using my production server ECC 6.0 without Java on HP unix  in only  CI .Now we have 100 users license and  we are perchasing 200 more Sap license. So naturally Load will be increase .Now  we want to Installed one Application Server f