Undocumented error when trying to copy azure database (worked fine until recently)

Until recently executing
create database CB_Karakter_ACC as copy of jzv6wwe8gl.CB_Karakter_PRD
on azure instance bycz1k0pmu worked fine. Today, I'm suddenly getting
Msg 40197, Level 20, State 1, Line 65536
The service has encountered an error processing your request. Please try again. Error code 40184.
I cannot find any info relating to error code 40184 anywhere on the internet. What does this message imply?
FYI: Just did a backup of the PRD db with redgate cloud services (to azure blob) and tried to restore it on the test instance. I got msg:
Microsoft Restore Service returned an error: Error encountered during the service operation. Could not import package. Error SQL72014: .Net SqlClient Data Provider: Msg 15247, Level 16, State 100, Procedure sp_create_login, Line 1 User does not have permission
to perform this action. Error SQL72045: Script execution error.  The executed script: CREATE LOGIN [CB_Karakter_PRD]    WITH PASSWORD = '******';  
So probably the 40184 has something to do with security. Would be helpful to add this msg to e.g. http:// msdn.microsoft.com/en-us/library/windowsazure/ff394106.aspx (put space behind first / since this txt box doesn't allow me to put in links since
my account is not verified or something...). If it's indeed about permissions that is.
Ok after executing
exec sp_addrolemember 'loginmanager','CB_SysAdmin_PRD'
the CREATE DATABASE...AS COPY OF stmt still resulted in the same error. Will now try redgate again...
Restore with redgate was succesful now. Question remains why CREATE DATABASE doesn't work anymore.

Hello,
Based on your description, you copy a database between two different SQL Database servers. When ACC database is copied form PRD database, the login that copied the database becomes the DBO of ACC. All database users and their permissions (but not their SIDs)
from PRD are copied to ACC. Because of the new SID, the login from the PRC sever may not work on the new database.
To workaround this issue, please try to use the DBO login and the ALTER USER statement to map users in the new database to logins on the new SQL Database server.
For example: ALTER USER 'CB_SysAdmin_PRD' WITH LOGIN='loginName'
Reference:
Copying Databases in Windows Azure SQL Database
Currently, I didn't find any document about error codes 40184 embedded within the message of error 40197. You can try to submit a feedback on the SQL Database feedback forum:
http://feedback.windowsazure.com/forums/217321-sql-database
Regards,
Fanny Liu
Fanny Liu
TechNet Community Support

