User license type 53 - error "User type 53 is not active

Hi Experts,
One of our end user is facing this     "User license type 53 - error "User type 53 is not active"   issue.
Can any one help  me what need to be done for resolve this issue.
Appreciate your early response.
Thanks in advance.
Sreenivasu  Balaka

User Type 53 is:
53        mySAP Limited Prof. (Cat III)                          mySAP Business Suite Limited Professional (Cat III)
Check whether the active user types for both the user ids in these two systems are in sync or not. Also make sure that there is no wrong value is set in SU01 for the user id. Both system should contain same settings for company specific settings.. like ... Company address, Decimal Notation of users, Time Zone of user, License type etc. etc. ...
Check these things and let us know what you got.
fyi: User types can be activated in USMM..
Regards,
Dipanjan
Edited by: Dipanjan Sanpui on Jun 15, 2009 6:06 AM

Similar Messages

  • Error 30206: IMAQ operation not active

    I am using Vision for Visual Basic and have the following code on a form that contains 3 cwimaqviewer controls and 1 cwimaq control. I press cmdStart to start the acquisition process. When I press the cmdStop button, I get Error 30206: IMAQ operation not active. Also, after I press cmdStart, the AcquiredImage event for the cwimaq control never happens. Does anyone know why I am getting these problems? Thanks.
    Private Sub cmdStart_Click()
    CWIMAQ1.Images.Add (2)
    CWIMAQViewer1.Attach CWIMAQ1.Images(1)
    CWIMAQViewer2.Attach CWIMAQ1.Images(2)
    CWIMAQViewer3.Attach CWIMAQ1.Images(3)
    CWIMAQ1.Images(1).Channel = 1
    CWIMAQ1.Images(2).Channel = 2
    CWIMAQ1.Images(3).Channel = 3
    CWIMAQ1.Acquisitio
    nType = cwimaqAcquisitionContinuous
    CWIMAQ1.Configure
    CWIMAQ1.Start
    End Sub
    Private Sub cmdStop_Click()
    Me.CWIMAQ1.Stop
    End Sub

    Basically, what we're trying to do is acquire and process images from three different cameras continuously (e.g., get an image from camera 1 and process, get an image from camera 2 and process, get an image from camera 3 and process, get another image from camera 1 and process.... and this continues until the user tells it to stop). We currently have this working using the OneShot acquisition method, looping through the cameras, and placing the images in a single viewer control. However, it is not as fast as we would like this to be, so we decided to try the continuous acquisition method.
    We are using a PCI-1409 analog board. Note, the cameras we are using are not genlocked.
    Hello again.
    The following document describes some of the
    processes, caveats, etc. of doing multiple camera acquisition.
    Multi-Camera Acquisition - Tutorial
    The fundamental problem that I believe we are running into is that you cannot simultaneously acquire from 3 non-genlocked cameras at once. If the cameras are not synchronized, then the PCI-1409 must be re-configured between each camera (stop acquisition, change channel, re-start acquisition). As the tutorial mentions, this essentially yields a low frame rate.
    Because this is heavily dependent on the computer, the frame rate you get varies greatly.
    In general, the way you will still have to do this is sort of in 'one shot' mode, where you are grabbing one image from each channel at a time.
    Regards,
    Colin C.
    Applications Engineering
    Colin Christofferson
    Community Web Marketing
    Blog

  • Error *Form F110_PRENUM_CHCK is not active* - while Vendo payment by F-58

    Dear Sir / Mam,
    While possing vendor payment through F-58
    an error "Form F110_PRENUM_CHCK is not active" is appearing
    The document is geting saved but it doesn't get spooled.
    I checked the configuration @ FBZP - Maintenance of company code data for payment method and confirmed that at form data sap script "F110_PRENUM_CHCK" is selected and saved.
    Kindly guide, Ho do I activate F110_PRENUM_CHCK?
    Regards
    Chirag Shah
    Edited by: CHIRAG SHAH on Jan 30, 2012 3:45 PM

    Dear Sir,
    I found the activate option, I executed it saved it and there after again when I am trying to process the payment....
    Oops!
    The problem still continues.
    It still gives the same error that Form F110_PRENUM_CHCK is not active
    Thanks & Regards
    Chirag Shah

  • [Urgent] Error: The transaction is not active

    Our process encounters some errors when the execution time takes longer than normal, e.g. 5mins. Any help is much appreciated.
    Process Flow:
    The flow consists of 3 process, 1 long-lived process and 2 short-lived processes, let say process A, B and C
    Long-lived process A call short-lived process B,
    and then, short-lived process B call another short-lived process C.
    There is a loop inside process B, so that process C would be called several times.
    * Both invocation policy have been tested, including "Do not wait for response" and "Wait for response".
    Problem:
    Everything work fine when the whole process is within a short-period of time. e.g. 1-2 minutes
    However, when the process takes longer, e.g. > 5mins, we got some error message in the sever log.
    Server log:
    2011-08-18 18:43:11,625 ERROR [org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doRequiresNe w(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.Transa ctionCallback) throws com.adobe.idp.dsc.DSCException, causedBy:
    java.lang.IllegalStateException: [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] [com.arjuna.ats.internal.jta.transaction.arjunacore.inactive] The transaction is not active!
    at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commit(TransactionImp le.java:223)
    at org.jboss.ejb.plugins.TxInterceptorCMT.endTransaction(TxInterceptorCMT.java:501)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:411)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    at $Proxy167.doRequiresNew(Unknown Source)
    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:143)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93)
    at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:20 9)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
    at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    at com.adobe.workflow.engine.PEUtil.invokeAction(PEUtil.java:886)
    at com.adobe.workflow.engine.SynchronousBranch.handleInvokeAction(SynchronousBranch.java:510 )
    at com.adobe.workflow.engine.SynchronousBranch.execute(SynchronousBranch.java:888)
    at com.adobe.workflow.engine.ProcessEngineBMTBean.continueBranchAtAction(ProcessEngineBMTBea n.java:2792)
    at com.adobe.workflow.engine.ProcessEngineBMTBean.asyncInvokeProcessCommand(ProcessEngineBMT Bean.java:697)
    at sun.reflect.GeneratedMethodAccessor1076.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.AbstractTxInterceptorBMT.invokeNext(AbstractTxInterceptorBMT.java:1 73)
    at org.jboss.ejb.plugins.TxInterceptorBMT.invoke(TxInterceptorBMT.java:77)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    at $Proxy200.asyncInvokeProcessCommand(Unknown Source)
    at com.adobe.idp.workflow.dsc.service.ProcessCommandExecutorService.invokeProcess(ProcessCom mandExecutorService.java:55)
    at sun.reflect.GeneratedMethodAccessor3010.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
    at com.adobe.idp.workflow.dsc.invoker.WorkflowDSCInvoker.invoke(WorkflowDSCInvoker.java:154)
    at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357)
    at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(Ej bTransactionCMTAdapterBean.java:227)
    at sun.reflect.GeneratedMethodAccessor298.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
    at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
    at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
    at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
    at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
    at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
    at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:378)
    at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
    at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
    at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
    at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
    at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
    at org.jboss.ejb.Container.invoke(Container.java:960)
    at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
    at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
    at $Proxy167.doSupports(Unknown Source)
    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:104)
    at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:165)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
    at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
    at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:115)
    at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93)
    at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:20 9)
    at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
    at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
    at com.adobe.workflow.engine.PEInvokeProcessCommand.execute(PEInvokeProcessCommand.java:126)
    at com.adobe.workflow.workadapter.WorkflowCommandExecutionUnit.execute(WorkflowCommandExecut ionUnit.java:22)
    at com.adobe.idp.dsc.workmanager.adapter.ManagedAsynchronousWorkAdapter.run(ManagedAsynchron ousWorkAdapter.java:70)
    at org.jboss.resource.work.WorkWrapper.execute(WorkWrapper.java:204)
    at org.jboss.util.threadpool.BasicTaskWrapper.run(BasicTaskWrapper.java:275)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
    at java.lang.Thread.run(Unknown Source)

    Hi Paul,
    Thank you for your advice.
    It seems that it is not a bug of Adobe Livecycle, but some kind of configuration problems. Since the problem does not occurs when the process implementation time is short, such as 1-3 minutes.

  • F-53 Error- u201C Item was not activated due to on line payment block.u201D

    When we are doing payment document against T Code F-53 for FI document  systems is giving message
    That u201C Item was not activated due to on line payment block.u201D
    This error is due to what ?
    Regards,
    Shekhar Gaikwad

    Hi,
    Kindly release your invoice document in MRBR..
    Then proceed further.
    revert if any issues.
    Utsav

  • Adobe Acrobat XI: Error Adobe Acrobat is not activated. Cannot create PDF File.

    After installing Acrobat XI Pro on Windows 7 Ent. w/Office 2010.
    From MS Word, select Save as PDF, I recieve "Adobe Acrobat is not activated. Cannot create PDF file."
    Any and all troubleshooting has failed.
    Uninstall Acrobat, language packs, re-install, install updates, Install on fresh image.

    kglad  your link refers to Windows XP. As to the rest it is questionable. First of all it would be nice to know the cause, before fixing the problem. For in some cases eliminating the cause will solve problems later on. So, in my case for ex. The problem did not exist until I protected my Word 2010 document and then saved it to PDF--which it would not allow to do so and giving the error message stated above.

  • Business One user license and connected users

    Where in Business One, either application or SQL database, can I see all the license assignments for all the companies? If a user exists in one company but not another I have to search through both (or multiple) companies to see who has what type of license. License assignment spans companies, right? So is there a table in SBO-Common where this info is stored?
    Also, where can I see current users logged in to what companies? Is a value set in the company database in ousr or someplace else.
    TIA
    -Cindy Lange

    Hello Cindy,
    There is no specific table to see the license assignment either in common database or not. you could consider to use this path :
    C:\Program Files\SAP\SAP Business One ServerTools\License\B1Upf.xml
    to see the current user logged in to a certain company.
    Rgds,

  • User license questions - old user is leaving

    Hi
    Because all user application licenses (CRM sales, CRM service, and Professional) are assigned to named users how do we deal with the situation when a member of staff leaves the company and we wish to re-assign that license which is now no longer used to a new user?  Can I do this from within SAP or do I need to email SAP regarding the name change?
    I have done a search on this site and the internet but cannot find any information regarding this.
    Thank you for any help.

    Here is the Content of that SAP Note.951816
    Symptom
    When trying to allocate licenses to users, the number of licenses available is less than the (number of total - number of licenses already assigned).
    (Menu Path: Administration -> License -> License Administration)
    Other terms
    license allocation, licenses available, license administration, SAP Business One, missing, less.
    Reason and Prerequisites
    Consulting
    Solution
    A user with a license allocated to her/him has been deleted from the system without deallocating the license first, or a company with users assigned has been deleted without deallocating the licenses first.
    Each time a license is allocated/deallocated an entry is generated in an xml file "B1Upf.xml"
    (Path: C:\Program Files\SAP\SAP Business One ServerTools\License\ B1Upf.xml).
    If a user/database is deleted without previous deallocation of a license that entry is not removed from the file thus taking up a license space.
    To resolve the issue follow these steps:
    1. Close all SAP Business One clients.
    2. Make a copy of the file (C:\Program Files\SAP\SAP Business One ServerTools\License\B1Upf.xml) and save it with a different name or in a different folder.
    3. Delete the original file.
    4. Stop/Start the license server.
    5. Connect to SAP Business One and assign the licenses (Administration -> License -> License Administration). You will need to reassign licenses for all your users.
    Note: To access the Notes Portal you should have a Valid SUserId
    Edited by: Sridharan T on Apr 21, 2009 5:31 PM

  • I tried to activate an iTunes card on my ipad, and got and error saying it was not activated and to contact tech support.

    I tried via iTunes and via the App Store with the same problem each time

    If you are getting a message to contact iTunes Support then you can do so via this link and ask them for help (we are fellow users here on these forums, we won't know why the message is appearing) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • Firefox 18 Beta. Javascript is activated. Flash Player, sends error that javascript in NOT activated and won't play, or install uptdate.

    I'm running Windows 8 Pro. Flash Player worked in the past, with Windows 7, intermittently, mostly working.
    Now, javascript is checked, as has been, only in the last couple months, even before Windows 8, Flash Player sends the error message that javascript is NOT enabled. All my windows settings the same as before when it worked.
    I'm running the latest release of Norton 360, for a firewall, virus protection etc. Which I was running before this error began. Please help

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • Indirect user license

    Hello Experts,
                                   With 1 indirect user license how many users can be created for Addon
    Please Suggest
    Quick reply will be helpful

    Hi Manish,
    If you apply 1 indirect access user license then only 1 user can access each SSP solution concurrently.
    In 2007B for every 1 Professional/Limited CRM/Limited Financial/Limited Logistics/Indirect Users, 5 x Add-on Access is issued. Please refer to SAP Note: [1223477|https://websmp130.sap-ag.de/sap(bD1odSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1223477].   
    Thatu2019s mean that 1 user can use 5 SSP solutions concurrently. Those 5 add-on access users can not be assigned to other users.
    In 8.8 Users who have an indirect access license can access an unlimited number of SSP solutions concurrently.
    Please note that the total number of users using SAP Business One (direct or indirect) should not exceed the number of purchased user licenses.
    hope it helps,
    Regards,
    Ladislav Meszaros
    SAP Business One Forum Team

  • User Licensing in UC560

    Looking at the licensing options for the UC560 and it shows that the UC comes with "24 user licenses, 6 supplemental user licenses".  What are the limitations of the 6 supplemental licenses?  Can I put 30 users and phones on the system with full extensions and voicemail?
    Thanks!

    Awesome...  Just so that I am clear, the following statement from the licensing guide would allow for 40 phones and users.
    UC560 (FXO, BRI, or T1E1 model) and 1 x L-UC-PRO-8U=
    32 user licenses, 8 supplemental user licenses
    That is how it read it but just want to be clear before the quote goes out the door.  Thank you!

  • Inspection type to movement type

    In SPRO where do we assign inspection type to movement type..

    hi,
    you can not assign inspection type for Movement Type. It is always Inspection type 08 which is assigned to any movement type in standard, Provided, "QM not Active" indicator is not set in
    SPRO>IMG>QM>Quality inspection>Inspection lot creation>Inspection for goods movement>Deactivate Quality Inspection for a Movement Type
    Regards,
    Amol

  • Error: "Component is not active" but component is active

    Hi Experts,
    I transported a Web Dynpro application from source system to target system. When starting the application via browser I'm getting this error message:
    "Component XXX_BDB is not active"
    But the component is active in source and in target system. When I try to activate the component in target system there comes this error:
    Component XXX_BDB can't be generated because of errors: see long text.
    (Message no. SWDP_WB_TOOL100)
    According to the long text, there is a heavy error and I should check the component in order to eliminate the errors. Checking the syntax is OK and strangely, the component controller is also active. But when I want to start WebDynpro-Component, the error message "Component is not active" is displayed.
    I have checked this thread [Problems when activating ComponentController   |Problems when activating ComponentController; without any effect....
    Does someone have any ideas?
    Thanks in advance,
    Tan

    Hi Thomas,
    where can I check the generation load limit?
    I've done an extended syntax check (in source system, is that okay or should I do the check on both systems?), there are some errors regarding strings, field properties and structure extensions and some warnings regarding field properties.
    But this errors are on an other wd component as well, but this other component is running, so I'm not sure if these errors are crucial. However I'm going to fix the errors now.
    Baskaran, I will check the component controller and component usage as well but how can I identify the errors or should I just check it in general?
    And what about the fact that both applications are running on the source system?
    Additional info: the source system is ECC 6.0, the target system is Solution Manager 7.0
    Thanks
    Edited by: Tan Yildiz on May 4, 2011 9:26 AM

  • Error in Starting Oracle BAM Active Data Cache

    I am not able to start "Oracle BAM Active Data Cache" on my machine.
    The other two components "Oracle BAM Event Engine" and "Oracle BAM Report Cache" are starting properly.
    When I see the event log file of my Computer I could see the details as below:
    Event Type: Error
    Event Source: Oracle BAM Active Data Cache
    Event Category: None
    Event ID: 0
    Date: 2/7/2007
    Time: 3:51:25 PM
    User: N/A
    Computer: CHNANDA-WXP
    Description:
    ActiveDataCache: The Oracle BAM Active Data Cache service failed to start. Oracle.BAM.ActiveDataCache.Common.Exceptions.CacheException: ADC Server exception in Startup(). ---> Oracle.DataAccess.Client.OracleException ORA-12541: TNS:no listener at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure)
    at Oracle.DataAccess.Client.OracleConnection.Open()
    at Oracle.DataAccess.Client.OracleConnection.Open()
    at Oracle.BAM.ActiveDataCache.Kernel.StorageEngine.Oracle.OracleStorageEngine.GetServerVersion()
    at Oracle.BAM.ActiveDataCache.Kernel.StorageEngine.Oracle.OracleStorageEngine.Startup(IDictionary oParameters)
    at Oracle.BAM.ActiveDataCache.Kernel.Server.DataStoreServer.Startup()
    --- End of inner exception stack trace ---
    at Oracle.BAM.ActiveDataCache.Kernel.Server.DataStoreServer.Startup()
    at Oracle.BAM.ActiveDataCache.Kernel.Server.Server.Startup()
    at Oracle.BAM.ActiveDataCache.Service.DataServer.Run()
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Could anyone pls help me?
    Thanks and Regards,
    Chinmaya Nanda

    hi Chinmaya -can yoy tell us your companyname,project ? Your problem is very simple.BAM ADC is notable to reachoracle db.fromyour dos prompt- try tnsping <yrDB> [default  is oraclebam  or orcl  ]/ Also see FAQ pages. there is a requirement on dos prompt setting, with <clientforBAM>as 1st parameter

  • Transfer structure not active

    Hi ,
    in my process chain ,  it failed due to   error: Transfer structure is not  active.
    How to correc this?
    iam using BI 7.0
    regards
    sidartha

    Hi Siddartha,
    Try to activate the transfer structure using Pogram RS_TRANSTRU_ACTIVATE_ALL in SE 38. Give the Infosource & Source system name there & then execute.
    Hope this will help.
    ~!Dpak

Maybe you are looking for

  • Report Select Statement Help

    I need some help with creating a report. I have a table with two columns (ROOM number, NAME varchar2(15)) I need to create a report that identifies each room and on the same line all the people that are in that room. It needs to looks like this: room

  • Export Report times out - how do I export all my customers?

    We have about 35,000 customers in our BC database. I'm trying to export them for use in a direct mailing campaign (and other reports for other reasons) but the export always times out. The reports are very simple; ie. Custom Report -> Add customer re

  • Websites don't open in new tab on SharePoint 2013 pages

    Hello, I have Open in new tab checked in the page editor for a link on SharePoint 2013 page.  When the page is published, the link does not open up at all.  I have to do a right mouse click and select "Open in a new tab" manually.  I am using IE 11.

  • Over Partition by in OWB 9i

    Hi, I am using OWB V9i. I need to implement an sql statement in a mapping.The statement is CASE WHEN (tr_dt=lead(tr_dt) OVER(PARTITION BY ID ORDER BY ID,tr_dt)) THEN lead(ef_dt) OVER(PARTITION BY ID ORDER BY ID,tr_dt) ELSE tr_dt END I am not able to

  • Import photos from old powerbook to new macbook pro with time machine

    Today I received a new macbook pro from Apple because my powerbook g4 was beyond repair. I would like to import my iPhoto library from my time machine backup to the new computer. I have opened up iPhoto and then time machine but it is only showing me