Forum Replies Created

Viewing 15 posts - 46 through 60 (of 63 total)

  • RE: SSIS Package fails under SQL Agent

    Thx wyliec2 - i changed the job under the sql agent to run using the cmdexec property and it works fine.

     

  • RE: SSIS Insert/Update a non OleDB, Excel, Flat File destination

    I found the following post in the MSDN forums - unless the scope of SSIS has been updated and the above doesn't work, looks like you'll be doing it long...

  • RE: SSIS Insert/Update a non OleDB, Excel, Flat File destination

    I've imported data from Pervasive to SQL, and can think of the following solution, although I havent tried it...

    • Create a datareader connection for the Pervasive connection
    • Configure using an ODBC connection...
  • RE: Add specific RowNumbers

    Cheers John that works a treat...

    got some brushing up to do on my t-sql code!

  • RE: FTP Task - Unable to connect to server - HELP

    I have several ftp tasks running under several ssis jobs, which are in turn controlled by the SQL Agent.

    If you look at the properties of your FTP connection in SSIS, is...

  • RE: EXCEL IMPORT

    Does the SCD work with an external connection manager, such as an Excel connection? When configuring the SCD, I only see an OLE DB connecftion option.

  • RE: Fuzzy Lookup Issue

    Found out what the problem was - as the value in the data table is short, fuzzy lookup cannot find a match. Setting the Exhaustive component property of the lookup to TRUE...

  • RE: FTP Connection Manager

    Could be a couple of things - check the port and possible use of passive mode in the connection.

    Are you accessing an internal or external FTP IP address - check...

  • RE: Simple Subtotal

    Can close this - I rewrote my dataset query to get the results i needed.

  • RE: Simple Subtotal

    Well - am getting further - thought I was doing something dumb.

    The field subtotal needs to ref a report item and not a dataset value, that much I found out....

  • RE: Subquery problems....

    Thx a lot...I feel a bit sheepish having gone off on the wrong track...

    Looks like I've got a lot of learning to do.

     

    Thx again.

  • RE: Subquery problems....

    I suppose it might make it a bit more logical if I tell you what the goal is with the data - I can do in several steps by creating...

  • RE: Transaction table linked to dates

    Thx!!!

    That has worked a treat, and given me a good way to understand it.

     

  • RE: SQL Cluster and Pervasive Client

    Spoke to Pervasive, they say there are no ODBC drivers available which are seperate from the client\workgroup install.

    So back to my original, question, if a client was installed on all of...

  • RE: SQL Cluster and Pervasive Client

    Problem is though, I cant create a system DSN as there are no Pervasive drivers, ODBC components available on the SQL server. They are all embedded in the pervasive client....

Viewing 15 posts - 46 through 60 (of 63 total)