Steps to compile fmb files in Linux application Server...

Hello...

I've migrated forms in 10g in the windows platform. Now, I want to use in the Linux platform.
I know that to compile the fmb files once again under linux.

Iused the following code to compile the fmb in fmx.

#Forms/Reports 9.0.X, 10.x
Compilation of forms #UNIX
#compile_forms.sh
for i ' ls * .fmb '
do
Form of compilation $i echo...
lot of frmcmp_batch.sh userid=ACCOUNT/ACCOUNT@cmt = no module = module_type = form $i
compile_all = yes window_state = minimize
fact


But he demonstrated commond frmcmp_batch.sh not found error.

Are there changes I have to make frmcmp_batch.sh to compile my fmb...


with cheers
Sprity...

where and how I should settle $path

Normally the environment variables are defined in the profile of the user of the operating system (eg..) bash_profile), for example

export ORACLE_HOME=
export PATH=$ORACLE_HOME/bin:$PATH

but you can place it anywhere, the important thing is that it is set before you run your scripts.

Tags: Oracle Development

Similar Questions

  • Webutil - deleting files from the application server

    Is there a Webutil function that will erase the files from the application server?

    I tried Webutil_file. Delete_File but it doesn't seem to work. Not quite sure if it's for customer files?

    Thank you
    Paul

    Hello
    Why don't you use HOST or WEBUTIL_HOST command to delete files of APPLICATION SERVER for example...

    HOST('DEL FILEPATH\FILENAME.EXT');
    or
    HOST('CMD /C DEL FILEPATH\FILENAME.EXT');
    
    or 
    
    WEBUTIL_HOST('DEL FILEPATH\FILENAME.EXT');
    or
    WEBUTIL_HOST('CMD /C DEL FILEPATH\FILENAME.EXT');
    

    Function Webutil_File works on the client side. See the documentation for webutil.
    http://www.Oracle.com/webapps/online-help/forms/10G/State?navSetId=_&Navid=3&vtTopicFile=web_util/functions.htm&vtTopicId=

    -Clément

    Published by: Graham on April 20, 2010 20:07
    Link added

  • How2 (a) FIND good init.ora (b) or other files param on application server?

    I can't find the INIT. ORA file on my application server. I need to change some default settings.
    I looked here, I looked at the settings$ v who reported a "SPFILE"... and I looked at who, and there all these parameters with asterisk. and I don't know what that means. I wanted to just increase the number of links allowed DB on my test server.

    Could someone point me to fix the folder / file / documentation?
    Thank you.

    I note the following folder on my... running App Server 10 g in the Windows XP box.

    C:\OraHomes\ORAH1_DEV\database... where the SPFILE.
    C:\OraHomes\admin\UGOSREPS\pfile... that's where an init.ora file is...

    I added two lines in second file... in the topic... (num a 4, the default)
    and stopped and started in the DB, but... nada. parameters of v$ 4 instead of the following still says...

    Open_links = 100
    open_links_per_instance = 100

    ... but I'm afraid to touch the SPFile, because he put in a different form.

    In C:\OraHomes are 5 folders... Admin, Flash_Recovery_Area, OraData, ORAH1_DEV and ORAH2_BI.

    H1 is where we part 1 of the installation of the App Server (the part 'infrastructure', be it be a Forms / Reports Server 10 g), and in which we also added APEX).

    H2 is where we part 2 installation (real forms / reports part server... He insisted on not being under the same roof.)

    H1 and H2 are both available through OEM and seem to be running. But... we test things, so I know I need to change the settings... the first being the link settings.

    Could someone please offer a clue? TX,

    SM

    In order to change the system settings in the SPFILE you must issue an ALTER SYSTEM SET... SCOPE = SPFILE;
    i.e.

    ALTER SYSTEM SET open_links = 100 SCOPE = SPFILE;

    Restart the DB and recheck the values.

  • webutil read file function finds the file on the application server

    Hello

    I want to select and read a file (possibly .pdf) and save it to the database.

    To achieve this, I:

    1) created a table, deltia (key primary aa, varchar2, blob, other columns... image_blob, filename)

    (2) created a block form of database based on the deltia table. The element of the "image_blob" column type is image

    and the image format is "tiff".

    (3) wrote the following piece of code to perform the selection of local file (successfully)

    Select the FUNCTION (i_FileFiltre IN Varchar2 default vDefFileExt)

    RETURN VARCHAR2

    IS

    vPath Varchar2 (128);

    vFileName Varchar2 (256);

    vFileFiltre Varchar2 (200): = i_FileFiltre;

    Begin

    vPath: = CLIENT_WIN_API_ENVIRONMENT. Get_Temp_Directory;

    vFileName: = WEBUTIL_FILE. FILE_OPEN_DIALOG

    (

    vPath,

    '',

    vFileFiltre,

    "Select the file to download.

    ) ;

    Return vFileName;

    END selection;

    The form above function call is:

    Declare

    vFileName Varchar2 (200);

    Begin

    vFileName: = PKG_File_Ops.Selection;

    If vFileName is not null then

    : eq_deltia_metakinhshs. Filename: = vFileName;

    End if;

    End;

    (4) wrote the piece of code to the game/place the file selected in the form element "image_blob", as following:

    client_image.read_image_file (: eq_deltia_metakinhshs.filename,)

    substr (: eq_deltia_metakinhshs.filename, instr (: eq_deltia_metakinhshs.filename,-1)).

    "eq_deltia_metakinhshs.deltio_image");

    The call to the packaged procedure client_image.read_image_file does not work. It returns error

    "47109 - cannot locate the/u01/oracle/temp /... image file"

    In other words, the system will search to read the selected file locally on the server App.

    What can be the cause of this?

    With regard to the content of the webutil.cfg of the App Server. :

    # ---------------------------------------------------------------------------

    # webutil.cfg - WebUtil default configuration file

    # ---------------------------------------------------------------------------

    # This file contains all the configuration settings for webutil. These are some

    # divided according to the following sections:

    # 1. Logging options

    # 2. Installation options

    # 3. Upload a file and download Options

    # 1. Logging options side server for recording the log messages and errors

    # You must set logging.enabled to true to allow registration of mid-range. Without this

    logging of mid-range # will not be any PL/SQL or URL options

    # are provided to turn it on. Once recording is activated the other settings are

    # in-game.

    #

    # Details

    # -------

    # logging.file: sets the file name and location of the log file.

    # Note that WebUtil does no management of the log file. You can

    # need to manually clean this file at any time.

    # logging.enabled: can be TRUE or FALSE

    # logging.errorsonly: can be TRUE or FALSE. Parameter True will ensure that

    # only errors and the normal information log messages

    # are written to the log file. It would be for the use of the product,

    # normally be set to TRUE

    # logging.connections: can be TRUE or FALSE. Setting to true causes each

    connection from a client using WebUtil for write in #.

    # the log that it puts in place.

    Logging.file =

    Logging.Enabled = False

    Logging.ErrorsOnly = false

    Logging.Connections = false

    # 2. Installation options

    # WebUtil needs to download files on the client to perform

    # some operations such as OLE integration or access to the registry. These files

    # are downloaded on the client when webutil is run for the first time.

    # Subsequent executions will use the dll in the cache. Define the location of the

    # These files on the server and the location on the client.

    #

    # Here's a chart that shows numeric constants and their meanings. They

    # are used in configurations of installation options. These constants are defined

    # in WEBUTIL_CORE package spec. Note that the Processor Architecture of the Client operating system

    # is generally the architecture of the JAVA virtual machine that runs on the client,

    # not necessarily even the real client architecture of BONE.

    #

    # < Os - > Client OS family < arch - > processor for the Client operating system Architecture

    # 0-0 - 32-bit Windows

    # 1 Linux 1-64-bit architecture

    # 2 SOLARIS

    # 3 HP

    # 4 AIX

    # 5 mac

    # 9 unknown

    #

    # < Package > - package name

    # 7 WEBUTIL_OLE2

    # 9 WEBUTIL_C_API

    # We do not yet have downloads for other packages. If you need, refer

    # Spec package WEBUTIL_CORE for constants of other packages

    #

    # Details

    # -------

    # NOTE: For all < arch > parameters field is optional. Without this field, the

    # setting will apply to the client 32-bit and 64-bit OS (FMV)

    architectures of #.

    #

    # install.syslib.location. < os >. < arch >:

    # The virtual path of the directory containing the webutil library files the

    server-side of #. This must be an absolute URL or a relative URL

    # for the documentbase.

    # NOTE: < os > field is optional for this parameter. In the absence of a framework

    # which has the client OS and ARCH, it will use

    # install.syslib.location. < arch > cannot be specified if < os > is omitted.

    #

    # install.syslib.location.client. < os >. < arch >:

    # The path to the directory on the client machine where the webutil library

    # files will be downloaded. This must be an absolute path or a path

    # which is the profile of the client user or at HOME. Directory will be created

    # If necessary as well as other parent directories. If the path is

    # do not set, it will be treated as a special case where the libraries will be

    # downloaded to the client JRE\bin (windows) or JRE/lib (unix). If this

    # Directory is changed, all libraries will be redownloaded again.

    #

    # Please keep in mind that other forms server may also have a similar

    the location of # and so libraries could be overwritten even when

    # client running webutil server of different forms. It is therefore

    # advised that the location has a subdirectory that may be unique to your

    # Server, such as the name of the host server. You could use $(SERVERHOST) in the

    # location. This string will be replaced with the actual hostname of the server

    #

    # install.syslib. < os >. < arch >. < package >. < n >:

    # The names of the libraries required for the particular webutil beans. The

    # format of it's name. size | version | showDownloadDialog. Several libraries

    # can be downloaded per package. But make sure the values < n >

    # row and start at 1 for a given operating system, arch and package together.

    install.syslib.Location=/webutil

    install.syslib.Location.0.0=/webutil/Win32

    install.syslib.Location.0.1=/webutil/Win64

    # Add/Edit the following if you want to specify a different location client

    # where syslib libraries.

    # Format:

    # install.syslib.location.client. < os >. < arch > = < location >

    \win32 install.syslib.Location.client.0.0=webutil\syslib\$ (SERVERHOST)

    \win64 install.syslib.Location.client.0.1=webutil\syslib\$ (SERVERHOST)

    # Change the size and the version if necessary, such as when the upgrade of the library.

    # Normally this is not necessary since most of these libraries are equipped

    # settle. Jacob does not however come with installation

    # Format:

    # install.syslib. < os >. < arch >. < package >. < n > = name | size | version | showDownloadDialog

    1.14.3 - install.syslib.0.0.7.1 = Jacob - x 86 DLL | 102400 | 1.14.3 | true

    1.14.3 - install.syslib.0.1.7.1 = Jacob - x 64 .dll | 117760 | 1.14.3 | true

    install.syslib.0.0.9.1 = JNIsharedstubs.dll | 45056 | 1.0: true

    install.syslib.0.1.9.1 = JNIsharedstubs.dll | 58368 | 1.0: true

    install.syslib.0.0.9.2 = d2kwut60.dll | 81920 | 1.0: true

    install.syslib.0.1.9.2 = d2kwut60.dll | 102400 | 1.0: true

    # You can also add your own libraries here, for example

    #install.syslib.0.0.user.1 = testwebutil.dll | 204872 | 1.0: true

    #install.syslib.0.0.user.1 = ffisamp.dll | 40960 | 1.0: true

    #install.syslib.0.1.user.1 = ffisamp.dll | 35328 | 1.0: true

    # 3. Download / upload options

    # For file upload and download options, you can set the default locations

    # on the server that webutil can use as a work space. Optionally, you can pass

    off # upload and download

    #

    # Details

    # -------

    # transfer.database.enabled: can be TRUE or FALSE - allows you to activate or

    # disable upload and download of data

    #                                server.

    # transfer.appsrv.enabled: can be TRUE or FALSE - allows you to activate or

    # disable the upload and download from the

    application server #.

    # transfer.appsrv.workAreaRoot: the root of the location in which can WebUtil

    # store temporary files uploaded by the client.

    # If no location is specified, application server

    # user_home/temp will be assumed.

    # This place is always readable and accessible writable

    # No matter the parameters of

    # transfer.appsrv. * are. This parameter is

    # If you need side customer

    # READ/WRITE_IMAGE_FILE procedures.

    # transfer.appsrv.accessControl:Can be TRUE or FALSE - allows you to specify

    # that loads and downloads can occur

    # the directories named in the

    # transfer.appsrv.read.n and

    entries transfer.appsrv.write.n # and their

    subdirectories #. If this parameter is set to FALSE,

    # transfers can happen anywhere.

    # transfer.appsrv.read. < n >: list of directory names that downloads can read

    #                                from.

    # transfer.appsrv.write. < n >: list of directory names that mail can write

    #                                to.

    #NOTE: by default, the file transfer is disabled by security measure

    Transfer.Database.Enabled = True

    Transfer.appsrv.Enabled = True

    transfer.appsrv.workAreaRoot =

    transfer.appsrv.accessControl = FALSE

    #List transfer.appsrv.read. < n > directories

    Transfer.appsrv.Read.1=c:\temp

    #List transfer.appsrv.write. < n > directories

    Transfer.appsrv.Write.1=c:\temp

    # 4. Others

    # Details

    # -------

    # BlockAllowHeartBeat: Continue the heart beat communication with the

    # Server when set to TRUE. By default, the value is

    # the value False. If set to False, there is no heart

    # fight mode blocking communication.

    BlockAllowHeartBeat = False

    Notes:

    The database version is 11g v.2

    Forms services version is 11g v.2

    The webutil has been installed and configured (I have done a project that requires reading a

    saved locally excel file - using webutil_ole2.)

    I didn't notice an error in the Java console.

    Thank you

    SIM

    This error indicates that your server is a unix platform: 47109-cannot locate image file/u01/oracle/temp /


    If it is correct, then your webutil.cfg is not been set correctly.  Entries for transfer.appsrv are in reference to the appsrv and not the client.  So you currently C:\temp which is a directory of Windows and not Unix.

    (2) Transfer.appsrv.Read.1 =c:\temp. It is already set.

    3) Transfer.appsrv.Write.1=c:\temp. It is already set.

  • To run the file .fmx without application server installed

    Hello

    I installed Oracle database 10g and Oracle Developer Suite 10 g. In Developer Suite, I use form of Oracle 10 g and I can browse Oracle Form + OC4j file .fmb but I can not run the .fmx file. I don't really know how to make it work without installing Oracle Application Server.

    Please help me for this. Thanks in advance.

    Kind regards
    Afonso

    Go through the basics of deployment of forms

    http://download-East.Oracle.com/docs/CD/B14099_19/Web.1012/b14032/basics.htm

    You must add your folder where you kept your fichiers.fmx/.mmx,/plx to the FORMS_PATH variable in default.env

    Or create a configuration section in the formsweb.cfg file

    Run the form by using the browser
    http://MachineName:port/forms/frmservlet? configname
    or
    http://MachineName:port/forms/frmservlet? form = formname & userid

  • error mapbuilder.jar file in oracle application server deployment

    Hi all

    IAM trying to deploy mapbuilder.jar file in oracle 10g enterprise manager oc4j environment. It gives an error that
    "An error occurred during the processing of the data submitted. Find the appropriate field and enter the correct information as indicated next to each field.
    Location - failed by downloading archive archives. File to archive invalid: type of archive not supported. unknown"

    I sent the same way for mapviewer.ear. It has been deployed successfully.

    Please, any body tell me what would be the reason. I have here another way to deploy the .jar file in enterprise manager Oracle 10g

    thnx in advance...

    Kind regards

    Srinivas

    Hi Srinivas,
    There is no need to deploy MapBuilder on an application server. You can order online with for example:
    java-jar mapbuilder.jar - noconnect

    João

  • . PLX file on the application server

    Hello

    We are on the way to migrate a Forms 6i Application, that works very well at the moment. While preparing / test a novelty. Environment. We found that forms still has a problem in overwhelming one. Library PLX. Forms has the same problem with. MMX and. FMX, but which can be resolved through the definition of the parameter FORMS_MMAP. But with. It does not help PLX.
    Today, we can live with this restriction, because we have created a work-a-round with a form in advance that does not use any what Lib and that form can download the new versions of the. PLX.
    But now things are changing...
    Think ACE runs a few users (or 100 of them), and when at a certain moment I want to deploy a new. PLX,
    What is then?
    The idea only I found so far on the internet of #ve was a recommendation from Oracle to have a second 'environment' / 'Forms-directory' and copy the new version of that place and change the environment to use the new location.
    This sound is a little ridiculous to me.
    Is really the only way?

    Thanks for all the answers,

    Mark

    Mark,

    It would be far better to be part of the production time before putting new versions of executables in a production environment - makes sense! However, having said this downtime may not be an option in some cases. However, you're talking about FORMS_MMAP and the problem here is that the information I have is that this setting does not have the form files plx (see NOTE 208566.1 if you have access to metalink).

    This, this being said, the only option I see should have two area when you switch between the two by setting FORMS_PATH in the envFile accordingly. Of course, any user accessing already the previous file plx will do until they start a new session of forms.

    Hope it will be useful.

    Kind regards

    Patel sunny.

  • Print file .rep directly on the printer, configure the application server

    Hello

    I spent several hours on this forum and unfortunately not found a solution yet so hoping someone has an idea that can help me solve this problem.

    Using forms/States of oracle 11g with a linux application server, we develop on windows machines. Printing reports using compiled .rep files.

    We have a network printer sharing (HP) that is configured on the application server, and we can print on the correct printer directly on the application server.

    Problem is when I try to print a report when executing the forms of oracle on my machine of development directly to the printer.

    I tried:

    SET_REPORT_OBJECT_PROPERTY (l_repid, report_destype, printer);

    SET_REPORT_OBJECT_PROPERTY (l_repid, report_desname, 'APPSERVER_PRINTER_NAME');

    When I put the report_desformat in 'pdf' format I can see the reports to enter the print queue, but they do not reach a 'State' order ' print file empty. "

    When I remove report_desformat, he sends in eps and as I understand it, it prints, but with bad formatting (I work remotely and run by what their colleagues say.)

    CUPS 1.4.2 reference printer queue tab.

    The report generates in the browser if I change the destype to produce and use web_show_document to display it as we usually do.


    I understand there are solutions using a java bean or involving the installation of the software on the client computer, but my employer is unwilling to go to that direction. We have only a handful of reports that require the ability to print directly to the printer.


    That someone has an idea of what the problem might be or help provide additional steps, I can take to solve problems? I have no idea how to do to configure printers, our IT Department managed this and they say, it's good so I don't know if there is a problem with what I'm doing or there was something installation related rate with this network printer.


    Thanks in advanced for any assistance!

    I have given up trying to use a report_desformat of pdf and paste it with the default value of the eps, after review, it seems pretty close match that generates pdf format and despite the fact that the queue on the application server throws a misprint even with the eps format it actually always draws for the good enough for now. Would be nice to know what happened here, but the problem has been resolved.

  • FRM-10043 can not open the file under LINUX

    FRM-10043: could not open the file.
    I created a form correctly in windows. It works very well.
    Now, I have to use it under LINUX. Then I copied the fmb file in Linux
    where the default test.fmx is placed.

    Now, I've run the sub query and got the result can not open the file.


    [orabif@br bin] $ sh frmcmp_batch.sh userid=CNT/CNT@cmt
    compile_all = Yes module_type = form module = logonfile.fmb


    10.1 forms (form of the compiler) Version 10.1.2.0.2 (Production)

    10.1 forms (form compiler): Release-Production
    Copyright (c) 1982, 2005, Oracle.
    All rights reserved.

    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle V10.1.2.0.2 - Production procedure generator
    Oracle 10.1.2.0.0 graphic virtual system Version (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle tools integration Version 10.1.2.0.2 (Production)
    Common tools Oracle area Version 10.1.2.0.2
    Oracle 10.1.0.4.0 Production CORE

    FRM-10043: could not open the file.

    Form not created


    Please help me solve this problem.

    * I know that there is no need to compile OLB files. but my forms display error that
    FRM-18108 has no dependent objects.

    When I use Frmcmp.sh GUI is the compiled form succesffully if there is no OLB attached with it.
    It gives Fr-18108 when OLB is attached with the form that he

    Timely help is needed...

    Thanks in advance...

    with cheers
    Sprity...

    spirty,
    This sounds like it could also be a permissions problem. I'm guessing that when you copy-n-Paste the form on the LINUX Server, you did what Windows Explorer. When they are copied to the server LINUX file will be created with the default privileges defined on the file. I recommend that you connect to the LINUX Server and check the permissions on the file. If your file permissions do not match the permissions of the text.fmb (or other files .fmb you have there) I suggest that you change the permissions so that they match.

    I hope this helps.
    Craig...

    If my response or response from another person was helpful, please mark accordingly

  • File name of the application server in the forms

    Hi people,

    I have two sitting file on the application server and want to get the names of file of them in forms (6) where I can use the filenames for treatment, anyway I can do this?

    See you soon

    Very well!
    In the d2kwut package is a package called win_api_directory_list.
    With this you can list the names of files on the application server in your form and can
    Open it by clicking with the text-io-forms package.
    Concerning

  • Install PeopleTools 8,53 Linux question: Start Application Server domain PT853 using psadmin

    People,

    Hello. I install PeopleTools 8,53 Internet Architecture. Server database is the database Oracle 11 GR 1 material. Operating system is Oracle Linux 5.

    I address the issue of startup Application Server Domain PT853 while the database server is listening as below:

    [user@userlinux PT8.53] $. ./Psconfig.sh
    [user@userlinux appserv] $ export SYSTEM_PASS = SYS/SYS
    [user@userlinux appserv] $ export ORACLE_HOME = / home/user/OracleDB_Home
    [user@userlinux appserv] $ export ORACLE_SID = PT853
    [user@userlinux appserv] $ export TUXDIR = / home/user/Oracle/Middleware/tuxedo11gR1
    [user@userlinux appserv] $ export LD_LIBRARY_PATH = $TUXDIR/lib: $LD_LIBRARY_PATH
    [user@userlinux appserv] $ export PATH = $TUXDIR/bin: $PATH


    [user@userlinux appserv] $. / psadmin

    Its release gets 2-errors in the current server log file /home/user/psft/pt/8.53/appserv/PT853/LOGS/APPSRV_0919.LOG as below:

    First of all, GenMessageBox (200, 0, M): PS General SQL Routines: version SQL library libpsora64 missing or invalid (200.0)
    Second, GenMessageBox (0, 0, M): Signon database: could not sign database PT853 with user PSADMIN.


    I create a symlink in/home/user/OracleDB_Home/lib and /lib32 as below:

    [lib user@userlinux] $ ln-s libclntsh.so.11.1 libclntsh.so.8.0
    [user@userlinux lib32] $ ln-s libclntsh.so.11.1 libclntsh.so.8.0

    After that, I run. / psadmin to begin the field PT853 again, I see the first error is resolved. Now, there is that a single error in the current server log file /home/user/psft/pt/8.53/appserv/PT853/LOGS/APPSRV_0924.LOG is below:

    GenMessageBox (0, 0, M): Signon database: invalid user or password database signon ID. (id = MyOwnerName)
    Start the server failed


    I changed the UserId as PSADMIN in Configuration file, purge the cache and clean restart and resources of the CPI. Password is correct. But the error still shows id = MyOwnerName.

    Application Designer to connect as PSADMIN successfully. Data Mover Bootstrap connect as MyOwnerName successfully.

    My question is:

    Why PSADMIN both MyOwnerName the ID invalid user or password database signon? How to solve the problem?


    Thank you.

    As stated in the installation manual, there are a few prerequisites in chapter CHAPTER 8 b page 238 UNIX application server configuration

    Prerequisites

    Before you begin this procedure, you should have completed the following tasks:

    • Installed your application server.

    See "Using the installer of PeopleSoft," understanding PeopleSoft servers

    • Tuxedo installed 11 GR 1 material

    See "installing additional components.

    • Authorization to a PeopleSoft user ID to start the application server.

    The database configuration process includes a step to set up the ID of the user with permission to start

    the application server. See the installation instructions specific to the application for more information on user IDS

    for your PeopleSoft application. See the PeopleTools: product documentation Security Administration

    For more information on PeopleSoft PeopleTools sent user profiles.

    See "Creating a database under UNIX," execution of the database Configuration Wizard.

    See "creating a database manually ,"creation of Scripts to Import Data Mover. "

    • Run the following SQL statements on your database server to review and if necessary, update the PSCLASSDEFN table:

    SELECT THE CLASSID, PSCLASSDEFN STARTAPPSERVER

    WHERE CLASSID IN (SELECT OPRCLASS FROM PSOPRCLS WHERE OPRID ='');

    UPDATE PSCLASSDEFN SET STARTAPPSERVER = 1 WHERE CLASSID ='';

    Novel installers generally use VP1 or PS to test the application server. If these users are deleted or their

    Passwords are changed, the application server will be unavailable. To avoid this problem, you can set

    until a new operator (called PSADMIN or PSASID, for example) with privileges to start the application server.

    If you do this, you can use the operator new for your servers and you will not need to change the

    password each time VP1 or PS.

    You user has privileges to start the application server.

    Also pay attention to the connectid configuration in the application server. This should be the same connectid and the password you provided during the database creation script connect.sql

  • Empty boxes instead of images in the compiled help file (.chm)

    Original title: invisible Images in the CHM files

    I recently noticed that images are no longer displayed when I read a compiled help file (.chm).  There is a big empty space where the image should appear.

    I just noticed the problem today, but it could have been going on for a few weeks.  I say this because the SAME thing happens when I open an e-mail message that contains a picture in Outlook 2003 - no picture, just an empty area.  THIS problem lasts for a month or more.

    Some facts which may be relevant: 1) operating system is Windows 7 Home Premium, Service Pack 1.

    (2) it is completely up to date with Microsoft Updates.

    (3) the CHM files are associated with the Microsoft HTML Help executable

    (4) until a few weeks ago, no problem was obvious.

    (5) after that I reload problem

    (6) problem persists after as I clear my browser cache (long shot I know)

    (7) when I print a page from a CHM file, the image appears on the page printed as expected.

    (8) OTHER USERS ON THAT COMPUTER DO NOT HAVE THIS PROBLEM!

    I look forward to suggestions,

    Mark H.

    Thanks for your response, Mann

    I found the answer to my problem, and it's simple and infuriating at the same time.  It turns out that some time ago (months?), my Internet Explorer option to "View image" has been decommissioned (Tools > Internet Options > advanced > Multimedia > show pictures).  Because IE is not my default browser, I have not noticed.

    Now that I have activated "Show image", I can display images in IE, compiled Help Viewer and Outlook.  Obviously these other applications use IE as their html Viewer (why not?), and are under the same options, adapted to the internet, as the application host (bad idea!)

    Mark H.

  • BlackBerry App World Smartphones gives files of the application of the old version of whatsapp

    Hello

    First of all...

    • Your carrier-> OF Vodafone
    • Your BlackBerry model-> Bold 9700
    • Your BlackBerry OS (can be found in the Options->)-> v5.0.0.545
    • Version of App World (can be found by going to Options-> Advanced-> Applications)-> v1.1.0.33
    • If you have BIS or BES (personal use or business use)-> BES

    I bought Whatsapp about 2-3 weeks - at this point Whatsapp performed v2.1.

    A few days ago I resetet my camera (there were some problems with the connection to BIS) and wanted to install whatsapp worldwide app - download worked and everything has been installed very well - but app world give me the files to v2.0.1 but claims to be v2.2 - so whatsapp couldn't initial step correctly and does not work!

    I've already sent with the support of whatsapp and they say that it is a bug in the app world.

    Support WhatsApp: "Yes, it's a bug of AppWorld. He gives files of the application of the old version, but claims that it is the new version. »

    also take a look at these screenshots:

    http://www.lcd0711.de/Capture1.jpg

    http://www.lcd0711.de/Capture2.jpg

    Someone has any idea how to fix this?

    thanking you in anticipation

    Everyone - please read my response above. There is no formal AppWorld press here - zero. If the developer of the app wants to have users try to introduce the issue with RIM, only channel users to do so is through your official support - which is provided by your operator.

    Good luck.

  • a basic translation cannot create fmb files

    Hello

    Windows server 2008 R2 Enterprise (64-bit)

    Oracle 11g version 11.2.0.1.0

    -------------------------------------

    After installing TranslationHub 11 g 11.1.2.0, I want to create a basic translation, but unfortunately I can't make it happen!

    When I read http://www.oracle.com/technetwork/developer-tools/forms/oracletranslationhub11g-198892-en-gb.pdf and exactly 6 page, creating a basic translation.

    When I follow the steps

    and when I click on the button "select files...". " of the dialog"import base language files', I find as a file type choice *.rex only. Or I want to do from a .fmb file.

    How can I fix this please.

    Thank you.

    Hello

    It is now ok for this problem.

    I went on another computer that has windows Server 2003 32-bit as a system.

    I should mention that we had a connection problem between TranslationHub and Oracle installation on the windows 64-bit computer.

    Kind regards.

  • Install PT8.53 with Linux question: Application Server Tuxedo cannot start

    People,

    Hello. I install PeopleTools 8.53 with the server database Oracle 11 GR 1 material and OS Oracle Linux 5. WebLogic Server and Oracle database server running properly.
    Data Mover Bootstrap and application designer can connect to the instance of database successfully.

    I installed the tuxedo11gR1 application server correctly. I have set up and start the PT8.53 domain as below, but it will not start.


    [user@mylinux PT8.53] $ export ORACLE_HOME = / home/user/OracleDB_Home
    [user@mylinux PT8.53] $ export TUXDIR = / home/user/Oracle/Middleware/tuxedo11gR1
    [user@mylinux PT8.53] $ export PATH = $TUXDIR/bin: $PATH
    [user@mylinux PT8.53] $ export LD_LIBRARY_PATH = $TUXDIR/lib: $LD_LIBRARY_PATH
    [user@mylinux PT8.53] $ export LD_LIBRARY_PATH = $LD_LIBRARY_PATH: / home/user/Oracle/Middleware/tuxedo11gR1/lib
    [user@mylinux PT8.53] $. ./Psconfig.sh
    [user@mylinux PT8.53] $ cd appserv
    [user@mylinux appserv] $. / psadmin

    Fast configuration menu - field: PT853
    ----------------------------------------------
    Characteristic parameters
    ==========                    ==========
    (1) pub/Sub servers: Yes 16) DBNAME: [PT853]
    (Server 2) Quick: No. 17) DBTYPE: [ORACLE]
    (Query servers 3): n ° 18) username: [MyID]
    ((4) shock: Yes 19) UserPswd: [mypass]
    ((5) Jolt relay: No. 20) Networkid: [PT853]
    ((6) WSL: Yes 21) AddToPATH: [/ home/user/OracleDB_Home/bin]
    (Debugger 7) PC: Yes 22) ConnectID: [people]
    (Event notification 8): Yes 23) ConnectPswd: [people]
    [((9) MCF servers: Yes 24) name of the server:]
    (10 assembler) Perf: No. 25) DomainConnectPswd: [myconnectpwd]
    ((11) Analytics servers: Yes 26) Port of WSL: [7000]
    (Bridge 12) areas: No. 27) JSL Port: [9000]
    (28) JRAD Port: [9100]


    Actions
    =========
    (13) load config as shown
    (14) custom configuration
    (15) the settings of the environment
    (h) aid for this menu
    (q) to return to the previous menu


    Enter the selection (1-28, h or q): 13


    -------------------------------
    Field of PeopleSoft Boot Menu
    -------------------------------
    Domain name: PT853

    (1) boot (start of production)
    (2) parallel boot
    (q) quit

    Command to run (1-2, q) [q]: 1

    Archive a copy of the configuration of the field of /home/user/psft/pt/8.53/appserv/PT853/Archive/psappsrv.cfg
    Attempt to start display...
    tmadmin - Copyright (c) 1996-2010 Oracle.
    Parties * Copyright 1986-1997, RSA Data Security, Inc.
    All rights reserved.
    Distributed under license by Oracle.
    Tuxedo is a registered trademark.
    There is no Bulletin Board. Enter the boot mode.

    > INFO: Oracle Tuxedo, 11.1.1.3.0, 64-bit Version, Patch level (none)

    Starting process of the admin...

    exec BBL - one:
    process ID = 4889... Has begun.
    1 started process.
    Fixing the active Bulletin Board.

    > Attempt to start...
    INFO: Oracle Tuxedo, 11.1.1.3.0, 64-bit Version, Patch level (none)

    The server process starting...

    exec PSWATCHSRV o ./LOGS/stdout e ./LOGS/stderr - A - ID - 164367 d PT853 s PSWATCHSRV:
    process ID = 4895... Has begun.
    exec PSAPPSRV o ./LOGS/stdout EI ./LOGS/stderr [email protected] - d PT853 s PSAPPSRV:
    CMDTUX_CAT:1685: ERROR: initialization of Application failed

    tmboot: CMDTUX_CAT:827: ERROR: fatal error occurred; launch the user error handler

    exec tmshutdown - qy

    --------------------------------


    The current server log file shows no errors. Nicolas is the website http://gasparotto.blogspot.com/2008/01/on-peoplesoft-road-application-server.html/.
    I did almost the same with hers. It can start Appserver with 9 process. But I get the above error.


    My question is:

    Can any folk fix the error above to start the Application Server PT853 domain?

    Thank you.

    user8860348 wrote:

    ...

    PSAPPSRV.6218 (0) [2013-10 - 03T 13: 54:50.376] (1) GenMessageBox (0, 0, M): Signon database : invalid user or password database signon ID. (id = MyName)
    PSAPPSRV.6218 (0) [2013-10 - 03T 13: 54:50.379] (0) server could not start
    PSADMIN.5971 (0) [2013-10 - 03T 13: 54:58.754] (0) attempt to end on the PT853 field boot

    My question is:

    I use 'myName' and 'mypass' for a connection to Oracle database SQL connection and operating system Linux, PeopleTools owner and pwd. Each of them works correctly...

    This must be a user of the application, not the user Oracle or OS or. But a user of the application like the PS or VP1 which must exist in the table PSOPRDEFN with role to start AppServ.

    Nicolas.

Maybe you are looking for

  • remove the unwanted app IOS 10

    I did the latest iPhone OS update my iPhone 5 c and have an undesirable application that has just been published. How can I remove that or any unwanted apps? Thank you The Duke

  • Where is the HDMI output on Alpha 6300

    Apparently, there is a HDMI video output on thr Alpha 6300 camera, but for the life of me, I can't find and the user manual or online help seem to refer to it. Am I wrong in thinking that it is an option?

  • Hard drive on the Satellite L450-136 with Win7

    Hi guys all ideas welcome on this strange anomaly, the last time I check, I had used less than half of the available hard drive space, I only download on it very often. Today, I got a warning from Windows telling me that I have only 64 MB of space, o

  • u verse and fax

    HP Officejet 6500 Windows7 After installation of the AT & T U-Verse phone service I have this problem: the "Auto answer" function to receive faxes no longer works. I can receive faxes by manually by pressing 'Accept' the number of rings is equal to 3

  • Tried to install the SP1 for Windows 7 Ultimate 800F0904 error Code

    upgrade to the premium. I get the error: Code 800F0904. I tried troublshooter and the different solutions that didn't work. Can someone help me solve this problem?