Pre-Migration Analysis Report Error

I am attempting to generate the Pre-Migration Analysis Report using the OW2OIM Migration Tool but I'm getting the following error. All other objects are analyzed and reported correctly; this error occurs during the analysis of the user base. We have over 100K accounts within our QAT environment.
I believe the issue could be with the allotted memory but I'm asking if anyone has experienced this and/or can provide any other ideas causing this issue. Thank you in advance.
IDM - v8.1 (20090429 Patch 1)
Migration Tool - OW8xToOIM
[08-02-2011 10:28:48.626 EDT] ERROR [SIMUserAnalyzer] WavesetException occurred when analyzing SIM users
com.waveset.util.InternalError: Null object loader reference.
at com.waveset.object.RepositoryResult.getNextBlock(RepositoryResult.java:1588)
at com.waveset.object.RepositoryResult.hasNext(RepositoryResult.java:1424)
at com.waveset.object.QueryResultAdapter.hasNext(QueryResultAdapter.java:86)
at com.oracle.sim2oim.analyzers.SIMUserAnalyzer.analyze(SIMUserAnalyzer.java:251)
at com.oracle.sim2oim.controller.SIMController.analyze(SIMController.java:237)
at com.oracle.migration.core.MigrationManager.runPreMigrationAnalyzer(MigrationManager.java:259)
at com.oracle.migration.core.MigrationManager.main(MigrationManager.java:145)
[08-02-2011 10:28:48.749 EDT] ERROR [SIMController] Exception occurred when analyzing com.oracle.sim2oim.analyzers.SIMUserAnalyzer
com.oracle.migration.exception.PreMigrationAnalysisException: WavesetException occurred when analyzing SIM users
at com.oracle.sim2oim.analyzers.SIMUserAnalyzer.analyze(SIMUserAnalyzer.java:321)
at com.oracle.sim2oim.controller.SIMController.analyze(SIMController.java:237)
at com.oracle.migration.core.MigrationManager.runPreMigrationAnalyzer(MigrationManager.java:259)
at com.oracle.migration.core.MigrationManager.main(MigrationManager.java:145)

Update:
Within the \config\xml\migration-config_PreMigrationAnalysis.xml configuration file you can control the buffering of records. I changed the buffer size from 15000 to 10 and now any object type with count over 10 fails on the 11th object of that type.
Next step: Check the behaviour of the other configurations.
<!-- List of source controller properties.-->
<properties>
     <!-- List of Connection properties to connect to the OW instance.-->
     <property name="url" value="http://qat.idm.com"/>
     <property name="username" value="idm-config"/>
     <!-- This property specifies the location of the individual OW object reports.-->
     <property name="objectReportDirLocation" value="./reports"/>
     <!-- This property specifies the maximum number of records that shall be displayed in an individual OW object report.-->
     <property name="reportRecordsLimit" value="15"/>
     <!-- This property controls the creation of a local login to OW. Allowed Values are true/false.-->
     <property name="requireLocalSession" value="false"/>
     <!-- This property controls the buffering of OW object queries. Allowed Values are true/false.-->
     <property name="bufferQuery" value="true"/>
     <!-- This property controls the buffer size of OW object queries.-->
     <property name="bufferSize" value="10"/>
</properties>