Similar Messages

  • Ora 12154 error when trying to add a database to VS Server Explorer

    Hi Everyone,
    I get the Ora 12154 error when trying to add a database to VS Server Explorer.
    How do I get around this problem.
    The database service is running and I can connect to the database with pl/sql.
    I can also tnsping the database and that is also ok.
    Looks like a problem with the odp.net software.
    I am running the 32 bit Oracle 11g on a Windows7 Home Premium 64 bit PC.
    I am new to this stuff so please help me step by step.
    Thanks.
    Emad

    Hi J. B.
    I have a question related to this. After you told me about the //host:1521/database alias I tried it in a VB 2008 program and it worked and returned data. At least I know that it can be used in a VB program without issues. I just now need to be able to add a connection with the Server Explorer.
    Anyway here is the VB coding I used. I'm new to this and still learning:
    Imports Oracle.DataAccess.Client ' Visual Basic ODP.NET Oracle managed provider
    Public Class Form1
    ' String to connect to the database.
    Dim strConnectionString As String = _
    "Data Source=//emad-pc:1521/emadeva;User ID=scott;Password=tiger;" '
    ' Associate the connection string with a connection object.
    Dim objOracleConnection As New OracleConnection(strConnectionString)
    ' SQL query for returning data rows.
    Dim strSqlQuery As String = _
    "Select dname, deptno " & _
    "From dept " & _
    "Where deptno = 10" '
    ' Command object to make this query work.
    Dim objOracleCommand As New OracleCommand(strSqlQuery, objOracleConnection)
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    ' Identify what type of command is being used.
    objOracleCommand.CommandType = CommandType.Text
    Try
    objOracleConnection.Open()
    ' Set up a Data Reader and load it with data.
    Dim objOracleDataReader As OracleDataReader = _
    objOracleCommand.ExecuteReader()
    objOracleDataReader.Read()
    ' Convert the department number to a string.
    lblDepartmentNumberFromOracle.Text = _
    CStr(objOracleDataReader.Item("deptno"))
    Catch ex As Exception
    MessageBox.Show(ex.Message, "Error")
    End Try
    End Sub
    End Class
    I still want to thank you for the help you are providing.
    Truly,
    Emad

  • Why does my retina MBPro and the projector go blank, when connecting with HDMI? This worked fine until the latest OS and firmware update.

    Connecting through HDMI worked fine, until the recent firmware update and the 10.7.5 OS update. Now, both retina display and projector dosplay go blank, with the screen coming back when unplugged from the projector.

    Clone your system.
    Never apply updates w/o one.
    And yes there is a page with all the Apple Downloads to do manually and then you can keep it on hand. Same for the OS X Lion or ML installer - save them before running. Still on 10.6.8 so you have OS X 10.6 DVD.
    Combo updates do not do any harm. There could be issues to the drive directory beforehand.
    Mac Pro has been shipping with Lion since summer 2011, though you can even now still reinstall iwth 10.6.4+

  • Error when trying to copy a work area in Oracle designer

    In oracle designer,I tried to copy a work area by selecting.
    File-->>Change work area.
    Then from the "Work area" pop up window,I selected the new option.
    In the Create work area wizard i chose "Copy a work area" and gave the Name ,description and the work area to be copied.
    When i click the finish button,I am getting the following error.
    "CDR-01005: Workarea compilation failed: ORA-01422: exact fetch returns more than requested number of rows. "
    Please let me know how to copy a work area in Oracle designer.
    Thanks in advance.

    Note 277801.1
    Views Return Records From The Wastebasket.
    Possible Symptoms
    ~~~~~~~~~~~~~~~~~
    1) executing a SELECT FROM CI_... views return more rows than expected.
    2) SELECT ... INTO ... FROM CI_... views raises error
    ORA-1422: exact fetch returns more than requested number of rows.
    3) Deleting an object from the repository fails with the following errors:
    RME-00020: Internal API error -
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at "<repos_owner>.JR_NAME", line 3680
    ORA-06512: at "<repos_owner>.JR_NAME", line 4138
    ORA-06512: at "<repos_owner>.JR_ERROR", line 193
    ORA-06512: at "<repos_owner>.SDD_TAB_D", line 961
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-04088: error during execution of trigger '<repos_owner>.SDD_TAB_D'
    NB: the name of the trigger (SDD_TAB_D in the above example) will vary
    depending on the object type you are deleting
    4) Compilation of a Workarea fails with the following errors:
    CDR-01005: Workarea compilation failed:
    ORA-01422: exact fetch returns more than requested number of rows.
    Workaround
    ~~~~~~~~~~
    For symptoms 1 and 2, define the context of a workarea before selecting from
    the CI_... views:
    exec jr_context.set_workarea ('<Workarea Name>');
    For the other symptoms, the errors are caused by RDBMS bugs that were fixed
    in the last patch set releases of databases.
    We recommend that you upgrade to a version of the database that is certified
    with the release of Designer that you are using.
    See Note 60705.1 for details

  • Error when trying to copy a job,BP_JOB_CREATE fuction modulecaled incorrect

    Hello All,
    Please help, this is a weird message and I have no idea what the error message means.
    A user was trying to copy a job and got this error message:
    Error message:
    The background processing system was unable to copy the job . The failure occurred in the BP_JOB_CREATE function module and may be due to one of the following reasons:
    1. The new job could not be created because of problems with the control tables of the background processing system. This error suggests that there are problems in the database system.
    2. The BP_JOB_CREATE function module was called incorrectly. There is a programming error in the calling program.
    The user does has authorization to copy and nothing has changed in her access.
    I tried to copy the job and I was able to do, so was one more user from a different team.
    I looked in ST22 and there are no messages generated by that user.
    Please help, this is a production issue.
    Thanks.

    I got this issue resolved.
    It was an authorization error.
    We recently changed one of the job step owner and the step owner did not have authorization to copy jobs that belonged to different users.
    Added the required role and the problem was fixed.

  • Dreamweaver CS6 - Get error when trying to connect to database..

    When trying to connect to a database in Dreamweaver CS6 - I keep getting this error... 'An unknown error has occurred'.  I've exhausted all google hits.. and have tried EVERY combination possible during the past 4 years... SOS - please help me..  Thanks!

    Moving it yet again to the correct Dreamweaver forum: Developing server-side applications in Dreamweaver.
    Usually, "an unknown error has occurred" means that there's something wrong with your testing server definition. Have you followed the instructions here: http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html ?

  • Error when trying to copy files to external drive

    When attempting to copy files to external hard drive I get a message " unable to copy some data, error code -36".
    How do I find out what that error code is tring to tell me?

    Sadly, I have had this issue as well. Last eyar Iit got to the point I couldn't copy at all. From what I recall, Apple told me it could be one of many things. A bad internal drive, bad permissions, a bad external drive, a bad firewire port, a bad cable, bad memory, and on and on. I never did figure it out, but I do know my hard drive did crash a month later. However, having said that, I own a new computer, and last week, it started again. Still have not figured out what is going on. Good luck.

  • Error when trying to copy Library

    Get this error message when attempting to copy an Aperture library: "The Finder can’t complete the operation because some data in “2012” can’t be read or written. (Error code -36)" Other libraries duplicate easily, so not a RAM or system issue. Have done all three library first aid steps. What else can I try? Need to get this library onto my external as my internal is about full! Thanks for your help.

    Have you also checked, if the external drive is formatted correctly? MacOS X Extended (Journaled)? If not, make sure it has the same file system as your internal drive and reformat the external drive, if necessary. Set the "Ignore Ownership on this volume" flag, if it is not set.
    This I don't understand:
    Thanks for the suggestion but still get the same message after individually copying all subfolders as you instructed in my 2012 library to verify individually.
    So you could copy all folders individually; then there is no need to copy the complete library again.
    The idea is to copy all folders from your library individually to another folder on your external drive, in exactly the same folder structure as the original library.
    Then this folder will contain your transferred Aperture library. The last step would be to rename the enclosing folder "ApertureLibrary2012.aplibrary" and double click it to open it in Aperture and test, if it is working.
    -- Léonie

  • Extended Analytics. Error when trying to connect the database

    Hi all,
    we have created the UDL file for the star schema database and configure the DSN in EPM System Configurator (11.1.1.3)
    UDL file is connecting correctly but when we try to "Create star schema" we get an error "Error occured whil connecting to the database".
    Any ideas? are we missing sth?
    Regards

    Have you given the rights grant 'connect' to the schema or database??
    Varun

  • Errors when trying to get a Database connection

    We resolved the JSP page not found issue and now the Iview seems to be able to access the JSP page . Now we are getting a Portal runtime error when we try to access the Iview :
    An exception occurred while processing a request for :
    iView : pcd:portal_content/HistPerf
    Component Name : ProfitAnalysis.HistoricalPerformance
    invalid arguments in call.
    #1.5#0007E904947000400000027600000A680003ED6C4B216995#1105474302842#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#Administrator#271##LABTEST01_P66_4818350#Administrator#77dbe2d0640a11d9a50f0007e9049470#SAPEngine_Application_Thread[impl:3]_17##0#0#Error#1#/System/Server#Java###Exception ID:12:11_11/01/05_0008_4818350
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component : pcd:portal_content/HistPerf
    Component class : jsp._sapportalsjsp_maxager
    User : Administrator
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:627)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:337)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:315)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:815)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:238)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:151)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Original exception:
         at jsp._sapportalsjsp_maxager.doContent(_sapportalsjsp_maxager.java:250)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 29 more
    Caused by: java.sql.SQLException: invalid arguments in call
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
         at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:1160)
         at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:183)
         at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:346)
         at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:468)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:314)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:171)
         at com.maxager.pct.profitanalysis.util.DatabaseUtilities.getConnection(DatabaseUtilities.java:103)
         at com.maxager.pct.profitanalysis.util.DatabaseUtilities.getConnection(DatabaseUtilities.java:38)
         at com.maxager.pct.profitanalysis.util.User.init(User.java:44)
         at jsp._sapportalsjsp_maxager.doContent(_sapportalsjsp_maxager.java:108)
         ... 32 more
    #1.5#0007E904947000400000027800000A680003ED6C4B217317#1105474302842#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#Administrator#271##LABTEST01_P66_4818350#Administrator#77dbe2d0640a11d9a50f0007e9049470#SAPEngine_Application_Thread[impl:3]_17##0#0#Info##Plain###UserAgentHook: component com.sap.portal.runtime.system.hooks.ErrorComponent supports  (*, *, *) #
    #1.5#0007E904947000400000027900000A680003ED6C4B217683#1105474302842#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#Administrator#271##LABTEST01_P66_4818350#Administrator#77dbe2d0640a11d9a50f0007e9049470#SAPEngine_Application_Thread[impl:3]_17##0#0#Info##Plain###------PRT AbstractPortalComponent: calling doContent for portal component:  com.sap.portal.runtime.system.hooks.ErrorComponent#
    Can anyone offer any help on this problem ?
    Thanks
    Ravi

    Hi Ravi,
    The problem could be because of a wrong JDBC url or user id or password. Check whether the entries are the correct one.
    Check out "java.sql.SQLException: invalid arguments in call" in google.
    Regards,

  • Error message ''Disk Full' when trying to export with CS6, works fine in 5.5

    I get an error message when I try to export media in Premiere CS6 that I don't have in CS5.5
    I use export media for a AVCHD 60fps sequence with a few photoshop images on top of the main track. In the export settings I choose ''match sequence settings'' which gives me a .mpeg I- frame, 1920 x 1080 P, 60fps, quality 50, and a I tick the ''use maximum render quality'' check box at the bottom.
    It used to work fine but now I get a message: Disk Full where there is 1.5 TB free on the disk?
    I have the exact same sequence made in Premiere Pro CS 5.5 and it exports fine.
    It started to act weird after I used the queue for the first time and it went to the CS6 encoder.
    Since I used that once and it gave me that message for the first time, even when I try to do the same thing directly in Premiere CS6 , I always get the same error message.
    Question 2, is there a place to change the settings from 50 to 100 for the quality of this export profile?
    By the way I can export with other profiles without problems but this setting is the only one that I've seen that lets me keep my 60 frames per second in the export
    process. (Example: I can export this sequence in the H.264, 1920 x 1080, 30fps, high quality preset, using the maximum render quality in CS6)

    Hi Guys,
    Thanks for the input but if you read my message correctly and until the end I already can export to other settings and I want an answer to this problem. There's no logical explanation to why this suddenly wouldn't work with the same sequence that it used to do fine with and that CS 5.5 handles fine.
    As I said earlier this is the only setting that lets me export my sequence with the 60 fps, that I know of, for further and easier manipulation. As my main camera provides me with these 60 fps I'd really like to be able to have them left in that transition phase and, no, I'm not gonna give up until I know, really, what's going on and solve that problem. If this is a bug it needs to be fixed, if not I want to know what's happening.
    Also there's no answer to my question 2: Question 2, is there a place to change the settings from 50 to 100 for the quality of this export profile?
    So for you experts out there the question is still hanging.

  • Error when starting a jnlp that should work fine

    When i try to launch a jnlp file with Web Start, I get an "Unable lo launch the application" error right after the "Java Starting..."-splash appears.
    Details:
    MissingFieldException[ The following required field is missing from the launch file: <jnlp>]
         at com.sun.javaws.jnl.XMLFormat.parse(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    The jnlp:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase = "http://aoc.idi.ntnu.no" href = "aoc3.jnlp">
      <information>
        <title>Age of Computers 3</title>
        <vendor>Datamaskiner Grunnkurs</vendor>
        <homepage href = "http://www.idi.ntnu.no/~joh/"/>
        <description>Spillbasert &#65533;vingsopplegg for datamaskiner grunnkurs</description>
      </information>
      <resources>
        <j2se version = "1.5+"/>
        <jar href = "aoc3Client.jar"/>
      </resources>
      <security>
        <all-permissions/>
      </security>
      <application-desc main-class = "aoc3.client.Client">
        <argument>aoc.idi.ntnu.no</argument>
      </application-desc>
    </jnlp>(As far as I can see, it's not missing the <jnlp> tag...)
    The jnlp and application runs fine on other computers, so the problem must be on my computer.
    I'm running 1.6.0_07, and the application requires 1.5 and Web Start. The jnlp's on http://java.sun.com/javase/technologies/desktop/javawebstart/demos.html works fine.
    What can I do to get the jnlp to work on my computer?
    Edited by: newbie1986 on Aug 29, 2008 4:12 AM

    OK, so here's the thing. It turned out that the wireless connection I'm using is (probably) blocking the port that the application needs, but no "connection error" message is shown, so it's impossible to tell why the application doesn't start. I've started a VPN, and now it works, so I guess it's a problem with the ports on my wireless!
    I'm still not sure why I had to delete the cache though...

  • Error when Trying to Copy or Import Data via Data Manager

    Hello Experts,
    I was trying to do an Import using the package in Data Manager and i Got this error:
    [Admin-ProcessPartition]Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'dbo_tblFactAppname', Column: 'ACCOUNT', Value: '7061020702'. The attribute is 'AccountNom_ID1'
    Also, I tried to do some Optimize in the Application and then a Copy from a Package and I still got this error.
    Thanks for your help,
    Rodrigo

    Hi Rodrigo,
    For every application, BPC creates 3 tables in the SQL.
    1. FactWB<application> : writeback table - the data is stored whenever we send any data from the input schedules. This table is used for real term storage (the most current data sent to the system).
    2. Fact2<application> :  When we load data through DM packages, it gets stored in this table. Also called short term storage.
    3. Fact<application> : Main data storage. All data eventually resides over here. Also termed long term storage.
    Hope this helps.

  • Shows follwing error when trying to refresh the database?

    Hi All,
    When i try to refresh the database its showing the following error.
    com.hyperion.planning.HspCubeRefreshInProgressException: Cannot complete your request because the database is being refreshed.
    Please let me know ASAP how to reslove the issue.
    Cheers,
    Kittu.

    Looks there is an other process running on the database, you can check from EAS sessions or check logs for other activity running on the application.
    If you think that nothing is running & no users logged in, you can try unlock application from planning/essbase outline and try refresh.
    But pretty sure that some other activity is running on application, like sec refresh or data load or users trying to retrieve/load...etc...hope this helps.

  • Unknown error when trying to copy music from itunes to ipod

    Message appears "copy to the disk IP failed unknown error -53. Any ideas?

    good gracious, Dick. you keep getting hit by exotic error messages. (in these circumstances, a -53 code is reasonably rare.)
    just checking on something. what got you past the "exception" message that you were getting when you were trying to launch itunes? (thinking here that info on that might possibly give us a heads up on what might be happening with your -53.)

Maybe you are looking for

  • Data is not getting updated in R3 from CRM

    Hi All,            I have a small query pertaining to CRM Middleware. We have extended the standard scenario using EEWB for sending few customer fields thru CUSTOMER_H. This is assigned to the adapter in R3AC1. The data is getting populated in the st

  • Corporate identity in Yammer (Office 365 Business Essentials)?

    Hi, Help.... Does anyone know? I would like to advice a client of mine to use Yammer, edition: Office 365 Business Essentials. This edition is sufficient in all areas, but my client wants to know first whether it is possible to apply their own corpor

  • Need advice on best setup for Extreme and Express w/ (n only) network

    I'd like to get some advice on the best setup for my situation. I've read a number of posts on WDS, Extending a Network, etc. and, unfortunately, I'm now more confused than ever. We have an Airport Extreme 802.11n using WPA2 Personal, 2.4Ghz (n only

  • Button "stock determination" grayed in MIGO

    Hi all, I try to implement stock determination functionnality. Stock determination is working fine if I use transaction MB1A, or transation MB26 (picking list). But I want to use this functionnality with MIGO or MIGO_GI, and the problem is that the b

  • Invoice Output Status ERROR

    Hi, I would like to know why my output Status is on error  on my invoice. I would like to print a document en have a document in a mailbox. The partner function that i use is Y3 with the output type YRD0. I don't see it in the SOST...  When i click o