REG:ERROR IN BIP

Hi All,
i want to schedule the report using delivery channel FTP
For that
i created report first it is working fine
In admin tab i installed scheduler schema for enable scheduler
and in delivery add server for FTP, I entered FTP host name as localhost and apply ok
I opend scheduler page clicked "schedule a New job" button and in the delivery channel i selected FTP radio button
and entered Operating system userid and password,Remote Filename is C:/OraHome_2/xmlp/XMLP/dd.pdf
i submit the report for schedule but it is not working it is giving following error in history
this is first time i am using BIP please help to compleate this task
java.net.ConnectException: Connection refused: connect
     at java.net.PlainSocketImpl.socketConnect(Native Method)
     at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
     at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
     at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
     at java.net.Socket.connect(Socket.java:507)
     at java.net.Socket.connect(Socket.java:457)
     at java.net.Socket.<init>(Socket.java:365)
     at java.net.Socket.<init>(Socket.java:178)
     at oracle.apps.xdo.delivery.ftp.FTPMainConnection.<init>(Unknown Source)
     at oracle.apps.xdo.delivery.ftp.FTPClient.connect(Unknown Source)
     at oracle.apps.xdo.delivery.ftp.FTPDeliveryRequestHandler.submitRequest(Unknown Source)
     at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(Unknown Source)
     at oracle.apps.xdo.service.delivery.impl.DeliveryServiceImpl.deliverToFTP(DeliveryServiceImpl.java:520)
     at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1431)
     at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:478)
     at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
     at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
Thanks and Regards,
jell

Hi
Try to activate the Receiver Determination once again and check if it is created in the configuration.
Thanks
Rinku Gangwani

