TS error applying commands pwercfg and control

Hi
I have SCCM 2012 R2 wit MDT2013 integration
I made TS where I apply Win7 and Win81. I putted some customization after Install application settings.
I need to change power scheme and some user locale configs.
Each command is in separate step and Start in is c:\windows\system32
 powercfg –x -monitor-timeout-ac 20
powercfg –x -standby-timeout-ac 0
control.exe intl.cpl,, /f:"%scriptroot%\customsettings_userlocale.xml"
control.exe intl.cpl,, /f:"%scriptroot%\customsettings_InputPreferences.xml"
but
When TS is running I got errors in each of these steps
The task sequence execution engine failed executing the action (Monitor 20 min) in the group (State Restore) with the error code 1
Action output: [ smsswd.exe ]
PackageID = ''
BaseVar = '', ContinueOnError=''
ProgramName = 'powercfg –x -monitor-timeout-ac 20'
SwdAction = '0001'
Set command line: Run command line
Working dir 'c:\windows\system32'
Executing command line: Run command line
Process completed with exit code 1
Command line returned 1. The operating system reported error 1: Incorrect function. 

Thanks to Jason 2 errors less with power schemes
Now I have 2 left with regional settings
The task sequence execution engine failed executing the action (Regional settings) in the group (State Restore) with the error code 1
Action output: [ smsswd.exe ]
PackageID = ''
BaseVar = '', ContinueOnError=''
ProgramName = 'control.exe intl.cpl,, /f:"C:\_SMSTaskSequence\WDPackage\Scripts\customsettings_userlocale.xml"'
SwdAction = '0001'
Command line for extension .exe is "%1" %*
Set commandline: Run command line
Working dir 'not set'
Executing command line: Run command line
Process completed with exit code 1
Command line returned 1. The operating system reported error 1: Incorrect function.

