Server 2008 with SQL server 2003 installation problem in SAP 8.8 in clint

Hello Sir
I want to install clint for SAP B1 8.8 and we have windows server 2008 with sql server 2005
when i install the clint i got one error in DI API installation that licence server name and port number is not available.
Please tell me the complete process to install 8.8. clint with which supporting software i have to install in clint machine.
and what things i have to check in server for installation .
Please kindly reply ASAP.
      Thanks
Vaibhav Kothari

Hi,
every question / issue you should know, is descripted in the following manual, please read it and follow the installation instruction manual:
https://websmp201.sap-ag.de/~sapidb/011000358700000150922010E.zip
Regards Steffen

Similar Messages

  • Installing PeopleSoft HRMS 9.0 on Windows Server 2008 with SQL Server 2008

    Hi there,
    Recently I was involved to develop a POC with PeopleSoft and as I was very new to PeopleSoft, I had bunch of issues while installing PeopleSoft. It took me almost more than couple of weeks to finally get the PeopleSoft Application up and running.
    I had bunch of questions also asked in this Oracle forum like :
    Step by Step PeopleSoft HRMS Installation from scratch.
    Tuxedo10gR3VS2008 patches absolutely needed for Peopetools Installation
    Thanks to the replies from all you folks. That helped a lot. Anyways, so I thought of just writing a blog about the things I did while installing PeopleSoft on Windows with SQL as backend DB. There are many posts already on the web describing the steps but mostly with Oracle DB and Linux. Hence, here are the posts for PeopleSoft on Windows:
    http://geekswithblogs.net/BizTalkUnleashed/archive/2012/01/24/installing-peoplesoft-hrms-9.0-on-windows-server-2008-with-sql-again.aspx
    Hope it helps to newbie's in PeopleSoft Apps like me.
    Regards,
    Vishal Mody
    Edited by: 897150 on Jan 25, 2012 10:11 AM
    Edited by: 897150 on Jan 25, 2012 10:13 AM

    Vijay
    I hate to be rude, but I am following you for a couple of days now on this forum and even in the same tread and it looks like you do not want to helped, you just want quick answers. I do not see you putting any effort nor show any respect for the product or the people how try to help you. Keep in mind that everyone on this forum is voluntarily posting answers, nobody is getting paid, and I'm sure you do not pay to post here either, so please do not use words as asap and immediate.
    You started of wrong, by following a post and not following the installation manual and even tried installing the wrong components.
    The post was written by someone with experience on the subject who meets the installation requirements, with all respect to the poster of the blog.
    I have to backup Nicolas in his saying.
    Nicolas has asked you to use better thread title (more informative than just "installation help") and you created a new thread with this subject.
    This does not say anything about the issue you are facing now.
    I doubt you can successfully complete this installation, not meant personally, but you are using the wrong software, on the wrong OS, with no documentation.
    My advise:
    Stop with what you have done until now and start all over by following the installation manual and hardware & software requirements.
    If you really want to master a PeopleSoft installation, you can follow following course at Oracle University: PeopleSoft PeopleTools Installation & Server Admin. Rel 8.50
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getCourseDesc?dc=D61702GC10&p_org_id=1001&lang=US
    Do not forget you are trying to install an ERP system, this is not done by starting an installer and clicking on the Next button three times.
    Hakan

  • Configuring agent on windows server 2008  with SQL server 2008R2

    Hi all,
    I have installed the ODI on Server 2008 machine i have successfully configure the ODI repositories(Master & work) on Sql Server 2008 R2.I have created the agent in topology navigator with name:LOCALAGENT and updated the odiparam.bat file accordingly now when i an starting the agent services with following command i am getting the error given below.
    C:\Oracle\Middleware\Oracle_ODI1\oracledi\agent\bin>agent -NAME=LOCALAGENT
    OracleDI: Starting Agent ...
    2011-06-19 22:44:00.934 ERROR ODI-1131 Agent LOCALAGENT encountered an error: ODI-1400: Agent LOCALAGENT start failure: JDBC connection error occurs w
    hile connecting to the master repository.
    ODI-1441: Unable to connect to the master repository at JBDC URL=jdbc:sqlserver://WIN-KA2EOS0C0ML\sqlinst:1433 with USER=hypsqladmim.
    Caused By: java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from
    Datasource
    at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:541)
    at oracle.ucp.jdbc.PoolDataSourceImpl.throwSQLException(PoolDataSourceImpl.java:587)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:668)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:613)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:607)
    at oracle.odi.Agent.validateConnectionProperties(Agent.java:398)
    at oracle.odi.Agent.doGetDataSource(Agent.java:390)
    at oracle.odi.Agent.main(Agent.java:471)
    Caused by: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:421)
    at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:389)
    at oracle.ucp.jdbc.DataSourceConnectionFactoryAdapter.createConnection(DataSourceConnectionFactoryAdapter.java:105)
    at oracle.ucp.common.UniversalConnectionPoolImpl$UniversalConnectionPoolInternal.createOnePooledConnectionInternal(UniversalConnectionPoolImpl
    .java:1570)
    at oracle.ucp.common.UniversalConnectionPoolImpl$UniversalConnectionPoolInternal.access$600(UniversalConnectionPoolImpl.java:1378)
    at oracle.ucp.common.UniversalConnectionPoolImpl.createOnePooledConnection(UniversalConnectionPoolImpl.java:445)
    at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnectionWithoutCountingRequests(UniversalConnectionPoolImpl.java:302)
    at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnection(UniversalConnectionPoolImpl.java:129)
    at oracle.ucp.jdbc.JDBCConnectionPool.borrowConnection(JDBCConnectionPool.java:119)
    at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:655)
    ... 5 more
    Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Login failed for user 'hypsqladmim'.
    at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:196)
    at com.microsoft.sqlserver.jdbc.TDSTokenHandler.onEOF(tdsparser.java:246)
    at com.microsoft.sqlserver.jdbc.TDSParser.parse(tdsparser.java:83)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(SQLServerConnection.java:2532)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:1929)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.access$000(SQLServerConnection.java:41)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection$LogonCommand.doExecute(SQLServerConnection.java:1917)
    at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:4026)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1416)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1061)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:833)
    at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:716)
    at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:841)
    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:368)
    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnectionFromDriverManager(DriverManagerDataSource.java:352)
    at oracle.odi.jdbc.datasource.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:286)
    at oracle.ucp.jdbc.DataSourceConnectionFactoryAdapter.createConnection(DataSourceConnectionFactoryAdapter.java:99)
    ... 12 more
    C:\Oracle\Middleware\Oracle_ODI1\oracledi\agent\bin>
    Can any buddy helps me with this. I need to know what i did wrong is it the url that i specified at odiparam.bat file ?
    Thanks
    Gourav Atalkar

    Hi,
    What is the driver name ?
    It should be com.microsoft.sqlserver.jdbc.SQLServerDriver
    JDBC URL use the following format: jdbc:sqlserver://<host>:<port>
    Thanks,
    Sutirtha

  • Difference between database features - SQL Server 2008 R2 navtive vs SQL Server 2012 with SQL Server 2008 compatibility set?

    I am investigating the impact of upgrading from SQL Server 2008 R2 to SQL Server 2012. To reduce the impact of the upgrade, I am planning to restore / create our application database onto SQL Server 2012 with compatibility level 100 (SQL Server 2008 and
    SQL Server 2008 R2).
    Are there any differences in feature support for database running in native mode on SQL Server 2008 R2 vs a database installed on SQL Server 2012 with compatibility level 100 set?

    Are there any differences in feature support for database running in native mode on SQL Server 2008 R2 vs a database installed on SQL Server 2012 with compatibility level 100 set?
    Yes there can be difference and impact there are few features deprecated in SQL Server 2012 you must be aware about that. Please see
    Deprecated Database Features in SQL Server 2012
    Deprecated SQL Server features in SQL Server 2012
    After you migrate database to 2012 please don't move ahead with production unless you have tested your application to new created database
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Windows Server 2008 and SQL Server 2008 R2 - ?? for replication with Oracle

    Hello:
    I am running Windows Server 2008 and SQL Server 2008 R2 - 64 bit
    I need to replicate data between the SQL 2008 and Oracle 11.2 ?? with Oracle being the publisher
    I also would lile SqlPlus installed on the server.
    I need a definite answer as to what I should download from the Oracle download area. There are just so many packages and so many version I dont know what to download.
    Thanks

    Hi,
    Currently Microsoft Windows Server 2008 and SQL Server 2008 are not supported for SAP Business One.
    For detailed information about all supported platforms, we have the following link for your reference:
    www.service.sap.com/smb/sbo >product availability > supported platforms.
    Regarding the information on the service marketplace this is updated on a regular basis and provides the most up to date information regarding the supported platforms for Business One.
    Platforms not mentioned in this documentation are not supported.
    hope it helps,
    Regards,
    Ladislav
    SAP Business One Forum Team

  • IDM 7.2 under Windows Server 2008 R2 (SQL Server ): Which NTW ? Which JVM ?

    Hello,
    We are installing IDM 7.2 under Windows Server 2008 R2 using the database SQL Server 2008 R2.
    1/ Which NetWeaver should we use to install the Java Application Server (NTW 7.3 or NTW 7.2)?
    Using install guides 7.2rev8, we tried NTW 7.3 but it comes with JVM 1.6 that isn't supported, according to the PAM.
    Should we install the AS Java with NTW 7.2 that comes with JVM 1.5 (JVM 1.5 being supported)?
    2/ Has someone installed IDM 7.2 under Windows Server 2008 R2 (SQL Server)?
    If yes, which NTW was used (7.2 or 7.3)? Which JVM was used (1.5 or 1.6)? Which JDBC drivers (1.2 or 3)?
    Thanks a lot for your replies,
    Regards.

    {quote)For the Java RE are you using 32 or 64 bytes ?{quote)
    C:\Users\Administrator>java -version
    java version "1.6.0_30"
    Java(TM) SE Runtime Environment (build 1.6.0_30-b12)
    Java HotSpot(TM) 64-Bit Server VM (build 20.5-b03, mixed mode)
    {quote)Which JDBC driver do you use (1.2 or 3.0) ?{quote)
    {quote)In the IDM Identity Center, for the dispatchers option tools, how do you fill it ?
    We are using :
    Path to java exe: E:\usr\sap\ID1\J00\exe\sapjvm_6\bin\java.exe{quote)
    C:\Program Files\Java\jre6\bin\java.exe
    {quote)Path to jvm.dll: E:\usr\sap\ID1\J00\j2ee\JSPM\sapjvm\jre\bin\server\jvm.dll{quote)
    C:\Program Files\Java\jre6\bin\server\jvm.dll
    {quote)JDBC driver jar: D:\Microsoft SQL Server JDBC Driver 3.0\sqljdbc_3.0\enu\sqljdbc4.jar{quote)
    C:\sqljdbc\sqljdbc4.jar
    {quote)JDBC driver names: xxxxxxxxx (can you write us what you use){quote)
    com.microsoft.sqlserver.jdbc.SQLServerDriver
    {quote)CLASSPATH extension: D:\Microsoft SQL Server JDBC Driver 3.0\sqljdbc_3.0\enu\sqljdbc4.jar{quote)
    No Classpath specified

  • SQL Server 2008 to SQL Server 2012

    My server crashed with SQL Server 2008 on it.  I am replacing it with a new machine with SQL Server 2012.  How do I restore my old SQL database to my new machine?

    Have a look at using Restore Header Only to look at the contents of your backup to confirm its contents. (http://technet.microsoft.com/en-us/library/ms178536.aspx)
    From this then look at the restore database here -
    http://technet.microsoft.com/en-us/library/ms186858.aspx
    From confirming the contents of your backup you will need to select the appropriate position number (from the restore header only) and link that with the File Number (from the restore)
    Thanks
    Warwick Rudd (MCM - SQL 2008 | MCT)
    (SQL Masters Consulting |
    My SQL Server Blog | Twitter)

  • Windows Server 2008, IIS7, SQL Server 2005 - Will this work?

    Hi,
    Not super concerned about it being supported at this point, BUT, can I run/install CR XI SP2 on Windows Server 2008, IIS7, SQL Server 2005?
    I've reference the System Requirement stuff and it was written before Server 2008 was released.
    If it's possible, any help on what to install/not install would be great appreciated.
    Thanks,
    Mike

    Try it. If it works great. As you are using ASP, your app must be using craxdrt.dll. This dll has been retired and no longer ships with CR 2008, so even when the next SP for CR 2008 releases, it will be of no use to you. If the ASP app does not work on the server, you may want to post your query to the Legacy Application Development SDKs forum:
    SAP Crystal Reports - Legacy SDKs
    and see if anyone can help.
    Other than that, the only option will be to go to .NET once SP 1 releases for CR 2008, or use CR 10.5 which bundles with .NET 2008.
    Ludek

  • Want to know what is improvement in FILEstram storage feature from SQL SERVER 2008 to SQL SERVER 2014

    Hi All ,
     want to know what is improvement in FILEstram storage feature  from  SQL SERVER 2008 to  SQL SERVER 2014
    Regards,
    Manish

    Hello Manish,
    See
    What's New in SQL Server 2012
    What's New in SQL Server 2014
    Nothing really new around that feature.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • What is the recommended static port range for SQL Server 2008 to SQL Server 2014 named instance?

    I want to assign a static port to SQL Server 2008 to SQL Server 2014 named instance.   Should the port be greater than 49151?  The following links give contradicting information:
    https://msdn.microsoft.com/en-us/library/ms177440(v=sql.105).aspx
    Avoid numbers greater than 49151 which Windows might select for other purposes.
    https://technet.microsoft.com/en-us/library/ms345327(v=sql.100).aspx
    Port numbers should be assigned from numbers 49152 through 65535
    Thanks..

    I would still pick a port number below the ephemeral list (dynamic port usage [41952-65535]) as it'll reduce the chances of having a port collision when SQL Server starts up.
    Also, I'd stick to lower numbers if possible (<25,000) as some firewalls skew higher port numbers to be more malicious (if heuristics are used).
    -Sean
    The views, opinions, and posts do not reflect those of my company and are solely my own. No warranty, service, or results are expressed or implied.

  • Client access from W7 to Server 2008 with SQL Express 2008 R2 not possible anymore (since installing yesterdays patches)

    Hi everyone!
    We are suddenly having Problems to access our SQL Express Server from our Clients (SBS 2008 with W7 clients).
    Till yesterday evening everything was working fine. At night we installed the latest MS patches für our Server 2008 (SBS2008).
    Since then we are not able to connect to the SQL Express Server over the Network. Locally (on the Server) it runs fine.
    Switching the Windows Firewall off on the Server also lets the clients connect ...
    The Windows Firewall still has all the ports open needed for SQL Server, we havn't changed anything.
    All the incoming rules that worked for years are still there (untouched).
    We just deinstalled all the latest patches, but problem still is here ... not sure if this was just a coincidence ...
    Any ideas what could be the Problem?
    Thanks in advance for your help
    Best regards
    Thomas

    Check firewall rules
    enable traffic on TCP 1433 and UDP 1434 (if isn't a named instance) or check sql using ports.
    Check Sql Server Browser in Configuration Manager and also net protocols.
    let's know about it
    Best regards,
    P.Ceglie
    Questo post è fornito "così com'è". Non conferisce garanzie o diritti di alcun tipo. Ricorda di usare la funzione "segna come risposta" per i post che ti hanno aiutato a risolvere il problema e "deseleziona come risposta" quando
    le risposte segnate non sono effettivamente utili. Questo è particolarmente utile per altri utenti che leggono il thread, alla ricerca di soluzioni a problemi similari. ENG: This posting is provided "AS IS" with no warranties, and confers no rights.
    Please remember to click "Mark as Answer" on the post that helps you, and to click "Unmark as Answer" if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • RH Server 9 compatibility with Windows Server 2008 SP2/SQL Server

    Our tech support people are preparing for a first install of RH Server 9. They have asked me to find out whether there is a recent patch that would enable it to work with Windows Server 2008 SP2 64 bit and MS SQL Server 2008.
    If there is not yet a patch, will there be one for this OS/DB combination in the future, and when?
    This is in reference to the knowledgebase article at http://kb2.adobe.com/cps/884/cpsid_88483.html which gives a "not recommended" status to this combination.
    Our infrastructure team would prefer to use this combination if it is possible.
    Second question from the tech team: Do we need to separate the RoboHelp application from the database or can they both reside on the same server?

    To answer your first question, no there is no patch to allow SQL Server 2008 to run on a 64 bit server. To answer your second question, I don't know. This is a user to user forum and therefore we are not party to any discussions on when or if a patch will be released. You could sumbit a feature request which the Adobe RoboHelp Product Manager will get. This will help advance your case. You can submit it here:
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • How to enable high availability on SQL Server 2005 with Windows Server 2008 Enterprise R2

    Dear Folks,
    I would like to ask you about this thing. I'm working for IT department for bank in Myanmar. Our bank have up to 96 branches across all of Myanmar including H.O. We are using Microsoft SQL Server 2005 with Windows Server 2008 for our banking
    information system. My main problem is having to backup and restore the database backup files every time the servers in branches goes down for whatever reasons. I want to deploy this feature of high availability and failover cluster using Windows Server 2008
    and SQL Server 2005. Our branches have 2 Servers. One is for Primary and other is for Backup. What I want to do is that, I want to change Backup Server to Primary Server whenever the Primary Server goes down for whatever reasons. All the working data and databases
    from Primary will immediately replicated into Backup Server along with all the IP information of Primary Server. Please give me step by step guide for this process.

    Try below
    http://blogs.msdn.com/b/cindygross/archive/2009/10/23/checklist-for-installing-sql-server-2005-as-a-clustered-instance.aspx
    I will recommend you to upgrade SQL server to newer version for support as well as flexibility.
    Regards,
    Vishal Patel
    Blog: http://vspatel.co.uk
    Site: http://lehrity.com

  • Sql server 2005 reports with sql server 2014

    Can i upload SSRS 2005 reports as it is on SSRS 2014 and use it without doing anything extra or without changing anything ??
    I can use SSRS 2005 reports as it is with SSRS 2012. But for SSRS 2014 not sure.
    h2007

    You can upgrade the the RDL schema will be upgraded.
    Report definition (.rdl) files are automatically upgraded in the following ways:
    When you open a report in Report Designer in SQL Server Data Tools (SSDT), the report definition is upgraded to the currently supported RDL schema. When you specify a SQL Server 2008 or SQL Server 2008 R2 report server in the project properties, the report
    definition is saved in a schema that is compatible with the target server.
    When you upgrade a Reporting Services installation to a SQL Server 2014 Reporting Services (SSRS) installation, existing reports and snapshots that have been published to a report server are compiled and automatically upgraded to the new schema the first
    time they are processed. If a report cannot be automatically upgraded, the report is processed using the backward-compatibility mode. The report definition remains in the original schema.
    Reports are not upgraded when you upload a report definition file directly to the report server or SharePoint site. Upgrading a report definition in SQL Server Data Tools is the only way to upgrade the .rdl file.
    After a report is upgraded locally or on the report server, you might notice additional errors, warnings, and messages. This is the result of changes to the internal report object model and processing components, which cause messages to appear when underlying
    problems in the report are detected. For more information, see Reporting Services Backward Compatibility.
    For more information about new features for SQL Server 2014 Reporting Services (SSRS), see
    What's New (Reporting Services).
    Check the below Microsoft link for more information
    http://msdn.microsoft.com/en-us/library/ms143674.aspx
    Mudassar

  • Totally frustrated with SQL Server Express Install

    Before updating my PC to Windows 8.1 I had a working VS 2008 environment and SQL Express 2005. Now that I have upgraded the OS, I am unable to get any version of SQL Server Express to work with my version of Visual Studio. I spent a couple of weeks trying
    to get what should have been a very simple process of creating a working connection string. None of the examples on several "connection string" web sites worked. I had difficulty installing the correct version and finally zeroed in on SQL
    Server Express 2008 (SP3).  Then, after several posts to community forums I discovered it should have been installed BEFORE I installed VS 2008 ... so, very reluctantly, I uninstalled EVERY SQL Server related file and EVERY VS 2008 file on my system. 
    Reinstalled SQL Server 2008 (SP3), SQL Server Management Studio 2104 (even though I selected SSMS 2008 from the MS Download site), then installed VS 2008.  I opened and created a test DB using SSMS 2014 and everything seems to work.  BUT, when I
    try to access the table from VS 2008 I pretty much am running into similar issues.... Like an earlier post on a frustrated user, WHY is it so difficult now?

    Hello,
    You can use Visual Studio 2008 with SP1 installed, but SQL Server 2005 is not supported on Windows 8. I will recommend you to uninstall
    SQL Server 2005 via Control Panel or use the following article for that purpose:
    http://support.microsoft.com/kb/909967
    Once SQL Server 2005 is uninstalled you can install other newer versions of SQL Server. SQL Server 2008 requires SP3 to make it compatible with Windows 8, while SQL Server 2008 R2 requires SP1. For more information, please read the following article:
    http://support.microsoft.com/kb/2681562
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

Maybe you are looking for

  • Issues Syncing Google Calendar with Palm Pre 2 WebOs 2.0.1 - Timezones...

    I am using Google Calendar to synch my company Outlook to my Palm Pre 2. I note that there are some prior posts on Timezone challenges and have followed the advice provided to no benefit. All my events are synchronizing  - however any recurring event

  • Inserting MathML as XMP metadata

    Hi, I'm planning on embedding MathML for equations in a PDF into document-level metadata so that search engines will see it, and just pointing to it via an attribute on the equation (or perhaps an annotation, but it seems like the equation is a more

  • How do I get rid of Astromenda.in Firefox run in Vista Home Premium

    I got a message I thought was from Mozilla Firefox saying I have to update Adobe Flash Player. I did and ended up with Astromenda. I went to control panel/programs and Features, found Astromenda, and uninstalled it. I then adjusted my options for my

  • Dynamic images in JSP

    Hi! I would like to generate dynamic images in a JSP which I would like do an "include" in other JSPs across the site. The reason for this is we show many emails/ phone numbers on various pages and with the prevalence of spiders/ robots, it would be

  • Update 710219 stalled

    updated 710219 stalled in the progress of updating  -  update device software screen says "during these steps, do not disconnect your device or interupt this process as it could make your device unusable" well my connection is been stalled at - modul