Authentication Option "SAP" is seen in CMC but........

Hi All,
I have a problem in entitling the SAP BI system in BO CMC.Aftre installing SAP IKIT, I could see the Authentication Option "SAP" under Authentication in CMC.But when I double click on the option SAP,I don't see any response.Could anyone please help me out in solving this.
Thanks,
Madan Koka

In the CmcApp folder under tomcat -- there is a web.xml file . Can you search for and check if these entries exist?
<context-param>       
<param-name>config.logon.service.context</param-name>
<param-value>/PartnerPlatformService</param-value>
</context-param>   
<context-param>  
<param-name>config.logon.service.url</param-name>
<param-value>/service/app/logon.do</param-value>
</context-param>

Similar Messages

  • How to remove user authentication for SAP Web Service?

    Hi there,
    I am using SAP Web Services in my flex application. Every time wsdl url is called, the username\password window pops up. I want to remove this.
    I searched in the forum and based on the discussions, I tried giving the user name password under Web Service Administration using SOAMANAGER, by selecting No Authentication option. But this did not work. I still get that pop up.
    I also tried giving the credentials in SICF, under Logon Data tab of the service. This too failed. I kept getting the pop up.
    Can someone pls let me know how can I remove this? If username password in mandatory to be passed, I can create a temporary username which will be used to access all of my webservices and use it. But I want to remove this authentication part when I am using the flex application ang calling the web service url from within it.
    Appreciate your help.....
    -Deepak

    Hi,
    It is a little bit tricky, because the interface has changed several times in different releases. I know that it is possible without authentification.
    I remember that i defined somewhere the default client, the username and password in the ERP system to use by this web service.
    Maybe it helps if you try the old transactions WSADMIN, WSCONFIG or WSADMIN2 ?
    Sorry that I cannot help you more. I hope it helps.
    Best regards,
    Joern

  • Windows NTLM Authentication on SAP 4.6c (Platform AIX)

    I am trying to use NCo 2.0 for C# .Net application with Web Service and C# Web UI.
    My Users are in AD domain and need to authenticate on IIS via AD (Integrated NTLM)
    I need to implement single sign on for SAP integrated application.
    As per NCo documentation: I need to set-up trust relationship between IIS and SAP, use this trusted user (DOMAIN\IUSR_SAPPOOL) and send active directory  id as external id in connection string. All transaction should run with external user id context.
    Can someone help me with following question.
    1. Does NTLM trust relationship / authentication on SAP running on AIX? or Do I have to setup kerberos authetication?
    2. What SNC library needed for SAP (AIX instance)?
    3. How can I configure NTLM authentication on SAP (AIX instance) The NCo 2.0 documents only explains SAP (MS instance) configuration.
    What option do I have to get Single Sign On working?
    Any help is highly appreciated.
    Regards and Thank you in advance.

    > Hi Reiner,
    > Thank you very much for response, this is helpful
    > information.
    If you consider an answer as helpfull, please mark it with the button on the left side :-).
    > My options are pretty much limited,
    > I can't use NTLM since, AIX will not accept trust
    > -- NTLM Auth will not work with AIX
    > -- Kerberos auth have to have third party tool like
    > CyberSafe for SNC trust relationship.
    As I wrote, you can use any SNC provider. Especially Secude would be interesting, as it is available on all platforms.
    > I planning to try using SSO as mentioned in "Enabling
    > Single Sign-On for ASP.NET Applications in Enterprise
    > Portal 6"
    > Is this approach works with EP 5.0?
    This is a completely different approach: In the stuff I was writing to you before I was assuming that IIS would do the authentication. The other approach is that SAP Portal does it. This also works - EP 5.0 should be fine - but it works completely different. E.g. you doesn't need a trusted connection for SSO with MYSAPSSO2 ticket.
    > If any one has "sapsecu.dll" please send me at
    > [email protected] with same size as stated in
    > this document.
    This DLL is not allowed to be exported into some countries because it contains strong cryptography. You usually get it via your local SAP subsiduary.
    > My SSO ticket did not get created after following
    > steps in document, I am suspecting either sapsecu.dll
    > or veryfy.pse is wrong?
    Did you find a MYSAPSSO2 cookie in the request?

  • AD Authentication in SAP BOX1 3.1

    Hi All,
    We have SAP Business Objects X1 3.1 in our environment. We have requirement to enable AD Authentication in SAP.
    I have gone through the "SAP Administrator Guide" . We have many domains in our AD based on the region(like EU,LA)
    I have created a service account "abc" with the same name in all the domains.
    While setting the SPN. Am I supposed to create SPN separately for all the domains(like EU,LA)) with the same service class ?
    SETSPN.exe –A <ServiceClass>/<DomainName> <Serviceaccount>
    Ex :  SETSPN.exe –A BOBJ/EU abc
            SETSPN.exe –A BOBJ/LA abc
    Please help me in this regard
    Regards,
    Pavithra P

    Hi All
    I have set the SPN with the domain name of the service account . All the domains in AD are in the same forest and there is 2 way trust between each domains
    SETSPN.exe –A BOBJ/eu.xyz.net abc
    IN the CMC i mentioned the
    Default Domain : EU.XYZ.NET
    SPN - BOBJ/eu.xyz.net
    MY Krb5.ini file is as below
    [libdefaults]
    default_realm = EU.XYZ.NET
    dns_lookup_kdc = true
    dns_lookup_realm = true
    udp_preference_limit = 1
    default_tgs_enctypes = rc4-hmac
    default_tkt_enctypes = rc4-hmac
    [realms]
    EU.XYZ.NET = {
    default_domain = EU.XYZ.NET
    kdc = HostnameDC1.EU.XYZ.NET
    AP.XYZ.NET {
    default_domain = AP.XYZ.NET
    kdc = HostnameDC2.AP.XYZ.NET
    The users from EU(default domain) are able to login into infoview. But when the users from AP domain login they are facing the below error in foview
    Code:
    Account Information Not Recognized: Active Directory Authentication failed to log you on. Please contact your system administrator to make sure you are a member of a valid mapped group and try again. If you are not a member of the default domain, enter your user name as UserName@DNS_DomainName, and then try again. (FWM 00006)
    I enabled the debug function in C:\WINNT\bscLogin.conf. And here is the error message:
    Code:
    Debug is  true storeKey false useTicketCache false useKeyTab false doNotPrompt false ticketCache is null isInitiator true KeyTab is null refreshKrb5Config is false principal is null tryFirstPass is false useFirstPass is false storePass is false clearPass is false
          [Krb5LoginModule] user entered username: [email protected]  Acquire TGT using AS Exchange
          [Krb5LoginModule] authentication failed
    Cannot get kdc for realm AP.XYZ.NET
    Please let me know where i m doing wrong
    Regards,
    Pavithra

  • Line items seen in fbln but not in process open items

    Hi Gurus,
    one line item is seen in fbl3n but not in process open items in f-07,
    the entry is rent a/c Dr
                         to rent payable a/c
    we can see is fb03, fbl3n of both accounts
    Pl suggest. I am unable to clear

    Dear Shymalasandia,
    You can reach REGUP by se11 and insert the document number that You can see by FBL1N but not during the payment.
    Probably it is contained into a payment proposal (F110) and therefore You cannot pay it manually (to avoid double payment).
    If You find it into REGUP table, You have two options:
    1.pay it by F110
    2. delete the payment proposal by F110 (menu> edit> proposal--> delete) and pay it manually.
    I hope this helps.
    Mauri

  • Sales order is seen in MD04 but not on backorder report CO06.

    Hello friends,
    I went through several threads on backorder but couldn't find answers to my query.  Kindly help.  Thanks.
    - Are there any alternative to doing backorder processing ?
    - Can backorder processing be automated ?  How ?  What transaction ?
    - An MTO sales order is seen on MD04 but not seen in backorder processing (I think CO06) – so what could be the reasons ?
    - I believe SAP recommends one report to be run regularly to delete old/open sales orders – what is that and why it needs to be run ?  Does it have any affect on backorder processing ?
    - Chetan.

    Hi Chetan,
      Back orders are generally updated with the help of transaction V_V2.
      Let's say that you were supposed to deliver one order on 25.06.2007 but the delivery has not been created yet.
      Then V_V2 would determine the new schedule line date for this particular order along with the quantity which can be delivered on that particular date.
      You can automate the process by just putting the transaction V_V2 for background scheduling.This background scheduling can be done with the help of transaction SM36.
    Reward points if it helps.
    Regards
    Karan

  • Partner functions for a specific customer not seen in XD03 but appears in XD02

    Hello SAP Gurus,
    I have a situation where a partner functions for a specific customer not seen in XD03 but appears in XD02, In XD03 only one partner function (Ship to) appears but in XD02 (Sold to, Ship to, Bill to and payer appears), from the customer master I can see that account group for this customer has been changes to Sold to (Z001) from Ship to (Z002).
    I checked in settings for OB20 transaction for display customer centrally, it is in Display mode as required and not suprresed would like your inputs as to why this is happening and what can be done to fix this.
    Thanks and Regards
    Mohammed Roshan

    Hi ROshan,
      Open customer master in XD02  sales view and save it then check in XD03 it should display the partner functions.
    As you said the account group has been changed I think the records needs to be saved again.

  • Windows Integrated Authentication to SAP R/3

    Hi,
    I dont know weather this issue has to be posted here or in WAS or GUI.
    Is there any way to do the Integrates Windows Authentication to SAP R/3. Once the Users logs in to the Network domain adn then to SAP GUI, the User should not prompt for User id and should directlt take in to the Role Menu.
    I know for Portal it is possible, but i am not sure for R/3. Please let me know if there is any documentation for the same.
    Thanks & Regards
    Sumanth

    Sumath,
    there are various variants to do so:
    If your R/3 is running on Windows (and in the same / trusted domain), you can use SNC with either NTLM or Kerberos authentication
    Otherwise you can log on with SAP Logon Tickets. You mentioned already that you know NTLM/Kerberos is feasible with EP. Now, if you simply integrate your R/3 systems in EP by means of SAP logon tickets you have essentially a smooth SSO for your users.
    Finally, you can use ITS up to 6.20 on Windows to SSO to R/3 (the latter on not neccessarily on Windows, too). Simply setup webgui, active SAP logon tickets and configure the PAS service to use Windows authentication.
    Whatever you decide on, al alternatives are a piece of cake to set up.
    Regards,
    Dominik

  • Authentication tab SAP - BOxi Ent 3.1 and Int kit on AIX

    Hello
    Installation of BO-XI Enterprise 3.1 and SAP integration kit 3.1 on AIX. 
    Both products installed successfully. But on CM Console in authentication tab SAP
    is not appearing. Also when we try to  create new connection using universe designer
    from clients (Windows) we get following error
    u201CDBD: A runtime exception has occurred. (Licensed key checked failed.
    Check that you are licensed to access SAP data source)
    Regards
    Upendra

    Dear Stratos
    version libsapjco3 is 64 bit for aix
    eb components automatically deployed.
    At present we are using temporary license key.
    Following description may clear scenario.
    BO-XI Enterprise 3.1 and SAP integration kit 3.1 on AIX installed successfully.
    We are trying to create new connection to SAP BW system as data source using universe
    designer from clients (Windows) we get error from one client
    "DBD: An error occurred while trying to load the provider for transport sap.
    Failed to load library MDA_SAP. System error message u201Cthe specified module could not be foundu201D 
    From another client (PC) error come as
    u201CDBD: A runtime exception has occurred. (Licensed key checked failed. Check that you are licensed to access SAP data source)
    when we checked on CM Console in authentication tab SAP is not appearing.
    In short our BO system is not able to communicate with BW system.

  • Exceute in Backround option(SAP tables) error in BODS 4.2

    Dear All
    We are using BODS 4.2 SP1
    Our R3 server is 4.7 release 620
    We have a simple dataflow where we pull data from sap tables,pass it from query transform and then load it in the Oracle Database.
    In the SAP datastore configuration,we have selected "execute in background option".Also we have selected the same "execute in background option" by double clicking on SAP table in dataflow and selecting "execute in background option"(This option didn't exist in BODS 4.0 ).The query transform has some mixed 'and' and 'or' condition.
    In BODS 4.0 the job runs without any error and takes hardly 10 minutes.
    However in BODS 4.2,the same job fails.When we uncheck the background option under SAP table(not in datastore configuration,but under properties in SAP table),the job runs,but fails with timeout error in BODS 4.2.Their was no such issue in 4.0
    The user account under which job runs on R3 has all rights as mentioned in SAP note 189 1274 except these two:
    G_800S_GSE : This authorization allows Data Services to access ERP hierarchies.
    ZSDS DEV    : This authorization lets you to define whether the SAP system should be treated as a development or
                            production system from the perspective of Data Services.
    Some lines of the error code:
    The SAP job was canceled for host < >, job name <b966ddd5239f11e4998c0f7840a849bc>, job count <16124501>, job log from SAP
                                                         <20140814, 161245, Job started
                                                         20140814, 161245, Step 001 started (program /BODS/RPT_STREAM_READ_TABLE, variant &0000000000002, user ID MFIBODI)
                                                         20140814, 161246, ABAP/4 procPlessor: RAISE_EXCEPTION
                                                         20140814, 161246, Job cancelled
    Please help me out here.
    Regards
    Ankit

    Hi,
    Go to BIP Server->services.msc->Business objects data services->stop and restart the services.
    For Tomcat also stop and restart the services.
    Regards,
    Narasimha.

  • SAP EP Error: Dispatcher running but no server connected!

    Hi
    Every body
    I tried to activate the debug remote, I access on configTool and on the section of process node I activate the options of debugabble, enable debugable , restricted load balancing.
    Then I apply the changes and restart the services and my SAP EP didn't run. I try to deploy my app on NWDS and the it can't connect with vm and check whether the SAP J2EE Engine is up and running.
    All the services are running.
    Then I try to revert the configuration of debug to try deactivate the options, apply and restart the services but my SAP EP get the error:
    SAP WebAS Engine is starting...
    If this state does not change within a few minutes,
    please contact your system administrator.
    Check the recommendations in SAP Notes: 943498, 764417
    Message: Dispatcher running but no server connected!
      Details:   No details available
    All the services are running.
    How can I solve the problem.?

    This is the log trac.................
    trc file: "F:\usr\sap\EPD\JC00\work\dev_server0", trc level: 1, release: "701"
    node name   : ID1917850
    pid         : 4544
    system name : EPD
    system nr.  : 00
    started at  : Tue May 24 10:29:18 2011
    arguments       :
           arg[00] : F:\usr\sap\EPD\JC00\exe\jlaunch.exe
           arg[01] : pf=F:\usr\sap\EPD\SYS\profile\EPD_JC00_bvpmepd
           arg[02] : -DSAPINFO=EPD_00_server
           arg[03] : pf=F:\usr\sap\EPD\SYS\profile\EPD_JC00_bvpmepd
    [Thr 4408] Tue May 24 10:29:18 2011
    [Thr 4408] *** WARNING => INFO: Unknown property [instance.box.number=EPDJC00bvpmepd] [jstartxx.c   841]
    [Thr 4408] *** WARNING => INFO: Unknown property [instance.en.host=bvpmepd] [jstartxx.c   841]
    [Thr 4408] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 4408] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [F:\usr\sap\EPD\JC00\j2ee\cluster\instance.properties]
    -> ms host    : bvpmepd
    -> ms port    : 3901
    -> OS libs    : F:\usr\sap\EPD\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : F:\usr\sap\EPD\JC00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : bvpmepd
    -> ms port    : 3901
    -> os libs    : F:\usr\sap\EPD\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : F:\usr\sap\EPD\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID1917800  : F:\usr\sap\EPD\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID1917850  : F:\usr\sap\EPD\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID1917800            : F:\usr\sap\EPD\JC00\j2ee\cluster\instance.properties
    -> [01] ID1917850            : F:\usr\sap\EPD\JC00\j2ee\cluster\instance.properties
    [Thr 4408] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4408] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4376] JLaunchRequestFunc: Thread 4376 started as listener thread for np messages.
    [Thr 2556] WaitSyncSemThread: Thread 2556 started as semaphore monitor thread.
    [Thr 4408] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 4408] CPIC (version=701.2009.01.26)
    [Thr 4408] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_19-x64\
    [Thr 4408] JStartupICheckFrameworkPackage: can't find framework package F:\usr\sap\EPD\JC00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID1917850]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_19-x64\
    -> java parameters    : -XX:MaxNewSize=341M -XX:NewSize=341M -XX:MaxPermSize=512M -XX:PermSize=512M -XX:ReservedCodeCacheSize=64M -XX:CodeCacheMinimumFreeSpace=2M -XX:CompilerThreadStackSize=4096 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -XX:HandlePromotionFailure -XX:UseParNewGC -XX:DisableExplicitGC -XX:UseTLAB -XX:PrintGCTimeStamps -XX:PrintGCDetails -verbose:gc -Dsun.io.useCanonCaches=false -Djava.awt.headless=true -Djco.jarm=1 -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djava.security.policy=./java.policy -XX:+JavaMonitorsInStackTrace -Xbootclasspath/p:F:/usr/sap/DAA/SMDA97/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.8.2.2.0-201
    0-04-22/wily/connectors/AutoProbeConnector.jar;F:/usr/sap/DAA/SMDA97/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.8.2.2.0-2010-04-22/wily/Agent.jar -Dcom.wily.introscope.agent.agentName=EPD_JC00_server0 -Dcom.wily.introscope.agentProfile=F:/usr/sap/DAA/SMDA97/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.8.2.2.0-2010-04-22/wily/IntroscopeAgent.profile
    -> java vm version    : 1.4.2_19-rev-b07
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> stack size         : 2M
    -> root path          : F:\usr\sap\EPD\JC00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : F:\usr\sap\EPD\JC00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : F:\usr\sap\EPD\JC00\exe\jstartup.jar;F:\usr\sap\EPD\JC00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 4408] JLaunchISetDebugMode: set debug mode [no]
    [Thr 10136] JLaunchIStartFunc: Thread 10136 started as Java VM thread.
    [Thr 10136] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -XX:MaxNewSize=341M
    -> arg[  4]: -XX:NewSize=341M
    -> arg[  5]: -XX:MaxPermSize=512M
    -> arg[  6]: -XX:PermSize=512M
    -> arg[  7]: -XX:ReservedCodeCacheSize=64M
    -> arg[  8]: -XX:CodeCacheMinimumFreeSpace=2M
    -> arg[  9]: -XX:CompilerThreadStackSize=4096
    -> arg[ 10]: -XX:SurvivorRatio=2
    -> arg[ 11]: -XX:TargetSurvivorRatio=90
    -> arg[ 12]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 13]: -XX:+HandlePromotionFailure
    -> arg[ 14]: -XX:+UseParNewGC
    -> arg[ 15]: -XX:+DisableExplicitGC
    -> arg[ 16]: -XX:+UseTLAB
    -> arg[ 17]: -XX:+PrintGCTimeStamps
    -> arg[ 18]: -XX:+PrintGCDetails
    -> arg[ 19]: -verbose:gc
    -> arg[ 20]: -Dsun.io.useCanonCaches=false
    -> arg[ 21]: -Djava.awt.headless=true
    -> arg[ 22]: -Djco.jarm=1
    -> arg[ 23]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 24]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 25]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 26]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 27]: -Djava.security.policy=./java.policy
    -> arg[ 28]: -XX:+JavaMonitorsInStackTrace
    -> arg[ 29]: -Xbootclasspath/p:F:/usr/sap/DAA/SMDA97/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.8.2.2.0-2010-04-22/wily/connectors/AutoProbeConnector.jar;F:/usr/sap/DAA/SMDA97/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.8.2.2.0-2010-04-22/wily/Agent.jar
    -> arg[ 30]: -Dcom.wily.introscope.agent.agentName=EPD_JC00_server0
    -> arg[ 31]: -Dcom.wily.introscope.agentProfile=F:/usr/sap/DAA/SMDA97/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.8.2.2.0-2010-04-22/wily/IntroscopeAgent.profile
    -> arg[ 32]: -Dsys.global.dir=F:\usr\sap\EPD\SYS\global
    -> arg[ 33]: -Dapplication.home=F:\usr\sap\EPD\JC00\exe
    -> arg[ 34]: -Djava.class.path=F:\usr\sap\EPD\JC00\exe\jstartup.jar;F:\usr\sap\EPD\JC00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 35]: -Djava.library.path=C:\j2sdk1.4.2_19-x64
    jre\bin\server;C:\j2sdk1.4.2_19-x64
    jre\bin;C:\j2sdk1.4.2_19-x64
    bin;F:\usr\sap\EPD\JC00\j2ee\os_libs;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_19-x64\bin;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\WinRAR;F:\usr\sap\EPD\SYS\exe\uc\NTAMD64
    -> arg[ 36]: -Dmemory.manager=2048M
    -> arg[ 37]: -Xmx2048M
    -> arg[ 38]: -Xms2048M
    -> arg[ 39]: -Xss2M
    -> arg[ 40]: -DLoadBalanceRestricted=yes
    -> arg[ 41]: -Djstartup.mode=JCONTROL
    -> arg[ 42]: -Djstartup.ownProcessId=4544
    -> arg[ 43]: -Djstartup.ownHardwareId=W1658296922
    -> arg[ 44]: -Djstartup.whoami=server
    -> arg[ 45]: -Djstartup.debuggable=no
    -> arg[ 46]: -Xss2m
    -> arg[ 47]: -DSAPINFO=EPD_00_server
    -> arg[ 48]: -DSAPSTARTUP=1
    -> arg[ 49]: -DSAPSYSTEM=00
    -> arg[ 50]: -DSAPSYSTEMNAME=EPD
    -> arg[ 51]: -DSAPMYNAME=bvpmepd_EPD_00
    -> arg[ 52]: -DSAPDBHOST=BVPMEPD
    -> arg[ 53]: -Dj2ee.dbhost=BVPMEPD
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 10136] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 4852] Tue May 24 10:29:19 2011
    [Thr 4852] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 4852] Tue May 24 10:29:20 2011
    [Thr 4852] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 4852] JLaunchISetClusterId: set cluster id 1917850
    [Thr 4852] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 4852] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Tue May 24 10:29:24 2011
    5.804: [GC 5.805: [ParNew: 174592K->12953K(261888K), 0.0158996 secs] 174592K->12953K(2009856K), 0.0159580 secs]

  • What does the ~ symbol mean next to an event?  I have never seen this before but today when I edited a few events this appeared next to the event.

    What does the ~ symbol mean next to an event?  I have never seen this before but today when I edited a few events this appeared next to the event.

    Greetings,
    Hm. I've never seen that in iCal.  In some other Applications the tilde "~" indicates a restore point or a before / after for a file.  My guess is there is a broken cache file in iCal.
    Try:
    Go to Apple Menu > System Preferences > Language & Text > Formats > Region. Region should be set to the country of your choice. Do not have it set to "Custom" as this can have unexpected results in the iCal window.
    If that doesn't resolve the issue:
    1. First make an iCal backup:  Click on each calendar on the left hand side of iCal one at a time highlighting it's name and then going to File Export > Export and saving the resulting calendar file to a logical location for safekeeping.
    2. Go to iCal > Quit iCal
    3. Remove the following to the trash and restart your computer:
    Home > Library > Caches > com.apple.ical
    Home > Library > Calendars > Calendar Cache, Cache, Cache 1, 2, 3, etc. (Do not remove Sync Cache or Theme Cache if present)
    --- NOTE: To get to "Home > Library" in Lion: Click anywhere on the desktop and then click on the "Go" menu at the top of the computer screen while holding down the "option" key on the keyboard.  You will see "Library" in the menu.
    4. Launch iCal and test.
    If the issue persists:
    1. Go to iCal > Quit iCal
    2. Remove the following to the trash and restart your computer:
    Home > Library > Caches > com.apple.ical
    Home > Library > Calendars > Calendar Cache, Cache, Cache 1, 2, 3, etc. (Do not remove Sync Cache or Theme Cache if present)
    Home > Library > Preferences > com.apple.ical (There may be more than one of these. Remove them all.)
    --- NOTE: Removing these files may remove any shared (CalDAV) calendars you may have access to. You will have to re-add those calendars to iCal > Preferences > Accounts.
    3. Launch iCal and test.
    Hope that helps.

  • Authentication Option is greyed out in Design Studio 1.2 Client

    Hi,
    When i am launching the Design Studio 1.2 client the authentication button is disabled. I have entered the correct WEB SERVICE URL.
    Got the below from Trace files.
    operation =
    ID =
    message =
    cause exception =  java.lang.ExceptionInInitializerError
    cause ID =
    cause message =
    cause detail =  java.lang.ExceptionInInitializerError
      at com.businessobjects.dsws.session.Session.createStub(Session.java:201)
      at com.businessobjects.dsws.Consumer.<init>(Consumer.java:112)
      at com.businessobjects.dsws.session.Session.<init>(Session.java:143)
      at com.sap.ip.bi.zen.backends.bip.BiPlatformSystem.getAvailableAuthenticationTypes(BiPlatformSystem.java:1274)
      at com.sap.ip.bi.zen.backends.bip.ui.login.BiPlatformLogonPane.checkNetworkConnection(BiPlatformLogonPane.java:346)
      at com.sap.ip.bi.zen.backends.bip.ui.login.BiPlatformLogonPane$10.run(BiPlatformLogonPane.java:329)
      at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
      at com.sap.ip.bi.zen.backends.bip.ui.login.BiPlatformLogonPane.hostOrPortChanged(BiPlatformLogonPane.java:326)
      at com.sap.ip.bi.zen.backends.bip.ui.login.BiPlatformLogonPane$9.convert(BiPlatformLogonPane.java:318)
      at org.eclipse.core.databinding.ValueBinding$3.run(ValueBinding.java:167)
      at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:148)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:152)
      at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:170)
      at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:151)
      at org.eclipse.core.databinding.ValueBinding.access$4(ValueBinding.java:140)
      at org.eclipse.core.databinding.ValueBinding$1.handleValueChange(ValueBinding.java:45)
      at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:62)
      at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119)
      at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:55)
      at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.handleValueChange(DecoratingObservableValue.java:93)
      at org.eclipse.core.databinding.observable.value.DecoratingObservableValue$1.handleValueChange(DecoratingObservableValue.java:67)
      at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:62)
      at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119)
      at org.eclipse.core.databinding.observable.value.AbstractObservableValue.fireValueChange(AbstractObservableValue.java:71)
      at org.eclipse.core.internal.databinding.observable.DelayedObservableValue.internalFireValueChange(DelayedObservableValue.java:196)
      at org.eclipse.core.internal.databinding.observable.DelayedObservableValue.access$0(DelayedObservableValue.java:194)
      at org.eclipse.core.internal.databinding.observable.DelayedObservableValue$ValueUpdater.run(DelayedObservableValue.java:65)
      at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:148)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:152)
      at org.eclipse.jface.databinding.swt.SWTObservables$DisplayRealm.access$0(SWTObservables.java:1)
      at org.eclipse.jface.databinding.swt.SWTObservables$2.run(SWTObservables.java:563)
      at org.eclipse.swt.widgets.Display.runTimer(Display.java:4271)
      at org.eclipse.swt.widgets.Display.messageProc(Display.java:3358)
      at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
      at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2549)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
      at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
      at org.eclipse.jface.window.Window.open(Window.java:802)
      at com.sap.ip.bi.zen.ui.internal.dialogs.ZenTrayDialog.open(ZenTrayDialog.java:112)
      at com.sap.ip.bi.zen.ui.internal.dialogs.logon.server.LogonToZenServerDialog.open(LogonToZenServerDialog.java:24)
      at com.sap.ip.bi.zen.ui.internal.application.ZenApplicationWorkbenchWindowAdvisor.initiateLogon(ZenApplicationWorkbenchWindowAdvisor.java:336)
      at com.sap.ip.bi.zen.ui.internal.application.ZenApplicationWorkbenchWindowAdvisor.preWindowOpen(ZenApplicationWorkbenchWindowAdvisor.java:130)
      at org.eclipse.ui.internal.WorkbenchWindow.fireWindowOpening(WorkbenchWindow.java:1286)
      at org.eclipse.ui.internal.WorkbenchWindow.setup(WorkbenchWindow.java:578)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
      at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:877)
      at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:119)
      at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:84)
      at org.eclipse.e4.core.contexts.ContextInjectionFactory.inject(ContextInjectionFactory.java:73)
      at org.eclipse.ui.internal.Workbench.createWorkbenchWindow(Workbench.java:1396)
      at org.eclipse.ui.internal.Workbench.openWorkbenchWindow(Workbench.java:2474)
      at org.eclipse.ui.internal.Workbench.getWorkbenchPage(Workbench.java:1894)
      at org.eclipse.ui.internal.Workbench.setReference(Workbench.java:1913)
      at org.eclipse.ui.internal.Workbench.access$25(Workbench.java:1910)
      at org.eclipse.ui.internal.Workbench$35.handleEvent(Workbench.java:1850)
      at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)
      at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)
      at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
      at org.eclipse.swt.widgets.Display.syncExec(Display.java:4688)
      at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:205)
      at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
      at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
      at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
      at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
      at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
      at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
      at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
      at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
      at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
      at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:80)
      at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:58)
      at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
      at org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl.setContext(PartImpl.java:399)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:614)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$6.run(PartRenderingEngine.java:526)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:511)
      at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(ElementReferenceRenderer.java:61)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:949)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:633)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685)
      at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1096)
      at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:97)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:649)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685)
      at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:61)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:645)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685)
      at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:61)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:645)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685)
      at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:61)
      at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveRenderer.processContents(PerspectiveRenderer.java:59)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:645)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685)
      at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.showTab(PerspectiveStackRenderer.java:103)
      at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer.postProcess(LazyStackRenderer.java:97)
      at org.eclipse.e4.ui.workbench.renderers.swt.PerspectiveStackRenderer.postProcess(PerspectiveStackRenderer.java:77)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:649)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685)
      at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:61)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:645)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685)
      at org.eclipse.e4.ui.workbench.renderers.swt.SWTPartRenderer.processContents(SWTPartRenderer.java:61)
      at org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer.processContents(WBWRenderer.java:676)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:645)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:735)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:706)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:700)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:685)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1042)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
      at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
      at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
      at com.sap.ip.bi.zen.ui.internal.application.ZenApplication.start(ZenApplication.java:36)
      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
      at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
    Caused by: org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Class;@1c37d32 for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category) (Caused by org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Class;@1c37d32 for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category))
      at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
      at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
      at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:209)
      at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
      at org.apache.axis2.client.ServiceClient.<clinit>(ServiceClient.java:67)
      ... 166 more
    Caused by: org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Class;@1c37d32 for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category)
      at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:413)
      at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:529)
      ... 170 more
    Caused by: java.lang.NoClassDefFoundError: org/apache/log4j/Category
      at java.lang.Class.getDeclaredConstructors0(Native Method)
      at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
      at java.lang.Class.getConstructor0(Unknown Source)
      at java.lang.Class.getConstructor(Unknown Source)
      at org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:410)
      ... 171 more
    Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Category cannot be found by com.sap.ip.bi.zen.boesdk.lib_12.0.2.201311041735
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(Unknown Source)
      ... 176 more
    I am currently on WIN 7 SP1 32-bit. Java version 1.7.0_45.
    Any Ideas?
    Regards,
    Upendra.
    call stack trace =
    java.lang.ExceptionInInitializerError

    Hi Max / Bhavanam,
    I am facing the same issue with both DS 1.2 and 1.3 client. The trace file is similar to the one Bhavanam has indicated. None of the suggested solutions are working, the ones that are described in:
    Error "Could not initiate connection. Check the Web Service URL" when using BI Platform connection
    OS: Win 7 SP1 32 bit
    IE 9.0.8112.16421
    JRE 1.7.0_60
    The same web service URL is working for QaaWS, Crystal for Enterprise and Analysis for Office clients. It simply fails to work for Design Studio. No error message is shown and the authentication options are grayed out.
    Regards,
    Saikat

  • Microsoft Online Services Authentication option disabled in the OData Data Source for SSIS

    I am attempting to use the new OData source for SQL Server 2012 (
    http://www.microsoft.com/en-us/download/details.aspx?id=42280)
    to access SharePoint Online data. I should be able to do so by selection the "Microsoft Online Services Authentication" option, but it seems to be disabled. Does anyone know how to enable it?
    Cheers
    John

    Hi John,
    Glad to hear that you have resolved the issue by yourself. Thank you for sharing your valuable blog.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Authentication option is faded while connecting to analysis server.

    Hi All,
    I have installed sql server 2012 enterprise edition in my system. I am able to work on it. But, today I got a work to connect with Analysis service. I  want to connect with sql authentication but the authentication option is not editable and windows
    authentication is chosen by default. I am not able to change this into sql authentication. Somebody please help me to resolve this.
    Regards,
    Julie

    Hi Julie,
    According to your description, you want to use sql authentication in SSAS. Right?
    In Analysis Servcies, connections from a client application to an Analysis Services instance require Windows authentication (integrated). The Analysis Services client libraries only work with Windows security principles. For your requirement, it can't
    be achieved currently. I suggest you provide Microsoft a feature request at
    https://connect.microsoft.com/SQLServer
    so that we can try to modify and expand the product features based on your needs. 
    Reference:
    Authentication methodologies supported by Analysis Services
    Best Regards,
    Simon Hou
    TechNet Community Support

Maybe you are looking for

  • ORA-06550/PLS-00201 error while configuring data source

    Hi, My development platform is Visual Studio 2005, ODAC11g Release 1 (11.1.0.6.20), and Oracle 10g Release 2 database. I tried to setup a sqlDatasource in my web page using drag and drop features When I configure the sqlDatasource to use a stored pro

  • Payment term thread continuation with that

    Thank you all.for your  reply to previous thread of mine. So in relation to above my requirement is that Cash discount is based on payment term and differs from material to material. Suppose i maintain a cash discount of 1% for material x and the pay

  • Cant Back up to Time Machine

    Hi,need help on backing up to Time Machine.When i select my network drive, on the time machine window, it will return a error message.It says a OS system error 2.Can anyone help?

  • Attachment and web service

    hello, i have a problem with a web service. I must send a file as attachment. i need the code about the client and the server or some guides or link. To run the ws uses axis. Thank you

  • Crm technical tables

    Hi, all I need to know what are the most important  technical tables in crm that we generally across? points will be rewarded thanks madhuri