OIM custom JAR issues

Hey All,
I ran into a strange issue with OIM dealing with a custom JAR I had created.
I started with custom PostProcessHandler where I implemented bunch of sevice procedures. Everything worked fine but then I decided to move those service procedures out to a separate service class and deploy it as a separate JAR. After that I ran in the strange behavior.
1) When I try to write to the same ODLLogger in the service class which Handler class uses, I see nothing in my log.
2) I got a strange error, as like OIM can't find some basic classes
MessageDrivenBean threw an Exception in onMessage(). The exception was:
java.lang.NoClassDefFoundError: oracle/iam/conf/exception/SystemConfigurationServiceException.
java.lang.NoClassDefFoundError: oracle/iam/conf/exception/SystemConfigurationServiceException
at com.icsynergy.dfwproject.EventHandlers.UserPostProcessHandler.execute(Unknown Source)
at oracle.iam.platform.kernel.impl.OrchProcessData.runPostProcessEvents(OrchProcessData.java:1275)
3) That SystemConfigurationServiceException is somewhere at the end of my service class code. I have bunch of OIM API calls before that and I see no fails on those.
Can anyone help me with that strange issue?
Thank you in advance!

Just follow anyone of the step and see whether its works or not:
You can try uploading it into the ThirdParty, and also, from the weblogic console, go to your server startup parameters and add the path of the jar file into the startup class
You can try your thirdparty .jar in $DOMAIN_HOME/lib folder and restart
You can place Jar into OIM lib directory $OIM_HOME/apps/oim.ear/APP-INF/lib/ and restart
You can modify the script that launch weblogic (namelly startWeblogic.sh) and add in the classpath a folder called "MyFolder" where your third party jars are kept.
~J