Similar Messages

  • Pls Help - ClassNotFoundException error - custom activity space and control

    I am encoutnering the following error when I deploy and run my custom
    Login Activity Space and Control to the Java 5.0.2 Portal. I have created a custom Java project and built successfully(I think) using Ant and have modified the customactivityspaces.xml file appropriately. I have checked that the custom jar file is in the portal.war and PORTAL_HOME\lib\java\ folder. Any help with this would be extremely appreciated.
    Please let me know if I can provide more info.
    Thanks.
    46323     07-20     14:16:24     Fatal     UI Infrastructure     6000     5880 (main)     com.plumtree.uiinfrastructure.activityspace.ASManager.InternalLoadClasses(ASManager.java:497)     Fatal Exception loading lib file: stapleskiosklogin_java.lang.ClassNotFoundException: com.my.kiosk.login.KioskLoginControl_     at java.net.URLClassLoader.findClass(URLClassLoader.java:241)_     at java.lang.ClassLoader.loadClass(ClassLoader.java:516)_     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:460)_     at java.lang.ClassLoader.loadClass(ClassLoader.java:448)_     at java.lang.Class.forName1(Native Method)_     at java.lang.Class.forName(Class.java:142)_     at com.plumtree.openfoundation.util.XPDynamicDiscovery.GetClass(XPDynamicDiscovery.java:344)_     at com.plumtree.openfoundation.util.XPDynamicDiscovery.GetClassesForWar(XPDynamicDiscovery.java:266)_     at com.plumtree.openfoundation.util.XPDynamicDiscovery.GetInstancesFromLib(XPDynamicDiscovery.java:121)_     at com.plumtree.uiinfrastructure.activityspace.ASManager.InternalLoadClasses(ASManager.java:490)_     at com.plumtree.uiinfrastructure.activityspace.ASManager.LoadCustomClasses(ASManager.java:437)_     at com.plumtree.uiinfrastructure.application.AppWarmUp.Init(AppWarmUp.java:442)_     at com.plumtree.portal50.application.AppWarmUpServlet.init(AppWarmUpServlet.java:109)_     at javax.servlet.GenericServlet.init(GenericServlet.java:256)_     at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:935)_     at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:823)_     at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3421)_     at org.apache.catalina.core.StandardContext.start(StandardContext.java:3609)_     at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:821)_     at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)_     at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:579)_     at org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDeployer.java:700)_     at java.lang.reflect.Method.invoke(Native Method)_     at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:252)_     at org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)_     at org.apache.commons.digester.Rule.end(Rule.java:276)_     at org.apache.commons.digester.Digester.endElement(Digester.java:1058)_     at org.apache.xerces.parsers.SAXParser.endElement(SAXParser.java:1403)_     at org.apache.xerces.validators.common.XMLValidator.callEndElement(XMLValidator.java:1550)_     at org.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumentScanner.java:1809)_     at org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:949)_     at org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:381)_     at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1098)_     at org.apache.commons.digester.Digester.parse(Digester.java:1567)_     at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:385)_     at org.apache.catalina.core.StandardHost.install(StandardHost.java:803)_     at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:442)_     at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:399)_     at org.apache.catalina.startup.HostConfig.start(HostConfig.java:718)_     at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:358)_     at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:166)_     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1196)_     at org.apache.catalina.core.StandardHost.start(StandardHost.java:738)_     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1188)_     at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:347)_     at org.apache.catalina.core.StandardService.start(StandardService.java:497)_     at org.apache.catalina.core.StandardServer.start(StandardServer.java:2190)_     at org.apache.catalina.startup.Catalina.start(Catalina.java:512)_     at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)_     at org.apache.catalina.startup.Catalina.process(Catalina.java:180)_     at java.lang.reflect.Method.invoke(Native Method)_     at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)

    Thanks a lot for your help Julie! That worked.
    I have a followup question. Now, I get the Login view even though I didn't include a login view in my custom activity space.
    I am trying to develop the custom login activity space and don't want to display the default loginview and want to auto login. So I have created a custom activity space and a custom control. I am not sure if I have everything coded correctly yet. How do I make sure I don't display the login view if I go to my custom space directly?
    What's the best way to do this? I am still trying to go through the PT code and understand it. Any pointers would be very helpful.
    Additionally, for the custom activity space: do I need to extend PlumtreeAS or AActivitySpace ?
    I have my code listed below:
    package com.my.kiosk.login;
    import com.plumtree.portalpages.common.uiparts.*;
    import com.plumtree.uiinfrastructure.activityspace.*;
    import com.plumtree.xpshared.htmlelements.*;
    * Activity Space for Kiosk login.
    public class KioskLoginSpace extends AActivitySpace // AActivitySpace or PlumtreeAS ??
         public static final String STR_MVC_CLASS_NAME = "KioskLogin";
         * @see com.plumtree.uiinfrastructure.activityspace.IManagedObject#Create()
         public Object Create()
              return new KioskLoginSpace();
         * @return
         public String GetName()
              return STR_MVC_CLASS_NAME;
         * @see com.plumtree.xpshared.activityspace.AActivitySpace#Init()
         public void Init()
              super.Init();
              //RegisterPage(new LoginDP());
              //RegisterModel(LoginModel.STR_MVC_CLASS_NAME);
              //IModel myModel = GetModel(LoginModel.STR_MVC_CLASS_NAME);
              //RegisterView(LoginView.STR_MVC_CLASS_NAME, myModel);
              // Register the control in this space
              RegisterControl(KioskLoginControl.STR_MVC_CLASS_NAME, null);
         * Determine whether or not the current user has the security
         * privileges necessary to view the requested page.
         * @see com.plumtree.uiinfrastructure.activityspace.AActivitySpace#CheckBasicAccess(String, String, boolean)
         public boolean CheckBasicAccess(String strPage, String strControl,
                                                 boolean _bSameSpace)
              // All users are allowed to access this space
              return true;
         /* (non-Javadoc)
         * @see com.plumtree.uiinfrastructure.activityspace.AActivitySpace#GetStyleSheetLinks()
         public HTMLElementCollection GetStyleSheetLinks() {
              // TODO Auto-generated method stub
              return null;
    package com.my.kiosk.login;
    import com.plumtree.debug.*;
    import com.plumtree.openfoundation.util.*;
    import com.plumtree.openfoundation.web.*;
    import com.plumtree.portalpages.browsing.myportal.*;
    import com.plumtree.portalpages.browsing.myportal.mypages.*;
    import com.plumtree.portalpages.common.login.*;
    import com.plumtree.portaluiinfrastructure.login.*;
    import com.plumtree.server.*;
    import com.plumtree.uiinfrastructure.activityspace.*;
    import com.plumtree.uiinfrastructure.application.varpacks.*;
    import com.plumtree.uiinfrastructure.login.*;
    //import com.plumtree.portalpages.browsing.login.*;
    * This class handles the control logic for Store Kiosk login.
    public class KioskLoginControl implements ILoginControl, IHTTPControl
         /** object name */
         public static final String STR_MVC_CLASS_NAME = "KioskLogin";
         /** Query String parameters */
    //     public static final String PARAM_CREATE_ACCT = "createacct";
         /** MVC Objects */
         private AActivitySpace m_asOwner;
    //     private LoginModel m_asModel;
         /** these need to be nulled out after execution. */
         private IWebData m_WebData = null;
         private IXPRequest m_xpRequest = null;
         private IPTSession m_userSession = null;
         * @see IHTTPControl
         * @param r
         * @param pageData
         public void SetHTTPItems(IXPRequest r, IWebData pageData)
    //          In a given request, this method is called first.
              m_xpRequest = r;
              m_WebData = pageData;
         * @see com.plumtree.xpshared.activityspace.ILoginControl#SetRedirectForUseAfterLogin(Redirect)
         public void SetRedirectForUseAfterLogin(Redirect r)
              // In a given request, this method is called second.
              return;
         * @see com.plumtree.xpshared.activityspace.IControl#execute()
         public Redirect CheckActionSecurityAndExecute(XPHashtable arguments)
              // In a given request, this method is called third.
              if (PTDebug.IsDebugTracingEnabled(Component.Portal_Browsing))
                   PTDebug.Trace(Component.Portal_Browsing, TraceType.Error,
                        "KioskLoginControl CheckActionSecurityAndExecute() creating redirect to the Kiosk subportal");
              // In a given request, this method is called third.
              if (PTDebug.IsInfoTracingEnabled(Component.Portal_UI_Infrastructure))
                   PTDebug.Trace(Component.Portal_UI_Infrastructure, TraceType.Error,
                                  "GuestSubportalLoginControl Execute() creating redirect to MarkAsGuestControl.");
              // Redirect to the MarkAsGuestControl to mark this session as a guest user.
              // redirect to myPage
              Redirect myRedirect = new Redirect();
              myRedirect.SetLinkCreateNewSpace(MyPageAS.STR_MVC_CLASS_NAME,
                   m_asOwner);
              myRedirect.SetControl(SetPageControl.STR_MVC_CLASS_NAME);
              //int iId = mySession.GetSessionInfo().GetCurrentUserID();
              IPTSession mySession = (IPTSession)(m_asOwner.GetUserSession());
              int iId = mySession.GetSessionInfo().GetCurrentUserID();
              iId = -1 * iId;
              String sId = XPConvert.ToString(iId);
              myRedirect.AddControlArgument(SetPageControl.STR_PAGE_ID, sId);
              // Make this use a true 302 redirect
              myRedirect.SetIsHTTPRedirect(true);
              return myRedirect;
              //return null;
         * This method is used to determine if the guest user should
         * be redirected to their default page or to the login page
         * if a space is not specified.
         * @param RequestData
         * @return boolean true implies the guest should redirect to
         * login if no space is specified. Login is default.
    /*     private boolean IsRedirectOnLogoutEnabled()
              ConfigVarPack vpConfig = (ConfigVarPack) m_asOwner.GetApplication().GetVarPackManager().GetVariablePackage
                   (ConfigVarPack.VARPACK_ID);
              String strGuestRedirect = vpConfig.GetConfigValueAsString(
                   ConfigConstants.AUTHENTICATION_SECTION, "RedirectOnLogout",
                   ConfigConstants.VALUE_ATTRIBUTE);
              // default value
              boolean bResult = true;
              if ((strGuestRedirect != null) && (!"".equals(strGuestRedirect)))
                   if (XPConvert.ToInteger(strGuestRedirect) == 0)
                        bResult = false;
              return bResult;
         // IMVCObject
         * @see com.plumtree.uiinfrastructure.activityspace.IManagedObject#Create()
         public Object Create()
              return new KioskLoginControl();
         // Methods from ILoginControl
         * @see com.plumtree.xpshared.activityspace.ILoginControl#DoGetSession()
         public boolean DoGetSession()
              // The interpreter should ask us for the session.
              // In a given request, this method is called fourth.
              // Attempt to login as the custom guest user here, rather than in GetSession()
              // so that if we are unable to connect, we can abort the login attempt.
              // Otherwise, we have no way of knowing in the PEI whether or not login
              // has previously failed, and we can get in an infinite loop.
              try
                   //Add code to derive Kisok user name after Store lookup
                   String strKioskUserName = "kiosk0000";
                   String strKioskUserPassword = "";
                   // Look at the request URL to determine what URL this user
                   // is trying to access.
                   // Switch strCustomGuestName to your first custom guest here
    /*               if (XPStringUtility.IndexOf(m_asOwner.GetCurrentRequestURL(),
                                                           "firstsubportal") != -1)
                   // Switch strCustomGuestName to your second custom guest here
                   else if (XPStringUtility.IndexOf(m_asOwner.GetCurrentRequestURL(),
                                                                "secondsubportal") != -1)
                   // Connect as the custom guest user
                   m_userSession = PortalObjectsFactory.CreateSession();
                   m_userSession.Connect(strKioskUserName, strKioskUserPassword,
                                            null);
              catch (Exception e)
                   if (PTDebug.IsErrorTracingEnabled(Component.Portal_UI_Infrastructure))
                        PTDebug.Trace(Component.Portal_UI_Infrastructure,
                                       TraceType.Error,
                                       "Unable to connect to Kiosk user.", e);
                   m_userSession = null;
                   // Since we are unable to connect to our custom guest user, we do not
                   // want to login right now.
                   return false;
              return true;
         * @see com.plumtree.xpshared.activityspace.IControl#GetName()
         public String GetName()
              return STR_MVC_CLASS_NAME;
         * @see com.plumtree.xpshared.activityspace.ILoginControl#GetSession()
         public Object GetSession()
              // In a given request, this method is called fifth.
              if (null != m_userSession)
                   LoginResult rReturn = null;
                   try
                        // Login the custom guest user. This calls the login PEIs.
                        rReturn = LoginHelper.INSTANCE.AttemptLogin(m_userSession,
                                                                               m_asOwner,
                                                                               m_xpRequest,
                                                                               m_WebData);
                   catch (Exception e)
                        if (PTDebug.IsErrorTracingEnabled(Component.Portal_UI_Infrastructure))
                             PTDebug.Trace(Component.Portal_UI_Infrastructure,
                                            TraceType.Error, "AttemptLogin() failed.", e);
                   if (!rReturn.m_bSuccess)
                        if (PTDebug.IsErrorTracingEnabled(Component.Portal_UI_Infrastructure))
                             PTDebug.Trace(Component.Portal_UI_Infrastructure,
                                            TraceType.Error,
                                            "KioskLoginControl AttemptLogin() failed: " +
                                            rReturn.m_strError);
                   if (null != rReturn.m_Redirect)
                        if (PTDebug.IsErrorTracingEnabled(Component.Portal_UI_Infrastructure))
                             PTDebug.Trace(Component.Portal_UI_Infrastructure,
                                            TraceType.Error,
                                            "KioskLoginControl AttemptLogin() return redirect ignored.");
              IPTSession userSession = m_userSession;
              // Null out the IHTTPControl data so we don't retain the memory after the
              // request is done (i.e. leak the memory)
              m_xpRequest = null;
              m_WebData = null;
              m_userSession = null;
              return userSession;
         * @see com.plumtree.xpshared.activityspace.IControl#Init(IModelRW)
         public void Init(IModel model, AActivitySpace space)
    //          m_asModel = (LoginModel) model;
              m_asOwner = space;

  • I need to use Outlook Express to apply for jobs and I either don't have it but when I try to send an e-mail on Outlook Express, it won't go through and gives me an error report.....I really need to be able to use Outlook Express to apply for jobs. Help!

    When I try to apply for job and when I try to e-mail my resume' and Outlook Express comes up to reply to on, I put in my information, etc but when I hit send, it doesn't go through and says? POP and then error report and doesn't go through.

    I can't provide a solution with or without the error message, but without an error message, you are making everyone guess at what you see. I have no idea what you see, and I think someone who might be able to help you solve your problem would need to know what that message says. Is "Outlook Express" (Windows Live Mail) your default email processor, if not what is?

  • Error 1328.Error applying patch to fileC:/Config.Msi/PTEADA.tmp.It has probably been updated by other means, and can no longer be modified by this patch.For more information contact your patch vendor

    hello,
    After installing the Adobe reader, I got the following error message:
    Error 1328.Error applying patch to fileC:/Config.Msi/PTEADA.tmp.It has probably been updated by other means, and can no longer be modified by this patch.For more information contact your patch vendor

    For AA XI, you only need the 11.0.09 patch. Download from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows (Use "MAC" if a MAC is used).

  • I am using Acrobat XI Pro and tried to install the current update. I got this error message: "Error 1328.Error applying patch to file C:\Config.Msi\pT64b3.tmp It has probably been updated by other means1 and can no longer be modified by this patch. For mo

    I am using Acrobat XI Pro and tried to install the current update. I got this error message: "Error 1328.Error applying patch to file C:\Config.Msi\pT64b3.tmp It has probably been updated by other means1 and can no longer be modified by this patch. For more information contact your patch vendor." tried uninstalling and reinstalling and still get the error. Searched for C:\Config.Msi\pT64b3.tmp and cannot find the path or the file

    For AA XI, you only need the 11.0.09 patch. Download from http://www.adobe.com/support/downloads/product.jsp?product=1&platform=Windows (Use "MAC" if a MAC is used).

  • Cannot change command and control button

    in the past I've been able to switch the command and control buttons from system preferences. I recently connected a new Microsoft keyboard to my mac mini, and when I change the command and control button the same way I did before, it has no affect. The command and control keys have their default action. Is there a way to over ride this?

    I did on Lenono brand windows keyboard and it works, but when I try a Microsoft brand windows keyboard, it doesnt work.

  • How to incorporate Command,Option,Shift and Control keys into AppleScripts?

    How do I incorporate Command,Option,Shift and Control keys into AppleScripts?
    for example:-
    If Control key is depressed then
    do something
    elseif Option key is depressed then
    do something else
    end if
    Lennox

    I am trying to do this:
    tell application "Finder"
    set cv to current view of Finder window 1
    if ( option key down of theEvent ) then
    set current view of Finder window 1 to list view
    elseif ( control key down of theEvent ) then
    set current view of Finder window 1 to column view
    else
    set current view of Finder window 1 to icon view
    end if
    end tell
    but since I am not quite familiar with this I am not getting it right
    Any suggestions?
    Thanks.
    Lennox

  • Key differentiation in ERP SAP Finance and Controlling with Other ERP Appli

    Hi ALL,
    I want to know one important thing in ERP SAP Application, What is the Key differentiation in SAP Finance and controlling with other ERP application like Oracle, PeopleSoft...
    And what is the main feature in SAP Finance and controlling with other ERP application.  Tell few SAP FICO features compare to other ERP application  
    thanks
    Kiran

    Hi ALL,
    I am waiting for you reply kindly cooperate in this
    thanks
    kiran

  • When I open itunes to play content I've already purchased and while attempting to view trailers for movies in the itunes store, I receive a generic error message from windows, and I'm directed to reinstall the latest version of itunes.  Not a fix.  Help?

    When I open itunes to play content I've already purchased and while attempting to view trailers for movies in the itunes store, I receive a generic error message from windows, and I'm directed to reinstall the latest version of itunes.  Not a fix.  Help?

    after perusing other subjects with playback issues: 
    this is the fix: 
    -Launch Control Panel - Double click Quicktime, If you do not see quicktime, look on the top left side of control panel and switch to classic view. This will then allow you to see Quicktime.
    -Now click the advanced tab and click on Safe Mode GDI Only, Apply, then ok.

  • I was recently prompted to update my Itunes player to the latest version. I'm using Windows Vista. I was left with an error message MSVCR80.dll and consequently no new update. I uninstalled the old version and have tried to reinstall manually. No luck

    I was recently prompted to update my Itunes player to the latest version. I'm using Windows Vista. I was left with an error message MSVCR80.dll and consequently no new update. I uninstalled the old version and have tried to reinstall manually several times. No luck. Consequently I have no player.
    Any ideas for a fix?

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Budgeting and control system

    friends,
    we implemented fi, co, mm, sd, pp and project systems. we want to implement budgeting and control system. what is the exact flow of BCS in between these modules,
    regards,

    Hi,
    Prepare Funds Management Installation
    When implementing the Funds Management Government component, you should take care to carry out the individual steps in a particular order. You enter the required preconfigurations and functions at different points in the SAP System.
    So when implementing Funds Management, you should observe the following sequence:
    1. You use the "Enterprise Structure" to create company codes, FM areas, and controlling areas. For more information, see the Enterprise structure IMG in sections:
    a) "Define, Copy, Delete, Check Company Code"
    b) "Maintain FM Area"
    c) "Define, Copy, Delete, Check Controlling Area"
    2. You then assign an FM area to each company code and controlling area relevant to Funds Management.
    For more information, see sections:
    a) Assign company code to FM area
    b) Assign controlling area to FM area
    3. You create your G/L accounts in the General Ledger Accounting menu. For more information, read the chapter: Create G/L accounts in the G/L accounting IMG (FI-GL) under G/L account master records.
    4. Use Financial Accounting customizing to maintain the field status definition groups. These determine which fields in the account can accept input, must be maintained, or are hidden, when you are entering business transactions. For more information, read: "Maintain field status variants" in the Financial Accounting Basic Settings.
    Note that the additional account assignments "Commitment item", "Funds center" and "Fund" will only accept input if you mark the relevant fields as required or optional entries. This applies, however, only to G/L accounts whose commitment items are assigned with the 30 such as a revenue account. G/L accounts whose commitment items are assigned with a transaction other than 30 should have the error hidden.
    If you want to reference earmarked funds when posting a payment, you must define the additional account assignment "Earmarked funds" as a required or optional entry.
    5. Likewise, for Materials Management purchase requisition and purchase order postings which do not go into stock, you must flag the "Commitment item", "Funds center" and "Fund" fields as required or optional entries in order to be able to make entries in them. You can find more information in the Purchasing IMG in section "Maintain account assignment types" .
    6. If you want to integrate inventory management with Funds Management, there are different ways of controlling this, depending on the warehouse concept you chose. For more information, go to the Funds Management IMG and read sections Make Other Settings and Integration with Inventory Management.
    7. If you want to integrate Assets Accounting, you must go to the Funds Management implementation guide and flag as budget relevant the transaction types for the individual transactions (acquisitions and retirements). You can find more information in the IMG Funds Management Government in the section Flag Transaction Types as Budget Relevant.
    8. If you want to integrate Payroll Accounting with Funds Management, you must define funds centers and funds for the individual Infotypes. For more information, see the Funds Management IMG Funds Management Government in the section "Define Start Date for HR Integration (Without HR Commitments Scenario 2)".
    9. If you want to integrate Travel Management with Funds Management, the "funds center", "commitment item" and "fund" fields must be ready to accept input when you post in Travel Expense Accounting. You enter these settings in the Travel Management IMG Dialogue and settlement control -> Screen layout for trip data input -> Set up variable construction for account assignment objects.
    10. You switch to the Funds Management application menu, create your master data (commitment items, funds centers and funds) and then define your account assignment derivation.
    For more information on account assignment derivation in Funds Management, see component Funds Management (PSM-FM) under Account Assignment Derivation as well as section Define Account Assignment Derivation.
    For more information on creating master data, see the component Master data in the componentFunds Management (PSM-FM).
    11. You can then subsequently make the remaining settings via the Funds Management implementation guide. For more information, read the following chapters.
    Further notes
    The Funds Management application component can not be used simultaneously with the components Cash Budget Management and/or Project Cash Management if you use year-dependent master data in Funds Management.
    If you want to use Funds Management with Cash Budget Management and/or Project Cash Management you must note that Cash Budget Management and Project Cash Management only process 10 character commitment items.
    Regards,
    Eli

  • Error -10609 occured at AI Control

    Recently we have been getting the following error message when trying to run 5 of our programs all at once.
    "Error -10609 occured at AI Control
    NI-DAQLV: A transfer is already in progress for the
    specific resource, or the operation is not allowed
    because the device is in the process of performing
    transfers, possibly with different resources."
    I believe that this error is coming from the AI Control.vi which is on of the subVIs of AI aquire waveform.vi. We have been using the AI aquire waveform.vi to read our thermocouples from the DAQ board and in the past have had no problems running multiple programs (with multiple thermocouples) using LabVIEW 6.0. When we switched to using the Executables that we created using LabVIEW
    6.1 on another computer we started running into this problem. The development computer is a sony VAIO 1.6GHz P4 with 128 MB Ram, the operating computer is a Dell OptiPlex P1 of unknown processor speed with 64 MB of Ram.
    If you have any ideas on how to fix this problem I would greatly appreciate it. Also, we are running the NI-DAQ 6.3.9 version and a PCI-MIO-16E-4 DAQ board.

    Filipe,
    Thank you for your response. One of NI's field engineers contacted me about this problem and I think that we have it solved. I am now using the Semaphore commands to control access to the DAQ board so that only one program can access it at one time.
    Thank you for your help. If I can figure out how to add all tasks to one code then I will try that. The current problem with that is that not all tasks are always needed.
    Thank you,
    Timothy

  • Error Applying patch 6728000

    Hi All,
    I have applied the patch 6728000 to my EBS R12 linux and I got the following error:
    Checking if all jobs have their actual and symbolic arguments in sync....
    Done.
    Writing jobs to run to restart file.
    Reading jobs from FND_INSTALL_PROCESSES table ...
    AutoPatch error:
    Invalid status when reading existing table
    Worker 1 has status 'C'
    Telling workers to quit...
    All workers have quit.
    AutoPatch error:
    Error running SQL and EXEC commands in parallel
    Freeing includes hash table
    Freeing fixes hash table
    Freeing basedons hash table
    Freeing entities hash tableHow do I restart applying the patch?
    Do I need to rerun "adpatch" again?
    Thanks a lot

    Thanks again...
    I want to apply patch 7653364 and 8222387
    But it requires the ff:
    1. Required Code levels
    This patch requires additional code levels to have been successfully
    applied to your system before it can be applied. These code levels,
    as at the time that this patch was built, are listed below. Please check
    Oracle Metalink to determine if any of these have been superseded
    * R12.AD.A.delta.4
    * R12.ATG_PF.A.delta.4
    ==========
    How do I know if I have these already in my EBS R12 RUP6 ?
    Thanks a lot

  • Problem with MySQL - WLS61:General error: select command denied to user: 'foo@lion.e-pmsi.fr' for table 'finess'

    Hi
    I've been trying to adapt and deploy an enterprise appliaction developped and deployed
    before under JBoss.
    My database is MySQL and I use Together Control Center for development and hot deployment.
    After having modified a lot of things (the seamless protability seems always sor
    far :), now I get some strange error when deploying from withing Together Control
    Center 6.0:
    WLS61:General error: select command denied to user: '[email protected]' for table
    'finess'
    Off course the user foo has all possible and imaginable rights.
    Does anybody have an idea on how to get around it ?
    Thanks
    Alireza

    Found the answer... email that went to junk mail. Hope this helps others!
    Hello Subscription User,
     Thanks for choosing ClearDB for your database needs. We appreciate your business and 
     your interest in our services. Our commitment to all of our customers is that we 
     provide a high quality of service on all of our database systems. Part of that 
     commitment includes the enforcement of database size quotas in order to ensure 
     the highest quality of service for our customers.
     As such, we're sending you this automated message regarding one of your databases:
     Database: wp____
     Tier/Plan: Mercury
     Tier size quota: 20 MB
     This database has either reached or has exceeded its maximum allowed size for the 
     'Mercury' plan/tier that it currently belongs to. As such, our systems were forced to 
     place a read-only lock on it. We kindly encourage you to upgrade your database 
     to a larger tier/plan so that we can restore write privileges and enable complete 
     access to it from your account.
     If you feel that you have received this notification in error, please feel free 
     to contact us by replying to this email along with information that you feel may 
     assist us in assessing the situation with your database.
     Thanks again for choosing ClearDB,
     The ClearDB Team

  • Difference between command line and Runtime.exec()

    Hi all.
    I'm coding some lines to call sqlldr program.
    System info:
    OS: Win2k server
    Java platform: JSK 1.4
    DBMS: Oracle 9i
    I've tested sqlldr in command line and it is OK. But when i call Runtime.exec("sqlldr user/pass@servicename control=mycontrol.ctl")
    the ErrorStream show that: Message 2100 not found,No message file for product=RDBMS ,facility=UL...
    So i had to put a String array which contained "ORACLE_HOME" as the second parameter of exec method. But there's another error appear:
    SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]
    ORA-12560: TNS:protocol adapter error
    I checked tnsnames.ora and it's OK. I do the command line again and it's still OK. Why did Runtime.exec("...") method get Error.
    Does Someone solve it for me.
    Thanks so much.

    I'm having the similar/same issue.
    I'm trying to run SQLLdr from JAVA.
    From a command line, it works fine.. From within JAVA, I get..
    SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]
    ORA-12640: Authentication adapter initialization failed.
    Did you find a solution to your problem?

Maybe you are looking for

  • More Fun With CSS - (omg its difficult)

    First I want to say thank you to everyone that has been helping learn css and all the power that it has. Now this is a two part question. Part 1. (div.header-shadow) I have a div tag that I inserted a very important image into.  The image includes so

  • Why does you tube prevent music video downloads?

    I have figured out that music companies do not want you tube users to download videos to their hard drives or jump drives. Well, I want to. All the other videos work fine. I am using Firefox 18.0 with video download helper, and every time I download

  • Mail.APP has been deleted and don't know how to get it back ?

    Please forgive my stupidity, But I have deleted my Mail app I don't know how but all that appears now in it's place on the dock is a black piece of paper with a ruler and stuff. Could somebody please help me out and tell how to get it back

  • Issue with Users trying to contribute a file to content server

    Hi, I have an instance of UCM 10g 10.1.3.3 installed and off later suddenly some users have started getting the message "Unable to build check in form. User '<username>' does not have sufficient privileges." when they try to checkin a file. I checked

  • Run Report from Forms

    I need help!!!Can anyone tell me... 1)how to start a report from Forms? ---The report is already attached to Object Navigator ---I made a WHEN_PRESSED_BUTTON and the Trigger for this button like this..... DECLARE rep_id REPORT_OBJECT; v_rep VARCHAR2(