SLD connection need to made for the ECC apps system or ECC DB system

hi Friends,
We have installed the ECC 6.0 . But the ECCAPP is installed in one system and ECC Database is installed in different system.
So , From portal we are planning to run some webdynpro iViews. Which are required to connect the ECC system for getting the data. Please let me know should i prepare the SLD connection for the ECCDB system or ECCAPP system.
Regards
Regards

Hi,
You can very well create SLD system for ECCAPP and internally it will connect to the database. direct database connectivity is not required in the SLD.
Regards,
Sanjeev Mourya

Similar Messages

  • I am using Leopard but need  Mountain Lion for the Mac App Store.  How do I get Snow Leopard to be able to upgrade to Mountain Lion?

    I am currently using Leopard but need Snow Leopard to be able to get Mountain Lion. I can see this is no longer available from Apple.  How would I get it so I could then get Mountain Lion. I want the Logic 9 Mac App Store App as I don't want to have to buy the whole Logc 9 from Studio 8.
    Some help would be much appreciated.
    Thanks
    Adam

    Upgrading to Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99. To access the App Store you must have Snow Leopard 10.6.6 or later installed.
    If you need to purchase Snow Leopard contact Customer Service: Contacting Apple for support and service. The price is $29.00 plus tax. You will receive physical media - DVD - by mail.
    Third-party sources for Snow Leopard are:
    Snow Leopard from Amazon.com
    Snow Leopard from eBay
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store.
    If you need to purchase Lion contact Customer Service: Contacting Apple for support and service. The cost is $19.99 (as it was before) plus tax.  It's a download.
    Be sure your computer meets the minimum requirements:
    Apple - OS X Mountain Lion - Read the technical specifications.
    Macs that can be upgraded to OS X Mountain Lion
    iMac (Mid 2007 or newer)
    MacBook (Late 2008 Aluminum, or Early 2009 or newer)
    MacBook Pro (Mid/Late 2007 or newer)
    MacBook Air (Late 2008 or newer)
    Mac mini (Early 2009 or newer)
    Mac Pro (Early 2008 or newer)
    Xserve (Early 2009)
    Are my applications compatible?
    See App Compatibility Table - RoaringApps - App compatibility and feature support for OS X & iOS.
    For a complete How-To introduction from Apple see Apple - Upgrade your Mac to OS X Mountain Lion.

  • TS3048 Tiny green light continues to blink and no connection is ever made on the screen for both Keyboard and Mouse

    After doing the steps http://support.apple.com/kb/TS3048#1 both keyboard and mouse tiny green light continues to blink and no connection is ever made on the screen.  What could the problem be?  Items are only 4 months old.

    Hello:
    Try resetting the PRAM and SMC.  You will need a KB to reset the PRAM, but the SMC may be reset without any peripherals.
    Barry

  • Errors using weblogic sql driver: "No JDBC connection can be made because the transaction state is marked rollback"

    One of our customers starts to encounter this error message recently.
    We checked our log files. It seems that the error happens when
    to obtain a jdbc connection. Have anyone seen similar problems
    and knows how to fix it? thanks in advance.
    We are using weblogic server 6.1sp2, and weblogic sql type 4 driver.
    The functions that invoke the jdbc calls are stateless session bean
    methods with their transaction attributes marked as Required.
    There is no nested calls of these methods.
    A partial stack trace we obtained is as following:
    java.sql.SQLException: No JDBC connection can be made
    because the transaction state is
    Marked Rollback
         at weblogic.jdbc.jts.Connection.getOrCreateConnection(Connection.java:586)
         at weblogic.jdbc.jts.Connection.prepareStatement(Connection.java:115)
         at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.java:135)
         at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:76)
    lixin

    Joseph Weinstein <[email protected]> wrote:
    >
    >
    YuanHui Liu wrote:
    Joe,
    We got the exact same error message. The error came after we got theJDBC connection,
    and trying to create statement off it.
    It occurs intermitently when we are running another standalone JAVAapp to do
    some end of day work, which results in the DB Server being very busy(90+%CPU
    usage) for about 5 minutes. We see a surge of requests to the WLSJDBC Connection
    pool. This would sometimes result in all our subsequent DB requeststo fail and
    lead to a crash.
    We are using WLS6.0SP1. I do not think there's a 30 seconds wait leadingto a
    connection timeout that caused this(rather it is the end effect).
    Can you give us a more detailed explanation? Is there a miscommunicationbetween
    our DB(Sybase12) and WLS?Hi. It looks to you like it's after you get the connection, but really
    it's when the server is
    gettng the pool connection. For performance/synchronization reasons we
    do a clever
    delay: When your code asks for a pool connection we quickly give you
    the pool wrapper,
    but we delay actually reserving the real underlying DBMS connection until
    your first
    real need for a connection, at your first JDBC call, such as createStatement()
    etc.
    It is while waiting for a pool connection long enough for the transaction
    coordinator
    to have timed you out before you ever get a chance. It's nothing to do
    with the
    DBMS or even JDBC, I believe. I think the weblogic server either has
    too few execute-threads
    and/or too few CPU cycles to do the work load.
    Okay, so there's a lazy initialization of the connection.
    From reading our log I believe our failur is immediate rather
    than waiting for 30+ seconds(the default setting) from the DB,
    the timeout occurred later as a result. At the time either because the DB Server
    is very busy.
    Since we are running WLS6.0 we have only one connection pool,
    we have defined a max of 150 threads in the pool. While this
    is happening the DB Server is being pinned by an overnight job,
    but the WLS Server is not busy at all. The DB and WLS resides
    on different physical boxes.
    We also have a thread dump from the WLS console when we rebooted the server, it
    showed that we are hanging on to the thread & jdbc
    connections after these exceptions has occurred instead of releasing them, note
    "16083"(~4.5 hours) seconds has passed:
    142 116222 Retry rollback request for tx: 'transaction=(IdHash=2963855,Name =
    [EJB UserManagerBeanImpl.signalICUserServletHeartBeat()],Xid=30643:8f3838f3709bf53d,Status=Rolling
    Back. [Reason = Unknown],numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since
    begin=16083,seconds left=10,ServerResourceInfo[weblogic.jdbc.jts.Connection]=(state=started,assigned=server),SCInfo[server]=(state=active),properties=({weblogic.jdbc=t3://159.55.158.25:8005,
    weblogic.transaction.name=[EJB UserManagerBeanImpl.signalICUserServletHeartBeat()]}))'
    Scheduled Trigger
    So I would argue this problem actually chewed up resources on the WLS server.
    -Yuanhui Liu
    >>
    >>
    Thanks.
    -YuanHui Liu
    Joseph Weinstein <[email protected]> wrote:
    lixin wrote:
    One of our customers starts to encounter this error message recently.
    We checked our log files. It seems that the error happens when
    to obtain a jdbc connection. Have anyone seen similar problems
    and knows how to fix it? thanks in advance.
    We are using weblogic server 6.1sp2, and weblogic sql type 4 driver.
    The functions that invoke the jdbc calls are stateless session bean
    methods with their transaction attributes marked as Required.
    There is no nested calls of these methods.
    A partial stack trace we obtained is as following:
    java.sql.SQLException: No JDBC connection can be made
    because the transaction state is
    Marked Rollback
    at weblogic.jdbc.jts.Connection.getOrCreateConnection(Connection.java:586)Hi. This sounds like a JVM thread starvation issue, and/or a server
    load
    issue. What is
    happening is that the transaction is started, and times out beforethe
    SSB even gets to
    the first JDBC work. I would first verify that the customer is using
    the very latest JVM
    available for the machine.
    Joe Weinstein
    at weblogic.jdbc.jts.Connection.prepareStatement(Connection.java:115)
    at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(ConnectionImpl.java:135)
    at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.java:76)
    lixin

  • Do I need to pay for the iPad version of an app if I have it for the iPhone

    I received an iPad as a gift from my wife, and I also own an iPhone. Since there are some apps that work on both systems, do I need to pay again for an iPad app that I currently have on my iPhone? App in question is MLB.TV. I currently own it for the iPhone and would like to get it for the iPad (since I that the iPad version is really good). Do I need to pay twice for the same app?

    The apps are divided into three categories on my iTunes:
    1) iPhone, iPod Touch and iPad apps (These will transfer to your iPad and are optimized for iPad, automatically, or uncheck any you don't want on your iPad under "Apps" when your iPad is connected to your computer to sync. These apps have a + sign by them to indicate that they are for multi-platforms.)
    2)iPhone and iPod Touch apps (You can use these also, on your iPad. These are usually vertical apps and you can select 2X after opening them on your iPad to make them bigger. The resolution may not be very good on these apps, since they are for the smaller screens.)
    3) iPad apps (These have to be purchased specifically for the iPad. They usually look and perform great since they are made for iPad. There are many free versions of iPad apps which I already had on my iPhone and iPod Touch.)

  • No connection could be made because the target machine actively refused it

    Hi,
    I could not see EPM Dimensions library even from fresh install on win2003, EPM 11.1.3.
    No connection could be made because the target machine actively refused it 127.0.0.1:5251
    http://<Web Server>:19000/awb/conf/AWBConfig.xml
    status=404.
    I am using stand alone machine. I need help. I already installed more than five times , same issue.
    Regards in Advance.
    Anand.
    Edited by: prabhanand on Oct 27, 2009 4:12 PM

    Check if your EPMA Web Application Service is running. If it is, attempt to get to this URL: http://server:19091/awb. If you can see the page, you should try to login. If your login fails and you get a 404, the issue is isolated to the IIS side. Check your IIS logs and you can take it from there. You should also check your IIS settings and make sure that there's a virtual directory for EPMA in IIS.

  • Need more info for the ag34405 DMM VI's

    Hi !
    I'm working with the Agilent 34405a multimeter and made a little VI for data-logging. The problem is, I want to choose between 4.5 & 5.5 resolution and the is no litterature about it. I'm using the NI drivers and VI's made for this application. There is a VI named "Configure measurement.vi" in which you could perhaps select the resolution (as the default value is 0.0001, that would be for 5.5 digits I think). I already tried to change the value from 0.0001 to 0.001 but the instrument still use the 5.5 digit measurement method.
    Does somebody also know if there is more documentation as the contextual help of each VI made for the ag34405a DMM (there are more or less only default values explained, but I would need more...)?
    I've attached my VI if this could help to solve this issue. Am working with LabView 8.20.
    In advance, thanks for your help !
    Yves
    Attachments:
    Start_stop_logging_ag34405a_V1.vi ‏47 KB

    Yves,
    One of the things that is great about instrument drivers is the context help on each of the controls. You can turn the context help on with Ctrl+H and then hover you mouse cursor over the control. If you open "Configure Measurement.vi" and look at the help for the absolute resolution control you'll see a good description that includes:
    Notes:
    (1) The instrument driver ignores this parameter if the Range parameter is set to AG34405A_VAL_AUTO_RANGE_ON (-1) .
    If you look at the help of the Range parameter you'll find see a similar discription with details and the following:
    Defined Values:
    AG34405A_VAL_AUTO_RANGE_OFF (-2)   (-2.0)  - Auto-Range Off
    AG34405A_VAL_AUTO_RANGE_ON (-1)    (-1.0)  - Auto-Range On
    Based on this, can you try setting the auto-range to -2 and specifying the absoulte resolution?
    Regards,
    Kamran

  • Provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.

    hi all,
    i want to connect to server side from client , i am using sql server 2008 sp1 and os winn 7 64 bit, but it give me an error as above.
    also i tried this link:
    http://social.msdn.microsoft.com/Forums/sqlserver/es-ES/c0481462-fedf-4f3b-b984-ae3fef64a3b1/provider-tcp-provider-error-0-no-connection-could-be-made-because-the-target-machine-actively?forum=sqldatabaseengine
    and i configured two things as follow:
    windows firewall --> port --> spacial local  (1433) --> allow the connection -->public (checked) and sql server network configuration manager -->protocols for mssqlserver TCP/IP(enabled).
    note: my client and server windows firewalls is disabled.
    but i can not solve this issue.
    pls help me.
    thanks & best regards.
    pls help me

    hi Sathish,
    thank you,
    this is my connection string>>
    "Data Source=192.168.1.106.1433;Network Library=DBMSSOCN;" +
    "Initial Catalog=rasol;Integrated Security=sspi;"
    And I tried into command prompt, it replied for 192.168.1.106.
    best regards.

  • Can I use the AC adapter made for the iPad with my iPod Video (5th Generation)?

    I have a choice of using the original adapter or the newer adapter made for the Ipad. The original is rated at 5 volts @ 1 amp output. The newer (iPad) adapter is rated at 5.1 volts @ 2 amps output. I tried to recharge the battery and it worked, but the recharge time from a dead battery was around 6 hours. The difference of the voltage is neglegible, but the ampere rating shouldn't hurt the iPod as it only draws as much current (amps) as needed. Having said this I thought that the recharge time would be less...apparently not. I just do not want to damage the iPod. The iPad charger does not get as warm as the original while charging.
    Any help is most appreciated. Mike (Phillipsburg, Missouri, U.S.A.)

    I've been using my iPad charger to charge my iPhone for over a year. I haven't had any issues. But I can't promise you that your experience would be the same.

  • Hi I bought a new iPhone 4 with iOS 6.1.3 installed. When I connected it to itunes for the first time to activate it iTunes asked me to enter the password for an account that the iPhone is locked with what shall I do? PLease help

    Hello everybody
    I bought a new iPhone 4 with iOS 6.1.3 installed. When I connected it to itunes for the first time to activate it iTunes asked me to enter the password for an account that the iPhone is locked to like if the device was used before what shall I do? PLease reply soon

    I can't do that because the device was purchased from United Arab Emirates and I got it as a gift in Syria but the problem is that there is not even a single apple store in Syria so is there another way to fix that, I googled it and was told to jailbreak the device whitch I did and than hacktivated it but the problem is the device doesn't connect to any network and only shows "no service" and the battery draining too fast so is there any other way to fix this issue

  • HT1977 I purchased a game on my ipod touch. I restored the device to factory settings last night and when I synced all the apps back, the game is now in the demo version. How do I unlock it ? I hope I don't need to pay for the full version again.

    I purchased a game on my ipod touch. I restored the device to factory settings last night and when I synced all the apps back, the game is now in the demo version. How do I unlock it ? I hope I don't need to pay for the full version again.

    PES 2012 is no longer available in the US App Store and only on the British App Store currently.
    http://pes-2012.en.softonic.com/iphone
    That (an app no longer available) happens sometimes.
    Your only way is if you have the appt on your computer such as in the recycle bin/trash or in a computer file backup. In that case move it to your iTunes library and sync.

  • I moved from the UK to the US with my iMac. What do I need to buy for the UK iMac to work in the US? A power convertor? A plug convertor? or Both?

    I moved from the UK to the US with my iMac. What do I need to buy for the UK iMac to work in the US? A power convertor? A plug convertor? or Both?  I had previously read that you only need a plug convertor (three prong to two prong).  But I'm terrified that my iMac will blow up if I only use a plug convertor and not some sort of voltage convertor (Transformer).

    I'm not really hardware tech savy - is it easy to pop out the UK power cable and plug in the US power cable? Or do I need to get someone like an iMac support guy to do this? And because of the voltage difference, is there something built into the iMac that takes care of the voltage difference for me?  Thanks!!

  • Hi there, I made the monthly payment for the Adobe apps, i managed to download Illustrator and Photoshop but can't seem to download Indesign. It says that "file seems to be corrupted... try later". How do I solve this problem?

    Hi there, I made the monthly payment for the Adobe apps, i managed to download Illustrator and Photoshop but can't seem to download Indesign. It says that "file seems to be corrupted... try later". How do I solve this problem?

    Hi shuster9,
    It seems the downloaded setup for InDesign has got corrupt.
    Could you please clear the TEMP from your computer and then retry.
    Thanks,
    Manish Sharma

  • I downloaded a new APP to my iPhone it appears on my screen but can't get it to appear on my wife's iPhone screen.  Her screens were initially full of Apps, I later made room for the new APP but can't get it to appear even after  making room for the new A

    I downloaded a new APP to my iPhone it appears on my screen but can't get it to appear on my wife's iPhone screen.  Her screens were initially full of Apps, I later made room for the new APP but can't get it to appear even after  making room for the new APp.  It can be opened, but I want the APP to be on her iPhone screen as well as on mine.  Help, please.

    Is the app downloaded on her phone also?

  • I need a reference for the parameters in Firefox about:config.

    I need a reference for the parameters in Firefox about:config.
    I can't find it on the Web.

    *http://kb.mozillazine.org/about%3Aconfig_entries
    *http://kb.mozillazine.org/Category:Preferences
    There is also info in the Firefox preferences files (open via the location bar):
    *resource:///defaults/pref/firefox.js
    * resource:///greprefs.js

Maybe you are looking for

  • Why can't I get a PID to tune without having an offset from setpoint?

    I am using the basic PID algorithm supplied in the PID toolkit and after calculating the terms as described in the manual, my system controls quite well. However, there is about a 2-3 degree offset below setpoint on my heater. I am just starting to u

  • Confuse on alter session

    Hi, I was trying to enable the sql_trace or the events for me to start the tracing utility. I got this following output: rrkr@ORA10G> alter session set timed_statistics=true; Session altered. rrkr@ORA10G> alter session set events '10046 trace name co

  • Reading columns?

    How can I use the read out loud function to read down columns in a pdf, when it is now reading across columns? 

  • EAS load rule (multi level attributes)

    Hi All, I'm trying to build multi level attributes at the same time associating it to the base dimension same time building the base dimension. because I'm building the multi level attributes...I specified all levels of attributes then base dimension

  • SC-Error when processing your request.

    Hi , when click the Shop link in the SRm portal, it gives the below error message. Error when processing your request. The Error occured on the application server p1bfsp23_FSP_44 There Termination TYPE was : ABORT_MESSAGE_STATE The ABAP  call stack w