Ctxsrv on a different server then the database?

Hi,
I have a table with a column containing a full file path to
documents stored out on the server. This column has a text index
on it with datastore=BFILE
Now the customer wants to move the database to a dedicated db-
server, and the problem is that from this server it would not be
possible to see the documents referred to from the indexed
column.
I had an idea to keep the ctxsrv-process running on the original
server ( where all documnts are accessible ) and log on to the
database over Sql*Net.
I managed to set this up but when I try to index documents I end
up with a lot of "DRG-11513: unable to open or write to file"
Is this setup impossible?, any ideas on how to deal with this
problem?
regards /Curt

Hi,
ctxsrv is for further releases not longer supported and you have
to use ctx_ddl.sync and this has to run on the database site.
So if you are not allowed to map the filesystem then
I think the nicest method is to use URL_DATASTORE and got the
files via a weblistener from your 'file store server'.
Cheers
Thomas

Similar Messages

  • Can I make another website using iWeb,then publish it to a different server through the SMTP panel on iWeb

    Can I make another website using iWeb, and then publish it to a different server through the SMTP panel on iWeb, even though I have a website published on mobile me, can I just use the SMTP engine to publish a different site but to a different server, that's the question I'm asking. I'm hoping for a quick reply. Thank you for your time in reading this.

    Yes.  You can do it one of two ways: 
    1 - select FTP Server in the Publish To menu (click on the site folder to get to the options) and enter the FTP address, username and password and publish as you would if using MMe.
    2 - select Publish to Folder and publish. Use a 3rd party FTP client like  Cyberduck to upload the site files to there server using the FTP address, etc.
    OT

  • How data flow when SSIS packages are run on a different server than the DB server

    The scenario is that i have a dedicated SQL SErver 2014 SSIS machine that executes the packages.
    The database server is a separate machine with SQL Server 2008R2.
    1) Running SSIS packages that transfer data within SQL Server 2008R2 (same machine)
    2) Running SSIS packages that transfer data between 2 separate SQL Server servers.
    How the data flow in these two cases and what resource is being used where? (cpu,disk,ram,network)
    Elias

    When you have a dedicated SSIS server, all data read flows to that server, is processed using the resources of that ETL server and then sent back over the network to the destination server.
    It doesn't matter if source and destination are the same server. If you use a data flow, all data flows over the network twice.
    The only exception is when you don't use a data flow, but only SQL statements. In that case, data flows only between source and destination.
    MCSE SQL Server 2012 - Please mark posts as answered where appropriate.

  • Displaying data on a different level then the allocation check

    Hi
    we are creating sales orders in R/3 and executing a sales order check based on a planning area in APO.
    this check is done on Product / sold to, because that is the level where teh forecast is entered.
    However, one sold to can contain different ship to's. so because of disagregation, it is randomly done over the ship to's.
    What we want to obtain is that the when the allocation check is done and the orders is in APO via the CIF, the data is displayed on product sold to, ship to like in the sales order while the check to see if there is enough quantity can remain on product sold to.
    Do you have any ideas?
    Tommy

    Tommy,
    Please elaborate on your problem.
    I assume you are talking about the Planning book used for Allocations; please confirm.  If the only CVCs in your Allocation planning book and your Product Allocation Group are 'Product' and 'Sold To', then 'ShipTo' (and ShipTo disaggregation) is irrelevant.  Product Allocation only considers the CVCs that have been created.  In this case, multiple ShipTos against a single SoldTo are 'first come first served' until the SoldTo Incoming Orders qty reaches the SoldTo Allocation Qty.
    It is possible to include ShipTo in your Allocation Group and Allocation Planning Area in addition to SoldTo; this is a fairly common solution.  If you do so, you will THEN have to consider ShipTo Disaggregation issues.  Since this seems to be a negative issue for you, I would recommend against it.
    Best Regards,
    DB49

  • Connection from the web server to the database which is situated in another machine.

    Thanks for the reply.
    I need to know, whether there shold be a physical connection between the web server and database machine? or can we connect to the database machine through the web, if the database machine has a domain name? if there is a physical connection, we can use the jdbc/odbc connection. but if we are connecting through the web, how can I estblish the connection using a JDBC/ ODBC connection?
    Regards,
    George

    As long as there's a network connection between the two machines, you should be able to make the connection. I'm not sure what the difference between a 'direct connection' and a 'connection through the web' is-- are you actually running a network cable from one machine to another?
    When you cannot make the connection, are you able to do a 'tnsping' on the target database?
    When you say 'connecting through the web', is it possible that you're going through a firewall? If so, the firewall may be blocking the ports you need to communicate on.
    Justin Cave
    ODBC Development

  • Stop database instances and restart server without the databases to start.

    We run Oracle database-server 10 enterprise edition release 10.2.0.4.0 64 bit pl/sql release 10.2.0.4.0 production.
    How do i restart the servet without the databases to restart f. eks using enterprise manager.

    I think what you need to do is go into the oratab file and mark each database set to be started automatically on boot up to not be set to auto-start. When done doing whatever you are doing now you would need to reset the indicator to Y. I do not think you would do this via EM.
    We have all our database set to not auto-start and have our own start scripts that run a series of startup action scripts. This was for our system administrators who did not want Oracle in the way when they applied patches or made hardware changes that required re-booting and the start-up action scripts load and pin large objects into the shared pool on startup before the database is in use by the applications.
    HTH -- Mark D Powell --

  • Xmldom.writetofile - writes it only in the server where the database is....

    Is there a workaround that i can create the xml file outside the database server?

    You can use java or whatever client technology tools you are using should support some sort of XML processing.

  • Execute Authority Check With an different User then the logged on one

    Hello,
    is there any possibilty to make the command "AUTHORITY-CHECK" with another user then the user which is actually logged in into the system.
    For Example: my Username "USER1".
    Login with user "USER1".
    Run ABAP Pogramm to check if user "USER2" has the autority for an auth. object per command "AUTHORITY-CHECK".
    Thanks for all Ideas.
    Best Regards
    Marcus

    Try the FM AUTHORITY_CHECK!
    Cheers,
    Ramki.

  • Runnin oracle apex on a different server to the main production database

    Hi,
    I'm new to apex. I have a large prod db 20TB+. We want to have some sort of a simple frontend to our data warehouse. We would like to use apex.
    However we do not want to install APEX schema's etc in our production database.
    What we want to do is to install apex binaries and a dedicated database for APEX schema's on a seperate server. Then use this installation to run UI's for our main production database.
    Is this sort of confirugation possible.
    Thanks and regards,
    Pritesh
    Edited by: jainprit on Nov 7, 2010 10:29 PM

    Well yes, you can use database links to access your DWH tables/views from your APEX Database.
    Search the forum, there should be plenty of threads dealing with database links and APEX.
    brgds,
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

  • Why i get different value when subtractin​g two elements of different arrays then the actual value in a timed loop

    Hi Everyone
    I have a probem in substracting the two elements of two different  1-D arrays. The problem is, I am taking out data from a CCD camera which gives me data in form of 2-D array. So i select 1-D array out of it. Now this CCD output is in a timed loop, hence i am getting data in each loop. I select a perticular array output of the CCD and this is then passed to shift register and in all the loops later on, one of the element of the output array of the CCD is substracted from the same indexed element of the selected array. For reference i have pasted the snap shot of the block diagram. In this snap shot you see three probes. The value at the prob 1 is 232, at probe 2 is 255 and at 3 is 4294967273, where as actually i sould have a value of -23 since i am substacting prob 1 and probe 2 values. Since the value of probe 2 will always remain at 255 as i have fixed it by choosing an array form CCD and i checked the value of probe 1 which never goes above 255 so why do i get this false value here.
    Can you please help me in problem.
    Regards
    Chauhan
    Attachments:
    clip_image0011.gif ‏15 KB

    Your data is U32 (unsigned integer) which does not have negative values. According to unsigned integer math, "negative" results will wrap.
    You need to work in a datatype that is appropriate for what you want to do. How many significant bits do you have in the raw data?
    Message Edited by altenbach on 03-17-2008 11:15 AM
    LabVIEW Champion . Do more with less code and in less time .

  • WHy SAP PI Needs different server then R/3

    I am new to SAP PI. I have following queries:-
    1. Why cannot we install sap pi so same server as that of sap r/3.
    2. What are the server requirements for installation of SAP PI 7.4 dual stack.
    request gurus to put some light on these two queries.
    Thanks in advance

    Hi Nav,
    1. Why cannot we install sap pi so same server as that of sap r/3.
         From Personal experience - SAP PI is a integration server.
    If they need to take down your r/3 system box and your entire integration goes down. All communication
    We also might open ports and IP's for the integration box that you might want open on the r/3 box.
    You have more control and up time if your are on 2 servers.
    Those were just from experience and i know SAP recommends that you have 2 servers and not 1 for both.
    2. What are the server requirements for installation of SAP PI 7.4 dual stack.
    Please see links below.
    Installation Options for Process Integration and Orchestration Use Cases
    Hardware Requirements
    Hardware requirement for install PI 7.3
    Download and Installation of Process Orchestration 7.31
    Process Orchestration Install
    Regards,
    Jannus Botha

  • Can Labview drivers be on a different drive then the C?

    I want to put the drivers on a different drive is this possible?  Thanks

    justified wrote:
    is this possible?
    Possible, probably yes - just point the installation to another drive.
    Desirable, I would guess not, because things work best in their default location.
    However, if you want to install everything (including LabVIEW itself) to a different drive, you should probably not have any problems.
    Try to take over the world!

  • Actionlistener in different class then the button

    hello,
    i am stuck on this piece of code and i think somebody here will be able to help me out :).
    i have these classes.
    ButtonPanel, Test.
    in the buttonpanel i have a few buttons, but the actionlistener is an innerClass in Test.
    when i want to add one of my actionlisteners in my ButtonPanel class the compiler cannot resolve symbol.
    this is a snippet of code:
    the buttons in buttonpanel class:
    btnStart = new JButton("Start");
    btnStart.addActionListener(new startActionListener());
    btnStop = new JButton("Stop");
    btnStop.addActionListener(new stopActionListener());
    btnTest = new JButton("Test");
    btnTest.addActionListener(new testActionListener());The actionlisteners in Test class:
    public class startActionListener implements ActionListener{
    public void actionPerformed(ActionEvent e){
    java.awt.Toolkit.getDefaultToolkit().beep();//werkt niet
    public class stopActionListener implements ActionListener{
    public void actionPerformed(ActionEvent e){
    java.awt.Toolkit.getDefaultToolkit().beep();//werkt niet
    public class testActionListener implements ActionListener{
    public void actionPerformed(ActionEvent e){
    java.awt.Toolkit.getDefaultToolkit().beep();//werkt niet
    }so basically its just how do use actionlisteners in the class that extends from the JFrame, in stead of in de ButtonPanel class where the buttons are?

    URgent help need.
    i need to link the page together : by clicking the button on the index page.
    it will show the revelant class file. I have try my ationPerformed method to the actionlistener, it cannot work.
    Thanks in advance.
    // class mtab
    // the tab menu where it display the gui
    import javax.swing.*;
    import java.awt.*;
    public class mtab {
    private static final int frame_height = 480;
    private static final int frame_width = 680;
    public static void main (String [] args){
    JFrame frame = new JFrame ("Mrt Timing System");
    frame.setDefaultCloseOperationJFrame.EXIT_ON_CLOSE);
    frame.setSize(frame_width,frame_height);
    JTabbedPane tp = new JTabbedPane ();
    tp.addTab("Mrt Timing System", new sample());
    frame.setResizable(false);
    frame.getContentPane().add(tp);
    frame.setSize(680,480);
    frame.show();
    // index page
    // class sample
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.Image;
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.text.*;
    import java.text.*;
    import javax.swing.border.*;
    class sample extends JPanel implements ActionListener
    //button
    private JButton TimingButton;
    private JButton ViewButton;
    private JButton FrequencyButton;
    private JButton calculateButton;
    private CardLayout mycard;
    private JPanel SelectXPanel;
    private JPanel SelectYPanel;
    private JPanel SelectZPanel;
    private JPanel bigFrame, mainPane;
    // constructor
    public sample() {
    super(new BorderLayout());
    //create the object
    //create button and set it
    TimingButton = new JButton("MRT Timing Calculator");
    TimingButton.addActionListener(this);
    ViewButton = new JButton("View First and Last Train");
    ViewButton.addActionListener(this);
    FrequencyButton = new JButton("Show the Train Frequency");
    FrequencyButton.addActionListener(this);
    // Layout
    //Lay out the button in a panel.
    JPanel buttonPane = new JPanel(new GridLayout(3,0));
    buttonPane.add(TimingButton);
    buttonPane.add(ViewButton);
    buttonPane.add(FrequencyButton);
    // Layout the button panel into another panel.
    JPanel buttonPane2 = new JPanel(new GridLayout(0,1));
    buttonPane2.add(buttonPane);
    tfrequency x = new tfrequency();
    fviewl2 y = new fviewl2 ();
    timing z = new timing ();
    JPanel SelectXPanel = new JPanel(new GridLayout(0,1));
    SelectXPanel.add(x);
    JPanel SelectYPanel = new JPanel(new GridLayout(0,1));
    SelectYPanel.add(y);
    JPanel SelectZPanel = new JPanel(new GridLayout(0,1));
    SelectZPanel.add(z);
    // Layout the button by putting in between the rigid area
    JPanel mainPane = new JPanel(new GridLayout(3,0));
    mainPane.add(Box.createRigidArea(new Dimension(0,1)));
    mainPane.add(buttonPane2);
    mainPane.add(Box.createRigidArea(new Dimension(0,1)));
    mainPane.setBorder(new TitledBorder("MRT Timing System"));
    // x = new tfrequency();
    // The overall panel -- divide the frame into two parts: west and east.
    JPanel bigFrame = new JPanel(new GridLayout(0,2));
    bigFrame.add(mainPane, BorderLayout.WEST);
    //bigFrame.add(x,BorderLayout.EAST); // this is where i want to link the page
    // this page being the index page. there being nothing to display.
    add(bigFrame);
    //Create the GUI and show it. For thread safety,
    public void actionPerformed (ActionEvent e){
    if (e.getSource() == TimingButton ){
    JPanel bigFrame = new JPanel(new GridLayout(0,2));
    bigFrame.add(mainPane, BorderLayout.WEST);
    bigFrame.add(SelectZPanel,BorderLayout.EAST);
    add(bigFrame);
    else if (e.getSource() == ViewButton ){
    JPanel bigFrame = new JPanel(new GridLayout(0,2));
    bigFrame.add(mainPane, BorderLayout.WEST);
    bigFrame.add(SelectYPanel,BorderLayout.EAST);
    add(bigFrame);
    else if (e.getSource() == FrequencyButton ){
    JPanel bigFrame2 = new JPanel(new GridLayout(0,2));
    bigFrame.add(mainPane, BorderLayout.WEST);
    bigFrame.add(SelectXPanel,BorderLayout.EAST);
    add(bigFrame);
    // Train Frequency Page
    // class fviewl2
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.Image;
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.text.*;
    import java.text.*;
    import javax.swing.border.*;
    class fviewl2 extends JPanel implements ActionListener
    //Labels to identify the fields
    private JLabel stationLabel;
    private JLabel firstLabel;
    private JLabel lastLabel;
    //Strings for the labels
    private static String station = "MRT Station:";
    private static String first = "First Train Time:";
    private static String last = "Last Train Time:";
    //Fields for data entry
    private JFormattedTextField stationField;
    private JFormattedTextField firstField;
    private JFormattedTextField lastField;
    //button
    private JButton homeButton;
    private JButton cancelButton;
    private JButton calculateButton;
    public fviewl2()
    super(new BorderLayout());
    //create the object
    //Create the Labels
    stationLabel = new JLabel(station);
    firstLabel = new JLabel (first);
    lastLabel = new JLabel (last) ;
    //Create the text fields .// MRT Station:
    stationField = new JFormattedTextField();
    stationField.setColumns(10);
    stationField.setBounds(300,300,5,5);
    //Create the text fields // First Train Time:
    firstField = new JFormattedTextField();
    firstField.setColumns(10);
    firstField.setBounds(300,300,5,5);
    //Create the text fields //Last Train Time:
    lastField = new JFormattedTextField();
    lastField.setColumns(10);
    lastField.setBounds(300,300,5,5);
    //Tell accessibility tools about label/textfield pairs, matching label for the field
    stationLabel.setLabelFor(stationField);
    firstLabel.setLabelFor(firstField);
    lastLabel.setLabelFor(lastField);
    //create button and set it
    homeButton = new JButton("Home");
    //homeButton.addActionListener(this);
    cancelButton = new JButton("Cancel");
    cancelButton.addActionListener(this);
    calculateButton = new JButton("Get Time");
    // Layout
    //MRT Station Label // insert into the panel
    JPanel StationPane = new JPanel(new GridLayout(0,1));
    StationPane.add(stationLabel);
    //MRT Station input field // insert into the panel
    JPanel StationInput = new JPanel(new GridLayout(0,1));
    StationInput.add(stationField);
    //Get Time Button // insert into the panel
    JPanel GetTime = new JPanel(new GridLayout(0,1));
    GetTime.add(calculateButton);
    //Lay out the labels in a panel.
    JPanel FlabelL = new JPanel(new GridLayout(0,1));
    FlabelL.add(firstLabel);
    FlabelL.add(lastLabel);
    // Layout the fields in a panel
    JPanel FFieldL = new JPanel(new GridLayout(0,1));
    FFieldL.add(firstField);
    FFieldL.add(lastField);
    //Lay out the button in a panel.
    JPanel buttonPane = new JPanel(new GridLayout(1,0));
    buttonPane.add(homeButton);
    buttonPane.add(cancelButton);
    // Layout all components in the main panel
    JPanel mainPane = new JPanel(new GridLayout(4,2));
    mainPane.add(StationPane);
    mainPane.add(StationInput);
    mainPane.add(Box.createRigidArea(new Dimension(0,1)));
    mainPane.add(GetTime);
    mainPane.add(FlabelL);
    mainPane.add(FFieldL);
    mainPane.add(Box.createRigidArea(new Dimension(0,1)));
    mainPane.add(buttonPane);
    mainPane.setBorder(new TitledBorder("View First and Last Train"));
    JPanel leftPane = new JPanel(new GridLayout(1,0));
    leftPane.add(Box.createRigidArea(new Dimension(0,1)));
    leftPane.add(mainPane);
    leftPane.add(Box.createRigidArea(new Dimension(0,1)));
    JPanel hahaFrame = new JPanel(new GridLayout(0,1));
    hahaFrame.add(Box.createRigidArea(new Dimension(0,1)));
    hahaFrame.setBorder(BorderFactory.createEmptyBorder(30, 10, 80, 150));
    hahaFrame.add(Box.createRigidArea(new Dimension(0,1)));
    JPanel bigFrame = new JPanel();
    bigFrame.add(hahaFrame, BorderLayout.NORTH);
    bigFrame.add(leftPane, BorderLayout.CENTER);
    add(bigFrame, BorderLayout.CENTER);
    //Create the GUI and show it. For thread safety,
    private void cancelButtonClicked()
    stationField.setText("");
    firstField.setText("");
    lastField.setText("");
    public void actionPerformed (ActionEvent e){
    if (e.getSource() == cancelButton){
    cancelButtonClicked();
    }

  • Running HTML DB apps on one machine with the database on another

    I first want to apologize for this question being asked AGAIN.
    I have spent the better part of the day reading through a lot posts regarding this issue (and there are a lot). My boss sent me this requirement on a new project that Oracle Forms and Reports run on one server and connect back to the database on another server for security. HTML DB needs to do the same thing.
    The question:
    I have found out that the DAD file needs to be modified to allow this type of set up to work and the HTTP server needs to be running on that server. He is asking what in the DAD file needs to be changed to allow this to work. Would someone provide me with an example of what would need to be changed?
    Also, I'm confused on the implementation of this. Currently all the applications I've created are for "in-house" users. This project is the first (that I've done) that is going to be open to users outside the company. I'm confused on the link that will be supplied to the users. After I import my application into the production database, I run it to get the link and send that to our users. If the application is going to be run from a different server from the database, how is/will the link to run the application be built? I hope I'm describing this well.
    Thanks,
    Joe

    Joe,
    You wouldn't have the database server "open to the outside world". All you'd need to have open would be the port for HTTP traffic.
    There are two scenarios -
    1) Having them both (DB & Apache) on the same machine
    You would still only have the HTTP port open. The "fear" is that if the Apache server is compromised then they have access to the database machine.
    2) Having them on separate machines.
    In this case if the Apache server is compromised then, since by definition, you have a route from the Apache server to the DB server then they can still reach the DB machine from the Apache server machine.
    The thing to do here is to ensure your Apache server is patched and secure, regardless of whether it's running on the same machine as the DB or not.
    I'd be interested to see what others think.

  • [solved pacman4 & paccheck] pacman grabed md5's form different server

    Now GPG signed packages are the way to go, but what if pacman would grab the md5 hashes from a different server then the one it got the package from
    This thought is based on the assumption that if a package mirror got owned the attacker could upload a trojaned package along with a new hash. If pacman got the hash form a different server then it would also be providing security along with integrity checking.
    I am also assuming that this would be an easy thing to make pacman do.
    Last edited by hunterthomson (2011-10-18 11:30:09)

    karol wrote:
    wonder wrote:signatures are available on public keyservers. pick a keyserver and add it to /etc/pacman.d/gnupg/gpg.conf
    Is every package signed?
    no
    Do they work with pacman 3.5.4?
    no. pacman 4.0 only

Maybe you are looking for

  • Q&A Database in SAP AFS

    Hello, Please provide me the Q&A related to SAP AFS. What questionare has to be prepared in SAP AFS. Regards, Kumar

  • Renaming file to overwrite existing

    Hi I am renaming a file eg set name of file_ to filename I want to overwrite if there is already a file with that name but there doesnt appear to be a "with replacing" option. Any other ways? thanks

  • Re: Code in Approve() method

    Hi Experts,                I have designed a form  with three buttons like SUBMIT, APPROVE ,REJECT and opened in NWDS.When I click on the Submit() button it triggers the GP and am getting the mail with the form having two buttons Approve & Reject.At

  • Delete entry in Transport  request

    Hi all,         I have created an Table in a package with a transport request number. I copied the table to other name and deleted the previous table. I am deleting the Emtry in the Transport Request. But it is showing error as   OBJECT ENTRY EXISTS

  • BEx WAD Template Lock

    Hello, Is it possible to make WAD template non editable or read only? I wonder if I can lock the file from editing by others. any help appreciated. Regards,