Forum Replies Created

Viewing 15 posts - 16 through 30 (of 39 total)

  • RE: SSIS oddness

    Evil Kraig F (11/29/2012)


    <snip>

    TransactionOption Supported, and Isolation Level Serializable (that's the defaults).

    </snip>

    Somehow the TransactionOption had got set to "Required" on the first container, but not the others.

    Setting it back to...

  • RE: The request failed with HTTP status 401: Unauthorized

    I found a fix for our issue in disabling loopback checking via modification of the registry.

  • RE: The request failed with HTTP status 401: Unauthorized

    How did you resolve this issue? I'm having a similar problem. Was able to access reports fine until we added a certificate and started to use SSL etc. How it...

  • RE: Pass a parameter to OpenQuery?

    Explain plan and resource consumption reports on the Oracle side actually slightly favor the non-dynamic SQL version, although the difference between the two is negligible.

    That's not serious benchmarking, just running...

  • RE: Pass a parameter to OpenQuery?

    Jeff,

    Thanks for this. I must say that I'm a bit surprised that it is really usable. It looks like it would pull the entire table over from Oracle to SQL...

  • RE: Pass a parameter to OpenQuery?

    Thanks, Joe, once again.

    I just came back to report that I had resolved it in exactly that way. And you beat me to it.

  • RE: Invalid column definition for linked Oracle Server

    Allow In Process - I had checked that when working with MSDORA but forgot with OraOLEDB.

    I checked it, restarted the instance, and now I'm getting data back using "Openquery!"

    But...

  • RE: Invalid column definition for linked Oracle Server

    I have installed the Oracle OLEDB provider and am now using that. Connection test successful, but when I run a query with openquery, I get this:

    Msg 7399, Level 16, State...

  • RE: Invalid column definition for linked Oracle Server

    When I use Openquery, I get a similar but different error:

    Msg 7357, Level 16, State 2, Line 1

    Cannot process the object "SELECT TERM

    FROM [OraStud]..[StudOwner].[STUDENT_DIRECTORY_INFO]

    WHERE studid = '9170'"....

  • RE: Transferring sensitive data

    This would run business daily. Oracle can have network encryption turned on, and I'm checking to see if that's the case here. As far as SQL Server, installing a certificate...

  • RE: BACKUP LOG cannot be performed ...

    Yes, the helpful hosts had some routine scheduled that was supposed to be of assistance in some way.

    I have asked them to desist.

    Thank you for your response, Gail.

  • RE: XML source multiple tables

    ok, let's try a simple single question. Does SSIS, when pulling from an XML source, create a "pseudo" column of sorts as an identifier?

    I'm seeing such a column which is...

  • RE: XML source multiple tables

    Somebody's got to have an answer!

    Besides the datatype conversion issues described above, another question.

    I ran a validator on the xml file against its xsd definition, and it got a passing...

  • RE: XML source multiple tables

    When I try to create a table from the XSD I figured that there would be no import issues ... but no, I still have to use data type converter....

  • RE: SSIS creating table but not transferring data

    Try to get a more complete / accurate copy of the error message.

    You must be able to connect both to Oracle and SQL servers if you are reading table structure...

Viewing 15 posts - 16 through 30 (of 39 total)