Similar Messages

  • UCCX 8.5.1 SU2 traffic analysis report errors out

    Anyone run into this before, I'm not seeing a bug fixed for this issue in SU3 either.
    If we have a call center outage or some issue effecting services, one day a month, and try to run the IVR traffic analysis report for the whole month (where one day we had outage) the report for that timeframe fails to run. If we adjust the report begin/end time to end before problem day/hour the report runs fine. Same for after that time to end of the month. We can also run the report for the single day of outage (whole 24 hour period) without problem to which is strange.
    Regarding the outage, it is where UCCX services stop for some reason. This is HA WAN setup. The systems were not powered down or shutdown unexpectedly. 
    Seems it is choking on the data and trying to divde by zero....
    We see this in logs,
    1: 11/6/2012 8:56:32 AM %CHC-LOG_SUBFAC-3-UNK:0 :Final Font Size=$rptFontSize
    1: 12/6/2012 11:20:36 AM %CHC-LOG_SUBFAC-3-UNK:The following SQL Command failed due to ()SQL Command=[call sp_ivr_traffic_analysis ('2012-11-01 5:00:00', '2012-12-01 5:59:59', -18000, 0 )]
    2: 12/6/2012 11:20:36 AM %CHC-LOG_SUBFAC-3-UNK:TraceDBError #1:(ADO Error# -2147467259|Description E22012: (-1202) An attempt was made to divide by zero.|Source Ifxoledbc|SQLState |NativeError -1202)
    3: 12/6/2012 11:20:36 AM %CHC-LOG_SUBFAC-3-UNK:Database Error | A runtime error occurred while executing the query. Please check log for more details
    4: 12/6/2012 11:30:32 AM %CHC-LOG_SUBFAC-3-UNK:Failed to run Interpreted SQL Command(call sp_ivr_traffic_analysis ('2012-11-01 5:00:00', '2012-12-01 5:59:59', -18000, 0 ))
    5: 12/6/2012 11:34:52 AM %CHC-LOG_SUBFAC-3-UNK:The following SQL Command failed due to ()SQL Command=[call sp_ivr_traffic_analysis ('2012-11-01 5:00:00', '2012-12-01 5:59:59', -18000, 0 )]
    6: 12/6/2012 11:34:52 AM %CHC-LOG_SUBFAC-3-UNK:TraceDBError #1:(ADO Error# -2147467259|Description E22012: (-1202) An attempt was made to divide by zero.|Source Ifxoledbc|SQLState |NativeError -1202)
    7: 12/6/2012 11:34:52 AM %CHC-LOG_SUBFAC-3-UNK:Database Error | A runtime error occurred while executing the query. Please check log for more details
    8: 12/6/2012 12:02:53 PM %CHC-LOG_SUBFAC-3-UNK:Failed to run Interpreted SQL Command(call sp_ivr_traffic_analysis ('2012-11-01 5:00:00', '2012-12-01 5:59:59', -18000, 0 ))
    9: 12/6/2012 4:00:13 PM %CHC-LOG_SUBFAC-3-UNK:The following SQL Command failed due to ()SQL Command=[call sp_ivr_traffic_analysis ('2012-11-01 5:00:00', '2012-12-01 5:59:59', -18000, 0 )]
    10: 12/6/2012 4:00:13 PM %CHC-LOG_SUBFAC-3-UNK:TraceDBError #1:(ADO Error# -2147467259|Description E22012: (-1202) An attempt was made to divide by zero.|Source Ifxoledbc|SQLState |NativeError -1202)
    11: 12/6/2012 4:00:13 PM %CHC-LOG_SUBFAC-3-UNK:Database Error | A runtime error occurred while executing the query. Please check log for more details
    12: 12/6/2012 4:18:56 PM %CHC-LOG_SUBFAC-3-UNK:Failed to run Interpreted SQL Command(call sp_ivr_traffic_analysis ('2012-11-01 5:00:00', '2012-12-01 5:59:59', -18000, 0 ))

    Mohammed,
    It is common, in many of the Cisco Express 8.5 environments we have looked at, for the Total Incoming Calls given on a Traffic Analysis report to be a higher number than an Application Report.
    The Traffic Analysis Report counts every unique sessionID (unique call) that is inbound (contact type of 1).  The Application Reports do a similar thing but qualify (filter) only the records that have an application assigned.
    There are simply times where inbound calls have been directed to an "agent" without having an applicaiton assigned.
    The best thing the reporting user can do is to run a query on his or her database such as: 
         select * from ContactCallDetail where contactType=1and startDateTime > '2012-11-16 10:00:00' and startDateTime < '2012-11-16 11:00:00';
    Usually when an application is not assigned to the record in the ContactCallDetail table it is because the destination type is equal to 1, which is an 'Agent' instead of a 'route point'.
    So if you modify your select statement to filter by destinationType, you can quickly find the records that don't have the application assigned. 
    Example:  select * from ContactCallDetail where contactType = 1 and destinationType = 1 and startDateTime > '2012-11-16 10:00:00 and startDateTime < 2012-11-16 11:00:00';
    When you look at these records, you will see the agent that took the call from the destinationID field.  The number in that field should match up with the field called 'resourceID' in a table called 'resouce';
         Example:  select * from resource where resouce=6011; where 6011 was the number you found in the destinationID field.
    If there is still confusion about the source of the call - then talk to that agent and find out what is was.
    Good Luck and let me know if you need further help.
    Ron Reif
    [email protected]

  • Risk analysis Report Error in GRC AC 10.0

    Dear GRC,
    I had problem with Risk analysis Report in GRC Access Request form
    When i run the Risk analysis report on Action Level , Permission Level , Critical Action Level and Critical Permission Level then report showing as "No Violations" but if i run the Risk analysis report only on Critical Action Level and Critical Permission Level then report showing too many Violations.
    I maintained Action Level , Permission Level , Critical Action Level and Critical Permission Level as default risk analysis type in SPRO Configuration Parameters settings.
    i am not understanding why system behaves like this. Could you please help me on this.
    System Details : GRC AC 10.0 , SP-12
    Thanks a lot for swift response.
    Best Regards,
    RK

    Hi GRC Team,
    Please help me on this. I am waiting for your replay.
    Regards,
    KR

  • Web Analysis report error : Array Index out of range :1

    while running from workspace , below error is being thrown after making few changes to the layout (e.g. moving Measures from Page to Row ) though Design for HTML setting applied.
    Array Index out of range :1
    These reports are running well in WA studio.
    Can any one advise on this please.

    Array index out of range: 1The only time you will get that error is when you are accessing an elements index that is not present in the actual indexes in that array

  • Hyperion web analysis reports: Error defining Drill through connections.

    Hi
    we are facing problems while defining Drill through connections.
    I am trying to define Drill through connection for oracle but i am unable to define.
    I am having pracle client in my system and getting error: Getting connection failed.
    In details: oracle.jdbc.driver.OracleDriver
    DB connection string: jdbc:oracle:thin:@HOST-NAME:1521:ORCL
    Here i have entered IP address in HOST-NAME and service name in ORCL.
    Do we need to do anything(prerequisites) before define Drill through ?
    Please help me on this.
    Nagesh.

    Hi,
    1. First check whether jdbc driver(ojdbc14.jar) file is present into "C:\Hyperion\BIPlus\InstallableApps\WebAnalysis _war\WEB-INF\lib" folder.
    OR
    C:\Hyperion\deployments\Tomcat5\WebAnalysis\webapps\WebAnalysis\WEB-INF\lib (any one of these depends upon the class u assigned)
    Plz check the classpath as well.
    if ojdbc14.jar file is not present in any of these path, place it there.
    2. Java is case sensitive, SO ur server name should be in CAPS. (First, try to connect to Relational DB thru New-->DBconnection-->Relational)
    Plz let me know if u still have any issue.
    Best of luck
    Edited by: user649490 on Feb 26, 2009 9:51 PM
    Edited by: user649490 on Feb 26, 2009 9:52 PM

  • Essbase data crossjoin error in OBIEE analysis report

    Hi all,
    Anyone got the following error in OBIEE analysis report:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 96002] Essbase Error: Syntax error in input MDX query on line 13 at token 'crossjoin' (HY000)
    The OBIEE version is 11.1.1.6.2
    Data is from Essbase Cube, version 11.1.2
    The report is a simple cross tab table and we added 'After' aggregation to show grand total.
    The error show up when we drill down on dimension, click '+'.
    However, if I remove the 'After' aggregation. There is no error at all
    Thank you
    BCHK

    Hi veeravalli,
    Thank you for you reply. I got it.
    However, any idea to solve the issue?
    I tried to do it in RPD by case when,
    e.g. Acutal Sales: case when scenario='Actual' then salesamount end
    Budget Sales: case when scenario='Budget' then salesamount end
    Actual/Budget%: (Actual Sales/Budget Sales) *100
    So there is no error, Actual Sales and Budget Sales are correct, but Actual/Budget % shows nothing in report
    Thanks.
    BCHK

  • Account Analysis report (Modification adding Customer)

    Dear All,
    I just want to know is there any way to Modify Account Analysis Report (Subledger) modified by adding Supplier Name.
    Thanks
    Rehan

    Hi Rehan;
    Please check below which could be helpful for your issue:
    XLAAARPT: Account Analysis Report Errors with Warning: Due to High Volume Of Data Got Out Of Memory Exception Please Retry With Scalable Option Or Modify The Data Template To Run In Scalable Mode [ID 1304660.1]
    Regard
    Helios

  • Account Analysis Report (Subledger)

    Hello,
    I am on R12.1.3.
    I am running Account Analysis Report fro AP Super User Responsibility. In the report I am getting records with source such as Manual and Spreadsheet.
    I was expecting the output to content only the payable info. AM I wrong in understanding this report ?
    About reconciliation
    I expected the output of this report to exactly match with with Account analysis from GL Super user (for the account where there is no external sources are touching)
    Regards,
    SM

    Hi Rehan;
    Please check below which could be helpful for your issue:
    XLAAARPT: Account Analysis Report Errors with Warning: Due to High Volume Of Data Got Out Of Memory Exception Please Retry With Scalable Option Or Modify The Data Template To Run In Scalable Mode [ID 1304660.1]
    Regard
    Helios

  • Restoring pre-migration DPM Database - Reporting Tab issue

    Before migration, upgraded DPM 2010 to 2012 thru to 2012 R2. Took backup of database.
    Built new Windows 2012 R2, SQL 2012 SP1 & DPM 2012 R2. While database is blank, DPM seems to work fine.
    Restored pre-migration backup of DPM database over this new blank database. Most of DPM seems fine so far. Tape autoloader and attached disks are recognised and previous backups are all available. Protection Groups seem fine.
    Accessing the reporting tab causes MMC to quit with error.
    Description:
      AppName: mmc AppVer: 4.2.1205.0 ModName: mmc.exe
    ModVer: 6.3.9600.16384 StackHash: 9EAE70C3
    Problem signature:
      Problem Event Name: DPMException
      Application Name: mmc
      Application Version: 4.2.1205.0
      Module Name: mmc.exe
      Module Version: 6.3.9600.16384
      Exception Name: System.NullReferenceException
      Exception Point: Microsoft.Internal.EnterpriseStorage.Dls.UI.ReportingPage.Reporting.RefreshListView
      Other: 9EAE70C3
      OS Version: 6.3.9600.2.0.0.272.7
      Locale ID: 6153
    Event Log:
    An unexpected error caused a failure for process 'mmc'.  Restart the DPM process 'mmc'.
    Problem Details:
    <FatalServiceError><__System><ID>19</ID><Seq>0</Seq><TimeCreated>31/03/2014 10:37:37</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>NullReferenceException</ExceptionType><ExceptionMessage>Object
    reference not set to an instance of an object.</ExceptionMessage><ExceptionDetails>System.NullReferenceException: Object reference not set to an instance of an object.
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.ReportingPage.Reporting.RefreshListView()
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.ReportingPage.Reporting.DisplayAppropriateListView()
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.ReportingPage.Reporting.CheckAccountStatusAndUpdateUI()
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.ReportingPage.Reporting.UpdateReportingUI()
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.ReportingPage.Reporting.UpdateReportingPage()</ExceptionDetails></FatalServiceError>
    Accessing reporting using Internet Explorer and the URL for Reporting in SQL seems Okay.
    Seeing as the database restore is the single factor that causes functionality to break I have been trying to ascertain what I might correct incside the pre-migration database.
    While the new machine has the same computer name, the accounts for services and SQL were changed in line with what was suggested/recommended by the setup comments I came across (domain accounts instead of local etc.) So there would be a discrepancy between
    the pre-migration security accounts and the new servers security accounts.
    Should I try and correct this specific issue and can anyone help with that (seeing as rest seems to be working okay)?
    OR
    Can you point me to the recommended steps that I should follow (post-restore) to get this setup working for reporting?

    You're not alone. I have the exact same issue (report tab results in MMC crash) after upgrading from DPM 2012sp1 to DPM 2012R2.
    I installed fresh windows 2012r2, then installed DPM 2012sp1, restored database, then upgraded to DPM 2012r2. Now I can't access the report TAB even though
    http://dpmserver/reports works just fine for viewing DPM reports.
    My error codes are identical to what you posted.
    Additionally, here is the crash log where I thought it was relevant to our situation:
    NORMAL ConnectToReportServerUrl: Try connecting with url [http://dpmserver/ReportServer]
     0D68 0938 05/07 21:18:58.102 42 Reporter.cs(2177)   NORMAL GetReportServerUrl: return [http://dpmserver/ReportServer]
     0D68 0938 05/07 21:18:58.133 42 Reporter.cs(255)   NORMAL  connected to the ReportServer :http://dpmserver/ReportServer/ReportService2005.asmx
    0D68 0938 05/07 21:18:59.915 42 Reporter.cs(396)   NORMAL There is no report in the rootFolderPath :
    0D68 0E30 05/07 21:18:59.930 09 AppAssert.cs(130)   WARNING ASSERT: (FileName:Reporting.cs; LineNumber:612)
    0D68 0E30 05/07 21:18:59.930 09 AppAssert.cs(130)   WARNING There is no DPM report deployed on the report server
     0D68 0E30 05/07 21:18:59.930 34 PageController.cs(1970)   WARNING Attempting to handle fatal error: System.NullReferenceException: Object reference not set to an instance of an object.
     0D68 0E30 05/07 21:18:59.930 34 PageController.cs(1970)   WARNING    at Microsoft.Internal.EnterpriseStorage.Dls.UI.ReportingPage.Reporting.RefreshListView()
     0D68 0E30 05/07 21:18:59.930 34 PageController.cs(1970)   WARNING    at Microsoft.Internal.EnterpriseStorage.Dls.UI.ReportingPage.Reporting.DisplayAppropriateListView()
     0D68 0E30 05/07 21:18:59.930 34 PageController.cs(1970)   WARNING    at Microsoft.Internal.EnterpriseStorage.Dls.UI.ReportingPage.Reporting.CheckAccountStatusAndUpdateUI()
     0D68 0E30 05/07 21:18:59.930 34 PageController.cs(1970)   WARNING    at Microsoft.Internal.EnterpriseStorage.Dls.UI.ReportingPage.Reporting.UpdateReportingUI()
     0D68 0E30 05/07 21:18:59.930 34 PageController.cs(1970)   WARNING    at Microsoft.Internal.EnterpriseStorage.Dls.UI.ReportingPage.Reporting.UpdateReportingPage()
     0D68 0E30 05/07 21:18:59.946 34 PageController.cs(2012)   NORMAL Will  invoke Watson
     0D68 0E30 05/07 21:18:59.946 34 PageController.cs(2102)   WARNING UI Thread Exception: System.NullReferenceException
     0D68 0E30 05/07 21:18:59.946 34 PageController.cs(2109)   WARNING --------------------

  • Q:-  Migrating version 6 Web Analysis reports directly to version 11  ??

    Trying to migrate version 6 Web Analysis reports directly to version 11.1.1.2 without first migrating to version 9, because of some time constraints.
    Overall it works fine, except for some issue with PV (Personal Variables) in those reports.
    The PVs are present in the version 6 xml export file, but somehow not being picked up in version 11.1.1.2 Web Analysis import.
    Has anyone tried to migrate version 6 Web Analysis reports to version 11.1.1.2 and faced this kind of issue?
    I am wondering if there is any change in the xml tags because of which the migration from 6 to 11 is not working.
    Anyone has any thoughts or ideas to quickly migrate web Analysis reports from 6 to 11. There are hundreds of reports that need to be migrated.
    - Nasar

    Hi,
    Welcome to Forums...!
    I think we need to change the database connection details in the Web analysis.
    goto file --> Edit --> browse the database connection then change the server name in the connection details.
    may be this will help to resolve your issue.
    Thanks,
    mady

  • Web Analysis Report Migration from 9.3.1. to 11.1.1.3

    Hi All,
    We are migrating from 9.3.1 to 11.1.1.3 we have couple of web analysis reports running on the old server 9.3.1 and now i have to migrate those reports on the new server 11.1.1.3. Reports in 9.3.1 are in windows servers and it should me migrated to 11.1.1.3 which is on a solaris server. please let me me know if you have any ideas regarding this issue.
    Thanks,
    Ram.
    Edited by: KRK on Sep 29, 2009 8:56 AM
    Edited by: KRK on Nov 6, 2009 12:53 PM

    Hi Vijay,
    I have checked migration utility inversion 9.x basically this migration utility is compatible for reports from version 7.x to 9.x and it is not supported for reports from 9.x to 11.x ....
    So i have finally fallowed a procedure.
    I have exported the reports from 9.x and imported in 11.x .
    Then after exporting i have pointed database connections to new 11.x version server.
    Now I was facing a issue when i open a reports in read only mode (i.e as a business user) iam getting a screen where it asks for database details ( I have assigned business user read access to essbase)
    Basically this reports are pointing to my old essbase server i.e version 9.x server.
    Please let me if iam missing something while exporting and importing reports.
    Thanks,
    Ram.

  • Too much errors/messages in Web Analysis reports stops workspace

    Too often workspace stops to work for the client with the following (example) messages. It seems that too much informational and error messages from reports (like a non working report link or missing member) gives the workspace client so much trouble that login off or closing the browser is the only solution. This seems not the right workaround. Anyone experiencing the same?
    Internet Explorer popup:
    Line: 2608
    char: 4
    Error: 'undefined'is null or not an object
    Code: 0
    URL: https://[workspaceserver]/workspace/index.jsp
    {next}
    Internet Explorer popup:
    Line: 2688
    char: 3
    Error: 'undefined'is null or not an object
    Code: 0
    URL: https://[workspaceserver]/workspace/index.jsp
    In a Hyperion(r)Workspace-error popupscreen:
    An error was encountered while closing all content
    Can only remove children
    Internet Explorer popup:
    Line: 1385
    Char: 4
    error: 'this.leftComp.getDataModel()'is null or not an object
    Code: 0
    URL: https://[workspaceserver]/workspace/index.jsp

    it seems that all errors are related to the migrated anaqlyzer report. In the new 931 version less characters are allowed to use than the old 71 version.
    In the main name of the reportgroup the migration just rplaces the wrong characters. But links and url insite reportgroups and reports are not changed during migration. Activating (clicking on it) such links is the main cause of the freeze.

  • Error connecting to web analysis report from workspace

    Hi,
    There are a number of web analysis reports. There is a link to one in a planning task list. However, when the report is opened an error appears saying
    Required application context analyzer is not available. Please contact your administrator
    The report opens is web analysis. I tried other reports from within workspace by browsing to them from within the folder structure and got the error for all of them.
    Has anyone seen this before?
    Thanks,
    Nathan

    A) restart your services in correct order
    B) be sure that the analyzer.properties (baseurl) is correct and can be reached from the workspace server.
    C) wrong SSL config and certificates produce sometimes suprisingly strange error messages.

  • Error while operating Web analysis report in Workspace

    I have created a web analysis report in which i have provided buttons, on the click event of button it must open a link provided.This button is working fine when opened using Web Analysis studio but on running this report in workspace, when i press the button i get this error "This Service is not supported by the HTML client".
    Please help.

    Have you tried checking the "Design for HTML" from the Edit toolbar to see if you get any error when saving?
    Do you have any advanced items on the report, as there are 4 types of differences between Studio and HTML:
    - font differences, Workspace (DHTML) uses the WA Server fonts whereas WA Studio client machine fonts.
    - Service Buttons are very restricted using Workspace
    - Display: Tab selection, Splitter panels, Slider selection do not render in Workspace
    - Cannot restrict WA Tools menu in Workspace at all, where you can in the Studio.
    For exact details check out the Hyperion Web Analysis Studio User’s Guide from the Doc Library:
    http://download.oracle.com/docs/cd/E10530_01/doc/nav/portal_4.htm

  • Error while importing Web Analysis reports using LCM in 11.1.2.1

    Hi,
    I am trying to import Web Analysis reports using LCM in 11.1.2.1. But while importing the reoprts I am getting the following error:
    " The following object couldn't be imported:EPMRAF-31040:Provisioned user couldn't be found in target system."
    FYI: Security is already imported successfully in the target system. Including reporting and analysis.
    Please help.
    Edited by: 937719 on Feb 21, 2013 1:30 PM

    Are the child forms that are included in the composite form imported into the destination environment?
    HTH-
    Jasmine.