Similar Messages

  • Code in before report getting executed but "Job error is: BIP job failed."

    Customer is executing a BIP job that fires a pl/sql procedure via before report trigger. Procedure is completing successfully. But the BIP report is not getting generated. ESS process ends in error with the following error:
    oracle.as.scheduler.ExecutionErrorException: ESS-07033 Job logic indicated a system error occurred while executing an asynchronous java job for request 604103. Job error is: BIP job failed.
         at oracle.as.scheduler.rp.AsyncFinalizeProcessor.processFinalizeRequest(AsyncFinalizeProcessor.java:131)
         at oracle.as.scheduler.rp.AsyncJavaSysExecWrapper.finalizeExecution(AsyncJavaSysExecWrapper.java:250)
         at oracle.as.scheduler.rp.EndpointProcessor.finalizeExecute(EndpointProcessor.java:1018)
         at oracle.as.scheduler.rp.EndpointProcessor.finalizeExecuteWrapper(EndpointProcessor.java:980)
         at oracle.as.scheduler.adapter.EndpointImpl.finalizeExecute(EndpointImpl.java:561)
         at oracle.as.scheduler.ejb.EssAppEndpointBean.finalizeExecute(EssAppEndpointBean.java:162)
         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:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy197.finalizeExecute(Unknown Source)
         at oracle.as.scheduler.ejb.ESSAppEndpoint_t596cy_MDOImpl.__WL_invoke(Unknown Source)
         at weblogic.ejb.container.internal.MDOMethodInvoker.invoke(MDOMethodInvoker.java:35)
         at oracle.as.scheduler.ejb.ESSAppEndpoint_t596cy_MDOImpl.finalizeExecute(Unknown Source)
         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:597)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.invokeFinalizeExecute(RequestProcessor.java:8133)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.execStage_Finalize(RequestProcessor.java:7331)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.process_execute(RequestProcessor.java:4813)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.dispatchHandler(RequestProcessor.java:2833)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.processExecuteEvent(RequestProcessor.java:696)
         at oracle.as.scheduler.adapter.ra.rdp.RequestProcessor.processUpdateEvent(RequestProcessor.java:1345)
         at oracle.as.scheduler.adapter.ra.WorkUnitWorkerBase.processWork(WorkUnitWorkerBase.java:199)
         at oracle.as.scheduler.adapter.ra.WAWorker.run(WAWorke...
    Any tips/pointers on possible issues? Could this be a template corruption?

    Any reply for the above error please.I do have the same issue.
    Please suggest.

  • Reg : Error in entilement system of SAP.

    As I'm getting the below mentioned error .
    JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC' JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc http://no sapjcorfc in java.library.path. java.library.path [C:\WINDOWS\SysWOW64\;C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86].
    The above mentioned error , is displayed in the AUTHENTICATION->SAP->ROLE IMPORT.
    I'm using the BOXI3.1
    Kindly help to fix this issue.

    Hi,
    looks like a duplicate to this entry :
    Re: Reg:
    Would suggest you close one of them.
    Did you deploy the SAP Java Connector ? If so - which OS and which version ?
    Ingo

  • Error:Excel error in BIP server

    Hi all,
    I developed a template which gives excel output. I tested and its working fine in MS word.
    I uploaded into the BIP server and when I am trying to view the report in excel format.
    It is not showing up but giving me this error:
    Missing file: ...lpserver\cabo\styles\cache\swan-desktop-2_3_3-en-ie-windoes.css
    I searched previous threads on this topic, found one but not sure how to solve it.
    Excel Template Builder?
    Please help.

    I did this according to the requirement.
    I have to create a report from database tables using SQL query and show the out put as excel.
    I did so.
    I had to write two SQL queries and club them in rtf template and built the template.
    I checked the preview as excel in MS word, by loading the xml file.
    everythink worked fine.
    But I uploaded the template on to development server and tried to view the out put in excel format. But, i got the above error.
    It almost took me a week time to figure out the correct logic for query ..
    Please help.

  • Not authorised error in BIP

    Hi experts,
    We are using OBIEE 10.1.3.4.1
    I have configured OBIEE on IIS and using windows authontication(WIA). For OBIEE SSO is working fine. but when I try to go more-product-BIP i get the error:
    Not authorised.
    When I try to pass the url: http//localhost/xmlpserver. its direct me to BIP login page.
    whats the problem.?
    any suggestion pls
    Edited by: user652652 on Dec 14, 2012 2:22 PM

    Any suggestion pls

  • Reg: Error while invoking a DB Adapter in BPEL[Call a stored procedure]

    HI
    I got this Error while Tried to invoke a DB Adapter[calling a proceudre or function]. I am not able to resolve this issue. Please help me out.
    java.lang.Exception: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Client received SOAP Fault from server : oracle.fabric.common.FabricException:
    oracle.fabric.common.FabricInvocationException: java.lang.RuntimeException: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist :
    java.lang.RuntimeException: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:808) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:384)
    at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:301) 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:597) at com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source) at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.
    invoke(MethodExpressionMethodBinding.java:53) at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.
    run(ContextSwitchingComponent.java:92) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96) at oracle.adf.view.rich.component.fragment.
    UIXInclude.broadcast(UIXInclude.java:102) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361) at oracle.adf.view.rich.component.
    fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96) at oracle.adf.view.rich.component.fragment.UIXInclude.
    broadcast(UIXInclude.java:96) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475) at javax.faces.component.UIViewRoot.
    processApplication(UIViewRoot.java:756) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:889) at
    oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:379) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.
    execute(LifecycleImpl.java:194) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265) at weblogic.servlet.internal.
    StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) at weblogic.servlet.internal.StubSecurityHelper.
    invokeServlet(StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:101) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446) at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177) at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:179) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.core.model.targetauth.EMLangPrefFilter.doFilter(EMLangPrefFilter.java:158) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:542) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119) at java.security.AccessController.doPrivileged(Native Method) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:178) Caused by: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: Client received SOAP Fault from server : oracle.fabric.common.FabricException: oracle.fabric.common.FabricInvocationException: java.lang.RuntimeException: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist : java.lang.RuntimeException: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist at oracle.sysman.emSDK.webservices.wsdlapi.dispatch.DispatchUtil.invoke(DispatchUtil.java:362) at oracle.sysman.emSDK.webservices.wsdlparser.OperationInfoImpl.invokeWithDispatch(OperationInfoImpl.java:1004) at oracle.sysman.emas.model.wsmgt.PortName.invokeOperation(PortName.java:750) at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:802) ... 79 more Caused by: oracle.j2ee.ws.client.jaxws.JRFSOAPFaultException: Client received SOAP Fault from server : oracle.fabric.common.FabricException: oracle.fabric.common.FabricInvocationException: java.lang.RuntimeException: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist : java.lang.RuntimeException: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist at oracle.j2ee.ws.client.jaxws.DispatchImpl.throwJAXWSSoapFaultException(DispatchImpl.java:1040) at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:826) at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:235) at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchImpl.java:106) at oracle.sysman.emSDK.webservices.wsdlapi.dispatch.DispatchUtil.invoke(DispatchUtil.java:358) ... 82 more

    Hi
    The Problem is resolved. The DB Adapter files has been corrupted and i reinstall the Weblogic Server and now i am able to invoke and all works fine.

  • Reg Error while Posting A/P Invoice

    Dear All ,
    Hope everyone is doing their best.
    I have an issue regarding A/P Invoice with Withholding Tax Liable. When ever i am adding A/P Invoice with WT Liable yes then system will show message for withholding tax will be calculated . Open the whitholding tax table for editing ? if i say yes then i can choose the respective code. But while adding the document system will show the following error " there is a difference between the document total & its components'' and the withholding tax amount will disappear automatically from the header level.
    FYI i am using SAP B1 2007 with patch level 9 and TDS version is 4.8.
    do show some light on this issue.
    Regards,
    Kashinath

    Hi,
    First of all dont make the TDS entry after adding the document.
    Instead before adding,Rt. click in an empty area of the AP invoice,choose WT table.
    Choose the Transaction type(ie.,I or P)
    Enter the taxable amount,the WT amount will be calulated accordingly.
    Now add the document.
    I hope this will solve your issue !
    NB:I recommend you to upgrade TDS Ver 4.9 as rounding option is also incorporated in this version

  • Reg: Error while connecting to a remote database as SYS user.

    Hello all,
    When i try to connect to a database as SYS user i'm getting the error as
    ora-01017 invalid username/password logon denied
    But it is logging from the local system where the oracle is installed.
    I created the password file and checked the contents in v$pwfile_users.
    The result is " no rows selected".
    so when i try to grant sysdba to sys user
    grant sysdba to sys;
    i'm getting error as,
    ORA-01994: GRANT failed: password file missing or disabled
    Please help me in resolving this.
    Regards,
    Konda

    I created the passwordfile using the command below,
    orapwd.exe file=E:\app\Administrator\product\11.2.0\dbhome_1\database\PWDfile.ora force=y entries=30 password=<sys_password>
    is this okay...??

  • Reg: Error while deploying the Model

    Hello All,
    I developed a Model in the VC.
    The compilation of the model was successful.
    But when I tried to deploy the model I'm getting an Error message saying :
    "Error in executing a process for Flex compilation, Not enough space" .
    Can anyone tell me what to do to resolve this problem ?
    Regards,
    Deepu.K

    Hi colleagues,
    We also encountered this problem here at our customer´s system .
    We told the basis administrators to increase the disk space which did not solve our problem, though.
    After successfully compiling the vc model
    Deploying with FLEX2 results in an error as follows:
    "Process is not executed!"
    while deploying with flex1 resulits in the error
    "Error in executing a process for Flex compilation, Not enough space"
    Since everything has been working smoothly for the last months until now,
    we wonder how this error has suddenly occured.
    Does anyone have an idea how to trace the error or has anyone encountered this error, too?
    Thanks in advance!
    Gideon

  • Reg: Error in Mail sending through background job in SCOT

    Hello experts,
    I am trying to schedule a background job through SCOT so as to send the mails present in SOST.
    The job is running but it is giving error as "Invalid status  for recipient" in SOST.
    But when I am sending it directly from SOST it is delivered without any errors. The email address is maintained correctly and SMTP settings are also correct as while sending it directly from SOST it reaches the required recipient without any error.
    This error is observed only through background job. I am using program RSCONN01 with variant SAP&CONNECTINT in background job.
    Kindly suggest why I am getting the error "Invalid status  for recipient" in background job.
    Thanks & Regards
    Meraz
    +91 8894522860

    I am getting the exact same issue.
    were you able to fix this in the last 3 weeks?
    thanks.

  • Reg: error in back ground job (Message no. CO051)

    Hi,
    We developed a custom program which creates Operative Projects along with WBS, activities, milestones etc using a standard template ie. copying from standard project template. When i run this custom program online, it generates operative project
    successfully. But when we run this program background , the job gets cancelled giving the following error.
    *The order/network type ZS02 is not defined*
    *The order/network type ZS02 is not defined*The order/network type ZS02 is not defined
    The order/network type ZS02 is not defined
    Job cancelled
    *Message no. CO051*
    *Diagnosis*
    *The order type/network type that you have entered is not defined for the transaction you wish to carry out.*
    *Procedure*
    *Enter an order type/network type that is valid for the transaction.*
    Could anyone help me on this , is highly appreciable.
    Thanks in advance
    regards,
    R.gopal

    Srinivas,
    Since you are running your program in background, I assume you have ensured that you are not reading from or writing to any file on the presentation server.
    Presentation server is not accessible when you run your program in background.
    Regards,
    Shyam.

  • REG:: Error in deploying a DC.

    Dear All,
    I was able to deploy the application without any errors in NWDS. But when I was deploying the DC, it was giving the following error::
    java.lang.ClassNotFoundException: jxl.format.CellFormat - Loader Info - ClassLoader name: [axis/portal_dev~dc_cusrep7309_1012]
    Parent loader name: [Frame ClassLoader] References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;
    service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl library:ejb20 library:
    j2eeca library:jms library:opensql
    common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;
    service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;
    service:keystore;service:security;service:userstore interface:resourcecontext_api interface:webservices interface:cross interface:ejbserialization
    sap.com/tcwddispwda sap.com/tcwdcorecomp service:webdynpro service:webservices service:tcsecwssec~service service:sld library:com.sap.aii.util.xml library:
    jnet library:com.sap.aii.proxy.framework library:tccmi library:com.sap.aii.util.misc library:com.sap.aii.util.rb library:tcgraphics~igs library:com.sap.util.monitor.jarm library:
    tcddicddicruntime library:com.sap.mw.jco library:core_lib library:com.sap.lcr.api.cimclient library:sapxmltoolkit library:tcddicddicservices
    Resources: /usr/sap/EPD/JC00/j2ee/cluster/server0/apps/axis/portal_dev~dc_cusrep7309_1012/webdynpro/public/lib/app.jar Loading model:
    {parent,references,local} -
    Let me know how I can resolve this issue.
    Regards,
    P188071
    Edited by: p188071 on Jul 3, 2009 1:24 PM

    Hi,
    It depends whether you are using JDI or not.
    1) If you use JDI, you only have to create an External Library DC and add the jxl.jar per Drap&Drop in Navigation panel to the DC. Add the file also to the public part. In the Web Dynpro DC add the External Library DC as used DC and deploy both DCs on the server.
    The only error you can make is to deploy the components using "Deploy new archive and run..." -> this command won't deploy the jar and you have the same result as now. You have do build & deploy it step-by-step (Development Component -> Build..., Development Component -> Deploy).
    2) If you are not using JDI and you are using local DC's then you have to do like this
    Take one Library project and add jxl.jar to it, build and deploy.
    Add this as library reference to your WebDynpro project.
    To do it,
    RightClick on your project> properties> WebDynproReferences> choose LibraryReferences tab> Click on Add> Now give the name of Library project here> Ok
    Build the DC and deploy...
    Hope this helps you...
    Regards,
    Saleem

  • Reg: Error While Excueting the WebI Reports

    Hi Experts ,
    I have created a webi report ,  using the universe. therewith  it fetch the data from the SAP-BW System ,before  all the reports developed using webi works fine.
    Its works good in BW.
    But reports shows the error as follows in WebI.
    Error text message from WebI
    A database error occurred. The database error text is: The MDX query SELECT  { [Measures].[D8B94SMNQTWLW7YBXHRQ29CIC], [Measures].[D8B94SMNQTVU7LMKLYC3ZTY8K], [Measures].[D8B94SMNQTV2IZATAEWHXEJYS], [Measures].[D8B94SMNQTUAUCZ1YVGVUZ5P0], [Measures].[D8B94SMNQTXDKUA3917C4OQS4] }  ON COLUMNS , NON EMPTY {[0COMP_CODE].DEFAULTMEMBER} ON ROWS FROM [ZRPAC_M01/ZFI_REPAC_19_A] SAP VARIABLES [!V000003] INCLUDING [0CALMONTH].[200201] : [0CALMONTH].[200405] [!V000002] INCLUDING [0CALMONTH].[200303] : [0CALMONTH].[200504] [!V000001] INCLUDING [0COMP_CODE].[1100] failed to execute with the error Unknown error when executing MDX. (WIS 10901)
    Thanks in Advance.

    This seems to be a data source not a BO problem. Take a look here:
    http://social.msdn.microsoft.com/Forums/en-US/sqldataaccess/thread/05aaccd6-2a38-4784-b310-99e34b8d1a35
    Regards,
    STratos

  • Reg: Error while refreshing the WebI Report

    Hi all,
    I created WebI report based on universe that is connected to Excel data. Through DSN I m accesing Excel Data . I created same DSN in server also. If I refresh the webI Report in BO server it tells the following error.
    A database error occured. The database error text is: [Microsoft][ODBC Excel Driver] System resource exceeded.. (WIS 10901)
    Before that its working fine. what may be the problem?
    Regards,
    Hemalatha J

    This seems to be a data source not a BO problem. Take a look here:
    http://social.msdn.microsoft.com/Forums/en-US/sqldataaccess/thread/05aaccd6-2a38-4784-b310-99e34b8d1a35
    Regards,
    STratos

  • Reg: Error Running ADF page From Jdeveloper 12C 12.1.2.0.0

    Team,
    iam getting the below error while running the page.
    [Waiting for the domain to finish building...]
    [08:21:34 AM] IntegratedWebLogicServer Domain is invalid.  Regenerating it...
    [08:21:35 AM] Creating IntegratedWebLogicServer Domain...
    [08:21:37 AM] ERROR:  An error occurred while building the default domain.
    Please see this log file for more details:
    E:\JDEV_12C\system12.1.2.0.40.66.68\o.j2ee.adrs\BuildDefaultDomain.log
    The Server Instance cannot be started because the IntegratedWebLogicServer Domain was not built successfully.
    Please help me out what settings i need to modify.
    Regards
    Sridhar

    Chris,
    PFB Log :
    Log File:      E:\JDEV_12C\system12.1.2.0.40.66.68\o.j2ee.adrs\BuildDefaultDomain.log
    Label:         JDEVADF_12.1.2.0.0_GENERIC_130608.2330.6668
    Product Home:  E:\Oracle\Middleware\Oracle_Home\jdeveloper\jdev\
    Domain:        E:\JDEV_12C\system12.1.2.0.40.66.68\DefaultDomain
    BuildDefaultDomain1.py      2013-07-17 21:52:44
    cmd.exe /c ""E:\Oracle\Middleware\Oracle_Home\oracle_common\common\bin\wlst.cmd" "E:\JDEV_12C\system12.1.2.0.40.66.68\o.j2ee.adrs\BuildDefaultDomain1.py""
    Process started
    wlst > Error occurred during initialization of VM
    wlst > Could not reserve enough space for object heap
    wlst > Error: Could not create the Java Virtual Machine.
    wlst > Error: A fatal exception has occurred. Program will exit.
    Elapsed time:  1453 ms
    Regards
    Sridhar

Maybe you are looking for

  • HTTP Header in JSF

    Hello, How do I pass (or set) HTTP header to a JSF page? Thanks Message was edited by: skethama

  • Problem with Windows XP after a driver instalation

    Hi. I have a Lenovo SL400 with Windows XP. So, today I installed a few drivers from the Lenovo website because the volume and Lenovo Care keys and the bluetooth were not working since I changed to XP. After the installing process, I restarted my lapt

  • How to open a link created from a document on my Mac?

    I used the old Page to create a list of recipes in which i inserted links to the files kept in my laptop. So everytime i wanted to cook something, i just opened the listing file and click on the recipe(s) i want and got dirrected to the recipe(s). Bu

  • Spry.Widget.ValidationTextfield is not a constructor

    I have worked through the text field validation documentation, but get "Spry.Widget.ValidationTextfield is not a constructor" when I try to run. I have been trying to debug this for a while. Pretty sure I have referenced the js and css correctly. Sur

  • Flex Component Kit publish SWC not working with Flex 4

    I started this thread in the Flex forum and they are telling me that the SWC's I'm creating with Flash Professional CS5 and Flex Component Kit 2.0.0 are not linked with FCC for Flex 4. http://forums.adobe.com/thread/777789?tstart=0 That means the pro