Deploy error on SAP J2EE (CRM/Internet Sales)

We are using Internet Sales for CRM 4.0 on SAPJ2EE 6.20 SP24.
When deploying the application I get a strange error message saying:
WARNING 1 - Error can't load Servlet com.sapmarkets.isa.core.ActionServlet :
java.lang.NoClassDefFoundError: com/sap/util/monitor/jarm/sat/ISatCheck
I don't understand why I get this. The application cannot be run since I get the same error when trying to access the webpage (//localhost:80/b2b/b2b_prot/init.do). I have tried to register all relevant libraries using the changelib and changeref commands.
Anyone have any suggestions!?
Best Regards
Andreas

Hi,
You seems to be right about the build tool.
Now when I try to access the application it gives the following error message:
java.lang.Exception: No XCM application configuration has been passed and there is no default XCM application configuration defined. Check XCM configuration
But when I enter the XCM configuration http://localhost/b2b_***/admin/xcm/init.do
(with correct user and password) I cannot change anything.
Under Start->Options I cannot change paths. I cannot change any settings under Application Configurations under neither SAP nor Customer.
Is there some setting missing?
Best Regards
/Andreas

Similar Messages

  • Deployment Error on sap-j2ee engine

    Hi
    I build an EJB project,Web project and added these to EAR project and built an '.ear' file. When i tried to deploy on sapj2ee engine. I got the following deployment error.
    My j2ee engine is up and running. What went wrong?
    Help me,
    Thanks
    ==========
    May 24, 2006 5:39:51 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/temp22811JCP_EAR.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp22811JCP_EAR.ear
    Aborted: development component 'JCP_EAR'/'sap.com'/'localhost'/'2006.05.24.15.58.19':
    Caught exception during access of archive "D:\usr\sap\QN7\DVEBMGS00\SDM\root\origin\sap.com\JCP_EAR\localhost\2006.05.24.15.58.19\temp22811JCP_EAR.ear":
    java.lang.RuntimeException: ERROR: Cannot initialize EARReader: com.sap.engine.services.deploy.exceptions.BaseIOException: Cannot convert EAR D:\usr\sap\QN7\DVEBMGS00\SDM\root\origin\sap.com\JCP_EAR\localhost\2006.05.24.15.58.19\temp22811JCP_EAR.ear to J2EE 1.3.Exception is: com.sap.engine.services.deploy.exceptions.BaseIOException: Cannot convert EAR D:\usr\sap\QN7\DVEBMGS00\SDM\root\origin\sap.com\JCP_EAR\localhost\2006.05.24.15.58.19\temp22811JCP_EAR.ear to J2EE 1.3.
         at com.sap.engine.services.deploy.converter.EARConverter.convert(EARConverter.java:185)
         at com.sap.engine.deploy.manager.DeployManagerImpl.setEar(DeployManagerImpl.java:444)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.initDeployManager(EngineApplOnlineDeployerImpl.java:300)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performDeployment(EngineApplOnlineDeployerImpl.java:134)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
         at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:46)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:119)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:88)
         at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:74)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
         at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:84)
         at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
         at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
         at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)
         at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
         at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
         at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.io.IOException: The following archives that aredescribed in the ear descriptor are not found in the ear:      JCP_EJB.jar,Please check the ear content.
         at com.sap.engine.services.deploy.extended.ear.ExtendedEARReader.checkDescriptor(ExtendedEARReader.java:805)
         at com.sap.engine.services.deploy.extended.ear.ExtendedEARReader.getDescriptor(ExtendedEARReader.java:324)
         at com.sap.engine.services.deploy.extended.ear.ExtendedEARReader.<init>(ExtendedEARReader.java:87)
         at com.sap.engine.services.deploy.converter.EARConverter.convert(EARConverter.java:85)
         ... 30 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).null)
    Deployment exception : The deployment of at least one item aborted

    Hi Amol!
    The password is admin for SDM, i redployed by building '.ear' file again.
    You suggested to deploy the ear file on SDM remote gui, how to do that?
    help me
    Thanks
    ==========
    I got the error as:
    May 25, 2006 11:22:11 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Settings
    SDM host : sapep
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp11022JCP_EAR.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/ADMINI1/LOCALS~1/Temp/temp11022JCP_EAR.ear
    Aborted: development component 'JCP_EAR'/'sap.com'/'localhost'/'2006.05.25.11.17.51':
    Caught exception during access of archive "D:\usr\sap\QN7\DVEBMGS00\SDM\root\origin\sap.com\JCP_EAR\localhost\2006.05.25.11.17.51\temp11022JCP_EAR.ear":
    java.lang.RuntimeException: ERROR: Cannot initialize EARReader: com.sap.engine.services.deploy.exceptions.BaseIOException: Cannot convert EAR D:\usr\sap\QN7\DVEBMGS00\SDM\root\origin\sap.com\JCP_EAR\localhost\2006.05.25.11.17.51\temp11022JCP_EAR.ear to J2EE 1.3.Exception is: com.sap.engine.services.deploy.exceptions.BaseIOException: Cannot convert EAR D:\usr\sap\QN7\DVEBMGS00\SDM\root\origin\sap.com\JCP_EAR\localhost\2006.05.25.11.17.51\temp11022JCP_EAR.ear to J2EE 1.3.
         at com.sap.engine.services.deploy.converter.EARConverter.convert(EARConverter.java:185)
         at com.sap.engine.deploy.manager.DeployManagerImpl.setEar(DeployManagerImpl.java:444)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.initDeployManager(EngineApplOnlineDeployerImpl.java:300)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performDeployment(EngineApplOnlineDeployerImpl.java:134)
         at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
         at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
         at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
         at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
         at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:46)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
         at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
         at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
         at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:119)
         at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:88)
         at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:74)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
         at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
         at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:84)
         at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
         at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
         at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)
         at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
         at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
         at com.sap.bc.cts.tp.net.Worker.run(Worker.java:50)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.io.IOException: The following archives that aredescribed in the ear descriptor are not found in the ear:      JCP_EJB.jar,Please check the ear content.
         at com.sap.engine.services.deploy.extended.ear.ExtendedEARReader.checkDescriptor(ExtendedEARReader.java:805)
         at com.sap.engine.services.deploy.extended.ear.ExtendedEARReader.getDescriptor(ExtendedEARReader.java:324)
         at com.sap.engine.services.deploy.extended.ear.ExtendedEARReader.<init>(ExtendedEARReader.java:87)
         at com.sap.engine.services.deploy.converter.EARConverter.convert(EARConverter.java:85)
         ... 30 more
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).null)
    Deployment exception : The deployment of at least one item aborted

  • CRM Internet Sales B2B connectivity woth SAP SRM using OCI

    Dear all,
       we are trying to connect a CRM Internet Sales B2B with a apartner's SAP SRM procurement process. Reading several forum and articles I found that the url to be used by the SRM part is :
    http://orestes:50000/b2b/b2b/init.do?shop=b2b%20shop&forward=ocireceive&OKCODE=ADDI&TARGET=_top&FORCETARGET=yes&CALLER=CTLG&~HOOK_URL=
    when however hitting this URL we get a system error :
    The requested forward <b>ocireceive</b> is not defined on the action <b>com.sap.isa.isacore.action.b2b.StartApplicationAction</b>.
    Any ideas?
    do we need to setup anything else in CRM e-commerce in order for this to work??
    Thanks.

    Shouldn't that be ocireceive.do instead of ocireceive ?

  • Looking for SAP CRM Internet Sales (ISA) Java Extension Guides

    HI, SDN Fellow.
    I am looking for some SAP CRM Internet Sales (ISA) Java Extension Guide and ISA Java API Documentation (for CRM 5.0).
    Also, I need some customed development documentation on ISA Java application (for CRM 5.0).
    Can anyone point me to some online resources or send the documentations to the following email address: [email protected]?
    Thanks for help.
    Kent

    Hi Kent,
    You can download the SAP E-Commerce 5.0 - Development and Extension Guide
    and SAP E-Commerce 5.0 - Examples and Tutorials (Dev./Ext.)  from SAP Market place.
    The quick link is service.sap.com/crm-inst -> CRM core and Standalone Components.
    Regards,
    Prashil

  • CRM Internet Sales 4.0

    Hi !
    Would anyone know how to uninstall a CRM Internet Sales project ? For example a 'sandpit' type B2C project. Is it using the Buildtool ? Where can I find information regarding this ?
    Cheers,
    Ashok.

    Hi,
    This tip relates only to J2EE Engine.
    First check settings at ISA Extendend Configuration Management (XCM) Administration to make sure that there is no conflicts after removal.
    Then You can remove B2C from J2EE Engine by opening J2EE Engine visual administrator and go to server services and choose deploy.
    At runtime page open ejb container and choose B2C. On the right side of screen there are button stop application (press it) and remove (press it).
    Hope this helps,
    Jari

  • CRM Internet Sales settings

    Hi
    How to configure   CRM Internet sales how to configure the Product catalog and webshop in internet sales  can anyone guide the step by step procedure and information in detail  about the Internet sales.
    Regards
    Arvind

    Hi
    refer to the building blocks for internet sales in CRM
    http://help.sap.com/bp_crmv340/CRM_DE/BBLibrary/Documentation/C14_DeltaGuide_EN_DE.doc
    http://help.sap.com/bp_crmv250/CRM_DE/index.htm
    Reward points if helpful
    Dinaker vikas

  • R/3 Internet Sales & CRM Internet Sales -- Difference

    Hi all,
         Can anyone prompt me on the exact difference between an R/3 Internet sales and CRM internet sales.

    Suresh,
    Internet Sales for CRM is the "full version" of the application designed for high-volume, heavy duty e-commerce processing.  The CRM version actually was produced before the R/3 version.  The R/3 version has most of the functionality of the R/3 version, but is more of a replacement for SAP online store.  You will find in the service marketplace comparisons on what functionality is not present in the R/3 version.
    I would personally recommend CRM version if you are looking at a heavy transactional volume/large catalog size.  The R/3 version uses the product catalog in R/3 which is not as user friendly as the CRM product catalog.  Honestly both solutions have the share the same "front-end" application logic and only differ in the backend application connection.  You should evaluate what your business needs are and determine whether you the requirements/budget dicate a quick and easy e-commerce implementation(R/3 Internet Sales) or more complex implementation(CRM Internet Sales). 
    I have worked with SAP e-selling solutions since version 3.1H and would tell you can't go wrong with either product.  Internet Sales(CRM) implementations tend to take more time than Internet Sales(R3).  The reason being is the fact you have to setup a CRM system(middleware, rewrite your pricing exits, etc).
    Good Luck,
    Stephen

  • Difference between the R/3 internet sales and CRM Internet sales

    Hello
    I want to know the difference between the R/3 internet sales and CRM Internet sales
    If there is any document send it to my email
    [email protected]
    Regards
    Jacopo francois

    Jacopo,
    R/3 ISA and CRM ISA differ in terms of Backend and some of the functionalities.
    CRM ISA:
    - CRM system as backend.
    - Till 4.0, Marketing functionalities only available in CRM ISA
    - IPC, Trex mandatory
    - Items not in catalog can be ordered
    - Catalog views supported
    R/3 ISA:
    - R/3 system as backend. Suitable for organizations without CRM.
    - No MArketing till 4.0 (am not sure about 5.0 though!)
    - IPC, Trex not mandatory
    - Items not replicated through catalog cannot be ordered
    - No catalog views supported
    From the code level, you have to use different java packages to make changes. XCM scenarios too are different for both.
    Generally, if you have CRM, it makes sense to deploy CRM ISA. But, if there is no CRM, then you can go for R/3 edition of ISA.
    -Pat

  • CRM Internet Sales

    hi experts
    iam in need of CRM Internet sales material . it will be great help if any one of you could send it to me
    my mailid [email protected]
    regards
    vinaykumar

    Have a look on  :
    Brainstorming Discussion - Links to CRM Documentation
    Regards,
    Animesh

  • Diff between R/3 Internet sales and CRM  Internet sales

    Hi every body!
    Could any body tell the basic Diff between R/3 Internet sales and CRM  Internet sales.
    Thank you,
    mark..

    Hi Markiv
    Just to round that off, the ERP version lacks:
    - Rule based ATP (with APO)
    - Customer specific product numbers
    - Web based catalog management
    - Support for further e-Service processes
    Cheers
    Dom

  • MySAP CRM Internet Sales Certification

    Hi,
    I am appearing for CRM Internet Sales Certification exam in next month end.
    This is a special request to Natarajan, A.R.Prasad, Pallav Tiwari / Ankur Gupta to please respond to this.
    Kindly send me tips / tricks / sample questions / your guidance on 'How to prepare?' at <b><u>[email protected]</u></b>.
    Your help is highly appreciated.
    Thank you.

    Closing this thread as it is not relevant anymore.

  • CRM internet sales data on Explorer.

    We have CRM internet sales. Last week, we refreshed Dev system with QA data and nothing was done at the IPC and IIS. The refresh was successful but we are not getting data in the Explorer screen. Can anyone help me in this and let me know what has to be performed to bring the data on IE screen.

    Dear Pream Kumar,
    I am interested to know how to referesh CRM system. I will appriciate if you can send me document link or steps how to do it. My Email address [email protected]
    Thanks
    With Regards
    Vijay

  • Diference between ICSS and CRM Internet sales

    Hello,
            can any one let me have information on ICSS, how to configure, for B2B scenario. how is it different from Internet sales for B2B and Customer Interaction Center.
    Thank you

    Hello,
    The distintion betwen ICSS and Internet Sales is simply that one is used for 'Service' and the other for 'Sales'. Both solutions offer automated online access. If the customer has a problem with eitehr ICSS or Internet Sales, the customer can be directed to the Interaction Center where an agent or customer service representative can assist the customer in person. An organization might first drive users to the internet options because they are lower cost.
    ICSS, or Internet Customer Self Service is a web-enabled 'Service' solution. ICSS is part of mySAP CRM E-Service, a solution that provides Web self-service applications that extend access to enterprise knowledge and service processes on the latest Java-based platform. Businesses can offer their customers a personalized and effective Web experience by empowering them to solve their product-related problems, manage their installed base of products and services, and initiate support, through a variety of communication channels.
    Internet Sales on the other hand is web-enabled 'Sales' solution. With SAP Internet Sales, you can run your complete sales process on the Internet -- without the need for a CRM deployment. You can also develop and manage an effective online sales catalog. And provide customers with online product configuration, easy-to-use shopping basket features, product availability checks, secure transactions, order status and tracking, and after-sales service. All in one easy-to-use environment.
    Best Regards,
    John

  • Problem replicating catalogs in CRM Internet Sales/E-Commerce 5.0

    Good afternoon !
            We have CRM 5.0 SP 8, and we are using the CRM E-Commerce 5.0(also called Internet Sales) to b2b, and, we are experiencing problems during the replication of the Catalogs from the webcatalog url.
            When we try to do a full Catalog replication, we received a timeout error in the web interface, and looking at the SM50 in CRM, the process corresponding elapses the limit of 600 seconds of execution and the Catalog is not replicated.
            Today, we tried to create a new Catalog and replicate it, this worked fine in the first try, so, we add more products at this catalog and tried to full replicate it again, and received the timeout error, so, we tried to execute the delta replication, that didn´t raise error but, when acessing the E-Commerce site, no products was found.
            After this, we tried to create other new Catalog and replicate it but, received the timeout error in web interface again(even for a new catalog).
            Somebody knows what can be happening ? What can I do to solve this problem ?
            Thank you in advance !
            Wilson

    Hi Wilson,
    I really appreciate your way of answering your threads by letting the rest of the forum of the possible solutions.
    Thank you so much
    Keep it up
    Regards,
    Paul Kondaveeti

  • CRM Internet Sales cookbook

    Hi gurus,
    We just installed CRM 5.0 sandbox. We also installed Java server, TREX and other components. However, we still don't know how to get into the initial web shop page. Can someone send us the Internet Sales cookbook? Or if it's really simple, would you please post the steps we should take to see the web shop page?
    Thanks!
    Leon

    Leon,
       You may use the below link for CRM 5.0 guides. For ISA download the E commerce guides & cookbooks.
    https://websmp101.sap-ag.de/~form/sapnet?_FRAME=OBJECT&_HIER_KEY=501100035870000015092&_HIER_KEY=601100035870000179414&_HIER_KEY=601100035870000179421&_HIER_KEY=601100035870000198791&_HIER_KEY=701100035871000422477&_SCENARIO=01100035870000000202&#HOME
    Cheers,
    Ankur

Maybe you are looking for

  • Print Grid View

    I have 300+ movies in iTunes and would like to print a catalog of the artwork/titles exactly how Grid View displays it in iTunes. I know I can print an album list using the print menu, but that would take way too much paper. I can't seem to find any

  • I can't wait until my contract expires! Bye-bye!!!

    Been a customer for over 10yrs, but this is the last year! Customer service sucks, the phones suck and the prices suck. Dueces!!!

  • HOW CAN I REMOVE NORTON ADVERTISING ON HOME PAGE?

    norton is antiviris. I will not buy any of their products but the advertising pops up and it said i had, they are very irritating i want if off of my home page

  • IR Master Detail

    Hello , I am newbie , I've tried to use Master Detail by wizard , i want to use IR report as a master report , and in the detail page add new region tabular form for the detail table , how can i do that ? Thank you Maie

  • Problem in loggin to my Z60M...

    I passed my Z60M to my family to use with my password to them. Later week, it failed to login with the right password. Prompting ... "Wrong domain" Pls help