System.Management.Automation.Runspaces.Pipeline.Invoke()

Hi,
I am trying to stop a windows service on a remote computer using System.Management.Automation.Runspaces.Pipeline.Invoke() method.
To do this I create a string containing the powershell command ("Get-Service -ComputerName machineName -Name serviceName | Stop-Service") and add it as a parameter to
pipeline.Commands.AddScript
However, the service fails to stop.
Any thooughts ??

Are you running this under the PowerShell console or ISE? Or is this something you are working on in Visual Studio to  build some other tool that utilizes PowerShell? If through Visual Studio would be great to see all of your code to
better help you out, otherwise if you are trying to do something through the ISE/Console you should really look at what everyone else has already said.
Boe Prox
Blog |
Twitter
PoshWSUS |
PoshPAIG | PoshChat |
PoshEventUI
PowerShell Deep Dives Book

Similar Messages

  • System::Management::Automation not recognized in cpp code

    I need to call powershell cmdlets from cpp code. The cmdlets which will operate the vm's from the hyper-v.
    I found that to run the powershell cmdlets, will have to create powershell object and then could invoke the scripts I need to.
    But code fails at the line..
    using namespace System::Management::Automation;
    I am using a makefile to build my project.
    What libs, and dll's I need to add so the project will be able to recognize this namespace.

    Hi PuneDev,
    Sorry for the delay.
    If you want to load .dll file in powershell, please refer to the script below:
    [Reflection.Assembly]::LoadFile(“c:\temp\MyMathLib.dll”)
    Reference from:
    Run my third party dll with powershell
    Best Regards,
    Anna

  • Release Management vNext Powershell Could not load file or assembly System.Management.Automation Version=3.0.0.0

    Hi,
    I'm running TFS2013.4 with a number of build servers and all working fine. 
    I'm also running Release Management with update 4 (12.0.31101.0) and am running into trouble when trying to run my first dummy release.
    I have setup my servers, stages, releases paths, components and release template (all vNext) with out issue.
    When I run my Release Template (Deploy Using PS/DSC) I'm getting the following error :-
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.AggregateException: One or more errors occurred. ---> System.IO.FileNotFoundException:
    Could not load file or assembly 'System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
    The system cannot find the file specified.
       at Microsoft.VisualStudio.Services.DevTestLabs.Deployment.Deployment.PowershellExecutor.DisposeCurrentSession()
       at Microsoft.VisualStudio.Services.DevTestLabs.Deployment.Deployment.RemoteDeploymentHelper.Dispose()
       at Microsoft.VisualStudio.Services.DevTestLabs.Deployment.Deployment.DeploymentClient.<RunAsync>d__11.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.VisualStudio.Services.DevTestLabs.Deployment.Deployment.DeploymentClient.<RunPowerShellAsync>d__1.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.TeamFoundation.Release.EnvironmentProvider.OnPrem.Implementation.OnPremDeploymentProvider.<CopyBuildsLocally>d__5.MoveNext()
    --- End of stack trace from previous location where exception was thrown ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Microsoft.TeamFoundation.Release.EnvironmentProvider.OnPrem.Implementation.OnPremDeploymentProvider.<RunScript>d__0.MoveNext()
       --- End of inner exception stack trace ---
       at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
       at Microsoft.TeamFoundation.Release.MonitorServices.Dsc.OnPrem.OnPremDeploymentActions.InvokePlatform(String activityId, MachineSpecification machineSpecification, StorageSpecification storageSpecification, String scriptPath, String configurationPath,
    Dictionary`2 configurationVariables)
       at Microsoft.TeamFoundation.Release.MonitorServices.Dsc.OnPrem.OnPremDeploymentActions.RunScript(DscComponent dscComponentParameters, String serverName, String userName, String password, String componentName, String scriptPath, String configurationPath,
    String useCredSecuritySupportProvider, String useHttps, String skipCACheck)
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
       at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at Microsoft.TeamFoundation.Release.DeploymentAgent.Services.Deployer.Dsc.DscComponentInstaller.InvokeMethodByReflection(String methodArguments)
    I can't work out if my target machine (2008 R2 SP1) has a problem with WMA 3.0 or if the Release Template can't find the powershell script that I'm trying to call.  I figured that the relative path to the script could be wrong and have tried numerous
    iterations to no effect.  The error clearly points to a problem with WMA right?
    The target machine has .Net Framework 4.0, WMA Framework 3.0 and I can run Enter-PSSession to remote to it etc...
    Before I trash and rebuild my target machine I hoping someone may have some insight to my problem?
    Thanks in Advance
    Jason
    shroomie

    Daniel,
    The PS Script is taken from an MSDN blog and is fairly standard.  I'm sure it will run fine when executed, but I've not run it as it requires environment variables ($applicationPath) that will be present in the Release Management session calling it. 
    Here's the script :-
    configuration InstallModules
        param
            # Target nodes to apply the configuration
            [string[]]$NodeName = 'localhost',
            # Source Path for Modules
            [String]$SourcePath = "$applicationPath\Deploy\Modules",
            # Destination path for Modules
            [String]$DestinationPath = "$env:ProgramFiles\WindowsPowershell\Modules"
        Node $NodeName
            # Copy the Modules
            File ModuleContent
                Ensure          = "Present"
                SourcePath      = $SourcePath
                DestinationPath = $DestinationPath
                Recurse         = $true
                Type            = "Directory"
    InstallModules
    Thanks
    Jason
    shroomie

  • System.Management.Automation.MethodInvocationException: Exception calling "ExecuteQuery" with "0" argument(s): "$Resources:core,ImportErrorMessage;" --- Microsoft.SharePoint.Client. ServerException: $Resources:core,ImportErrorMessage;

    Hi,
    I am getting an error  System.Management.Automation.MethodInvocationException: Exception calling "ExecuteQuery" with "0" argument(s): "$Resources:core,ImportErrorMessage;" ---> Microsoft.SharePoint.Client. ServerException:
    $Resources:core,ImportErrorMessage;
    Following is my powershell script on line
    $context.ExecuteQuery(); it is throwing this error.
    function AddWebPartToPage([string]$siteUrl,[string]$pageRelativeUrl,[string]$localWebpartPath,[string]$ZoneName,[int]$ZoneIndex)
        try
        #this reference is required here
        $clientContext= [Microsoft.SharePoint.Client.ClientContext,Microsoft.SharePoint.Client, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c]
        $context=New-Object Microsoft.SharePoint.Client.ClientContext($siteUrl)
        write-host "Reading file " $pageRelativeUrl
        $oFile = $context.Web.GetFileByServerRelativeUrl($pageRelativeUrl);
        $limitedWebPartManager = $oFile.GetLimitedWebPartManager([Microsoft.Sharepoint.Client.WebParts.PersonalizationScope]::Shared);
        write-host "getting xml reader from file"
        $xtr = New-Object System.Xml.XmlTextReader($localWebpartPath)
         [void] [Reflection.Assembly]::LoadWithPartialName("System.Text")
        $sb = new-object System.Text.StringBuilder
             while ($xtr.Read())
                $tmpObj = $sb.AppendLine($xtr.ReadOuterXml());
             $newXml =  $sb.ToString()
        if ($xtr -ne $null)
            $xtr.Close()
        #Add Web Part to catalogs folder
        write-host "Adding Webpart....."
        $oWebPartDefinition = $limitedWebPartManager.ImportWebPart($newXml);
        $limitedWebPartManager.AddWebPart($oWebPartDefinition.WebPart, $ZoneName, $ZoneIndex);
    $context.ExecuteQuery();
        write-host "Adding Web Part Done"
        catch
        write-host "Error while 'AddWebPartToPage'" $_.exception| format-list * -force
    ERROR:
    Error while 'AddWebPartToPage' System.Management.Automation.MethodInvocationException: Exception calling "ExecuteQuery" with "0" argument(s): "$Resources:core,ImportErrorMessage;" ---> Microsoft.SharePoint.Client.
    ServerException: $Resources:core,ImportErrorMessage;
       at Microsoft.SharePoint.Client.ClientRequest.ProcessResponseStream(Stream responseStream)
       at Microsoft.SharePoint.Client.ClientRequest.ProcessResponse()
       at Microsoft.SharePoint.Client.ClientContext.ExecuteQuery()
       at ExecuteQuery(Object , Object[] )
       at System.Management.Automation.DotNetAdapter.AuxiliaryMethodInvoke(Object target, Object[] arguments, MethodInformation methodInformation, Object[] originalArguments)
       --- End of inner exception stack trace ---
       at System.Management.Automation.DotNetAdapter.AuxiliaryMethodInvoke(Object target, Object[] arguments, MethodInformation methodInformation, Object[] originalArguments)
       at System.Management.Automation.DotNetAdapter.MethodInvokeDotNet(String methodName, Object target, MethodInformation[] methodInformation, Object[] arguments)
       at System.Management.Automation.Adapter.BaseMethodInvoke(PSMethod method, Object[] arguments)
       at System.Management.Automation.ParserOps.CallMethod(Token token, Object target, String methodName, Object[] paramArray, Boolean callStatic, Object valueToSet)
       at System.Management.Automation.MethodCallNode.InvokeMethod(Object target, Object[] arguments, Object value)
       at System.Management.Automation.MethodCallNode.Execute(Array input, Pipe outputPipe, ExecutionContext context)
       at System.Management.Automation.ParseTreeNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)
       at System.Management.Automation.StatementListNode.ExecuteStatement(ParseTreeNode statement, Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context)
           

    Thanks Sethu for your comments. However i am running this powershell directly on server so believe
    SharePointOnlineCredentials is not required.
    I have tried it but still giving me same error

  • System.Management.Automation.ExitException not trapped

    If I ran the following code and click the Exit-Button, I get a
    System.Management.Automation.ExitException.
    $ErrorActionPreference = 'Stop'
    Add-Type -AssemblyName 'System.Windows.Forms'
    $Form = New-Object Windows.Forms.Form
    $Form.Add_Shown({
    $Form.Activate()
    $Button_Exit = New-Object System.Windows.Forms.Button
    $Button_Exit.Text = 'Exit'
    $Form.Controls.Add($Button_Exit)
    $Button_Exit.Add_Click({
    Trap {
    Write-Host 'trapped'
    Exit
    $Form.ShowDialog()
    I found, I can prevent the exception if I use [System.Environment]::Exit(0)
    instead of  Exit.
    My Question is: Why is System.Management.Automation.ExitException
    not trapped?
    The Trap does work with other exceptions.

    Are you trying to only exit the form or are you trying to exit the PowerShell console/ISE? Based on the error that is happening, you won't be able to catch it under PowerShell as it seems to be happening outside of it (yes the error happens because of
    what you are doing in PowerShell, but it is outside of PowerShell's control). I would stick with your workaround to deal with the exit button event.
    Boe Prox
    Blog |
    Twitter
    PoshWSUS |
    PoshPAIG | PoshChat |
    PoshEventUI
    PowerShell Deep Dives Book

  • Error: System.Management.Automation.RemoteException: Federation information could not be received from the external organization.

    Greetings.
    I'm getting 2 errors and 1 warning in the Hybrid Configuration object:
    INFO : Session=Tenant Cmdlet=Get-FederationInformation -DomainName 'SanJuanCiudadPatria.com' -BypassAdditionalDomainValidation: $true START
    ERROR : System.Management.Automation.RemoteException: Federation information could not be received from the external organization.
    INFO : Session=Tenant Cmdlet=Get-FederationInformation FINISH Time=2620.7003ms
    INFO : Session=Tenant Cmdlet=Get-FederationInformation -DomainName 'SanJuanCiudadPatria.com' -BypassAdditionalDomainValidation: $true START
    ERROR : System.Management.Automation.RemoteException: Federation information could not be received from the external organization.
    INFO : Session=OnPrem Cmdlet=Get-OrganizationConfig START
    INFO : Session=OnPrem Cmdlet=Get-OrganizationConfig FINISH Time=203.229ms
    WARNING : Office 365 was unable to communicate with your on-premises Autodiscover endpoint.  This is typically due to incorrect DNS or firewall configuration.  The Office 365 tenant is currently configured to use the following URL for Autodiscover
    queries from the Office 365 tenant to the on-premises organization - https://autodiscover.SanJuanCiudadPatria.com/autodiscover/autodiscover.svc/WSSecurity. See the following article for further information: http://go.microsoft.com/fwlink/p/?LinkId=275838
    Any help would be greatly appreciated.
    Hello World.

    Hello,
    If the IIS configuration is missing the svc-Integrated handler mapping, the issue may occur. Please try to refer to the following KB to check if the issue can be solved.
    http://support.microsoft.com/kb/2626696
    Please check if there is A record for autodiscover on public DNS server or DNS SRV record.
    Additional blog for your reference.
    http://blogs.technet.com/b/mikehall/archive/2013/08/21/office-365-insight-into-the-hybrid-configuration-wizard-part-2.aspx
    Cara Chen
    TechNet Community Support

  • Unable to find type [System.Managemet.Automation.PSCredential]

    Hello,
    I have module which has one of the parameters of type System.Managemet.Automation.PSCredential and yet when I try to run it complains about module being unknown. Not sure what's going on here. Declaration of my module is below 
    function RecycleMultiplePools{
    [cmdletBinding(SupportsShouldProcess=$true,ConfirmImpact="High")] 
    param
        [parameter(Mandatory=$true,ValueFromPipeline=$true,ParameterSetName="explicit")] 
        [string[]]$ComputerName,
        [parameter(Mandatory=$false)] 
        [System.Managemet.Automation.PSCredential]$Credential,
    [parameter(Mandatory=$true,ParameterSetName="FromDNS")]
    [string]$SetName
    Error i'm getting when running it is below
    PS C:\WINDOWS\system32> RecycleMultiplePools
    RecycleMultiplePools : Unable to find type [System.Managemet.Automation.PSCredential]. Make sure that the assembly that contains this type is loaded.
    At line:1 char:1
    + RecycleMultiplePools
    + ~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (System.Managemet.Automation.PSCredential:TypeName) [], RuntimeException
        + FullyQualifiedErrorId : TypeNotFound

    Hi,
    You've got a typo in Management:
    [System.Management.Automation.PSCredential]
    Don't retire TechNet! -
    (Don't give up yet - 12,830+ strong and growing)

  • Some folders on System Manager are not displayed correctly

    Hi,
    I'm using a Rockwell CLP of family ControlLogix, this CLP communicates with NI OPC Servers. I have created a Process and an IO Server on System Manager
    My problem is: when I browse for TAGs on System manager, some items, who must be folders, are displayed as integers. 
    Same problem occurs when I use PSP Network browser, example tool.
    Bruno B. Costa
    Automation Engineer
    Attachments:
    bug.png ‏45 KB

    Yes these fonts have one feature - see http://developer.java.sun.com/developer/bugParade/bugs/4279855.html
    so you can check them by next way :
         GraphicsEnvironment ge = GraphicsEnvironment.
    getLocalGraphicsEnvironment();
         Font[] fonts = null;
         if (ge != null) {
              fonts = ge.getAllFonts();
         for (int i=0; i < fonts.length; i++) {
              fonts.canDisplay('a');

  • System management software for LV apps on cRIO and Windows

    Hello All,
    Were I work there is a LabVIEW based project that is a distributed system. This system has a main application that can run on Linux, Windows, or cRIO targets. The main application loads "plugins" depending on what platform it is on to do platform specific things. For example, one plugin uses a DLL interface to communicate with OPC servers. Another plugin measures voltages and currents on cards in the cRIO chassis.
    The system occasionally needs updates and the sites where it runs are remote. The current solution is to send a technician who installs a full upgrade. We want to move to a rolling upgrade that is automated.
    We can certainly roll our own solution, but before we do that we want to investigate existing solutions.
    I believe such systems are under the buzzwords System Management Software and WSUS the windows update solution is one of these.
    Is there a System Management Software package that would deploy to cRIOs and Windows machines? (We have the Linux one solved already, although we might redo it if there is something really slick out there.)
    Thanks!

    Hi,
    For cRIO's you might want to have a look at the Real-Time Target System Replication.
    Christian

  • Solaris 10 - Tools for Patch Management Automation

    Hi,
    What are the best tools (both Sun and third party) for patch management automation for a company using Solaris 10 with zones?
    What are the pros / cons and cost of these tools? Which ones are the most widely used / the most recommended?
    Current objectives for automation are to eliminate the current manual processes and to reduce planned and unplanned downtime.
    Thanks!

    I don't think you would want to fully automate it. You need to be able to test patches first on a test system to ensure they don't conflict with established applications and cause problems. You wouldn't want to install patches that relate to applications you don't have, or for upgrades you do not have or don't plan on having. That said, the smpatch utility can connect with Sun Solve, find patches, and download them, even install them if desired. You could easily script the process and run via cron to make it automated. I just don't think that's a good idea without having someone make decisions on what SHOULD be patched at any given time. The SMC facility also has a function that mimics smpatch, although you could not automate that. Also, smpatch can only be run from the global zone, and patches will percolate down to non-global zones automatically - smpatch will not run in a non-global zone (unless there's been changes made recently that I'm not aware).
    There's also the problem where some patches require reboot while others do not. If the patch kills the system, what mechanism do you have in place for someone to know what patch was applied that killed the system, if the process is automated and a number of patches were applied?

  • Download of Service Management Automation

    Hi,    I didnt know where to ask this question so I thought in the orchestrator forum.
    We are trying to download Service Management Automation for System Center 2012 R2.   
    We have Microsoft Volume Licensing but we cant find it there.
    Where do you find SMA for download?   Is it a part of Microsoft Volume Licensing?
    Thanks
    Thanks Lance

    Hi Stefan,  
    Thanks.   It did install properly.  I guess the documentation that says to essentially follow the directions in the wizard are a little off.
    The registration just started to work.  Im not sure why but the same key when tried some time later started to work and allow us to continue.
    I wondered what it could be.  We did reach out to our Microsoft contact and ask them what was happening with our key and perhaps they added SMA to our list of applications?  Maybe the registration could not contact some external site where is needed
    to validate the key?   Im not sure.
    We finally have 3 servers going with Azure pack, SMA web service and runbook workers.  I am now trying to find out a couple things that I will ask in different threads.  1. Are they any details on how we should load balance the 3 web services across
    the 3 servers? 2. Did we need the Azure pack admin site on just one server or all three?  
    Thanks for your help.
    Thanks Lance

  • System Manager GUI Manage Individual vserver on CDOT

    Hi,I have a CDOT cluster on 8.3.  My manager wants individual business units to manage their own vserver via System Manager. It is my understanding that it is not currently possible for System Manager to  manager an individual vserver on a cdot array. It this true? If it is true, are there any plans to provide this capability in the future? Thanks,

    Hi,my name is Chriz Ott, I'm working with NetApp as a Principal Architect. Thank you very much for your question, your usecase is one of the use-cases cDOT was designed for - Secure Multi Tenancy. Unfortunately you are correct, currently it is not possible to manage individual SVMs using the System Manager.There are definitely plans to bring this functionality into System Manager, however in the past they have been defered for the benefit of other features. A workaround could be using WFA (Worflow Automation) to provide certain "operational tasks" that application owners would usually require and have WFA take care of RBAC (including intergration into an existing LDAP).Another way would be to use our SnapManager products for individual applications such as SQL, Exchange, Sharepoint etc. to connect to the SVM and manager their storage. I hope this answer is usefull for you, please don't hesitate to come back to me in case you have more questions. Cheers chriz P.S. if you feel this answer is useful, please KUDO or "correct answer" so other people may find it faster.

  • Systems Management recommendation?

    Hi everyone,I have to imagine this topic has been discussed at length here, but my Google Fu seems to be rather weak, as I haven't found anything that really addresses this question for me. I'm on month #3 in my first non-hotel IT job and I'm looking to help the company out by implementing a systems management solution that takes care of a number of challenges we're encountering.
    In a nutshell, we are a SaaS shop with Windows, Linux, and Mac systems. Servers are mostly Windows-based, all virtualized (VMware 5.5), with two data centers and four branch offices around the country. We currently use Kaseya for remote desktop (and want to get rid of it), WSUS for Windows patches, Puppet (from what I've heard) for Linux patches, and don't have anything for Mac. We have some sort of hardware device for vulnerability scanning, and don't have a...
    This topic first appeared in the Spiceworks Community

    Cisco today released a security advisorythat details a security vulnerability that has been discovered in its Unified Communications Domain Manager (Unified CDM) software that "exposes the platform to hacking by remote attackers."The security hole,according to CIO, is due to "default privileged account with a static password [in Cisco'sUnified CDM software]." The software enables automation and administration of Cisco's Unified Communications Manager, Jabber applications, Unity Connections, and phone and software clients. It is widely used by organizations.CIO reports that the privileged account in Unified CDM is present from installation "and cannot be changed or removed without affecting the system's functionality." Cisco has released several patches that, at present, are the only solution to the vulnerability. Cisco has given it its...

  • ERROR MESSAGE sap system manager:work process restarted, session terminated

    Hi,
    i am a beginer in SAP administration, users are getting this error message and i have done all my research and not able to resolve this issue. Here are the details
    SAP Version :ideas 4.7
    Database :Oracle
    OS : windows 2003
    Module user is working on MM
    user working on it is a Super user with all the permissions
    SAP is configure to run under the  European date and decimal format.
    I have never done any database administration on it, it is a new install and has been rarely used.
    User creates a RFQ and when he tries saving it , seems like for the first time after either restarting the macine or restarting the service it might work and at time it might not, this is a very sporadic error and most of the times it crashes out with the message "sap system manager:work process restarted, session terminated" and kicks the user out of the session.
    Below are the details of the error message from ST22 :
    name of the runtime error : system_core_dumped
    below are the details of the error message and its resoltion as suggested by sap help :
    ========
    Runtime Errors         SYSTEM_CORE_DUMPED           
           Occurred on     01.02.2008 at 07:52:19
    Process terminated by signal " ".                                             
    What happened?
    The current ABAP program had to be terminated because the                     
    ABAP processor detected an internal system error.                             
    The current ABAP program "SAPLCLSC" had to be terminated because the ABAP     
    processor discovered an invalid system state.                                 
    What can you do?
                                                                                    Make a note of the actions and input which caused the error.                                                                               
    To resolve the problem, contact your SAP system administrator.                                                                               
    You can use transaction ST22 (ABAP Dump Analysis) to view and administer      
    termination messages, especially those beyond their normal deletion           
    date.                                                                               
    Error analysis
    An SAP System process was terminated by an operating system signal.           
                                                                                    Possible reasons for this are:                                                
    1. Internal SAP System error.                                                 
    2. Process was terminated externally (by the system administrator).           
               Last error logged in SAP kernel                                    
                                                                                    Component............ "Taskhandler"                                           
    Place................ "SAP-Server server1_DEV_00 on host server1 (wp 1)"      
    Version.............. 1                                                       
    Error code........... 11                                                      
    Error text........... "ThSigHandler: signal"                                  
    Description.......... " "                                                     
    System call.......... " "                                                     
    Module............... "thxxhead.c"                                            
    Line................. 9555                                                                               
    How to correct the error
    The SAP System work directory (e.g. /usr/sap/c11/D00/work ) often             
    contains a file called 'core'.                                                                               
    Save this file under another name.                                                                               
    If you cannot solve the problem yourself, please send the                     
    following documents to SAP:                                                                               
    1. A hard copy print describing the problem.                                  
       To obtain this, select the "Print" function on the current screen.         
                                                                                    2. A suitable hardcopy prinout of the system log.                             
       To obtain this, call the system log with Transaction SM21                  
       and select the "Print" function to print out the relevant                  
       part.                                                                               
    3. If the programs are your own programs or modified SAP programs,            
       supply the source code.                                                    
       To do this, you can either use the "PRINT" command in the editor or        
       print the programs using the report RSINCL00.                                                                               
    4. Details regarding the conditions under which the error occurred            
       or which actions and input led to the error.                                                                               
    System environment
    SAP Release.............. " "                                                                               
    Application server....... " "                                                 
    Network address.......... " "                                                 
    Operating system......... " "                                                 
    Release.................. " "                                                 
    Hardware type............ " "                                                 
    Character length......... " " Bits                                            
    Pointer length........... " " Bits                                            
    Work process number...... " "                                                 
    Short dump setting....... " "                                                                               
    Database server.......... " "                                                 
    Database type............ " "                                                 
    Database name............ " "                                                 
    Database owner........... " "                                                                               
    Character set............ " "                                                                               
    SAP kernel............... " "                                                 
    Created on............... " "                                                 
    Created in............... " "                                                 
    Database version......... " "                                                                               
    Patch level.............. " "                                                 
    Patch text............... " "                                                                               
    Supported environment....                                                     
    Database................. " "                                                 
    SAP database version..... " "                                                 
    Operating system......... " "                                                 
    User, transaction...
    Client.............. " "                                                      
    User................ " "                                                      
    Language key........ " "                                                      
    Transaction......... "ME41 "                                                  
    Program............. "SAPLCLSC"                                               
    Screen.............. "SAPMM06E 0320"                                          
    Screen line......... 71                                                       
    Information on where termination occurred
    The termination occurred in the ABAP program "SAPLCLSC" in "EXECUTE_SELECT".  
    The main program was "SAPMM06E ".                                                                               
    The termination occurred in line 131 of the source code of the (Include)      
    program "LCLSCF2G"                                                           
    of the source code of program "LCLSCF2G" (when calling the editor 1310).      
    =============
    i even tried increasing the dialog processes but with no use.The same error occurs.
    I appreciate every one of help i can get, i am working on a deadline which is tomorrow evening to resovle this issue, any kind of help is highly appreciated.
    thanks
    mudessir.

    Hi
       follow correction method suggested in this dump,
    " The SAP System work directory (e.g. /usr/sap/c11/D00/work ) often
    contains a file called 'core'.  Save this file under another name."
    have you done this?
    with regards,
    raj.
    <i>pls, award points</i>

  • SLD - Logical System Management

    Hi,
    We are implementing XI and we have the problem with SLD logical system management. The problem is that we use the same Logical system name (Ex. PRDclnt350) for all the systems to avoid running lengthy BDLS process when we hook our R3 systems to their respective BW systems.
    Can you please suggest how we take care of this in XI -SLD landscape as it requires unique logical system names for each Business System when maintaining in SLD.
    Can we have multiple SLDs and will it take care of the issue. If so can we take one of them as the master SLD and the rest as slave SLDs. What would be the best practices for synchronizing them. Any help in this regard is greatly appreciated.
    Thanks and regards..
    Haritha

    Hi All,
    We opened an OSS note with SAP regarding this. Please see the question we asked and the response we got from them regarding the SLD maintenance:
    Hi,
    We are on BW 3.5 and SAP ERP 5.0. We are implementing XI now. So we
    need to configure SLD and register our Business systems. The problem is
    we have the concept of using the same logical system for all our SAP
    systems, say WRPCLNT750, when we are hooking our systems to their
    respective BW systems. And in SLD, we have problem becuase of this, as
    it recommends to have unique logical system name for each Business
    System being registered.
    We want to mention some points in here about our landscape and some of
    the recommendations we got from SAP regarding this. Ours is a very big
    warehouse system and in order to avoid the lengthy "BDLS" runs, SAP
    recommended using the same Logical System name for all the SAP systems.
    Hence we are using the same logical system name for our systems.
    So now coming to our problem, can you please tell us what would be the
    best practice that needs to be followed now for SLD Business System
    registration. How can we overcome the hurdle of NOT having a unique
    logical system name for our systems in central System Landscape
    Directory.
    Please let us know the solution as early as possible.
    Thanks and regards..
    Haritha.
    The Response:
    Hello Haritha
    I have found some pass cases with the same question that you have,
    however, the replies from developer are as below.
    Logical systems cannot be duplicated within the SLD, that means one
    Business System per Logical System name, both need to be unique, the SLDis working a designed here.
    I would suggest you rename one of the copies of the productive system
    to solve this.
    My apology that I couldn't provide you a better answer for this.
    Thanks & Best Regards
    Andy Lam
    Active Global Support - SolMan & Technology
    Kindly, please let me know your suggestions.
    Thanks and regards..
    Haritha.

Maybe you are looking for

  • What is the best start  powermac g4 model numberm8570?how can i make this model perform at its peek?

    what is the best start up disk for powermac g4 model number 8570 ?how can i optimize peek up to date performance for all categories on line for free

  • Problem In LSMW during creating position

    hi all, my scenrio is i am creating a unit of type O and after this i have to create position for it. i create a single recording for this. first i create a unit then position will create. but during creating position it will take a object ID of unit

  • Website name duplicated in URL

    I am trying to build a new website. It is hosted at IX Webhosting, not using Mobile Me. Site is http://www.GreenDogOutfitters.com But it shows up as http://www.greendogoutfitters.com/GreenDogOutfitters/Welcome.html How do I fix this? Thanks!

  • Rotating and scaling graphics

    hi i need to rotate and scale a graphic on a canvas. i know that Affine Transform can do this (i think) but i dont know how to use it. i can get it to slide with the following method: Would it be sort of the same, or completely different? thanks Pedg

  • HT201263 'We are sorry, we are unable to continue with your activation at this time.'

    Hello all, I have a problem with my iPad. Am trying to restore and it seems to update software but it does not complete. It gives this message 'We are sorry, we are unable to continue with your activation at this time.' Kindly assist me anyone. Thank