Error FTP jython in ODI

Hi all

I use jython code FTP to a server. When I hard code the username and password it works fine, but when I try to read the user name and password in a file, it does not, I get the following error:

org.apache.bsf.BSFException: exception of Jython: Traceback (innermost last):

"< String >" file, line 3, in there?

File ' C:\ODI\oracledi\bin\... \lib\scripting\Lib\snpsftp.py ", line 51, in __init__

File ' C:\ODI\oracledi\bin\... \lib\scripting\Lib\snpsftp.py ', line 79, in connection

File ' C:\ODI\oracledi\bin\... \lib\scripting\Lib\ftplib.py ', line 318, in connection

File ' C:\ODI\oracledi\bin\... \lib\scripting\Lib\ftplib.py ', line 229, in sendcmd

File ' C:\ODI\oracledi\bin\... \lib\scripting\Lib\ftplib.py ', line 202, in getresp

error_perm: 530 Login Failed for User user_name



at org.apache.bsf.engines.jython.JythonEngine.exec (unknown Source)

at com.sunopsis.dwg.codeinterpretor.k.a (k.java)

at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting (SnpSessTaskSql.java)

at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)

at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders (SnpSessTaskSql.java)

at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (SnpSessTaskSql.java)

at com.sunopsis.dwg.dbobj.SnpSessTaskSqlS.treatTaskTrt (SnpSessTaskSqlS.java)

at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (SnpSessTaskSql.java)

at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (SnpSessStep.java)

at com.sunopsis.dwg.dbobj.SnpSession.treatSession (SnpSession.java)

at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (DwgCommandSession.java)

at com.sunopsis.dwg.cmd.DwgCommandBase.execute (DwgCommandBase.java)

at com.sunopsis.dwg.cmd.e.i (e.java)

at com.sunopsis.dwg.cmd.g.y (g.java)

at com.sunopsis.dwg.cmd.e.run (e.java)

at java.lang.Thread.run (unknown Source)



Here is my source code:

import snpsftp
FSRC = open ('C:\ODI\DebtorInfo_Properties2.txt', 'r')
FTP = snpsftp.SnpsFTP (fsrc.readline (), fsrc.readline (), fsrc.readline ())
FTP.setMode ('ASCII')
FTP.mput (fsrc.readline (), 'DEBITEUR.dat', fsrc.readline ())
FTP.Close)
FSRC. Close()

My file structure looks like this:

100.200.3.45
username
password
C:\ODI\oracledi\demo\file
/ ftpfolder/share /.

I tried to read the file and the file to check the write data is correct and it is. If I hard code the username and password, it works very well for example

import snpsftp
FSRC = open ('C:\ODI\DebtorInfo_Properties2.txt', 'r')
FTP = snpsftp.SnpsFTP ('100.200.3.45', 'username', 'password')
FTP.mput ('C:\ODI\oracledi\demo\file', 'DEBITEUR.dat','/ftpfolder/share/')
FTP.Close)
FSRC. Close()

Any help on this would be much appreciated. I've been struggling with this for 2 days. IM new to ODI so any help would be grateful

Thank you

One of the best ways to debug jython code is to use printing statemnent.
I suggest that you change the code to something like:

import snpsftp
FSRC = open ('C:\ODI\DebtorInfo_Properties2.txt', 'r')
ftpserver = FSRC. ReadLine()
username = FSRC. ReadLine()
Password = FSRC. ReadLine()
Print "ftpserver '%s'" % ftpserver
print '' %s' username' %le username
print the password "password '%s'" %
FTP = snpsftp.SnpsFTP (ftpserver, username, password)
FTP.setMode ('ASCII')
FTP.mput (fsrc.readline (), 'DEBITEUR.dat', fsrc.readline ())
FTP.Close)
FSRC. Close()

Run it in an agent, and you feel that statements in the agent log. You may need strip() what you read from the file.

Tags: Business Intelligence

