Showing posts with label source. Show all posts
Showing posts with label source. Show all posts

Thursday, March 29, 2012

Error: Event id: 208 @ Copy Database Wizard

Can anyone help me?

When i Use the copy database wizard @.sql 2005 at the last step

i get these 2 Error's in the log's

Event Type: Warning
Event Source: SQLSERVERAGENT
Event Category: Job Engine
Event ID: 208
Date: 14-8-2006
Time: 13:28:40
User: N/A
Computer: SERVER01

Description:
SQL Server Scheduled Job 'CDW_NAME_0' (0x883C948F64FCAA49BEA22068F4C7E15A) - Status: Failed - Invoked on: 2006-08-14 13:28:19 - Message: The job failed. The Job was invoked by User Domain\Administrator. The last step to run was step 1 (CDW_NAME_0_Step).

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.


Event Type: Error
Event Source: SQLISPackage
Event Category: None
Event ID: 12291
Date: 14-8-2006
Time: 13:28:40
User: Domain\Administrator
Computer: SERVER01
Description:
Package "CDW_NAME_0" failed.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

I have the same error on SQL 2005 enterprise, am trying to copy a 2000 database into 2005. Should work but fails on copy.|||

I'm moving this over to the tools forum since they have more experience with CDW.

Thanks,
Sam

|||DID YOU FIND ANYTHING ON THIS PROBLEM|||

what is the service pack on this box. You should apply SP2 and also check whether SSIS (Integration Service) is installed or not

Madhu

|||THERE IS SP2 AND THE INTEGRATION SERVICE IS STARTED AS ADMNISTRATORsql

Error: Data source name not found and No default driver specified

