<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: copyobjects change target name in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90159#M735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaap,&lt;/P&gt;&lt;P&gt;We have approx. 10-15 application server contexts defined for authorization purposes. The corresponding OS files are created by scripts, including the security on these files.&lt;/P&gt;&lt;P&gt;Of course you can create a application server interactively using the management console, but since there are 10 levels, this is quite a bit of clickwork.&lt;/P&gt;&lt;P&gt;One approach would be to create all applicition server in one lev and promote them to next. You can use the -subprop file to dynamically change settings f.i. port numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most easiest way is to create one template "Application Server Context" and copy this. But then you manually need to change the names (or write a sas program to do this) of the copied metadataobjects, since I can't see a way to have copyobjects.rexx doing this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ebele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jul 2013 06:56:51 GMT</pubDate>
    <dc:creator>Ebele</dc:creator>
    <dc:date>2013-07-26T06:56:51Z</dc:date>
    <item>
      <title>copyobjects change target name</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90157#M733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to change the target name of an object when you copy a metadata object &lt;EM&gt;using the&lt;/EM&gt; &lt;STRONG&gt;copyobjects&lt;/STRONG&gt; util in SASPlatformObjectFramework?&lt;/P&gt;&lt;P&gt;For instance, when you copy a Application Server Context from /System/Servers to the same location, you get "Copy of" in the name of the new Application Server Context:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="cp.GIF" class="jive-image" src="https://communities.sas.com/legacyfs/online/3933_cp.GIF" /&gt;&lt;BR /&gt;The command:&lt;/P&gt;&lt;P&gt;"C:\Program Files\SASHome\SASPlatformObjectFramework\9.3\copyobjects.exe" -host "xxx" -user="&lt;A href="mailto:sasadm@saspw"&gt;sasadm@saspw&lt;/A&gt;" -password="xxx" -port=51000 -domain DefaultAuth -objects "/System/Servers/_POV_(ApplicationServer)" -target "/System/Servers/"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ebele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 13:38:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90157#M733</guid>
      <dc:creator>Ebele</dc:creator>
      <dc:date>2013-07-25T13:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: copyobjects change target name</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90158#M734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ebele,&lt;/P&gt;&lt;P&gt;Copying Application Server Contexts will probably technical working as copy option, only..&amp;nbsp;&amp;nbsp; &lt;BR /&gt;You are introducing a lot of possible issues if you want to add additonal appservers this way. &lt;BR /&gt;That are:&lt;/P&gt;&lt;P&gt;- Missing OS files (they will be created with the Deployment wizzard.&lt;/P&gt;&lt;P&gt;- Conflicting port number issues.&lt;/P&gt;&lt;P&gt;- Possible broken missing associations to .....&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;When needing a new appserver context it would be better to use the deployment wizard and plan ports.&lt;BR /&gt;For the SASwork question, this day, I have put all references in. As expecting the need for additional app-servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy SP definition with&amp;nbsp; related SP processes can be copied to an other location and set up with a different App-server context with the copy. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 16:11:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90158#M734</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-07-25T16:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: copyobjects change target name</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90159#M735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaap,&lt;/P&gt;&lt;P&gt;We have approx. 10-15 application server contexts defined for authorization purposes. The corresponding OS files are created by scripts, including the security on these files.&lt;/P&gt;&lt;P&gt;Of course you can create a application server interactively using the management console, but since there are 10 levels, this is quite a bit of clickwork.&lt;/P&gt;&lt;P&gt;One approach would be to create all applicition server in one lev and promote them to next. You can use the -subprop file to dynamically change settings f.i. port numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most easiest way is to create one template "Application Server Context" and copy this. But then you manually need to change the names (or write a sas program to do this) of the copied metadataobjects, since I can't see a way to have copyobjects.rexx doing this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ebele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 06:56:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90159#M735</guid>
      <dc:creator>Ebele</dc:creator>
      <dc:date>2013-07-26T06:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: copyobjects change target name</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90160#M736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ebele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am reading "copyobjects.rexx", I position the environment as z/OS (hopefully 64-bit). It will mean RACF, HFS, BPXAS, bound libraries (z/OS classic 3390) DB2 etc. A lot of users must be there,&amp;nbsp; as there are 10 levels and 15 appservers. Knowing you I could have a idea...&amp;nbsp; With this sizing it makes a lot sense to have all kind of procedures for maintenance, configuration and support being scripted. The advantages:&lt;/P&gt;&lt;P&gt;- avoiding manual errors .&lt;/P&gt;&lt;P&gt;- the scripting can be use as the documentation of the change process.&lt;/P&gt;&lt;P&gt;- in case of migrations the scripting can serve as central point to rebuild to a new design. (yes: NO SMU usage) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We agree about that. That means:&lt;/P&gt;&lt;P&gt;- leaving aside (not using) the SMC and SDW for that kind of work and replace that with scritps as applicable.&lt;/P&gt;&lt;P&gt;- better conformation to normal IT "best practices" and &lt;A href="http://en.wikipedia.org/wiki/Standard_of_Good_Practice" title="http://en.wikipedia.org/wiki/Standard_of_Good_Practice"&gt;Standard of Good Practice - Wikipedia, the free encyclopedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- It is not conform the approach that people of SAS institute are commonly claiming it should be implemented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do we have:&lt;/P&gt;&lt;P&gt;- You must have implemented a version of user-import and synchronisation macros.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/65011/HTML/default/viewer.htm#p1ar98lajfgm4jn1wa1h6e19jjre.htm" title="http://support.sas.com/documentation/cdl/en/bisecag/65011/HTML/default/viewer.htm#p1ar98lajfgm4jn1wa1h6e19jjre.htm"&gt;SAS(R) 9.4 Intelligence Platform: Security Administration Guide&lt;/A&gt; (User Import Macros)&lt;/P&gt;&lt;P&gt;&amp;nbsp; That is User-identity management without SMC&lt;/P&gt;&lt;P&gt;- With 9.3 copying more with metadata became possible, yes the -subprop file.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bisag/64875/HTML/default/viewer.htm#n0ctcrh4seaj9zn1aossm7m4ejy0.htm#n18nd8xxp4m9wfn1m4siozmnmv1r" title="http://support.sas.com/documentation/cdl/en/bisag/64875/HTML/default/viewer.htm#n0ctcrh4seaj9zn1aossm7m4ejy0.htm#n18nd8xxp4m9wfn1m4siozmnmv1r"&gt;&amp;nbsp; SAS(R) 9.4 Intelligence Platform: System Administration Guide&lt;/A&gt; (Using the Batch Import Tool)&lt;/P&gt;&lt;P&gt;&amp;nbsp; With this promotion and ship and also parts of configuration can be automated.&lt;/P&gt;&lt;P&gt;- With own build programs in Java .Net and SAS it is possible to update the metadatabase.&lt;/P&gt;&lt;P&gt;&amp;nbsp; This part is documented but not extensively. It is sayin you can build your own SMC functionality as you like.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;A href="http://support.sas.com/documentation/cdl/en/omaref/64859/HTML/default/viewer.htm#p05oppvmqlzhlnn1rkk385tdth0b.htm" title="http://support.sas.com/documentation/cdl/en/omaref/64859/HTML/default/viewer.htm#p05oppvmqlzhlnn1rkk385tdth0b.htm"&gt;SAS(R) 9.4 Open Metadata Interface: Reference and Usage&lt;/A&gt;&lt;/P&gt;&lt;P&gt;New in 9.4&lt;/P&gt;&lt;P&gt;- more batch interfaces are coming, &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/65011/HTML/default/viewer.htm#n09eorx5a5283xn11w12pncp0m0s.htm" title="http://support.sas.com/documentation/cdl/en/bisecag/65011/HTML/default/viewer.htm#n09eorx5a5283xn11w12pncp0m0s.htm"&gt;SAS(R) 9.4 Intelligence Platform: Security Administration Guide&lt;/A&gt; (About the Batch Tools for Metadata Authorization)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to automated some configurations steps as you wanted, it stopped for political issues.&lt;BR /&gt; As a schema for ports is needed I have put that with applicationnames in a table like registration. (macro-list like)&lt;/P&gt;&lt;P&gt;From that point I generated a lot of neede code for interactive called processes or for bach like ones or configfiles to be uploaded to a operational location (segregated in dtap/changeproces).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Your proposal of -subpro file usage.&lt;/P&gt;&lt;P&gt;I could think of one generating all variations of -subprop filecontents. &lt;/P&gt;&lt;P&gt;Than by calling a batch-script referencing a named combination to a -subpropfile will do the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jaap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 11:16:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90160#M736</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-07-26T11:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: copyobjects change target name</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90161#M737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ebele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think Jaap is right : the copyobject utility (and the SMC Package Export/Impot Wizard as well) shall put you into trouble if you attempt to use it in order to replicate Application Servers :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using the SDW looks more apropriate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the following note to help you through the complete process :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/kb/43/276.html" title="http://support.sas.com/kb/43/276.html"&gt;43276 - Adding an application server to an existing SAS® Intelligence Platform configuration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a robust method we have used many times (EBI 9.2, VDD 9.2 &amp;amp; 9.3).&lt;/P&gt;&lt;P&gt;Be careful, also ; Step 18 in the note sometimes does not prove effective if you specify a new account other than SASSRV (tested with SDW 9.2TS2M3 on Linux x64).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Jaap said, the SMC Server Assistant cannot create the corresponding phyical "sasconfig" content on the application server. There are however some implementations&lt;/P&gt;&lt;P&gt;which do not need any of this content for special purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance, we have a &lt;STRONG&gt;EBI / DI&lt;/STRONG&gt; platform installed on the same (dual) machines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Machine no1&lt;/STRONG&gt; &lt;EM&gt;Metadata/MidTie&lt;/EM&gt;r :&amp;nbsp; 2 SASCONFIG root directories with two MD Servers&amp;nbsp; (a) &amp;amp; (c)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) "8561" MD server for storing BI content&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- multiple Application Contexts with their own dedicated Object Spawner + STP, Wk Space, OLAP server&lt;/P&gt;&lt;P&gt;c) "8562" MD server alongside for storing ETL content separately.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -- the same Application Contexts + Object Spawners + Wk Space, DATA Step Batch Server (for DIS job deployment)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Machine no2&lt;/STRONG&gt;&amp;nbsp; &lt;EM&gt;AppServer/OLAP&lt;/EM&gt; : 1 SASCONFIG root directoy&lt;/P&gt;&lt;P&gt;b) multiple Application Contexts with their own dedicated Object Spawner Directories &amp;amp; Scripts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;1st stage&lt;/SPAN&gt;&lt;/SPAN&gt; : BI Application Contexts (a) &amp;amp; (b) have been installed with SDW replay mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;SPAN style="color: #575757; text-decoration: underline;"&gt;2nd stage&lt;/SPAN&gt;&lt;/SPAN&gt; : ETL "8562" MD Server created with the same credentials accounts/passwords&amp;nbsp; (sasadm@saspw, sastrust@saspw, sassrv etc.) used with the 8561 BI Server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;3rd stage&lt;/SPAN&gt; : ETL Application Contexts objects (c) have been installed manually in Metadata only with the SMC Server Plug-in assistant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a ETL developer launches a workspace session on the 8562 DI Server platform, the ETL Object Spawner he uses communicates with the BI Spawer daemon running on the server&lt;/P&gt;&lt;P&gt;with the sastrust@saspw account 'as if' the request was coming from the 8561 server (SAS Object Spawner daemons in 9.2 do not verify that the lauching request comes from an identified MD&lt;/P&gt;&lt;P&gt;server once the sastrust account uses the same password stored in the metadataConfig.xml, it seems) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conclusion : In this special case, yes you can associate multiple metadata servers references with single physical directories &amp;amp; daemon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the purpose of all this ? Keeping BI &amp;amp; ETL users + metadata strictly apart and minimizing the number of SAS Daemons server-side. Replicating Object Spawners specifically for the ETL instance&lt;/P&gt;&lt;P&gt;would have been tedious and costly to maintain (new ports numbers etc.). Since ETL &amp;amp; BI servers are accessing the same physical Data, it is not necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ronan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 14:30:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90161#M737</guid>
      <dc:creator>ronan</dc:creator>
      <dc:date>2013-07-26T14:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: copyobjects change target name</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90162#M738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ronan,&lt;BR /&gt;That are good additions.&amp;nbsp; I could add the following on sassrv and the StoredProcess Part.&lt;BR /&gt;The need to avoid using a generic sassrv is mostly a result of the business requirement to have a well secured enviroment.&lt;/P&gt;&lt;P&gt;Running everything by sassrv is a possible backdoor for hackers intended and unintended. The bisecag (and others) is filled with cautions to have your hostlayer controls (security) well defined. The SP-s are running by a dedicated key that is needing host acces.&lt;/P&gt;&lt;P&gt;It is following: &lt;A href="https://www.owasp.org/index.php/Category:Principle" title="https://www.owasp.org/index.php/Category:Principle"&gt;Category:Principle - OWASP&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This key for the SP must be defined as login at the "general servers" group.&lt;/P&gt;&lt;P&gt;Sounds strange, it is how it works. You can login with a group.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/63082/HTML/default/viewer.htm#n090o4poau9eiin1spi0ullt5xhw.htm" title="http://support.sas.com/documentation/cdl/en/bisecag/63082/HTML/default/viewer.htm#n090o4poau9eiin1spi0ullt5xhw.htm"&gt;SAS(R) 9.3 Intelligence Platform: Security Administration Guide&lt;/A&gt; (How Logins Are Used)&amp;nbsp; &lt;/P&gt;&lt;P&gt;Knowing that corrections afterwards are more easy to do and test for the SP functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jul 2013 15:39:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90162#M738</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-07-26T15:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: copyobjects change target name</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90163#M739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I didn't expect this kind of discussion, when I dropped the question about the copyobjects utility &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;We strive to have standardized installations and configurations on all levs, including all customized metdata: groups, roles, application servers. To achieve this, we script and automate as much as possible. &lt;BR /&gt;Installations and configurations are manufactured in a infrastructural development environment and promoted to the target environment:Dev,Test,Prod1,Prod2,Demo, etc...all z/os 64 bit.&lt;BR /&gt;There are many improvements in 9.4 in this area, but even in 9.4, I can't find any documenation on the copyobjects utility (except /?).&lt;BR /&gt;I guess I need to write a sas program and change the name of the logical server definitions with the METADATA_SETATTR function....&lt;/P&gt;&lt;P&gt;Kind regards,&lt;BR /&gt;Ebele&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 07:52:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90163#M739</guid>
      <dc:creator>Ebele</dc:creator>
      <dc:date>2013-07-30T07:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: copyobjects change target name</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90164#M740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ebele,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many ways to skin a cat, of course. At my office, we have sucessfully implemented a large EBI/DI 9.2 Linux platform &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;deployed in several environments like yours using the SDM -record/replay features.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the standard method to install SAS Application Context in a BI platform as far as I know. I am not even sure that &lt;/P&gt;&lt;P&gt;using the PlatFormObject Framework utilities like copyobjects is supported by SAS. You might ask&lt;/P&gt;&lt;P&gt;SAS technical support to validate your choice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beginning in SAS 9.3, in addition to the SDM, you can use the SMC export/import package with system objects like&lt;/P&gt;&lt;P&gt;Application Contexts servers; however, it is unlikely to copy also the physical components server-side. It can help you&lt;/P&gt;&lt;P&gt;migrating the metadata part only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Homes' excellent blog had an entry about one of these PlatForm Object Framewor utilities ("makefolder") :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://platformadmin.com/blogs/paul/2011/05/sasplatformobjectframework-makefolder/" title="http://platformadmin.com/blogs/paul/2011/05/sasplatformobjectframework-makefolder/"&gt;SAS Platform Object Framework MakeFolder Metadata Utility - platformadmin.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're interested in replicating a full environment, you may also consider using SDM change hostname features or&lt;/P&gt;&lt;P&gt;the SMU utility :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bisag/65422/HTML/default/viewer.htm#p1gs13ueroyethn11y3tpku021sd.htm" title="http://support.sas.com/documentation/cdl/en/bisag/65422/HTML/default/viewer.htm#p1gs13ueroyethn11y3tpku021sd.htm"&gt;SAS(R) 9.3 Intelligence Platform: System Administration Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bisag/65422/HTML/default/viewer.htm#n0sb15gxhksdzln1vb8sxlcnrsf4.htm" title="http://support.sas.com/documentation/cdl/en/bisag/65422/HTML/default/viewer.htm#n0sb15gxhksdzln1vb8sxlcnrsf4.htm"&gt;SAS(R) 9.3 Intelligence Platform: System Administration Guide, Second Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no unique recipe for implementing a BI platform, but to ensure the integrity of my installments I'd rather use standard methods since I am very cautious.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Ronan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jul 2013 11:41:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/copyobjects-change-target-name/m-p/90164#M740</guid>
      <dc:creator>ronan</dc:creator>
      <dc:date>2013-07-30T11:41:49Z</dc:date>
    </item>
  </channel>
</rss>

