Meint wizard problem

Hello,
we have a problem with the new ctc config wizard in 5.2.3.1, the system tells us:
Validation Error: error during validation : com.sap.tc.lm.ctc.metamodel.exception.ActionExecuteException: Configuration wizard attempted to load com.sap.ctc.util.core.services.UserFacade class not present in system. Check in the sap.com/tclmctcutiladditional_ear for existence of com.sap.ctc.util.core.services.UserFacade. Contact support to resolve the issue
in the 3rd dialog.
What I have to say is, that we use a netweaver 7.2. Does anybody runs the new wizard with 7,2 successfully?
The classnotfound exception seems to occur , because the class file exists but in a different service.
any help appreciated
Karsten

Hello,
ME 5.2.X should be run on NW 7.1 CE. I haven't met someone sunning it on 7.2. Thus I doubt you will be able to get help with this problem other then suggestion to install 7.1.
Regards,
Konstnatin

Similar Messages

  • Server cleanup wizard problem - unable to connect to the WSUS Server Database.

    I'm trying to run server cleanup wizard.. it starts to run and then after a while it gives me this error:
    The WSUS administration console was unable to connect to the WSUS Server Database.
    Verify that SQL server is running on the WSUS Server. If the problem persists, try restarting SQL.
    System.Data.SqlClient.SqlException -- Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.
    The statement has been terminated.
    Source
    .Net SqlClient Data Provider
    Stack Trace:
       at Microsoft.UpdateServices.Internal.BaseApi.SoapExceptionProcessor.DeserializeAndThrow(SoapException soapException)
       at Microsoft.UpdateServices.Internal.DatabaseAccess.AdminDataAccessProxy.ExecuteSPSearchUpdates(String updateScopeXml, String preferredCulture, ExtendedPublicationState publicationState)
       at Microsoft.UpdateServices.Internal.BaseApi.Update.SearchUpdates(UpdateScope searchScope, ExtendedPublicationState publicationState, UpdateServer updateServer)
       at Microsoft.UpdateServices.Internal.BaseApi.UpdateServer.GetUpdates(UpdateScope searchScope)
       at Microsoft.UpdateServices.UI.AdminApiAccess.UpdateManager.GetUpdates(ExtendedUpdateScope filter)
       at Microsoft.UpdateServices.UI.AdminApiAccess.WsusSynchronizationInfo.InitializeDerivedProperties()
       at Microsoft.UpdateServices.UI.AdminApiAccess.WsusSynchronizationInfo.get_NewUpdatesCount()
       at Microsoft.UpdateServices.UI.SnapIn.Pages.SyncResultsListPage.GetSyncInfoRow(WsusSynchronizationInfo syncInfo)
       at Microsoft.UpdateServices.UI.SnapIn.Pages.SyncResultsListPage.GetListRows()
    Thanks

     Some questions:
    Are there any other databases running on this Std Edition SQL service?
    [a] Yes there are, we have Kaspersky enterprise DB, Report Server DB and local application DB.
    Are there any other services running on this WSUS Server?
    [b] Yes there are, we have Active Directory, Kaspersky enterprise, SQL Server 2005, and WSUS all on the same server.
    How many days since your WSUS server was first installed?
    [c] It's been about a year now.
    What is the physical size of the SUSDB.mdf file?
    [d] 9,666,752 KB
    What is the hardware configuration of this machine, including disk drives?
    [e] Intel Xeon 1.86, 2GB Ram, HD C: 39GB - E: 25.2, running Windows Server 2003 R2 SP2.
    How many client systems are you servicing from this WSUS Server?
    [f] Around 40.
    What products/classifications are you synchronizing.
    [g] Windows XP-vista, Windows Server 2003, Office 2003-2007, SQL Server 2005.
    Okay, for starters, you have an underpowered/overextended machine running Active Directory, ASP.NET, and a database server, all on a sub 2GHz CPU with 2GB RAM, and not enough disk spindles. The machine has had WSUS running for about a year and is 9GB in size.
    There's no doubt in my mind that some of your performance issues are directly related to disk and database fragmentation.
    There's also no doubt that some of your performance issues are directly related to memory starvation.
    I'd suggest the following long-term fixes:
    1. Get a second machine. Make it a dedicated database server. Provision it accordingly to support servicing multiple database applications.
    2. Lacking #1, this machine needs more memory. It also needs more disk spindles. At a minimum the databases being serviced should be on a dedicated physical drive; ideally there would be two dedicated drives allocated for supporting database services. The
    For the short-term fixes, do this:
    1. During after-hours time, if you don't already have one, build a temporary machine that can act as a DC/GC, while you take this machine temporarily offline.
    1. Shutdown the Update Services service, SQL Server database engine, and any other services dependent on the SQL Server database engine (Kapersky, and other reporting applications). Disconnect from the network to temporarly eliminate DC traffic. (You could also shutdown the AD services, but disconnecting the network cable is ever-so-much easier.) Defragment ALL drives.
    2. Restart ONLY the SQL Server service. Obtain this SQL script to Reindex the WSUS Databases.
    3. Restart ONLY the Update Services service. Attempt the Server Cleanup Wizard again. Run it in two passes. Pass 1 performing everything except  remove unused updates. Pass 2 running only remove unused updates.
    4. After completion of the Server Cleanup Wizard, reconnect the machine to the network and resume all other services.
    5. If you're able to complete #3, secure the services of a well-qualified DBA to determine if there are any misconfigurations in your SQL Server setup that would account for why your WSUS database is 9GB in size -- such as improperly configured autogrowth parameters. Based on the products you're updating and only forty clients, 9GB is about 3x the maximum size I would expect to see in a WSUS database. It's possible this is simply caused by excess unused updates, it's possible it's caused by fragmentation, it's probable it was caused by unnecessary autogrowth of the database due to insufficient update maintenance. You'll want a DBA to assist you in shrinking that database after you successfully run the Database Maintenance and Server Cleanup Wizard.
    Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP
    Principal/CTO, Onsite Technology Solutions, Houston, Texas
    Microsoft MVP - Software Distribution (2005-2009)

  • Insertion wizard problem.....

    As I said before i am now php mysql expert and so i user the
    wizards and one problem i am having is that when i suggest a page
    to redirect to after say adding a record, i run the page and fill
    the form but it does not redirect. WhAts going on?

    Thanks kaliappan for reply
    i get it dynamically in a form but how code i make the update works as
    SQL>     UPDATE  WH_T_ITEMS
      2          SET    BALANCE_QTY          = 111 --:WH_I_ITEMS.BALANCE_QTY   
      3          WHERE  WH_T_ITEMS.STORE_ID  =  1 --:WH_INVENTORIES.STORE_ID
      4          AND    TRANSACTION_SERIAL   = 1 --V_TRANSACTION_SERIAL
      5          AND    ITEM_SERIAL          = 1  --:WH_I_ITEMS.ITEM_SERIAL;
    1 row updated.
    SQL>            SELECT * FROM WH_T_ITEMS;
    ITEM_SERIAL   STORE_ID TRANSACTION_SERIAL   ITEM_QTY UNIT_PRICE ITEM_PRICE BALANCE_QTY    IS_OPEN WIT
              2          1                  1       2585     142175         55         585
              3          1                  1        659     367722        558         585
              1          1                  1       4558   11691270       2565         111

  • Update record form wizard problems

    I have an update form right after my log in page, but I guess my id is not getting carried to it. So everytime a user tries to update his record it says "No Primary Key Column was set"
    I used the update form wizard to create the update form and the log in form wizard for logging in. I checked the URL parameter and selected the right field in Primary Key Column in the update form wizard. You can actually update the record if you select "entered value" in Primary Key Equals and put a number against it, but not otherwise.
    Am i missing something. Im a complete novice so any advice is appreciated.

    I see this problem posted in lots of places - hopefully this will help someone...
    I had put the form on the page myself and filled in the filename in the "action" setting for the form.
    If the wizard creates the form, it uses...
    for the action value which maintains the get parameters that you passed from the other page. The "setPrimaryKey" function then has both that GET value (so it doesn't lose track of which record it's working on) and the POST information coming in from the form.
    I couldn't understand how my page had the primary key information the first time in but not when I submitted the form... this was the reason. It never affected the insert part of things because that doesn't rely on an existing primary key.

  • Wizard problem

    I am trying to create a wizard based application. I have set up View Objects as nested View Object using View Links in application module, for 3 levels. The wizard style checkbox is checked at the top level
    The 2nd level are divided into 4 regions. Layout style is set a separate pages for regions. The 3rd level are set up a plain detail groups.
    This works ok.
    My problem is when i want to make a 3rd level detail group display as a wizard page between the level 2 regions. I create a new detail group region on level 2 and selected the 3rd level detail group from the drop down list. (to make it available i checked the same page option on the level 3 group).
    However when i run the app the detailed group region is not displayed. This appears to be a bug as the same functionality will work with stacked pages. I require that i can control the sequence in which the wizard pages are displayed. I look forward to your response.

    After creating a test case Steven Davelaar replied:
    "I was able to reproduce your problem using the testcase. We will fix it for the next patch release, expected in the first half of september."
    Unfortunately this problem does not seem to be resolved with the new version. As stated before this is a fundamental issue for our application.
    To recap problem it is where i want to create a region container in a wizard app to hold both an item region and a Detail Group Region.
    see below for the jheadstart generation errors we get:
    [XxHoldingPersonsVOApplicantGeneralDetails.jspx, default/pageComponent/groupRegion.vm] Velocity log [error] RHS of #set statement is null. Context will not be modified. default/pageComponent/groupRegion.vm [line 1, column 1]
    [XxHoldingPersonsVOApplicantGeneralDetails.jspx, default/pageComponent/groupRegion.vm] Velocity log [error] Method pushModelPointer threw exception for reference $JHS in template default/pageComponent/groupRegion.vm at [1,1]
    [XxHoldingPersonsVOApplicantGeneralDetails.jspx, default/pageComponent/groupRegion.vm] org.apache.velocity.exception.MethodInvocationException: Invocation of method 'pushModelPointer' in class oracle.jheadstart.dt.jag.engine.velocity.JagEngineFacade threw exception class java.lang.NullPointerException : null
    Thanks
    Alan

  • PI CTC wizard problem

    hello,
    I have installed pi 7.0 (netweaver 2004s) as a production system
    before that i  installed another pi 7.0 which acts as a central sld system - this is the development system.
    during the xi production installation i gave the path of the existing sld system (the xi dev).
    now when i try to run the ctc pi wizard in the xi production system i get the following error -
    Error: CIM_ERR_FAILED: HTTP response code: 404 Not found
    Step: Configure the integration server for sld
    in the visual admin of the newly installed xi production the sld data supplier directs to the existing central sld
    also in the sld itself the new xi system (production one) is registered
    please advise
    Regards,
    Moshe

    Hello,
    According to note 764176 section 7 - association to application system is displayed in collum application system - the business system on which the integration server runs should be displayed - in my case - it is not displayed
    It is displayed to all other exchange infrastructure technical systems but not to the production integration system
    moreover - in section 6 in this note when i try to create new association - xi integration server logical identity - i can't find the PI production integration system
    Please advise - i looks that this is the problem that caused the CTC wizard error message
    Regards,
    Moshe

  • Distribution and collection wizard problem with formulas

    Hi gurus,
    I've an input schedule I want to distribute through the distribution wizard, this input schedule, has some rows where the user should enter data and some rows with formula using the data the user filled before.
    When I collect the data I notice that the wizard only collect the user entered and remain untouched the data from the formulas.
    If i enter the data in the input schedule directly (without using the distribution wizard) it works and the system send to the database the data I entered and the data from the formulas.
    I activated the parameter REFRESH_CACHE_BEFORE_COLLECT, but it doesn't make any difference.
    Any idea.
    Thanks in advance

    Hi Jose,
    Could you find a solution? We're having a similar problem.
    Thanks in advance

  • TableControl Wizard Problem

    I use SAP Netweaver 7.01 ABAP Trial version<br />
    For creating screens I use Screen Painter. When I want to create Table control I use TableControl Wizard.
    My problem:
    One of the steps in wizard says:
    "If you want to include a selection column, you can specify if you want to allow single-line or
    multiple-line selection."
    <b>But chceckBox "line selection col." is disabled </b>
    <b>Radio buttons "Single" and "Multiple" are disabled </b>
    Everything is disabled in Line selectability...
    What should I do to enable them?

    Hi,
       If you are abaper while working with Dialog programing if you have used any table control in those screens.
    You need to write a simple code as:
    Select PBO module status & click on that.
    Just you write a code after normal code as:
    TABLECONTROLNAME-LINES = SY-DBCNT.(this will enable the table control vertical scroll bar.)
    Normal code before above statement is(for eg.),
    MOVE WA-EBELN TO EKKO-EBELN.
    MOVE WA-AEDAT TO EKKO-AEDAT.
    Regards,
    BBR.

  • SAPMEINT CTC Wizard Problem Page 2

    Hello,
    I'm facing an issue with the SAPMEINT CTC wizard.
    It says if I want to finish page 2:
    Verification error: Please check if SAP ME or SAPMEINT are running correctly...
    The log entry for this issue is:
    #2.0 #2011 07 07 15:49:37:761#+0200#Warning#com.sap.xmii.bls.exceptions.BlsException#
    ##sap.com/xappsxmiiear#0050569D007E013300000008000013E0#6000550000000004#sap.com/xappsxmiiear#com.sap.xmii.bls.exceptions.BlsException#MESYS#33##F47F3760A89F11E0B4DD0000005B8FA6#9aee999ca89f11e084a40000005b8fa6#9aee999ca89f11e084a40000005b8fa6#0#Thread[HTTP Worker [@1582868867],5,Dedicated_Application_Thread]#Plain##
    Unable to localize exception
    [EXCEPTION]
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key Unable to load transaction [Visiprise/ERPShopFloorIntegration/ctc/VerificationService.trx]
         at java.util.ResourceBundle.getObject(ResourceBundle.java:314)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:311)
         at java.util.ResourceBundle.getString(ResourceBundle.java:274)
         at com.sap.lhcommon.localization.MessageCatalog.formatMessage(MessageCatalog.java:92)
         at com.sap.xmii.bls.exceptions.BlsException.getLocalizedMessage(BlsException.java:221)
         at java.lang.Throwable.toString(Throwable.java:344)
         at java.lang.String.valueOf(String.java:2651)
         at java.io.PrintWriter.print(PrintWriter.java:546)
         at java.io.PrintWriter.println(PrintWriter.java:683)
         at java.lang.Throwable.printStackTrace(Throwable.java:510)
         at com.sap.tc.logging.ExceptionManager.getStackTrace(ExceptionManager.java:78)
         at com.sap.tc.logging.LogRecord.buildException(LogRecord.java:1396)
         at com.sap.tc.logging.LogRecord.<init>(LogRecord.java:356)
         at com.sap.tc.logging.LogController.logTInt(LogController.java:2133)
         at com.sap.tc.logging.LogController.logTInt(LogController.java:2113)
         at com.sap.tc.logging.Category.logThrowableT(Category.java:4446)
         at com.sap.xmii.system.Logger.error(Logger.java:252)
         at com.sap.xmii.servlet.Runner.service(Runner.java:116)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
         at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:162)
    Can you tell me what can be the root caus of this?
    Regards,
    Kai

    Kai,
    it is recommended that the files of MEINT and CTC are taken from the latest patch of ME 5.2.5.
    After deployment of MEINT and CTC, SAPMEINT cannot be in running state because of missing the configuration which will be created after executing CTC. Please follow the steps of the latest Instrallation Guide @ SMP - it has been updated recently re this topic.
    Regards,
    Sergiy

  • CRVS2010 beta - mail label wizard problem

    Hello,
    I am trying to use the mail label wizard. On the Label screen, the Mailing Label Type drop-down list is not populated with a list of label sizes. The only option is "User-defined", which doesn't seem to work either.
    I searched this forum but did not see any messages about this problem.
    Any help would be greatly appreciated.
    Thank you

    The missing list of mail label sizes is a bug with the beta release.  As a workaround, if you have CR 2008 installed, you can copy the labels_en.txt file to use with the CR for VS 2010 beta. 
    You can find, and copy, the Labels_en.txt file from the folder:
    \Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\
    ..and copy to the folder:
    \Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\
    Yes, there is another beta planned for August, but it may not contain the fix for the above issue.
    Hope this helps!

  • Import Excel with Import Wizard / Problem during the import of "Actual Work" column

    Hello,
    I am trying to import an Excel File (*.xlsx) to Project Server 2013 through Project Professional 2013 and Import Wizard.
    I am having trouble when I try to include the column "Actual Work". After selecting the columnsmapping I am getting a strange error message saying that "The File cannot be oppened","Make sure, that the Filename and Path is right"
    and some other strange messages concerning compatibility, although I am using the same File, which works perfectly without the "Actual Work" column.
    I have tried as well with csv and the outcome was the same.
    Any help is welcome!
    Thank you in advance,
    Ioannis

    Which DW are you using - DMX on Mac? It didn't have that
    option. This is
    not an Educational version issue - it's a Mac issue.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Terry_Straehley" <[email protected]> wrote
    in message
    news:fm85u9$5ec$[email protected]..
    > From a 11/06 post
    > <<Hi, My Dreamweaver MX Education Version does NOT
    have the Import to
    > Excel
    > option. I am using "Excel 2003 (11.6560.6568) SP2, Part
    of Microsoft
    > Office
    > Professional Edition 2003". If I start with a blank page
    in Dreamweaver,
    > click
    > on File, Import, I only have the options "XML into
    Template", "Word HTML,
    > and
    > "Tabular Data". Does anyone know why I don't have the
    "Import Excel" >>
    >
    > This was not answered in the thread I copied it from. I
    have the same
    > problem.
    > Can some one answer the question?
    >

  • HP Printer Install Wizard Problem

    I'm trying to download the latest drivers for the K209a all in one printer through the HP Printer Install wizard which is the only way given to download the drivers on the support page, But every time after completing the 140 mb download it throws me an error saying my download was cancelled and to retry later. Please help, I would like to have the direct link to the software so that I can download it manuall my self.

    Hi , I saw your post regarding the problems you are having with downloading Windows 10 Software for your HP Deskjet Ink Advantage - K209a and I may be able to help.
    I've read a few post that indicate that the Windows 8.1 driver should work on Windows 10. Here is the link to the downloads page, HP Deskjet Ink Advantage All-in-One Printer series - K209 Full Feature Software and Driver. From here you may have to click the Edit link in order to choose Windows 8.1.   Here is the direct link to the download as well, just in case; HP Deskjet Ink Advantage K209 Full Feature Software and Driver.   Please let me know if any of these steps resolved your issue, or if there is anything else I can do to help.  I look forward to hearing from you!  Thanks, 

  • A135-s7404 recovery wizard problems

    A135-s7404 will not boot up.  It gets stuck in start-up repair.  When I press 0 and enter the recovery wizard, it asks me for a disc.  I don't recall this coming with a system disc.  I can find no way to access any restore file that might be on the hard drive.
    I have removed the hard drive and can access the data from a usb enclosure.  WHat type of files should I look for to help with a restore.

    Sorry about that....I was telling you the response I get from the computer.
    Start up repair runs for about  2 minutes and then basically says that it can't fix the computer automatically.  I elected to not send the informationto microsoft then asks me to view diagnotic and repair details or view advanced options for system recovery and support.
    The Startup repair diagnostic and repair log basically says...
    All tests completed sucessfully
    Startup repair has tried several times but still cannot determine the cause of the problem.
    the command prompt results:
    Sucessfully scanned windows installations.  Total identified windows installations: 0.  The operation was completed successfully.
    No windows installations?????????

  • [IGNORE] Wizard problems after upgrade

    Hi Steven,
    One more problem I'm having after the upgrade from 2.46 to 3.35 : I have a group that is a wizard being launched directly from the menu (using tree menu). When the wizard starts, the model is immediately being validated, displaying all the mandatory field warnings. I created a new test case application to compare the generated pages and adfc-config and I couldn't see anything different.
    ** THIS IS WORKING OK NOW ?! **
    Cheers,
    Brent
    Edited by: Brent Harlow on Mar 28, 2011 11:05 AM

    Working ok now ....

  • SPA9000 Wizard Problems

    Hi to all,
    I have an SPA9000+SPA400, with Linksys phones 941+921 (all with latest firmware) connected all to a linksys switch. I used the wizard to setup it seems to run smoothly apart form the part when it comes to configure clients although it has the 3 phones in the list I get an error that cannot configure the devices. What is wrong? Probably I should try configuring manunally the system? Also when I try the change password feature for SPA9000 it does not seem to work as I cannot access the web interface right now.
    Regards 

    have you checked if multicast is enabled on your switch? in my experience with this system the switch needs to have multicast enabled using 224.168.168.168 as the address to make them run smoothly -- (just look at the web ui of the switch and try to find the section where you can enable and enter a multicast address)
    what do you mean you cannot access the web interface? are you being prompted with the username password or are you just getting page cannot be displayed? where is the computer that you are trying to use connected on the network (behind the SPA9000 or in the same switch where the devices are connected) do you have another router in front of the switch? this will help us readers understand where the problem is coming from
    | isolate! isolate! isolate! |

Maybe you are looking for

  • I am having trouble syncing. I had this problem before and uninstalled itunes and redownloaded itunes. Now it's not syncing again. Any thoughts as to the problem?

    I am having problems syncing. This happened before and I had to uninstall and reinstall itunes. Now the problem is back. Any thoughts on solving this problem?

  • Copying files by using SCP in a Script

    HI , I want to copy files from one of my server to other by using scp. I am using a script which will generate a tar file and I want it to paste it automatically to my other server using SCP. But how can I can make this automation in a Script. I dont

  • Dreamweaver problems! HELP!!

    So I'm new to Dreamweaver and web-design altogether. These are going to be stupid questions, but I've been tearing my hair out trying to find information through the Adobe Help system and online tutorials. I have a flash video. I want it to play when

  • Missing "Raw Decode Presets.plist" file

    I'm having and issue with tint shifting when using the white balance brick. Several users have suggested deleting the Raw Decode Presets.plist however; that file is not located on my computer. How do I get Aperture to regenerate the list? Can somebod

  • Account Login Mystery

    Hi guys, I changed my login name but now have created a new account and cannot access my files. Only got the one original login name but have now got 30gb of original account as 'hidden' files. I have tried running permission repair in disk utility b