Cscript.exe for running a program in config manager 2012 R2

Hi,
I have packages and have program in it to install software. I have created a .wsf script to install a software with switch. Ts downloads the package but fails to execute the program to install software using cscript.exe filename.wsf.
I am giving command line as cscript.exe filename.wsf while creating program in Package.
Just wondering if command line is fine with cscript?
Just to add, I am using the same procedure while deploying software in MDT 2013 and works fine. any suggestions?
Regards,

hi 
Option Explicit 
Dim iRetVal 
'On Error Resume Next
iRetVal = ZTIProcess
ProcessResults iRetVal
On Error Goto 0 
'// Function: ZTIProcess()
Function ZTIProcess() 
       iRetVal = Success 
       ZTIProcess = iRetval 
       Dim sInstallName, sInstaller, sSourceDir, sInstallerPath
       sInstallName = "INSTALL - Oracle Java Runtime"
    ' Look for a file with the pattern jre*.exe
       Dim oFolder, files, folderIdx
       Dim oRegExp
       Set oRegExp = CreateObject("VBScript.RegExp")
       oRegExp.Pattern = "jre(.*)\.exe"
       oRegExp.IgnoreCase = True
        '## check if 64-bit platform
    if oEnvironment.item("Architecture") = "X64" then 
           sSourceDir = oUtility.ScriptDir & "\Source\x64"
           sInstaller = ""
           Set oFolder = oFSO.GetFolder(sSourceDir)
           Set files = oFolder.Files    
           For Each folderIdx In files
            Wscript.echo "FolderIdx: " & folderIdx
                  If oRegExp.Test(folderIdx.Name) Then 
                         sInstaller = folderIdx.Name
                         Exit For
                  End If 
           Next
           If sInstaller = "" Then
                  oLogging.CreateEntry sInstallName & ": file was not found, unable to install.", LogTypeError
                  ZTIProcess = Failure
                  Exit Function
           End If
    End If
    ' ## - check if 32-bit platform...
    if oEnvironment.item("Architecture") = "X86" then
        sSourceDir = oUtility.ScriptDir & "\Source\x86"
        sInstaller = ""
           Set oFolder = oFSO.GetFolder(sSourceDir)
           Set files = oFolder.Files    
           For Each folderIdx In files
                  If oRegExp.Test(folderIdx.Name) Then 
                         sInstaller = folderIdx.Name
                         Exit For
                  End If 
           Next
           If sInstaller = "" Then
                  oLogging.CreateEntry sInstallName & ": file was not found, unable to install.", LogTypeError
                  ZTIProcess = Failure
                  Exit Function
           End If
    End if
       ' Create full path filename
       sInstallerPath = sSourceDir & "\" & sInstaller
       oLogging.CreateEntry sInstallName & ": Starting installation", LogTypeInfo 
       '// Check for file
       If not oFSO.FileExists(sInstallerPath) then
              oLogging.CreateEntry sInstallName & ": Oracle Java Runtime source files not found, unable to install Oracle Java Runtime", LogTypeError
              ZTIProcess = Failure
              Exit Function
       End if
       '// Disable Zone Checks
       oEnv("SEE_MASK_NOZONECHECKS") = 1 
       '// Install
       iRetVal = oUtility.RunWithHeartbeat("cmd /c """ & sInstallerPath & """ /s IEXPLORER=1 REBOOT=Suppress")
       '// Configure
       if oEnvironment.item("Architecture") = "X64" then 
              iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy"" /v EnableJavaUpdate /t REG_DWORD /d 0 /f", 0, True)
              iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy"" /v EnableAutoUpdateCheck /t REG_DWORD /d 0 /f", 0, True)
              iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy"" /v NotifyDownload /t REG_DWORD /d 0 /f", 0, True)
              iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy"" /v NotifyInstall /t REG_DWORD /d 0 /f", 0, True)
              iRetVal = oShell.run("REG DELETE ""HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Run"" /v SunJavaUpdateSched /f ", 0, True)
       Elseif oEnvironment.item("Architecture") = "X86" then
              iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\JavaSoft\Java Update\Policy"" /v EnableJavaUpdate /t REG_DWORD /d 0 /f", 0, True)
              iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\JavaSoft\Java Update\Policy"" /v EnableAutoUpdateCheck /t REG_DWORD /d 0 /f", 0, True)
              iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\JavaSoft\Java Update\Policy"" /v NotifyDownload /t REG_DWORD /d 0 /f", 0, True)
              iRetVal = oShell.run("REG ADD ""HKLM\SOFTWARE\JavaSoft\Java Update\Policy"" /v NotifyInstall /t REG_DWORD /d 0 /f", 0, True)
              iRetVal = oShell.run("REG DELETE ""HKLM\Software\Microsoft\Windows\CurrentVersion\Run"" /v SunJavaUpdateSched /f", 0, True)
       End if
       '// Add check for successful installtion.
       oLogging.CreateEntry sInstallName & ": Finished installation.", LogTypeInfo 
       '/// Enable Zone Checks
       oEnv.Remove("SEE_MASK_NOZONECHECKS")
End Function 
</script>
</job>
Script checks source folder\ x86 or x64 and run the jre-7u51-windows-i586 setup with switch
its .wsf script file
Regards

Similar Messages

  • Error :No operating system credentials were set for running the program

    i am getting this error when i am trying to execute a shell script in cmc. i got the status as failed, when clicked on that failed message this is what i got
    Title: delete_month 
    Document Type: Program 
    Status Failed 
    Destination: Unmanaged Disk destination properties have been set to the chosen Job Server's defaults. 
    Owner: boadmin 
    Server Used: cms_451.ProgramJobServer 
    PID: 15010 
    Folder Path: Temp/ 
    Remote Instance: No 
    Creation Time: 12/1/2010 7:21 PM 
    Expiry: 12/1/2020 7:21 PM 
    Start Time: 12/1/2010 7:21 PM 
    End Time: 12/1/2010 7:21 PM 
    Error Message: No operating system credentials were set for running the program.
    what might be the reason

    what do u mean by pm application, i didn't get that
    we r  using boe xi 3.1 sp3.on sun solaris
    my exact scenerio  is
    I wrote a shell script to delete the reports which r one month old. the reports generated by the boe r placed in unix machine(in a specific folder for example abc) and my boe server is also on unix .I imported the the shell script into boe.I assigned the path /xx/yy/abc (the path where our reports r stored) to the arguments and i gave the working directory path as the xx/yy/bobj/bobje/data/frsinput/a0_89/ ( this is the path where my shell script is present).after giving these details i am unable to delete any of the content from that folder. I am getting the failed message when i am trying to execute the object in cmc. i am pasting the shell script as well as the error message here if any body knows anything help me. do i need to set anything in cmc or what i need to do
    this is the shell script to delete the files in the specified directory
    #!/bin/ksh
    # set -x
    if [[ $# != 1 ]]; then
       echo "Usage : $0 [Directory Path]"
       exit 0
    fi
    echo "Source directory : " $1
    # To display the list of files more than a month older
    for v_fname in $(find "$1"/ -name "*" -mtime +30 -type f)
    do
      echo "$v_fname"
    done
    # To delete the files of more than 1 month older
    find "$1"/ -name "*" -mtime +30 -type f -exec rm {} \;

  • Config Manager 2012 R2 Update Failed - Now What?

    Starting Environment:
    Windows Server 2012 VM
    Configuration Manager 2012 CU1
    SQL Server 2012 Enterprise SP1 installed on a separate 2 node cluster 
    We have been running this setup for Config Manager 2012 CU1 for about a year now with no issues at all.  In an effort to deploy Windows 8.1 I ran the Configuration Manager 2012 R2 Update.  The update failed halfway through.  From the ConfigMgrSetup.log
    it looks like it wasn't able to connect to the database and this is why the update failed. Problem is after the install failed I am no longer able to connect to the database when opening the CM console.  I get the "Configuration Manager cannot connect
    to the site" message.  Here is the error from the SMSAdminUI.log:
    [02/24/2014 19:10:21] :Transport error; failed to connect, message: 'The SMS Provider reported an error.'\r\nMicrosoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException\r\nThe SMS Provider reported an error.\r\n   at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)
       at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.GetConnectionManagerInstance(String connectionManagerInstance)\r\nConfigMgr Error Object:
    instance of __ExtendedStatus
    Operation = "ExecQuery";
    ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'EPS'";
    ProviderName = "WinMgmt";
    Error Code:
    ProviderLoadFailure
    \r\nSystem.Management.ManagementException\r\nProvider load failure \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()\r\nManagementException details:
    instance of __ExtendedStatus
    Operation = "ExecQuery";
    ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'EPS'";
    ProviderName = "WinMgmt";
    \r\n
    [10, PID:6140][02/24/2014 19:10:21] :System.Management.ManagementException\r\nProvider load failure \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 methodParameters, Boolean traceParameters)\r\nManagementException details:
    I have tried running the R2 update again but am now faced with the following 2 failures during run check:
    Current SUM configuration uses virtual locations for some of the active SUPs. Please remove any virtual locations from the existing SUM configuration.
    There is an active source hierarchy configured for migration. Please stop data gathering for each source site in the source hierarchy.
    I do not know how I can fix these errors without being able to connect through the console.  
    Does anyone have any ideas on how I can reconnect the console to the database and eventually successfully run the R2 update?
    Database itself seems fine. No errors.  Database mounts fine.   
    Thanks in advance for any input.  

    Hi,
    I saw a similar problem with yours. It should be helpful.
    http://social.technet.microsoft.com/Forums/en-US/dda03cc4-e78e-409b-a9dd-f6d8a4f96774/upgrade-to-system-center-2012-sp1-prerequisite-check-failed-with-error-software-update-points-in?forum=configmgrsum
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Config Manager 2012 not working on Windows 7

    I am having a problem pusing out the config Manager 2012 r2 console with The App-V Management infrastructure.
    I have built the package based on the basic guidence in this article. blogs.technet.com/b/appv/archive/2013/01/08/ how-to-sequence-the-microsoft-system-center-2012-configuration-manager-admin-console-with-microsoft-app-v.aspx
    My problem is that this package works great on windows 8 and 2008r2 rds. It just won't launch on windows 7. It looks like it is trying to but the screen never appears. it does show it as being running in the task manager but it never shows on the screen.
    Has anyone seen this issue and if so what can i do to resolve. I am not seeing any errors in the event logs either. I tried running a procmon and saw nothing standing out as the culprit. all the prereqs are installed.

    Any chance you have installed KB2984972?
    https://social.technet.microsoft.com/Forums/en-US/c90212b0-b32c-4488-9753-fb952112828c/warning-kb2984972-and-appv-4-and-appv-5-packages?forum=mdopappv
    Falko
    Twitter
    @kirk_tn   |   Blog
    kirxblog   |   Web
    kirx.org   |   Fireside
    appvbook.com

  • WMF 3.0+ supported on server 2008 r2 SP1 with Config Manager 2012 R2

    Hi guys
    Is WMF (PowerShell) 3.0+ supported on server 2008 r2 SP1 with Config Manager 2012 R2.
    Thanks
    NN

    Yes supported since SP1 release
    Cheers
    Paul | sccmentor.wordpress.com

  • Advanced question for running DOS programs on a Mac.

    So what is a simple process on a Windows machine seems to be a challege on my new Mac.
    In summary I have several hard drives laying around that need to be checked for problems before they are used. There are lots of free DOS programs available for PCs that do just that. Many are provided directly by the hard drive manufacturers themselves (ie Segate SeaTools) and they are fantastic. Macs unfortunately can't run DOS programs (without hacks like rEFInd) and none of the manufacturers provide Mac compatible software. Looking on the internet everyone points me to Disk Utility to check drives, but compaired to something like SeaTools, Disk Utility is useless. I found Micromats TechTool Pro 6 which comes close to what I need except its expensive and has lots of features I don't need.
    I want to avoid installing windows in bootcamp or a VM just to do this one simple task. Very frustrating that it seems like im the only one wanting to do this with a Mac.

    Did some more research and figured out these are my options:
    -Find a mac alternative (few out there, most very bacic, or very expensive)
    -use rEFInd (which is in beta, and modifies OSX)
    -bootcamp (which doesnt allow BIOS access to select a dvd DOS program, so doesnt help. Also, mac doesnt use legacy usb and keyboard drivers so you cant use keyboard/mouse in most DOS programs)
    -Vmware
    So to me my best option was to use Vmware. Installed on a USB hard drive to save space and configured VMware bios to boot from selected .iso of a disk and it worked. Successfully ran SeaTools and because VMware emulates legacy mouse/keyboard it worked.
    One problem though. SeaTools for DOS doesnt work from USB sata adapter, and considering its a macbook air im out of luck.

  • PCs not showing in Collection/Queries Config Manager 2012 R2 - Direct Rule

    Hello,
    I have been creating some collections and queries using a direct rule or manual entry of the device and the PC is not showing in the collection. 
    Example:  Created collection for a .NET 4.5.2 install that I rolled out.  Manually added the devices that need the application and of the 40 PCs 2 or 3 will not appear in the collection, thus they are not getting the software push.  The PCs
    that are not showing up are pinging able and I can RDP into them just fine.  Config Manager shows they have the Client, are active and getting policy requests.  
    I thought maybe it there was an issue with the collection I was creating but I tried adding the same PCs to other collections and they do not appear in those collections either.
    I did a manual query as well with the same results, the same PCs I try to add to the collections are not showing in my query even though they are hard coded in.   
    Thanks
    Rich

    I deleted the collection for our "Insurance Department" which the suspect PCs were in.  I no longer needed the Insurance collection so I deleted that just to see if that was limiting the .NET collection.  Now those PCs are showing in
    the ".NET 4.5.2" collection.   
    That is good and everything but going forward I will need to have a collection for the "Insurance Department" that will be based on a query that looks for our Insurance Application in Installed Applications64.  How can I prevent this new collection
    from limiting any PC in that collection from being put into other Software Install collections?
    Thanks for the help thus far.

  • Need to create a new fresh installation of Config Manager 2012 R2 without downtime...

    Hi!
    Here is our problem...
    We installed a Configuration Manager 2012 R2 on our domain for testing purposes and behold, it is now in production ;). Now the problem is that we didn't install the test version as recommended, everything is installed onto the systemdrive
    and space is running out slowly but surely. All Site System Roles are activated on this one and same server and we are starting to get nervous... An additional DP is on its way but we NEED to install the Site Server and other Site System roles onto new hardware
    ASAP. What is the best practice for doing this so that we have so little downtime as possible? We have new computers that need OSD and software that need deploying and updating every week... How should we attempt to do this so that it goes as smoothly as possible?
    Any help would be greatly appreciated!
    Thank You!

    Or you could simply backup and restore to another server
    https://technet.microsoft.com/en-us/library/gg712697.aspx?f=255&MSPPError=-2147217396
    And how does that solve this problem: "everything is installed onto the systemdrive"
    Torsten Meringer | http://www.mssccmfaq.de

  • Version of SQL Server Express for a Secondary Site in Configuration Manager 2012 R2

    Hi,
    I want to install a secondary site in my Configuration Manager 2012 R2. I want to install the SQL Server Express in a diferente drive. To do so, I want to previous install the SQL Server Express.
    Can I use the SQL Server 2014 Express?
    Thanks in advance...
    Dmsousa

    Sorry, going to be blunt here, but this is why "best practices" are useless. If you don't know the "why" of the best practice and when to apply it, it will cause you to do things that simply aren't necessary (or even harmful) by
    blindly trying to apply them. It is simply is not necessary for secondary sites for perf or any other reason. Also, if this is a VM, then your virtual disks will most likely be on the same physical disks which means you do *not* in any way gain any perf benefits
    anyway (perf benefits come from have additional physical spindles -- logical separation is just that *logical*).
    You have far bigger challenges ahead of you, push the easy button on this one, let ConfigMgr deploy SQL Express for you and move on.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Running SSRS 2005 in Reports Manager 2012

    Hi Guys,
    I'm just wondering if there's any implications on deploying  SSRS 2005 on Reports Manager 2012( along with SQL Server 2012).
    We are upgrading our OS from 2003 to 2008 and we're thinking when we migrate our reports manager to the new sever, we'll upgrade it as well.
    We have plans to convert our SSRS 2005 to 2012 but for now we want to put on hold on it and check whether the old version can be ran in Report Manager 2012.
    Many thanks.

    Hi Vinxster,
    Generally, Report definitions are also upgraded when you publish or upload an .rdl file created in an earlier version of Reporting Services. The original file is not upgraded unless you open it in Report Designer.
    If a report cannot be automatically upgraded, the report is processed using the backward-compatibility mode. The report definition remains in the original schema.
    When we upgrade a Reporting Services installation to a SQL Server 2012 Reporting Services (SSRS) installation, Report definition (.rdl) files are automatically upgraded in the following ways:
    The Report Server automatically upgrade existing published reports and report snapshots to the new report definition schema for the first time they are processed.
    When we open an .rdl file in Report Designer in Business Intelligence Development Studio (BI Dev Studio), if the report was created for a previous namespace, Report Designer automatically creates a backup file and upgrades the report to the current namespace.
    This is the only way we can upgrade a report definition file.
    Note: when we upload a report definition file directly to the Report Server or SharePoint site, the report are not upgraded. We should upgrade the .RDL file in Report Designer in Business Intelligence Development Studio (BI Dev Studio).
    When there are references to custom code embedded in a report or to custom assemblies, reports might require additional steps to complete the upgrade during an upgrade of a report server. Custom assemblies should be moved manually to the new installation
    folder if we want to continue using the custom functionality in reports. If these assemblies are installed in the report server installation folder, they need to be moved to the new installation folder after the upgrade completes.
    For more information about upgrade reports, please see:
    http://msdn.microsoft.com/en-us/library/ms143674.aspx
    For more information about upgrade advisor to prepare for upgrades, please see:
    http://msdn.microsoft.com/en-us/library/ms144256.aspx
    You can refer to below article to do the preparetion.
    http://www.codeproject.com/Articles/487029/Prepare-yourself-before-start-migration-of-sql-ser
    Regards,
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • What is the best touch scree laptop for running adobe programs?

    For those of you that are very pleases with the performance? what model and specs do you have.
    I use photoshop and illustrator and want a two in one so I can do line art too. But for me it is not worth it if performance does not keep up.
    Thanks

    Make sure the seller that sells older versions of the Adobe CS suites, if this was the sellers own software,  has de authorized or unregistered the software they are selling. Also, make sure the seller gives you all of the registration info needed for you to register and authorize this software in your own Adobe account.
    Male sure you get the sellers contact info in case something doesn't go right with the registration process.
    The seller may need to provide you with info they forgot to five to you or you may need.
    If, you have any issues with registering the software, Adobe has a 24 hour live tech support online messaging support system that you can access on the Adobe website.
    Good Luck!

  • Config Manager 2012 client upgrade (via package with batch commands)

    Hello all,
    I would like to kindly ask for your help with my question regarding a SCCM 2012 R2 client upgrade (from RTM to R2)
    Recently, we have upgraded from RTM version of SCCM2012 to R2 (with the PXE hotfix applied)
    During the process, I have choose not to upgrade clients when the SP1 was applied and go straight for the R2, which is not a problem I believe. 
    My question is regarding the pre-created packages, that are showing up in the console. I believe, that they are the easiest way to upgrade clients via packages in SCCM. (we can't push the installation due network policy)
    This hotfix is stored here: \\"FQDN_site_server"\SMS_TSP\hotfix\KB2905002\Client\x64    (in case of x64 version, x86 is the same but x86 in the end)
    The executed file from this path is this with this command following: 
    msiexec.exe /p configmgr2012ac-r2-kb2905002-x64.msp /L*v %TEMP%\configmgr2012ac-r2-kb2905002-x64.msp.LOG /q REINSTALL=ALL REINSTALLMODE=mous
    Anyway, when we install the clients when we deploy it for the first on a machine, that has no client or we reinstall it, we do it with help of this batch command:
    set curdir=%~dp0
    %curdir%ccmsetup.exe SMSSITECODE=TSP /NoCRLCheck /UsePKIcert /forceinstall SMSMP=HTTPS://CML.LTSPRAGUE.CZ CCMHOSTNAME=CML.LTSPRAGUE.CZ
    I just need to know, if I can use the prepared package from the console in our case and if it will keep the settings when the package is deployed.
    I belive I have found a similar questin here on the forums:
    http://social.technet.microsoft.com/Forums/en-US/c9b40687-1843-44c7-b61b-fd26d53ab90b/cumulative-update-3-and-agent-upgrade?forum=configmanagerdeployment
    The second answer might the answer I'm looking for, but can you explain that to me like I'm five years old? :)
    Please, let me know.
    The IT guys from LukOIL

    I'm not sure, because of my short time at  the company, but there are historical security reasons for setting the push installation off. 
    Second reason are strict firewall rules used here. SCCM Agent may contact site server through HTTPS - that is a one way communication, so push installation isn't possible.
    Don't mix "client push" and "automatic client update". See
    http://blogs.technet.com/b/configmgr_geek_speak/archive/2013/09/09/using-configuration-manager-automatic-client-upgrade-to-upgrade-to-the-latest-system-center-endpoint-protection-client.aspx for further details. (And yes, the article talks about SCEP, but
    it also tells details about the entire process)
    Torsten Meringer | http://www.mssccmfaq.de
    Thank you for the article and your, but I find it easier to deploy packages right now.
    I have found out, that there is a folder named "ClientUpgrade" in ConfigMgr installation folder.
    I used this and made a package out of it. Deployment went fine as well as the installation of the upgrade for the client, but there is a problem now, that I don't see any software in the "Software Center" in "Available Software" - and there should be, since
    I have may SW pointed to me and the list was populated before I have done the upgrade to the new version.
    This may be a simple problem, but I really don't know what's wrong.
    The IT guys from LukOIL

  • User State Migration using SMP with config manager 2012 R2

    Hi , 
    I have SMP at primary site and need to migrate XP and 7 machines using this SMP (using USMT), 
    what are the steps do i need to define in TS so that usmt can use State migration point for user setting\data backup?
    Another challenge i see it with XP since we are deciding to take 2 phase approach, that means we will backup data using 1 TS (3 step TS) and then restore data as part of another TS that will install windows 8.1 also with user state restore. 
    Any pointers if we need to define anything special in TS (migration store etc.) or since its SMP, TS should able to take care of finding it automatically and backup\restore user state? 
    We have MDT based TS, just wondering if we need to define anything inside CS.ini file related to SMP? 
    Any pointers will be appreciated. Thanks
    Regards,

    Hi,
    Please refer to the link below:
    How to migrate user data from Windows XP to Windows 8.1 with System Center 2012 R2 Configuration Manager
    http://blogs.technet.com/b/configmgrteam/archive/2013/09/12/how-to-migrate-user-data-from-win-xp-to-win-8-1-with-system-center-2012-r2-configmgr.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Config Manager 2012 setup w/ SQL DB in a different domain and Forest

    Hi all I'm hoping these are easy questions.  The SQL admins in my environment are pushing for me to have the DB hosted on the managed SQL servers vs on the PSS.  The only potential problem is that the SQL servers currently are in a different domain/forest. 
    There is a two trust between forests. The managed workstations will be in the same domain as the SCCM infrastructure.  There will not be any managed workstations in domain where the SQL server resides.  Eventually all SQL servers will be moved to
    a different domain, but it will not be the same domain as the SCCM infrastructure.  My questions are below
    Will I need to have another PSS in the same domain as the SQL Server?  If yes then i assume I'll need a CAS as well to manage both PSS.
    Since the SQL servers will eventually be moved to another domain/forest, which will have a two was trust as well, what are the potential issues that can arise from this?
    Thanks

    Technically what you're asking for will work.  THat said:  you should be willing to demonstrate to your SQL team that SCCM will be fully capable of overwriting, dismounting and otherwise destroying every database on that shared SQL server due to
    the ridiculously elevated permissions required on said said SQL system.
    To clarify:
    SCCM will require local administrator permissions to every node in the cluster.  When it connects, it will immediately install a server role on said cluster.  It will also require full administrative access to the instance the database will reside
    in.  By the time all this fun stuff is open, anyone who knows how to open up a command prompt under the system context of your SCCM server will be able to to all sorts of fun stuff that really REALLY won't make your SQL team very happy.
    I'd fight the desire tooth and nail.  If they threaten to not support the SQL instance I'd be OK with that even.  Microsoft won't even support you if you make any edits/changes to the SQL database directly anyway.

  • Setting bwcepubsvc.exe for SNC

    I was having trouble running my BW Publisher in SNC mode and found when i enabled my trace=1 in the registry that the service was NOT running in SNC mode from the output of the trace.
    In part the trace showed:
    Trace file opened at , SAP-REL 640,0,117 RFC-VER 3 815402 MT-SL
    *> RfcAcceptExt: -aMY_PROG_ID -gaersnd02.mycomp.com -xsapgw06 
    *> RfcInstallUnicodeStructure
    So, I am trying to find out how I can set the service to feed in SNC params.
    I looked at the registry entry and it does not have any SNC entries there.
    I'm wondering if I can add them to the registry or feed them through the bwcepubsvc.exe service properties in the Central Config Manager.
    Anyone see this before?
    Mike

    Ingo,
    Thanks for that input. I can see in the trace file that the program is picking up my values and trying to apply them.
    In my trace rfcxxxxxx.trc I see:
    *> RfcAcceptExt: "C:\Program Files\Business Objects\Common\3.5\bin\bwcepub.exe"
    -aMY_PROG_ID
    -gaersnd02.mycomp.com
    -xsapgw06
    -Lc:\windows\system32\gsskrb5.dll
    -Sp:fcabc821/@xyz.us.mycomp.com
    *> RfcRegisterProgram ...
    Server Program ID     = MY_PROG_ID
    Host name of Gateway  = aersnd02.mycomp.com
    Service of Gateway    = 3306
    RFC-Trace             = OFF
    SNC Own Name          = p:fcabc821/@xyz.us.mycomp.com
    SNC Library Name      = c:\windows\system32\gsskrb5.dll
    RFC Handle            = 1
    In my dev_rfc.trc I see:
    ERROR file opened at , SAP-REL 640,0,117 RFC-VER 3 815402 MT-SL
    T:9528 Error in program 'Dummy': <* RfcWaitForRequest [1] : returns 1:RFC_FAILURE
    And of course the tests in SM59 and /crystal/rptadmin fail as well.
    Questions:
    1) the SNC users manual says that snc_lib and snc_mode are required entries. snc_name is optional. You didn't give me params for snc_mode. I'm wondering why and are there other params that can be specified as well?
    2) the -S<SNC name for publisher> I am using is p:fcabc821/@xyz.us.mycomp.com which is the domain account and is the user found on the properties of the service bwcepubsvc.exe. Is this the same name that should be on the SM59?
    Thanks for your help. I think we are getting closer. Please advise.
    Mike

Maybe you are looking for

  • How to implement reading data from a mat file on a cRIO?

    Hi all! I am not even sure, this is plausible, but I'd rather ask before i start complicating. So far, I have not found any helpful info about reading in data to a RT device from a file (kind of a simulation test - the data is simulated).  I have the

  • VAT for Europe Question

    SAP seems to identify EUROPEAN countries for VAT Tax purposes. Anybody knows how it does it, is there a table with a list of EUROPEAN countries that I can add? My problem is that I have a B/P in Ireland but SAP does not recognise it as a European Cou

  • Triggering frequency measuremen​t with 9402 and cDAQ

    Hi all, I'm trying to take a speed measurement off of a shaft using a hall effect sensor and a 9402 module in a 4 module cDAQ 9174 chassis. I've used the low frequency measurement example using DAQmx but if the shaft isn't spinning I get a timeout er

  • HT4623 Iphone 5 is not working.  Why the black screen?

    Why would Iphone stop working suddenly?  Just a black screen.  Is there anyway to reset?

  • What's the deal with DVI and Thunderbolt displays?

    I have up and until now only ever had a MacBook, I planned on getting an iMac desktop but that didn't work out. However, now I am set on getting a Mini, but I remember there was a lot of comotion with the display connector and was hoping someone coul