Unable to install SAP B1 8.8

I installed SAP B1 in my system but due to some reasons i had to uninstall it so i went thru the regular procedure. Now wen i am trying to install it it shows the its already installed in my system. i don want to format my system for this..Pls give me a solution

Hi........
Welcome to SAP Business One Forum.....
This happens due to the registry remain into the system.
You should clear all the temp files and delete SAP folder from C:\Program Files\SAP and restart the Computer.
If still problem exists then you have to delete the registry by third party software called CCleaner.......
Hope this will help you.........
Regards,
Rahul

Similar Messages

  • Unable to install SAP B1 on Windows server 2008 R2

    Hi
    I am unable to install the SAP Business one 2007 B PL00 on Windows server 2008 R2.
    Environment is set as following :
    1. SQL SERVER 2008 Installed on Server A
    2. SAP B1 to be installed on Server B
    3 Both servers are in domain
    4.Firewall is off
    5. ODBC Connection is tested Successfully
    6 Port is also seem to be ok.
    But  after Installing server tool, when trying to install the Server , in server type nothing is displayed.
    I also checked the connecting SQL server from the instance .
    Please help  is this is related to compatibility of Windows server 2008 R2 with 2007 B or so .
    Thanks & Regards
    RP

    Windows server 2008 R2 is not a supported OS for a lower 2007 version. You need to install a higher version.
    Hi Gordon ,
    It means I have to install SAP 2007 B PL10 afterwards upgrade it to the latest patch level .
    But searching in the forms , i have  seen some bopdy installed the SAP 2007 B PL15 on Windows server 2008 R2.
    Thanks in advance
    Regards
    RP

  • Unable to install SAP Passport certificate

    I'm getting exactly the same problem that Nancy Ruff was in thread 439036, "Not able to install SAP Passport certificate". That is, every time I try to download the certificate I get to the error page asking to set the flag to allow ActiveX controls to run. A 'partial' certificate is installed, but it doesn't work properly and has to be removed each time.
    I'm running IE6 SP2 and have checked all the settings indicated (as Nancy did) and they are all OK.
    Unfortunately, her solution was to remove NTuser.DAT and log in again (to recreate it). I can't do this as it will lose all other registry settings, so I need to find out what the problem actually is.
    Can anyone help?
    Derek Dongray.

    Hi,
    If you are unable to configure SAP passport certificate due to ActiveX issues, I recommend you download and install Internet Explorer ActiveX update. This works for Windows XP and Vista also (If you have IE 7 too). See the website below:
    http://support.microsoft.com/kb/912945
    Reward if the issue is resolved
    Rgds,
    Raghu

  • Unable to Install SAP BO 3.1 On windows 8

    Hi Experts,
    When I try to install SAP BO 3.1 on my PC,I am getting the below error.
    I have windows 8 on my system
    please view the screen shot and do the need full for me in this
    Thanks in Advance.....

    Make sure to restore your Windows 8 Image on your laptop.   You probably have other programs running which are conflicting with the installation. 
    Also make sure you have the right Microsoft Visual C++ loaded into your laptop.
    When running the installation execute it with windows xp compatibility.
    After you are doing so you should be all set.
    Best Regards,
    Anuar Holland.  SAP BO Senior Consultant

  • Unable to install SAP webAS on Windows 2003

    Hi Everyone , I am trying to install SAP WebAS Java 6.4. We use an Oracle Database and i want to deploy
    our web apps on the SAP WebAS . I get this error during installation :
    ERROR 2004-11-09 15:00:39
    CJS-00081 Assertion failed: in
    function sapdb_sql_query(db_nm, sql_s, db_node) {
    var ret_s = "";
    var sdbInst = new sdbInstance();
    sdbInst.dbName = db_nm;
    sdbInst.dbHost = (db_node == undefined) ? installer.getHostName() : db_node;
    var r_arr = sdb_sql_query(sql_s, sdbInst);
    ASSERT(arguments.callee, r_arr != undefined, "ERROR EXECUTING DBMCLI COMMAND!");
    if (r_arr[0] == "false") {
    var err_msg = "ERROR EXECUTING SQL QUERY: ";
    for (var i_cnt = 1; i_cnt < r_arr.length; i_cnt++) {
    err_msg = err_msg + r_arr[i_cnt];
    ASSERT(arguments.callee, false, err_msg);
    } else {
    end_l = new RegExp("END");
    for (i_cnt = 0; i_cnt < r_arr.length; i_cnt++) {
    if (end_l.test(r_arr[i_cnt])) {
    ret_s = r_arr[i_cnt + 1];
    break;
    return ret_s;
    ERROR EXECUTING SQL QUERY: OKERR-24988,ERR_SQL: sql error-5015,Missing keyword:USERGROUP,TIMEOUT,STANDARD,RESOURCE,REPLICATION,NOT,LIKE,EXCLUSIVE,DBA,COSTWARNING,COSTLIMIT,CACHELIMIT
    How do i get over this problem ?
    Thanks
    Ravi

    Hello Ravi,
    this problem probably occurred when a SQL user was trying to be created using a password with special characters, but failed.
    Could you please copy the last couple of lines of the protocol named 'XCMDOUT.log' into this thread?
    Regards,
    Roland

  • Unable to install SAP Netweaver 2004s in Solaris x64

    I am trying to install SAP Net2004s in solaris x64 and it has JDK1.6.
    For some reason the SAPINST keeps giving error "JDK version 1.5.0 and above is not supported by SAP.
    I downloaded and installed j2sdk1.4.2_24_b06 as per note 716604.
    Created environment variable as
    export JAVA_HOME=/opt/j2sdk1.4.2_24
    export PATH=$PATH:$JAVA_HOME/bin
    export SAPINST_JRE_HOME=opt/j2sdk1.4.2_24
    now if i execute java -version, again it is showing as Jdk1.6
    which java
    /usr/bin/java
    i am able to execute xclock.
    I renamed the softlink in /usr/java to java.old and created new one as /usr/java pointed to /opt/j2sdk1.4.2_24
    after this if i execute java -version, it gives an error "Error occurred during initialization of VM
    java/lang/NoClassDefFoundError: java/lang/Object"
    Now i checked the java executables, it is located in /opt/j2sdk1.4.2_24/bin/amd64/ (all java executables)
    Now i set the env PATH /opt/j2sdk1.4.2_24/bin/amd64 before the variable /ur/bin/java
    I tried creating env as "export PATH=$PATH:$JAVA_HOME/bin/amd64". But no luck.
    I would really appreciate if someone could help me to pass through this error.
    Thanks in advance.

    install a fresh JDK just need 64 bit version
    and set the environment variables accordingly,
    i did install java64bit and out put java -version is j2sdk1.4.2_24 64bit
    created env
    export JAVA_HOME=/opt/j2dsk1.4.2_24
    export PATH=$JAVA_HOME/bin:$PATH
    export SAPINST_JRE_HOME=/opt/j2dsk1.4.2_24
    export DISPLAY=XXX:0.0
    able to execute xclock
    But got the same error when i try to execute ./sapinst
    error "GUI not Connected......."
    i wonder that in java 64 bit,the executables are located in /opt/j2sdk1.4.2_24/bin/amd64/(all java executables)
    but when we execute ./sapinst, it shows as it is searching the executables in /opt/j2sdk1.4.2_24/bin
    i don't know if that matters.
    but just want to let you know that, i was able to get the sapinst gui, when pointing to java1.6 version, but unfortunatly sap won't support above java1.5.
    path of java1.6 executables - /usr/jdk/jdk1.6../bin/(all java executables)
    Please help me resolving this issue.

  • Unable to install SAP GUI 710

    Hi,
    I am trying to install SAP GUI 710 on my system which has Windows Vista as the OS. I have downloaded 3 zip files from the SAP Market place. They are
    50083078_2.zip
    50083078_4.zip
    50083078_5.zip.
    None of these zip files contain the .exe file which will help me in installing the SAP GUI.
    Let me know if there is any other link to download the GUI files.
    I do have SAP GUI 470 on my system now.
    Thank you in advance.
    Shankar.

    Hi Dieter,
    You are right that there are .exe files in that folder. But when I try to execute them, it says that the exe file NWSAPSETUP.exe is not present in its respective folder. And after that the execution stops.
    I doubt that there is something else which i need to do, can you please forward me or let me know the steps involved in implimenting the SAP GUI 710.
    Thank you in advance.
    Regards,
    Shankar.

  • Unable to install SAP WAS 6.40 sneak preview

    Hi,
    i tried to install SAP WAS 6.40 java sneak preview on my D:\ drive.
    ERROR 2004-08-15 22:10:35
    The file system on drive D: does not support access control lists. Choose a different drive.
    Can anyone Help me in this,
    Thanks for your help,
    regards

    hi,
    i changed my c:drive also to NTFS.
    now i am getting error during installation process.
    During "DeployOnline" stage it throws an exception:
    04/08/17 01:14:09 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/com.sap.lcrabapapi..
                         Reason: Internal EJB deployment error.; nested exception is:
                              com.sap.engine.services.ejb.exceptions.deployment.EJBFileGenerationException: Internal EJB deployment
    error.
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:469)
                              at
    com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1511)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:268)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:165)
                              at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:102)
                              at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:37)
                              at
    com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
                              at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
                              at java.security.AccessController.doPrivileged(Native Method)
                              at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
                              at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:140)
                         Caused by: com.sap.engine.services.ejb.exceptions.deployment.EJBFileGenerationException: Internal EJB
    deployment error.
                              at com.sap.engine.services.ejb.deploy.DeployAdmin.deploySingleJar(DeployAdmin.java:649)
                              at com.sap.engine.services.ejb.deploy.DeployAdmin.generate(DeployAdmin.java:263)
                              at com.sap.engine.services.ejb.EJBAdmin.deploy(EJBAdmin.java:2154)
                              at
    com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:975)
                              at
    com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:586)
                              at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java
    :301)
                              at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:332)
                              at
    com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:2945)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:454)
                              ... 10 more
                         Caused by: java.io.IOException: com.sap.engine.services.ejb.exceptions.BaseIOException: Errors while
    compiling:
                              at com.sap.engine.services.ejb.util.AdminUtils.compileExternal(AdminUtils.java:540)
                              at com.sap.engine.services.ejb.util.AdminUtils.compile(AdminUtils.java:469)
                              at com.sap.engine.services.ejb.deploy.DeployAdmin.deploySingleJar(DeployAdmin.java:646)
                              at com.sap.engine.services.ejb.deploy.DeployAdmin.generate(DeployAdmin.java:263)
                              at com.sap.engine.services.ejb.EJBAdmin.deploy(EJBAdmin.java:2154)
                              at
    com.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:975)
                              at
    com.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:586)
                              at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java
    :301)
                              at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:332)
                              at
    com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:2945)
                              at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:454)
                              at
    com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1511)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:268)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:165)
                              at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:102)
                              at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:37)
                              at
    com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
                              at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
                              at java.security.AccessController.doPrivileged(Native Method)
                              at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
                              at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:140)
                              at com.sap.engine.services.ejb.exceptions.BaseIOException.writeReplace(BaseIOException.java:272)
                              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                              at java.lang.reflect.Method.invoke(Method.java:324)
                              at java.io.ObjectStreamClass.invokeWriteReplace(ObjectStreamClass.java:896)
                              at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1011)
                              at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1332)
                              at java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:367)
                              at com.sap.exception.BaseExceptionInfo.writeObject(BaseExceptionInfo.java:741)
                              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                              at java.lang.reflect.Method.invoke(Method.java:324)
                              at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:809)
                              at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1296)
                              at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1247)
                              at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
                              at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1332)
                              at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1304)
                              at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1247)
                              at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
                              at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1332)
                              at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1304)
                              at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1247)
                              at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1052)
                              at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:278)
                              at com.sap.engine.services.rmi_p4.DispatchImpl.throwException(DispatchImpl.java:120)
                              at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:270)
                              ... 8 more
                         For detailed information see the log file of Deploy Service.
    04/08/17 01:14:09 -  ***********************************************************
    Aug 17, 2004 1:25:16 AM  Info: End of log messages of the target system.
    Aug 17, 2004 1:25:17 AM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Aug 17, 2004 1:25:17 AM  Error: Execution of deployment action for "com.sap.lcrabapapi" aborted:
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/com.sap.lcrabapapi..
    Reason: Internal EJB deployment error.;
    nested exception is:
         com.sap.engine.services.ejb.exceptions.deployment.EJBFileGenerationException: Internal EJB deployment
    error.
    (message ID:
    com.sap.sdm.serverext.servertype.inqmy.extern.EngineJ2EE620OnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Aug 17, 2004 1:25:24 AM  Error: Deployment NOT successful for com.sap.lcrabapapi
    Aug 17, 2004 1:25:24 AM  Info: SDM configuration: Do not automatically start/stop J2EE Engine. Do not restore state of J2EE
    Engine now.
    Aug 17, 2004 1:25:27 AM  Info: -
    Deployment was successful -
    Aug 17, 2004 1:25:33 AM  Info: Summarizing the deployment results:
    Aug 17, 2004 1:25:33 AM  Error: Admitted: D:\Extract_dir\SAPinst_WAS\J2EE-CD\J2EE-ENG\ONLINE\SAPJTECHS04_0.SCA
    Aug 17, 2004 1:25:41 AM  Error: Processing error. Return code: 4
    Thank you,
    regards

  • Unable to install SAP license

    Hi,
    We have just upgraded our SAP system from 4.6C to ECC6.0 and are now having problem trying to install SAP license. 
    The hardware key field is greyed out and we are not able to make any entry there and as a result, even if we can "import" the license, it is of no use.
    Pls help.

    Hi
    Basically you can either perform at SAP ABAP level using SLICENSE or it's still possible to install license at OS level also.
    If nothing works out, for now (until you find the fix) you even go with temporary license.
    Use be link that helps you with whole procedure
    http://help.sap.com/saphelp_nw04/helpdata/en/db/4a8338d22aa947e10000009b38f8cf/frameset.htm
    Regards
    Sekhar

  • Unable to install SAP BO EDGE 3.1 Trial on my laptop

    I downloaded SAP BO EDGE BI from SAP site (trial), and made a mistake to install it without database at the first time, at the end part of the installation it showed me an error cannot start CMS and gave me opt of retry and cancel.
    i canceled it.  now the installation ended in between there is no BO in start program as well as in control panel.
    second time i installed mysql then installed BO again. opted for advance opt. in bo and connected by providing the credential.
    but at the endpart of the installation same error raised.
    tried every hit and trial.
    dont know wt to do next.
    can anyone please help me. 
    Regards,
    anurag

    You can only install the client tools on Windows 7. Note that WIndows 7 is supported starting from BO XI 3.1 SP3.
    The BO Edge server can only be installed on Windows 2003 server or Windows 2008 server.
    Regards,
    Stratos

  • Preinstall check failed - Unable to install SAP HANA Client

    Hi all,
    Recently I had to format my system and after loading the Windows 8 I downloaded the SAP HANA Client, SAP HANA Studio and SAP HANA JDBC Drivers for re-distribution from https://hanadeveditionsapicl.hana.ondemand.com/hanadevedition/ into the default folder which is C:Programfiles:SAP HANA Client and Studio
    I installed the client and then the studio and then clicked on the executable ngdbc.jar file and clicked on ok.
    Then I went to SAP HANA 70 client win32 folder and clicked on the hdbsetup to load client. I am getting the following error:
    Preinstall check failed
    SDB::Install::System::getMountPointWin: Malformed file path normalization: "ngdbc.jar"
    Can any one please explain what this error is and how do I fix this error. I searched in the forum but could not find anything related to this error.
    Thank you.
    Regards
    Pavan.

    I am posting the results of my issues here, to be sure this is documented.
    Close all applications
    Uninstall SAP/b1 and all related components
    Delete folder X:\Program Files\sap
    Delete folder X:\Program Files (x86)\sap
    Open REGEDIT and clean out all parent keys where "HANA" appears
    Install the SAP/b1 client first!
    Run the HANA Client installation "...as Administrator"
    When the installation runs, it should default to "Install new"
    Make sure you set/select the folder path properly to show X:\Program Files\sap\hdbclient
    Once the clean-up was finished and the install was restarted, it installed without any issues.
    Thanks,
    ~ terry o.
    NOTE: Updated path 03/09/2015

  • Unable to install SAP Crystal Report before using VS 2010

    i have published a file using VS2010 but can't install Crystal report without installing VS 2010

    Hello,
    For issues regarding SAP Crystal Report, I suggest you posting it to:
    http://scn.sap.com/community/crystal-reports
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Unabl to start sap (DISP+WORK Stopped) While installing/importing database

    Dear Experts, As iam installing/ importing windows ecc 6.0  sr3 & DB2 9.5 ( Database exported using Hetrogeneous system copy from sqlserver 2005 to DB2), All phases finished and finally start sap failed due to db connect failure and i have tried by mmc and command mode but no hope. . Kindly help. trans log file and dev_w0 files below.
    _Trans log file_
    4 ETW000 r3trans version 6.14 (release 700 - 05.03.09 - 08:28:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 06.10.2009 - 05:15:05
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -x
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Tue Oct 06 05:15:07 2009                                                   0  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                                         0  0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                                                  0  0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dbdb6slib.dll' ...                                     0  0.000000
    4 ETW000  [dev trc     ,00000]  load shared library (dbdb6slib.dll), hdl 0                              9294  0.009294
    4 ETW000  [dev trc     ,00000]      using "E:\usr\sap\SA4\SYS\exe\uc\NTAMD64\dbdb6slib.dll"               41  0.009335
    4 ETW000  [dev trc     ,00000]  Library 'dbdb6slib.dll' loaded                                            25  0.009360
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dbdb6slib.dll                    23  0.009383
    4 ETW000  [dev trc     ,00000]  Version of 'dbdb6slib.dll' is "700.08", patchlevel (0.201)               641  0.010024
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dbdb6slib.dll                   26  0.010050
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dbdb6slib.dll                  26  0.010076
    4 ETW000  [dev trc     ,00000]  New connection 0 created                                                  36  0.010112
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                50  0.010162
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                                             31  0.010193
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:                24  0.010217
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                40  0.010257
    4 ETW000  [dev trc     ,00000]  Tue Oct 06 05:15:08 2009                                              472441  0.482698
    4 ETW000  [dev trc     ,00000]  DB2 library successfully loaded DB2 library '
    mascon-sap2\sapmnt\SA4\SYS\global\db6\WINDOWS_AMD64\db6_clidriver\bin\db2app64.dll' successfully loaded
    4 ETW000                                                                                51  0.482749
    4 ETW000                                                                                35  0.483487
    4 ETW000  [dev trc     ,00000]    (0.54) DB6: error handling in DBSL CLP (note 940260)                    24  0.483511
    4 ETW000  [dev trc     ,00000]    (0.69) DB6: technical support of DB2 CLI driver (note 962892)           25  0.483536
    4 ETW000  [dev trc     ,00000]    (0.73) DB6: log table name on TRUNCATE failure (note 970743)            24  0.483560
    4 ETW000  [dev trc     ,00000]    (0.79) DB6: column type XML in index size calculation (note 982993)
    4 ETW000                                                                                34  0.483594
    4 ETW000  [dev trc     ,00000]    (0.82) DB6: CAST for SSTRING data types (note 989568)                   24  0.483618
    4 ETW000  [dev trc     ,00000]    (0.86) DB6: long runtimes for R3szchk (note 1000847)                    24  0.483642
    4 ETW000  [dev trc     ,00000]    (0.88) DB6: patch collection Dec 06 (note 1005574)                      24  0.483666
    4 ETW000  [dev trc     ,00000]    (0.96) DB6: patch collection Jan 07 (note 1017852)                      24  0.483690
    4 ETW000  [dev trc     ,00000]    (0.97) DB6: CLP commands with DB2 CLI Driver (note 1024102)             24  0.483714
    4 ETW000  [dev trc     ,00000]    (0.99) DB6: SUBSTITUTE VALUES with FAE statements (note 1028779)        25  0.483739
    4 ETW000  [dev trc     ,00000]    (0.107) DB6: patch collection Apr 07 (note 1047194)                     24  0.483763
    4 ETW000  [dev trc     ,00000]    (0.110) DB6: SAP user names ending with non-ASCII char (note 1054555)
    4 ETW000                                                                                37  0.483800
    4 ETW000  [dev trc     ,00000]    (0.113) DB6: work process type in application snapshot (note 1059905)
    4 ETW000                                                                                88  0.483888
    4 ETW000  [dev trc     ,00000]    (0.114) DB6: connect using SAPDBHOST and DB2DB6_SVCENAME (note 1062049)
    4 ETW000                                                                                35  0.483923
    4 ETW000  [dev trc     ,00000]    (0.117) DB6: patch for execution of long DDL statements (note 1069658)
    4 ETW000                                                                                35  0.483958
    4 ETW000  [dev trc     ,00000]    (0.122) DB6: SNAPSHOT_TBS_CFG table function is deprecated (note 1077963)
    4 ETW000                                                                                35  0.483993
    4)
    4 ETW000                                                                                35  0.484718
    4 ETW000  [dev trc     ,00000]    (0.198) DB6: patch collection 02/09 (note 1294443)                      24  0.484742
    4 ETW000  [dev trc     ,00000]    (0.201) DB6: cobra enhancements (note 1315762)                          24  0.484766
    4 ETW000  [dev trc     ,00000]  Supported features:                                                       20  0.484786
    4 ETW000  [dev trc     ,00000]  ..retrieving configuration parameters                                     28  0.484814
    4 ETW000  [dev trc     ,00000]  ..done                                                                   475  0.485289
    4 ETW000  [dev trc     ,00000]  Running with UTF-8 Unicode                                                22  0.485311
    4 ETW000  [dev trc     ,00000]  Running with CLI driver.                                              376278  0.861589
    4 ETW000  [dev trc     ,00000]  DB2 client driver version '09.05.0004'                                373762  1.235351
    4 ETW000  [dev trc     ,00000]  Connected to DB server type 'DB2/NT64'                                  2467  1.237818
    4 ETW000  [dev trc     ,00000]  Connected to DB server version '09.05.0004'                              520  1.238338
    4 ETW000  [dev trc     ,00000]  Connected to 'SA4' as 'SAPSA4' schema 'SAPSA4' o.k.                    44597  1.282935
    4 ETW000  [dev trc     ,00000]  Connected: con_hdl=0 ; appl_hdl=19; appl_id="10.0.0.146.44548.091006101508"
    4 ETW000                                                                                50  1.282985
    4 ETW000  [dev trc     ,00000]  Database code page is ok.                                                480  1.283465
    4 ETW000  [dev trc     ,00000]  Tue Oct 06 05:15:09 2009                                              241001  1.524466
    4 ETW000  [dev trc     ,00000]  Database collating sequence is ok.                                        38  1.524504
    4 ETW000  [dev trc     ,00000]  DB2_WORKLOAD=SAP is set in DB2 registry as required.                   45663  1.570167
    4 ETW000  [dev trc     ,00000]  CLI Insert Buffering is disabled on single partition databases.        35785  1.605952
    4 ETW000  [dev trc     ,00000]  INFO: Unable to determine SAPDBHOST; defaulting to 'UNKNOWN'             255  1.606207
    4 ETW000  [dev trc     ,00000]  Connection 0 opened (DBSL handle 0)                                       27  1.606234
    4 ETW000  [dev trc     ,00000]  INFO: Unable to determine SAPDBHOST; defaulting to 'UNKNOWN'           20363  1.626597
    4 ETW000 Connected to database.
    4 ETW000  [dev trc     ,00000]  Disconnecting from ALL connections:                                    72901  1.699498
    4 ETW000  [dev trc     ,00000]  Disconnected from 'SA4'                                                 2049  1.701547
    4 ETW000  [dev trc     ,00000]  Disconnected: con_hdl=0 ; appl_hdl=19; appl_id="10.0.0.146.44548.091006101508"
    4 ETW000                                                                                46  1.701593
    4 ETW000  [dev trc     ,00000]  Disconnected from connection 0                                            79  1.701672
    4 ETW000  [dev trc     ,00000]  statistics db_con_commit (com_total=0, com_tx=0)                         121  1.701793
    4 ETW000  [dev trc     ,00000]  statistics db_con_rollback (roll_total=0, roll_tx=0)                      24  1.701817
    4 ETW000 Disconnected from database.
    4 ETW000 End of Transport (0000).
    4 ETW000 date&time: 06.10.2009 - 05:15:09
    dev_w0  file
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Tue Oct 06 05:07:11 2009
    B  create_con (con_name=R/3)
    B  Loading DB library 'E:\usr\sap\SA4\DVEBMGS00\exe\dbdb6slib.dll' ...
    B  Library 'E:\usr\sap\SA4\DVEBMGS00\exe\dbdb6slib.dll' loaded
    B  Version of 'E:\usr\sap\SA4\DVEBMGS00\exe\dbdb6slib.dll' is "700.08", patchlevel (0.201)
    C  DbSl trace SM50: switch request to level 1
    B  New connection 0 created
    M sysno      00
    M sid        SA4
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    201
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        3572
    M
    M  kernel runs with dp version 242000(ext=110000) (@(#) DPLIB-INT-VERSION-242000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 3572) [dpxxdisp.c   1349]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)          29792     (1752)
    M  DpShMCreate: sizeof(tm_adm)          5912704     (29416)
    M  DpShMCreate: sizeof(wp_ca_adm)          24064     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    M  ThTaskStatus: rdisp/reset_online_during_debug 0
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    X  mm.dump: set maximum dump mem to 96 MB

    M Tue Oct 06 05:07:12 2009
    M  ThInit: running on host mascon-sap2
    M  calling db_connect ...
    C  Registering callback for dynamic profile parameters
    C  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1233] CON = 0 (BEGIN)
    C  &+     DbSlConnectDB6: unable to open file: '
    mascon-sap2\sapmnt\SA4\SYS\global\dscdb6.conf'
    C                            
    C  &+                                                                               
    C  &+                                                                               
    C  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1233] (END)
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1451]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10561]

    M  Info for wp 0

    M    pid = 3572
    M    severity = 0
    M    status = 0
    M    stat = WP_RUN
    M    waiting_for = NO_WAITING
    M    reqtype = DP_RQ_DIAWP
    M    act_reqtype = NO_REQTYPE
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    attachedVm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server mascon-sap2_SA4_00 on host mascon-sap2 (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Tue Oct 06 05:07:12 2009
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10781
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >BtcCallLgCl< for event BEFORE_DUMP
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   723]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  261]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 3572) [dpnttool.c   333]
    Thanks in advanc
    Chidam

    Dear experts, As i have updated as per yours inputs and still unable to start sap. Kindly help.
    1. SAPDBHOST is now accepting and there is no issues on "SAPDBHOST unknown."
    2.  dscdb6.conf file  is available and it has all permission (including login userlevel)
    3.  dscdb6.conf  was recreated new and tried, still  dev_w0 shows 
    "M  ThInit: running on host mascon-sap2
    M  calling db_connect ...
    C  Registering callback for dynamic profile parameters
    C  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1233] CON = 0 (BEGIN)
    C  &+     DbSlConnectDB6: unable to open file: '
    mascon-sap2\sapmnt\SA4\SYS\global\dscdb6.conf' "
    4. Environment variable  all were added.
    Tans log file
    4 ETW000 r3trans version 6.14 (release 700 - 05.03.09 - 08:28:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 07.10.2009 - 06:34:10
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: r3trans -x
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Wed Oct 07 06:34:12 2009                                                   0  0.000000
    4 ETW000  [dev trc     ,00000]  db_con_init called                                                         0  0.000000
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                                                  0  0.000000
    4 ETW000  [dev trc     ,00000]  Loading DB library 'dbdb6slib.dll' ...                                     0  0.000000
    4 ETW000  [dev trc     ,00000]  load shared library (dbdb6slib.dll), hdl 0                              9419  0.009419
    4 ETW000  [dev trc     ,00000]      using "E:\usr\sap\SA4\SYS\exe\uc\NTAMD64\dbdb6slib.dll"               33  0.009452
    4 ETW000  [dev trc     ,00000]  Library 'dbdb6slib.dll' loaded                                            24  0.009476
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library dbdb6slib.dll                    23  0.009499
    4 ETW000  [dev trc     ,00000]  Version of 'dbdb6slib.dll' is "700.08", patchlevel (0.201)               635  0.010134
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library dbdb6slib.dll                   26  0.010160
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library dbdb6slib.dll                  26  0.010186
    4 ETW000  [dev trc     ,00000]  New connection 0 created                                                  36  0.010222
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                60  0.010282
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                                             31  0.010313
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:                24  0.010337
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                                41  0.010378
    4 ETW000  [dev trc     ,00000]  Wed Oct 07 06:34:13 2009                                              473631  0.484009
    4 ETW000  [dev trc     ,00000]  DB2 library successfully loaded DB2 library '
    mascon-sap2\sapmnt\SA4\SYS\global\db6\WINDOWS_AMD64\db6_clidriver\bin\db2app64.dll' successfully loaded
    4 ETW000                                                                                57  0.484066
    4 ETW000  [dev trc     ,00000]  Supported features:                                                       21  0.486055
    4 ETW000  [dev trc     ,00000]  ..retrieving configuration parameters                                     21  0.486076
    4 ETW000  [dev trc     ,00000]  ..done                                                                   491  0.486567
    4 ETW000  [dev trc     ,00000]  Running with UTF-8 Unicode                                                21  0.486588
    4 ETW000  [dev trc     ,00000]  Running with CLI driver.                                              329019  0.815607
    4 ETW000  [dev trc     ,00000]  DB2 client driver version '09.05.0004'                                266666  1.082273
    4 ETW000  [dev trc     ,00000]  Connected to DB server type 'DB2/NT64'                                  3005  1.085278
    4 ETW000  [dev trc     ,00000]  Connected to DB server version '09.05.0004'                              513  1.085791
    4 ETW000  [dev trc     ,00000]  Connected to 'SA4' as 'SAPSA4' schema 'SAPSA4' o.k.                    20120  1.105911
    4 ETW000  [dev trc     ,00000]  Connected: con_hdl=0 ; appl_hdl=381; appl_id="10.0.0.146.19717.091007113413"
    4 ETW000                                                                                44  1.105955
    4 ETW000  [dev trc     ,00000]  Database code page is ok.                                                 37  1.105992
    4 ETW000  [dev trc     ,00000]  Wed Oct 07 06:34:14 2009                                               52298  1.158290
    4 ETW000  [dev trc     ,00000]  Database collating sequence is ok.                                        34  1.158324
    4 ETW000  [dev trc     ,00000]  DB2_WORKLOAD=SAP is set in DB2 registry as required.                   18173  1.176497
    4 ETW000  [dev trc     ,00000]  CLI Insert Buffering is disabled on single partition databases.        10689  1.187186
    *4 ETW000  [dev trc     ,00000]  DbSlControl: returning SAPDBHOST='mascon-sap2'                           235  1.187421
    4 ETW000  [dev trc     ,00000]  Connection 0 opened (DBSL handle 0)                                       24  1.187445
    4 ETW000  [dev trc     ,00000]  DbSlControl: returning SAPDBHOST='mascon-sap2'                          5737  1.193182
    4 ETW000 Connected to database.*
    4 ETW000  [dev trc     ,00000]  Disconnecting from ALL connections:                                     9176  1.202358
    4 ETW000  [dev trc     ,00000]  Disconnected from 'SA4'                                                 2033  1.204391
    4 ETW000  [dev trc     ,00000]  Disconnected: con_hdl=0 ; appl_hdl=381; appl_id="10.0.0.146.19717.091007113413"
    4 ETW000                                                                                44  1.204435
    4 ETW000  [dev trc     ,00000]  Disconnected from connection 0                                            75  1.204510
    4 ETW000  [dev trc     ,00000]  statistics db_con_commit (com_total=0, com_tx=0)                         116  1.204626
    4 ETW000  [dev trc     ,00000]  statistics db_con_rollback (roll_total=0, roll_tx=0)                      23  1.204649
    4 ETW000 Disconnected from database.
    4 ETW000 End of Transport (0000).
    4 ETW000 date&time: 07.10.2009 - 06:34:14
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Wed Oct 07 06:03:29 2009
    B  create_con (con_name=R/3)
    B  Loading DB library 'E:\usr\sap\SA4\DVEBMGS00\exe\dbdb6slib.dll' ...
    B  Library 'E:\usr\sap\SA4\DVEBMGS00\exe\dbdb6slib.dll' loaded
    B  Version of 'E:\usr\sap\SA4\DVEBMGS00\exe\dbdb6slib.dll' is "700.08", patchlevel (0.201)
    C  DbSl trace SM50: switch request to level 1
    B  New connection 0 created
    M sysno      00
    M sid        SA4
    M systemid   562 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    201
    M intno      20050900
    M make:      multithreaded, Unicode, 64 bit, optimized
    M pid        304
    M
    M  kernel runs with dp version 242000(ext=110000) (@(#) DPLIB-INT-VERSION-242000-UC)
    M  length of sys_adm_ext is 576 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 304) [dpxxdisp.c   1349]
    I  MtxInit: 30000 0 0
    MX  <ES> client 0 initializing ....
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    X  mm.dump: set maximum dump mem to 96 MB
    M  ThInit: running on host mascon-sap2
    M  calling db_connect ...
    *C  Registering callback for dynamic profile parameters
    C  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1233] CON = 0 (BEGIN)
    C  &+     DbSlConnectDB6: unable to open file: '
    mascon-sap2\sapmnt\SA4\SYS\global\dscdb6.conf'
    C                            
    C  &+                                                                               
    C  &+                                                                               
    C  *** ERROR in DbSlConnectDB6[dbsldb6.c, 1233] (END)
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1451]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10561]*
    M    attachedVm = no VM

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server mascon-sap2_SA4_00 on host mascon-sap2 (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Wed Oct 07 06:03:29 2009
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10781
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >BtcCallLgCl< for event BEFORE_DUMP
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   723]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  261]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 304) [dpnttool.c   333]
    Thankyou
    Chidam.

  • SAP B1 2007 A unable to install

    HI
    I tried installing SAP B1 2007 A PL-00 (Base version )on Windows 2008 R2 platform , But after installing Server tools cannot able to install Server, cannot find the connectivity with SQL .
    Although , its is compatability issue ,I faced the same issue , which is resolved by installing higher base patch level PL 10 .
    Can anyone give me the link to download SAP Business One 2007 A higher version of patch level , might be i am bale to resolve the issue using this.
    Also i am not able to find the same on sbo-swcenter, i need PL 30 upgrade.
    Thanks in advance
    RP

    I am unable to install the SAP Business one 2007 B PL00 on Windows server 2008 R2.
    Environment is set as following :
    1. SQL SERVER 2008 Installed on Server A
    2. SAP B1 to be installed on Server B
    3 Both servers are in domain
    4.Firewall is off
    5. ODBC Connection is tested Successfully
    6 Port is also seem to be ok.
    But after Installing server tool, when trying to install the Server , in server type nothing is displayed.
    I also checked the connecting SQL server from the instance .
    Please help is this is related to compatibility of Windows server 2008 R2 with 2007 B or so .
    Although i have also download the PL30 tried with the package . cannot able to connect.

  • 2007A: Unable to install evaluation version of SAP B1 2007A

    we are trying to install SAP B1 2007A but we are only able to install 95% after that we are not able to install 5%.
    meghana

    Hi Meghana,
    Are you having problems during installation or during the download of the package?
    It happens from time to time that the connection brokes in the middle of the download and you have to relaunch it from the beginning.
    Regards
    Trinidad.

Maybe you are looking for

  • Error while applying patch the EBS R12.2 upgrade driver

    Hi, While running adpatch options=nocopyportion,nogenerateportion for an 11i to R12.2 upgrade we are getting the following error: About to update the current-view snapshot: Thu Mar 12 2015 16:08:18   Updating the current-view snapshot... Done updatin

  • Including a resource file in java

    hello all, I am new to java and the question I m asking may be quite basic. I have developed an application which is using a .jpg image file. In the code I m accessing the image by only specifying the name of the file (LoadFile("image.jpg")); instead

  • Can I open a new browser window from a movie clickbox

    Hi, This is a last question from me, I hope. (I'm within a month of delivery, and my boss keeps saying 'a user's asked for this or that', but I'm meeting many of their requests with technical obstacles. Oh dear.) Here's the question: From a caption c

  • Coding standards and naming convention

    Hi, Can anyone please provide any documentation available for BPM development. Would really appreciate for any pointers. Edited by: 905033 on Oct 23, 2012 2:54 AM

  • I just bought a brand new Photoshop CS5.

    I just bought a brand new Photoshop CS5. When I start the installing from the cd I have to type in my serial number, which is <serial number removed> The installer says "This serial number is used for Photoshop CS5" all is good. After installing the