Services are in stop condition

Hi,
We installed Dev & Quality systems for PI/XI-7.0 on same host,
We are taking central SLD on Dev for Quality system,
We are following note-940309,regarding this note we have to change the client for the following services 1) AI_DIRECTORY_<sid> 2) AI_RUNTIME_<SID> 3) LCRSAPRFC_<SID> 4) SAPSLDAPI_<SID>, after changing the client-100,these services are in stop condition,
which Gateway number we have to give either DEV & Quality System,
what else we have to change
when we are execute tcode SXMB_IFR on Quality system it is pointing to DEV system,
regards,
haribabu

Hi,
We installed Dev & Quality systems for PI/XI-7.0 on same host,
We are taking central SLD on Dev for Quality system,
We are following note-940309,regarding this note we have to change the client for the following services 1) AI_DIRECTORY_<sid> 2) AI_RUNTIME_<SID> 3) LCRSAPRFC_<SID> 4) SAPSLDAPI_<SID>, after changing the client-100,these services are in stop condition,
which Gateway number we have to give either DEV & Quality System,
what else we have to change
when we are execute tcode SXMB_IFR on Quality system it is pointing to DEV system,
regards,
haribabu

Similar Messages

  • Chkconfig not working on OEL 5.7 (services are not stopped during reboot)

    Hi all,
    I am trying to use chkconfig to configure a "service" on Oracle Linux 5.7 .
    I noticed that the script is called during system boot with the "start" option, but it is not called during system shutdown !
    The script is:
    [root@srv-db5 ~]# cat /etc/init.d/oradb
    #!/bin/bash
    # chkconfig: 35 99 10
    # description: Starts and stops Oracle processes
    # Set ORA_HOME to be equivalent to the $ORACLE_HOME
    # from which you wish to execute dbstart and dbshut;
    # Set ORA_OWNER to the user id of the owner of the
    # Oracle database in ORA_HOME.
    ORA_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    ORA_OWNER=oracle
    case "$1" in
    'start')
    /bin/echo "" >> /tmp/oradb.log 2>&1
    /bin/echo "$0 start - `/bin/date` " >> /tmp/oradb.log 2>&1
    touch /var/lock/subsys/dbora
    'stop')
    /bin/echo "$0 stop - `/bin/date` " >> /tmp/oradb.log 2>&1
    /bin/echo "" >> /tmp/oradb.log 2>&1
    rm -f /var/lock/subsys/dbora
    esac
    # End of script oradb
    chkconfig can read it:
    [root@srv-db5 ~]# chkconfig --add oradb
    [root@srv-db5 ~]# chkconfig --list oradb
    oradb 0:off 1:off 2:off 3:on 4:off 5:on 6:off
    [root@srv-db5 ~]#
    and chkconfig creates all the expected symlinks :
    [root@srv-db5 ~]# find /etc/ -type l -iname "*oradb*" -exec ls -l \{} \; | sort
    lrwxrwxrwx 1 root root 15 Dec 6 11:51 /etc/rc.d/rc0.d/K10oradb -> ../init.d/oradb
    lrwxrwxrwx 1 root root 15 Dec 6 11:51 /etc/rc.d/rc1.d/K10oradb -> ../init.d/oradb
    lrwxrwxrwx 1 root root 15 Dec 6 11:51 /etc/rc.d/rc2.d/K10oradb -> ../init.d/oradb
    lrwxrwxrwx 1 root root 15 Dec 6 11:51 /etc/rc.d/rc3.d/S99oradb -> ../init.d/oradb
    lrwxrwxrwx 1 root root 15 Dec 6 11:51 /etc/rc.d/rc4.d/K10oradb -> ../init.d/oradb
    lrwxrwxrwx 1 root root 15 Dec 6 11:51 /etc/rc.d/rc5.d/S99oradb -> ../init.d/oradb
    lrwxrwxrwx 1 root root 15 Dec 6 11:51 /etc/rc.d/rc6.d/K10oradb -> ../init.d/oradb
    if Itry to manually issue "service oradb start | stop " everything works fine:
    [root@srv-db5 ~]# > /tmp/oradb.log
    [root@srv-db5 ~]# service oradb start
    [root@srv-db5 ~]# cat /tmp/oradb.log
    /etc/init.d/oradb start - Tue Dec 6 12:01:14 CET 2011
    [root@srv-db5 ~]# service oradb stop
    [root@srv-db5 ~]# cat /tmp/oradb.log
    /etc/init.d/oradb start - Tue Dec 6 12:01:14 CET 2011
    /etc/init.d/oradb stop - Tue Dec 6 12:01:23 CET 2011
    but if I do a reboot, I see that my script has not been called during system shutdown :
    [root@srv-db5 ~]#
    [root@srv-db5 ~]# cat /tmp/oradb.log
    /etc/init.d/oradb start - Tue Dec 6 12:01:14 CET 2011
    /etc/init.d/oradb stop - Tue Dec 6 12:01:23 CET 2011
    /etc/rc5.d/S99oradb start - Tue Dec 6 12:03:50 CET 2011
    [root@srv-db5 ~]#

    Perhaps the problem isn't your dbora script, but some other stop script that stops the shutdown execution, or e.g. removing the dbora file inside the /var/lock/subsys directory, and then when K10dbora is involved, it believes dbora is not running and hence does not need to be shut down.
    See if you have anything in /etc/rc0.d that might conflict with the K10dbora script.
    What happens if you change:
    # chkconfig: 35 99 10
    to
    # chkconfig: 35 99 01
    and reconfigure, so that the dbora script is called before K02, etc.?
    Edited by: Dude on Dec 6, 2011 6:37 AM

  • Mail service on start/stop of services ...

    Hi,
    Please let me know the way to send mail when services are started/stopped in oracle application 11.5.10.2. How to configure this on ibm aix 5.3.
    Thanks,
    Sai Ram

    There is a way to configure emails on startup/shutdown of Concurrent Manager service - but I'm not aware about any such configuration around other services (eg. Apache, Apps Listener, Forms Server etc..)
    I think you'll have to do this outside Oracle's scripts if you wish to set this up - either by wrapping the calls to seeded scripts in your own custom script, or if you want a periodical probing, then via use of cron/scheduler depending on the OS you're on.
    Hope that helps.
    Regards,
    Rakesh
    PS : In addition to the Concurrent Managers, I think you should be also able to achieve this for database services if you wish to do that - by use of startup and shutdown database triggers.

  • How the freight cost are transferred from condition type of shipment cost document to service entry sheet and collected in service PO item

    Dear Experts:
    could you please share with me the knowledge for below topic:
    How the freight cost are transferred from condition type of shipment cost document to service entry sheet and collected in service PO item, because these three objects use three different pricing procedures, and different condition type.
    how did the condition type of service entry sheet know to copy the value of whcih condition type in the pricing procedure of shipment cost document?
    Is this SAP standard function OR there need an enhancement to do that?
    I didn’t find related condition value copy setting in background, could you please share related setting with me? Thank you very much for your kind help!
    Best regards,
    Andy

    Hi, Gopi,
    Glad to see your feedback, but i still have question on your feedback:
    which condition type in the pricing procedure of service entry sheet should know to capture the net value of shipment cost doc? becasue there are so many condition types,
    And i have checked the corresponding condition type (PRSX) of service entry sheet pricing procedure in my SAP system, this is a self-defined condition type, but NO any calculation routine maintained for the condition type (PRSX), how did the condition type (PRSX) know to copy the total cost of shipment cost document?
    Below is the example and another question:
    what the relationship between the pricing procedures at service PO item level and service line item level?
    1. The freight cost in shipment cost document—including used condition type and pricing procedure
    The pricing procedure of shipment cost document
    2. The freight cost in service entry sheet—including used condition type and pricing procedure
    The pricing procedure of service entry sheet--the pricing procedure at service line item level
    3. The freight cost in service PO item—including used condition type and pricing procedure:

  • "Game Center account services are currently unavailable. Please try again later." Any solution for this thing ?

    Hey guys, I have an iMac 27 inch. Whenever i connect to the game center it asks me to input my apple id & password. I do so then I agree to terms & conditions followed by inputing my nickname. After doing this stuff it just shows as 'Saving...' and never stops for hours. When I try through chess i get the following error. "Game center account services are currently unavailable. Please try again later". I've tried everything which were there in other discussions but none helped. And just for the extra information my internet is firewalld frrom the datacenter itself. Please provide a solution. Thanks :)

    Apple has temp. disabled the Game Account services

  • Sharepoint 2013 search error - The search application 'Search Service Application 1' on server is not provisioned.Confirm that the Microsoft SharePoint Foundation Timer service and Central Administration service are running on the server.

    Hi All,
    I'm getting the below error in My SHarepoint 2013 search Administration page.
    Crawler background activity - The search application 'Search Service Application 1' on server ""  is not provisioned. Confirm that the Microsoft SharePoint Foundation Timer service and Central Administration service are running
    on the server.
    and when i click on Crawl Log and content source
    it throws the below error
    The search service is currently offline. Visit the Services on Server page in SharePoint Central Administration to verify whether
    the service is enabled. This might also be because an indexer move is in progress
    When i check the search status
    Get-SPEnterpriseSearchServiceInstance, it shows all the components are online.
    As of now search service application is online and search is working.But not sure why it throws the above error.
    I have restarted timer service,search service in services.msc and cleared the sharepoint cache as well.
    But no luck,This is happening in my prodcution environment.
    Any help will be greatly appreciated.
    There are the logs i have found
    05/23/2014 13:03:22.71 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://dca-app-617:90/_admin/search/listcontentsources.aspx?appid=e830c1b3%2Dc3e4%2D4097%2D85fd%2Daa5248346d2e) d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.71 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation Authentication Authorization agb9s Medium Non-OAuth request. IsAuthenticated=True, UserIdentityName=, ClaimsCount=0 d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.73 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation Logging Correlation Data xmnv Medium Site=/ d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.79 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Server Search Administration djs2 High [Forced due to logging gap, cached @ 05/23/2014 13:03:22.76, Original Level: VerboseEx] {0} d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.79 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Server Database 8acb High [Forced due to logging gap, Original Level: VerboseEx] Reverting to process identity d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.80 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Server Search Administration djj1 High Unable to find application 'b9c8106c-c7ed-4eb3-96c9-ae1881ffb695' d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Server Search Administration djj1 High Unable to find application 'b9c8106c-c7ed-4eb3-96c9-ae1881ffb695' d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation General 8nca Medium Application error when access /_admin/search/listcontentsources.aspx, Error=The search service is currently offline. Visit the Services
    on Server page in SharePoint Central Administration to verify whether the service is enabled. This might also be because an indexer move is in progress.   at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.ErrorHandler(Object
    sender, EventArgs e)     at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.OnError(EventArgs e)     at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()    
    at System.Web.UI.Page.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep
    step, Boolean& completedSynchronously) d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation Runtime tkau Unexpected Microsoft.SharePoint.SPException: The search service is currently offline. Visit the Services on Server page in SharePoint Central
    Administration to verify whether the service is enabled. This might also be because an indexer move is in progress.    at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.ErrorHandler(Object sender, EventArgs e)    
    at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.OnError(EventArgs e)     at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
    Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()    
    at System.Web.UI.Page.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep
    step, Boolean& completedSynchronously) d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation General ajlz0 High Getting Error Message for Exception Microsoft.SharePoint.SPException: The search service is currently offline. Visit the Services on
    Server page in SharePoint Central Administration to verify whether the service is enabled. This might also be because an indexer move is in progress.     at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.ErrorHandler(Object
    sender, EventArgs e)     at Microsoft.Office.Server.Search.Internal.UI.SearchCentralAdminPageBase.OnError(EventArgs e)     at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()    
    at System.Web.UI.Page.ProcessRequest(HttpContext context)     at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep
    step, Boolean& completedSynchronously) d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation General aat87 Monitorable  d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation DistributedCache ah24q Unexpected SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts are present in the farm. d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation DistributedCache ah24w Unexpected Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedViewStateCache'
    - Exception 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts present in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'. d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation General ajb4s Monitorable ViewStateLog: Failed to write to the velocity cache:
    http://dca-app-617:90/_admin/search/listcontentsources.aspx?appid=e830c1b3-c3e4-4097-85fd-aa5248346d2e d4c6939c-b10d-4000-6d95-14caeefe67df
    05/23/2014 13:03:22.82 w3wp.exe (0x46E70) 0x4CBA4 SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://dca-app-617:90/_admin/search/listcontentsources.aspx?appid=e830c1b3%2Dc3e4%2D4097%2D85fd%2Daa5248346d2e)).
    Execution Time=109.695855199474 d4c6939c-b10d-4000-6d95-14caeefe67df
    Anil Loka

    Please try below mentioned steps:
    1. Central Administration > Monitoring > Review job definitions > Look for following timer job "Application Server Administration Service Timer Job" > Disable
    2. Then open windows administrative services (services.msc), stop SharePoint Timer Service
    3. Clear SharePoint Timer configuration cache by following steps mentioned in below blog:
    http://blogs.msdn.com/b/jamesway/archive/2011/05/23/sharepoint-2010-clearing-the-configuration-cache.aspx
    4. Start SharePoint Timer Service and give it a few seconds so that the new XML files from the location you deleted then are re-populated.
    5.Central Administration > Monitoring > Review job definitions > Look for following timer job "Application Server Administration Service" Timer Job > Enable
    Please ensure that you mark a question as Answered once you receive a satisfactory response.

  • Service Tax Calculation for Condition Types

    Dear Experts,
    In an Import Purchase Order for Coal, along with the Basic Price of the Coal, the following Conditions are also entered, in the Condition Types maintained in the Import Pricing Schema
    -        Water front royalty
    -          Port Dues
    -          Berth Hire Charges
    -          Port terminal charges
    -          Surveyor charges
    Each of these conditions may have a separate Vendor, hence the Purchase Order creator will select each condition and assign the required vendor.
    Each of these conditions is subject to Service Tax, Educational Cess and Higher Secondary Educational Cess, the User want that separate service tax calculation be made available in the pricing schema for these individual conditions and the relevant vendor be assigned to these condition.  the service tax on individual conditions be paid to the relevant vendor along with the basic value for the condition.
    Separate Condition Types (15 nos.) for each of the above conditions for Service Tax, Educational Cess and Higher Secondary Educational Cess can be prepared and added in the pricing schema, the user will have to enter the percentages in the relevant conditions.
    The user wants that the Service Tax be automatically calculated for these conditions, instead of manually entering the same. Please guide how can this be achieved.
    Thanks in advance.
    AJ

    Hi,
    For this you have to maintain the all your charges in your pricing procedure along with each charge you have to maintain 3 condition types for service and chesses.
    Ex:
    step counter cond.type des.                   from                 to
    1 1 P000 Gross Price        
    1 2 P001 Gross Price        
    25 0 JM00 Water front royalty                 1    
    26 0 ser1 service                                  25    
    27 0 edu1 educationcess                      26
    28 0 edu2 se.edu.cess ;                        26
    29 0 jm01 Port Dues                                1
    30 0 ser1 service                                   29
    31 0 edu1 educationcess                       30
    32 0 edu2 se.edu.cess                           30
    like this you have to built your pricing procedure in a m/08. after that for you want the service tax automatically so for that you have to put the accesses sequence in you service condition types (ser, edu1,edu2).in m/06.
    After that you have to maintain info record for that material and import vendor. in me11 in that in condition tab you have to maintain percentage for ser, edu1, edu2 . the system will  calculate the service charges automatically.
    Thanking you,

  • Post stop condition duration

    Hi
    I one to collect 5 seconds of data prior to the start of a test, and then 30 seconds after the end.  So I have been using start and stop condition with pre and post logging options.  For the start condition, with 5 seconds pre condition every thing is fine, however the post stop condition of 30 sec does not occur and logging stops as soon as the stop condition occurs.  Screenshot of the start/stop condition page are attached with a copy of the project.
    Has any one any experience of this, what am I doing wrong?  Have I misunderstood the way this should work?
    thanks
    Mark
    Attachments:
    Start stop conditions.doc ‏320 KB
    F139 1lc3p3t4t v2.seproj ‏296 KB

    Hi James
    Thanks for looking at this, sorry for the delay in replying.  
    I have reattached the project file and a data set.  I've been messing around with the settings, but still no joy.  In the current project I am asking for 30s of data after the stop condition occurs but it still is not happening.  In Data View for 'P Red' the stop condiditon occurs as specified when the pressure goes below 1 bar, and then logging ceases a couple of seconds after that.  In the meta data for the logs it specifies the start and stop conditions, and it also specifies that I want 5 s pre start, however there is no mention of my post stop requirements 
    Does the 30s I specified really mean 30 seconds after the stop event, it wouldn't be something like stop after 30s or at the stop condition, which ever is longer?  Is it possible for you to look at the code or the logic in the programming of this feature?
    thanks
    Mark
    Attachments:
    F139 1lc3p3t4t v2.seproj ‏288 KB
    23092011_113247.zip ‏161 KB

  • In Weblogic admin server,in monitoring status the services status is SHUTDOWN,but the corresponding services are running fine

    Hi All,
    In WebLogic server when we checked the health status through monitoring tab. Initially ,we find the Analytic provider services and Essbase Administrative services were UNKNOWN.
    we tried restarting the specific services (stopped and started the "Stop Analytic Provider services(Oracle Weblogic 10)" ,"Stop Essbase Administration services (Oracle Weblogic 10)" ).it has no effect still the status remains same as "UNKNOWN". But the services are running fine and the EAS console also working fine.After that,we restarted the weblogic  hosting server. Now the status changed as "SHUTDOWN". Now also the services are running fine and the EAS console also working fine. How to make the health status of both the services to be RUNNING and why it is showing like this eventhough the services are working fine.?
    We have gone through the Oracle Document ID:1563358 which we felt relevant to this. Please guide through whether to apply patches. Our weblogic server version is 10.3.6.0.

    Hi,
    Patches in this document Doc ID 1563358.1 belongs to weblogic versions from 10.3.4 to 12.1.1  so is it your weblogic version is within this range?
    Kindly check your weblogic version using below commands.
    cd $DOMAIN_HOME/bin
    . ./setDomainEnv.sh
    $ java Weblogic.version
    Or for detail
    $ java Weblogic.version –verbose
    Regards,
    Jagx.

  • BB 9220 Curve- Internet Services are not working

    I had a problem with BB internet activation; My sim is already activated with BB BIS plan (pay as you go - etisalat UAE)
    I was under the impression that the brand new device must be having some issue and went for the replacement with the seller with a condition that it should be tested before the replacement billing; they are agreed and they tested with 3 new devices, all are brand new pieces and they opened packing infornt of me. I had the same issue, I could not get BB BIS service on any of these devices;
    The second part of troubleshooting; I put my sim in another handset which is already working with another sim but same provider. It just started working with my sim. All the services are active.
    I reported the same with the service provider as they told me to replace the handset and check. They are still working on this issue and now started blaming the device.
    I also contacted BB tollfree support and waiting their updates in this.
    What I have observed in both the cases
    New devices not pulling the service book entries from the service provider.
    Working BB device has already pulled those provider's provisioning service book entries and thats the reason it worked. ( I am forced to believe so)
    Anyone had come across such a situation before; please respond. I strongly believe the service book entries are pushed from the service provider, in my case thats not happening. Its a limited knowledge  the experience with the handset I did troubleshooting for the past one week. If I am wrong please correct me. thanks in advance.

    Hey raneeshcr,
    Welcome to the BlackBerry Support Community Forums.
    Thanks for the question.
    Can you send me a private message with your PIN number so I can investigate further?
    Thank you.
    -ViciousFerret
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Like! for those who have helped you.
    Click  Accept as Solution for posts that have solved your issue(s)!

  • What services are unavailable in the $19.99 version of Creative Cloud that I would find in the $49.9

    What services are unavailable inthe $19.99 per month version of creative cloud that I would find in the 49.99 per month version?

    The $19.99 plan is not the full Cloud - it's a Single App subscription. One app only. All the other apps are 30 day free trials then they stop working.
    If you choose to subscribe to Muse, and Muse alone, as a Single App subscription then it's $14.99/month.
    Click the Join button under Single App at https://creative.adobe.com/plans and click on each app to see their individual pricing.
    If you want more than 2 apps then the full Cloud is more cost effective.

  • Services are getting closed.

    Hi all,
    I do have SUN 420R with Solaris 9 with Oracle database and webbase application running.
    The services are to be started and stopped by the appliation shelll scripts.
    And when i tried to start them they are working fine. but they all runnig untill i close the window in
    which i have started. Soon after closing the window the services are getting closed .
    I tried several time but i could not .
    Somebody advised me to type "exit" and then close the window .
    but no use, still the problem stays like that only.
    CAN ANYBODY HELP ME IN this matter.............................??????????????????????
    Thanks in advance.

    nohup the shell script that you use to start the processes.
    man nohup
    will show you what you can do.

  • Data Transformation Services Execution Utility stopped working and was closed

    Hi,
    I had the SSIS packages (ETL job) working fine for a long time and then we moved the server/machine and ETL job keeps failing.
    The ETL job run number of packages. The ETL job fails for the first run then I set the retires and it works in 2nd or 3rd try on the ETL job but it fails daily for the first run where DTexec.exe crash (log pasted below)
    Server: Windows 2008 R2
    SQL Server:  SQL Server 2008 R2
    RAM 64 GB
    CPU cores 8
    we had the similar specs on previous machine and ETL job worked fine. Only difference is we have 2 SQL server instances now on same machine.
    I am suspecting it's an issue with ETL packages  but why it was working fine before for a long time and after machine move it keeps failing.
    Any thoughts?
    Version=1
    EventType=APPCRASH
    EventTime=130432662277734721
    ReportType=2
    Consent=1
    ReportIdentifier=f2ff88b6-cfc3-11e3-babd-005056997b14
    IntegratorReportIdentifier=f2ff88b5-cfc3-11e3-babd-005056997b14
    Response.type=4
    Sig[0].Name=Application Name
    Sig[0].Value=DTExec.exe
    Sig[1].Name=Application Version
    Sig[1].Value=2009.100.4263.0
    Sig[2].Name=Application Timestamp
    Sig[2].Value=5036ba73
    Sig[3].Name=Fault Module Name
    Sig[3].Value=DTSPipeline.dll
    Sig[4].Name=Fault Module Version
    Sig[4].Value=2009.100.4263.0
    Sig[5].Name=Fault Module Timestamp
    Sig[5].Value=5036ba53
    Sig[6].Name=Exception Code
    Sig[6].Value=40000015
    Sig[7].Name=Exception Offset
    Sig[7].Value=00000000000a33c5
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.1.7601.2.1.0.274.10
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=3081
    DynamicSig[22].Name=Additional Information 1
    DynamicSig[22].Value=7c29
    DynamicSig[23].Name=Additional Information 2
    DynamicSig[23].Value=7c290b53eb7940378e43b699d1de1f07
    DynamicSig[24].Name=Additional Information 3
    DynamicSig[24].Value=199e
    DynamicSig[25].Name=Additional Information 4
    DynamicSig[25].Value=199e6470d3145d6303fbe30033cf7038
    UI[2]=C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTExec.exe
    UI[5]=Check online for a solution (recommended)
    UI[6]=Check for a solution later (recommended)
    UI[7]=Close
    UI[8]=Data Transformation Services Execution Utility stopped working and was closed
    UI[9]=A problem caused the application to stop working correctly. Windows will notify you if a solution is available.
    UI[10]=&Close
    LoadedModule[0]=C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTExec.exe
    LoadedModule[1]=C:\Windows\SYSTEM32\ntdll.dll
    LoadedModule[2]=C:\Windows\system32\kernel32.dll
    LoadedModule[3]=C:\Windows\system32\KERNELBASE.dll
    LoadedModule[4]=C:\Windows\system32\ADVAPI32.dll
    LoadedModule[5]=C:\Windows\system32\msvcrt.dll
    LoadedModule[6]=C:\Windows\SYSTEM32\sechost.dll
    LoadedModule[7]=C:\Windows\system32\RPCRT4.dll
    LoadedModule[8]=C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_88e41e092fab0294\MSVCR80.dll
    LoadedModule[9]=C:\Windows\system32\USER32.dll
    LoadedModule[10]=C:\Windows\system32\GDI32.dll
    LoadedModule[11]=C:\Windows\system32\LPK.dll
    LoadedModule[12]=C:\Windows\system32\USP10.dll
    LoadedModule[13]=C:\Windows\system32\OLEAUT32.dll
    LoadedModule[14]=C:\Windows\system32\ole32.dll
    LoadedModule[15]=C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTEParse.dll
    LoadedModule[16]=C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_88e41e092fab0294\MSVCP80.dll
    LoadedModule[17]=C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTEPkg.dll
    LoadedModule[18]=C:\Windows\WinSxS\amd64_microsoft.vc80.atl_1fc8b3b9a1e18e3b_8.0.50727.6195_none_8a1dd9552ed7f8d8\ATL80.DLL
    LoadedModule[19]=C:\Windows\system32\PSAPI.DLL
    LoadedModule[20]=C:\Windows\system32\VERSION.dll
    LoadedModule[21]=C:\Windows\system32\IMM32.DLL
    LoadedModule[22]=C:\Windows\system32\MSCTF.dll
    LoadedModule[23]=C:\Windows\system32\CRYPTBASE.dll
    LoadedModule[24]=C:\Windows\system32\CLBCatQ.DLL
    LoadedModule[25]=C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTS.dll
    LoadedModule[26]=C:\Windows\system32\SHLWAPI.dll
    LoadedModule[27]=C:\Program Files\Microsoft SQL Server\100\DTS\Binn\dtsmsg100.dll
    LoadedModule[28]=C:\Windows\system32\CRYPT32.dll
    LoadedModule[29]=C:\Windows\system32\MSASN1.dll
    LoadedModule[30]=C:\Windows\system32\SXS.DLL
    LoadedModule[31]=C:\Windows\System32\msxml6.dll
    LoadedModule[32]=C:\Windows\system32\CRYPTSP.dll
    LoadedModule[33]=C:\Windows\system32\rsaenh.dll
    LoadedModule[34]=C:\Windows\system32\RpcRtRemote.dll
    LoadedModule[35]=C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DtsConn.dll
    LoadedModule[36]=C:\Windows\system32\SHELL32.dll
    LoadedModule[37]=C:\Windows\system32\mscoree.dll
    LoadedModule[38]=C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll
    LoadedModule[39]=C:\Windows\Microsoft.NET\Framework64\v2.0.50727\mscorwks.dll
    LoadedModule[40]=C:\Windows\system32\profapi.dll
    LoadedModule[41]=C:\Windows\assembly\NativeImages_v2.0.50727_64\mscorlib\88744044294787b99dd4a8704ab75a79\mscorlib.ni.dll
    LoadedModule[42]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System\af0a0b96a02f9925eb84392ee65a5cfa\System.ni.dll
    LoadedModule[43]=C:\Windows\assembly\NativeImages_v2.0.50727_64\Microsoft.SqlServer#\40937910f60adedfb214d89b989f929d\Microsoft.SqlServer.ManagedDTS.ni.dll
    LoadedModule[44]=C:\Windows\assembly\NativeImages_v2.0.50727_64\Microsoft.SqlServer#\f82fe091649105fb4de1195cb9da7438\Microsoft.SqlServer.DTSRuntimeWrap.ni.dll
    LoadedModule[45]=C:\Windows\assembly\NativeImages_v2.0.50727_64\Microsoft.SqlServer#\77e0f983055ea695867ca69afaecda79\Microsoft.SqlServer.SQLTask.ni.dll
    LoadedModule[46]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System.Xml\3975acf49313ceea1280da91f0383480\System.Xml.ni.dll
    LoadedModule[47]=C:\Windows\assembly\NativeImages_v2.0.50727_64\Microsoft.SqlServer#\80c6801f36d7c3e891323f6b53dccbcc\Microsoft.SqlServer.Msxml6_interop.ni.dll
    LoadedModule[48]=C:\Program Files\Microsoft SQL Server\100\DTS\Binn\ExecPackageTask.dll
    LoadedModule[49]=C:\Program Files\Microsoft SQL Server\100\DTS\Binn\Resources\1033\dtsmsg100.rll
    LoadedModule[50]=C:\Windows\system32\urlmon.dll
    LoadedModule[51]=C:\Windows\system32\api-ms-win-downlevel-ole32-l1-1-0.dll
    LoadedModule[52]=C:\Windows\system32\api-ms-win-downlevel-shlwapi-l1-1-0.dll
    LoadedModule[53]=C:\Windows\system32\api-ms-win-downlevel-advapi32-l1-1-0.dll
    LoadedModule[54]=C:\Windows\system32\api-ms-win-downlevel-user32-l1-1-0.dll
    LoadedModule[55]=C:\Windows\system32\api-ms-win-downlevel-version-l1-1-0.dll
    LoadedModule[56]=C:\Windows\system32\api-ms-win-downlevel-normaliz-l1-1-0.dll
    LoadedModule[57]=C:\Windows\system32\normaliz.DLL
    LoadedModule[58]=C:\Windows\system32\iertutil.dll
    LoadedModule[59]=C:\Windows\system32\WININET.dll
    LoadedModule[60]=C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll
    LoadedModule[61]=C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTSComExprEval.dll
    LoadedModule[62]=C:\Program Files\Microsoft SQL Server\100\Shared\instapi10.dll
    LoadedModule[63]=C:\Program Files\Microsoft SQL Server\100\Shared\SQLBoot.dll
    LoadedModule[64]=C:\Windows\assembly\NativeImages_v2.0.50727_64\Microsoft.SqlServer#\c9743c9d2ac43664c43d9a0b3fbb5548\Microsoft.SqlServer.DtsMsg.ni.dll
    LoadedModule[65]=C:\Windows\assembly\NativeImages_v2.0.50727_64\Microsoft.SqlServer#\5ef353725aeb5af35fb49c3f300c38b3\Microsoft.SqlServer.SQLTaskConnectionsWrap.ni.dll
    LoadedModule[66]=C:\Windows\assembly\NativeImages_v2.0.50727_64\Microsoft.SqlServer#\52f53ccfcc9570f1fd13f63d0a640e81\Microsoft.SqlServer.BatchParser.ni.dll
    LoadedModule[67]=C:\Windows\assembly\GAC_64\Microsoft.SqlServer.BatchParser\10.0.0.0__89845dcd8080cc91\Microsoft.SqlServer.BatchParser.dll
    LoadedModule[68]=C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_88e41e092fab0294\msvcm80.dll
    LoadedModule[69]=C:\Program Files\Common Files\System\Ole DB\oledb32.dll
    LoadedModule[70]=C:\Windows\system32\MSDART.DLL
    LoadedModule[71]=C:\Windows\system32\bcrypt.dll
    LoadedModule[72]=C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\Comctl32.dll
    LoadedModule[73]=C:\Program Files\Common Files\System\Ole DB\OLEDB32R.DLL
    LoadedModule[74]=C:\Windows\system32\comsvcs.dll
    LoadedModule[75]=C:\Windows\system32\bcryptprimitives.dll
    LoadedModule[76]=C:\Windows\system32\sqlncli10.dll
    LoadedModule[77]=C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.18201_none_a4d3b9377117c3df\COMCTL32.dll
    LoadedModule[78]=C:\Windows\system32\COMDLG32.dll
    LoadedModule[79]=C:\Windows\system32\NETAPI32.dll
    LoadedModule[80]=C:\Windows\system32\netutils.dll
    LoadedModule[81]=C:\Windows\system32\srvcli.dll
    LoadedModule[82]=C:\Windows\system32\wkscli.dll
    LoadedModule[83]=C:\Windows\system32\WS2_32.dll
    LoadedModule[84]=C:\Windows\system32\NSI.dll
    LoadedModule[85]=C:\Windows\system32\1033\SQLNCLIR10.RLL
    LoadedModule[86]=C:\Windows\system32\secur32.dll
    LoadedModule[87]=C:\Windows\system32\SSPICLI.DLL
    LoadedModule[88]=C:\Windows\system32\credssp.dll
    LoadedModule[89]=C:\Windows\system32\kerberos.DLL
    LoadedModule[90]=C:\Windows\system32\cryptdll.dll
    LoadedModule[91]=C:\Windows\system32\msv1_0.DLL
    LoadedModule[92]=C:\Windows\system32\ntdsapi.dll
    LoadedModule[93]=C:\Windows\system32\LOGONCLI.DLL
    LoadedModule[94]=C:\Windows\system32\security.dll
    LoadedModule[95]=C:\Windows\system32\schannel.DLL
    LoadedModule[96]=C:\Program Files\Microsoft SQL Server\90\Shared\instapi.dll
    LoadedModule[97]=C:\Windows\system32\mswsock.dll
    LoadedModule[98]=C:\Windows\System32\wshtcpip.dll
    LoadedModule[99]=C:\Windows\System32\wship6.dll
    LoadedModule[100]=C:\Windows\system32\DNSAPI.dll
    LoadedModule[101]=C:\Windows\system32\IPHLPAPI.DLL
    LoadedModule[102]=C:\Windows\system32\WINNSI.DLL
    LoadedModule[103]=C:\Windows\system32\rasadhlp.dll
    LoadedModule[104]=C:\Windows\System32\fwpuclnt.dll
    LoadedModule[105]=C:\Windows\system32\ncrypt.dll
    LoadedModule[106]=C:\Program Files\Microsoft SQL Server\100\DTS\Binn\SQLTaskConnections.dll
    LoadedModule[107]=C:\Windows\system32\ODBC32.dll
    LoadedModule[108]=C:\Program Files\Microsoft SQL Server\100\DTS\Binn\BatchParser.dll
    LoadedModule[109]=C:\Windows\system32\odbcint.dll
    LoadedModule[110]=C:\Windows\Microsoft.NET\Framework64\v2.0.50727\mscorjit.dll
    LoadedModule[111]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System.Data\5e957216f11830cbc49b4b30314e0e10\System.Data.ni.dll
    LoadedModule[112]=C:\Windows\assembly\GAC_64\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll
    LoadedModule[113]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System.AddIn\b3b4d44d80055c9e96909f153ff92fbc\System.AddIn.ni.dll
    LoadedModule[114]=C:\Windows\assembly\NativeImages_v2.0.50727_64\Microsoft.SqlServer#\5388ebc8e600ad2542d8afbef9559944\Microsoft.SqlServer.ScriptTask.ni.dll
    LoadedModule[115]=C:\Windows\assembly\NativeImages_v2.0.50727_64\Microsoft.SqlServer#\492ba64d2cb55aa910114c85c2327821\Microsoft.SqlServer.VSTAScriptingLib.ni.dll
    LoadedModule[116]=C:\Windows\assembly\NativeImages_v2.0.50727_64\Microsoft.VisualStu#\f3ab3bf00723d757396110ac3dc57a6d\Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.ni.dll
    LoadedModule[117]=C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTSPipeline.dll
    LoadedModule[118]=C:\Windows\assembly\NativeImages_v2.0.50727_64\Microsoft.SqlServer#\06aaaec444077ab8248b28b0bdf2c3b2\Microsoft.SqlServer.PipelineXML.ni.dll
    LoadedModule[119]=C:\Windows\assembly\NativeImages_v2.0.50727_64\Microsoft.SqlServer#\3dce1dfa4ea9d165471de3b83b82893c\Microsoft.SqlServer.SqlTDiagM.ni.dll
    LoadedModule[120]=C:\Windows\assembly\NativeImages_v2.0.50727_64\Microsoft.SqlServer#\4f58550979ad960c616b557266fbc5d0\Microsoft.SqlServer.Diagnostics.STrace.ni.dll
    LoadedModule[121]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System.Configuration\fed86e49fe95761085bf287f901f5b53\System.Configuration.ni.dll
    LoadedModule[122]=C:\Windows\assembly\NativeImages_v2.0.50727_64\Microsoft.SqlServer#\6f12b249b9bd278ddc1a5ea48fb1221e\Microsoft.SqlServer.DTSPipelineWrap.ni.dll
    LoadedModule[123]=C:\Program Files\Microsoft SQL Server\100\DTS\PipelineComponents\OleDbSrc.dll
    LoadedModule[124]=C:\Program Files\Microsoft SQL Server\100\DTS\PipelineComponents\OleDbDest.dll
    LoadedModule[125]=C:\Program Files\Microsoft SQL Server\100\DTS\PipelineComponents\TxDerived.dll
    LoadedModule[126]=C:\Program Files\Microsoft SQL Server\100\DTS\PipelineComponents\TxRowCount.dll
    LoadedModule[127]=C:\Program Files\Microsoft SQL Server\100\DTS\PipelineComponents\CommandDest.dll
    LoadedModule[128]=C:\Program Files\Microsoft SQL Server\100\DTS\PipelineComponents\TxSplit.dll
    LoadedModule[129]=C:\Program Files\Microsoft SQL Server\100\DTS\PipelineComponents\TxMergeJoin.dll
    LoadedModule[130]=C:\Program Files\Microsoft SQL Server\100\DTS\PipelineComponents\TxSort.dll
    LoadedModule[131]=C:\Program Files\Microsoft SQL Server\100\DTS\PipelineComponents\TxDataConvert.dll
    LoadedModule[132]=C:\Windows\assembly\NativeImages_v2.0.50727_64\Microsoft.SqlServer#\78f11d2ba751edf529c28ca8b012d697\Microsoft.SqlServer.PipelineHost.ni.dll
    LoadedModule[133]=C:\Windows\assembly\GAC_MSIL\KimballMethodSCD100\1.0.0.0__8b0551303405e96c\KimballMethodSCD100.dll
    LoadedModule[134]=C:\Windows\assembly\GAC_MSIL\SSISComponentUtilities\1.0.0.0__8b0551303405e96c\SSISComponentUtilities.dll
    LoadedModule[135]=C:\Windows\assembly\NativeImages_v2.0.50727_64\System.Drawing\868d117286ad259249f31d3fe813d39a\System.Drawing.ni.dll
    LoadedModule[136]=C:\Windows\assembly\NativeImages_v2.0.50727_64\CustomMarshalers\98e9b163a01ce659f1bb3d7ee15be7bf\CustomMarshalers.ni.dll
    LoadedModule[137]=C:\Windows\assembly\GAC_64\CustomMarshalers\2.0.0.0__b03f5f7f11d50a3a\CustomMarshalers.dll
    LoadedModule[138]=C:\Windows\system32\apphelp.dll
    LoadedModule[139]=C:\Program Files\Microsoft SQL Server\100\DTS\PipelineComponents\TxLookup.dll
    LoadedModule[140]=C:\Program Files\Microsoft SQL Server\100\DTS\PipelineComponents\TxUnionAll.dll
    LoadedModule[141]=C:\Windows\assembly\NativeImages_v2.0.50727_64\EnvDTE\4a689bff8b507e736eea8e5b2b21d42a\EnvDTE.ni.dll
    FriendlyEventName=Stopped working
    ConsentKey=APPCRASH
    AppName=Data Transformation Services Execution Utility
    AppPath=C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTExec.exe

    Hi Arthur,
    Yes both instances are same.
    Microsoft SQL Server 2008 R2 (SP2) - 10.50.4263.0 (X64)   Aug 23 2012 15:56:56   Copyright (c) Microsoft Corporation  Enterprise Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (Hypervisor)
    I have run the Main package using the using SQL Agent, main package calls the child packages.
    The error message shown on SQL agent job is:
    R6025  - pure virtual function call.  The return value was unknown.  The process exit code was 255.
    or sometimes 
    The step did not generate any output.  The return value was unknown.  The process exit code was -532459699.
    in the even log it says:
    Error Level:
    Event ID 1000
    Faulting application name: DTExec.exe, version: 2009.100.4263.0, time stamp: 0x5036ba73
    Faulting module name: DTSPipeline.dll, version: 2009.100.4263.0, time stamp: 0x5036ba53
    Exception code: 0x40000015
    Fault offset: 0x00000000000a33c5
    Faulting process id: 0x98c
    Faulting application start time: 0x01cf64ba9b72b27c
    Faulting application path: C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTExec.exe
    Faulting module path: C:\Program Files\Microsoft SQL Server\100\DTS\Binn\DTSPipeline.dll
    Report Id: e8eb9b4f-d0ad-11e3-babd-005056997b14
    Information Level:
    Windows error reporting  Event ID 1001
    Fault bucket , type 0
    Event Name: APPCRASH
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: DTExec.exe
    P2: 2009.100.4263.0
    P3: 5036ba73
    P4: DTSPipeline.dll
    P5: 2009.100.4263.0
    P6: 5036ba53
    P7: 40000015
    P8: 00000000000a33c5
    P9:
    P10:
    Attached files:
    These files may be available here:
    C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppCrash_DTExec.exe_ccc7a4e176faafbea69955957371ea96e175b_44c41e3e
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: e8eb9b4f-d0ad-11e3-babd-005056997b14
    Report Status: 4

  • SQL Cluster 2008 RTM related issue- One of the Node is automatically disabiling the Agent XP's. However, all SQL Services are running

    Hi All,
    Please help. I am having a Prodution SQL 2008 RTM Cluster with two nodes-where node 1 works without any problem.However, if i failover to node 2-Agent xp's are disabled automatically. When i verify the SQL Services are node 2 are running fine.
    Checked Agent.out file which did not give much info than below:
    2012-09-09 08:00:12 - + [162] Internal request (from SetJobNextRunDate [reason: schedule will not run again]) to deactivate schedule 47
    2012-09-15 06:50:30 - ? [131] SQLSERVERAGENT service stopping due to a stop request from a user, process, or the OS...
    2012-09-15 06:50:41 - ? [098] SQLServerAgent terminated (normally)
    I have verified that hardware and software of both nodes are identical. Still ,this issue persists always.
    Please let me know the solution for this. it really pressurise on Production having one node active and other not active.
    Harithasri

    sp_configure 'show advanced options', 1;
    GO
    RECONFIGURE;
    GO
    sp_configure 'Agent XPs', 1;
    GO
    RECONFIGURE
    GO
    Are the SQL Agent running under the same accounts?
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Blog:
    Large scale of database and data cleansing
    MS SQL Consultants:
    Improves MS SQL Database Performance

  • CS6 Service Manager has stopped working?

    Installed trial version and it seems to download but then when I try to use the program a pop up box that says Adobe CS6 Service Manager has stopped working keeps popping up.  How to fix?

    Which Adobe software in specific is giving you this error message?  Which operating system are you using?  Did you receive any error messages during the installation process?

Maybe you are looking for