Similar Questions

  • Error Type 2 SCD: ODI - 1228:ORA - 01747: invalid column, table.column, or user.table.column specification

    ODI error. When you try to import.

    Error Type 2 SCD: ODI - 1228:ORA - 01747: invalid column, table.column, or user.table.column specification

    It is a common question.

    Allow your SCD SCD table column properties if you do not select "crush on change."
    This property simply

    -Online CPC IKM goto => select ignore option error on update of existing lines.

  • I use Dreamweaver CS4, but when I try to start I get an error code 150:30 and then an error Ftp after Ok is pressed on the first error.  How to solve the problem?

    How to fix error 150:30 with error FTP following the closure of the window for the first mistake?

    Mac?

    Really pay attention to the Important: Articles here:

    Error "Licensing has stopped working". Mac OS

  • error in jython technology

    HII GURUS...
    I'm using ODI 11 g.

    When I run a procedure to delete a character in a file, written using jython, it displays the error
    Session 117334

    ODI-1217: Removespclchar Session (117334) fails with return code 7000.
    ODI-1226: Removespclchar step fails after 1 attempt.
    ODI-1232: the execution of the procedure removespclchar failed.
    Caused by: org.apache.bsf.BSFException: exception of Jython:
    IndentationError: ('unindent does not match any outer indentation level', ('< string >", 8, 8, ' ft. write (line) \n" "))
    "removespclchar" is my name of the procedure.
    and my jython code is:
    Import os, re
    file =' E:\odifiles'
    FP = open (file, "r")
    FT = open ('E:\odifiles', 'w')
    line = fp. ReadLine)
    Online:
    line = line. Replace ("------" "," "")
    FT. write (line)
    line = fp. ReadLine)
    IPA close)
    FT. close)

    Please help me for correct execution.

    concerning
    Soumya rn.

    Soumya,

    You program outside syntax no longer has major logical flaw. you try to read and write at the same time.
    As soon as you open file in W (write) all your lines will be emptied and you will lose the contents of the file

    Here are few possible solution. In the case where if you just try to remove the special characters '(quotes).

    Solution 1
    -------------
    Solution 2 in this post - http://odiexperts.com/removing-special-character-using-jython-script

    Solution 2 - reading and writing to a different file
    -----------

    {code}
    SOURCE_FILE = open ('file.csv', 'r')
    temp_file = open ('file_new.csv', 'w')
    Read = SOURCE_FILE. ReadLine()
    read everything:
    temp_file. Write (Read.Replace('"',''))
    Read = SOURCE_FILE. ReadLine()

    temp_file. Close()
    SOURCE_FILE. Close()

    then you can use  
    

    OdiFileMove-FILE = file_new.csv - TOFILE = file.csv

    Solution 3 - Reading and Writing into the same file (If the file is small )
    -----------
    

    import string
    SOURCE_FILE = open ('file.csv', 'r')
    Read = SOURCE_FILE. ReadLines();
    SOURCE_FILE. Close()
    SOURCE_FILE = open ('file.csv', 'w')
    Str = '\n'. Join (Map (String.Strip, Read))
    SOURCE_FILE.writelines (Str.Replace('"',''))
    SOURCE_FILE. Close()
    {code}

    Although not a comprehensive guide please watch for beginners Jython
    http://odiexperts.com/Jython-beginners-guide-for-ODI

    Hope this helps

  • Error FTP WRT54GH 425

    I've been running a FTP FileZilla Server for more than 2 years now. When I arrived in FTPs was actually the first time I had to port forwarding. External router forward 21 TCP 21 on the LAN, everything was good, FTP works. A few days ago the old router died, and to get a new one, I went for a WRT54GH. When I put in place I have also made sure to forward port 21 to the machine. Now, I try to access the FTP and after a long wait, I get an error 425 unable to open data connection.

    I double checked and checked - is not only the port properly transmitted, but FileZilla actually gets the request and the two negotiate a bit. Since I change anything in the FTP and FTP still works fine on the LAN IPs I will of course blame the router!

    What should I do and how can I solve this problem?

    I do usually not reproduced but I fixed it and I leave this info here for future reference to others:

    It seems that - at least with the first version of the firmware - router alters network packets if she sees they are sent on port 21. He changes IPs their LAN PASV commands, which connecting clients cannot work with. In addition it seems that some other obscure port opening the issue once the connection is established.

    In order to circumvent the arbitrary conversion of NAT on the router, you must forward external port 21 to some other internal ports, for example 12345. The FTP server on the computer must be configured to listen on this port. This will get around the NAT issue.

    For the second question, the server PASV mode must be given a range of fixed ports, for example 65000 to 65100, and in turn these ports should be sent to the FTP hosting machine in the settings of the router.

    -Important set of notes on one or more ports forward!

    Ports passed before changing the address LAN IP (e.g. 192.168.1.x to 192.168.0.x) range MUST be disabled, saved and re-checked, otherwise the rules no longer works! In addition, if the SPI Firewall settings are changed in any way, all ports beaches (beaches, ports not only) MUST be disabled, saved and checked in order to work! Yet another note, DMZ seems to have similar problems. Not knowing this topic can lead to unexpected with the implementation results not only the FTP, but also other applications that rely on shipping, because the router will claim a set of settings, but do not use it.

  • Error FTP 425 cannot open the data on the computers of some but not all connection

    I have an Access 2010 database that has a button that runs a VBA module.  One of the things in the module is a Shell Call running one. Bat file which is an FTP server.

    When I open the application (stored on a server, not my computer) and click on the button that makes returns FTP, FTP, "425 can't open data connection".  If I open the same instance of the application (stored on a server) on another computer the FTP transfers the file fine, no errors.

    This test clearly shows the problem on my computer, it is not the average program is written the Shell Script or the server I'm files are coming or going or the modem communication or any other end sits only not on my desk.

    What I'm trying to find, it's what registry entry, OS or the communication on my computer setting may cause the error of connection on a machine and not another.

    Thank you in advance for any help you can provide.

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)

    If you give us a link to the new thread we can point to some resources it
  • Error FTP Abort operation found no service

    I m using Acer aspire 5755 computer laptop with Windows 8. I have problem with Bluetooth file transfer operation.
    I m in the files sent via Bluetooth from my computer laptop to another device, but unable to receive the file from the device to my laptop.
    whenever I try to send files from the device to my laptop, I find the error message "Operation FTP Abort found no service."
    I tried many things, like updated drivers, although all are up-to-date, I paired, devices by not of these methods worked for me.
    Kindly help.
    Thank you!

    Hello master,

    I had the same problem for a while, whenever I tried to send files from my computer to my Tablet it would appear with the same error message

    "Operation FTP abandon any service not found."

    To solve this problem and transfer files successfully:

    1. go to your desktop, on the bottom right there is a small triangle pointing up, click it, this will show a panel with various options.

    2. right click on the Bluetooth icon and select 'Receive a file' and try to send it again.

    I hope this helps.

    AV

  • &lt; Urgent\Imp &gt; error executing Packages in ODI

    Whenever I'm trying run\execute packages his mistake by giving as

    oracle.odi.runtime.agent.invocation.InvocationException: ODI-1219: prepare Session failed: database error when connecting to the repository WORKREP-TEST work.
    Caused by: java.sql.SQLException: ORA-01654: impossible to extend the index DEV_ODI_REPO. 128 in tablespace DEV_ODI_USER PK_TASK_TXT

    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1035)
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:953)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1224)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3467)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1350)
    at sun.reflect.GeneratedMethodAccessor34.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ucp.jdbc.proxy.StatementProxyFactory.invoke(StatementProxyFactory.java:242)
    at oracle.ucp.jdbc.proxy.PreparedStatementProxyFactory.invoke(PreparedStatementProxyFactory.java:124)
    to $Proxy26.executeUpdate (Unknown Source)
    at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java:665)
    at com.sunopsis.dwg.dbobj.SnpSession.createSessionByScenName(SnpSession.java:393)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.prepareSession(StartScenRequestProcessor.java:761)
    to oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.access$ 4 (StartScenRequestProcessor.java:752)
    to oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$ 1.doAction(StartScenRequestProcessor.java:347)
    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:224)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.goPrepareOrDelegatePrepare(StartScenRequestProcessor.java:267)
    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doPrepareAgentTask(StartScenRequestProcessor.java:197)
    at oracle.odi.runtime.agent.processor.TaskExecutorAgentRequestProcessor.process(TaskExecutorAgentRequestProcessor.java:82)
    at oracle.odi.runtime.agent.support.DefaultRuntimeAgent.execute(DefaultRuntimeAgent.java:49)
    at oracle.odi.runtime.agent.servlet.AgentServlet.processRequest(AgentServlet.java:502)
    at oracle.odi.runtime.agent.servlet.AgentServlet.doPost(AgentServlet.java:454)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:389)
    at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
    at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
    at org.mortbay.jetty.Server.handle(Server.java:326)
    at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
    to org.mortbay.jetty.HttpConnection$ RequestHandler.content (HttpConnection.java:879)
    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747)
    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
    to org.mortbay.jetty.bio.SocketConnector$ Connection.run (SocketConnector.java:228)
    to org.mortbay.thread.QueuedThreadPool$ PoolThread.run (QueuedThreadPool.java:520)

    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invoke(RemoteRuntimeAgentInvoker.java:279)
    at oracle.odi.runtime.agent.invocation.RemoteRuntimeAgentInvoker.invokeStartScenario(RemoteRuntimeAgentInvoker.java:538)
    at com.sunopsis.graphical.dialog.SnpsDialogExecution.runStartScenario(SnpsDialogExecution.java:2042)
    at com.sunopsis.graphical.dialog.SnpsDialogExecution.doScenarioExecuter(SnpsDialogExecution.java:1104)
    at oracle.odi.ui.action.SnpsPopupActionExecuteHandler.actionPerformed(SnpsPopupActionExecuteHandler.java:64)
    at oracle.odi.ui.SnpsActionControler.handleEvent(SnpsActionControler.java:75)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
    at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
    at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:809)
    in javax.swing.plaf.basic.BasicMenuItemUI$ Handler.mouseReleased (BasicMenuItemUI.java:850)
    at java.awt.Component.processMouseEvent(Component.java:6267)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
    at java.awt.Component.processEvent(Component.java:6032)
    at java.awt.Container.processEvent(Container.java:2041)
    at java.awt.Component.dispatchEventImpl(Component.java:4630)
    at java.awt.Container.dispatchEventImpl(Container.java:2099)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
    at java.awt.Container.dispatchEventImpl(Container.java:2085)
    at java.awt.Window.dispatchEventImpl(Window.java:2478)
    at java.awt.Component.dispatchEvent(Component.java:4460)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)


    I have no IDEA about this error...
    Can anyone suggest me how it can be removed?
    My guess its something to do with the index of the database.

    Waiting for answers...

    Thank you
    Mahesh

    Hello Manu,

    As above the expert says that you are facing in tablespace TEMP error 128, it will cause loading data source DB to C$ table.
    If you get USER tablespace to error 128, this will cause while loading data frin C$ I table $ table.

    For two cases, you ned to increase the table space, ask your DBA to increase the TEMP tablesapce and a tablespace USER because, if the tablespace TEMP solved, you can get USER tablespace error while data from C$ table at I$ table

    Kind regards
    Phanikanth

  • Error running batch file ODI scenario

    Hello, everyone!

    I load data into Essbase 11.1.2 views of MS SQL Server using ODI 11.1.1.5.0 and Local agent. I've created an interface that goes well if run manually ODI.
    Next, I created the script called MyScenario for this interface and odiparams.bat update file *...\agent\bin* file as follows:

    Set SECU_DRIVER = weblogic.jdbc.sqlserver.SQLServerDriver
    Set SECU_URL = jdbc:weblogic:sqlserver: / / < servername >: 1433; databaseName = < DatabaseName >
    Set SECU_USER = < user name for master repository >
    Set SECU_PASS = < coded for MasterRepository UserName password >
    Set ODI_USER = SUPERVISOR
    Set ODI_PASS = < coded for the SUPERVISOR password >
    Set WORK_REPOSITORY = < name of the repository to work >


    Then I created the batch file in which I wrote: *...\agent\bin > startscen MyScenario 001 GLOBAL 5 *.

    However the script is not executed with the following error message:

    ERROR ODI - 1132 internal Agent encountered a warning: ODI-1414: connection to the internal agent error: a JDBC error occurs when connecting to the master repository. Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: could not make connection JDBC; nested exception is java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: cannot get data source connection: java.sql.SQLRecoverableException: IO error: the network adapter could not establish the connection

    I'll be very grateful for any advice!

    The variables for the master repository are:

    ODI_MASTER_DRIVER, etc.

  • WebFusion error FTP &amp; host

    My problem:

    I'm launching my first already created Web site in DreamWeaver, DreamWeaver FTP on my Webfusion shared linux server host account. I'm unable to connect to the server from Webfusion.  I don't know if the problem is:

    1. with putting me in the information incorrectly in the Site definition boxes, or
    2. (as Webfusion suggest) a DreamWeaver problem or
    3. a problem of Webfusion.

    I would appreciate help from any Member who uses DreamWeaver and Webfusion about how to enter my information in the fields of Site definition and how to connect.

    What I tried to do:

    I followed the advice of my "Adobe DreamWeaver CS4 classroom in a book" where (not very well), he explains how to configure a remote FTP site and I have an error message: "an FTP error occurred - cannot connect to host.»»»  The remote host cannot be found. Try to connect to the host server (by using the Test button) also causes a problem in my personal configuration file, I managed to adjust with David Powers 'post dated June 4, 2002, http://forums.adobe.com/thread/417116?tstart=0#cache.

    I searched the help Webfusion support site to fill in the DreamWeaver Site definition box remote Info section, but their article appear to contradict the advice of Adobe.  I also talked to the aid of Webfusion Office. The guy who I spoke gave me help (as he used DreamWeaver himself), but he says that should not help me on this problem because the company did not help on the problems of third-party software.  He don't have reset my password because he thought it could be a problem.  The reset did not help.

    Details:

    I hesitate to put the information I have in my remote info boxes in this post that I don't understand really (except the username and the password) how is personal information for me and therefore should not be posted here.

    Any help would be welcome, as I am really stuck.

    Gill

    Hello

    I am pleased to learn that you have now solved your FTP problems, just for re cap for all customers of Webfusion using Dreamweaver.

    -Check that no software anti antivirus or firewall is not blocking or stopping you to connect to our hosting server.

    Dreamweaver settings

    Site definition

    Access: FTP

    FTP host: 94.136.40.100

    Host Directory: (leave blank or enter public_html)

    Login: (sent in the welcome email)[email protected]

    Password: (sent in the welcome email)

    All other options should be disabled.

    If you want to test only the work of ftp connection you can always do this by using a client such as File zilla FTP.

    How can I download my Web site using FTP?

    http://www.Webfusion.co.UK/support/answers/how-can-i-upload-my-website-aide-FTP-114 /.

  • Error FTP by putting the files to the remote site

    Hello. I've never posted here before I really hope that someone can help you.

    I've been using dreamweaver for some time now, but... I just changed ISP and bought a new modem, now I can not put my files I opened ports in the modem and turned off firewall but still don't work I just get the error "Unable to connect to host" when he said it could be 4 else, Ive tried all always the same.

    When I hit the test button in the configuration of the site its fine but just used for real work. Oh and I managed to get half of my site to the top with the new equipment and ISP im thinking it could be something local.

    any help would be great.

    PS: if I create a "network place" who are my ftp site it opens too and im using vista...

    OK I have just re-creation of the site in dreamweaver, all working ok now with firewalls on. I hope it works for you too jk31.

  • Tried a million times. Error FTP DW8

    I tried searching the forums and several posts were made on this topic, but few answers have been posted.
    Please help me with the following:
    Feature of DW 8 FTP won't connect on that spesific server. I tried other programs FTP (Core FTP and GoLive) and it works fine. DW 8 is also able to connect to another server, to which I have access but not this one.

    Here are my current settings:
    Access: FTP
    FTP host: ftp.mydomain.com
    Host Directory: / var/www/html /.
    Login: [email protected]
    Password: correctpassword

    Use passive FTP mode: Yes

    I get the error message: "...". your login or password are incorrect... »

    This is one of those cases where there may be a combination of problems, but someone has an idea?

    Help, please! Thanks :)

    Jeezez
    Strange bug?
    I have always used the connection 'test' button in the FTP settings window and received an error message EVERY time... after HOURS of trying, telephone calls and the search of the forums I just dropped. Now just for fun I tried to connect my server in the "files" tab HERE! -I'm in? ----
    Solution: Do not trust the button 'test' If you are having problems. If you know that you have the right settings just assumed that everything is OK and connect as usual in the files tab :)

    Should I report this bug? Probably, but I had a deadline yesterday and I'm out of time... Sorry!

  • Using the script, Jython in ODI

    Hello
    I have a requirement where I want to exploit a jython script to solve a business problem (break a string of semicolon separated into tokens). I'll call this script of ODI.

    Do I need to download the jython interpreter to test my script before I use it in ODI?

    How to call the script of ODI?

    N ° the Jython interpreter is built into ODI. You can simply create an ODI procedure, step, assign technology as "Jython" and paste your script in the command on the target. You can then use this procedure as part of a package.

  • Error FTP 1207

    I have a problem where I can not connect to internet at all and I had two different messages. could not make connection FTP Ox80070422. I looked but it really didn't tell me what to do.  Can someone please.

    Thank you.

    Try to start > run > cmd > type "netsh winsock reset" > Hit Enter > reboot machine.

  • FTP with data integrator

    Hello

    I want to take the file from a server to server ODI with data integrator.
    I use ftp jython in ODI procedure. I found an example in the Jython quick reference Guide
    I like it.

    import snpsftp
    FTP = snpsftp.SnpsFTP ('10.0.4.107', 'pdks', 'pdksmgr357')
    Try:
    FTP.setMode ('ASCII')
    ftp.mget ('/ pdks_data ','.txt', ' / OracleBI/log ') *.
    Finally:
    FTP.Close)

    but it gives an error like this


    * 7000: null: java.sql.SQLException: description of invalid format *.
    java.sql.SQLException: invalid format description
    to com.sunopsis.jdbc.driver.file.a.b.a.a (a.java)
    at com.sunopsis.jdbc.driver.file.w.a (w.java)
    to com.sunopsis.jdbc.driver.file.w. < init > (w.java)
    at com.sunopsis.jdbc.driver.file.u.prepareStatement (u.java)
    at com.sunopsis.sql.SnpsQuery.a (SnpsQuery.java)
    at com.sunopsis.sql.SnpsQuery.a (SnpsQuery.java)
    at com.sunopsis.sql.SnpsQuery.updateExecStatement (SnpsQuery.java)
    at com.sunopsis.sql.SnpsQuery.executeUpdate (SnpsQuery.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execStdOrders (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlS.treatTaskTrt (SnpSessTaskSqlS.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask (SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep (SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession (SnpSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand (DwgCommandSession.java)
    at com.sunopsis.dwg.cmd.DwgCommandBase.execute (DwgCommandBase.java)
    at com.sunopsis.dwg.cmd.e.i (e.java)
    at com.sunopsis.dwg.cmd.h.y (h.java)
    at com.sunopsis.dwg.cmd.e.run (e.java)
    at java.lang.Thread.run(Thread.java:595)


    What is the problem with that?
    or is it possible to use ftp

    Thank you.

    Published by: ealtas on June 10, 2010 08:20

    Try again with this...

    import snpsftp
    FTP = snpsftp.SnpsFTP ('10.0.4.107', 'pdks', 'pdksmgr357')
    Try:
    FTP.setMode ('ASCII')
    FTP.mget ('/ pdks_data ',' * .txt ',' / OracleBI/log ')
    Finally:
    FTP.Close)

    The difference is:
    Replace "pdks" "pdks'
    '* .txt' replace '.txt '.
    and there is no ' *' at the end of the command ftp.mget

    Thank you
    Fati

Maybe you are looking for