Accessing flat_files of one machine in another machine through ODI

Hi All,
Suppose there are two machines M1 and M2.
In M1, we have some flat files like .txt, .csv etc.
In M2 machine, we had ODI. I would like to access the flat files in M1 in the M2 ODI.
Could you please let me know if we can achieve this.
Thanks in adv.

Depending on the OS you're working on, you might try creating mounted directories on M2 which reference the directories containing the flat files on M1.
Alternatively, you should set up a stand-alone ODI agent on the remote machine (M1) which will be local to the flat files.
...It appears Alistair beat me to this :)
Edited by: _Phil on Sep 12, 2012 10:16 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • How to migrate "Access Restrictions"  from One Environment to another Env

    Hi ,
    Can anyone suggest regarding the "Access Restrictions" , we need to move the "Access Restrictions"  from one environement to another environment .
    Thanks & Regards
    Venkat.

    hi,
    When using Import wizard,
    while importing Universe, Please check the below option to migrate Access Restrictions.
    "Keep Universe Overloads for imported Users and Groups"
    Regards,
    Vamsee

  • HT201250 Accession files on Time Machine through Airporter Extreme

    Understand there is an incompatibility issue with Time Machine and Airporter Extreme.  Also if files were backedu up directly from the MacBook Pro to the external hard drive there's a problem accessing Time Machine if the external hard drive is plugged into Airporter Extreme so that two separate MACs can access Time Machine through the WiFi at the same time.  Any info?

    If that happened to me, I would use the Recovery Disk bootstrap and do a "Restore from Backup".
    Here is how:
    Restart your computer, holding the "Command" and "R" keys until you see the Apple logo.  This will boot into recovery mode.  You can then choose a "Restore from Backup" once you establish your WiFi, etc.

  • Copy File from One Location to Another Location through xcopy or any

    Hi,
    I Need to copy one file from one location to another location. That file need to save in C:\Windows\System32 folder
    I need to create one .bat file and i want apply that bat as a startup script through GPO.
    I tried through XCopy if i test in machine that is working. If i tried in other machine that is not working. becoz of some Credential issue
    I tried in the script by netuse command after that my script itself not working.
    SET username=XYZ\Administrator
    SET password=abcd
    @ECHO OFF
    cmd "cd C:\"
    net use "\\10.50.5.68\c$\Windows\System32" %password% /user:domain\%username%
    :copy
    Xcopy /S /I /E D:\DLL \\10.50.5.68\c$\Windows\System32 
    Regards, Hari Prasad.D

    You cannot do that in a startup script.  You do not need to do that in a startup script.
    To add files to the system use GP Preferences.
    On Window 7 and later only the Trussted Installer is allowed to add files. (That means only Microsoft.)
    No programs or users should ever alter files in the system area.
    ¯\_(ツ)_/¯

  • Access data of one class from another class

    Hi,
    I am creating one class say ClassA with some data members,the same class has main() method on execution of which the data members will b assigned a value.
    now i have another class say ClassB with main() method and i want to use the data in ClassA in ClassB do i have any way by which i can have access to that data.
    The instance of ClassA created in ClassB is not showing any values in data members.
    Can u help me find a solution for this.
    Thank you.
    Parag.

    I have tried by making one data member public so that it can have direct access from other class.But it shows null value.
    The problem is that ClassA class data members are assigned values when it completes the execution of function main() so does it retains the values.
    c sample code below.
    public classA{
    int a,b;
    p s v m(String [] args)
    setab();
    public void setab()
    //set values of a and b by doing some manipulations.
    public classB{
    p s v m(string []args)
    classA aclass = new classA();
    /* now what should i do to access the values of a & b in
    aclass object*/
    i strictly need to follow this way do i have a way out.

  • Can't access files from one account to another on same Mac

    I've got a new macbook and I've divided it into two accounts. One account has all my iTunes music but the other is a fresh iTunes with no music.
    I've been trying to get access to the music from the other account. It seems like it should be easy as it's already on this computer. I've tried copying the iTunes folder into the public folder and going to the other account and copying it to it but that's not working.
    I've also tried sharing the files from the Sharing sys prefs. But can't get that to work. And I've also put the Music folder into the Shared folder and still nothing.
    The folders I need have the red minus on them.
    I must be missing something simple. Help!
    Thanks.

    wireduck,
    Highlight the music folder and on the keyboard type (Command) + i: on the window that opens scroll down if need and click on the lock on the bottom right. Type in an Admin User name and password. Then under the (Sharing & Permissions:) make sure the users you want to open the folder are listed and that there (Privilege) is set to @ least Read. If not hit the ( + ) sign and add them. After you have that all set up click on the little gear next to the ( - )s sign and (Apply to a enclosed items). that way each user can read the files. After that the little ( - ) sign should be gone on the folders.
    Hope that helps.

  • Export data from one schema to another schema through sql

    Hello.
    I have 2 schemes. One is called MICC_ADMIN and the other one is called MICC_PROD. What I want is to export from MICC_ADMIN to import in MICC_PROD. I tried to do it with the Data Workshop tool, but one of the table has around 19.000 records, so it gets frozen when is trying to export the data. So I'm wondering if is there any way to do it through sql command. Thanks.
    Regards, Bernardo.

    I am going to assume that you:
    1) want to export DB objects from the source schema (MICC_ADMIN) to your target schema (MICC_PROD)
    2) awant to export the data held in the aforementioned tables between the two schemas
    Firstly, generate the relevant DDL for your DB objects (you can do this in APEX as well - Home>Utilities>Generate DDL then complete the wizard) and run the DDL script in your target schema.
    Secondly, grant access to the relevant tables in the source schema to your target schema and compose DML insert statements to transfer the data from one to another (remembering to disable the relevant constraints/triggers during the process).
    Thereafter, revoke access to your source schema.
    You can, of course execute this in a single script, although better to do so in a test environment first if you can!

  • Navigation from One page to another page through hyperlink in webcenter

    Hi All,
    I created ADF unbounded taskflow and want to use it in my webcenter portal application for navigation from one page say Page x to another say Page y by clicking on the hyperlink in the Page x. How to do this in webcenter portal application. When I try to add the taskflow in the navigation model it is taking to the blank page instead of taking to Page x. Many thanks in advance.
    Regards
    Kaushik Gopalakrishnan

    Take a look at this discussion (and referenced resources): http://groups.google.com/group/webcenter-emg/browse_thread/thread/b32d3252228c9e0a

  • Copy one GL From another GL  through FS00

    Hi,
    when we are copying one GL from 1000 Company Code to another Company code 1068 through FS00 doing Copying in Same Client,GL Created in 1068 but when we change the GL name text in 1068 the same has been also change in 1000. it will create problem, kindly suggest.
    Thanks & Regards
    Amit Kumar

    Hi ,
    To copy GL accounts use T-Code OBY7 / OBY2 according to the requirement.
    OBY7- Copy from Chart Of Account
    OBY2- Copy from Company code
    Regards,

  • Call view from one DC to anothe Dc

    Hi ,
    How to access view from one DC to another DC.
    Please give me details.
    Thanks
    Risha

    go through this thread [Accessing one DC from Another|Re: interacting one DC with another DC]
    nikhil

  • Exporting Item from One DB to another DB using SDK

    Dear Expert,
    I have tried to add / update the item master details from one DB to another Db through the SDK and it was working fine long time. But now i faced the error message "This entry already exists in the following tables (ODBC - 2035)" and not updating the items.
    below is my code.
    If any body have suggestion to resolve this issue let me know
    objMainRecset = objMainCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
            objMainRecset.DoQuery("Select ItemCode from OITM where U_Action<>'N'")
            For intItemLoop As Integer = 0 To objMainRecset.RecordCount - 1
                FileName = System.Windows.Forms.Application.StartupPath & "\Item.xml"
                If File.Exists(FileName) Then
                    File.Delete(FileName)
                End If
                strItem = objMainRecset.Fields.Item(0).Value
                objMainItem = objMainCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oItems)
                If objMainItem.GetByKey(strItem) Then
                    objRemoteItem = objRemoteCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oItems)
                    If objRemoteItem.GetByKey(strItem) Then
                        strDflWhs = objRemoteItem.DefaultWarehouse
                        objMainCompany.XmlExportType = SAPbobsCOM.BoXmlExportTypes.xet_ExportImportMode
                        objMainItem.SaveXML(FileName)
                        objRemoteCompany.XmlExportType = SAPbobsCOM.BoXmlExportTypes.xet_ExportImportMode
                        objRemoteItem = objRemoteCompany.GetBusinessObjectFromXML(FileName, 0)
                        If objRemoteItem.Update() <> 0 Then
                            WriteErrorlog("Failed to Update item : " & objRemoteItem.ItemCode & ":" & objRemoteCompany.GetLastErrorDescription, sPath)
                        Else
                            WriteErrorlog("Item Code updated : " & objRemoteItem.ItemCode, sPath)
                            If objRemoteItem.GetByKey(strItem) Then
                                objRemoteItem.DefaultWarehouse = strDflWhs
                                objRemoteItem.Update()
                            End If
                        End If
                    Else
                        objMainCompany.XmlExportType = SAPbobsCOM.BoXmlExportTypes.xet_ExportImportMode
                        objMainItem.SaveXML(FileName)
                        objRemoteCompany.XmlExportType = SAPbobsCOM.BoXmlExportTypes.xet_ExportImportMode
                        objRemoteItem = objRemoteCompany.GetBusinessObjectFromXML(FileName, 0)
                        If objRemoteItem.Add() <> 0 Then
                            WriteErrorlog("Failed to create item : " & objRemoteCompany.GetLastErrorDescription, sPath)
                        Else
                            WriteErrorlog("New Item Created : " & objRemoteItem.ItemCode, sPath)
                        End If
                    End If
                End If
                objMainRecset.MoveNext()
            Next
    Thanks in Advance
    SenthilKumar

    I have the same problem with Business Partners Export/Import, here's my code:
      SAPbobsCOM.BusinessPartners BP = (SAPbobsCOM.BusinessPartners)compaFrom.Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oBusinessPartners);
      SAPbobsCOM.BusinessPartners BPDest = (SAPbobsCOM.BusinessPartners)compaTo.Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oBusinessPartners);
                                    BP.GetByKey(cardcode);
                                    compaFrom.Company.XmlExportType = SAPbobsCOM.BoXmlExportTypes.xet_ExportImportMode;
                                    compaTo.Company.XmlExportType = SAPbobsCOM.BoXmlExportTypes.xet_ExportImportMode;
                                        // Create a temp file to store the new XML file
                                    string xml = BP.GetAsXML();
                                    XmlDocument doc = new XmlDocument();
                                    doc.LoadXml(xml);
                                    doc.Save(sTempFileName);
                                    if (BPDest.GetByKey(cardcode) == true)
      BpDest = (SAPbobsCOM.BusinessPartners)compa_destinazione.Company.GetBusinessObjectFromXML(sTempFileName, 0);
                                            int ret=BPDest.Update();
    I always get, for every BP the error "This entry already exists in the following tables (ODBC - 2035)".
    I tried to copy all the properties manually and it works fine, but i don't understand why the xml is not working, i use xml for updating items and it works properly!
    I use SAP 8.81 PL 10

  • Can i copy udf's from one company to another through COPY EXPRESS

    Hi Experts ,
                      I have to copy my Item Master's  UDF's  data from one company to another company through Copy Express. The Item Codes are same . But it's not working
    Need Solution.
    Regards

    Check for the EES and other documents in the Landing Page of Copy Express Add-on
    [http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000706509&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&_OBJECT=011000358700003716502006]

  • How to copy/move Portal database from one machine to another?

    I am receiving a ORA-22973 error (size of object identifier exceeds maxmum size allowed) on the wwsec_enabler_config_info$ table when attempting to import my entire "portal30" schema from one database to another on different Windows NT Servers.
    Background: I had Portal 3.0.9.8 installed, configured, and running with the following setup:
    Machine 1: Windows NT 4.0 SP 6, Oracle 9iAS 1.0.2.2, Oracle Portal 3.0.9.8
    Machine 2: Windows NT 4.0 SP 6, Oracle 8i Database 8.1.7.0.0
    We no longer have use of Machine 2 and needed to move the database over to Machine 1.
    I performed the following steps:
    1. Installed Oracle 8i database 8.1.7.0.0 on Machine 1.
    2. Set up the tablespaces in the database on Machine 1 to match the same names and sizes of the tablespaces in the database on Machine 2.
    3. Used the Oracle "exp" command to export the entire database that resided on Machine 2.
    4. Copied the ".dmp" file to Machine 1.
    5. Used the Oracle "imp" command to import the entire database on Machine 1.
    6. The import completed successfully with warnings. But I had received the ORA-22973 error during the import process.
    7. After it completed I compared the list of tables and packages in the "portal30" schema between the two databases. The wwsec_enabler_config_info$ table is missing.
    8. I tried to export and import only the wwsec_enabler_config_info$ table between the two databases, but continue to receive the ORA-22973 error.
    Without the table being created, access to the portal cannot be achieved.
    Here are my questions:
    1. Is there anyway to create the wwsec_enabler_config_info$ table without receiving the noted error?
    2. Is there any other workable way to get the portal database from Machine 2 to Machine 1?
    I am aware of the portal import/export utilities but that would require me to run through the 2 hour install of Portal 3.0.9.8 on the database on Machine 1 and then individually export and import all the portal components (security, pages, applications, content library, etc). I merely wanted to transfer the entire database from one machine to another, so I felt the Oracle exp/imp utilities would be quicker and less work.

    Hi,
    I've been hitting problems with Portal 3.0.9.8.1 against 8.1.7.2.1 on NT - i.e., Intermedia not working at all, and have been advised by support to move back to 8.1.7.1.1.
    I don't want to lose any of my content in the Portal since the db upgrade and am wondering on what is the best way to do this.
    The version of the Portal will be the same so I am hoping I can just use the Portal export and import utilities, as afterall, it is just data and the schema structures are the same between db versions. I'm also hoping that the Portal export doesn't use the standard Oracle EXP tool as it doesn't work anymore on 8.1.7.2.1 on NT!!
    Regards,
    John

  • 10.1.3 Same workspace migrates fine on one machine, not on another

    The same workspace (10.1.2) opens fine (and runs) on one workstation.
    On the second workstation, there is an error on the load (after the first "migration dialog"):
    Error Loading Business Component
    Exception: java.lang.NullPointerException
    java.lang.NullPointerException
         at oracle.jbo.dt.ui.main.DtuUtil.doFixUpVersion(DtuUtil.java:1615)
         at oracle.jbo.dt.ui.main.DtuUtil.fixUpVersion(DtuUtil.java:1655)
         at oracle.jbo.dt.jdevx.ui.JdxLoader.doOpenProject(JdxLoader.java:1541)
         at oracle.jbo.dt.jdevx.ui.JdxLoader.openProject(JdxLoader.java:1488)
         at oracle.jbo.dt.jdevx.ui.JdxLoader.update(JdxLoader.java:147)
         at oracle.ide.model.IdeSubject.notifyObservers(IdeSubject.java:94)
         at oracle.ide.model.Node.notifyObservers(Node.java:458)
         at oracle.ide.model.UpdateMessage.fireObjectOpened(UpdateMessage.java:681)
         at oracle.ide.model.Node$1$4.run(Node.java:1527)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:515)
         at java.awt.Dialog.show(Dialog.java:536)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.ProgressBar.start(ProgressBar.java:293)
         at oracle.ide.dialogs.ProgressBar.start(ProgressBar.java:188)
         at oracle.ide.migration.NodeMigrator.doMigration(NodeMigrator.java:336)
         at oracle.ide.migration.NodeMigrator.migrate(NodeMigrator.java:141)
         at oracle.ide.migration.NodeMigrator.migrate(NodeMigrator.java:294)
         at oracle.ide.cmd.OpenCommand.checkWorkspaceOpen(OpenCommand.java:579)
         at oracle.ide.cmd.OpenCommand.open(OpenCommand.java:162)
         at oracle.ide.cmd.OpenCommand.doit(OpenCommand.java:85)
         at oracle.ide.IdeController.handleEvent(IdeController.java:476)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:525)
         at oracle.ide.controller.IdeAction$1.run(IdeAction.java:772)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:789)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:498)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)When the application runs for the first time, another error appears:
    500 Internal Server Error
    java.lang.NoSuchFieldError:  oracle.ord.im.OrdDocDomain.conn
       at oracle.ord.im.OrdDocDomain.create(OrdDocDomain.java:2108)
       at oracle.jdbc.driver.Accessor.getCustomDatum(Accessor.java:1402)
       at oracle.jdbc.driver.OracleResultSetImpl.getCustomDatum(OracleResultSetImpl.java:1347)
       at oracle.jbo.server.OracleSQLBuilderImpl.doLoadFromResultSet(OracleSQLBuilderImpl.java:1201)
       at oracle.jbo.server.AttributeDefImpl.loadFromResultSet(AttributeDefImpl.java:1633)
       at oracle.jbo.server.ViewRowImpl.populate(ViewRowImpl.java:2221)
       at oracle.jbo.server.ViewDefImpl.createInstanceFromResultSet(ViewDefImpl.java:1064)
       at oracle.jbo.server.ViewObjectImpl.createRowFromResultSet(ViewObjectImpl.java:2943)
       at oracle.jbo.server.ViewObjectImpl.createInstanceFromResultSet(ViewObjectImpl.java:2842)
       at oracle.jbo.server.QueryCollection.populateRow(QueryCollection.java:2203)
       at oracle.jbo.server.QueryCollection.fetch(QueryCollection.java:2088)
       at oracle.jbo.server.QueryCollection.get(QueryCollection.java:1468)
       at oracle.jbo.server.ViewRowSetImpl.getRow(ViewRowSetImpl.java:3650)
       at oracle.jbo.server.ViewRowSetIteratorImpl.doFetch(ViewRowSetIteratorImpl.java:2818)
       at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2674)
       at oracle.jbo.server.ViewRowSetIteratorImpl.ensureRefreshed(ViewRowSetIteratorImpl.java:2634)
       at oracle.jbo.server.ViewRowSetIteratorImpl.first(ViewRowSetIteratorImpl.java:1474)
       at oracle.jbo.server.ViewRowSetImpl.first(ViewRowSetImpl.java:2827)
       at oracle.jbo.server.ViewObjectImpl.first(ViewObjectImpl.java:5699)
       at model.PDFViewImpl.setPDFViewWhere(PDFViewImpl.java:31)
       at view.MyPDF.doPost(MyPDF.java:73)
       at view.MyPDF.doGet(MyPDF.java:39)
       at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
       at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
       at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
       at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
       at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
       at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
       at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
       at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
       at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
       at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
       at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
       at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
       at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
       at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
       at java.lang.Thread.run(Thread.java:595)What might cause this behavior? The one machine runs Windows 2000 (the one where it does not work), and the other runs Windows XP (if that matters).
    Thoughts?
    We're comparing the converted/migrated workspaces from each machine. the workspace only has one entity/one view/one app module, and a servlet with two user defined exceptions and an error page.

    For 1 of the 15 times I tried to open the workspace it opened and compiled ok.
    Then, I got the second error anyway. However, the second error was resolved by UNDOING a change that I did to the \jdev1013\ord\jlib folder. I don't understand why the files in that folder are so "dated":
    C:\Documents and Settings\egivler>dir C:\jdev1013\ord\jlib /on
    Volume in drive C is SYSTEM
    Volume Serial Number is 580E-B3EB
    Directory of C:\jdev1013\ord\jlib
    02/10/2006  10:44a      <DIR>          .
    02/10/2006  10:44a      <DIR>          ..
    12/29/2003  03:26p              68,320 customizer.jar
    12/29/2003  03:26p           1,944,842 jmf.jar
    12/29/2003  03:26p              36,180 mediaplayer.jar
    12/29/2003  03:26p              58,129 multiplayer.jar
    12/29/2003  03:26p              82,373 ordhttp.jar
    12/29/2003  03:26p              72,254 ordim.jar
    12/29/2003  03:26p              29,008 ordvir.zip
                   7 File(s)      2,291,106 bytes
                   2 Dir(s)  39,367,651,328 bytes free
    C:\Documents and Settings\egivler>dir C:\jdev10121\ord\jlib /on
    Volume in drive C is SYSTEM
    Volume Serial Number is 580E-B3EB
    Directory of C:\jdev10121\ord\jlib
    10/26/2005  09:45a      <DIR>          .
    10/26/2005  09:45a      <DIR>          ..
    07/21/2005  01:56p              68,320 customizer.jar
    07/21/2005  01:56p           1,912,751 jmf.jar
    07/21/2005  01:56p              36,180 mediaplayer.jar
    07/21/2005  01:56p              58,129 multiplayer.jar
    07/21/2005  01:56p              84,071 ordhttp.jar
    07/21/2005  01:56p             210,843 ordhttp11.jar
    07/21/2005  01:56p              87,301 ordim.jar
    07/21/2005  01:56p             185,758 ordim11.jar
                   8 File(s)      2,643,353 bytes
                   2 Dir(s)  39,367,634,944 bytes freeThe reason that I replaced them (with the 10.1.2.1 version) was that an interMedia servlet I wrote for 10.1.2.1 would not work in 10.1.3:
    Here was that code:
                  // worked in 10.1.2 with 10.1.2 JDBC drivers.
                  // Error(78,56): method getORADataFactory() not found in class oracle.ord.im.OrdDoc
                  // OrdDoc pdf = (OrdDoc) rset.getORAData(1, OrdDoc.getORADataFactory());      
                  // copied 10.1.2.1 ord jars into: C:\jdev1013\ord\jlib
                  // ok in 10.1.2 and if jars copied in
                  ORADataFactory ordDocFactory = null;
                  ordDocFactory = (ORADataFactory) OrdDoc.getORADataFactory();
                  // now what do I do in 10.1.3 for interMedia??

  • 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.

