How to create multi connections using JCO in different application servers

Hi all,
I want to connect to sap using jco from different servers at the same time.
There are 3 Jave application servers now. But I can only connect the sap servers using ONE server ( random ) at same time. It means when one server connect to sap , the other 2 servers CANNOT connect to sap.
Anyone konw what wrong?
Thanks in advance.
Ned

......

Similar Messages

  • How to create database connection using DB2Driver in JDeveloper 10.1.2.1.0?

    I am trying to create a JDeveloper/Data Connection using com.oracle.ias.jdbc.db2.DB2Driver. The driver is registered from a User Libraries: DataDirect JDBC. I have the following class path for the library:
    E:\DataDirect\3.4\lib\YMdb2.jar;E:\DataDirect\3.4\lib\YMbase.jar;E:\DataDirect\3.4\lib\YMutil.jar
    I have no trouble configuring the connection but when I test it and I got ‘No suitable driver Vendor code 0’. What’s wrong? I have successfully created several database connections using Oracle thin driver. This is first time I am using a third party driver. Has any one successfully create a database connection using the com.oracle.ias.jdbc.db2.DB2Driver?

    Hi
    Since the error points to the unavailability of the driver class,can you double check your library claspath entries again.
    I just tried a DB2 connection using the following properties and the connection went through fine:
    Driver class name: com.oracle.ias.jdbc.db2.DB2Driver
    URL: jdbc:merant:db2://<host_name>:50000;DatabaseName=SAMPLE
    Thanks
    Prasanth

  • How to trace users across different Application Servers?

    Hi,
    We trace users using ST01. But how do we trace users logged in to different application servers? Please help.
    Regards
    MK

    Hi Ahmed,
    SM51 or AL08 shows in which Application server the user is logged in. But ST01 does not allow us to select or to specify the application server while tracing a user. Can you be a little more vivid. How do you specify the application server in ST01?
    Please help.
    Regards
    MK

  • How to create a model and JCO connection

    Hi all,
             The Userid and Password given while creating new model at Singleserver/Load balancing tab should be same as the userid and password given while creating JCO connection. i.e in JCO creation  while mapping modeldata to Application data and Metadata to metadata we will give some userid and password.
    will those 2 userids and passwords should be same.
    the error which i am getting is
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Error connecting using JCO.Client: null
    Regards
    Padma N

    2 userids and passwords need not be same
    i got similar problem and this is how i resolved
    this is because jco connections are Using SSO and the user who is accessing that webdynpro application is not present in the backend system.
    please make sure user is there in the backend system from which you are getting data
    xxxxxxxxxxxxxxxxxxxxx
    Edited by: Armin Reichert on Feb 18, 2008 7:26 PM

  • How to create a connection pooling in Netbeans 6.0 using the oracle driver

    hi all,
    I am using Netbeans 6.0. Apache Tomcat 6.0.14 server, oracle 9i.
    I tried to create a connection pooling using tomcat web server.
    I have included the following code in context.xml and web.xml.
    CONTEXT.XML:
    <?xml version="1.0" encoding="UTF-8"?>
    <Context path="/network1">
    <Resource name="jdbc/myoracle"
    auth="Container"
    type="javax.sql.DataSource"
    username="scott"
    password="tiger"
    factory="BasicDataSourceFactory"
    driverClassName="oracle.jdbc.OracleDriver"
    url="jdbc:odbc:thin:@127.0.0.1:1521:mydb"
    maxActive="20"
    maxIdle="10"
    maxwait="-1"/>
    </Context>
    WEB.XML:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
    <session-config>
    <session-timeout>
    30
    </session-timeout>
    </session-config>
    <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
    <resource-ref>
    <description>Oracle Datasource example</description>
    <res-ref-name>jdbc/myoracle</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </web-app>
    After that i have included the following JDBC driver's jar files in the $Catalina_Home/lib folder.
    classes 111.jar,
    classes 111_g.jar
    classes12.jar
    classes 12_g.jar
    classes12dms.jar
    classes12dms_g.jar
    nls_charset11.jar
    nls_charset12.jar
    ocrs12.jar
    ojdbc14.jar
    ojdbc14_g.jar
    Then i stop the tomcat web server and start it again.
    In jsp page i have included the following code:
    Context ctx=new InitialContext();
    Context envctx=(Context)ctx.lookup("java:comp:env");
    DataSource ds=(DataSource)envctx.lookup("jdbc/myoracle");
    Connection con=ds.getConnection(); ----->(In this line an error occured that Connection class cannot be found.)
    please help me how to create a connection pooling and rectify the error in conneciton.
    Thanks in advance

    Please refer
    http://www.netbeans.org/kb/60/web/customer-book.html

  • How to create dynamic connection string with variables using ssis.

    Hello,
    Can anyone let me know on how to create dynamic connection string with variables using ssis?
    Any help would be appreciated.

    Hi vinay9738,
    According to your description, you want to connect multiple database from multiple servers using dynamic connection.
    If in this case, we can create a Table in our local database (whatever DB we want) and load all the connection strings.  We can use Execute SQL Task to query all the connection strings and store the result-set in a variable of object type in SSIS package.
    Then use ForEach Loop container to shred the content of the object variable and iterate through each of the connection strings. And then Place an Execute SQL task inside ForEach Loop container with the SQL statements we have to run in all the DB instances. 
    For more details, please refer to the following blog:
    http://sql-developers.blogspot.kr/2010/07/dynamic-database-connection-using-ssis.html
    If there are any other questions, please feel free to let me know.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Error connecting using JCO.Client: null

    Hi,
    I created a WD app which uses  the RFC FM.  I followed How-To-build-webdynpro.pdf document to create the WD and trying to deploy and run, I see the view page but when I trigger the action via button UI element I get following error as exception in the try catch block of execute method
    In the NWA I see
    Could not create JCOClientConnection for logical System: 'WD_MODELDATA_DEST' - Model
    An exception has occurred: Erorr accessing cache [region]='XCM_SESSION_SCOPE'.
    [EXCEPTION]
    com.sap.isa.core.cache.Cache$Exception: Cannot return access for region 'XCM_SESSION_SCOPE'. Cache is not ready
    I'm using following existing JCO definition by configuring them with correct parameters.  Tested them successfully
    WD_RFC_METADATA_DEST
    WD_MODELDATA_DEST
    What am I missing?  In SM04 tcode I see 2 connections are opened with 2 Megabyte not released for a long time.  I think if connections are released correctly it should drop to 1 megabyte.  Is there anything that I need to do just after execute method as shown below (I have replaced function module with <FM> in below code)
    try {
             wdContext.node<FM>_Input().current<FM>_Get_InputElement().modelObject().execute();
         } catch(Exception exception) {
              msgMgr.reportException(exception.getLocalizedMessage(), false);
          wdContext.nodeOutput().invalidate();
          msgMgr.reportSuccess("Success");
    The error is in the catch block which is displayed on the view page.
    Thanks
    Praveen
    I modified the above code and put in finally block to close the connections as follows, please let me know if this is OK.  I still get error message as "Error connecting using JCO.Client: null" but no additional connections in the SM04 after adding finally block.
    try {
             wdContext.node<FM>_Input().current<FM>_Get_InputElement().modelObject().execute();
         } catch(Exception exception) {
              msgMgr.reportException(exception.getLocalizedMessage(), false);
         }finally {
              // disconnect the connection
              wdContext.<FM>_Get_InputElement().modelObject().modelInstance().disconnectIfAlive();     
    Edited by: Praveen11 on Oct 5, 2009 9:06 AM

    Thanks Satish.
    The issue is resolved.  I think it was to do with permission, as I was running directly from NWDS deploy and run the session didn't have proper authorisation or something that was causing this error.
    When I copy pasted the URL in the correct browser session window I got no error and function module was successfully executed.   However the issue now is that values are not showing up in the view may be to do with mapping context or model  I'll review and post back as different thread.
    Thanks
    Praveen

  • Error connection using JCO.Client

    Hello all,
    I got the following problem <b>"Error connection using JCO.Client"</b> and don't know what's wrong. All connections works at the content administration when I test the connection.
    Can anyone help me please?
    Best regards
    Petra

    Hi,
    I almost tested the JCO connection with the 'test' button successfully at the content administrator. I tested again and it still works. And I have a stand alone webdynpro application (no portal).
    Now I got the following error message after completing the coding with 'e.printStackTrace().'.
    <i>
    "Error connection using JCO.Client:null"
    "[Ljava.lang.StackTraceElement:@60db08"
    "Could not create JCOClientConnection for logical System:WD_MODELDATA_DEST - Model: class impersonalaccout.intro.model.Z_Fh0002_Datenverwaltung.Please assure that you have configured the RFC connections and/or logical System"
    "com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCException:Error connection using JCO.Client:null"
    "com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCException: Could not create JCOClientConnection for logical System: WD_MODELDATA_DEST - Model:class impersonalaccout.intro.model.Z_Fh0002_Datenveraltung.Please ***"</i>
    Can anyone explaine me what's wrong?
    Bye
    Petra

  • Error connection using  JCO.Client :null

    Hi,
    I have small doubt in JCO connection, can any one help me.
    In WebDynpro  application some time we are getting exception like Error connection using JCO.client : null.
    Connection :200 we are maintained in JCO configuration.
    If I call one RFC useing JCO it will created a session or connection to ECC server, because we are getting exception in server too many sessions to ECC server.  
    Write now we are not using any code to close the connection like.
    SaveModel svModel = (SaveModel)WDModelFactory.getModelInstance(SaveModel.class);
    svModel.disconnectIfAlive();
    If we use the above code it will close the connection or sessions.
    Is it recommended to write the code in every RFC calls or  in final block of all RFC calls ?
    Regards,
    Satya.

    Hi Satya
    /message/1944647#1944647 [original link is broken]
    /message/8499#8499 [original link is broken]
    Please go through this link.Hope it will be helpful for you
    Regards
    Ruturaj

  • WDDynamicRFCExecuteException: Error connecting using JCO.Client: null

    Hi
    This is a common problem,I have seen many threads , but following them did not solve my problem.
    I have the JCOs tested successful from WD Admin. When I create a sample WDJ application with RFC model and deploy it to the server, I get
    Exception:com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecution: Error connecting using JCO.Client: null.
    I have checked my binding , I have only one input parameter and the code is
          wdComponentAPI.getMessageManager().reportSuccess("Inside wdInit in Component ctrller");
          Z_Plm44_Obsoleteimpactanalysis_Input input = new Z_Plm44_Obsoleteimpactanalysis_Input();
         wdContext.nodeZ_Plm_Input().bind(input);
         wdContext.createZ_Plm_InputElement(input).setV_Type(wdContext.currentZ_Plm_InputElement().getV_Type());
    Also I have implemented closing the connection
    disconnectifalive
    I contacted the basis team... they tell me that everything is fine from their end. they have tried increasing the JCO connection pools.
    Thanks for your help in advance
    Karthika

    Hi Karthika
    Check this pdf and try to catch WDDynamicRFCExecution in catch block.
    Please put your code in try catch and also import com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecution in your code;
    http://www.sappro.com/downloads/WebDynproJava.pdf
    Re: User has no RFC authorization for function group.
    Hope this will help you.
    thanks
    Arun Jaiswal

  • Error connecting using JCO.Client: null in xRPM in EP

    Hi Friends,
    I am getting the following error in xRPM through EP
    "Error connecting using JCO.Client: null"
    I can't enter xRPM, but I can enter other Business packages iViews.
    The problem is intermittant and user specific.
    Can you pls provide any input on this ?
    thanks in advance and warm regards
    Purnendu

    Hi Flavio,
    Thanks for your reply.
    The user is created both in the backend as well as in portal.
    The roles are also ok.
    The error I am getting only while accessing xRPM iViews.
    If I restart the instance the error is removed. But it reappears again may be after few days.
    This error is intermittant.
    May be it is related to the Maximum Number of JCo connections in the WebDynpro configuration.
    But I don't have much idea on that.
    Can you pls provide any help on this.
    Warm regards
    Purnendu

  • How to create db connection in IBM WebSphere IDE

    Hi,
    I am using IBM WebSpher 5.1.1. And i want to create a back end using ms-access. Can any one suggest me how to create the connection.
    While i used
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    i am getting class not found. So i assumed that IBM doesnt provided such driver in the IDE.
    So can any one tell me the alternative to make a back end connection for Ms Access.
    Thanks,
    Girish.K

    Hi,
    I have just nw, got it succeeded.
    I just granted
    SQL> grant sysdba to sri;
    After that I am able to create connection with role 'sysdba'. Hope this post would be useful for someone who tries.
    Thanks for your reply.
    Regards,
    Sabarisri. N
    Edited by: Sabarisri Nagalingam on May 6, 2011 2:42 PM

  • Code Page while creating a connection using pmrep

    Hi, I am creating a connection using pmrep by using the below command:- Createconnection -s "Microsoft SQL Server" -n <connection_name> -u <Conn_username> -p <Conn_pwd> -l <####> -b <dbname> -v <Servername> Here the -l option denotes code page which is mandatory. When I create the connection manually from workflow manager, I use code page as ""MS Windows Latin 1 (ANSI), superset of Latin1". However the same value is not valid when I use in the above command with -l option.It gives the error message as:-  "Unknown code page "MS Windows Latin 1 (ANSI), superset of Latin1" specified,Valid code pages are:US-ASCII, Latin1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, ISO-8859-10, JapanEUC, UTF-8, ISO-8859-15, IBM833, IBM834, MS874, IBM930, IBM933, IBM935, MS936, IBM937, IBM939, MS949, MS950, IBM1047, UTF-16BE, UTF-16LE, MS1361, gb18030, MS932, IBM037, IBM273, IBM280, IBM285, IBM297, IBM500, MS1250, MS1251, MS1252, MS1253, MS1254, MS1255, MS1256, MS1257, MS1258, JEF, KEIS, JIPSE, UNISYS, MELCOM, JEF-K, KEIS-K, JIPSE-K, UNISYS-K, MELCOM-K, JP-EBCDIC, JP-EBCDIK, HKSCS, UTF-32BE, UTF-32LE, UTF-16_PlatformEndian, UTF-16_OppositeEndian, UTF-32_PlatformEndian, UTF-32_OppositeEndian, UTF-7, IMAP-mailbox-name, SCSU, BOCU-1, CESU-8, IBM367, ISO-8859-13, IBM-942, IBM-943, IBM-33722, IBM-5050, IBM-1373, IBM-950, IBM-1375, IBM-1386, GB2312, GB_2312-80, IBM-964, IBM-949, cp949c, EUC-KR, IBM-971, KSC_5601, IBM-1363, IBM-1162, IBM-874, IBM437, cp850, cp851, IBM852, IBM855, cp856, cp857, cp858, cp860, cp861, cp862, cp863, cp864, cp865, cp866, IBM-867, cp868, cp869, KOI8-R, IBM-901, IBM-902, cp922, IBM-4909, IBM-1250, IBM-1251, IBM-1255, IBM-5351, IBM-1256, IBM-5352, IBM-1257, IBM-5353, IBM-1258, macintosh, x-mac-greek, x-mac-cyrillic, x-mac-centraleurroman, x-mac-turkish, hp-roman8, Adobe-Standard-Encoding, IBM-1277, cp1006, cp1098, cp1124, cp1125, IBM-1129, cp1131, IBM-1133, cp1381,ISO-2022-JP, JIS_Encoding, ISO-2022-JP-2, JIS7, JIS8, ISO-2022-KR, IBM-25546, ISO-2022-CN, ISO-2022-CN-EXT, HZ-GB-2312, JIS_X0201, windows-57002, windows-57003, windows-57011, windows-57010, windows-57007, windows-57004, windows-57005, windows-57008, windows-57009, LMBCS-1, LMBCS-2, LMBCS-3, LMBCS-4, LMBCS-5, LMBCS-6,LMBCS-8, LMBCS-11, LMBCS-16, LMBCS-17, LMBCS-18, LMBCS-19, IBM277, IBM278, IBM284, IBM290, IBM420, IBM424, IBM-803, IBM-838, IBM870, IBM871, IBM-875, IBM918, IBM-1025, IBM1026, IBM-1097, IBM-1112, IBM-1122, IBM-1123, IBM-1130, IBM-1132, IBM-1140, IBM-1141, IBM-1142, IBM-1143, IBM-1144, IBM-1145, IBM-1146, IBM-1147, IBM-1148, IBM-1149, IBM-1153, IBM-1154, IBM-1155, IBM-1156, IBM-1157, IBM-1158, IBM-1160, IBM-1164, IBM-1364, IBM-1371, IBM-1388, IBM-1390, IBM-1399, IBM-16684, IBM-4899, IBM-4971, IBM-12712, IBM-16804, IBM-1137, IBM-5123, IBM-8482, IBM-37-s390, IBM-1047-s390, IBM-1140-s390, IBM-1142-s390, IBM-1143-s390, IBM-1144-s390, IBM-1145-s390, IBM-1146-s390, IBM-1147-s390, IBM-1148-s390, IBM-1149-s390, IBM-1153-s390, IBM-12712-s390, IBM-16804-s390, ebcdic-xml-us, is-960, IBM1159, IBM13121, IBM13124, IBM4933, IBM835, IBM836, IBM837.Failed to execute Createconnection." How do I confirm which is the right code page value to used with -l option which gives me value equal to "MS Windows Latin 1 (ANSI), superset of Latin1" in the connection. I have tried US-ASCII and Latin1, they both do not give the desired result. Regards,Swapan

    Hi, I am creating a connection using pmrep by using the below command:- Createconnection -s "Microsoft SQL Server" -n <connection_name> -u <Conn_username> -p <Conn_pwd> -l <####> -b <dbname> -v <Servername> Here the -l option denotes code page which is mandatory. When I create the connection manually from workflow manager, I use code page as ""MS Windows Latin 1 (ANSI), superset of Latin1". However the same value is not valid when I use in the above command with -l option.It gives the error message as:-  "Unknown code page "MS Windows Latin 1 (ANSI), superset of Latin1" specified,Valid code pages are:US-ASCII, Latin1, ISO-8859-2, ISO-8859-3, ISO-8859-4, ISO-8859-5, ISO-8859-6, ISO-8859-7, ISO-8859-8, ISO-8859-9, ISO-8859-10, JapanEUC, UTF-8, ISO-8859-15, IBM833, IBM834, MS874, IBM930, IBM933, IBM935, MS936, IBM937, IBM939, MS949, MS950, IBM1047, UTF-16BE, UTF-16LE, MS1361, gb18030, MS932, IBM037, IBM273, IBM280, IBM285, IBM297, IBM500, MS1250, MS1251, MS1252, MS1253, MS1254, MS1255, MS1256, MS1257, MS1258, JEF, KEIS, JIPSE, UNISYS, MELCOM, JEF-K, KEIS-K, JIPSE-K, UNISYS-K, MELCOM-K, JP-EBCDIC, JP-EBCDIK, HKSCS, UTF-32BE, UTF-32LE, UTF-16_PlatformEndian, UTF-16_OppositeEndian, UTF-32_PlatformEndian, UTF-32_OppositeEndian, UTF-7, IMAP-mailbox-name, SCSU, BOCU-1, CESU-8, IBM367, ISO-8859-13, IBM-942, IBM-943, IBM-33722, IBM-5050, IBM-1373, IBM-950, IBM-1375, IBM-1386, GB2312, GB_2312-80, IBM-964, IBM-949, cp949c, EUC-KR, IBM-971, KSC_5601, IBM-1363, IBM-1162, IBM-874, IBM437, cp850, cp851, IBM852, IBM855, cp856, cp857, cp858, cp860, cp861, cp862, cp863, cp864, cp865, cp866, IBM-867, cp868, cp869, KOI8-R, IBM-901, IBM-902, cp922, IBM-4909, IBM-1250, IBM-1251, IBM-1255, IBM-5351, IBM-1256, IBM-5352, IBM-1257, IBM-5353, IBM-1258, macintosh, x-mac-greek, x-mac-cyrillic, x-mac-centraleurroman, x-mac-turkish, hp-roman8, Adobe-Standard-Encoding, IBM-1277, cp1006, cp1098, cp1124, cp1125, IBM-1129, cp1131, IBM-1133, cp1381,ISO-2022-JP, JIS_Encoding, ISO-2022-JP-2, JIS7, JIS8, ISO-2022-KR, IBM-25546, ISO-2022-CN, ISO-2022-CN-EXT, HZ-GB-2312, JIS_X0201, windows-57002, windows-57003, windows-57011, windows-57010, windows-57007, windows-57004, windows-57005, windows-57008, windows-57009, LMBCS-1, LMBCS-2, LMBCS-3, LMBCS-4, LMBCS-5, LMBCS-6,LMBCS-8, LMBCS-11, LMBCS-16, LMBCS-17, LMBCS-18, LMBCS-19, IBM277, IBM278, IBM284, IBM290, IBM420, IBM424, IBM-803, IBM-838, IBM870, IBM871, IBM-875, IBM918, IBM-1025, IBM1026, IBM-1097, IBM-1112, IBM-1122, IBM-1123, IBM-1130, IBM-1132, IBM-1140, IBM-1141, IBM-1142, IBM-1143, IBM-1144, IBM-1145, IBM-1146, IBM-1147, IBM-1148, IBM-1149, IBM-1153, IBM-1154, IBM-1155, IBM-1156, IBM-1157, IBM-1158, IBM-1160, IBM-1164, IBM-1364, IBM-1371, IBM-1388, IBM-1390, IBM-1399, IBM-16684, IBM-4899, IBM-4971, IBM-12712, IBM-16804, IBM-1137, IBM-5123, IBM-8482, IBM-37-s390, IBM-1047-s390, IBM-1140-s390, IBM-1142-s390, IBM-1143-s390, IBM-1144-s390, IBM-1145-s390, IBM-1146-s390, IBM-1147-s390, IBM-1148-s390, IBM-1149-s390, IBM-1153-s390, IBM-12712-s390, IBM-16804-s390, ebcdic-xml-us, is-960, IBM1159, IBM13121, IBM13124, IBM4933, IBM835, IBM836, IBM837.Failed to execute Createconnection." How do I confirm which is the right code page value to used with -l option which gives me value equal to "MS Windows Latin 1 (ANSI), superset of Latin1" in the connection. I have tried US-ASCII and Latin1, they both do not give the desired result. Regards,Swapan

  • How to create multi garnishment order for the same garnishment document

    Hi,
    Can anyone tell me how to create multi garnishment order for the same garnishment document. I tried to copy the entry in IT0195 but the sequence field is grayed out so it will just delete the old record. What configuration should I do to make this possible?
    Thanks a lot in advance.

    hi,
    As far as I got it.
    You cannot have multiple Garnishment order but if a need arises you have to maintain it in IT216.
    For that follow this path goto PA30->pernr->194->change->Garnishment->adjustment.
    Since like order you cannot maintain adjustment also directly.
    Regards,
    Amit
    Reward all helpful replies.

  • How to create dynamic connection in business view manager.

    Hi Sir,
    Can u explain how to create dynamic connection in business view manager.
    Thanks
    Vishali Raghava Raju

    HI Vaishali,
       Can you please elaborate your requirement ?
    -Regards
    B

Maybe you are looking for

  • How do i put the results from a calculation as the offset value

    hi .. i am trying to set the value of the mask offset from the results i get from a calculation. this is what i am trying to do i want to get a ROI from an image, so i used thresholding to separate it form the background then i find the centroid of t

  • PROFESSONAL TAX FORM - I

    Hi Frnds, PROFESSONAL TAX FORM - I CHANGE TO SUBMISSION NAME CORPORATION OF COIMBATORE At Present it is showing as CORPORATION OF CHENNAI. Please Guide. It Very Urgent. Raghav

  • Processor status in SPAU

    Hi, The objects during SPAU resolution have a red cross (processor status).Please can anyone explain what this is exactly. Also in our pre-prod and prod systems during SP upgrade in transaction SPAU we only have some objects with this red cross and t

  • Aperture 3 does not import video from iPhone

    Aperture 3 does not want to import my videos from iPhone anymore. This used to work perfectly fine before, now Aperture hangs as soon as I try to upload any video. Is this a known bug??

  • Elements, iphoto and camera raw

    Hello I have a few problems and hope someone can help me out. I installed Elements 9 (including the camera raw update), iphoto 11, Snow Leopard on my iMac. I did all of this so I can continue to shoot raw in my new camera, the Nikon D7000. I find I c