Maybe you are looking for

  • Mirroring or cloning many computers on a network?

    Good morning, I am running a little internet café consisting of four eMacs. Internet billing and authentication is handled by Sputnik (www.sputnik.com) using prepaid cards. It is not totally ideal for shared public computers as it is designed for peo

  • CS3 and PowerPC Mac - can't get Photoshop CS3 to install

    I'm using a PowerPC based Mac - OSX v 10.4.11. I tried to install the CS3 suite - some apps installed fine, some did not. Photoshop CS3 did not install. Now when I try to use PS CS2 quite a few features are missing, particularly in the filters menu.

  • How to execute Result analysis for a Single order?

    HI, I need to execute Result analysis for a single process order. But i found cumulative RA. Can any one provide the Individual Result analysis execution T.code? Thanks KB

  • My external drive only shows up if I unplug and re-plug the USB cable. Why?

    I'm using a Thermaltake BlacX USB 3.0 doc. My iMac isn't 3.0 compatible so it's defaulting to 2.0. When I drop a drive in the powered-up BlacX, it does not appear on my desktop or the finder. However, if I detach the USB cable and plug it right back

  • Any way to use 80GB Classic with a "Portable" video device

    I have asked questions about this topic in other threads over the past month, but I am going to revive it here. I am leaving on a trip shortly, and I'm trying to receive a definitive answer whether there is any conceivable way to use my 80 GB iPod Cl