AWM Wizard Error!!!

I have the following system:
Server - Oracle Database 10g - 10.1.0.3.0
Client - Oracle CLient 9i - 9.2.0.1.0
AWM - 9.2.0.4.1 D
I use OEM to create ROLAP data: dimension and cubes, then use AWM wizard to create analytic workspace (i choose second option: build analytic workspace and load dimensions) and during its execution the following message appear:
Preparing
Creating analytic workspace...
Processing cube AW2_OEM_INVOICE_CUBE
Processing Creating Dimension : AW2_OEM_DISTRICT
Processing Creating Dimension : AW2_OEM_PROVIDER_DIM
Processing Creating Dimension : AW2_OEM_SERVICE_DIM
Processing Creating Dimension : AW2_OEM_TIME_DIM
Processing Defining Load for Dimension: AW2_OEM_DISTRICT
Processing Refreshing Dimension : AW2_OEM_DISTRICT
Processing Defining Load for Dimension: AW2_OEM_PROVIDER_DIM
Processing Refreshing Dimension : AW2_OEM_PROVIDER_DIM
Processing Defining Load for Dimension: AW2_OEM_SERVICE_DIM
Processing Refreshing Dimension : AW2_OEM_SERVICE_DIM
Processing Defining Load for Dimension: AW2_OEM_TIME_DIM
Processing Refreshing Dimension : AW2_OEM_TIME_DIM
Error Message from Server = Problem refreshing dimension:
AW2_OEM_TIME_DIM
AW2_OEM_TIME_DIM.OEM_TIME_SPAN_ATTRIB.ATTRIBUTE is not a Valid Attribute.
(AW$XML) AW$XML
In AWXML!__XML_HANDLE_ERROR PROGRAM:
SqlException = ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "OLAPSYS.DBMS_AWM", line 1126
ORA-06512: at line 1
Error Code = 6510
Sql State = 65000
Error Message from Server = Problem refreshing dimension:
AW2_OEM_TIME_DIM
AW2_OEM_TIME_DIM.OEM_TIME_SPAN_ATTRIB.ATTRIBUTE is not a Valid Attribute.
(AW$XML) AW$XML
In AWXML!__XML_HANDLE_ERROR PROGRAM:
SqlException = ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "OLAPSYS.DBMS_AWM", line 1126
ORA-06512: at line 1
Error Code = 6510
Sql State = 65000
All the cubes could not be added to the Analytic Workspace AW2;
The following cubes could not be added : OEM_INVOICE_CUBE
java.sql.SQLException: ORA-06510: PL/SQL: unhandled user-defined exception
ORA-06512: at "OLAPSYS.DBMS_AWM", line 1126
ORA-06512: at line 1
Tidying Up
Failed to create the analytic workspace
The problem is in the TIME SPAN ATTRIBUTE. It is mapped to the number(5) month_time_span and year_time_span fields, so what it is a problem&

The version of AWM that shipped with 10g is not the same thing as AWM2. AWM2 will be made available once 10.1.0.4 ships, which is currently scheduled for Friday. If you don't have the 10g client cd, you might want to wait for 10.1.0.4 and AWM2.
--Sharon

