Problem after creating a module !!!

Hi Experts,
I was trying to put my hands on EJB development and took the help of the paper "Step by step guide to develop a module for reading file name in a sender file adapter" by Krishnakumar Ramamoorthy.
Now that everything was developed and deployed when my file adapter polls for the file this is what i get ....
Sender Adapter v2024 for Party '', Service 'BS_XIPOC':
Configured at 2006-03-14 17:52:23 IST
History:
- 2006-03-14 17:53:20 IST: Retry interval started. Length: 10.000 s
- 2006-03-14 17:53:20 IST: Error: java.lang.ClassCastException
- 2006-03-14 17:53:20 IST: Processing started
- 2006-03-14 17:53:10 IST: Error: java.lang.ClassCastException
- 2006-03-14 17:53:10 IST: Processing started
Can somebody help me out !!!!
Regards,
ShabZ

hi Shabarish,
if I where to guess I'd say that the name
of your adapter module is not correct (or the path)
check in the Visual Admin - deploy
if your name is correct
or maybe you did not set the name in your
adapter module
<jndi-name>modulename</jndi-name>
Regards,
michal
<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions">XI FAQ - Frequently Asked Questions</a>

Similar Messages

  • DSO activation problem after creating the secondary indexes

    Hi,
        I am facing the problem with DSO activation after creating the secondary indexes.
    •  Compared with Info Cubes there is no functionality available which allows dropping and recreating a secondary index before/after the data activation.
    As a workaround I can write a simple report which drops and creates the indexes on database level.
    By using a process chain, we can simply insert the drop index report before data activation and the create index report after the data activation process.
    Can any body help me step by step procedure or Material to write the programs for delete index and create index reports on DSO object?..
    Thanks in advance for your help.
    Thanks & Regards,
    Bala

    hi,
    in BI if you are using the dso for reporting then you can simply chk the settings of dso for SID generation.
    no need to create the indexes or delete it.
    if the dso is not used for report then no need to use indexes.
    Ramesh

  • Network Problem After Creating Database

    Hi,
    We install Oracle 11g on Windows 2008 server. Everything is working fine till the installation of Oracle software. After creating the database when we restart server the network cable shows a unplug for 20 miniutes.
    If we disable all the Oracle service than everything goes fine.
    Please Suggest.
    Thanks and Regards
    Sarfaraz Zomberkar

    This is an interesting problem. Please provide a little more information.
    * When you state Oracle 11g, exactly which release version: 11.1.0.6, 11.1.0.7, 11.2.0.1, or 11.2.0.2 - did you install the 32 bit Database software or the 64 bit Database software?
    * Which options were selected during the installation, and did you tell the installer to create a database during the installation?
    * Exactly which Windows 2008 server version: R1 or R2 - and is the operating system 32 bit or 64 bit?
    * How much memory is in the Windows server?
    * How many network cables are connected between the server and a network switch(es) - you will probably need to look at the back of the server to determine this answer?
    * What are the exact names of the Oracle services that you had to shut down - most likely, the Startup Type of those services are set to "Automatic"
    * Have the appropriate network person take a look at the log of errors on the network switch that is connected to the server - there is a chance that the network switch sensed a problem, such as excessive transmission errors, and shut down the network port to prevent a broadcast storm or a similar problem.
    * Have the appropriate person check the Windows event logs. Do those logs identify the reason why the network port went down?
    Charles Hooper
    Co-author of "Expert Oracle Practices: Oracle Database Administration from the Oak Table"
    http://hoopercharles.wordpress.com/
    IT Manager/Oracle DBA
    K&M Machine-Fabricating, Inc.

  • Problem after creating data control

    hi when i test my view before i create my data control is ok but after i right click my java class and click create data control am having this error when testing my view

    the error is [986] oracle.jbo.ApplicationModuleCreateException: JBO-25222: Unable to create application module.
         at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:97)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:158)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:73)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2912)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:580)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2472)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2346)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3245)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:571)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:504)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:499)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:517)
         at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:867)
         at oracle.jbo.jbotester.binding.TesterBinding.getConnectionInfo(TesterBinding.java:222)
         at oracle.jbo.jbotester.MainFrame.initializeDataControl(MainFrame.java:945)
         at oracle.jbo.jbotester.MainFrame.loadConfiguration(MainFrame.java:646)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:612)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:446)
    Caused by: java.lang.NullPointerException
         at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:882)
         at oracle.jbo.server.ApplicationModuleImpl.addChild(ApplicationModuleImpl.java:1182)
         at oracle.jbo.server.ApplicationModuleImpl.doCreateViewObject(ApplicationModuleImpl.java:4031)
         at oracle.jbo.server.AMViewUsage.createViewObject(AMViewUsage.java:112)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadViewObject(ApplicationModuleDefImpl.java:655)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadComponents(ApplicationModuleDefImpl.java:916)
         at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:489)
         at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:86)
         ... 17 more
    ## Detail 0 ##
    java.lang.NullPointerException
         at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:882)
         at oracle.jbo.server.ApplicationModuleImpl.addChild(ApplicationModuleImpl.java:1182)
         at oracle.jbo.server.ApplicationModuleImpl.doCreateViewObject(ApplicationModuleImpl.java:4031)
         at oracle.jbo.server.AMViewUsage.createViewObject(AMViewUsage.java:112)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadViewObject(ApplicationModuleDefImpl.java:655)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadComponents(ApplicationModuleDefImpl.java:916)
         at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:489)
         at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:86)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:158)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:73)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2912)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:580)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2472)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2346)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3245)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:571)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:504)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:499)
         at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:517)
         at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:867)
         at oracle.jbo.jbotester.binding.TesterBinding.getConnectionInfo(TesterBinding.java:222)
         at oracle.jbo.jbotester.MainFrame.initializeDataControl(MainFrame.java:945)
         at oracle.jbo.jbotester.MainFrame.loadConfiguration(MainFrame.java:646)
         at oracle.jbo.jbotester.MainFrame.processArgs(MainFrame.java:612)
         at oracle.jbo.jbotester.MainFrame.main(MainFrame.java:446)
    [987] JUErrorHandlerDlg.reportException(oracle.jbo.jbotester.ErrorHandler$ExceptionWrapper)
    [988] UIMessageBundle (language base) being initialized

  • Problem after creating a Photo Book

    After creating a 100 Pages Hardcover Book, I can't buy it, because Iphoto opens a window, saying that not all pages are filled with photos. verity I try, it goes back to one page, but this page is perfectly filled like all the others, no missing photos or empty frames at all.
    ried to change photos and layout, with no result. Cant buy this book.
    What can I do? I don't want to create a whole new Book

    You may have still a placeholder photo as the backdrop for your pictures.  Check the page layout, if it is using an image background. Then you need to change the background or add background picture:
    If you used the Golden Gate Bridge background, drag a photo to the background.

  • Problems after creating report object

    I am using Crystal Reports Server XI R2 SP4. I created a report object from a simple Crystal report successfully. Even the thumbnail showed the report data even though the report does not save data.
    However when I view the report object in InfoView or schedule it there is no report data even though Crystal Reports Viewer displays data when run against the same DB with the same parameters.
    I get the same results with any report object I create in CMC but I was to able to successfully create and run report objects the first few(5) times after which I have been getting this result.
    Is there any kind of report or job limit?
    I made max records to retrieve unlimited and bumped # of jobs in every server from 5 to 50 and the age of oldest report to retrieve from cache to 0 mins.
    Please help!

    I'm not sure this is a JAVA problem, but if you're getting an ACCESS_VIOLATION exception from the JVM a method that provides more detailed information is to check for exceptions after every JAVA function called from the native code with (*jenv)->ExceptionCheck(jenv) and if true get information with (*jenv)->ExceptionDescribe(jenv) Making mistakes in native code constructing JAVA objects has been my most frequent cause of ACCESS_VIOLATION exceptions. I hope this helps.

  • Problem after creating second library

    So I finally decided to create a second library where I placed my aac rips for my ipods. Everything seemed fine.
    When I restarted iTunes for the first time after that procedure I held down the option key to pull up the "choose library" dialog box. This is where the problems start. It just directed me to the root of my external HD where my library is held. I thought a dialog box or something would come up letting me choose between my newly created "IPOD LIBRARY" and my regular library. No such luck so I just pointed to the main iTunes folder and iTunes started to launch but with an "updating iTunes" box and it started doing its thing(Why? I have no idea). Keep in mind I have 5000 or so albums in my library. In the background I noticed at the bottom of the interface that it is showing WAY less albums, etc. than I know I have. I didn't want to do a force quit or anything while it was updating because I thought I might corrupt everything. What it did was load an old .xml file from 10 months ago so anything I've imported since last April is not loading into my library. I've tried to restart and choose a newer .xml file in hopes of it being the correct one but what it's loading IS the newest file. What the **** happened? I don't want to lose the countless hours I've spent inserting all sorts of custom tags and groups and such.
    Message was edited by: Eric Jenkins

    No one has any insight with this problem?

  • Problem after change logon module

    Hi,
    i'm using EP 6.0 SP13
    I want to change my logon page.
    the branding_image & branding_text i was changed.
    ther are so many forums available regard to logon page.
    now i just want to change the copy right tag & remove saplogo from the logon page.
    both are referenced in umLogonBotArea.txt
    i'm done all step according to help.
    now problem was after changing the logon module when i run portal it's give a dump instead of logon screen
    when i revert back the original logon screen appear.
    so how can i solved this?
    regards,
    kaushal

    Hi Kaushal,
    Have you tried the option of going to Direct Editing and changing the logo.
    For this goto System Administration-System Configuration-UM Configuration-Direct Editing.
    Check the following properties.
    <b>#Defines the logon image
    (Type: String, Default: '/logon/layout/branding-image.jpg')
    ume.logon.branding_image=/logon/layout/branding-image.jpg
    #Defines the second logon image (e.g. containing text)
    (Type: String, Default: '/logon/layout/branding-text.gif')
    ume.logon.branding_text=/logon/layout/branding-text.gif
    </b>
    Give path of your desired image in ume.logon.branding_image and <b>restart the server</b>
    Regards
    Rajeev.
    Do award points for helpful answers in SDN

  • Problem after creating a costumer view

    hi guys,
    i just created a new view from a costumer table.
    the problem is that when i access the view from sm30, i click on add new entries, and some fields have label and some has only the +, symbol, i dont now why!
    something like this:
    begda___________
    endda___________
    user ____________
    +_______________
    +_______________
    +_______________
    any ideas?
    tks in advance.

    Usually you see + symbol if you use a builtin datatype
    in the table instead of a data element.
    You can resolve the issue in two ways.
    1.You can go to SE54 enter the vie name and select generated objects and click on Change.
    After going inside select Environment--> Modification --> Maintainence screens.
    Select the screen and go to the layout and maintain the descriptions.
    2. Change the table and add data element to the fields for which you have maintained built  in data types.
    Delete the maintainance view and regerate from the transaction SE54. You will see the descriptions.
    Regards
    Sudhir Atluru

  • Problem while creating Function module

    Hi All,
                   I created a TABLE and am using this table in a FUNCTION MODULE as a reference for declaring an internal table in TABLES tab in the function module  .
    But when i click on the table name its giving an error "TABLES parameters are obsolete! "
    Can any one figure out the reasons .....and help me out!!!
    Deepika K

    Hi Deepika,
       Tables option is said to be Obsolete because these days we use internal tables without header line...
    Tables Option in FM considers internally that the table name you mentioned is with a header line and the structure of the internal table will be acting as work area.
    It is still included in new version because for Upward compatibility...
    As we still use the predefine function modules so they should be even compatible with newer versions so its still there..
    But for normal practice it can be used but preferably not to use.. rather you use EXPORT parameter and include internal table like field...
    Create a structure first and then a Table type which include the previously defined structure in  SE11 and the assign the Table type to the field in EXPORT parameter with TYPE..
    Hope this would help u.
    Regards
    Narin Nandivada.

  • Problem in creating Function Module

    Hi,
      while creating a function (Z_SPELL_AMOUNT_INDIA) one error is coming . the error  <b>'SPELL not declared</b> ' is coming. already the Function module is running correctly in different client(another client's place) i am just download the Function module from the existing implementation site and upload the function module in new client's place. both the Projects are mySAP ECC 5.0.
      Here first i have created a function group and under the Function group itself i am uploading the FM.
      How can i declare the SPELL?
    is there any rules to be follow while creating the Function Group?
    Thanks,
    Neptune.M

    Before you copy the function module check the following
    1. Check the TOP include copied properly or not
    2. Check any form routine (if existing) copied or not
    3. In the Import, Export & tables if you are pointing to any DDIC structures, check whether they are copied or not.
    While activating the function module CHOOSE ALL THE INCLUDES AND FUNCTION GROUP AT A TIME, AND THEN ACTIVATE ALL.
    I hope this helps you.
    - Raj

  • Bean problem with creating Adapter Module in NW developer studio

    Hi Gurus!
    I started to develop an adapter module like described in
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/02706f11-0d01-0010-e5ae-ac25e74c4c81
    Unfortunatelly, I'm getting error described on page 9 of the document:
    Bean problem: no interface classes found
    I cannot resolve this problem. I've tried it also like described in the document, but no success.
    Any ideas of what could be wrong?
    Thank you!
    Marthy

    Marthy.,.
    Close and open project..standard problem ONLY with nwdi..
    Regards
    Ravi Raman

  • Problem in creating Function Modules

    At present i am using ECC 6.0 version.
    Now i want to write a function module for inserting data  into function module.
    When i try to declare internal table usingTABLES keyword.it is giving error "TABLE PARAMETERS ARE OBSOLUTE".so for this i declared an internal table using CHANGING tab.
    But when i try to activate my function module i am getting an error saying that "internal table declaration must include occurs ".
    How can i proceed further.........Can anyone give the source code for function module for inserting data into data base table?

    HI.
    the message TABLE PARAMETERS ARE OBSOLUTE". is just a warning. you can hit enter and continue with the coding using Tables statemnt
    If you wish to use changing  create a internal table in a type group (EX fieldcat of slis ) and use it in refering with TYPE keyword
    regards
    prasanth
    Edited by: prasanth kasturi on Jun 26, 2008 10:05 AM

  • Problem in creating RFC modules in NetWeaver Developer Studio

    Hi SDN,
    Recently we have upgraded the portal server from EP6 SP9 to EP6 SP19. The applications which are getting data from the backend R/3 system are giving exception
    <b> You are not authorized to logon to the target system. </b>
    So we have now used the NWDS SP19. But we are not able to create the RFC modules as it is giving the same exception even in NWDS.
    <b> How do I go about this???? </b>
    regards
    Brahmachaitanya C. Wajapey

    Hi Bala,
    The exception given is only that much.
    When I try to create the RFC, a Dialog box pops up and the error given is
    <b>
    ERROR file opened at 20070516 111750 India Standard, SAP-REL 640,0,154 RFC-VER 3 864900 MT-SL
    T:5512 Error in program 'javaw': ======> You are not authorized to logon to the target system.
    T:5512 Error in program 'javaw': <* RfcReceive [2] : returns 3:RFC_SYS_EXCEPTION
    </b>
    Please help me out.
    regards
    Brahmachaitanya

  • Automatic Mailbox Distribution problem after Creating New AD Site

    We redesigned our Active Directory Sites a little while ago.  We moved the subnets and servers from the old sites to the new sites.  We haven't removed the old sites yet, but that will happen soon.  We haven't noticed any issues with the new
    sites except for one weird issue and that is that Automatic Mailbox Distribution no longer works, in fact if you don't specify a database with the enable-mailbox (or new-mailbox) commands it will fail with an error that load balancing failed to find a valid
    mailbox.
    The problem, from the output of an enable-mailbox, command appears to be a site problem (from the fact that the automatic mailbox distribution discards sites that are not in the same site as the user).  The verbose output has the command checking the
    old site even though the server is in the new site.  I've already checked the databases and none of them have the IsExcludedFromProvisioning or IsSuspendedFromProvisioning properties set to TRUE
    My question is how do I make the databases show up as in the new site rather than the old site?
    Any and all help with this issue is appreciated.
    This is the output from the command:
    VERBOSE: [16:36:50.864 GMT] Enable-Mailbox : Initializing Active Directory server settings for the remote Windows
    PowerShell session.
    VERBOSE: [16:36:50.864 GMT] Enable-Mailbox : Active Directory session settings for 'Enable-Mailbox' are: View Entire
    Forest: 'False', Default Scope: 'domain.local', Configuration Domain Controller: 'DC01.domain.local', Preferred Global
    Catalog: 'VMDC01.domain.local', Preferred Domain Controllers: '{ VMDC01.domain.local }'
    VERBOSE: [16:36:50.864 GMT] Enable-Mailbox : Runspace context: Executing user: domain.local/All Users/AD/Admin1,
     Executing user organization: , Current organization: , RBAC-enabled: Enabled.
    VERBOSE: [16:36:50.864 GMT] Enable-Mailbox : Beginning processing &
    VERBOSE: [16:36:50.880 GMT] Enable-Mailbox : Instantiating handler with index 0 for cmdlet extension agent "Query Base
    DN Agent".
    VERBOSE: [16:36:50.880 GMT] Enable-Mailbox : Instantiating handler with index 1 for cmdlet extension agent "Rus Agent".
    VERBOSE: [16:36:50.880 GMT] Enable-Mailbox : Instantiating handler with index 2 for cmdlet extension agent "Mailbox
    Resources Management Agent".
    VERBOSE: [16:36:50.880 GMT] Enable-Mailbox : Instantiating handler with index 3 for cmdlet extension agent "Mailbox
    Creation Time Agent".
    VERBOSE: [16:36:50.880 GMT] Enable-Mailbox : Instantiating handler with index 4 for cmdlet extension agent
    "Provisioning Policy Agent".
    VERBOSE: [16:36:50.880 GMT] Enable-Mailbox : Instantiating handler with index 5 for cmdlet extension agent "Admin Audit
     Log Agent".
    VERBOSE: [16:36:50.927 GMT] Enable-Mailbox : Current ScopeSet is: { Recipient Read Scope: {{, }}, Recipient Write
    Scopes: {{, }}, Configuration Read Scope: {{, }}, Configuration Write Scope(s): {{, }, }, Exclusive Recipient Scope(s):
     {}, Exclusive Configuration Scope(s): {} }
    VERBOSE: [16:36:50.927 GMT] Enable-Mailbox : Searching objects "domain.local/All Users/SM/GP/User1" of type
    "ADUser" under the root "$null".
    VERBOSE: [16:36:50.942 GMT] Enable-Mailbox : Previous operation run on domain controller 'VMDC01.domain.local'.
    VERBOSE: [16:36:50.974 GMT] Enable-Mailbox : Load Balance : Database container located at 'CN=Databases,CN=Exchange
    Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=DOMAIN,CN=Microsoft
    Exchange,CN=Services,CN=Configuration,DC=DOMAIN,DC=local'.
    VERBOSE: [16:36:50.974 GMT] Enable-Mailbox : Searching objects of type "MailboxDatabase" with filter
    "(&((IsExcludedFromProvisioning Equal False)(IsSuspendedFromProvisioning Equal False)(Recovery Equal False)))", scope
    "OneLevel" under the root "Databases".
    VERBOSE: [16:36:51.005 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.021 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.021 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.021 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.021 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.021 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.036 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.036 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.036 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.036 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.036 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.036 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.052 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.052 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.052 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.052 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.067 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.067 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.067 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.067 GMT] Enable-Mailbox : Comparing local site 'OLD-SITENAME' with database site 'OLD-SITENAME'.
    VERBOSE: [16:36:51.067 GMT] Enable-Mailbox : Load Balance : The search for databases returned an empty result. This
    could happen if all databases are excluded from the Load Balance process.
    VERBOSE: [16:36:51.067 GMT] Enable-Mailbox : Load Balance : There is no available database. Refer to previous verbose
    messages for more information.
    VERBOSE: [16:36:51.067 GMT] Enable-Mailbox : Admin Audit Log: Entered Handler:OnComplete.
    Load balancing failed to find a valid mailbox database.
        + CategoryInfo          : NotSpecified: (0:Int32) [Enable-Mailbox], RecipientTaskException
        + FullyQualifiedErrorId : 4AE0EA04,Microsoft.Exchange.Management.RecipientTasks.EnableMailbox
    VERBOSE: [16:36:51.083 GMT] Enable-Mailbox : Ending processing &

    Hi,
    From your description, I would like to clarify the following thing:
    By default, all online and healthy mailbox databases on Exchange 2010 servers in the local Active Directory site can be chosen by automatic mailbox distribution to store a new or moved mailbox. Mailbox databases in other AD site can't be chosen by automatic
    mailbox distribution to store a new or moved mailbox.
    What's more, I recommend you use the following cmdlet to enable mailbox and check the result.
    Enable-Mailbox -Identity xxx -Database xxx
    Hope it helps.
    Best regards,
    Amy Wang
    TechNet Community Support

Maybe you are looking for

  • Your computer restarted because of a problem. Press a key or wait a few seconds to continue starting up

    Hello, Yesterday my macbook pro was working fine and i left it before sleeping working and it's go into slepping mode after battery discharged. today morning i turned it on and i got this message after many times of automatic restart : " Your compute

  • Machine suddenly asks for Final Cut serial number and won't recognise it -

    I apologise that I havent posted for almost two years, and praise Shane Ross and the others who give their time so generously. Please could anyone help me? On my MacBook Pro 17" bought just 3 months ago I first installed Final Cut Studio, an upgrade

  • Blackberry Curve 9320 - App Store Problems

    Heyo! I have a problem with my new BB. When I want to connect App World / My account i get this msg: BBID token is expired (Error ID: 40631) I registered first time my phone, so the problem's reason is not this. I also used the store at home, when i

  • Java-Error during Solution Manager Installation

    During the Installation at point "Prepare to install minimal configuration" I'm getting the following error message: An error occurred while processing option <i>SAP Solution Manager 7.1 > SAP Systems > MS SQL Server > Central System > Central System

  • ESS - Define Rules

    Hi everyone, In the "Define Rule for Object Selection" via SPRO we have created a custom rule Z_ESS_LEA_RULE5 which is based on the evaluation path O-S-P. This brings back a list of employees for a particular Org. Unit. This is working perfectly. How