Maybe you are looking for

  • Help on purchasing IdeaPad laptop

    Hi everybody, I wanna get a new laptop and so far Lenovo IdeaPad seams the right choice, especially for the cool aluminum design. I'll use it mostly for web/software dev and little bit of design (I'll do this on my desktop but just in case) on both,

  • Import a jpeg sequence on 2's

    I had my first try at Stop Motion over the weekend. After finishing the shoot (a test really), I tried to import the sequence into AE? I've seen a few things about the sequences automatically coming in at 30fps? How do you import the footage on 2's a

  • BAPI_DOCUMENT_CHECKOUTVIEW in background

    Hello, I want to copy an original file from a document info record to a server. I tried to use BAPI_DOCUMENT_CHECKOUTVIEW. (I also tried BAPI_DOCUMENT_CHECKOUTVIEW2 and CV120_DOC_CHECKOUT_VIEW.) I use the BAPI in a workflow. When i call the workflow

  • Pop3 account sometimes shows mails / folders, most of the time does not

    Hi, I have 2 mail accounts set up on my iphone: A mobileme one, which works reasonably well, and a POP account. Sometimes when I go into the POP account I see and Inbox and a Sent folder, and the inbox is full of my mails. But most of the time when I

  • Cisco ISE CLI and GUI password expire

    I had Cisco ISE version 1.1  i face a problem with the CLI and GUI password, as it expire and i can't login, i do the password reset using the ISE DVD, i navigate to the ISE CLI, and do the following commands: conf t      password-policy           no