Similar Messages

  • Import expoort wizard error on sql server 2008r2

    - Executing (Warning)
    Messages
    Warning: Preparation SQL Task 1: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. (SQL Server Import and Export Wizard)
    Warning: Preparation SQL Task 1: Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. (SQL Server Import and Export Wizard)
    - Copying to `tblSFUpload` (Error)
    Messages
    Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
     (SQL Server Import and Export Wizard)
    Error 0xc0209029: Data Flow Task 1: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.  The "input "Destination Input" (615)" failed because error code 0xC020907B occurred, and the error row disposition on "input "Destination
    Input" (615)" 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.
     (SQL Server Import and Export Wizard)
    Error 0xc0047022: Data Flow Task 1: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "Destination - tblSFUpload" (604) failed with error code 0xC0209029 while processing input "Destination Input" (615).
    The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.  There may be error messages posted before this with more information
    about the failure.
     (SQL Server Import and Export Wizard)
    Error 0xc02020c4: Data Flow Task 1: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
     (SQL Server Import and Export Wizard)
    Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on component "Source - tblSFUpload" (1) returned error code 0xC02020C4.  The component returned a failure code when the pipeline engine
    called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
     (SQL Server Import and Export Wizard)
    - Post-execute (Success)
    Messages
    Information 0x4004300b: Data Flow Task 1: "component "Destination - tblSFUpload" (604)" wrote 65535 rows.
     (SQL Server Import and Export Wizard)
    Can someone tell me what to do with this please?

    Hi faiz,
    >>Error 0xc02020c4: Data Flow Task 1: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
    According to this message, it can be caused by that there is not enough memory available or the buffer size is too small. To resolve this issue, I recommend you perform the following steps.
    1. Change the Server memory configuration of the SQL server. For example, you can increase maximum memory via the following scripts. For more information, please review this article:
    Server Memory Server Configuration Options.
    sp_configure 'show advanced options', 1;
    GO
    RECONFIGURE;
    GO
    sp_configure 'max server memory', 4096;
    GO
    RECONFIGURE;
    GO
    2. Adjust the buffer size by increasing the DefaultBufferMaxSize and DefaultBufferMaxRows properties of Data Flow tasks. For more information about it, please review this article:
    Data Flow Performance Features.
    Thanks,
    Lydia Zhang

  • View not copied or enhanced with wizard Error while creating Event Handler method in Z Component

    Hello Friends,
    In one Z Component (Custom Component), in one of the views, while creating event handler, it gave me error message that view not copied or enhanced with wizard.
    I am aware that in Standard Component, if we want to create the event handler method then we need to first Enhance the Component and then we need to enhance the view.
    But, in the Z Component (Custom Component), how to create event handler method in one of the views as while creating event handler method i am getting view not copied or enhanced with wizard error.

    Hi,
    Add a method in views impl class with naming convention eh_on__* with htmt and html_ex parameters.  I dont have have the system right now. Please check any existing event import export parameters.
    Check out do handle event method in the same class.
    Redefine that method.  Call that event method in this handle method. See existing code for reference.
    Attach that event to the button on click event in .htm page.
    Regards,
    Bhushan

  • When deploy: Wizard error a connection to the deployment share could not be made "check physical connection"

    Hello everybody,
    yet another issue with deploying a masterdisk. I will give you a short explanation of the situation.
    I need to deploy Windows 8.1 PRO x86. 
    Using: Microsoft Deployment Workbench Microsoft Version: 6.2.5019.0
    1. Reference PC: Windows 8.1 PRO x86 is installed on ORACLE Virtual Box.
    2.  I installed  MDT on my workstation Windows 7 x64, where "C:\DeploymentShare\Windows8" is located.
    3. To change the Unattended.xml file, I have second ORACLE Virtual Box with
    Windows 8.1 PRO x86 with MDT, which connected to the DeploymentShare of Windows 7 x64.
     - The reason is because the Reference PC is x86 and the Unattended.xml file can be changed only if MDT is installed on x86 Windows, otherwise it is not possible.
    The image capture is successful.
    Then I create bootable USB device using rufus-1.4.12.exe. I use: C:\DeploymentShare\Windows8\Boot\LiteTouchPE_x86.iso
    I use a real PC (not virtual machine) and when the deployment starts
    I see: 
    1 Welcome screen, where I select: Run the deployment wizard to  install a new operating system.
    2. The next screen is an error screen where I see the error: 
    "Wizard error
    A connection to the deployment share (\\ComputerName\C\DeployemntShare )could not be made
    DHCP Lease was not obtained for any Networking devices!
    Possible cause: Check physical connection
    I am relatively new with MDT.
    Any suggestions are more than welcome.

    Nick,
    Thank you for the answer!
    Yesterday, I figured out that I need to create an offline bootable disk. 
    The issue is caused, because creating a bootable disk with rufus.exe include only the ISO file and not the WIM file. That is the reason why during OS installation process it asks me for the shared folder...

  • OIM 11g Server Configuration Wizard Error - Cannot Connect to Oracle DB

    I appreciate any and all suggestions or thoughts on how to best continue troubleshooting this error that I am describing below.
    I am attempting to install Oracle Identity and Access Management Suite 11g on a Windows 7 machine…in following the installation guides I have successfully installed the following Oracle Components
    - Oracle Database 11.2.0.1.0
    - Created Schemas using RCU 11.1.1.3.3
    - Oracle WebLogic Server 10.3.3.0
    - Oracle SOA 11.1.1.2.0
    - Oracle SOA 11.1.1.3.0 (Patch Set)
    - Oracle IAM SUITE 11.1.1.3.0
    Following the above installations, I created a new WebLogic Domain and as the next step am running the OIM Configuration Wizard to configure the OIM Server, however I am unable to setup a connection to the Oracle DB via the OIM Configuration Wizard. I am getting an error message when attempting to setup the connection to the Oracle Database using the OIM 11g Server Configuration Wizard:
    ERROR:*
    INST:6102 Unable to connect to the database with the given credentials.
    *+[DETAILS] Check the values. Make sure the Database is up and running and connect string, user name, and password are correct.+*
    INST:6102 Unable to connect to the database with the given credentials.
    *+[DETAILS] Check the values. Make sure the Database is up and running and connect string, user name, and password are correct.+*
    When installing the Oracle Database 11gR2 I used the following install configuration:
    Oracle base: C:\MyApps\Oracle
    Software location: C:\MyApps\Oracle\DB_HOME\11.2.0\dbhome_1
    Database file location: C:\MyApps\Oracle\DB_HOME\oradata
    Database Edition: Personal Edition (3.27 GB)
    Character Set: Unicode (AL32UTF8)
    Global database name: orcl.dev.com
    Administrative Password: Password1
    Confirm Password: Password1
    When creating my Schemas using RCU 11.1.1.3.3 I used the following Database Connection Details
    DB TYPE: Oracle Database
    HOST NAME: localhost
    PORT: 1521
    SERVICE NAME: orcl.dev.com
    USERNAME: sys
    PASSWORD: Password1
    ROLE: SYSDBA
    I used a Prefix of “DEV” when creating the schemas so Schema Owners DEV_OIM and DEV_MDS where created. Also, I configured to use the same password for all Schemas: “Password1″. So the password for DEV_OIM and DEV_MDS should be the same, “Password1″.
    REPRODUCING THE ERROR
    To reproduce the error, when I launch the Oracle Identity Management 11g Configuration Wizard I am first brought to the “Welcome” Screen. I click the [Next>] button.
    Next, I am on the “Components to Configure” screen where I select OIM Server and OIM Design Console and click the [Next>] button. (NOTE I have also tested by simply selecting only the OIM Server)
    Next, I am on the “Database” screen where I enter the connection information
    Connection String: localhost:1521:orcl.dev.com
    (NOTE I have also tested using localhost:1521:orcl)
    OIM Schema User Name: DEV_OIM
    OIM Schema Password: Password1
    MDS Schema User Name: DEV_MDS
    MDS Schema Password: Password1
    When I click the [Next>] button after entering the Database Connection details I encounter the following two errors (1 error for each logon DEV_OIM and DEV_MDS)
    INST:6102 Unable to connect to the database with the given credentials.
    INST:6102 Unable to connect to the database with the given credentials.
    TROUBLESHOOTING
    NOTE: I can successfully start the Oracle DB Services and connect via the Enterprise Console, SQL Plus, and JDBCTest Java Client…I just cannot get past this connection error in the OIM Server Configuration Wizard.
    JDBCTest.java TEST CLIENT
    NOTE: THIS IS THE JAVA TEST CLIENT THAT I AM USING TO TEST DATABASE CONNECTIVITY THRU A SPECIFIED JDBC URL AND DRIVER THAT WORKS SUCCESSFULLY.*
    import java.sql.Connection;
    import java.sql.DatabaseMetaData;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    public class JDBCTest {
    public static void main(String[] args) throws Exception {
    String url = "jdbc:oracle:thin:@localhost:1521:orcl";
    String driver = "oracle.jdbc.OracleDriver";
    String user = "DEV_OIM";
    String password = "Password1";
    try {
    Class.forName(driver);
    Connection conn = DriverManager.getConnection(url, user, password);
    // Get the MetaData
    DatabaseMetaData metaData = conn.getMetaData();
    // Get driver information
    System.out.println("");
    System.out.println("#########################################");
    System.out.println("# ***DRIVER INFORMATION***");
    System.out.println("#");
    System.out.println("# Driver Name = " + metaData.getDriverName());
    System.out.println("# Driver Version = " + metaData.getDriverVersion());
    System.out.println("#");
    System.out.println("#########################################");
    System.out.println("");
    System.out.println("");
    // Get database information
    System.out.println("#########################################");
    System.out.println("# ***DATABASE INFORMATION***");
    System.out.println("#");
    System.out.println("# Database Product Name = " + metaData.getDatabaseProductName());
    System.out.println("# Database Product Version = " + metaData.getDatabaseProductVersion());
    System.out.println("#");
    System.out.println("#########################################");
    System.out.println("");
    System.out.println("");
    // Get schema information
    ResultSet schemas = metaData.getSchemas();
    System.out.println("#########################################");
    System.out.println("# ***SCHEMA INFORMATION***");
    System.out.println("#");
    System.out.println("# Schemas:");
    while (schemas.next()) {
    System.out.println("# " + schemas.getString(1));
    System.out.println("#########################################");
    System.out.println("");
    System.out.println("");
    // Get table information
    System.out.println("Tables");
    ResultSet tables = metaData.getTables("", "", "", null);
    while (tables.next()) {
    System.out.println(tables.getString(3));
    conn.close();
    } catch (Exception ex) {
    ex.printStackTrace();
    *"lsnrctl status" COMMAND TEST SUCCESSFUL*
    When the Listener Service is on I get the following output using lsnrctl status command
    C:\> lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 21-SEP-2010 15:59:43
    Copyright (c) 1991, 2010 Oracle. All rights reserved.
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows:Version 11.2.0.1.0 - Production
    Start Date 21-SEP-2010 14:43:57
    Uptime 0 days 1 hr. 15 min. 46 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\MyApps\Oracle\DB_HOME\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora
    Listener Log File c:\myapps\oracle\diag\tnslsnr\\listener\alert\log.xml
    Listening Endpoints Summary…
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary…
    Service “CLRExtProc” has 1 instance(s).
    Instance “CLRExtProc”, status UNKNOWN, has 1 handler(s) for this service…
    Service “orcl.dev.com” has 1 instance(s).
    Instance “orcl”, status READY, has 1 handler(s) for this service….
    Service “orclXDB.dev.com” has 1 instance(s).
    Instance “orcl” status READY, has 1 handler(s) for this service…
    The command completed successfully

    Whenever installing oracle databases, i install the software only first. Then i setup the listener. Then i create a database instance using the dbca tool. This way all the information is added to the pre-existing listener configurations rather than trying to create the listener afterwards. Also, during the dbca database creation, i supply a full service name such as orcl.hostname and use the service name in future configurations where it asked. This usually solves any issues of the listener or database not being found correctly.
    -Kevin

  • LOV wizard error 10905

    Whenever I try to assign a return value using the LOV wizard, I get this error message:
    FRM-99999: Error 10905 occurred. See the Release Notes file (relnotes) for information about this error. When I search through the release notes, there is nothing on this error [either number]. Can anyone help???
    Krissie

    FRM-99999
    Error 10905
    LOV wizard error
    I was able to get around this glitch by manually typing the <block_name>.<item_name> into the return value field in the LOV wizard instead of clicking the button "Look up return item..." button.
    I have no idea why it works one way and not the other.

  • Visio Database Wizard Error

    I try to connect visio 2013 to a sql database. Purpose is to have shape data in sql database (not in excel or access).
    I use the database wizard from the Add-Ons section in Visio and whatever existing table I select or whatever table I create from within this wizard (Define Table option) I get the following Visio Database Wizard Error:
    'The selected table has one field or contains no definition information. The Database Wizard requires a minimum of one key field and one additional data field.'
    Note that I tested succesfully to export the complete existing drawing to a database table using one of the other options and that I get exactly the same error when pointing to this exact table in sql server when starting the database wizard.
    To be complete: I use Visio 2013 pro and SQL 2008 R2 Express edition.
    Any thoughts?

    Hi,
    To the error message, the reason this error occurs is that the length of the Filepath to the sql database is too long. Visio has a hard limitation of 128 characters for a complete path.
    There are a couple of ways to avoid this issue.  
    1. On a local drive, move the files to a location ‘higher’ in the folder list, to shorten the full pathname. 
    2. For a remote share, change the level of the drive letter mapping to a higher level to shorten the full pathname.
    Similar to issue described in article:
    http://support.microsoft.com/kb/287624/en-us
    Regards,
    George Zhao
    TechNet Community Support
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Dunning Wizard error message

    Dear All,
    I have an error message with the Dunning Wizard, and cannot print any of the Dunning Letters. The error message is: 'Invalid variable number (RPT -6300) (Field F_136) Variable '452' I have already deleted this field from the layouts, but it didn't help. I have switched back the default layout forms to the predefinied 'System' types, but the error message is still there. Do you have any  idea on that issue?
    Thank you, Balazs

    If you never deleted any fields from system PLD when you edited your PLD, it might be application error.
    Thanks,
    Gordon

  • Weblogic Server 10.3.5 - Configuration Wizard Error

    Hi
    I am a newbie to forum threads. Please dont mind if I posted incorrectly.
    When I try to run configuration wizard of weblogic server 10.3.5, I am getting the following error.
    Java Virtual Machine Launcher
    Could not find the main class:
    com.oracle.cie.wizard.WizardController. Program will exit.
    I have't moved any files from installatio directory.
    Please anyone help me out to resolve the issue.
    Thanks in advance.

    How are you trying to run the installer?
    Is it a .exe file OR a .bin file OR a .jar file?
    I am assuming that it is a .jar file.
    The .jar installers would need JAVA to be pre-installed and then use the pre-installed Java to run the installer
    Something like:
    <JAVA_HOME>\bin\java -jar wls1035_generic.jar
    where JAVA_HOME is the location of the Java Installation
    Please review the following documentation for further information:
    http://docs.oracle.com/cd/E21764_01/doc.1111/e14142/guimode.htm#BABHJJEG
    Arun

  • Payment Wizard Error

    When I run the payment wizard I get an error from within SBO when it comes to display the Payment Methods.
    I have run profiler and the SQL that SBO generates is corrupt.  Just wondering if anybody else has had this and knows of a fix?
    SELECT T0.PayMethCod, T0.GLAccount, T1.CurrTotal, T0.Descript, T0.Type FROM [dbo].[OPYM] T0 INNER  JOIN [dbo].[OACT] T1 ON  T1.AcctCode = T0.GLAccount   INNER  JOIN [dbo].[CRD2] T2 ON  T2.PymCode = T0.PayMethCod   INNER  JOIN [dbo].[PYD1] T3 ON  T3.PYMCode = T0.PayMethCod   WHERE T0.Type = N'O'  AND  (T0.BankTransf = N'C' ) AND  T0.GLAccount > N'' )  GROUP BY T0.PayMethCod, T0.GLAccount, T1.CurrTotal, T0.Descript, T0.Type ORDER BY T0.Type DESC

    Hi Brenton,
    Thank you for this question. I am sorry, but I never had this and I don't know a fix as well
    Maybe someone else knows...
    But as you already stated, what you are reporting certainly is a bug.
    Please post it also on the Service Marketplace http://service.sap.com/ (the main place to report bugs) so that it will be fixed.
    Best regards,
    Frank

  • Payment Wizard error: 'No matching records found  'Bank Codes' (ODSC) (ODBC -2028)'

    Hi Experts,
    I am running a Payment Wizard for a Bank Transfer for a certain vendor, however I get the error "No matching records found  'Bank Codes' (ODSC) (ODBC -2028)".
    I already checked my Bank settings and payment method settings but I still get the error.
    I checked SAP Note 1980507 but the scenario should be without bank details in the BP payment terms tab. But in my case, its defined yet I get the same error as reported.
    Any help would be appreciated.
    Thanks,
    Don

    Hi,
    Please check whether following setup done for payment wizard.
    725786
    - Definitions necessary for the payment wizard
    Thanks & Regards,
    Nagarajan

  • Dynamic List Wizard error - can't connect to recordset or table

    I'm using Windows Vista, CF 8, and DW CS3.
    I have just started working with the Dynamic List Wizard and cannot get it to work. I have tried both options: get data from recordset, and get data from table. When I click on "finish" I get the following error message: Please select a connection that contains tables for updating, or click cancel.
    Everything appears to be good to go. I've refreshed my recordset, my database connections, etc. Has anybody else had this issue and what is the workaround?
    Also, is there a tutorial out there ANYWHERE for this part of the extension? Interakt had such great Flash demos ... what's up with Adobe? No Flash demos for this extension?
    Thanks!

    Backing up to a third-party NAS with Time Machine is risky, and unacceptably risky if it's your only backup. This is an example of what can happen. If the NAS doesn't work, your only recourse is to the manufacturer (which will blame Apple.)
    If you want network backup with Time Machine, use as the destination either an Apple Time Capsule or an external hard drive connected to another Mac or a mini-tower (802.11ac) AirPort base station. Only the 802.11ac base station supports Time Machine, not any previous model.

  • [XI 3.1] Import Wizard Error 21: RSS file does not exist

    Hi,
    I would like to migrate from 6.5 to 3.1. I would like trasfer universe and reports with Import Wizard. But I receive this error:
    ERR21:Execute request to Cnx Server failed : RSS file does not exist : D:\Programmi\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer
    oledb\extensions\migration\sqlsrv2000.rss
    And this is from logs file:
    2008/11/21 11:11:28.663|>>|E| | 2792|3300| |||||||||||||||No localization information available
    2008/11/21 11:11:31.633|>>|E| | 2792|3300| |||||||||||||||Execute request to Cnx Server failed : RSS file does not exist : D:\Programmi\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer
    oledb\extensions\migration\sqlsrv2000.rss
    d:\Mira_RTM\src\Tools\export\iface\astools/I18nClassicCharset.h:59:class ucs2string &__thiscall ASTools::I18n::CharsetConverter<struct ASTools::I18n::DefaultLocaleFactory>::operator ()(const class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,class ucs2string &) const: TraceLog
    So I can' t see my universes and *.rep files.
    What I can do?
    Thanks

    Hello
    The following solution may work for u.
    You may receive the above error message if BusinessObjects Enterprise tries to access  database after the associated RSS file has been deleted or corrupted.You need to replace the deleted or corrupted RSS file with a clean copy of the file, either from another BusinessObjects Enterprise installation
    Regards
    mahesh

  • Copy Database Wizard error: Enumerate subsystems failed for JobServer

    Hi, non-SQL person looking for some guidance. I'm trying to copy databases with permissions from a Win2008 server with SQL2008R2 to a Win2012 server with SQL2012. I'm running SSMS on the 2012 instance, and intiating the Copy Wizard from there. I'm getting
    the following error. Thanks.
    TITLE: Copy Database Wizard
    Enumerate subsystems failed for JobServer 'Win2012serverSQL2012'.
    For help, click:
    http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=11.0.3401.0+((SQL11_SP1_QFE-CU).140109-1303+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Enumerate+subsystems+JobServer&LinkId=20476
    ADDITIONAL INFORMATION:
    An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
    The EXECUTE permission was denied on the object 'sp_enum_sqlagent_subsystems', database 'msdb', schema 'dbo'. (Microsoft SQL Server, Error: 229)
    For help, click:
    http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=11.00.3401&EvtSrc=MSSQLServer&EvtID=229&LinkId=20476

    TITLE: Copy Database Wizard
    Create failed for JobStep 'NAME_CDW_2008ServerName_Win2012serverSQL2012'.
    For help, click:
    http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=10.50.4000.0+((KJ_PCU_Main).120628-0827+)&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Create+JobStep&LinkId=20476
    ADDITIONAL INFORMATION:
    An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
    The @flags parameter is not valid for a job step of type 'SSIS'. (Microsoft SQL Server, Error: 14545)
    For help, click:
    http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=11.00.3401&EvtSrc=MSSQLServer&EvtID=14545&LinkId=20476
    BUTTONS:
    OK
    Hi scogordo,
    From your description, are you using SSMS 2008 R2 to perform the copy action?  I make a test on my computer, and get the same error as yours. To work around this issue, please use SSMS 2012 to copy database from SQL Server 2008 R2 to SQL Server 2012.
    There is a feedback to Microsoft about the issue for your reference.
    https://connect.microsoft.com/SQLServer/feedback/details/810037/copy-database-fails-when-copying-database-from-sql-server-2008-r2-sp2-to-sql-server-2012-sp1 
    Thanks,
    Lydia Zhang

  • Payments Wizard error

    One of our clients is experiencing a problem with the Payments wizard for payments to their suppliers. They executed a wizard, which did not generate any payments, even though there are payments which need to be made against the suppliers.
    If we try to run another wizard to make the payments it comes up with no data and no further payments, for the invoices that are due for payment.
    there have been successful payment runs before and after the two that resulted in no outgoing payments, The main problem now is that we cannot make payments against the invoices and suppliers listed on the two wizard runs that resulted in no payment.
    if anyone has seen anything like this please let me know, i can provide screenshots of the steps in the 'faulty' wizard runs, but i doubt there is a configuration error.

    Hi Philip,
    We've had problems of this nature with clients running earlier patches of SP1 (eg 2005A SP1 patch 11). I believe this was fixed in a later patch (19 or 20 if memory serves me right but it's worth checking with SAP to be sure). To fix the incorrect payment runs we had to get SAP to connect to the client's server via a Webex session and correct the database.
    Kind Regards,
    Owen

Maybe you are looking for

  • Error when creating source system

    Hi, Could someone help me to solve this issue :When I want to create a source system D99100  in BI , I get the following message: the test and remore connection via sm59 in BI are OK. Source system cannot use any of the proposed connection names Mess

  • Premiere / Media Encoder CS5 and deinterlacing

    Maybe it's just me, but I'm not at all happy with the deinterlacing results from Premiere CS5 and Media Encoder. I've been using Premiere since CS3 and hoped for improvement in CS4, but no. And now with CS5, it's still just not good... This is what I

  • Usage of /br tag in report headings

    Hi all, as interactive reports don't wrap text natively, we use </br> in heading and everything works fine. Could this cause some problems to Apex? Thank you!

  • How to call 'calendar' in 6i

    in 6i, is there any built-in 'calendar' for me to call out, so that the user can easy to select date....

  • BT Infinity Availability for BA14 7UW (Hilperton, ...

    I've been waiting since June 2013 for BT Infinity. This is when I moved to the area and I've been checking the availability page religiously more or less every week. I think I've become obsessed! The availablilty page says that I should be able to ge