Problem with OWB :VLD-3069 : Echec du test de la connexion

HI EVERY BODY,
can some one help me? i have this message error when i try to execute my process flow :
VLD-3069 : Echec du test de la connexion à l''emplacement MODULE_DE_FLUX_DE_PROCESSUS_11 avec l''erreur suivante : La connexion a réussi, mais la version de workflow n'a pas pu être obtenue.
my configuration : oracle warehouse builder 11g R2
thx

You are using a regular Oracle database schema (since it says the connection was successful, but the version of workflow couldn't be obtained) and have not installed Oracle Workflow into this schema. You need to install the workflow component;
http://download.oracle.com/docs/cd/E11882_01/owb.112/e17130/components.htm#BABGAABJ
Cheers
David

Similar Messages

  • I am having a real weird problem with OWB:

    I am having a real weird problem with OWB:
    I have 2 tables A and D
    select a.id,d.src_id, a.date_created,a.dt_code
    from A, D
    where a.id=d.mdoc_id
    The are my output :
    ID SRC_ID DATE_CREATED DT_CODE
    35 2 1/25/2008 302
    36 1 1/20/2008 301
    37 2 1/21/2008 301
    33 1 2/3/2008 302
    34 1 3/5/2008 302
    I want to see just 2 rows
    ID SRC_ID DATE_CREATED DT_CODE
    35 2 1/25/2008 302
    34 1 3/5/2008 302
    1. I need to 1 row with SRC_ID
    2. I want to retern max(dt_code)
    3. I want to order by max(dt_code), date_created
    I try do with PLSql but i get this answer :
    select a.id,d.src_id,a.dt_code, a.date_created
    from moi_documents a, document_src_candidates d
    where a.id=d.mdoc_id (+) and
    a.DT_CODE in (301,302) and dt_code =(select max(dt_code) from moi_documents)
    ORDER BY a.dt_code , a.date_created
    ID     SRC_ID     DT_CODE     DATE_CREATED
    35     2     302     1/25/2008
    33     1     302     2/3/2008
    34     1     302     3/5/2008
    I need to delete row 33
    How can i do this
    Regards

    Hi,
    okay...for Operations like max, min, avg, etc. you must use an Aggregation in a Mapping.
    Delete Operations you must handle in the Table Characteristics.
    (Right Click on top of a Table --> Context Menu --> choose delete).
    To come to your Target you must made several Steps in the Mapping and lead the Data through the Conditions.
    Lone

  • Problems with 11g Global Schema / Java API Test Programs

    Hi,
    In the process of trying to get the 11g sample java api programs up and running, I've encountered a problem. Having installed without error the sample schemas for documentation and set up the 11g version of the test code, I get this error when I try to run BuildAW11g.java
    Created the AW GLOBAL_AWJ
    Identifier "GLOBAL.CHANNEL_DIM.TOTAL_ID" is invalid.
         at
    oracle.olapi.syntax.parser.IdentifierResolver.error(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.validate(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.syntax.SyntaxObject.fromSyntax(Unknown Source)
         at oracle.olapi.examples.metadata.BuildAW11g.createDimension(BuildAW11g.java:470)
         at oracle.olapi.examples.metadata.BuildAW11g.run(BuildAW11g.java:120)
         at oracle.olapi.examples.BaseExample11g.execute(BaseExample11g.java:54)
         at oracle.olapi.examples.BaseExample11g.execute(BaseExample11g.java:74)
         at oracle.olapi.examples.metadata.BuildAW11g.main(BuildAW11g.java:989)
    This seems to indicate that there is a problem with the sample schema - that GLOBAL.CHANNEL_DIM.TOTAL_ID doesn't exist. Is that right?
    On the topic of the sample schemas, a quick question. The install script runs without error so presumably the tables described in the readme had been installed, but I'm not sure. How can I verify this? When I connect as global using Oracle SQL Developer and expand 'Tables' in the right hand pane, I don't see any tables at all. I would have (perhaps naively) expected to see the tables listed in the samples schemas readme, eg, CHANNEL_DIM. Should I have? If not, how can I view these tables? Thanks in advance for any input anyone may have.
    -exits

    After a reboot the "DHCP-check" is passed:
    INFO: Checking DetectIfDHCPAssignedIP
         This is a prerequisite condition to test whether the primary IP address of the system is DHCP-assiged or static.
    INFO: Detecting the IP.....:192.168.1.4
    INFO: Checking the network interface display name.... :eth0
    INFO: Checking the network reference name..... :eth0
    INFO: Checking the platform .......46
    INFO: Checking the LINUX vendor .... :enterprise
    INFO: Inspect interface file :/etc/sysconfig/network-scripts/ifcfg-eth0
    INFO: Check complete. The overall result of this check is: Passed
    But net configuration assistant is still failing.

  • Problem with OWB Paris (case expression)

    I've got a little problem with defining an attribute property. I've defined a simple case statement: case when LKP_IN.TEST_TAB_ID is null then 'INS' else 'UPD' end. When I validate the expression I get the following error message:
    Line 1, Col 8:
    PLS-00103: Encountered the symbol "when" when expecting one of the following:
    . ( * @ % & = - + ; < / > at in is mod remainder not rem
    <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_
    LIKE4_ LIKEC_ between || multiset member SUBMULTISET_
    The symbol ". was inserted before "when" to continue.
    Line 1, Col 50:
    PLS-00103: Encountered the symbol "THEN" when expecting one of the following:
    ; and or
    Needless to say that this worked well with OWB 10g R1. Any clue?
    Thanks in advance
    Jörg

    Hello, Jörg
    To what database are you trying to deploy your mapping? It seems that db version is pre-9i?
    If so, note that CASE statement is unavailable in PL/SQL until Oracle 9i – it’s available only in SQL (in pre-9i Oracle had different code from SQL and PL/SQL interpretation, after 9i it share interpreter code). The compilation error may appear in “ROW-based” parts of package: OWB generates code that calls CASE statement directly in PL/SQL – it cause error.
    To avoid deployment error “wrap” this expression component by some operator (order, dedup, join, set). In this case OWB pack expression along with “wrap” operator in SQL statement and package will compile.
    Where were discussion here (in forum) about using analytical function in mapping – the same approach works for CASE / DECODE if deploying to pre-9i database.
    Sergey

  • Problem with OWB

    I have a problem during upgrade OWB 9.2.0.4, while create a new runtime repository...
    this is error log
    oracle.wh.util.DebugUtility: [validateRTChoicePage]: I am in RTChoicePage
    oracle.wh.util.DebugUtility: [validateRTChoicePage]: Check Oracle_Home from DB .
    oracle.wh.util.DebugUtility: [getDBAOCIorThinConnection]: ConnectInformation = (
    DESCRIPTION=(ADDRESS=(HOST=10.40.1.9)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SE
    RVICE_NAME=stat.sangiovanni.it)))
    oracle.wh.util.DebugUtility: [getDBAOCIorThinConnection]: Trying with oci
    oracle.wh.util.DebugUtility: [getDBAOCIorThinConnection]: Asst: using oci
    oracle.wh.util.DebugUtility: IP address (user input) =10.40.1.9; IP address (loc
    alhost) = 10.40.1.2.
    oracle.wh.util.DebugUtility: The user input host != 'localhost'
    oracle.wh.util.DebugUtility: [validateRTChoicePage]: Name Address components wil
    l not be installed on client.
    oracle.wh.util.DebugUtility: [validateRTChoicePage]: query = select value from o
    wbrt_sys.owbrtps where key like '9.2.0.4.0%'
    oracle.wh.util.DebugUtility: [validateRTChoicePage]: No value get from owbrt_sys
    oracle.wh.util.DebugUtility: [validateRTChoicePage]: (host != 'localhost') RTP S
    ervice Configuration has not been run on the Database Server.
    i have
    SUN solaris 8
    Oracle 9.2.0.1
    OWB 9.2.0.3
    Thanks

    Hi Fabio,
    You will have to install the runtime part of the software on the SUN box, and make sure to run the assistants there as well. After you have done this you can remotely install the runtime repository.
    This should be in the install and configuration guide.
    Jean-Pierre

  • Problems with OWB 11.2 on Microsoft Windows Server 2003

    hi,
    i get the following error message after the installation from OWB 11.2 on a Windows 2003 server:
    If i want to open the Design Center:
    "Unable to create an instance of the Java Virtual Machine:
    Located at path:
    C:\oracle\OWB112\jdk\jre\vin\client\jvm.dll"
    In the command box behind:
    WARNING: Unknown directive: SetSkipJ2SDKCheck
    Could not reserve enough space for object heap
    First i tried to raise the heap size (with -xmx1024M) ----> don't work
    Thanks...

    Hi,
    We ran into the same issue (on Server 2003) just last week. The problem was indeed the java heap size, but instead of making it larger we had to reduce it.
    Instead of passing the value on the command line, you can also change it in the configuration file. This file is to be found in the OWB installation folder: .../owb/bin/owb.conf
    In this file, changing the line
    AddVMOption -Xmx768m
    to
    AddVMOption -Xmx512m
    did the trick for us...
    Regards,
    Kurt
    Edited by: Kurt Geens on Aug 27, 2010 9:12 AM

  • Problem with OWB export ext table from dev to prod not the same

    Hi everyone,
    I created a lot of external table in dev and everything works fine, but as I did a mdl export in production about half of my ext tables dont work anymore and I found in the script created by the export/import in OWB something strange: here is a exemple of script :
    CREATE TABLE TBL_AGENTNOTREADYBREAK_EXT
    STARTDATETIME VARCHAR2(23 BYTE),
    DSTSTATUS INTEGER,
    SWITCHID INTEGER,
    AGENTID INTEGER,
    NOTREADYREASON INTEGER,
    INTERVALDURATION INTEGER,
    INTERVALID INTEGER,
    NUMBEROFTIMESPRESSED INTEGER,
    DURATION INTEGER,
    ROLLEDUP INTEGER
    ORGANIZATION EXTERNAL
    ( TYPE ORACLE_LOADER
    DEFAULT DIRECTORY SOURCE_FICHIER_LOCATION
    ACCESS PARAMETERS
    ( RECORDS DELIMITED BY NEWLINE
    CHARACTERSET UTF16
    STRING SIZES ARE IN CHARACTERS
    NOBADFILE
    NODISCARDFILE
    LOGFILE SOURCE_FICHIER_LOCATION:'NOTREADY'
    FIELDS
    TERMINATED BY '\t'
    RTRIM
    OWBUNUSED0 CHAR,
    OWBUNUSED1 CHAR,
    OWBUNUSED2 CHAR,
    OWBUNUSED3 CHAR,
    OWBUNUSED4 CHAR,
    OWBUNUSED5 CHAR,
    OWBUNUSED6 CHAR,
    OWBUNUSED7 CHAR,
    OWBUNUSED8 CHAR,
    OWBUNUSED9 CHAR
    LOCATION (SOURCE_FICHIER_LOCATION:'Stat_AgentNotReadyBreakdown_I.dat')
    REJECT LIMIT UNLIMITED
    NOPARALLEL
    NOMONITORING;
    in dev the OWBUNESED# does not exist it is rather the name of the field between double quote as they are in the first part of the script.
    Why is that?, cause when I change the script in the database then my tables are accessing the data correctly. What caused this difference. Am I using the wrong method to deploy in Production?
    Database version 10R2
    Repository 10.2.0.4.36
    Thank you all
    Jacques

    Hi Oleg,
    Yes I did check the box for dependencies, you must note that I have something like 20 file definitons hence external tables and only 5 or 6 that had the problem, solving it by hand, still wandering what went wrong.
    Thanks

  • Minor question / problem with OWB 10gR2 demo tutorial

    Hi, I'm working on the OWB tutorial demo for 10gR2 that was just released, and have a question. At the start of the chapter on "Designing ETL Data Flow Mappings", as part of the workflow manager install instructions, it says to execute the following:
    grant owb_o_rep_owner to owf_mgr;
    I can't find the role owb_o_rep_owner anywhere - should this instead be owb_o_owb_owner?
    Thanks in advance,
    Scott

    One more question - does anyone know how to install the demo / tutorial on a different server? I.e. I've had the DBAs get OWB installed on a QA server, but they are busy and don't have time to do the install of the tutorial. Can I install it remotely some way (note that when I tried, I kept getting errors from OMB saying it couldn't deploy things remotely or something).
    Thx in advance,
    Scott

  • Update/Insert Problem with Oracle Warehouse Builder

    Hello,
    i have update/insert problem with owb.
    Situation: I have a source-table called s_account and a target table called w_account_d. In the target table are already data which was filled trough the source table inserts. Now anyone make changes on data on the target table. This changes should now give further on the source table with an update operation. But exactly here is the problem i can´t map back the data to source because that will create a loop.
    My idea was to set a trigger but i can´t find this component in owb or is anywhere hidden?
    Also i have already seen properties as CDC or conditonal loading in the property inspector of the table, but i have no idea how it works.
    Give it other possibilities to modeling this case? or can anyone me explain how i can implement this eventually with CDC?
    I look forward for your replies :)

    Hi
    thanks for your answer. I follow your suggestion and have set the constraints of both tables into the database directly.Nevertheless it doesn´t work to begin. In the next step i found by right click on a table the listpoint "configure" - I goes to "unique key" --> creation method and set here follow options: Constraint State = ENABLE, Constraint Validation = Validate. That error message that appears before by the deployment disappears yet. Now i start the job to test if the insert/update process works right. Finally it seems to work - but not really.
    My Testscenario
    1. Load the data from source table about the staging area to data warehouse table: Check - it works!
    2. Change one data record in source table
    3. Load the source table with changed data record once again to staging area: Check - it works!
    4. Load new staging area table with the changed data record to data warehouse table: Check it works! BUT, BUT i can not recognize if it is insert or update operation, then under the design window by jobs execution windows is reported "rows selected 98", Rows inserted" is empty and "rows updated" is empty. So i think works not correct, then my opinion if it works correct it should show be "rows updated" 1.
    What can yet now still be wrong or forgotten? Any ideas?
    *By the way think not 98 rows there is not important if you make an update or insert which performance. It is an example table the right tables have million of records.*
    I look forward for your answers :)

  • Problem with Clipboard on iOS

    Hello,
    i have a problem with Clipboard on iOS. My test code:
    var ts:String = "This is a test string for clipboard...";
    Clipboard.generalClipboard.setData(ClipboardFormats.TEXT_FORMAT, ts);
    This code is OK on Android or Windows. Test string is in clipboard and i can paste it on other app. But on iOS not. setData return true, but text is not in clipboard.
    Any ideas?
    Thaks

    Hi,
    Looks like it's a bug with iOS AIR, could you please open a bug at bugbase.adobe.com
    -Thanks
    Pahup

  • Problem with styling

    I am trying to write a swf that has a variety of buttons to select another swf to load in. One of the SWFs to be loaded contains a list component that has been formated using the StyleManager. The results look good in that SWF; however, when it gets loaded into the parent SWF, all of the buttons in the parent SWF get reformatted. If I drop the StyleManager from the SWF (loaded SWF) and use the following code, nothing gets formatted.
    var tf:TextFormat = new TextFormat();
    tf.font = "Verdana";
    tf.size = 12;
    tf.bold = true;
    tf.color = 0xcccccc;
    vidList.setStyle("textFormat", tf);

    Before I reply, let me just add your summary of the situation so far in an email to myself:
    If you
    successfully style on or components in a SWF and then load that SWF into a
    parent SWF that contains only a UILoader sized the same as the first SWF and its
    source set to the first SWF, all formatting is lost as well as the text that
    would have appeared in those components.
    It seems to me this isn't a problem with styling, its a problem with font embedding.
    From my testing I've found that components in the loaded SWF only lose their font if there is a UIComponent in the parent.
    I haven't been able to find documentation to confirm my theory, but I believe that once the parent has a UI Component it then tries to handle global Fonts, and doesn't immediately have access to Fonts embedded in SWFs it loads. To check this you can actually embed the same font with the same class name into the parent, and you'll find that the font starts working in the loaded SWF.
    This isn't ideal in all situations though - sometimes you want the loaded SWF to handle the font embedding for itself. It appears as though if you register the Font in the loaded SWF, this adds the font to the global register that the parent SWF has access to, and this is all that is required for your font to appear.
    Font.registerFont(ComicSans);

  • Problem with Connector Pins??

    Since Wednesday, I've had this issue with either the cable or the connector pins. If the wire is connected to the iPhone and and I push the plug slightly, the phone will cease to charge and sync with the computer until I've stopped touching it.
    If I hold the phone at a certain angle, it again loses connection to the computer. Lose connection enough times and a pop up appears on my laptop saying something like "this device can perform faster on USB 2.0."
    So, is it a problem with the connector pins? I tested out the cables on a different comp in case it was a problem with the USB port and it did the same thing.
    Any opinion and/or help would be grateful.
    Thanks.
    P.S. I'll try to post a video of the problem.

    You can utilize any iPod cable. All the way back to iPod Nano's first model or maybe a few iPod classic models earlier than that. As long as the cable is USB 2.0 to iPod, it will work with connect and sync. You can't use FireWire to iPod however. FireWire doesn't have enough juice to sync devices except the first gen iPod era.
    If other iPod cables don't work with your iPhone syncing there may be a problem with the connector pins which you can have an Apple employee inspect or visit an AT&T store for a probable swapout.
    You can also purchase a battery case and utilize them for syncing. This replaces the iPod connector with Micro USB or Mini USB. You would connect your Mac/PC to the Micro/Mini USB and after it recognizes the new method, it'll know your iPhone and sync as well as charge your battery case.

  • Problem with native SQL cursor in generic data source

    Hi, All!
    I am implementing generic data source based on FM.
    Because of complicated SQL I canu2019t use Open SQL and RSAX_BIW_GET_DATA_SIMPLE-example u201Cas isu201D.
    So, I have to use Native SQL. But Iu2019ve got a problem with a cursor. When I test my data source in RSA3, everything is Ok. But, if I start appropriate info-package, I get error u201CABAP/4 processor: DBIF_DSQL2_INVALID_CURSORu201D. It happens after selecting of 1st data package in line u201CFETCH NEXT S1 INTOu2026u201D. It seems to me that when system performs the second call of my FM the opened cursor has already been disappeared.
    Did anyone do things like this and what is incorrect?
    Is it real to make generic data source based on FM with using Native SQL open, fetch, closeu2026

    Hi Jason,
    I don't think this SQL is very valuable It is just an aggregation with some custom rules. This aggregation is performing on info-provider which consists of two info-cubes. Here we have about 2 billion records in info-provider and about 30 million records in custom db-table Z_TMP (certainly, it has indexes). I have to do this operation on 21 info-providers like this and I have to do this 20 times for each info-provider (with different values of host-variable p_GROUP)
    SELECT T.T1, SUM( T.T2 ), SUM( T.T3 ), SUM( T.T4 )
            FROM (
                    SELECT F."KEY_EVENT06088" AS T1,
                            F."/BIC/EV_COST" + F."/BIC/EV_A_COST" AS T2,
                            DECODE( D.SID_EVENTTYPE, 23147, 0,
                                                          23148, 0,
                                                          23151, 0,
                                                          23153, 0,
                                                          23157, 0,
                                                          23159, 0,
                                                          24896734, 0,
                                                          695032768, 0,
                                                          695029006, 0,
                                                          695029007, 0,
                                                          695036746, 0, F."/BIC/EV_COST") +
                              DECODE( D.SID_EVENTTYPE, 23147, 0,
                                                          23148, 0,
                                                          23151, 0,
                                                          23153, 0,
                                                          23157, 0,
                                                          23159, 0,
                                                          24896734, 0,
                                                          695032768, 0,
                                                          695029006, 0,
                                                          695029007, 0,
                                                          695036746, 0, F."/BIC/EV_A_COST") AS T3,
                            DECODE( D.SID_EVENTTYPE, 23147, F."/BIC/EV_DURAT",
                                                          23148, F."/BIC/EV_DURAT",
                                                          23151, F."/BIC/EV_DURAT",
                                                          23153, F."/BIC/EV_DURAT",
                                                          23157, F."/BIC/EV_DURAT",
                                                          23159, F."/BIC/EV_DURAT",
                                                          24896734, F."/BIC/EV_DURAT",
                                                          695032768, F."/BIC/EV_DURAT",
                                                          695029006, F."/BIC/EV_DURAT",
                                                          695029007, F."/BIC/EV_DURAT",
                                                          695036746, F."/BIC/EV_DURAT", 0) AS T4
                      FROM "/BIC/VEVENT0608F" F,
                           Z_TMP G,
                           "/BIC/DEVENT06085" D
                      WHERE F."KEY_EVENT06088" = G.ID
                            AND F."KEY_EVENT06085" = D.DIMID
                            AND G.GROUP_NO = :p_GROUP
                            AND ( F."/BIC/EV_COST" < 0 OR F."/BIC/EV_A_COST" < 0 )
                            AND D.SID_EVENTTYPE <> 695030676 AND D.SID_EVENTTYPE <> 695030678
                    UNION
                    SELECT F."KEY_EVNA06088" AS T1,
                            F."/BIC/EV_COST" + F."/BIC/EV_A_COST" AS T2,
                            DECODE( D.SID_EVENTTYPE, 23147, 0,
                                                          23148, 0,
                                                          23151, 0,
                                                          23153, 0,
                                                          23157, 0,
                                                          23159, 0,
                                                          24896734, 0,
                                                          695032768, 0,
                                                          695029006, 0,
                                                          695029007, 0,
                                                          695036746, 0, F."/BIC/EV_COST") +
                              DECODE( D.SID_EVENTTYPE, 23147, 0,
                                                          23148, 0,
                                                          23151, 0,
                                                          23153, 0,
                                                          23157, 0,
                                                          23159, 0,
                                                          24896734, 0,
                                                          695032768, 0,
                                                          695029006, 0,
                                                          695029007, 0,
                                                          695036746, 0, F."/BIC/EV_A_COST") AS T3,
                            DECODE( D.SID_EVENTTYPE, 23147, F."/BIC/EV_DURAT",
                                                          23148, F."/BIC/EV_DURAT",
                                                          23151, F."/BIC/EV_DURAT",
                                                          23153, F."/BIC/EV_DURAT",
                                                          23157, F."/BIC/EV_DURAT",
                                                          23159, F."/BIC/EV_DURAT",
                                                          24896734, F."/BIC/EV_DURAT",
                                                          695032768, F."/BIC/EV_DURAT",
                                                          695029006, F."/BIC/EV_DURAT",
                                                          695029007, F."/BIC/EV_DURAT",
                                                          695036746, F."/BIC/EV_DURAT", 0) AS T4
                    FROM "/BIC/VEVNA0608F" F,
                         Z_TMP G,
                         "/BIC/DEVNA06085" D
                    WHERE F."KEY_EVNA06088" = G.ID
                          AND F."KEY_EVNA06085" = D.DIMID
                          AND G.GROUP_NO = :p_GROUP
                          AND ( F."/BIC/EV_COST" < 0 OR F."/BIC/EV_A_COST" < 0 )
                          AND D.SID_EVENTTYPE <> 695030676 AND D.SID_EVENTTYPE <> 695030678
                 ) T
            GROUP BY T.T1

  • Problems with designer graphic

    Hi,
    i have a problem with OWB designer grpahics, i've touched quickly a pannel and now all the pannel (locations, project, logs...) aren't in their place and it looks very messy, can i restore the designer to looks as it was.
    Thanks a lot for helping me

    This worked in OWB 10.2, try if it works for you:
    I've lost my control toolbar in OWB
    Regards
    ANA GH

  • Recurring ftp connection problems with CS3

    I've been experiencing recurring connection problems to a live server.   
    The settings have not changed, and the "test" verifies connection is working.
    I can connect to the site via ftp successfully using the same information.
    All I see in the remote server box is /www/ ,  I cannot open the folder however.
    The only way to resolve is to delete my profile on the computer and recreate.   This fixes it for up to 1 week, but sometimes as little as 24 hours.
    Others who log in to the same machine and use Dreamweaver are able to connect successfully.
    I work on a network and do use 2 separate work stations.   On one of these workstations is also installed Avid Newscutter, the full Adobe CS suite and a programme called Flip (for working with xml).    I had no problems until I started working at this terminal.
    The company technical support is at a loss, so I was hoping folk here might have some suggestions?  I've been using Dreamweaver, various versions both at work and home for many years and have never experienced a problem like this before.
    thanks.
    Karen

    Hi Jon
    I am getting two error messages, one that says that the log on info/password is wrong, the other is a large message that tells me to check everything from cables to firewalls. My provider has recently been updating their systems and I have had to change passwords etc, but they insist that it is nothing to do with them. I am sure that they have changed some protocols or something that dreamweaver won't recognise.
    I am connected to the internet via a cable to a belkin router and have no problems with internet connections.
    I have tested the adobe ftp test connection through dreamweaver which worked fine.
    I haven't tried filezilla - I'll have a look.
    Jane

Maybe you are looking for

  • How can I make my own ringtone in iTunes 11.0.2?

    I used to convert the audio to an ACC file after I cut it. However, there's no longer that button, how can I make them into tones after cutting the audio? The new version of iTunes confuse me

  • Next page in smf

    Hi To All, I am working on the smartform,In my requirement i need to print the line items, Header values and footer values in the pre-printed pages.While designing the second page of form I am facing problem with main widow (i.e The Main window is ha

  • Recipient Policies failure when adding new users

    Hi, I have some trouble adding new users to my Exchange 2007 setup. I get the message "The Exchange server address list service fail to respond. This could be because of an address list or email address policy configuration error"  Of course I Google

  • Lightroom 5 Catalog Issues

    I've been a LR user since v2 and I've never had any significant catalog issues until LR5.  This isn't so much of a question, more of a statement which I am hoping someone at Adobe reads.  The issues I've recently encountered are as follows... Issue 1

  • Printing with Elements 8

    I've just started using Elements 8 and had hoped that the printing set up would be similar to PS 7 where I used printer profiles with very good  reliable results. I am still using Vista  and the  same (old ) Epson printer (Epson Stylus  Photo 870). H