Print server multiple on a single instance of the Apex

Hello!
I find no particular reason why an instance of Apex (4.1) only has a definition of print (FOP or BI) Server?

In many cases, I prefer to use Apache Cacoon and in some cases Birt/Jasper reporting solution (ready made reports).
Am I missing something?
RG,
Damir Vadas

Hello

You configure a server in the instance settings.
You then use the report attributes Print Print Server overwrites the value different server for specific reports.
http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21674/bldapp_rpt.htm#sthref1392

Kind regards
Jari

http://dbswh.webhop.NET/dbswh/f?p=blog:Home

Tags: Database

Similar Questions

  • Using a single server for Multiple Instances of the APEX HTTP

    Our company DBA asked if it would be possible to outsource the server part of HTTP of APEX from DB servers. In other words, it would be highly preferable as DB servers * only * start the Oracle database software.

    We know that we can install the HTTP server on another box, but in thinking how to that, we were wondering if it's really necessary to create a separate HTTP Server installation for each instance of the APEX. What we would really like to do, is have a HTTP server for all our our boxes of Dev and several (but not one) for each of our superior environments; implementation stage, qa, prod, etc..

    Right now, each instance has a file single dads.conf on every box of DB. So, if we we to try to consolidate, we need some way to incorporate several dads files and associate each correct instance.

    Someone has already done this or (preferably) to have some examples?

    Thank you

    -Joe

    The second page on the link provided José begins immediately with the "Configuration of several databases".

    Yes, you can consolidate permanently. It is a common practice that was also available with Apache/mod_plsql, OSH and now with APEX earphone 2.

    Thank you

    Jorge

  • Multiple instances of the APEX version share the same House of Oracle?

    Hello

    I'm working on the database oracle 11.2.0.2

    I have 2 instances DEV and PROD sharing the same oracle home.

    For the moment, the apex version is identical to 2 instances (4.2.1.00.08) and installed together with the embedded PL/SQL gateway.

    is there a potential problem for upgrade only version apex for the dev to 4.2.6 instance?

    concerning

    JM

    jmniard wrote:

    I'm working on the database oracle 11.2.0.2

    I have 2 instances DEV and PROD sharing the same oracle home.

    For the moment, the apex version is identical to 2 instances (4.2.1.00.08) and installed together with the embedded PL/SQL gateway.

    is there a potential problem for upgrade only version apex for the dev to 4.2.6 instance?

    An instance of the APEX using EPG exists entirely within the database once it is installed. External dependencies only would be on the scripts of utility provided with the installation media. Extract the installation files to the version files in a subfolder of the APEX of the ORACLE_HOME (apex/4.2.1, apex/4.2.6 etc.), to ensure you have access to the 4.2.1 and 4.2.6 install files so that should need you to execute a utility script (apxchpwd.sql for example) that you are running the correct for the involved database version.

  • How to make a single instance of the application regardless of the main application and the other entry point for the application

    Hello experts,

    I explain the sceniro of my application. My request is mainly a time system as well as some other features related businesses. My app has a landing screen which is actually a custom made calendar that accumulates information captured time. There is also a time where entry screen user at will has worked time and other related information. The user has the option to run the application manually at the entrance of the time and see the reports and there the event listener to follow the events of call/SMS/e-mail that invokes the application automatically and user to the scree of time entry.

    Problem one: I used headphones to follow the events of call/SMS/e-mail. When an event is called, alternet point of entry of the application the application is running. Application then get calls time, contact information etc. and push my entry screen with pre-filled information time.

    As such, it works very well, as expected, but the problem is the number of instence that he is creating. Each track event creates a new instance of the application. I want to keep only one instance.

    Two problems: to solve this problem, I removed the other point of entry and RuntimeStore to keep the running instance of my application. This instance of the application in a way keeps in singletone as such when the listener calls the application it finds that the application is running in the background. Then she moves the application to the foreground. It works very well, I mean the application user interface called on the foreground, but he won't have to time entry screen automatically as I hope. The block of code is as follows,

    public static final long applicationID =0x8ddc44508679bd5bL;
    static NSIApplication NSIInstance=null;
    RuntimeStore runtimeStore = RuntimeStore.getRuntimeStore();
    
    if (NSIInstance != null)
                {
                    NSIInstance.requestForeground();
                }
                else
                {
                    synchronized (runtimeStore)
                    {
                        NSIInstance = (NSIApplication)runtimeStore.get(applicationID);
                                            //listener initialization
                        NSIListener.Initialze();
                    }
    
                    if (NSIInstance != null)
                    {                   NSIInstance.requestForeground();
                                        //event's info manipulation and push the time entry screen                                     NSIInstance.RUN_NSIApplication();
                    }
                    else
                    {
                        NSIInstance=NSIApplication.getInstance();
                        NSIInstance.RUN_NSIApplication();
    
                        synchronized(runtimeStore)
                        {
                            runtimeStore.put(applicationID, NSIInstance);
                        }
    
                        NSIInstance.enterEventDispatcher();
                    }
                }
    

    I expect a guideline to follow so that I can reach the expected my workflow. Thanks in advance

    I can't propose to use the runtimestore to store instances of the application, as it was used on an example RIM, he has never worked for me.

    I suggest to use a single point of entry and the automated screen using a global event or status in the runtimestore.

  • Start several Instances of ABC to a single Instance of the EBS provider

    Dears

    Currently an initiative of integration, we are integrating next design flow:

    (1) we have a single applicant request; We design the related ABC applicant
    (2) we use on single EBS. We use the EBS synchronization operation
    (3) we have 2 provider ABC

    Our business requirement is:
    If a single message is derived from the application of the applicant by the applicant, ABC, it must be published both applications via ABC provider provider components. In fact an instance of ABC single applicant will create, only one instance of the EBS and 2 provider ABC instance created

    Can you please suggest how we can design the EBS service in such a way that 2 instances of provider ABC will be created from single instance of EBS

    Thanks in advance

    Best regards

    Mohamed Chargui

    The answer to your question is Yes, one Ombudsman can invoke two service calls at the same time as well.
    First of all, define your service references in the composite.xml
    Once you have done this, you can add any number of routing rules for each operation defined in the Ombudsman. In your case, you need to add two static routing rules within the same operation in the Ombudsman file. You can also select if the calls will be sequential or parallel by selecting the correct value in the drop down within the routing rule. Each routing rule will call a service reference in your case.

  • single instance of the concurrent program

    How limiting it is only 1 instance of simultaneous application of a simultaneous to run at a time program already?

    for example, if the simultaneous program need exclusive access to a table, how can limit us only 1 instance of the simultaneous program is running?

    Currently, we are trying several bank statement loader (cash management module) and we suspect this program 2 charger fights for single temporary table: ce_stmt_int_tmp

    Do the incompatible competitor with itself

    Cannot make Incompatible concurrent programs with himself (Doc ID 436186.1)

    HTH
    Srini

  • Ensuring a single instance of the sound

    I have this code:

    var mySound:Sound = new Sound();

    var myChannel:SoundChannel = new SoundChannel();

    var lastPosition:Number = 0;

    mySound.load (new URLRequest("audio/audio1.mp3"));

    pause_btn.addEventListener (MouseEvent.CLICK, onClickPause);

    function onClickPause(e:MouseEvent):void {}

    lastPosition = myChannel.position;

    myChannel.stop ();

    }

    play_btn.addEventListener (MouseEvent.CLICK, onClickPlay);

    function onClickPlay(e:MouseEvent):void {}

    myChannel = mySound.play (lastPosition);

    }

    stop_btn.addEventListener (MouseEvent.CLICK, onClickStop);

    function onClickStop(e:MouseEvent):void {}

    SoundMixer.stopAll ();

    }

    Everything works well: when I click on the play button it starts and takes the sund. But if I accidentally press the buttun to start twice he brings two simultaneous is heard. How can I make sure that only 1 instance of the sound plays?

    Thanks for any help.

    use:

    var isPlayingBool:Boolean;

    var mySound:Sound = new Sound();

    var myChannel:SoundChannel = new SoundChannel();

    var lastPosition:Number = 0;

    mySound.load (new URLRequest("audio/audio1.mp3"));

    pause_btn.addEventListener (MouseEvent.CLICK, onClickPause);

    function onClickPause(e:MouseEvent):void {}

    lastPosition = myChannel.position;

    myChannel.stop ();

    isPlayingBool = false;

    }

    play_btn.addEventListener (MouseEvent.CLICK, onClickPlay);

    function onClickPlay(e:MouseEvent):void {}

    {if(!isPlayingBool)}

    myChannel = mySound.play (lastPosition);

    isPlayingBool = true;

    }

    }

    stop_btn.addEventListener (MouseEvent.CLICK, onClickStop);

    function onClickStop(e:MouseEvent):void {}

    SoundMixer.stopAll ();

    isPlayingBool = false;

    }

  • How to make a backup of the database with RMAN Oracle Single Instance

    People,

    Hello. I use the server of Oracle 11 GR 1 material with operating system Oracle Linux 5.10 database.

    I understand how to back up the database instance in SQL Server with Windows. But do not really understand how to back up the database instance in Oracle on Linux.
    I did it cold and hot backup for the database HRCS90 instance, but both receive the same error message.


    Cold backup is below:

    SQL > startup
    ORACLE instance started.

    Total System Global Area 538677248 bytes
    Bytes of size 2146024 fixed
    528482584 variable size bytes
    4194304 buffers of data bytes
    Redo buffers 3854336 bytes
    Mounted database.
    Open database.


    SQL > shutdown immediate
    The database is closed.
    The database is dismounted.
    ORACLE instance stops.


    RMAN > backup database;

    From backup 25 November 13
    using the control file of the target instead of recovery catalog database
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup command to the 25/11/2013 14:26:52
    RMAN-06171: not connected to the target database


    RMAN > backup HRCS90

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00558: error occurred during parsing of order entry
    RMAN-01009: syntax error: found 'distinctive sign': expected an of: ' archivelog, auxiliary, as, backup backupset, blocks, channel, check, copy, copies, controlfilecopy, cumulative, current, basic data, datafile, datafilecopy, device, diskratio, db_recovery_file_dest, db_file_name_convert, duration, filesperset, for, format, from, full, strength, file, incremental, keep, (, maxsetsize nochecksum, noexclude, nokeep, not, proxy, pool, re-use, recovery, section, skip). ', spfile, skip readonly, setsize, tablespace, tag to validate.
    RMAN-01008: the identifier of the AfDB was: HRCS90
    RMAN-01007: line 1 column 8 file: entry standard


    RMAN > backup database HRCS90

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00558: error occurred during parsing of order entry
    RMAN-01009: syntax error: found 'distinctive sign': expected an of: ' archivelog, auxiliary, backupset channel, copy, controlfilecopy, backup, common, base data, data file, datafilecopy, remove, diskratio, db_recovery_file_dest, filesperset, format, force, file, include, keep, (, maxsetsize, noexclude, nokeep, not, pool, more reuse, recovery, section, skip, spfile, pass readonly, setsize, tablespace, tag, to).
    RMAN-01008: the identifier of the AfDB was: HRCS90
    RMAN-01007: line 1 column 17 file: entry standard

    While the instance of database HRCS90 is starting, I do hot backup by using the same commands and get the same error message with above cold backup.

    My question is:

    Can any folk tell me specific steps (order by order) to back up a single instance of the database in Oracle with RMAN?


    Thank you.

    Yes, you can restore and recover the backup, but not at the moment. You will only be able to restore and recover at the time of your backup.

    For example.

    If you take backup (mount point with no mode of journal archive) at 06:00 and your grave database crashes at 21:00, you will be able to restore and recover until 06:00. You will find all the changes made to the database between 06:00 and 21:00.

    If you want your database to recover until 9 PM or until a point in time, then you must put your database in log mode archive, and then save the archives.

  • Dev to create and test instances of the Summit on the same server and database

    I have a dev and instances of the Apex on different servers of prod. I want a test instance on the same server as the instance of dev.

    I use workspace import/export so all the workspaces instance have the same id of the workspace. The application ID is the same on each instance in the same workspace. This allows the pages to be exported or imported in the case of differenct.

    My question is (I'm sure it's obvious) I can have several instances of the Apex on the same database (dev and test) and have each the same instance ID workspace, etc..

    Sam

    .. often I have multiple instances of the Apex on the same database (dev and test) and I each instance have IDS of the same workspace...

    No, there can only be one Application Express instance in a database.

    Scott

  • Assessment capabilities of Windows print server for a large company automated printing solution...

    Hello

    I need a solution to print server for a large organization. Need your help in evaluating Windows print management for this purpose.

    The case:

    A centralized system correspondence generation will produce a "zip of PDF files" to print in various branches around the world. I expect to send the zipOfPDF to a centralized, Windows print server. From there on, it should be forwarded to respective branch local windows print server. I expect the following system:

    1. the centralized windows print server must be able to read zipOfPDFs and associated metadata.

    2 centralized windows print server must be able to route (spool) the zipOfPDF to respective branches (metadata will include details of the branch). (Indicate if the custom coding is necessary for her or can be supported out of the box?)

    3. local windows print server receive the zipOfPdf and extract the metadata.

    4. extract the zip file and extract the files PDF.

    5 read the metadata and move to designated PDF printer files (metadata will be printer details)

    6 set the priority of print according to the metadata set. (The metadata will be priority printing details).

    7. create a record/report after printing the zipOfPDF.

    Indicate if

    1. it can be supported by the Windows print server instead of first? What operating system/printing system will be necessary?

    2. If so, is - all of this can be supported by out-of-the-box configurations?

    3. If no, what any custom coding may be needed and technology?

    4 propose a scheme of it if possible.

    Thank you and best regards,

    MILIN

    + 91 9911523045

    Hello

    The question you posted would be better suited in the TechNet forums.
    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • Server 2008 - adding the role of print server to access the tools of PrintBRM?

    Hello

    I have Windows Server 2008 with about 50 + printers currently installed. This server is configured to use Terminal Server services.

    I want to access the PrintBRM tool to export this configuration for the additional Terminal servers, but I don't have the active print server role.
    If I add the role of server printer so I can use PrintBRM, will this affect my configuration current impression? I will start adding printers through print management?
    I appreciate the help!

    Figured it out.

    Another server in 2008 with the role of print server already installed can remotely back up and restore a Server 2008 configuration of the printer using printbrm.
    Backup:
    %windir%\System32\Spool\Tools\PrintBRM s------nom_ordinateur_source b f filename.printerExport
     
    Restoration:
    %windir%\System32\Spool\Tools\PrintBRM s-nom_ordinateur_destination - r f filename.printerExport

     
    Help:
    %windir%\System32\Spool\Tools\PrintBRM /?

  • I can't find the ip address of the print server on my router, DHCP clients

    I got the wireless-g WPS54G print server at a yard sale and have downloaded the Setup Wizard.  Everything looks fine until step 7, select print server.  Could not find anything.

    Before that, I tried to access the print directly through its ip address server, but can't get it.  I checked all the IPS on the main router and found everything except the print server.

    Everything is setup, more than once, exactly as defined in the steps of the installation wizard.

    I have Windows 7 and a computer laptop 64 bit.

    Any suggestion would be great.  I already spent 2 hours on this thing and am determined to make it work.  All the lights on top of the blink/light print server as it should when they should.  I was not wireless yet, still trying to get this Setup program.

    Thank you

    Chris

    Connect to the print server with the Ethernet cable to the Ethernet port on the router.

    Press the reset on the print server for 15-20 seconds.

    You could get the printer test page, mentioning the IP address of the print server.

    If this is not the case, the print server and the router to power cycle.

    Open the router setup page and check if you have the IP address of the print server in the DHCP client table.

  • Installation Wizard is unable to detect my print server

    Hi, I just bought a print server WPSM54g, I have ejecuted the installation wizard and I'll put up the product for the first time. In step 6, that the wizard does not detect the print server and I can't go any further with the installation.

    I downloaded the new version of the wizard, but the same problem appeared.

    I will appreciate if someone can help me solve this problem. I am running Win XP SP3, the printer is an Epson CX3900 Multiuse (latest drivers installaded) and I have a Linksys WRT54g wireless router.

    Thanks in advance.

    Connection: Printer ==> ==> router print server... Make sure that your printer drivers are installed...

    Check the settings of your wireless router wireless, follow the link here

    (1) for the installation of the print server, open your router configuration, click on the 'Status' tab and go the 'Local area network', under LAN sub-tab click DHCP Client table and find the IP address of the print server...

    (2) enter the IP address in the IE address bar and press ENTER, it should encourage user and the password for the print server... Enter the default admin password (if you have changed the password enter the password), and then click OK... You shoul see the configuration of the print server page...

    3) click on the Wireless tab and enter your network name/SSID and WEP/WPA security settings... Make sure you have wireless settings are identical on both devices (router and print server), if they are not identical, they communicate... Save the settings once...

    4) click the Protocol tab and select use the following IP address and enter IP address: 192.168.1.70(assuming votre routeur est 192.168.1.1) subnet mask: 255.255.255.0 Gateway: 192.168.1.1 and click Save...

    (5) wait 30 seconds and close IE and re - open, see if you can open the configuration of the print server with it of new IP Address (192.168.1.70) and click OK... Double check the wireless settings and see if it matches your router...

    (6) disconnect the Ethernet cable from your router to your print server... Unplug the power cable from printing to serve, wait 30 seconds, unplug the power cable from the router, wait 30 seconds, connect the power cable to your print server, wait for 30 seconds and connect the power cable to your router... Your print server must be configured by here...

    (7) to double check open th IE and enter the IP address of the print server and see if you can get to the configuration page... If so, your print server is configured... If this is not the case, see step 3...

    (8) now to launch the CD and select Computer Configuration and follow the instructions (if you are prompted for any IP address, remember to enter the IP address of the printer server)... Once this is done... restart the computer and see if you can print... Run the CD on the rest of the computer from where you need to print...

  • WPSM54G cannot find print server and not able to print the test page

    After several days of trial and error I am so far I'm willing to give up and put this peace of equipment for sale. It is my last attempt to find a solution.

    I have a Canon MP510 printer connected to the print server and I managed to configure the print server so that it establishes a wireless connection to the router. I can see the ip address assigned to my router print server and I can log on to the configuration of the print server page.

    When I want to set up your computer (software print copy of the Canon MP510 print server) I can not complete the wizard. Step 1 is successful. It shows the print server and the MP510 related to port 1, but in step 2, I get a message that the print server can not be found.

    I looked on the forums how to solve. I already tried a fixed ip address to configure the printer manually but not any which solution worked.

    Your print server must be set to a fixed IP address, try this IP address: 192.168.1.78... Disconnect ethernet cable between your router and the PS... Both devices power for one minute cycle... Follow the link here after changing the IP address on the PS...

  • The print queue status is displayed as "offline" on a Windows 2008 R2 Print Server.

    The fix in this article KB http://support.microsoft.com/kb/946198/ corrects this problem for windows 2003 SP2 print server.  The same exact symptom occurred in my windows 2008 r2 print server.  Is anyone is aware of the fix for the version of windows 2008 R2?

    It is a Forum of Vista.  For more information on servers, please repost the following:http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windows.server.general&cat=en_US_9741c575-ec92-42f8-85ba-00dfe1483cf5&lang=en&cr=US where Server experts will be happy to help you.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

Maybe you are looking for