Similar Messages

  • Not able to create a java class included in custom jar from script

    Hi,
    We need to call a third-party web service from within SAP Sourcing and so we have created and deployed a custom JAR. However I am not able to create any of the custom classes included in this object. I have created a simple JAR file having just a "Hello World" message and got our BASIS team to deploy this (they deployed using the steps mentioned in Installation Guide Section 4.2.4 - we are using Sourcing Wave 9). I have added the required import statement in my test script and included this line:
    HelloWorld test = new HelloWorld();
    When this script executes, it gives the error:
    Class:HelloWorld not found in namespace.
    Can you please give your suggestions on how to fix this error?
    Thanks,
    Gayathri

    The issue was fixed after including the custom jar in esourcing90/lib folder and redeploying

  • Custom jars are not getting picked up from in ucm

    Hi,
    Please let us know the location in ucm installation where we can place db2 jars as well custom jars so that they can be availabe in classpath and can be used. We are trying to place it in /instancename/app/shared location. Please let me know if there is any other location where in which if we place the jars tye will be avaialbe in classpath.
    Thanks,
    Kesava

    Hi,
    Actually we have written a custom listener component which will get check in profile attributes and convert each attribute to html tags. In addition to it we are calling db2 database for placing few records into it. Our ucm installed DB is oracle and db2 is not our main database. We are making db2 calls in order to store few things from the content. We installed ucm in linux server. Now in which physical path we need to place our db2 jars and custom code jars so that they will be available to our listener component . As of now we placed them under "wcmldev/app/custom/ampfacfastsearchlistener/lib/" path, where "wcmldev" is our instance name and "ampfacfastsearchlistener" is our custom component. Please suggest us how to overcome this issue. Also please address if in case if we need to develop any other components we can directly go to that place and put jars and make them available in classpath.
    Thanks,

  • Custom Jar file

    hi,
    Please let us know the procedure for deploying custom jar file to E-Sourcing -5.1 syatem.
    Thanks in advance,
    Venkat

    Hi Ankush,
    Sourcing version used is 5.1.08.
    Error while we click "Deploy and Start" button on visual Admin and select the newly created fcsourcing.ear file is as below:
      com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException: Incorrect War file.
    at com.sap.engine.services.servlets_jsp.descriptor.jar.WebWar.getWebDescriptor(WebWar.java:130)
    at com.sap.engine.services.servlets_jsp.descriptor.jar.WebWar.getWebDescriptor(WebWar.java:170)
    at com.sap.engine.deploy.tool.deployer.ExtendedEarReader.loadDescriptorFromFile(ExtendedEarReader.java:238)
    at com.sap.engine.deploy.tool.deployer.ExtendedEarReader.getFullEarDescriptor(ExtendedEarReader.java:123)
    at com.sap.engine.services.deploy.gui.runtime.EarLoader.loadEar(EarLoader.java:137)
    at com.sap.engine.services.deploy.gui.runtime.MainDeployPanelLogical.loadEarAction(MainDeployPanelLogical.java:169)
    at com.sap.engine.services.deploy.gui.runtime.EarDialog.setEar(EarDialog.java:79)
    at com.sap.engine.services.deploy.gui.DeployDialogLogical.okButtonAction(DeployDialogLogical.java:294)
    at com.sap.engine.services.deploy.gui.DeployDialogLogical.actionPerformed(DeployDialogLogical.java:71)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
    at java.awt.Component.processMouseEvent(Component.java:5115)
    at java.awt.Component.processEvent(Component.java:4912)
    at java.awt.Container.processEvent(Container.java:1569)
    at java.awt.Component.dispatchEventImpl(Component.java:3630)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
    at java.awt.Dialog$1.run(Dialog.java:542)
    at java.awt.Dialog$3.run(Dialog.java:569)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Dialog.show(Dialog.java:567)
    at java.awt.Component.show(Component.java:1133)
    at java.awt.Component.setVisible(Component.java:1088)
    at com.sap.engine.services.deploy.gui.DeployDialogLogical.showDialog(DeployDialogLogical.java:378)
    at com.sap.engine.services.deploy.gui.ApplicationsPanel.deployAction(ApplicationsPanel.java:413)
    at com.sap.engine.services.deploy.gui.ApplicationsPanel.actionPerformed(ApplicationsPanel.java:357)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
    at java.awt.Component.processMouseEvent(Component.java:5115)
    at java.awt.Component.processEvent(Component.java:4912)
    at java.awt.Container.processEvent(Container.java:1569)
    at java.awt.Component.dispatchEventImpl(Component.java:3630)
    at java.awt.Container.dispatchEventImpl(Container.java:1627)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
    at java.awt.Container.dispatchEventImpl(Container.java:1613)
    at java.awt.Window.dispatchEventImpl(Window.java:1606)
    at java.awt.Component.dispatchEvent(Component.java:3477)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    Caused by: com.sap.engine.services.servlets_jsp.server.exceptions.WebContainerSAXException: Cannot parse web.xml.
    at com.sap.engine.services.servlets_jsp.descriptor.jar.WebWar.getConvertedWebDescriptor(WebWar.java:368)
    at com.sap.engine.services.servlets_jsp.descriptor.jar.WebWar.getWebDescriptor(WebWar.java:84)
    ... 61 more
    Caused by: com.sap.engine.services.servlets_jsp.server.exceptions.WebWrongDescriptorException: Incorrect value [$SESSION_TIMEOUT$] for tag [session-timeout].
    at com.sap.engine.services.servlets_jsp.descriptor.xml.WebDescriptorDocument.initTimeOut(WebDescriptorDocument.java:465)
    at com.sap.engine.services.servlets_jsp.descriptor.xml.WebDescriptorDocument.loadDescriptorFromElement(WebDescriptorDocument.java:182)
    at com.sap.engine.services.servlets_jsp.descriptor.xml.WebDescriptorDocument.loadDescriptorFromDocument(WebDescriptorDocument.java:134)
    at com.sap.engine.services.servlets_jsp.descriptor.jar.WebWar.getConvertedWebDescriptor(WebWar.java:366)
    ... 62 more
    Caused by: java.lang.NumberFormatException: For input string: "$SESSION_TIMEOUT$"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Integer.parseInt(Integer.java:468)
    at java.lang.Integer.<init>(Integer.java:609)
    at com.sap.engine.services.servlets_jsp.descriptor.xml.WebDescriptorDocument.initTimeOut(WebDescriptorDocument.java:463)
    ... 65 more
    While developing code in Eclipse, there are no compilation errors but when I try to run code, I am getting "Session" Object as nulll.
    Please let me know if we need to set Session object. And how to resolve this issue.
    Thanks,
    Saloni

  • How to deploy custom jar (forms PJC)  file in R12.1.x

    Hi ,
    we need use forms pjc connecting to client pc'com port with ebs form,
    we can deploy with ias standard form server , but EBS 's appsweb.cfg
    was automatically generated by AutoConfig , so i don't know how to config our jar in EBS env.
    i had search document in metalink for serval days , can some help us to solve this problem !
    thanks for any help...
    BR,Nolem

    Hi all, I am confronted by the same problem.
    I have manually added my custom Jar files to the archive=2 section of the appsweb.cfg config file in the $INST_TOP/ora/10.1.2/forms/server and placed the Jar files in the $COMMON_TOP/java/classes/oracle/apps/fnd/jar.
    I know that this is probably not the way to go, as autoconfig will override these settings, but my first priority is getting these jar files to run in Apps Forms without errors. I got as far as that my forms don't error out anymore but not all of them are working as they should. I am also trying to deploy the WebUitl utility in EBS R12. As far as I can tell this should be supported by Oracle as it comes as part of a standard Apps Installation (except for the Jacob.jar) it can be found in: $ORACLE_HOME/forms/webutil directory and the WEBUTIL_CONFIG reference to the webutil.cfg file can be found in the default.env in the same directory as the appsweb.cfg.
    If you want to look at some very good examples of PJC's there is a very good blog: http://forms.pjc.bean.over-blog.com/. You can also look at Francois Degrelle's blog on Read/Write files on the client machine without Webutil.
    Nevertheless information on how to deploy and run these PJC's under EBS is scarce. Metalink offers no solutions except very outdated notes.
    I would appreciate to know how to properly deploy these jar files in EBS
    I am also on 12.1.x. Btw there are more threads on this subject on OTN but most are outdated (threadID=1067917, 686329, 4246525) and don't provide the solution for EBS R12.1.x.
    Any help would be appreciated.

  • OIM Custom reports - Un-Identified Accounts Report

    HI,
    I am working on *OIM custom reports . I was trying to get custom Un-Identified Accounts Report.
    Is there an example for the query Unidentified Account Report?
    I make query from oim10g is not working, especially table RCD, RCM.
    What is table name in oim 11g that subtitute RCD & RCM table?
    Thanks,
    Sapril.

    Hi
    Refer the following link for enabling the reports:
    http://docs.oracle.com/cd/E14571_01/doc.1111/e14308/system_props.htm#OMADM884
    Searhc for 'Enable exception reports'
    Sample query:
    Note taht OIM OOTB reports already contains a report for Orphaned account. You can check that too.
    SELECT * FROM recon_exceptions HERE usr_key IS NULL
    you should modify this query and join tables to add more fields.
    Regards
    user12841694

  • OIM 11gR2 installation issue

    Hello Experts,
    We are trying to install OIM 11gR2, getting below error in domain confirguration step,
    Component Schema=OIM Schema
    Driver=oracle.jdbc.OracleDriver
    URL=jdbc:oracle:thin:@oim-db-dev1:1530/CGSDTD34.WORLD
    User=DEV1_OIM
    Password=********
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='OIM' and version='11.1.2.0.0'
    CFGFWK-60850:  Test Failed!
    CFGFWK-60853:  A connection was established to the database but no rows were returned from the test SQL statement.
    We have used RCU version 11.1.1.6.0. We have used the exact same version of RCU few weeks back and surprisingly the installation went fine, not sure why it is failing today. I've checked schema_version_registry table and i can see the version # for OIM as 11.1.1.5.0, but in the older environment it is 11.1.2.0.
    I found this thread but not of much use to me,
    Re: OIM 11g R2-Issue while configuring oim domain in weblogic
    Please let me know if anyone faced the similar issue and whats the resolution.

    I think you should be using the RCU version specifically for OIM 11G R2... RCU version 11.1.1.6.0 is inappropriate for R2...
    Follow the following steps:
    (1) Login to the edelivery.oracle.com
    (2) Go to Oracle Fusion Middleware Identity Management 11g R2 Media Pack
    (3) Download:-
    Oracle Fusion Middleware Repository Creation Utility 11g (11.1.2.0.0) for Linux x86...
    The part number:- V33642-01
    Size:- 383M
    or
    Oracle Fusion Middleware Repository Creation Utility 11g (11.1.2.0.0) for Microsoft Windows
    V33643-01
    311M
    I think currently you are using:-
    Oracle Fusion Middleware Repository Creation Utility 11g (11.1.1.6.0) for Linux x86
    V29674-01
    390M
    or
    Oracle Fusion Middleware Repository Creation Utility 11g (11.1.1.6.0) for Microsoft Windows
    V29675-01
    319M
    I used RCU 11.1.2.0.0 and my installation went fine...

  • Custom classpath and custom jar entry in R12

    Hi all,
    I have created the custom classpath and custom jar file for isrore process. I had put custom jar and custom class entry in orien_application.xml file. But it was working on R12 at doveloper mode. It will creates the classes for custom jsp file using custom import class or custom jar. But once i revert back the devloper mode means it won't work.
    Could you please help..

    Oracle apps R12 - Compiling JSP with custom classpath
    We all know that to compile JSP manually on the Oracle Application R12 instance, we need to run the file $FND_TOP/patch/115/bin/ojspCompile.pl.
    Its help is as follows:
    syntax: ./ojspCompile.pl COMMAND {ARGS}
    COMMAND --compile               update dependency, compile delta
    --create                rebuild entire dependency file
    -delta.out update dependency, list delta to file
    -dep.out update dependency, output heirarchy to file
    ARGS -s matching condition for JSPs filenames
    -p number of parallel compilations
    -log to override logfile from ojspCompile.conf
    You are
    recommended to set the log file location
    outside of any network file system shared (NFS) area/drive.
    -conf to override ojspCompile.conf
    --retry         retry previously failed compilation attempts
    --flush         forces recompilation of all parent JSPs
    --quiet         do not provide an actively running progress meter
    --fast          instantly fail jsps that are possibly invalid
    example1: ojspCompile.pl compile -s 'jtf%' -p 20 retry
    example2: ojspCompile.pl compile -s 'jtflogin.jsp,jtfavald.jsp' flush
    example3: ojspCompile.pl compile fast --quiet
    If your JSP uses custom classes, then compiling jsp manually can fail if proper classpath is not set. Yes, even though if you have setup the classpath correctly in orion-application.xml, it will fail because this jsp compile utility does not read orion-application.xml classpath.
    So, the problem is to identify where to set the classpath so that above utility can pick it up. After several search and looking into code, I found following:
    By default, the jsp compiler script uses following configuration file
    $INST_TOP/appl/admin/ojspCompile.conf
    This conf file has a classpath field in it which is usually pointed to file
    $INST_TOP/appl/admin/ojspCompile.properties
    This property file lists the classpath used for JSP compilation.
    So if your classes are not listed in this file, your jsps will not compile by ojspCompile.
    Ofcourse, you can always set the "main_mode" to "recompile" in orion-web.xml, but that for production you do not want to change it and compile the JSP on file deployment.
    References:
    458338.1 How to Enable Automatic Compilation of JSP pages in R12 Environment
    433386.1 JSP Pages Hanging in R12 After Removing Cached Class Files in _pages
    783094.1 Compile jsp files at Application R12 at Windows

  • Customized Jar files in ODI 11g

    Hi guys:
    I've searched the ODI 11 documentation but I'm not able to find where can I put my customized jar files with the classes that I've create.
    For instance:
    I need to put an Apache Commons Lang3 jars in ODI 11g to be able to use the StringUtils class in my Beanshell scripts.
    Where do I put these Jar files now? I had put them into /ODI_HOME/agent/drivers, JAVA_HOME/lib, JAVA_HOME/jre/lib and also in my WINDOWS_APP_DATA\USER\ODI\ORACLEDI\USERLIB and still got the same error of Class not Found.
    I'm using ODI_11.1.1.6.0_GENERIC_111219.1055
    Thanks in advance.
    Luiz Araujo

    Please restart your agent and odistudio. Then try it.

  • Custom component issue

    Custom component issue
    According to customer requirements, we want to get such an effect in the development of custom components:
    Drag and drop custom components to the Flex builder work area, it can generate more than the default properties, not just generate "x", "y" attribute.
    【Details are as follows】
    We design a custom panel "CustomPanel.mxml" in the project development, then drag it into the workspace in the Flex builder development environment.
    View the source code found that it can only generate "x", "y" attribute in default. That is:
    <ns2:CustomPanel x="105" y="74">
    </ns2:CustomPanel>
    【Issue】
    How can we do that when drag the 'custom component' into Flex builder workspace,  we can generate "layout" attribute in addition to "x", "y" attributes?
    That is:
    <ns2:CustomPanel x="105" y="74" layout="absolute">
    </ns2:CustomPanel>
    【Note】
    The following code will be generated when the "panel component comes with Flex builder environment" is dragged into workspace.
    <mx:Panel x="121" y="134" width="250" height="200" layout="absolute">
    </mx:Panel>
    How it is done?

    I am sorry to bother you again.
    I have tried the web site content, but it can't helped!
    There is a custom component called 'Basket', source code is as follows:
    package picnic
    import mx.containers.Panel;
    public class Basket extends Panel
      public function Basket()
       super();
       layout = "vertical";
       setStyle("backgroundColor", 0x00FFFF);
       setStyle("horizontalAlign", "center");
    Here it is worked when the attribute "layout" is set to "vertical", but it isn't when "layout" is set to "absolute" !
    When the property is set to "absolute" phenomenon is as follows:
    Drag component such as 'Button' into "picnic component". It will automatically go to the top left corner position,
    just like the 'layout-attribute' is not set.
    Why is there such a phenomenon?

  • Can Test Custom Jars with 6i Run Form - Client/Server?

    I want to test custom Jar files with Forms 6i from my desktop, but I cannot get the Run Form->Web to work. Is it possible for the run time to load the just jars for PJC when you do Run Form -> Client/Server? So far, when I have done this, it does not execute any PJC. Any ideas, tips?
    Thanks,
    Kurz

    Hi Kurz
    Any ideas, tips?pls have a look
    http://www.dulcian.com/papers/ODTUG/2004/ODTUG%202004_Balcu1_JavaBean.htm
    http://www.oracle.com/technology/sample_code/products/forms/extracted/getclientinfo/readme.html
    http://www.scribd.com/doc/1027764/Forms-6i-Deploying-Forms-Applications-to-the-Web-with-Oracle-Forms-Server
    Hope it helps u
    Regards,
    Abdetu...

  • How do I contact Verizon corporate regarding customer service issues?

        I'm trying to escalate an issue that I have with customer service and just can't seem to find out how to contact corporate to discuss my issue.  I have talked to customer service supervisers and asked them to escalate my complaint.  After being told it would be 5-7 days to respond, I'm still waiting.  Any help in contacting the right department at corporate would be helpful.

    Hello asianguy1964,
    I am available to assist and address any concerns that you may have in reference to customer service issue! May I ask is your posting regarding a billing issue, wireless service issue, or a interaction with a representative? Also, were you provided a reference number to your complaint? If you have a reference number then I can check on the status of your concern. Prior to investigating your reference number, would you be kind as to share the details of the issue as I'm condifent that we can If I am unable to provide a solution for you then the additional information will help me forward your concern to the appropriate channel. I look forward to hearing from you in the near future.
    Thank you...
    ArnettH_VZW
    Follow us on Twitter @vzwsupport

  • Custom Jars and R12

    Hi
    Is there an example of adding a custom jar file to R12 (such as setup directions within OC4J.properties)?  Specifically looking to migrate custom jar files from 11i to R12 (12.1.3)
    Thanks
    Linda

    Linda, are you sure you are posting  in the right forum?
    Neither 11i nor R12 are jdev version. You might want to ask your question in the Fusion Applications space.
    Timo

  • Custom Jar creation for SIM customizations

    Hi,
    Can anyone tell me how to create a custom jar for SIM customizations
    ( which has been done by using extension methodology ) and where to put it so the custom code is picked up first rather than the base code.
    Thanks,
    Susmita

    sim-1311-impg1.pdf says:
    Build/Packaging/Deployment Related
    To build and deploy the customizations correctly, make a separate project for
    custom-modified code. Make sure any existing Java files that are going to be altered
    have the exact same class structure as the base code within this new project. New or
    additional Java files might have a class structure that makes sense for the new code.
    Build a custom JAR with the modified or newly created code. This custom JAR should
    be placed first in the execution classpath so that classes found within the JAR are
    chosen by the JVM rather than the base classes. This will require unsigning and
    resigning all the JARs in the SIM-client application, since all JARs must be signed with
    the same signature for Web Start to work correctly. Consult the jarsigner
    documentation from Sun for further information on the JAR unsigning/signing
    process.
    Hope this helps,
    Best regards,
    Erik Ykema

  • JDev 10.1.3: Create custom JAR file

    I was wondering what the best practice is to include a custom JAR file or third-party-jar file into a Project in JDeveloper.
    For example, if I have a jar named customjar.jar and I store it in c:\jars\customjar.jar. I then in my project properties --> Libraries --> Add Jar/Directory add this to my project. I can then access all my classes in customjar.jar. When I deploy this, this customjar.jar get thrown into my WEB-INF\lib when I deploy to the app server. I would like to store this on my pc in a common directory and not package it into my ear file. Then, when deployed to the app server, I would like that same copy there.
    I've read a lot of references to including paths in the server.xml, application.xml, orion-application.xml, shared-lib, etc. It's become quite confusing. TIA.

    repost

Maybe you are looking for

  • The operation could not be completed. The specified module

    Microsoft Visual Studio The operation could not be completed. The specified module could not be found. OK i get teh above erro r msg when i am trying to open the crystal report rpt file in design mode i tried taking a new crysttal report but that too

  • This item is temporarily unavailable.  please try again later

    I have had a large iTunes library for years.  switched many different computers through the years.  I buy my first Mac and this is the error that pops up when i try to download my library.  I have tried to download to external hard drive and internal

  • InDesign crashes on export to IDML. Both Mac and Windows

    Hello, We are working on a book. Now that we've started indexing, we've run into a nasty bug that corrupts our file and causes InDesign to crash. We saw suggestions to export the file to IDML and then reopen in InDesign. We've done that several times

  • My mac pro is not connecting to the internet but i have a wifi connection

    I am trying to connect to the internet.  The computer is connecting to my router but isn't getting a valid ip address

  • BAM - Siebel Order Management demo

    Hi, I am at a large Telco customer and I am urgently looking for a demo of 'BAM with Siebel' for Order Management. Where can I find such a demo? It could a recorded video demo or a VM instance that I could run would be fantastic. Please point me in t