Java Server Proxy---Deployment error?

I am trying the scenario from this blog
/people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy
I am getting deployment error
May 30, 2006 1:39:34 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
[003]Deployment aborted
Settings
SDM host : sapep
SDM port : 50018
URL to deploy : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp57679JPS_EAR.ear
Deployment exception : Server sapep did not accept login request as apiadmin on port 50018 - CmdXmlFactory could not find Top Element within String: "null".
Inner exception was :
Server sapep did not accept login request as apiadmin on port 50018 - CmdXmlFactory could not find Top Element within String: "null".
Help me
Thanks

Hi Saru,
It seems u dont have the correct sdm password or someone has changed the sdm password.It has not accepted the credentials u have given during deployment.
Check with all Sap enterprise portal settings in the prefernces/NWDS
The host name,alias,port
If not done with
Try to change the sdm password using this Password trouble in SDM
restart server again after changes
even try
- Stop nd restart the sdm from yor NWDS and deploy once again
Thanks,
Swathi
Do offer pts:-)

Similar Messages

  • Error in Java Server Proxy 7.1

    Hi,
    i am working on Java Server Proxy in PI 7.1, i am able to deploy EAR file successfully.
    when i am execting the scenario i am getting the following error
    JPR could not process the message. Reason: No remote bean found for reference of class $Proxy2917.
    can any one help me to resolve this issue.
    if there is any Blog or documentation on Java proxy PI 7.1, can you please share with me.
    Thank You,
    Madhav

    Hi Madhav,
       i think you are facing error because you not defined you bean class peopely,and check the configuration of J2EE-engine.xml file .
    refer the link
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/ce/81a797cc9642c8bbef249bfd84dd45/content.htm
    Regards,
    Raj

  • Error code 403  in Java Server Proxy

    Hi All,
    I developed Java Server Proxy.
    1. I get the Generated files from IR.
    2. Implement those files in J2EE Application.
    3. Configure all .xml configuration files.
    4. Deploy the .ear file.
    5. Register the Bean in JPR registry.
    finally i put the file in source side then the file picked successfully.
    I checked in Message Monitor i got success message but I Checked in SXMB_MONI then i got the following error .
    ERROR:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">HTTP_RESP_STATUS_CODE_NOT_OK</SAP:Code>
      <SAP:P1>403</SAP:P1>
      <SAP:P2>Forbidden</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Error Report</title> <style> td {font-family : Arial, Tahoma, Helvetica, sans-serif; font-size : 14px;} A:link A:visited A:active </style> </head> <body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" rightmargin="0"> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" height="75"> <tr bgcolor="#FFFFFF"> <td align="left" colspan="2" height="48"><font face="Arial, Verdana, Helvetica" size="4" color="#666666"><b>  403 &nbsp Forbidden</b></font></td> </tr> <tr bgcolor="#3F73A3"> <td height="23" width="84"><img width=1 height=1 border=0 alt=""></td> <td height="23"><img width=1 height=1 border=0 alt=""></td> <td align="right" height="23"><font face="Arial, Verdana, Helvetica" size="2" color="#FFFFFF"><b>SAP J2EE Engine/7.00 </b></font></td> </tr> <tr bgcolor="#9DCDFD"> <td height="4" colspan="3"><img width=1 height=1 border=0 alt=""></td> </tr> </table> <br><br><br><br><br><br> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" height="75"> <tr bgcolor="#FFFFFF"> <td align="left" colspan="2" height="48"><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><b>  You are not authorized to view the requested resource.</b></font></td> </tr> <tr bgcolor="#FFFFFF"> <td align="left" valign="top" height="48"><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><b>  Details:</b></font></td> <td align="left" valign="top" height="48"><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><pre>  No details available</pre></font></td> </tr> </body> </html></SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP response contains status code 403 with the description Forbidden Error while sending by HTTP (error code: 403, error text: Forbidden)</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Please give me the sloution.
    Thanks,
    Bharathiraja R

    Hi
    Look into this blog where you have solutions for all Errors.
    /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi
    Error: HTTP 403 Forbidden
    Description: The server understood the request, but is refusing to fulfill it
    Possible Tips:
    Path sap/xi/engine not active
    • HTTP 403 during cache refresh of the adapter framework - Refer SAP Note -751856
    • Because of Inactive Services in ICF –Go to SICF transaction and activate the services. Refer SAP Note -517484
    • Error in RWB/Message Monitoring- because of J2EE roles – Refer SAP Note -796726
    • Error in SOAP Adapter - "403 Forbidden" from the adapter's servlet. –Because of the URL is incorrect or the adapter is not correctly deployed.
    Reward points if usefull..........

  • Exception using fault message in java server proxy.

    Hi All,
    I am trying to use Fault message inside my server proxy code in Asynchronous java server proxy. I am referring the below mentioned link :
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d06315a6-e66e-2910-039c-ba8bbbd23702?quicklink=index&overridelayout=true
    I successfully deployed my SDA file but while running the scenario(http-XI-ftp in PI7.11) i am getting the folowing exception under MDT:
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing inbound message. Exception: Cannot locate proxy bean ServerProxyFTTest3.
    I am using the following library refernces under application-j2ee-engine.xml file:  com.sap.aii.af.sdk.lib, com.sap.aii.proxy.svc, com.sap.xi.util.misc,com.sap.guid,com.sap.exception all of type "weak".
    I have checked almost all the forums related to fault messages in asynchronous java server proxy but couldn't find much help.
    Request you all to help me.
    Thanks
    Amit

    Hi Rajesh,
    I am deploying my SDA file on Non Central Adapter Engine.
    I have also registered my interface using:
    http://ISVSAPPISB:51000/ProxyServer/register?ns=http://infosys.com/poc&interface=SI_Proxy_IA&bean=localejbs/ServerProxyFTTest3&method=sIProxyIA
    But still i ma getting the same exception.
    Hi Gabriel,
    I implemented my scenario using the same. But in addittion to the librarry referneces mentioned over there i have added one more refrence in it "com.sap.exception"  of type "weak". My structure is like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <application-j2ee-engine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="application-j2ee-engine.xsd">
    <reference reference-type="weak">
      <reference-target provider-name="sap.com" target-type="library">com.sap.aii.af.sdk.lib</reference-target>
      </reference>
    <reference reference-type="weak">
      <reference-target provider-name="sap.com" target-type="service"> com.sap.aii.proxy.svc</reference-target>
      </reference>
    <reference reference-type="weak">
      <reference-target provider-name="sap.com" target-type="library">com.sap.xi.util.misc</reference-target>
      </reference>
    <reference reference-type="weak">
      <reference-target provider-name="sap.com" target-type="library">com.sap.guid</reference-target>
      </reference>
        <reference reference-type="weak">
      <reference-target provider-name="sap.com" target-type="library">com.sap.exception</reference-target>
      </reference>
        </application-j2ee-engine>
    Please help.
    Thanks
    Amit

  • Exception in Java Server proxy

    Hi,
    I created a synchronous Java Server Proxy , and when i tested it i got this error
    *Could not parse XMBMessage due to No SOAP Envelope but 1 MT_ProxyInput*
    What could i be doing wrong?
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>
      <SAP:P1>500</SAP:P1>
      <SAP:P2>Internal Server Error</SAP:P2>
      <SAP:P3>com.sap.aii.af.ra.ms.api.DeliveryException: Could not create Message from TransportMessage. Reason: com.sap.aii.af.ra.ms.api.MessagingException: com.sap.aii.af.ra.ms.api.MessagingException: Could not parse XMBMessage due to No SOAP Envelope but 1 MT_ProxyInput</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>HTTP server code 500 reason Internal Server Error explanation com.sap.aii.af.ra.ms.api.DeliveryException: Could not create Message from TransportMessage. Reason: com.sap.aii.af.ra.ms.api.MessagingException: com.sap.aii.af.ra.ms.api.MessagingException: Could not parse XMBMessage due to No SOAP Envelope but 1 {http://</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>

    I chose HTTP instead of Xi adapter type

  • What to in SLD (Business and Technical sys)for Java server Proxy?

    I am using java server proxy for communicating with XI.
    I have HTTP as sender comm channel and XI as Receiver comm channel and this is the error i got in SXMB_MONI.
    What to give in SLD for java Server proxy, i have given Web as Java.....is this what the error says.Help is highly appreciated.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Request Message Mapping
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_Folder_MM_</SAP:P1>
      <SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException</SAP:P2>
      <SAP:P3>Fatal Error: com.sap.engine.lib.xml.parser.Parser~</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Während des Anwendungs-Mappings com/sap/xi/tf/_Folder_MM_ wurde eine com.sap.aii.utilxi.misc.api.BaseRuntimeException geworfen: Fatal Error: com.sap.engine.lib.xml.parser.Parser~.</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    =====================
    Thanks

    Hi,
    Refer this configuration guide:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ac6de690-0201-0010-54ac-8923089dcc97
    Refer these too:
    Java Proxy Inside Story Part I
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b2096f9
    Java Proxy Inside Story Part II
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903501d
    Regards
    suraj
    Message was edited by: S.R.Suraj
    Message was edited by: S.R.Suraj

  • Problem in registering the java server proxy interface...

    Hi All,
    I have created a java server proxy(in PI 7.1) using the below mentioned blog:
    /people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy
    But the problem comes when i am trying to register the interface( on non central j2ee adapter engine) and ends up with getting unauthorization error even though i am having piappluser access. I am trying to register it using below mentioned URL:
    http://ISVSAPPISB:51000/ProxyServer/register?ns=xxxxx&interface=SI_Proxy_IA&bean=localejbs/sap.com/EARServerProxy/SIProxyIA_PortTypeBean&method= sIProxyIA
    xxxx-namespace
    So ,please anyone can tell me what authorization should i have in order register my server proxy interface.
    Thanks

    hi,
    >>>2) Plz tell me how to check whether my java server proxy interface got registered successfully or not.
    use listAll option form this page:
    http://help.sap.com/saphelp_nw04/helpdata/en/a4/d5b3b0b16843b3867c0245d9847ae5/content.htm
    Regards,
    Michal Krawczyk

  • Java Server Page Translation Error

    Hello !
    I'm new in JSP pages and i try to launch Hello.jsp on Java Web Server(2.0)
    I get the following error :
    java Server Page Transalation Error
    Error during compilation
    Can't load class : pagecompile.jsp._Hello
    With Hello.jsp :
    <html>
    <head>
    <title>My first JSP page
    </title>
    </head>
    <body>
    <%@ page language="java %>
    <% System.out.println("Hello World"); %>
    </body>
    </html>
    This is put in the directory public_html
    And and call it with http//myhostname:8080/Hello.jsp
    I really don't understand what the matter with that !
    Thanks very much to help me !

    Sorry i found this error.
    But i've another :
    The html page is generated but Hello World is not printed !
    Have you got an idea ?
    Thanks

  • Java Server Proxy

    Hi all,
    I need to implement Java server proxy.
    Could you please suggest the possible scenarios that can be implemented.
    Thanks,
    Neha

    Hello Neha,
    How to create proxy.
    http://help.sap.com/saphelp_nw04/helpdata/en/14/555f3c482a7331e10000000a114084/frameset.htm
    How to Activate Proxy.
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    Java Proxy
    /people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy
    /people/prasad.ulagappan2/blog/2005/06/27/asynchronous-inbound-java-proxy
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies
    http://sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b2096f9
    https://sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903501d
    Thanks,
    Satya Kumar
    Reward points if it is useful to you..
    Edited by: SATYA KUMAR AKKARABOYANA on Apr 17, 2008 11:07 AM
    Edited by: SATYA KUMAR AKKARABOYANA on Apr 17, 2008 11:09 AM

  • Java Server Proxy Monitoring

    hi......All
    let me explain my scenario.Client java proxy connect to the JMS Server and receive the Messages and send through the XI and Java Server Proxy send that messages to the multiple Queues based on that message ROUTE ID.now the SXMB-Moni showing successful flag but how can we monitor the  java server proxy
    with warm regards,
    madhu

    hi
    ref this
    Re: Java Proxy Monitoring
    Java Server Proxy
    XI Configuration for Java Server Proxy

  • Error in Java Server Proxy in PI 7.1

    Hi Gurus,
       Can you please help me whether for Java server Proxies ,registration of interfaces are required or not in PI 7.1? I am using one synchronus interface(stateless).I have developped the proxy by connecting the ESR from NWDS and generating the Java skeleton from that interface.It is deployed and I tested the WSDL also after creating the service endpoint.It is running fine.
                   But while trying to use that proxy in an end-to-end scenario and triggering the msg from RWB->integration engine,even after registering it is giving the error "Cannot locate proxy bean localejbs/sap.com/JavaProxyServer/CalculatorImplBean"
    Is it also requirred in PI 7.1 to register the interface?If not,the what should be the next step?
    Thanks,
    Jaydeep

    Hi,
    I am working on java proxy PI7.1.
    I have follwed the steps provided in the below link
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/508bb504-87cf-2c10-2aaf-f3a5df75e651?quicklink=index&overridelayout=true
    I have Generates an outbound JAX-WS proxy based on the WSDL document.
    And i didnt get the further steps.
    Please advice me how to deploy the java proxie.
    Thanks,
    Sabitha

  • Java Server Proxy Generation in PI 7.1 / NW Developer Studio

    I have gone through the document on how to create the java proxies. But the details are related to PI 7.0
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b07fc2113ab?quicklink=index&overridelayout=true
    I understand that the mechanism to create Java server proxies in PI 7.1 is similar. But I read some online help document where it is mentioned that the Java proxies should be created from NW Developer Studio and it will be disabled in PI in future releases.
    I can see the option of generating java proxies using the WSDL file or the RFC function in the Studio.
    But how to generate the java server proxies for a given server definition in the service repository from developer studio? Is there any document that explains these details?
    One more question, the generated proxy classes in PI 7.0 are based on EJB 2.0,  Are the proxies generated in PI 7.1 as per EJB 3.0?
    Sorry for asking too many questions. I would appreciate if you provide me the pointers / links that gives the details.
    Thanks and Regards.

    I guess I know why this behaviour occured. What I did was mixing the two types of java proxies currently available by creating a web service client in NWDS for a XI 3.0 compatible service interface.
    After opening a OSS ticket SAP told me that using service proxies created in NWDS using proxy runtime will be available from PI 7.11 SP1 onwards. In prior releases the old approach of creating proxies in ESR/IR is to be used.
    Cheers,
    Manfred

  • Java card Manager Deployment Error

    Hi
    i try to write the applet to the smart card, i got following error in JavaCard Manager, Can any one tell what is the exact issue here
    Following parameters i set in Javacard Manager
    AID:0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x00 0x00
    PID:0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x00
    output console
    Start Compiling
    Compilation Successfull
    Start Converting
    Conversion Successfull
    Start DeploymentCMD:
    ".\GPShell\GPShell.exe" .\target\be\msec\smartcard\GPShell.scp
    mode_201
    gemXpressoPro
    enable_trace
    establish_context
    card_connect
    * reader name Gemalto Prox-DU Contact_10900188 0
    select -AID A000000018434D00
    Command --> 00A4040008A000000018434D00
    Wrapped command --> 00A4040008A000000018434D00
    Response <-- 6A82
    select_application() returns 0x80216A82 (6A82: The application to be selected could not be found.)
    Deployment Error

    i tried to write applet using this application(gpj.sf.net)
    SMART CARD:Gemalto TOPDLv2)
    its ISD is A0 00 00 00 03 00 00 00h
    but when i write an applet to card (using command java -jar gpj.jar - sdaid A000000003000000 ) Following error came in console
    Found terminals: [PC/SC terminal Gemalto Prox-DU Contact_10900188 0, PC/SC terminal Gemalto Prox-DU Contactless_10900188 0]
    Found card in terminal: Gemalto Prox-DU Contact_10900188 0
    ATR: 3B 16 96 41 73 74 72 69 64
    DEBUG: Command APDU: 00 A4 04 00 08 A0 00 00 00 03 00 00 00
    DEBUG: Response APDU: 6A 82
    net.sourceforge.gpj.cardservices.exceptions.GPSecurityDomainSelectionException: Could not select AID A0 00 00 00 03 00 00 00 , SW: 6A 82
    at net.sourceforge.gpj.cardservices.GlobalPlatformService.open(GlobalPlatformService.java:246)
    at net.sourceforge.gpj.cardservices.GlobalPlatformService.main(GlobalPlatformService.java:1575)
    How i can solve this issue?

  • Error while deploying inbound java server proxy on PI7.1....

    Check this link:
    https://wiki.sdn.sap.com/wiki/display/JSTSG/(JSTSG)(TG)Q1127
    Regards,
    Ravi

    Hi Ravi,
    As recommended i tried to re deploy my sda file after removing fail over elemet but now i am getting some other exception for different xml file named as ejb-jar.xml file . The exception is like this:
    [ERROR CODE DPL.DS.5402] JLinEE reported following erros for pi.is.poc/JAVASERVERPROXY application.
    ERRORS:
    Bean Interfaces: The local home interface "com.sap.aii.proxy.xiruntime.core.AbstractProxyInboundLocalHome4" cannot be found in the search path., file: JavaServerProxy.jar#META-INF/ejb-jar.xml, column 0, line 0, severity: error * Bean Interfaces: The home interface "com.sap.aii.proxy.xiruntime.core.AbstractProxyInboundHome4" cannot be found in the search path., file: JavaServerProxy.jar#META-INF/ejb-jar.xml, column 0, line 0, severity: error * Bean Interfaces: The remote interface "com.sap.aii.proxy.xiruntime.core.AbstractProxyInboundRemote4" cannot be found in the search path., file: JavaServerProxy.jar#META-INF/ejb-jar.xml, column 0, line 0, severity: error * Bean Interfaces: The local interface "com.sap.aii.proxy.xiruntime.core.AbstractProxyInboundLocal4" cannot be found in the search path., file: JavaServerProxy.jar#META-INF/ejb-jar.xml, column 0, line 0, severity: error * Bean Interfaces: stateless bean "SIProxyIA_PortTypeBean" should have at least one of the following interface pairs: "local" and "local-home", "home" and "remote" or service endpoint interface, file: JavaServerProxy.jar#META-INF/ejb-jar.xml, column 0, line 0, severity: error
    Hint: 1) Given application file is not valid one.
    sdu=name 'JAVASERVERPROXY', vendor 'pi.is.poc', location 'JAVASERVERPROXY', version '2', softwareType ''J2EE', sub type '''clusterDescriptor=null]
    Oct 16, 2009 9:38:37 AM  [Error ]:Deployment Exception during deployment phase 'DeploymentException',cause=An error occurred while deploying the deployment item 'pi.is.poc_JAVASERVERPROXY'.; nested exception is:com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of pi.is.poc_JAVASERVERPROXY. Cannot deploy it.
    Thanks
    Amit Srivastava

  • Essbase server cube deployment error

    Hi All ,
    I have installed essbase 11.1.2 in windows machine with oracle DB.
    i have tried both the options .
    cube deployment wizard-> data source setting - 1) ODBC (Essbase dynamic create option)
    2) ODBC(DSN name)
    while deploying a cube in server 11.1.2 i m getting following error
    ==========Exception=====================
    com.hyperion.cp.datasources.export.essbase.dimbuild.EssDimensionBuilder.buildDimension(EssDimensionBuilder.java:337)
         at com.hyperion.cp.datasources.export.essbase.EssbaseMain.createEssbaseCube(EssbaseMain.java:777)
         ... 35 more
    Caused by: com.essbase.api.base.EssException: Cannot get async process state. Essbase Error(1021001): Failed to Establish Connection With SQL Database Server. See log for more information
         at com.essbase.server.framework.EssOrbPluginDirect.ex_olap(Unknown Source)
    =====================================
    Query -> 1) Which username and pwd i need to use for DSN configuration - catalog user/pwd (user/pwd in server.properties) or Sample Database user/pwd ?
    2) In both the case i m getting the same error .
    Please help
    Ayush

    Hi All ,
    i set the property server.essbase.streamingCubeBuilding=true and restarted the server.
    Used default option in data source setting - 1) ODBC (Essbase dynamic create option)
    Failed to Establish Connection prioblem is solved .
    While processing Product dimension i m getting below issue for colum name ENGLISHPRODUCTSUBCATEGORYNAME,
    the alias used for this column is ENGLISHPRODUCTSUBCATEGORYNAME CUID , it's more than 30 char long.
    How can i solve this issue as query is created by the studio/server .
    ==========Query=========
    SELECT DISTINCT cp_107."ENGLISHPRODUCTCATEGORYNAME" as "ENGLISHPRODUCTCATEGORYNAME", cp_107."ENGLISHPRODUCTCATEGORYNAME" as "ENGLISHPRODUCTCATEGORYNAME CUID", cp_105."ENGLISHPRODUCTSUBCATEGORYNAME" as "ENGLISHPRODUCTSUBCATEGORYNAME", cp_105."*ENGLISHPRODUCTSUBCATEGORYNAME*" as "*ENGLISHPRODUCTSUBCATEGORYNAME CUID*", cp_114."ENGLISHPRODUCTNAME" as "ENGLISHPRODUCTNAME", cp_114."ENGLISHPRODUCTNAME" as "ENGLISHPRODUCTNAME CUID" FROM "ADVWORKS"."DIMPRODUCTCATEGORY" cp_107 INNER JOIN "ADVWORKS"."DIMPRODUCTSUBCATEGORY" cp_105 ON (cp_107."PRODUCTCATEGORYKEY"=cp_105."PRODUCTCATEGORYKEY") INNER JOIN "ADVWORKS"."DIMPRODUCT" cp_114 ON (cp_105."PRODUCTSUBCATEGORYKEY"=cp_114."PRODUCTSUBCATEGORYKEY")
    ======================
    ==============Exception=============
    Caused by: java.sql.SQLSyntaxErrorException: ORA-00972: identifier is too long
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:91)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
    ==================================
    Thanks
    ayush
    Edited by: user11181162 on Aug 10, 2010 12:39 PM

Maybe you are looking for

  • Upgrading PeopleSoft and Risks with Custom Development

    My company's parent is on PS 8.8, and is trying to bring my company into their system. To do this, they are going to have to do a lot of custom development surrounding labor-based project costing. From some of the PeopleSoft developers, I am hearing

  • 4500-X dual active recovery

    I have a pair of 4500-X running 3.5.2.E that I am configuring for deployment.  I was moving some cables around and got one of the switches int dual-active recover mode.  The prompt is Switch(recovery-mode)>.  I am sure I can simply reload the module,

  • Data_length of number data type

    when I checked for the columns with data type as number in dba_tab_cols it is showing 22 for all the columns irrespective of the precision and scale. why is it so? also can you tell what data length exactly means? Edited by: user12288160 on May 19, 2

  • Old DVD tracker appearing alongside Yosemite upgrade DVD

    I upgraded to OS X Yosemite and the old DVD player tracking icon still comes up with the new. It usually goes away if I eject the DVD and reinsert it, but I don't know how to get rid of the old one altogether. Thank you in advance.

  • Physical standby 10.2.0.1.0

    How can I know the sync or Async redo transfer going on from primary server to standby. I am using MAXIMUM AVAILABILITY protection mode. Is there any sql command.