CMS system remote connection going LIVE question

Hi,
we are starting CMS functionality in our SD module. CMS (Credit Management System) works remotely by an XI connection. When we switch to use CMS in production system, we have to transfer all opened orders (not yet invoiced) to CMS system.
How can we achieve it? Can program RFDKLI20 (t-code F.28) be used for this purpose? Does it require any settings to point out the CMS connection?
Thank you
/BR

please help

Similar Messages

  • Going Live Questions

    Hi there, just a couple questions about taking a site live.
    We've had a site for many years and I've just redesigned it and want to host it through BC. I have all that taken care of but since it's for our business, I want to change from our current host to BC off-hours so we don't miss any emails from clients and minimize the time our site is down.
    So my concerns are:  I assume everything is computerized now so can I change over the DNS settings on a Friday evening or weekend?  Just want to make sure Business Catalyst can do this over the weekend?
    Also, in browsing the tutorials, I have come up with 2 different sets of DNS names:  one is ns01.businesscatalyst.com and the other set is ns1.worldsecuresystems.com.  Are they the same?  Should I use one rather than the other?
    Thanks so much for any help you can give!
    Annette

    Hi Annette,
    You'll need to decide who you want to host with and not change afterwards. 
    So if wanting to host with BC please update the NS records to the ns1, ns2 records found below.
    - http://helpx.adobe.com/content/help/en/business-catalyst/using/change-site-domain.html
    The ns01 and ns02.businesscatalyst.com records should not be used. 
    After your DNS changes provide us the site in question so we can check your set-up.  This should work within minutes after you've updated.  However propagation does vary which we do not control so sometimes it may take longer for the site to fully display once you've updated the DNS for your domain. 
    Kind regards,
    -Sidney

  • Remote connection, screen sharing, etc question

    I'd like to remotely connect to my desktop either from a PC or another mac that isn't on my local network. I have a domain name registers, and i'd like to use this domain (godaddy.com) and just be able to type afp/smb/ssh (depending on if I'm on a mac or pc) and hhtp://www.mydomian.com and instantly get to my computer to change downloads and get files from an external drive, my OSX main disk, etc. I have a MobileMe account to, if thats any help. if I cant use my domain and somehow point it to my dynamic IP, I can use dyndns.
    thanks

    how would I set this up? do I forward 5900 (is that the ssh port?) and 22 on my router? or after that type ssh www.mydomain.com:5900? I'm not sure how to enable the ssh capability. I have remote management, screen sharing, file sharing, remote login, and web sharing enabled in settings, do i need anything else enabled, which ports exactly should I enable?
    Assuming you want to maintain secure connections over the internet, I would suggest configuring your home router to forward a random high numbered port to your target home system's port 22. Most home routers allow this, but how to do it varies from manufacture to manufacture. A Google Search will most likely find instructions for your model router.
    So lets assume you choose internet port 12345 to forward. Making an connect to your home system from the outside world would looks something like:
    ssh -p 12345 [email protected]
    That gives you an interactive shell login to your system.
    If you wish to tunnel a screen sharing VNC session you would use something like:
    ssh -p 12345 -L 5901:localhost:5900 [email protected]
    Then using your VNC client of choice you would connect to
    localhost:5901
    Your VNC client would then talk to local port 5901, ssh would send this to the remote system's port 5900 which is the default VNC server port.
    Using ssh to tunnel other protocols is done in a similar way, only the ports used will be different. Since I have only personally tunneled screen sharing, I'm not going to try to explain how to tunnel other protocols.
    NOTE: You can specify as many ssh -L options on the command line as you like. Also the SSHTunnel utility can help you setup ssh tunnels.

  • How to set up VPN using MAC OSX 10.4.11, Please help I need someone to help me set up VPN using regular DSL connection on my home so someone can help me troubleshoot my XSAN system remotely. THANKS

    Hello,
    I'm having trouble setting up a VPN using MAC OSX 10.4.11 Server. I have and XSAN system and one of my volumes has been down for quite a while now. There is a very kind MAC IT professional that is willing to help be troubleshoot my system but he needs to be able to access my system remotely. I am able to connect the MDC to DSL but I haven't been able to set up the VPN. Please help, this is an emergency. Thanks!
    Marco

    have you forwared the ports on your router? Why not let him in via teamviewer? its free and mac compatable

  • I have a Comcast system and am going through a Bose amp for sound.  The comcast box has an HDMI port which I've used for the Apple TV connection.  Nothing works! Help.

    have a Comcast system and am going through a Bose amp for sound.  The comcast box has an HDMI port which I've used for the Apple TV connection.  Nothing works! Help.

    Thanks.  Thought that would be the solution but for my wall mounted TV it's going to be a problem but many thanks for your reply.....

  • A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (p

    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that
    the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)(Microsoft SQL Server, Error: 2)
    The system cannot find the file specified
    Cannot connect to COWBOYS.
    Here are the technical details===================================
    A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
    Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=2&LinkId=20476
    Error Number: 2
    Severity: 20
    State: 0
    Program Location:
       at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
       at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover)
       at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
       at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer
    timeout)
       at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
       at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance,
    SqlConnectionString userConnectionOptions, SessionData reconnectSessionData)
       at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
       at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
       at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
       at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
       at System.Data.SqlClient.SqlConnection.Open()
       at Microsoft.SqlServer.Management.SqlStudio.Explorer.ObjectExplorerService.ValidateConnection(UIConnectionInfo ci, IServerType server)
       at Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectionThreadUser()
    ===================================
    The system cannot find the file specified
    I have tried from so many forms. This is so frustrating. Thank for everyone/anyone who wants to help. So this is what happened: I had to uninstall my previous sqlserver 2012(which worked great) for some reason, and I uninstalled everything from that download.
    Then I installed the trial edition of sql server 2012 (64 Bit) and It wouldn't connect to the database. (Error mentioned above.) My local DB is COWBOYS. (COWBOYS is also my computer name.) After this, I have tried downloading sqlexpress and sqlserver 64bit
    many times and cannot connect to my local DB. 
    How do I connect to my Local DB? 
    Also, I think this might help: (When I run sqlserve.exe, which I was able to find in C:\Program Files\Microsoft SQL Server\110\LocalDB\Binn, I get an error: Your SQL server installation is either corrupt or has been tampered with(Error getting
    instance ID from name). Please uninstall then re-run setup to correct this problem.
    I would happily re install it, if it wasn't my 20th time.
    I don't have any remote connections, I don't use username/password, only window authentication. I work mostly on visual studio, but without able to store /retrieve data, I don't know how to survive.
    May be the solution is very simple, but I am too frustrated. 
    Some of the things I have tried:
    From a command prompt, enter one of the following commands:
    net start "SQL Server Agent (MSSQLSERVER)" OR 
    net start "SQL Server Agent(instancename)"(for instance)
    on my sql configuration, I cannot start anything because there is nothing there to start. I can post more details, if that would help. Also, some more details about the error:
    Details
    Product:
    SQL Server
    ID:
    2
    Source:
    MSSQLServer
    Version:
    10.0
    Component:
    SQLEngine
    Message:
    An error has occurred while establishing a connection to the server. When connecting to SQL Server, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error:
    40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    Explanation
    SQL Server did not respond to the client request because the server is probably not started.
    User Action
    Make sure that the server is started.
    Version:
    9.0
    Component:
    SQLEngine
    Message:
    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error:
    40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
    Explanation
    SQL Server did not respond to the client request because the server is probably not started.
    User Action
    Make sure that the server is started.
    Any one that can help me, I will be greatful. Thank you so much. p.s. please ask me anything if you have any questions.

    It sounds like there are a couple things going on here.  First check if you have a successful install of SQL Server, then we'll figure out the connection issues.
    Can you launch SQL Server Configuration Manager and check for SQL Server (MSSQLSERVER) if default instance or SQL Server (other name) if you've configured your instance as a named instance.  Once you find this, make sure the service is started. 
    If not started, try to start it and see if it throws an error.  If you get an error, post the error message your hitting.  If the service starts, you can then launch SSMS and try to connect.  If you have a default instance, you can use the machine
    name in the connection dialog.  Ex:  "COWBOYS" where Cowboys is the machine name.  However, if you named the SQL Server instance during install, you'll need to connect using the machine\instance format.  Ex:  COWBOYS\Romo (where Romo
    is the instance name you set during install).
    You can also look at the summary.txt file in the SQL Server setup error logs to see what happened on the most recent install.  Past install history is archived in the log folder if you need to dig those up to help troubleshoot, but the most
    recent one may help get to the bottom of it if there is an issue with setup detecting a prior instance that needs to be repaired.
    Thanks,
    Sam Lester (MSFT)
    http://blogs.msdn.com/b/samlester
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and
    "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • Going live check for SAP upgrade projects

    Hello,
    I am interested in "going live check" service and procedures for my upgrade projects. May I find any documentation? Do I have to pay for it?..
    Thanking you in advance and a happy new years!
    Kind regards
    Nilüfer Çalışkan

    Hi Nilufer,
    The following Input as follows :
    Source : http://www.thespot4sap.com/upgrade_guide_v2.pdf
    This service is included as part of your annual maintenance fee.
    The underlying concept of the SAP GoingLive Functional Upgrade Check is
    to ensure smooth operation of your mySAP.com solution by taking action
    proactively, before severe technical problems occur.
    The GoingLive Functional Upgrade Check is made up of three sessions
    (Planning, Analysis and Verification)—two sessions (Planning and Analysis)
    before the upgrade and the other (Verification) after the upgrade.
    Planning Session: This session should be performed as much in advance as
    possible when the upgrade is first being considered.
    Analyses compatibility for the target release with regards to connected
    systems in the Solution Landscape, OS version, DB version, installed Add-
    Ons, Plug-ins, Country Versions, and so on.
    Analysis Session: It is generally performed two months before the
    production upgrade (consider lead time for hardware procurement).
      The focus is on resource planning and system configuration.
      There is a high-level hardware plausibility check (this is not a hardware
    sizing exercise).
      Potential resource bottlenecks are identified.
      Necessary changes will be recommended to prepare the system for the
    productive use of the new release.
    38 SAP Upgrade Guide | Simplifying Your Upgrade
    Verification Session: Generally performed four to six weeks after the
    production upgrade, and the recommendation from the analysis session
    implemented.
      Comparison of performance with results prior to upgrade
      Recommendations on configuration and optimization
    More information and ordering . For more information, see the GoingLive
    Functional Upgrade Check web page at:
    <b>http://service.sap.com/goinglive-fu</b>
    To order a GoingLive Functional Upgrade Check, contact SAP Customer Care
    Center at least eight weeks prior to the planned upgrade of your production
    system.
    For customers of value-added resellers (VARs) such as CBS customers in the
    US, special conditions apply. Contact your VAR.
    Remote Upgrade Service
    Remote Upgrade Service is a technical upgrade that is performed by SAP
    remote consultants. Pricing is based on the complexity of the customer’s
    environment.
    SAP performs the technical upgrade of your system, allowing you to focus on
    the functional and training side of the upgrade. You are still responsible for
    resolving object conflicts.
    See SAP Notes 106447 and 84044.
    The Remote Upgrade Service is an attractive option for CBS sized customers
    with small or non-existent mySAP Technology group.
    For more information see the Remote Upgrade Service web page at:
    http://service.sap.com/remoteupgrade
    Resources
    The following list shows some of the resources you can use as you prepare for
    your upgrade of SAP. These resources include:
      Your installation partner
      Customers and others you have networked with at customer functions and
    conferences such as:
    • ASUG
    Hope this Info helps you.
    <i>Advanced New Year wishes.</i>
    Br,
    Sri
    Award points for helpful answers

  • Going live check service

    hello all!
    who knows the procedure of  receiving "going live check session service" or something about the 'going live check '
    Can anyone help me,or where i can find the document about it!
    best regards.
    zokii

    SAP Going Live Analysis session is performed before start of major upgrade activities/migration etc. This pre session is performed before your task giving source system information and target system information and SAP runs the session based on that.
    SAP Post GoLive analysis check is performed after your change and target system creation. Post session is to find out optimum settings for your system in terms of performance and other parameters or if you missed any specific settings etc.
    You can request for both pre and post sessions via opening of message via SAP marketplace. They will send you a questionnaire to fill out with your system details. Once you send that sap will mark a date for the session in your system. You have to open remote connection/HTTP URL / WTS as required with login details to your system.
    Regards,
    Sandeep.

  • Thinking of making the switch--Will I be able to remotely connect?

    I'm yearning to return to the Apple fold having left years ago after owning mutliple Apple ][ +'s, e's, c's and GS's. I've been in the PC environment for years but want to come back. I currently use PC's in three locations: at work, at my primary home and my secondary home. I work at a university and do a lot of work from home--my primary home during the academic year and my secondary home during the summer. I currently use Windows XP Pro and the Windows Remote Desktop allows me to connect directly to my work computer for everything, email, file manipulations, creation of Word, PowerPoint, etc., so to others it appears I'm in the office for everything--if only I could get it to answer my phone!
    It's time for me to replace my computer at the office and I have the opportunity to get a very capable Mac Pro and I really want to do this, but I can't without figuring out the work from home connection. I've read a little about the Apple Remote Desktop but it seems to be way more than I need--it's an IT systems administrator tool.
    I can probably upgrade at my primary home later this year but the opportunity to make the change at work will be near term as we approach the end of our fiscal year (30 June). And I probably cannot personally afford Macs at both my primary and secondary homes this year. So my question is two fold:
    1-for the long term, if I did have Macs at all three locations, could I remotely connect to my work desktop and work from home?
    2-for the short term, if I had a Mac Pro at work but Windows XP Pro machines at home, is there any technology that would allow me to connect from my Windows PCs at home to my Mac desktop at work?
    Sorry for the long post, but I'm trying to figure out how to come back...

    ARD is nothing more than VNC.
    1) Yes, but it will be PAINFULLY slow since you'll need to use VNC. ARD uses uncompressed (and with no encryption) VNC, but you can get 3rd party VNC servers and clients (Chicken of the VNC, Vine, etc.).
    2) Yes, you will need to use VNC. Again. Painful. Slow. Now, if you wanted to connect from a Mac to an XP Pro box, you could use Remote Desktop Connection (RDP) from Microsoft (http://www.microsoft.com/mac). That is fairly quick.

  • Solution manager Remote Connection issues

    Hi
    I'm currently in the process of setting up Solution Manager 7.1 on windows Server 2008r2 using central system.
    I did the prerequisite check & the Solman installation and i'm actuallly working on the post-installation steps.
    I'm experiencing difficulty with the step : "Configure Remote Connection to SAP".
    I followed the informations provided on :   http://service.sap.com/remoteconnection
    In the technical prerequesite you have to set up a connection to sap support.
    So i have to choose a connection type : I selected Internet connection so my first question is : do we need "VPN with SNC" or "VPN OR SNC" ?
    I personnaly understood VPN or SNC.
    So from here i decided to use SNC.
    The first step was to set up & configure the SAProuter. I decided to do it on an another computer on the same domain ( not on the same computer where Solution Manager is installed ) but i'm not sure it is necesary
    I assume I can install Saprouter on the same location as the Solution manager? do you recommend it ?
    The Basic Functions testing with niping is working.
    The next step is : "establish Internet Connections"
    So now i can choose between SNC or VPN : my goal is to establish the connection as fast as possible.
    I actually don't have a switch available ( i can get one if necesary but time is running ... ) so i'm opting for the SNC solution.
    I tryed to get the certificate for the saprouter but i don't have a register SAProuter, but when i opened a customer messager for component  XX-SER-NET, SAP answered about the impossibility to access SAP service Backbone with an SNC , saying that i will need to register a VPN site to site connection to SAP => i don't get it .... Can someone explain it to me ?
    So please can one of you guru's tell me how to set this remote connection :
    -which materials ( server / switch / firewalls ) ?
    -where to get the right documentation ?
    -What about DMZ ?
    -I have a single IP Address is that enough ? ( setting up nat for port  3299 )
    - do i have to contact a service provider ?
    My idea was initially to set up the SAProuter on the same computer as the SOLMAN setup & use SNC communication  to communicate with SAP but it doesn't seems that easy. Do i need separate installation for Saprouter <=> Solution Manager. ?
    What's the minimal infrastructure to establish this connection ?
    In addition to that, after configuring the SAProuter, i had trouble with the SAPMMC : on my system , on the instance 0 , the process disp+work.EXE  won't run ( yellow light )and i can't find where i made a mistake if you have suggestions ...
    Really need your help, i'm on a short deadline ... Any help, even incomplete, would be appreciated.
    Thanks a lot.

    Thx for the answer.
    I actually managed to register my saprouter with SAP and was granted with CN/OU & connection informations.
    I followed this guide : http://service.sap.com/saprouter-sncdoc  with the addition of this guide : http://wiki.sdn.sap.com/wiki/display/Basis/SAProuterviaSNC.
    My first issue : I'm running with a Windows server 2008 r2 enterprise edition 64 bits with a processor Intel Xeon 2.4ghz ( dualcore). so i decided to use the crypto folder "nt-x86_64"
    For the environment variable i set as System variables SECUDIR = C:\usr\sap\saprouter and SNC_LIB = C:\usr\sap\saprouter\nt-x86_64\sapcrypto.dll 
    The generation/install of the certificate is alright ( sapgenpse get_my_name -v -n Issuer is OK )
    using the command :saprouter -r -K "p:CN=mycn, OU=myOUnbr, OU=SAProuter, O=SAP, C=DE" i have
    I get the following message :  trc file     dev_rout
                                                    no ligging active
    Its strange cause it looks like its running but when i check the services running on windows saprouter isn't started .... How to know if SAProuter is running right ?
    If i folow the SAP procedure : Step 3 : test of the ip connection by the customer : SAP Remote Services : technical preparation ( see SAP Note 812386 ) : it's ask in the note to implement note 766505 via SNOTE : i get the following error msg : Error in remote connection to destination SAPOSS : Error when opening an RFC connection ( LB: Hostname or service of the message server unknown#DEST = SA
    What's wrong ?
    If i use T oss1 in parameter => technical setting => i set my saprouter info in SAProuter 1 ( at customer site ) with instance no. 99 and if SAProuter and SAPNet Message Server at SAP i put the following : Name : sapserv2 / IP Address 194.39.131.34 intance no. 99 and message server name oss001/ DB Name 001/ Instance no.01.
    When trying to "Logon to SAPNet"  i have an error Unable to connect to SAPNet message server ( default connection will be used ... ) 
    and followed by the error screen : "partner '80.15.173.168:sapdp99' not reached WSAECONNREFUSED : Connection refused. do you want to see the detailed error description ? "
    Details : module nixxi.cpp / line 3286 / Method : NipConnect2:80.15.173.168:3299 / Return code : -10 / System call : connect / Error No : 10061 / Error Text WSAECONNREFUSED: Connection refused / Counter : 10
    Any idea ?
    when doing niping.exe -c -H /H/mylocalSR/H/194.39.131.34/H/194/39.131.34 i obtain :
    Wed Dec 07 21:20:09 2011
    connect to server o.k
    Wed Dec 07 21:20:09 2011
    send and receive 10 messages (len 1000)
    times -
    avg   122.148 ms
    max   193.731 ms
    min   81.564 ms
    tr 15.990 kB/s
    excluding max and min :
    av2   118.273 ms
    tr2   16.514 kB/s
    Is it the expected output ?
    I've maintained system data in service.sap.com/system-data ( selecting the sap router ) then i tryed to use the SAP service connection, downloaded the .exe but i can't find the stfk.oez. I realized that in my maintain connection screen i have no space for entering any routestring. Seems wrong ?
    Do i have to use the SAO?
    i've made nat redirection from my router as this : from my public ip to my lan ip ( 192.168.x.x) what should i enter in the routestring : /H/public or lan or hostname ?/S/3299 ?
    Hoping you can help me ! ( the goal of all this is to set up RFC connection for postinst step of Solution manager ).
    Edited by: BLANCHARD Guillaume on Dec 7, 2011 10:47 PM

  • Need some help after inserting CMS system

    Hi on my site ive inserted an CMS system from Cushy. It all work that isnt the problem. The problem is that my page is a mess now.. The only thing ive addes is a cms code so im hoping the solution isnt hard to do.
    There are three pages that are complete changed.
    The home page
    http://www.vakantiewoningeninsuriname.nl/index.html
    The text colomn right under is moved.How can i place this back?
    on http://www.dorff.nl/ you can see how it was before i add the CMS.
    The next page is:
    http://www.vakantiewoningeninsuriname.nl/bezienswaardighedenparamaribo.html
    You can see there is a lot extra space between the head and the text. And you see that the text is not only at the right side anymmore.
    This is how it should be:
    http://www.dorff.nl/bezienswaardighedenparamaribo.html
    The same goes for this page:
    http://www.vakantiewoningeninsuriname.nl/prijzen.html
    And this is how it have to be:
    http://www.dorff.nl/prijzen.html
    Hope you can help, thank you for looking..
    Regards Brian

    Dear Nancy,
    Thank you for your response,
    I will try to explain again what is wrong. On my site you see this page:
    http://www.vakantiewoningeninsuriname.nl/prijzen.html
    Problem is that the picture below is on the right side of the page instead of the left like the other pictures.
    On:
    http://www.dorff.nl/prijzen.html
    You can see how it should looks.. Pictures to the left and text on the right. Dont know what happened when im adding the Cuschy CMS. Hope you can see what is wrong.
    Regards Brian
    Date: Wed, 2 May 2012 13:04:14 -0600
    From: [email protected]
    To: [email protected]
    Subject: Need some help after inserting CMS system
        Re: Need some help after inserting CMS system
        created by Nancy O. in Dreamweaver - View the full discussion
    Change this:
    Prijzen
    Bij ons kunt u terecht met elk budget. Wij hebben woningen voor mensen die een langere tijd blijven maar ook voor vakantiegangers. Daarom hebben wij verschillende prijzen gehanteerd.
      to this: <!Begin CushyCMS>
    h2. Prijzen
    Bij ons kunt u terecht met elk budget. Wij hebben woningen voor mensen die een langere tijd blijven maar ook voor vakantiegangers. Daarom hebben wij verschillende prijzen gehanteerd.
    <!end CushyCMS>   Nancy O.Alt-Web Design & PublishingWeb | Graphics | Print | Media  Specialists  http://alt-web.com/http://twitter.com/altweb http://alt-web.blogspot.com/
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4374962#4374962
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4374962#4374962. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • SEM going live activities

    Hi SEM folks,
    I would like to have your 2cents on what activites are necessary for going live phase & just prior to that for SEM. Eg. aspects to check. Any tedious activities requiring more SEM / BW support personnel. CPM / BSC / BPS / BCS aspects?
    I know the question is a bit too general but I am not sure what tasks need to be performed for SEM just prior to and going live. Would clients need to engage additional SEM consultants at this point? Any system health check required on BW?
    rgds,
    Bryan

    Bryan,
    Check out the SEM performance guide on SDN or service.sap.com - I think it was under BPS knowhow.
    Marc Bernard also did an excellent presentation at BW and Portal conference on Performance and you can find it at on SDN on
    https://www.sdn.sap.com/sdn/events.sdn?page=bwnp_2005_catalog.htm
    "Performance Tuning Tools and Techniques for SAP BW Business Planning and Simulation (BW-BPS)"
    Some good transactions to know at BPS_stat0, BPS_stat1, STAD, etc.
    Also check OSS notes since there is a performance benchmark test you can do and it was outlined in an OSS note.
    Hope this helps,
    Mary

  • Remote Connection??

    My Mother-in-law just recently lost her husband to cancer. My Father-in-law turned me onto Mac's several years ago, until recently, though, I wasn't able to purchase one. Now that I have my Mac Book Pro, I love it!!
    Here's my question. She lives in Illinois and we live in Texas. We both have broadband connections. There are literally hundreds of items on his desktop and I can't be there to help her navigate through all of his clutter and it's just to confusing to try and talk her through it over the phone. Is there a way for me to remotely connect to her Mac from mine?

    You can use any of the free VNC client/server packages available, or purchase Apple Remote Desktop: http://www.apple.com/remotedesktop

  • Remote connection, open new tab

    Hi,
    I'm a long time Linux user and recently switched to a Mac at work. Everything is going well except for one thing. I'm trying to avoid retraining muscle memory and also trying to avoid potentially millions of keystrokes per year.
    My problem is that I cannot find a way to open a remote connect in a new terminal tab. My workaround is to open a new tab and issue the ssh command. You see here that over time the extra keystrokes required will be HUGE, especially considering that some of the hosts that I ssh to have names like server.businessunit.location.network.domain.
    So, am I missing something? Is there a way to open a remote connection in a new tab by simply clicking a couple of times similar to how it would be done in gnome-terminal? If there isn't, I'd like to request that functioanlity.
    Thanks,
    New Mac User Love Linux Long Time But Using Mac at Work and Maybe Home Someday

    Another option is to use iTerm <http://iterm.sourceforge.net>
    It allows you to maintain a bookmark list of systems where each one can have its own ssh command for making the connection.
    You can also bind a hotkey to a given bookmark (cmd-ctrl-letter) and create a new tabbed session, that then ssh's into the remote system.
    Some people like iTerm. Some do not. If you find it interesting, play with the fonts, play with the options, and see if it will work for you.
    But if you still want to stay with Terminal, you can also do something like:
    open -a Terminal ssh://[email protected]
    This can be run from from a terminal session, it can be run via an Applications -> Automator -> Run Shell Script workflow saved as a double clickable application. Or you could write an Applescript to run the command. Or you can get Platypus (free download) to turn any script into a double-clickable appliation.
    The downside is that this appears to create a new Terminal window, and not a new tab.
    Message was edited by: BobHarris

  • Workflow configuration error - System Account connection test failed

    Hi,
    Has anybody faced a problem with Workflow configuration? The version we are using is 2.6.2 on Oracle database 9.2.0.5 on AIX5L. The workflow installation from 9.2.0.1 installation CDs goes through without any problem. But when the workflow configuration tool comes up it fails with the following error.
    "SYSTEM account connection test failed".
    The system and sys accounts are fine as verified by sqlplus. Any help is greatly appreciated.
    The log file is shown below.
    Workflow Configuration Assistant-AIX
    WorkflowCA:
    WorkflowCA: Workflow Configuration in progress...
    WorkflowCA:
    WorkflowCA: Screen width -2304-, screen height -1024-
    WorkflowCA: Graphics User Interface mode
    WorkflowCA:
    WorkflowCA: Language - US
    WorkflowCA:
    WorkflowCA: Start testing connection, which takes less than 3 minutes.
    WorkflowCA:
    WorkflowCA: Account connection test for SYSTEM
    WorkflowCA: SQL Thread: Thread[TstSQL,5,main]
    WorkflowCA: chkSQL: true
    WorkflowCA: cmdLine: /app/oracle/product/9.2.0/bin/sqlplus system/<Masked Password> @/app/oracle/product/9.2.0/wf/sql/wftstcon.sql
    WorkflowCA: envVar[0]: -ORACLE_SID=rsdb-
    WorkflowCA: envVar[1]: -ORACLE_HOME=/app/oracle/product/9.2.0-
    WorkflowCA: envVar[2]: -WF_RESOURCES=/app/oracle/product/9.2.0/wf/res/wfus.res-
    WorkflowCA: envVar[3]: -TZ=EST5EDT-
    WorkflowCA: envVar[4]: -WF_NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1-
    WorkflowCA: envVar[5]: -PATH=/app/oracle/product/9.2.0/bin:/app/oracle/product/9.2.0/lib:$PATH-
    WorkflowCA: envVar[6]: -LD_LIBRARY_PATH=/app/oracle/product/9.2.0/lib-
    WorkflowCA: envVar[7]: -WF_TNS_ADMIN=/app/oracle/product/9.2.0/network/admin-
    WorkflowCA: envVar[8]: -WF_SHLIB_PATH=/app/oracle/product/9.2.0/lib-
    WorkflowCA: Exit Val : 126
    WorkflowCA: chkSQL is alive after 1 seconds: false
    WorkflowCA: SYSTEM account connection test failed.
    WorkflowCA: Terminating...
    Thanks,
    Chethan

    We had this problem on 2 machines.
    On the 1st machine, we tried the local install option after a few days (Local option with no connect string) and it worked with no problems!
    On the 2nd machine, we could never get it to work even after opening a tar with Oracle. Finally we did a remote install from the 1st machine into the database on the 2nd machine. During the remote install while running wfinstall on the 1st machine, we just had to choose the remote option and the database service name for the connect string.
    Thanks,
    Chethan

Maybe you are looking for