Hello all,
I have an application which was written in VB6. I used
DSNless connection for the odbc connection to access sql 8.0. The
application works fine on one machine and when I try to run the appl.
on another machine I got this error. Any idea why' Here is my
connection string:
DSNName = "Driver={SQL Server};" & _
"Server=dummy;" & _
"Database=sql_data;" & _
"Uid=crystal"
The user id does not require a password.. Thank you.
SherryThis is a question for a VB group, not a SQL server group, but it sounds
like your DSNName is empty. Are you getting this value from an INI file,
the registry, or is it hardcoded in your app? You will most likely find
that this value is missing, wherever you define it.
Put in a message box that shows DSNName just prior to creating the
connection, and confirm that it is actually populated (I don't think it is).
<sunpalozzi@.gmail.com> wrote in message
news:1138811193.427214.282490@.g43g2000cwa.googlegroups.com...
> Hello all,
> I have an application which was written in VB6. I used
> DSNless connection for the odbc connection to access sql 8.0. The
> application works fine on one machine and when I try to run the appl.
> on another machine I got this error. Any idea why' Here is my
> connection string:
> DSNName = "Driver={SQL Server};" & _
> "Server=dummy;" & _
> "Database=sql_data;" & _
> "Uid=crystal"
> The user id does not require a password.. Thank you.
> Sherry
>|||Maybe the other machine doesn't have MDAC installed?
http://www.aspfaq.com/2057
Once you have the most recent version installed, an OLEDB connection string
will be better in most cases:
ConnectionString = _
"Provider=SQLOLEDB.1; " & _
"Data Source=dummy; " & _
"Initial Catalog=sql_data; " & _
"User ID=crystal; " & _
"Password="
<sunpalozzi@.gmail.com> wrote in message
news:1138811193.427214.282490@.g43g2000cwa.googlegroups.com...
> Hello all,
> I have an application which was written in VB6. I used
> DSNless connection for the odbc connection to access sql 8.0. The
> application works fine on one machine and when I try to run the appl.
> on another machine I got this error. Any idea why' Here is my
> connection string:
> DSNName = "Driver={SQL Server};" & _
> "Server=dummy;" & _
> "Database=sql_data;" & _
> "Uid=crystal"
> The user id does not require a password.. Thank you.
> Sherry
>|||thank you for all replies.. I did post in the vb group as well.. The
wire part is the same application is work on one pc but not the
another... I will try to find out if there a MDAC install on the
problem pc.. thanks.
Sherry

Tuesday, March 27, 2012

Error: Cannot impersonate user for data source

  • An error has occurred during report processing. (rsProcessingAborted)
  • Cannot impersonate user for data source 'DataSource1'. (rsErrorImpersonatingUser)
  • Logon failed. (rsLogonFailed)
  • For more information about this error navigate to the report server on the local server machine, or enable remote errors

    Any help would be greatly appreciated. Thank you.

  • Can you enable remote errors so we can see the detailed error message:

    http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=230635&SiteID=1

    sql
  • Error: An error occurred due to no connection

    This error is for Nov RTM running under "NETWORK SERVICE" account.

    I created a data source "MyDataSource". It looks like:
    <DataSource xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:dwd="http://schemas.microsoft.com/DataWarehouse/Designer/1.0" xsi:type="RelationalDataSource" dwd:design-time-name="2d2b4fc8-af5c-4314-9155-384afd11fb70" xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
    <ID>MyDataSource</ID>
    <Name>MyDataSource</Name>
    <CreatedTimestamp>0001-01-01T05:00:00Z</CreatedTimestamp>
    <LastSchemaUpdate>0001-01-01T05:00:00Z</LastSchemaUpdate>
    <ConnectionString>Provider=SQLOLEDB.1;Data Source=dbserver\my_instance;Integrated Security=SSPI;Initial Catalog=MyDataSource</ConnectionString>
    <ConnectionStringSecurity>Unchanged</ConnectionStringSecurity>
    <ImpersonationInfo>
    <ImpersonationMode>ImpersonateServiceAccount</ImpersonationMode>
    <ImpersonationInfoSecurity>Unchanged</ImpersonationInfoSecurity>
    </ImpersonationInfo>
    <Timeout>PT0S</Timeout>
    </DataSource>

    In my package, I obtain a new connection from the data source (test connection succeeds). I use a data flow task. Inside the data flow task I have a flat file source and an Ole Db Destination. For configuring OleDbDestination, I can see in the drop-down a list of tables in my database. When I select the desired table and click "preview", I get:
    TITLE: Microsoft Visual Studio

    Error at Data Flow Task - my task [OLE DB Destination [831]]: An error occurred due to no connection. A connection is required when requesting metadata.

    --
    ADDITIONAL INFORMATION:

    Exception from HRESULT: 0xC0202022 (Microsoft.SqlServer.DTSPipelineWrap)


    BUTTONS:

    OK
    TIA,
    Nitesh

    Can you please check that you are not working with "Work Offline" settings.

    Sunday, February 19, 2012

    Error while refreshing the Datasource View

    This is the error im getting while refreshing the Data Source View.

    Microsoft.AnalysisServices.Design

    Object reference not set to an instance of an object.

    Did any one faced the same error.

    Thanks in Advance

    See reply on another post on the same matter: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=689195&SiteID=1

    Edward Melomed.
    --
    This posting is provided "AS IS" with no warranties, and confers no rights.

    Error while processing cube

    Hi All,
    I keep on getting the following error while processing a cube in SSAS
    2005:
    Connection could not be established to the Data Source with
    DataSourceID <my_data_source_name>
    I don't understand why as my project deployement completed successfully
    and a "Test Connection" of my Data Source returns a "Test connection
    succeeded"
    My user is 'sa' so I don't think rights are a problem here.
    Does someone have any idea on this ?
    Thanks in advance
    Eric
    Hello esl,
    This error is more than likely caused by the Analysis Services service
    account not having the permissions to connect to your data source. This
    happens when you use windows authentication for the data source
    connection and the AS2005 service is running under local system
    account.
    Try to run the Analysis Services with a windows account that has rights
    to connect to your data source. The cube should then process.
    Hope this helps,
    Myles Matheson
    Data Warehouse Architect
    http://bi-on-sql-server.blogspot.com
    |||Hello Myles,
    you're right it was indeed a problem with the impersonation account I
    used for the data source.
    I know use the service account which I have given required permissions
    (domain +db) and it works fine.
    Many Thanks for your help !
    Eric

    Error while processing cube

    Hi All,
    I keep on getting the following error while processing a cube in SSAS
    2005:
    Connection could not be established to the Data Source with
    DataSourceID <my_data_source_name>
    I don't understand why as my project deployement completed successfully
    and a "Test Connection" of my Data Source returns a "Test connection
    succeeded"
    My user is 'sa' so I don't think rights are a problem here.
    Does someone have any idea on this ?
    Thanks in advance
    EricHello esl,
    This error is more than likely caused by the Analysis Services service
    account not having the permissions to connect to your data source. This
    happens when you use windows authentication for the data source
    connection and the AS2005 service is running under local system
    account.
    Try to run the Analysis Services with a windows account that has rights
    to connect to your data source. The cube should then process.
    Hope this helps,
    Myles Matheson
    Data Warehouse Architect
    http://bi-on-sql-server.blogspot.com|||Hello Myles,
    you're right it was indeed a problem with the impersonation account I
    used for the data source.
    I know use the service account which I have given required permissions
    (domain +db) and it works fine.
    Many Thanks for your help !
    Eric

    Error while processing a cube :(

    I am getting the following error when trying to process my cube. Can someone
    please guide as to how this problem can be solved. Thanks
    Data source provider error: [Microsoft][ODBC SQL Server Driver][
    SQL Server]Cannot resolve collation conflict for equal to operation.;37000;
    ****************************************
    ******************************
    Sent via Fuzzy Software @. http://www.fuzzysoftware.com/
    Comprehensive, categorised, searchable collection of links to ASP & ASP.NET
    resources...When you process the cube you can see the query that olap is using to
    retrieve data from SQL.
    If you have a look at that query he is going to match several fields to each
    other. In one of the fields you have a collation problem. You try to match
    2 field together with a different collation.
    You will have to check the collation settings of these fields.
    Regards,
    Nico
    "Learner" wrote:

    > I am getting the following error when trying to process my cube. Can someo
    ne please guide as to how this problem can be solved. Thanks
    > Data source provider error: [Microsoft][ODBC SQL Server Driver]
    1;SQL Server]Cannot resolve collation conflict for equal to operation.;37000
    ;
    > ****************************************
    ******************************
    > Sent via Fuzzy Software @. http://www.fuzzysoftware.com/
    > Comprehensive, categorised, searchable collection of links to ASP & ASP.NE
    T resources...
    >|||Tons of thanks Nico.
    ****************************************
    ******************************
    Sent via Fuzzy Software @. http://www.fuzzysoftware.com/
    Comprehensive, categorised, searchable collection of links to ASP & ASP.NET
    resources...

    Wednesday, February 15, 2012

    Error while converting Oracle Timestamp to Sql Server Timestamp (datetime) - "Invalid date

    I am populating oracle source in Sql Server Destination. after few rows it fails it displays this error:

    [OLE DB Destination [16]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft OLE DB Provider for SQL Server" Hresult: 0x80004005 Description:
    "Invalid date format".

    I used this script component using the following code in between the adapters, However after 9,500 rows it failed again giving the same above error:

    To convert Oracle timestamp to Sql Server timestamp

    If Row.CALCULATEDETADATECUST_IsNull = FalseThen

    If IsDate(DateSerial(Row.CALCULATEDETADATECUST.Year, Row.CALCULATEDETADATECUST.Month, Row.CALCULATEDETADATECUST.Day)) Then

    dt = Row.CALCULATEDETADATECUST

    Row.CALCULATEDETADATECUSTD = dt

    EndIf

    EndIf

    I don't know if my code is right . Please inform, how i can achieve this.

    What is the value of the offending row? Redirect the error rows from the SQL dest and see what the offending value is.

    The fact that it gets through 9500 rows and then dies means your logic is right but there is a dodgy row.|||

    Thanks for your support, Crispin,

    I redirected the output at destination (Fail Point) as you said and can see that some columns are displaying the Errors instead of the actual data that gives the clue about which is invalid)

    Column 5

    Error: Year, Month and day parameters describe an unrepresnatable date and time...

    I doubt that the DateSerial function in the script component is unable to extract some formats..

    So,

    1) Does anybody know which representations and range of Oracle (timestamp) is not allowed in Sql Server (Datetime)
    2) Do we have a stable code that can perform Oracle timestamp to Sql Server conversion here

    Thanks

    Subhash Subramanyam

    |||

    Hi Experts in SSIS forum,

    Thanks to LoRez who has raised this question this month again.. I am still having the same problem in SSIS. I have an Oracle timestamp Source Columns that should be populated into Sql Server Datetime columns. Though I am aware of the ranges valid for both the cases, I was unable to frame it properly. . The expression (This only checks the Date Part , I wanted code that converts the time part of the Oracle timestamp into Sql Server Datetime) I have used to convert this is:

    (!ISNULL(REQUESTED_ETA_DATE_CUST) && DATEPART("yyyy",REQUESTED_ETA_DATE_CUST) > 1752 && DATEPART("yyyy",REQUESTED_ETA_DATE_CUST) < 9999) ? REQUESTED_ETA_DATE_CUST : NULL(DT_DBTIMESTAMP)

    Though the expression syntax is valid, it still gives error when I run the dataflow. The error is:

    [Derived Column [136]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "Derived Column" (136)" failed because error code 0xC0049067 occurred, and the error row disposition on "input column "REQUESTED_ETA_DATE_CUST" (372)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.

    Though http://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/7121008802 helps to create a trigger, but not the way we can achieve using SSIS.

    Greatly Appreciate if anybody can pointer or paste the Expression or .NET code that can convert Oracle timestamp into Sql Server Datetime without issues

    Thanks

    Subhash Subramanyam

    |||

    Dear Umachandar, Thanks for briefing up the approach.

    I'd appreciate if you go one step ahead to help my case work.Oracle Timestamp in my case is of the format 'MM/DD/YYYY hh:mm:ss.nnn' and I do not have any control over oracle source. Somehow I must be able to use this to populate the Sql Server datetime. We know that the year should be grater that 1752 which we can validate using above expression. But Validating TimePart seems to be difficult. I tried casting to string, but due to omission of leading zeros makes it difficult to substring that. So do you have a solution for this?

    Umachandar's Reply

    Oracle timestamp range subsumes that of SQL Server's datetime range. So you will not have any issues as long as you use the ISO 8601 format to specify the values (YYYY-MM-DDT hh:mm:ss.nnn). This will ensure that the value will be stored correctly irrespective of collation settings on either servers or Oracle session setttings. You can use timestamp with appropriate precision on Oracle side (timestamp(3) is closest) to match SQL Server datetime.

    Migrating values from Oracle to SQL Server is a different ballgame. You will lose precision, values etc. Oracle has more richer support and wider ranges & ANSI SQL implementation.

    Thanks

    Subhash Subramanyam

    |||

    I've put up an article for this on my blog.

    Cast this Oracle timestamp Column REQUESTED_ETA_DATE_CUST as below:

    Decode(trunc((Extract(YEAR from REQUESTED_ETA_DATE_CUST))/1753), 0,'01/01/1753 12:00:00 AM', TO_CHAR(REQUESTED_ETA_DATE_CUST, 'MM/DD/YYYY hh:mmTongue Tieds AM')) as REQUESTED_ETA_DATE_CUST

    Or

    Go for filtering valid ranges using SSIS transform after casting into a accepted datetime format.

    Error while converting Oracle Timestamp to Sql Server Timestamp (datetime) - "Invalid date

    I am populating oracle source in Sql Server Destination. after few rows it fails it displays this error:

    [OLE DB Destination [16]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft OLE DB Provider for SQL Server" Hresult: 0x80004005 Description:
    "Invalid date format".

    I used this script component using the following code in between the adapters, However after 9,500 rows it failed again giving the same above error:

    To convert Oracle timestamp to Sql Server timestamp

    If Row.CALCULATEDETADATECUST_IsNull = False Then

    If IsDate(DateSerial(Row.CALCULATEDETADATECUST.Year, Row.CALCULATEDETADATECUST.Month, Row.CALCULATEDETADATECUST.Day)) Then

    dt = Row.CALCULATEDETADATECUST

    Row.CALCULATEDETADATECUSTD = dt

    End If

    End If

    I don't know if my code is right . Please inform, how i can achieve this.

    What is the value of the offending row? Redirect the error rows from the SQL dest and see what the offending value is.

    The fact that it gets through 9500 rows and then dies means your logic is right but there is a dodgy row.|||

    Thanks for your support, Crispin,

    I redirected the output at destination (Fail Point) as you said and can see that some columns are displaying the Errors instead of the actual data that gives the clue about which is invalid)

    Column 5

    Error: Year, Month and day parameters describe an unrepresnatable date and time...

    I doubt that the DateSerial function in the script component is unable to extract some formats..

    So,

    1) Does anybody know which representations and range of Oracle (timestamp) is not allowed in Sql Server (Datetime)
    2) Do we have a stable code that can perform Oracle timestamp to Sql Server conversion here

    Thanks

    Subhash Subramanyam

    |||

    Hi Experts in SSIS forum,

    Thanks to LoRez who has raised this question this month again.. I am still having the same problem in SSIS. I have an Oracle timestamp Source Columns that should be populated into Sql Server Datetime columns. Though I am aware of the ranges valid for both the cases, I was unable to frame it properly. . The expression (This only checks the Date Part , I wanted code that converts the time part of the Oracle timestamp into Sql Server Datetime) I have used to convert this is:

    (!ISNULL(REQUESTED_ETA_DATE_CUST) && DATEPART("yyyy",REQUESTED_ETA_DATE_CUST) > 1752 && DATEPART("yyyy",REQUESTED_ETA_DATE_CUST) < 9999) ? REQUESTED_ETA_DATE_CUST : NULL(DT_DBTIMESTAMP)

    Though the expression syntax is valid, it still gives error when I run the dataflow. The error is:

    [Derived Column [136]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "Derived Column" (136)" failed because error code 0xC0049067 occurred, and the error row disposition on "input column "REQUESTED_ETA_DATE_CUST" (372)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.

    Though http://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/7121008802 helps to create a trigger, but not the way we can achieve using SSIS.

    Greatly Appreciate if anybody can pointer or paste the Expression or .NET code that can convert Oracle timestamp into Sql Server Datetime without issues

    Thanks

    Subhash Subramanyam

    |||

    Dear Umachandar, Thanks for briefing up the approach.

    I'd appreciate if you go one step ahead to help my case work.Oracle Timestamp in my case is of the format 'MM/DD/YYYY hh:mm:ss.nnn' and I do not have any control over oracle source. Somehow I must be able to use this to populate the Sql Server datetime. We know that the year should be grater that 1752 which we can validate using above expression. But Validating TimePart seems to be difficult. I tried casting to string, but due to omission of leading zeros makes it difficult to substring that. So do you have a solution for this?

    Umachandar's Reply

    Oracle timestamp range subsumes that of SQL Server's datetime range. So you will not have any issues as long as you use the ISO 8601 format to specify the values (YYYY-MM-DDT hh:mm:ss.nnn). This will ensure that the value will be stored correctly irrespective of collation settings on either servers or Oracle session setttings. You can use timestamp with appropriate precision on Oracle side (timestamp(3) is closest) to match SQL Server datetime.

    Migrating values from Oracle to SQL Server is a different ballgame. You will lose precision, values etc. Oracle has more richer support and wider ranges & ANSI SQL implementation.

    Thanks

    Subhash Subramanyam

    |||

    I've put up an article for this on my blog.

    Cast this Oracle timestamp Column REQUESTED_ETA_DATE_CUST as below:

    Decode(trunc((Extract(YEAR from REQUESTED_ETA_DATE_CUST))/1753), 0,'01/01/1753 12:00:00 AM', TO_CHAR(REQUESTED_ETA_DATE_CUST, 'MM/DD/YYYY hh:mmTongue Tieds AM')) as REQUESTED_ETA_DATE_CUST

    Or

    Go for filtering valid ranges using SSIS transform after casting into a accepted datetime format.

    Error while converting Oracle Timestamp to Sql Server Timestamp (datetime) - "Invalid date

    I am populating oracle source in Sql Server Destination. after few rows it fails it displays this error:

    [OLE DB Destination [16]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80004005. An OLE DB record is available. Source: "Microsoft OLE DB Provider for SQL Server" Hresult: 0x80004005 Description:
    "Invalid date format".

    I used this script component using the following code in between the adapters, However after 9,500 rows it failed again giving the same above error:

    To convert Oracle timestamp to Sql Server timestamp

    If Row.CALCULATEDETADATECUST_IsNull = False Then

    If IsDate(DateSerial(Row.CALCULATEDETADATECUST.Year, Row.CALCULATEDETADATECUST.Month, Row.CALCULATEDETADATECUST.Day)) Then

    dt = Row.CALCULATEDETADATECUST

    Row.CALCULATEDETADATECUSTD = dt

    End If

    End If

    I don't know if my code is right . Please inform, how i can achieve this.

    What is the value of the offending row? Redirect the error rows from the SQL dest and see what the offending value is.

    The fact that it gets through 9500 rows and then dies means your logic is right but there is a dodgy row.|||

    Thanks for your support, Crispin,

    I redirected the output at destination (Fail Point) as you said and can see that some columns are displaying the Errors instead of the actual data that gives the clue about which is invalid)

    Column 5

    Error: Year, Month and day parameters describe an unrepresnatable date and time...

    I doubt that the DateSerial function in the script component is unable to extract some formats..

    So,

    1) Does anybody know which representations and range of Oracle (timestamp) is not allowed in Sql Server (Datetime)
    2) Do we have a stable code that can perform Oracle timestamp to Sql Server conversion here

    Thanks

    Subhash Subramanyam

    |||

    Hi Experts in SSIS forum,

    Thanks to LoRez who has raised this question this month again.. I am still having the same problem in SSIS. I have an Oracle timestamp Source Columns that should be populated into Sql Server Datetime columns. Though I am aware of the ranges valid for both the cases, I was unable to frame it properly. . The expression (This only checks the Date Part , I wanted code that converts the time part of the Oracle timestamp into Sql Server Datetime) I have used to convert this is:

    (!ISNULL(REQUESTED_ETA_DATE_CUST) && DATEPART("yyyy",REQUESTED_ETA_DATE_CUST) > 1752 && DATEPART("yyyy",REQUESTED_ETA_DATE_CUST) < 9999) ? REQUESTED_ETA_DATE_CUST : NULL(DT_DBTIMESTAMP)

    Though the expression syntax is valid, it still gives error when I run the dataflow. The error is:

    [Derived Column [136]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "component "Derived Column" (136)" failed because error code 0xC0049067 occurred, and the error row disposition on "input column "REQUESTED_ETA_DATE_CUST" (372)" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.

    Though http://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/7121008802 helps to create a trigger, but not the way we can achieve using SSIS.

    Greatly Appreciate if anybody can pointer or paste the Expression or .NET code that can convert Oracle timestamp into Sql Server Datetime without issues

    Thanks

    Subhash Subramanyam

    |||

    Dear Umachandar, Thanks for briefing up the approach.

    I'd appreciate if you go one step ahead to help my case work.Oracle Timestamp in my case is of the format 'MM/DD/YYYY hh:mm:ss.nnn' and I do not have any control over oracle source. Somehow I must be able to use this to populate the Sql Server datetime. We know that the year should be grater that 1752 which we can validate using above expression. But Validating TimePart seems to be difficult. I tried casting to string, but due to omission of leading zeros makes it difficult to substring that. So do you have a solution for this?

    Umachandar's Reply

    Oracle timestamp range subsumes that of SQL Server's datetime range. So you will not have any issues as long as you use the ISO 8601 format to specify the values (YYYY-MM-DDT hh:mm:ss.nnn). This will ensure that the value will be stored correctly irrespective of collation settings on either servers or Oracle session setttings. You can use timestamp with appropriate precision on Oracle side (timestamp(3) is closest) to match SQL Server datetime.

    Migrating values from Oracle to SQL Server is a different ballgame. You will lose precision, values etc. Oracle has more richer support and wider ranges & ANSI SQL implementation.

    Thanks

    Subhash Subramanyam

    |||

    I've put up an article for this on my blog.

    Cast this Oracle timestamp Column REQUESTED_ETA_DATE_CUST as below:

    Decode(trunc((Extract(YEAR from REQUESTED_ETA_DATE_CUST))/1753), 0,'01/01/1753 12:00:00 AM', TO_CHAR(REQUESTED_ETA_DATE_CUST, 'MM/DD/YYYY hh:mmTongue Tieds AM')) as REQUESTED_ETA_DATE_CUST

    Or

    Go for filtering valid ranges using SSIS transform after casting into a accepted datetime format.

    Error While connecting to SQL Server

    i have an Error While connecting to My SQL Server Express

    just when i click add new data source i have an error msg as shown in this pic :

    Plz Help Me ,,,

    This seems to be a problem with VS, not SQL Express, according to this post. Check that out and see if it helps.

    Mike

    Error while connecting to analysis services data source from reporting services

  • I am trying to connect to an analysis services data source from reporting services.
  • Analysis services is on a different domain. When I try to run the reports I get the error
  • "Non-Windows user credentials were supplied for a non-http connection to Analysis Services. The Microsoft SQL Server Analysis Services data extension requires Windows Integrated Security unless connecting via http or https. "
  • Any ideas on what is the workaround?

    Try this:

    on the reporting server, create a user ie. report and in IIS let the Reports and Reportserver run as the report user you just created. On the Analysis server, create that same user with the same password. Add that user to the Analysis cube. Thats it.

    I have added my report user on the domain and also locally on the server. I don't think you need the user in both places but you can test as a local user as see what happens

    |||When I modified the user in the report server application poll, I'm getting "service unavailable" error when connecting to reports|||

    Leave the app pool as Network Service,

    In IIS, Report/Reportserver properties ->directory security, check enable anonymous access and type in your user name and password

  •