ATG publishing(asset management), staging, production topology configuration

I want to configure atg publishing, staging and production databases/datasources and servers for a typical atg commerce site.
I do not want to use CIM tool to do the same. Hence, can anyone tell me what are the sql scripts to run on PUBLISHING(Asset Management), STAGING and PRODUCTION databases?
It will be great if you can give me scripts specifically for VERSIONING, SWITCHING and CORE schemas.
Am not able to find whole set of instruction at one place. Please help me

You don't have all the scripts at one place.
You need to identify the modules you need and in each module you have the scripts in the sql folder.
Other way is for each product (CA, Merchandising, CSC etc), ATG provides the list of scripts to be executed in the specific product documentation.
Peace
Shaik

Similar Messages

  • Significance of ATG staging site, DS configuration and preview server

    Am a newbie to ATG. Got a question. Please read through my understanding below and find the my questions at last. Correct me if my understanding is wrong as well.
    A typical staging enabled ATG will look like below (at basic level) as per my understanding so far in ATG learning,
    Asset management server - Stores/Manages internal users(BCC/CA/Merchandising/ACC users), versioning commerce assets & other versioned repositories
    Staging server - Unversioned/non-versioned commerce items and other repositories
    Production server - Unversioned/non-versioned commerce items & other repositories and Stores/Manages External users(customer)-"core schema"
    In this, the external(customers) profiles are stored only in production site.
    As staging site is basically termed as replica of production site, Should the Store(customer facing) application to be deployed in staging server as well? If so, how does it will point production core schema?
    Keeping this on one side, I have also heared 'preview feature/server'? Isn't this staging? what is the difference?

    Thanks Shaik for your response.
    Got 2 more doubts need clarification:
    Question 1: You were saying staging will have replica of CORE and switcha/switchb schemas. I have tried creating an external user from BCC in my environment and it fell only in production server's CORE schema even-though I configured JTDataSource_staging to point to staging's CORE and JTDataSource_production to point to production's CORE on asset mgmt ear deployed. Is this the expected behavior? BCC only points and updates production's CORE schema? If so, how do I replicate production's CORE schema data to staging's CORE? and why the replication is necessary instead of staging pointing production's CORE schema?
    Question 2:
    So, isn't the staging server a 'Preview'?
    Preview isn't the actual application? I was thinking 'Preview' means previewing the actual application with the newly created content before deploying to production. How do I need to configure my module in BCC to preview? how would the preview page URL would look like?

  • Configuration docs for Asset Management

    Hi.
    Does anyone have configuration docs for Asset Management
    thanks
    Tom

    Go to http://help.sap.com/ and click on SAP Best Practices. Look for Building Blocks Library under the Additional Information on the right side of the page. In the Building Block Library, look for J10- Asset Management. Click on that and thereafter, under Technical Documentation, click on configuration guide. There you should have all the information or at least some of the information you need on Asset Management.

  • Configuration-Pool Asset Management

    What is the purpose of configuring PAM class for pool asset management?How these characteristics are helpful during raising demand notificaiton for pool asset? Where I can get the building block for pool asset management?
    Regards,
    Tehsin

    Hi Friends, I am new to SAP fans, Well I am also configuring SAP Pool asset management in my org, I have configured complete scenario and its working fine, the only problem i am facing the cost calculation part for TRIP based on time and running kms when you return the vehicle back to original pool.
    In service type configuration i have configured relevant activity types with rate maintained in KP26 for fleet cost center, in PAM03 on demand notification screen , when i click the button 'settle', and ask me to select the counters for time and kms based on readings , it create a Service order in back ground which has status TECO and there are no cost is posted on my service order,
    Here i want help from all PAM experts, Am i missing some thing why my cost are not getting calculated and why my Notification status not updating as 'Settled' and why my service order status is TECO
    Any help would really be highly appreciated
    How this calculation scenario works for PAM for trip cost,
    Rajeev

  • Configure & integrate the quality management with production planning

    hi,
      i know general flow of production planning ,
    i dono how to configure & integrate the quality management with production planning . can anyone explain step by step to configure.
    with regards,
    Elanchi

    Hi,
    You must define an inspection type 03 and activate it for materail. When you create production order you will have the inspection lot created. you define type of inspection plan in inspection lot type. You will insert an operation in routing og the material. This operation must contain inspection characteristics. use the operation key QM04 with a quality work center.
    Inspection process time will be assigned to your production order.
    I think you can manage t customise the process from this global definition of the QM process in Production.
    Best Regards,
    Salih Arslan
    SCM Functional Consultant
    Zeitine Solution Partners

  • Publish cloud service fails from Visual Studio 2013 Update 4: Published Asset Entry for Image Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.

    I have a cloud service project with two roles (service and worker). In Visual Studio 2013 Update 4 when I choose "Publish..." from the "Solution Explorer",  it opens "Microsoft Azure Activity Log" and quickly terminates.
    Here the log:
    9:43:47 AM - Applying Diagnostics extension.
    9:44:09 AM - Published Asset Entry for Image Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.
    All works fine when uploading the package and updating from https://manage.windowsazure.com/. It only fails from within Visual Studio.
    What can I do to get it working?

    I have the same problem with our Azure project. Two web roles (service and worker). Just updated from SDK2.2 to SDK2.5 and Visual Studio 2013 Update 2 to Update 4. The main reason behind this was to move from log4net to WAD and in doing so, of course directly
    move to the new diagnostics version.
    Now, I get the same error message in Visual Studio:
    11:45:24 - Checking for Remote Desktop certificate...
    11:45:25 - Applying Diagnostics extension.
    11:45:45 - Published Asset Entry for Image Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.
    With my small testing project - also two roles (service and worker) - everything is fine. However, I'm looking for a solution to make by existing production service working.
    Also the test project shows no Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml,
    but this is no problem - so what's the meaning of or solution to this error messages?
    What I found so far:
    I deployed the Azure project from the same development environment to another Azure test service: Deployment
    showed no errors and the service is running fine! So the problem is not with the source, the development environment, library dependencies etc.
    Trying Azure cmdlets for PowerShell also work fine for the new service and fails for the production service with almost the same error message:
    Following http://blogs.msdn.com/b/kwill/archive/2014/12/02/windows-azure-diagnostics-upgrading-from-azure-sdk-2-4-to-azure-sdk-2-5.aspx
    I tried:
    PS C:\> Set-AzureServiceDiagnosticsExtension -StorageContext $storageContext -DiagnosticsConfigurationPath $public_config -ServiceName $service_name -Slot 'Staging' -Role $role_name
    VERBOSE: Setting PaaSDiagnostics configuration for MyWebRole.
    Set-AzureServiceDiagnosticsExtension : BadRequest : Published Asset Entry for Image
    Microsoft.Azure.Diagnostics_PaaSDiagnostics_europeall_manifest.xml not found.
    At line:1 char:1
    + Set-AzureServiceDiagnosticsExtension -StorageContext $storageContext -Diagnostic ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Set-AzureServiceDiagnosticsExtension], CloudException
        + FullyQualifiedErrorId : Microsoft.WindowsAzure.CloudException,Microsoft.WindowsAzure.Commands.ServiceManagement.
       Extensions.SetAzureServiceDiagnosticsExtensionCommand
    The problem seems to be related to those service configuration parts in the cloud which are not replaced
    by a new deployment... So what are possible reasons or fixes for this behaviour?
    Best regards,
     Andreas

  • ZCM asset management in zen 7 environment

    can i install the zcm asset management and still run the zenworks 7 agent for applications..?
    cheers

    Originally Posted by gavinfarrow
    sorry, thats the zcm asset management agent, in conjunction with the zen 7agent
    Yes if you run ZCM 10.3.
    IMPORTANT:The ZENworks 10 Adaptive Agent and ZENworks 7 Desktop Management Agent can coexist on the same workstation if the only Adaptive Agent feature that is enabled is Asset Management. Enabling features related to other ZENworks 10 products (Configuration Management and Patch Management) on the same machine as ZENworks 7 Desktop Management is not supported
    Novell Doc: Novell ZENworks 10 Asset Management Migration Guide - Migrating Both ZENworks 7 Desktop Management and ZENworks 7.5 Asset Management
    Thomas

  • SAP Mobile Infrastructure and Mobile Asset Management Training

    Hello All,
    We would like to announce that SAP Education is offering the following courses the week of November 6, 2006 in Newtown Square, PA:
    <b>1. TMOB20</b> (Mobile Infrastructure Administration) – 2 days
    Course description link: http://www50.sap.com/useducation/curriculum/course.asp?cid=60168283
    <b>2. TZMAM2</b> (Early Product Training – SAP Mobile Asset Management 2.5) – 3 days
    Course description link: http://www50.sap.com/useducation/curriculum/course.asp?cid=60205890
    Please register as soon as possible to reserve your seat for these special deliveries.  These are the only scheduled deliveries of these courses planned for the remainder of 2006.
    To register call 1-888-777-1727 or 610-661-6501.
    For questions call 1-877-876-7271 or post directly in this thread.
    Best Regards,
    Ted

    Hi,
    We have this answer in many other threads..
    Mobile infrastructure (MI 2.5 / MI 7.0) is the older release of mobile.The latest version of mobile is NW Mobile 7.1 which comes with a total architectural change, provides better scalability and has advantages in many other areas like better modeling, monitoring options , faster device synchronization time etc.
    Netweaver mobile constitutes of server (DOE) and a default client framework (Netweaver mobile client) .
    Mobile application could be created using NetweaverDeveloper Studio(NWDS) that will present the data required by the mobile device user.
    This mobile application once deployed on a device will work on the local persistency and during synchronization with DOE sends the modified/new data to Backend via DOE.
    Customers can also develop a custom client framework and application that still talks to DOE (and inturn to backend)
    NW mobile 7.1 could be used to build mobile applications suiting offline and onlines scenarios.
    In few words to mobilize enterprise solutions
    SAP R/3 will act as backend
    ---talks to DOE through remote enabled BAPI Wrappers ---
    NW mobile will be middleware that does the data orchestration
    Upon Synchronization of mobile device with DOE using a messaging protocol over http(s)
    Receivers could be devices with client application installed / another server.
    checkout this [configuration guide|http://help.sap.com/saphelp_nwmobile71/helpdata/en/45/17a790d8000064e10000000a1553f7/frameset.htm] and [developer's guide|http://help.sap.com/saphelp_nwmobile71/helpdata/en/8F/0B674240449C60E10000000A1550B0/frameset.htm]
    for understanding how to start with development with NW Mobile 7.1
    Regards,
    Liji

  • Pool Asset Management

    Dear all,
    I am implementing SAP PAM , i have configure all the configuration as per the Configuration guide which i downloaded from the service.sap.com side
    but still when i execute the PAM03 the planning board i not showing the correct result there is no drag and drop facility coming and also there is no functionality like ( issuance , reture , etc ) options.
    If anybody know about the name of the BC sets which need tio be activated for the configuration of Demand Notification and the PAM planning board that will also be very helpful.
    We have activated the SAP Echancement package in the system ( log_EAM_PAM).
    Kindly if anyone can help i will be very thankful to him / her.
    Regards,
    Haris Khan

    Dear Haris ,
    Please refer the below link also maintain the table PAMS_VSTAI  using t-code SM30 as this will not get updated on Config.
    Pool Asset Management ABGH 04 Productive Split I3908 Picked Up
    Pool Asset Management AUFE 02 Completed Split I3910 Settled
    Pool Asset Management DISP 01 Productive Split I3902 Assigned
    Pool Asset Management GELA Completed Split I3905 Deleted by requestor
    Pool Asset Management GELD Completed Split I3903 Deleted by planner
    Pool Asset Management NDIS 01 Reqmt I3901 Need
    Pool Asset Management RESM 06 Productive Split I3907 Reserved
    Pool Asset Management RGBE 03 Completed Split I3909 Returned
    Pool Asset Management STAN 05 Completed Split I3906 Need revoked
    Pool Asset Management STOR 05 Completed Split I3904 Planned need revoked
    Pool Asset Management SY01 08 Absence Maintenance/ Repair
    Pool Asset Management SY02 07 Absence End of Leasing
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/0b/5ad2c9e2f249abad4df1479243a001/frameset.htm also refer Note: 1272432 for PAM tips.
    Regards
    Ajaysingh

  • Pool Asset Management- Planning Board

    Hi Guys,
    We are in the process of implementing PAM in our company.
    I have done the config based on the note ; 1272432 up to certain extent. When i go to PAM03-planning board, the following message is appearing " Illegal number of columns in chart(231, 1, 0), Sum of columns in chart is not equal".
    I could not able to find the configuration part for this.
    Also in the planning table, i could able to see the request, but i am not able to see the equipments assigned to Pool (functional location category).
    Kindly provide your valuable inputs.
    Thanks&Regards,
    Pavan

    Hi PAM user, the steps necessary for PAM are described in the following places, at the sap Help portal
    http://help.sap.com/erp2005_ehp_04/helpdata/en/2b/1a73268dd74a0988c00a90171294f7/frameset.htm
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/0b/5ad2c9e2f249abad4df1479243a001/frameset.htm
    Make sure you activate the SAP Business Function for PAM, which is LOG_EAM_PAM (via transaction SFW5). This will also provide the right settings within config for the planning board and Pool Asset Management.
    Only thing that does not automatically gets updates, is table PAMS_VSTAI, which needs to have the following entries:
    Pool Asset Management   ABGH    04      Productive Split        I3908   Picked Up
    Pool Asset Management   AUFE     02      Completed Split I3910   Settled
    Pool Asset Management   DISP       01      Productive Split        I3902   Assigned
    Pool Asset Management   GELA              Completed Split I3905   Deleted by requestor
    Pool Asset Management   GELD              Completed Split I3903   Deleted by planner
    Pool Asset Management   NDIS      01      Reqmt   I3901   Need
    Pool Asset Management   RESM    06      Productive Split        I3907   Reserved
    Pool Asset Management   RGBE    03      Completed Split I3909   Returned
    Pool Asset Management   STAN    05      Completed Split I3906   Need revoked
    Pool Asset Management   STOR    05      Completed Split I3904   Planned need revoked
    Pool Asset Management   SY01    08      Absence         Maintenance/ Repair
    Pool Asset Management   SY02    07      Absence         End of Leasing
    I hope this helps you in setting up the solution. Feel free to provide feedback on if it worked.
    Cheers,
    Hanneke

  • Solution Documentation: Define WMB and ATG in solution Manager

    Hello,
    I am working on solution docuemtnation. and looking for some help to define the NOn SAP system like WMB or ATG in solution manager landscape defination.
    Solution Manager version is 7.1
    Regards,
    BA

    Hi Bhavesh
    This is a good question to me as I have no knowledge about IBM Websphere at all.
    But at my opinion, you will need an "Websphere Appserver by IBM" (nothing else than IBM Websphere) to run the IBM Websphere Message Broker on. And therefore, you should go on assigning your Message Broker as product instance of the "Websphere Appserver by IBM".
    If the IBM Websphere Message Broker is not a product part of Websphere (App)server, you should create a new product. Secondarly, if the version of your Websphere Message Broker differs from the ones provided by SAP (right pane "Productversion"), you will also need to create your own product, as they are not changeable if provided by SAP.
    A third point to think about is, that if you would like to point out, that there is a real difference between the IBM Websphere Message Broker and (perhabs separatly installed) IBM Websphere Appserver, you should create your own product.
    Last, but not less important: If you use the "Technical System Monitoring" of Solution Manager (see Solman Setup), you shoudl check, if there is are any templates for checking an Websphere Appserver provided by SAP. If so, you will need to assign your Message Broker as "Websphere Appserver" in order to use this monitoring template.
    Best regards,
    Michael

  • Advice On Drobo or DroboPro? LR24 Mac Asset Management

    Anyone have problems with Drobo or DroboPro?
    I have 2+TB of images, that is growing and will continue to do so.
    Thinking of a solution where I use my internal HD (2.7TB Raid 5) for active clients / jobs and then using a Drobo or DroboPro for less active or archived clients / jobs. Also, will get a 2nd one to backup whole thing (Internal HD + active Drobo or DroboPro).
    1. concerned about iSCSI - anyone have any experience - speed or connection issues
    2. concerned about DroboPro since its new - any experiences out there?
    3. concerned about configuration - is this the best way to go or are there better solutions that anyone is using for large image solutions?
    I welcome any input great or small.
    Thank you,
    Stewart

    Thanks Ian.
    The link was helpful but as always I want more:) would be nice to hear experiences from people who have deployed DroboPro and how its working. Throughput sounds elusive.
    I ordered the DAM book, it will be here on Tuesday and I'm hoping it helps out a lot on my other questions asset management - looks like a good one.
    Thanks again for taking the time to help me.
    Stewart

  • Adobe Bridge As A Digital Asset Manager

    I've begun to work more with digital stills in my work with FCE. Bringing stills for touch up into Photoshop CS4 is typically part of the work flow. Adobe includes Adobe Bridge as one way to import the stills.
    Adobe also suggests that Bridge is a "powerful program for previewing and managing a diverse array of assets." This suggests that Bridge can be used as a Digital Assets Manager (DAM) for stills, audio, swf, and video files.
    The more work we do in media development - the more we need to better manage our media. I'm curious if there are any with experience attempting to use Bridge as a DAM and if so, how it has proved as a viable tool for asset management. Please let me know of any experience or knowledge you may have.
    Thanks!

    I posted it to this group for three reasons.
    1) I'm curious if Bridge really does "bridge" well between Adobe and Apple products or is it really just for Adobe products. With Final Cut, we often find ourselves bridging between these competing companies. Id Bridge a viable solution?
    2) Are there viable DAM products out there that media professionals are successfully using and if so what are they and is Bridge one of them?
    3) Like many of us on this list, I use FC and Photoshop. Have FC users found Bridge to be a viable DAM solution or not for these tools?
    Hope that helps to clarify my question.

  • Bridge for data asset management?

    I've been looking for a while for a 'simple' data asset management application.
    What it should be able to do or have is:
    1. a simple interface, manageable by anyone.
    2. both mac and windows compatible
    3. drag and drop facilitated for both images AND their description into inDesign.
    Why?: we work for a large mall group, that produces some 20 large folders a year. No need to say we have built up an image database of thousands of items, most of which are reused regularly. Locating them for use in a new folder is not such a problem in itself; but reusing the text is. Each time, our client provides more or less the 'same' texts and prices (they retype them), which means that all texts, whether they have been published 10 times before or not, always have to be reread, reviewed by a copywriter, and on top of that, retranslated (in Belgium, you always need editions in Dutch and French). This is a silly and costly situation.
    I love to use Expression Media for comparing pictures, and it's drag and drop capable - for picutres - not for text. Bridge doen't seem to do the job either, and it's not an actual database.
    So is there a simple way or application (affordable) to get over this problem, without the need of some complicated Unix-based, nerd-interfaced server?

    So is there a simple way or application (affordable) to get over this problem, without the need of some complicated Unix-based, nerd-interfaced server?
    Did you tried to explore Canto Cumulus ?
    They have two editions, the 'single user' (very affordable) and a more complex build to order. When you have many users on different locations or use over a network it might be to complex for the single user version I'm afraid ;-(

  • Manage hardware in asset management

    hi all
    i'm new at zenworks, so we try to add hardware costs, lifetime, date of order but there is no hardware tab in asset management...
    is there any possibility for addig hardware the asset management? or is the only way to add it as software and add some custom fields in it?
    is there any database structure, i only found the inventory data for ZCM 10 and asset database structure for 7.5, but not 10.
    thanks for reply
    roland

    oerli,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

Maybe you are looking for

  • How Do I see components

    I have a series of components that I assign various values (text) to.  We added a TabNavigator to reduce the vertical space that was being taken and now the components within it are null and won't accept the values that they did before the TabNavigat

  • Timecode on Audio channel

    Hi, Sorry if I sound dumb but can I print timecode on one side of the audio channel? like SMPTE? For exampel one mono channel music and time code on the other channel. Any idea? Thanks

  • Generate pdf using weblaout in oracle report server

    Hi all , my weblogic version - weblogic 10.3.6 report server version - 11.1.2.1 i have created one jsp file on report server using web layout. i want to show  photo ( from cloud) on pdf. when i running this jsp file from rwbuilder using run weblayout

  • Canada post email scam and my mac

    Hello Everybody,      Today I'm a little freaked, I loaned my macbook pro (2010, OSX 10.6) to my mom to write up some emails. She was checking her email's (hotmail) junk folder and saw this Canada Post email. She clicked both links, but closed them b

  • Income email set up using company domain name

    Ive just jumped ship from PC to Mac (lion) and im trying to set up my email account. My company has its own domain name which appears to be the problem and although outgoing mail is working ok (o2 broadband) i just cant configure incoming. Ive used t