Malformed or incomplete collection error

I am trying to work with a custom record type and collections.
create or replace procedure coll_test
as
type param_rec is record (
param_cd varchar2(10),
unit_cd varchar2(10),
min_value number,
max_value number);
type param_array is table of param_rec index by binary_integer;
basic_params param_array;
begin
  -- load the array
  basic_params(1) := ('00040','43',null,25);
  basic_params(2) := ('00400','12',6,9);
  basic_params(3) := ('01264','28',null,115);
  basic_params(4) := ('00550','19',null,15);
  basic_params(5) := ('01256','28',null,20);
-- loop through the array
for i in 1..basic_params.count
loop
   dbms_output.put_line(basic_params(i).param_cd||' '||basic_params(i).max_value);
end loop;
end;
/When I try to compile this, I get the following error message:
11/3
PL/SQL: Statement ignored
11/22
PLS-00320: the declaration of the type of this expression is incomplete or malformed
12/3
PL/SQL: Statement ignored
12/22
PLS-00320: the declaration of the type of this expression is incomplete or malformed
13/3
PL/SQL: Statement ignored
13/22
PLS-00320: the declaration of the type of this expression is incomplete or malformed
14/3
PL/SQL: Statement ignored
14/22
PLS-00320: the declaration of the type of this expression is incomplete or malformed
15/3
PL/SQL: Statement ignored
15/22
PLS-00320: the declaration of the type of this expression is incomplete or malformedSo it appears that I am trying to populate the array incorrectly. Can someone point out what I am doing wrong?
Tony

You have to assign all the fields individually -
there are no constructors for record types.Oh yeah, my mistake. Sorry OP.
Got confused cos I'd just answered another similar post where the assignment was being done in the declaration section where you can specify the record type like I showed.
hehe

Similar Messages

  • The Cube with ID = Rate doesn't exist in the collection Error Message

    When doing a Full Optimization in the Rate cube I get a "The Cube with ID = Rate doesn't exist in the collection" error message. What is causing this error and how do I fix it?

    I have seen this error when reporting services was not properly configured. can you connect to http://servername/reports ?
    If not try to fix reporting services first, this solved the problem for me in the past.
    But usually in this case all the aplications are giving this error when modifying. Is this also the case in your appset?
    Does Apshell work when you modify the application there?
    -Joost

  • Grid Control EMC Clariion Metric Collection Error

    Hi,
    I just deployed the EMC Clariion plugin and I get a metric collection error:
    Storage Processor Configuration Collection Failure
    Can't call method "che_freemem" on un undefined value at /<agent_path/sysman/admin/scripts/emx/emc_clariion_storage/emc_clariion_processor.pl line 127.
    Anyone got any idea?
    Cheers,
    Olivier

    It could be a parsing error due to unstrucured format of the navicli out put.
    other metrics and reports should work fine.
    Not a consistent error . Not seen on other deployments.

  • Microsoft SQL Server Metric Collection Errors

    Hi
    I've installed the Microsoft SQL Server plugin.
    I've added a SQL server for monitoring.
    It only monitors / picks up Cache Hit Ratio.
    Then i'm getting the following Metric Collection Errors:
    Database Oct 31, 2006 2:35:45 PM Collection Failure Missing Properties : [pro...
    [b]SQL Server Process Oct 31, 2006 2:35:45 PM Collection Failure Missing Properties : [pro...
    [b]Processor Oct 31, 2006 2:35:45 PM Collection Failure /u/oracle10/OracleHomes/a...
    Error Log Entry Oct 31, 2006 2:31:32 PM Collection Failure Missing Properties : [pro...
    [b]MSSQL DatabaseFile Oct 31, 2006 2:31:32 PM Collection Failure Missing Properties : [pro...
    [b]SQL Server Role Oct 31, 2006 2:31:32 PM Collection Failure Missing Properties : [pro...
    [b]MSSQL Transaction Log Oct 31, 2006 2:31:32 PM Collection Failure Missing Properties : [pro...
    [b]Database Parameter Oct 31, 2006 2:29:10 PM Collection Failure Missing Properties : [pro...
    User Oct 31, 2006 2:29:10 PM Collection Failure Missing Properties : [pro...
    [b]Integrated Security Setting Oct 31, 2006 2:29:10 PM Collection Failure Missing Properties : [pro...
    [b]MSSQL FileGroup Oct 31, 2006 2:27:10 PM Collection Failure Missing Properties : [pro...
    Login Oct 31, 2006 2:25:14 PM Collection Failure Missing Properties : [pro...
    [b]Registry Setting Oct 31, 2006 2:24:21 PM Collection Failure Missing Properties : [pro...
    [b]SQL Server Oct 31, 2006 2:24:21 PM Collection Failure Missing Properties : [pro...
    [b]Database Setting Oct 31, 2006 2:24:21 PM Collection Failure Missing Properties : [pro...
    Target  <servername>.local
    Type  Microsoft SQL Server
    Metric  Database
    Collection Timestamp  Oct 31, 2006 2:35:45 PM
    Error Type  Collection Failure
    Message  [b]Missing Properties : [provided_host_os]
    Thnx,
    Kenneth

    Not sure if you got the plug-in working. If not, read on...
    The error is due to failure in internal computation of the SQL Server Host related information.
    Ensure that
    1. All pre-requisites (specified in SQL Server plug-in Installation Guide) are satisfied
    2. Provided property values for discovery of the SQL Server target are correct
    - JDBC URL has correct port number
    - If you are using older version of SQL Server plug-in, the name of SQL Server
    instance that you provided is correct

  • Metric collection Error MS SQL 2005 Backup

    Hi ,
    become on all "german !!! ' ms sql 2005 Server a collection error for the backup. I have install the newest ms sql plug-in .I have Grid Control 10.2.0.5
    the german error Message is :
    WARN collector: <nmecmc.c> Error exit. Error message: Error Querying:Bei der Konvertierung eines char-Datentyps in einen datetime-Datentyp liegt der datetime-Wert außerhalb des gültigen Bereichs.
    com.microsoft.sqlserver.jdbc.SQLServerException: Bei der Konvertierung eines char-Datentyps in einen datetime-Datentyp liegt der datetime-Wert außerhalb des gültigen Bereichs.
         at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(Unknown Source)
         at com.microsoft.sqlserver.jdbc.TDSCommand.execute(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(Unknown Source)
         at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(Unknown Source)
         at oracle.sysman.mpi.jdbc.microsoft_sqlserver_database.SQLServerJDBCQuery.executeQuery(SQLServerJDBCQuery.java:263)
         at oracle.sysman.mpi.jdbc.microsoft_sqlserver_database.SQLServerJDBCQuery.main(SQLServerJDBCQuery.java:1152)
    this mean that he have problems to convert char to datetime . But why ?
    On my English Server i habe no Problems with this collection.
    And NO , i can't only install English MS SQL Server . This is a Company Policy .
    Where the error of the collection ?
    Thx

    and one more:
    Cant find the key : SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\Replication\\IsInstalled D:\OracleHomes\agent10g/sysman/admin/scripts/emx/microsoft_sqlserver_database\execmethod_32bit is_remote_login=0 namespace=root\default class=StdRegProv "sSubKeyName=SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\Replication" sValueName=IsInstalled method=GetDWORDValue noprint=0 em_result=0 SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\Replication IsInstalled

  • Metric collection error for Oracle 10g(10.2.0.4) database.

    Hi,
    i just confirured OEM11G(11.1.0.1) on my client test machine and installed 11.1.0.1 agent on one target where 10.2.0.4 database is running. OS is windows 2003 R2.
    after installing the agent, i am able to see the database name in the oem --> database tab. but its status is "metric collection error" how ever i am able to see the details about datafiles etc..but in the status sheet it is showing as "metric collection error". i checked the dbsnmp user name and pasword. both are working. i tried to reconfigure the databae manually. it is erroring out with the following error.
    oracle.sysman.emSDK.emd.comm.CommException: IOException in sending Request :: Connection refused: connect
    Can any body help me to take it forward.
    REgards
    DBA.

    I would check the agent trace file (<AGENT_HOME>\sysman\log\emagent.trc) to see if this gives you any information. To give the Log on as batch privilege will not help (to what user?) I think. It will if you start patching using Grid Control.
    Are you sure the target db is 10.2.0.4? Because it was a issue in 10.2.0.3 and cursor_sharing=similar
    Eric

  • Metric Collection Errors against Application Server 10.1.3.1

    Hi,
    I'm getting metric collection errors like below :
    Target midtier_2.mn224_HTTP Server
    Type Oracle HTTP Server
    Metric Resource Usage
    Collection Timestamp 06-Dec-2007 14:12:22
    Error Type Collection Failure
    Message Missing Properties : [version]
    I'm running Oracle Enterprise Manager 10g Release 3 Grid Control 10.2.0.3.0.
    The version of the midtier Application Server installation is 10.1.3.1.0
    Can anyone help me with this ?

    Save yourself some heartburn and upgrade to 10.2.0.3...

  • Win2008 64Bit Collection Error "Result has Repeating Key Value" On Host Per

    Win2008 64Bit Collection Error "Result has Repeating Key Value" On Host Performance Tab [ID 864908.1]      
         Modified 29-JUL-2009 Type PROBLEM Status MODERATED      
    In this Document
    Symptoms
    Cause
    Solution
    References
    This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process, and therefore has not been subject to an independent technical review.
    Applies to:
    Enterprise Manager Grid Control - Version: 10.2.0.5
    Microsoft Windows Server 2008 x64 (AMD64/EM64T)
    Symptoms
    OMS: 10.2.0.5
    Target Agent: 10.2.0.5 Windows 2008 Standard Edition Service Pack 1 64-bit
    Happens for all Windows 2008 64-bit hosts with SAN drives using multipathing.
    When accessing the Host > Performance tab on Windows 2008 64-bit host, get a Metric Collection Error:
    Exception: oracle.sysman.emSDK.emd.comm.MetricGetException: Result has repeating key value on
    drive 0: for diskactivity metric
    emagent.trc shows:
    2009-06-19 11:19:06,125 Thread-6736 ERROR engine:
    [host, <hostname>,Load] : nmeegd_GetMetricData failed : Result has repeating key value : 0 C: U: C: U:
    Collection Error:
    Error getting data for target <hostname>. Exception:
    oracle.sysman.emSDK.emd.comm.MetricGetException: Result has repeating key value : 0 C: U: C: U:
    Switching to the last 24 hrs view.
    Cause
    Microsoft issue with Windows 2008 64-bit and SAN multipath.
    Bug 8214155: ERROR RESULT HAS REPEATING KEY VALUE: <DISK DRIVES> ON DBCONSOLE
    Solution
    Contact Microsoft Support to fix the issue in Performance Monitor's PhysicalDisk object counter since "nmupm diskactivity" gets the information from the PhysicalDisk object counter.
    References:
    http://technet.microsoft.com/en-us/library/cc768048.aspx
    http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/prork/pree_exa_swlz.mspx?mfr=true
    References
    BUG:8214155 - ERROR RESULT HAS REPEATING KEY VALUE: ON DBCONSOLE
    This bug I found on Metalink but no workaround available. I've got the same problem everytime I view performance tab on Microsoft Windows 2008 x64. Does anyone know how to solve it?

    from the emoms.log
    2009-12-08 14:25:09,171 [EMUI_14_25_05_/console/monitoring/hostSummary$pageType=current$ctxType=Hosts$selTab=1$target=CITIZEN02$type=host] ERROR host.HostSummaryDataObject getHostSummary.1215 - Result has repeating key value : 0 C: D: C: D:
    oracle.sysman.emSDK.emd.comm.MetricGetException: Result has repeating key value : 0 C: D: C: D:
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at java.lang.Class.newInstance0(Class.java:308)
         at java.lang.Class.newInstance(Class.java:261)
         at oracle.sysman.emSDK.xml.DelegatingHandler.getObjForTag(DelegatingHandler.java:121)
         at oracle.sysman.emSDK.xml.DelegatingHandler.startElement(DelegatingHandler.java:170)
         at org.xml.sax.helpers.ParserAdapter.startElement(ParserAdapter.java:597)
         at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:180)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1227)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:314)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:281)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:195)
         at org.xml.sax.helpers.ParserAdapter.parse(ParserAdapter.java:431)
         at oracle.sysman.emSDK.xml.DelegatingHandler.parseObj(DelegatingHandler.java:296)
         at oracle.sysman.emSDK.emd.comm.EMDClient.parseStreamResponseContents(EMDClient.java:2883)
         at oracle.sysman.emSDK.emd.comm.EMDClient.parseResponseStream(EMDClient.java:2805)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest_(EMDClient.java:2516)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest_(EMDClient.java:2450)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest(EMDClient.java:2367)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest(EMDClient.java:2352)
         at oracle.sysman.emSDK.emd.comm.EMDClient.getMetrics(EMDClient.java:1120)
         at oracle.sysman.eml.mntr.host.HostSummaryDataObject.getHostSummary(HostSummaryDataObject.java:813)
         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 oracle.cabo.ui.data.provider.MethodDataProvider.getDataObject(Unknown Source)
         at oracle.cabo.ui.data.provider.TableDataProvider.getDataObject(Unknown Source)
         at oracle.cabo.ui.data.provider.CachingDataProvider.getDataObject(Unknown Source)
         at oracle.cabo.ui.data.provider.DataProviderStack.getDataObject(Unknown Source)
         at oracle.cabo.ui.LogicalNodeRenderingContext.getDataObject(Unknown Source)
         at oracle.cabo.ui.RootRenderingContext.getDataObject(Unknown Source)
         at oracle.cabo.ui.LogicalNodeRenderingContext.getDataObject(Unknown Source)
         at oracle.cabo.ui.RootRenderingContext.getDataObject(Unknown Source)
         at oracle.cabo.ui.data.DataBoundValue.getValue(Unknown Source)
         at oracle.cabo.ui.BaseUINode.getAttributeValueImpl(Unknown Source)
         at oracle.cabo.ui.BaseUINode.getAttributeValue(Unknown Source)
         at oracle.cabo.ui.laf.base.TextRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.DataScopeRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.BodyRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.DocumentRenderer.renderContent(Unknown Source)
         at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
         at oracle.cabo.ui.laf.base.xhtml.DocumentRenderer.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.ui.BaseUINode.render(Unknown Source)
         at oracle.cabo.servlet.ui.UINodePageRenderer.renderPage(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.renderPage(Unknown Source)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
         at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:368)
         at oracle.sysman.eml.app.Console.doGet(Console.java:304)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:265)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
         at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java:122)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:102)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:369)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:670)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)
         at

  • Metric Collection Errors

    I am using a 10.2 OEM agent to monitor various database versions (8i,9i,10g). I understand that using a 10.2 agent on an 8i database is not supported.... from what I have seen, you must use a 10.1 OEM agent. However, we would like to upgrade our 8i databases and therefore do not want to lower our OEM agent version to accomodate something that will phase out soon. In the meantime, I am getting collection errors. Some I was able to fix since error message had perl line number in it.... I know this is unsupported, but hopefully Oracle could list it as a valid work-around. There are just a few messages left:
    Target MYDB
    Type Database Instance
    Metric Data Base parameter collection, Remote Password File, Remote OS Roles and Authentication, DB Password Setting
    Collection Timestamp May 18, 2007 6:02:57 AM
    Error Type Collection Failure
    Message ORA-00900: invalid SQL statement
    This was really 4 different metric error messages. Does anyone have suggestions of how to clear these error messages? I am fine with not collecting this info for our v8 databases. I was wondering if I could delete from sysman.MGMT_CURRENT_METRIC_ERRORS?
    Or if someone knows how to fix these last few errors, that would be even better.
    Thanks.

    No, all oracle8 dbs are at 8.1.7.4 (none at lower version).
    References:
    Metalink: WRONG SQL STATEMENTS IN ESAPRIVREPORTS.PL FOR 8.1.7.4 DATABASES (bug# 6130510)
    Forum: Metric Collection Errors
    Metalink: METRIC COLLECTION ERRORS AGAINST 8.1.7.4 DATABASES MONITORED BY GRID CONTROL (bug# 5921130)
    Steps I have taken:
    1. Used Note:373394.1 to grant appropriate privs
    2. modified perl scripts until collection errors were resolved.
    a) Ran the following statements on Oracle 8.1.7.4 database:
    alter system set "_new_connect_by_enabled" = TRUE;
    grant select on sysauth$ to dbsnmp;
    3. have a handful (5 or 6) of errors left with no perl filenames, line numbers, etc. I would like to figure out how to either suppress these or resolve them so that I don't have to manually filter through metric errors trying to determine which are valid and which are not.
    Thanks.

  • SMD installation - Initial Data Collect ERROR

    I installed the SMD on several machines already, SP13 and NW2004 are used. When I try to configure the production system, I get this error:
    Initial Data Collect ERROR for host sapbp5a0.agfa.be
    !! Exception : Thu Jul 17 13:57:39 MEST 2008 | storeHost(...):Host [][sapbp5a0][10.233.9.188][/usr/sap/BP5/]:Cannot insert/update the host '[IHost: key=1216295859558156, hostName=sapbp5a0, hostFullQualifiedName=, serverName=sapbp5a0, ip=10.233.9.188, agentHostName=sapbp5a0, agentFullQualifiedName=sapbp5a0.agfa.be, agentIp=10.233.9.188, path=/usr/sap/BP5/, pathName=null, SmStatus=U, creation=Thu Jul 17 13:57:39 MEST 2008]'! Please see log for next error(s).
    We (I) know we need to input the hostFullQualifiedName somewhere, but we cannot find the place to put it.  Can anyone please give us a clue to where we need to put this?

    Hi, thank you for the input, but I think I gave too little information. Let me elaborate:
    The monitoring system we are using is YP5, the monitored system is BP5.  On BP5 is where the problem is situated. I installed the SMD according to the SAP specs and now I am at the end of the installation, just before installing the Wily.
    I log on via http://sapyp5a0.agfa.be:55100/webdynpro/dispatcher/sap.com/tcsmdnavigation/SmdNavigation to setup the final things (collection of data and so on, running Wily, ...) and this is where I get the error, after I entered all the correct information.
    We checked the SLD settings in ABAP and everything is connecting as it should.
    Anyone has any more ideas where we could look?
    Edited by: David Liekens on Jul 17, 2008 3:43 PM

  • Encountered the symbol "COLLECT" error message, without a collection?

    Okay, once again I'm confused and lost.
    I'm working on a 'variation' of the Issue Tracker sample application at:
    http://apex.oracle.com/pls/otn/f?p=23133
    Once there, select "Projects", then on the "Projects" page, click the edit button.
    The error appears in the "Add or Edit Project Tasks" region.
    The region source is:
    select
    x.del,
    x.task_name,
    x.status,
    x.dependent_upon,
    x.task_scope,
    x.task_comments,
    x.task_lead,
    x.ck ck
    from (
    select
    apex_item.checkbox(1,task_id) del,
    apex_item.text(2,task_name,30,70) TASK_NAME,
    apex_item.display_and_save(3,ht_tasks_getstatus(task_id)) STATUS,
    apex_item.select_list_from_lov(4,dependent_upon,'select task_name d, task_id r from ht_tasks where project_id = :P3_PROJECT_ID') DEPENDENT_UPON,
    apex_item.textarea(5,task_scope,4,40) TASK_SCOPE,
    apex_item.textarea(6,task_comments,4,40) TASK_COMMENTS,
    apex_item.select_list_from_lov(7,task_lead,'PEOPLE') TASK_LEAD,
    apex_item.hidden(8,project_id)||
    apex_item.hidden(9,wwv_flow_item.md5(task_name,status,dependent_upon,task_scope,task_comments,task_lead)) ck
    from HT_TASKS_VIEW
    where project_id = :P3_PROJECT_ID
    union all
    select
    apex_item.checkbox(1,null) del,
    apex_item.text(2,null,30,70) TASK_NAME,
    apex_item.display_and_save(3,null) STATUS,
    apex_item.select_list_from_lov(4,null,'select task_name d, task_id r from ht_tasks where project_id = :P3_PROJECT_ID') DEPENDENT_UPON,
    apex_item.textarea(5,null,4,40) TASK_SCOPE,
    apex_item.textarea(6,null,4,40) TASK_COMMENTS,
    apex_item.select_list_from_lov(7,null,'PEOPLE') TASK_LEAD,
    apex_item.hidden(8,to_number(:P3_PROJECT_ID))||
    apex_item.hidden(9,null) ck
    from dual) x
    Which appears to be working correctly. When I click the debug link, the following appears:
    0.04: add row query: select x.del, x.task_name, x.status, x.dependent_upon, x.task_scope, x.task_comments, x.task_lead, x.ck ck from ( select apex_item.checkbox(1,task_id) del, apex_item.text(2,task_name,30,70) TASK_NAME, apex_item.display_and_save(3,ht_tasks_getstatus(task_id)) STATUS, apex_item.select_list_from_lov(4,dependent_upon,'select task_name d, task_id r from ht_tasks where project_id = :P3_PROJECT_ID') DEPENDENT_UPON, apex_item.textarea(5,task_scope,4,40) TASK_SCOPE, apex_item.textarea(6,task_comments,4,40) TASK_COMMENTS, apex_item.select_list_from_lov(7,task_lead,'PEOPLE') TASK_LEAD, apex_item.hidden(8,project_id)|| apex_item.hidden(9,wwv_flow_item.md5(task_name,status,dependent_upon,task_scope,task_comments,task_lead)) ck from HT_TASKS_VIEW where project_id = :P3_PROJECT_ID union all select apex_item.checkbox(1,null) del, apex_item.text(2,null,30,70) TASK_NAME, apex_item.display_and_save(3,null) STATUS, apex_item.select_list_from_lov(4,null,'select task_name d, task_id r from ht_tasks where project_id = :P3_PROJECT_ID') DEPENDENT_UPON, apex_item.textarea(5,null,4,40) TASK_SCOPE, apex_item.textarea(6,null,4,40) TASK_COMMENTS, apex_item.select_list_from_lov(7,null,'PEOPLE') TASK_LEAD, apex_item.hidden(8,to_number(:P3_PROJECT_ID))|| apex_item.hidden(9,null) ck from dual) x
    0.04: determine column headings
    0.04: parse query as: ARIA
    0.04: binding: ":P3_PROJECT_ID"="P3_PROJECT_ID" value="1"
    0.04: print column headings
    0.04: rows loop: 15 row(s)
    report error:
    ORA-06550: line 1, column 13:
    PLS-00103: Encountered the symbol "COLLECT" when expecting one of the following:
    := . ( @ % ;
    So, it looks like the error is happening when it starts the loop to grab the rows. I'm not using a collection, so I'm assuming that for the pagination, Apex is using a collection internally, and somehow, somewhere, that's generating the error?
    I've deleted the region and everything associated with it, buttons, processes, etc. and the rebuilt the region without the other 'stuff', but I still get the error. I'm completely lost now, as I really don't what else to try, other than dropping the page an trying to recreate it. But if that doesn't work, any idea what would?
    Also, to log in and see the code, my workspace is wbfergus, and the id and pwd are both htmldb.
    Thanks.
    Bill Ferguson

    Bill - Try apex_item.select_list_from_query when a query (not a named lov) is the source:  apex_item.select_list_from_query(4,dependent_upon,'select task_name d, task_id r from ht_tasks where project_id = :P3_PROJECT_ID') DEPENDENT_UPON,BTW, nothing do do with collections in this case. The parsing hit a 'bulk collect' probably.
    Scott

  • Nonlatin characters in URLs;NTFS Invalid or incomplete multibyte error

    I'm testing with a file called "柯有伦-零.mp3", which contains Chinese characters. (Maybe your browser won't show it correctly, and the font might be crappy...)
    Well, here's a screenshot of the correct filename:
    My locale: en_US.utf8
    Downloader I tested with: wget, aria2c
    Target filesystem I tested with: ext4, ntfs
    I find it strange the same filename has two forms in two urls:
    %BF%C2%D3%D0%C2%D7-%C1%E3.mp3
    %E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3
    I don't know why... Must have something to do with character set/encoding. Somebody explain this to me please.
    ---------------------------------------------experiment--with--wget--------------------------------------------------
    wget "%BF%C2%D3%D0%C2%D7-%C1%E3.mp3" to ext4 partition:
    $ wget 'http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://-552790109:[email protected]:2022/22487/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3'
    --2009-08-25 12:17:41-- http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://-552790109:[email protected]:2022/22487/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3
    Resolving down.jsharer.com... 222.73.163.168
    Connecting to down.jsharer.com|222.73.163.168|:80... connected.
    HTTP request sent, awaiting response... 302 Moved Temporarily
    Location: ftp://-552790109:[email protected]:2022/22487/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3 [following]
    --2009-08-25 12:17:41-- ftp://-552790109:*password*@58.215.91.170:2022/22487/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3
    => `¿ÂÓÐÂ×-Áã.mp3'
    Connecting to 58.215.91.170:2022... connected.
    Logging in as -552790109 ... Logged in!
    ==> SYST ... done. ==> PWD ... done.
    ==> TYPE I ... done. ==> CWD /22487/200908 ... done.
    ==> SIZE \277\302\323\320\302\327-\301\343.mp3 ... 5211995
    ==> PASV ... done. ==> RETR \277\302\323\320\302\327-\301\343.mp3 ... done.
    Length: 5211995 (5.0M)
    100%[=====================================================>] 5,211,995 89.1K/s in 56s
    2009-08-25 12:18:37 (91.2 KB/s) - `¿ÂÓÐÂ×-Áã.mp3' saved [5211995]
    wget "%BF%C2%D3%D0%C2%D7-%C1%E3.mp3" to ntfs partition:
    $ wget 'http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://1368144520:[email protected]:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3'
    --2009-08-25 12:26:29-- http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://1368144520:[email protected]:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3
    Resolving down.jsharer.com... 222.73.163.168
    Connecting to down.jsharer.com|222.73.163.168|:80... connected.
    HTTP request sent, awaiting response... 302 Moved Temporarily
    Location: ftp://1368144520:[email protected]:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3 [following]
    --2009-08-25 12:26:29-- ftp://1368144520:*password*@58.215.91.170:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3
    => `¿ÂÓÐÂ×-Áã.mp3'
    Connecting to 58.215.91.170:2022... connected.
    Logging in as 1368144520 ... Logged in!
    ==> SYST ... done. ==> PWD ... done.
    ==> TYPE I ... done. ==> CWD /41161/200908 ... done.
    ==> SIZE \277\302\323\320\302\327-\301\343.mp3 ... 5211995
    ==> PASV ... done. ==> RETR \277\302\323\320\302\327-\301\343.mp3 ... done.
    ¿ÂÓÐÂ×-Áã.mp3: Invalid or incomplete multibyte or wide character
    wget  "%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3" to ext4 partition:
    $ wget 'http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3'
    --2009-08-25 12:29:59-- http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3
    Resolving mp3.tktt.com... 58.215.81.44
    Connecting to mp3.tktt.com|58.215.81.44|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 126229 (123K) [audio/x-ms-wma]
    Saving to: `æ%9F¯æ%9C%89伦-é%9B¶.mp3'
    100%[=====================================================>] 126,229 129K/s in 1.0s
    2009-08-25 12:30:03 (129 KB/s) - `æ%9F¯æ%9C%89伦-é%9B¶.mp3' saved [126229/126229]
    wget "%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3" to ntfs partition:
    $ wget 'http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3'
    --2009-08-25 12:37:30-- http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3
    Resolving mp3.tktt.com... 58.215.81.44
    Connecting to mp3.tktt.com|58.215.81.44|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 126229 (123K) [audio/x-ms-wma]
    æ%9F¯æ%9C%89伦-é%9B¶.mp3: Invalid or incomplete multibyte or wide character
    Cannot write to `æ%9F¯æ%9C%89伦-é%9B¶.mp3' (Invalid or incomplete multibyte or wide character).
    ---------------------------------------------let's--try--with--aria2c--------------------------------------------------
    aria2c "%BF%C2%D3%D0%C2%D7-%C1%E3.mp3" to ext4 partition:
    $ aria2c 'http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://1368144520:[email protected]:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3'
    2009-08-25 12:47:52.079592 NOTICE - #1 - Download has already completed: /home/canti/Desktop/¿ÂÓÐÂ×-Áã.mp3
    2009-08-25 12:47:52.080014 NOTICE - Download complete: /home/canti/Desktop/¿ÂÓÐÂ×-Áã.mp3
    Download Results:
    gid|stat|avg speed |path/URI
    ===+====+===========+===========================================================
    1| OK| n/a|/home/canti/Desktop/¿ÂÓÐÂ×-Áã.mp3
    Status Legend:
    (OK):download completed.
    aria2c "%BF%C2%D3%D0%C2%D7-%C1%E3.mp3" to ntfs partition:
    $ aria2c 'http://down.jsharer.com/user/userAction.do?method=download&urlpath=ftp://1368144520:[email protected]:2022/41161/200908/%BF%C2%D3%D0%C2%D7-%C1%E3.mp3'
    [#1 SIZE:0B/0B CN:1 SPD:0Bs]
    2009-08-25 12:46:06.942979 ERROR - Exception caught
    Exception: [RequestGroup.cc:528] Download aborted.
    -> [AbstractDiskWriter.cc:115] Failed to open the file /media/20G/¿ÂÓÐÂ×-Áã.mp3, cause: Invalid or incomplete multibyte or wide character
    Download Results:
    gid|stat|avg speed |path/URI
    ===+====+===========+===========================================================
    1| ERR| n/a|/media/20G/¿ÂÓÐÂ×-Áã.mp3
    Status Legend:
    (ERR):error occurred.
    aria2 will resume download if the transfer is restarted.
    If there are any errors, then see the log file. See '-l' option in help/man page for details.
    aria2c "%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3" to ext4 partition:
    $ aria2c 'http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3'
    [#1 SIZE:96.0KiB/123.2KiB(77%) CN:1 SPD:135.1KiBs]
    2009-08-25 12:30:17.753443 NOTICE - Download complete: /home/canti/Desktop/柯有伦-零.mp3
    Download Results:
    gid|stat|avg speed |path/URI
    ===+====+===========+===========================================================
    1| OK| 136.0KiB/s|/home/canti/Desktop/柯有伦-零.mp3
    Status Legend:
    (OK):download completed.
    aria2c "%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3" to ntfs partition:
    $ aria2c 'http://mp3.tktt.com/eec38e543bc6c0e4/15/%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3'
    [#1 SIZE:0B/123.2KiB(0%) CN:1 SPD:0Bs]
    2009-08-25 12:42:14.735797 NOTICE - Download complete: /media/20G/柯有伦-零.mp3
    Download Results:
    gid|stat|avg speed |path/URI
    ===+====+===========+===========================================================
    1| OK| 20.0MiB/s|/media/20G/柯有伦-零.mp3
    Status Legend:
    (OK):download completed.
    So I'm asking:
    1. Why is '%E6%9F%AF%E6%9C%89%E4%BC%A6-%E9%9B%B6.mp3' interpreted correctly by aria2c but not with wget?
    2. Why is '%BF%C2%D3%D0%C2%D7-%C1%E3.mp3' interpreted to '¿ÂÓÐÂ×-Áã.mp3' by aria2c and wget both?
    3. Can I tune aria2c/wget to get those characters interpreted right? I have some experience with FTP clients such as filezilla and gftp, they both have a charset option for correctly displaying filenames from servers that has a encoding other than utf-8.
    4. Despite wget/aria2c both get the '%BF%C2%D3%D0%C2%D7-%C1%E3.mp3' interpreted wrong, they are able to write a file called '¿ÂÓÐÂ×-Áã.mp3' to EXT4 partitions. But they can't do this to NTFS partitions. (PcManFM can display Chinese/Japnese filenames on NTFS partitions correctly. Just to point it out.) How can I tune ntfs-3g's options to fix this?
    5. What I asked in the beginning, why does the same filename has two versions in two URLs?
    Last edited by lolilolicon (2009-08-25 05:33:18)

    That was a nice little oversight on my part --not checking the utf-8 charset.
    I experimented a little bit. I tried your link to downoad the file with wget; of course it doesn't work for me. Does the use of the wget option --restrict-file-names=nocontrol help? That option stops the incorrect interpretation of control characters.
    For a download example, here's a Russian language Wikipedia page,  http://ru.wikipedia.org/wiki/%D0%97%D0% … 1%86%D0%B0
    Without --restrict-file-names=nocontrol
    $ wget http://ru.wikipedia.org/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0
    --2009-08-27 06:11:35-- http://ru.wikipedia.org/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0
    Length: 77305 (75K) [text/html]
    Saving to: `Ð%97аглавнаÑ%8F_Ñ%81Ñ%82Ñ%80аниÑ%86а'
    2009-08-27 06:11:36 (292 KB/s) - `Ð%97аглавнаÑ%8F_Ñ%81Ñ%82Ñ%80аниÑ%86а' saved [77305/77305]
    With --restrict-file-names=nocontrol
    $ wget --restrict-file-names=nocontrol http://ru.wikipedia.org/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0
    --2009-08-27 06:12:37-- http://ru.wikipedia.org/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0
    Length: 77304 (75K) [text/html]
    Saving to: `Заглавная_страница'
    2009-08-27 06:12:37 (291 KB/s) - `Заглавная_страница' saved [77304/77304]
    Wget also has the --header option. The man page gives an example that might be useful.
    I'm still looking at the ntfs problem.
    Last edited by thisoldman (2009-08-27 11:11:49)

  • Collection Errors in Grid Control Sybase Plugin

    Hi.
    I have some collection failures in a Sybase 15 Database i registered to Grid Control using the Sybase ASE Plugin. These are the 3 of them:
    Result has repeating key value : 0,5,0,,
    Result has repeating key value : 0000000000000000000000000000,2008-10-21 16:48:08.38,0,6,$user_transaction
    Error Querying: Arithmetic overflow occurred.
    I verified Sybase parameters using the Manual's troubleshooting and installed de plugin carefully with all the grants. Would anyone had this problem before or know what it would be?
    Thanks in advance

    Thanks for the reply. I had this question before and the link for that is
    Adding New Targets to Grid Control
    Thanks.

  • インストールでエラーが発生しました. adobe cs 5.5 master collection [ERROR: Install MSI payload failed with error: 1620]

    Adobe creative suite 5.5 Master collection をインストールしようとしたところ、2枚目のCDをいれたところで、下記のようなエラーが出て、インストールできません。
    (エラー内容が多いので、最下部に表示します)
    どのようにしたら、インストールできますでしょうか?
    再起動し、何度、インストールしても、同じ結果となります。
    なお、パソコンの環境は以下のとおりです。
    宜しくお願いします
    ■■■■■■■インストール環境■■■■■
    Windows 7 Professional SP1
    Dell Optiplex 3020  メモリ4G  64ビットOS  HDDの空き容量343G
    他のadobe 製品はすべてアンインストールされており、フォルダも削除済み
    ■■■■■■エラー内容■■■■■■■■
    インストールのステータス
    インストールでエラーが発生しました。
    システムを再起動して、再度インストールを実行してください。
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 150 error(s), 151 warning(s)
    WARNING: DW017: PayloadPolicyNode.SetAction: IN payload {8F366029-8F3C-4400-BB65-7BFD1A58F200} Adobe Story 1.0.0.0 is required by {C0329E33-DEB4-48D9-B7B6-19493A6F062E} Adobe After Effects CS5.5 10.5.0.0 but isn't free. Reason: Language not supported
    WARNING: DW017: PayloadPolicyNode.SetAction: IN payload {8F366029-8F3C-4400-BB65-7BFD1A58F200} Adobe Story 1.0.0.0 is required by {EFB5A1C3-ECCA-4D8A-B598-81D21DE25C34} Adobe Premiere Pro CS5.5 5.5.0.0 but isn't free. Reason: Language not supported
    WARNING: DW017: PayloadPolicyNode.SetAction: IN payload {8F366029-8F3C-4400-BB65-7BFD1A58F200} Adobe Story 1.0.0.0 is required by {C0329E33-DEB4-48D9-B7B6-19493A6F062E} Adobe After Effects CS5.5 10.5.0.0 but isn't free. Reason: Language not supported
    WARNING: DW017: PayloadPolicyNode.SetAction: IN payload {8F366029-8F3C-4400-BB65-7BFD1A58F200} Adobe Story 1.0.0.0 is required by {EFB5A1C3-ECCA-4D8A-B598-81D21DE25C34} Adobe Premiere Pro CS5.5 5.5.0.0 but isn't free. Reason: Language not supported
    ----------- Payload: {08D2E121-7F6A-43EB-97FD-629B44903403} Microsoft_VC90_CRT_x86 1.0.0.0 -----------
    ERROR: Install MSI payload failed with error: 1620 - このインストール パッケージを開くことができませんでした。アプリケーション ベンダーに問い合わせ、この Windows インストーラー パッケージが有効かどうかを確認してください。
    MSI Error message:
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    WARNING: DW036: Payload cannot be installed due to dependent operation failure
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe ExtendScript Toolkit CS5.5: Install failed
    ERROR: DW050:  - Adobe Buzzword CS5.5: Install failed
    ERROR: DW050:  - GermanSpeechAnalysisModels: Install failed
    ERROR: DW050:  - Adobe Dreamweaver CS5.5: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Flash CS5.5_AdobeFlash11.5-ja_JPLanguagePack: Install failed
    ERROR: DW050:  - Microsoft_VC90_ATL_x86: Install failed
    ERROR: DW050:  - Adobe Linguistics CS5 x64: Install failed
    ERROR: DW050:  - AIR for Apple iOS support (FB): Install failed
    ERROR: DW050:  - Digital Publishing: Failed due to Language Pack installation failure
    ERROR: DW050:  - Microsoft_VC90_CRT_x86: Install failed
    ERROR: DW050:  - Adobe Photoshop CS5.1 Core: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Premiere Pro CS5.5 Support: Install failed
    ERROR: DW050:  - Microsoft_VC80_ATL_x86: Install failed
    ERROR: DW050:  - Adobe Photoshop CS5.1 Core_x64: Failed due to Language Pack installation failure
    ERROR: DW050:  - Recommended Common Fonts Installation x64: Install failed
    ERROR: DW050:  - Suite Shared Configuration CS5.5: Install failed
    ERROR: DW050:  - AdobePDFL x64 CS5: Install failed
    ERROR: DW050:  - Adobe Fireworks CS5.1_AdobeFireworks11.1.0ja_JPLanguagePack: Install failed
    ERROR: DW050:  - DynamiclinkSupport: Install failed
    ERROR: DW050:  - Adobe Contribute CS5.1_AdobeContribute6.1ja_JPLanguagePack: Install failed
    ERROR: DW050:  - Adobe OnLocation CS5.1_AdobeOnLocation5.1ja_JPLanguagePack: Install failed
    ERROR: DW050:  - Microsoft_VC80_MFCLOC_x86_x64: Install failed
    ERROR: DW050:  - IE Plugin CS5.1: Install failed
    ERROR: DW050:  - Adobe Illustrator CS5.1: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe Encore CS5.1: Failed due to Language Pack installation failure
    ERROR: DW050:  - ItalianSpeechAnalysisModels: Install failed
    ERROR: DW050:  - Adobe XMP Panels CS5: Install failed
    ERROR: DW050:  - Pixel Bender Toolkit: Install failed
    ERROR: DW050:  - Adobe WinSoft Linguistics Plugin CS5.5: Install failed
    ERROR: DW050:  - Photoshop Camera Raw (64 bit)_6.3_AdobeCameraRaw6.0All-x64: Install failed
    ERROR: DW050:  - Adobe Hunspell Linguistics Plugin CS5.5: Install failed
    ERROR: DW050:  - CSXS Story Extension: Install failed
    ERROR: DW050:  - Adobe Encore CS5.1_AdobeEncore5.1ja_JPLanguagePack: Install failed
    ERROR: DW050:  - Photoshop Camera Raw: Install failed
    ERROR: DW050:  - SpanishSpeechAnalysisModels: Install failed
    ERROR: DW050:  - Adobe OnLocation CS5.1 Third Party Content: Install failed
    ERROR: DW050:  - Camera Profiles Installer: Install failed
    ERROR: DW050:  - Adobe Premiere Pro CS5.5_AdobePremierePro5.5ja_JPLanguagePack: Install failed
    ERROR: DW050:  - Adobe Extension Manager CS5.5: Install failed
    ERROR: DW050:  - Adobe XMP Panels CS5_3.1_AdobeXMPPanelsAll: Install failed
    ERROR: DW050:  - Adobe Flash Player 10 Plugin: Install failed
    ERROR: DW050:  - AdobeColorCommonSetRGB: Install failed
    ERROR: DW050:  - Microsoft_VC80_CRT_x86_x64: Install failed
    ERROR: DW050:  - AdobeColorPhotoshop CS5.5: Install failed
    ERROR: DW050:  - Firefox Plugin CS5.1: Install failed
    ERROR: DW050:  - Adobe Linguistics CS5.5: Install failed
    ERROR: DW050:  - Adobe Device Central CS5.5: Failed due to Language Pack installation failure
    ERROR: DW050:  - Office Plugin CS5.1: Install failed
    ERROR: DW050:  - Adobe Mini Bridge CS5.1: Install failed
    ERROR: DW050:  - AdobeMotionPicture CS5.5: Install failed
    ERROR: DW050:  - Adobe SING CS5: Install failed
    ERROR: DW050:  - Adobe InDesign CS5.5 Application Language Files_AdobeInDesign7xAppLang-ja_JP: Install failed
    ERROR: DW050:  - AdobeColorCommonSetCMYK: Install failed
    ERROR: DW050:  - Adobe OnLocation CS5.1: Failed due to Language Pack installation failure
    ERROR: DW050:  - Adobe After Effects CS5.5 Third Party Content: Install failed
    ERROR: DW050:  - Adobe Audition_AdobeAudition4ja_JPLanguagePack: Install failed
    ERROR: DW050:  - Photoshop Camera Raw (64 bit): Install failed
    ERROR: DW050:  - Adobe After Effects CS5.5 Template Projects & Footage: Install failed
    ERROR: DW050:  - Microsoft_VC90_MFC_x86: Install failed
    ERROR: DW050:  - Adobe Flash Builder 4.5: Install failed
    ERROR: DW050:  - Adobe Media Encoder CS5.5 X64: Install failed

    ありがとうございます!試してみます。
    とはいえ、同じCDを使って、別のパソコンには普通にインストールできました。
    なので、CDの問題ではないような気もします。(ひょっとしたら、そのパソコンのCDの読み込みがよくないのかもしれませんが)
    さておき、いったん、ダウンロード版で試してみます~

  • "pointer to incomplete struct" Error

    I keep geeting the error "Type error in argument 1 to `DLLStruct'; found 'pointer to struct parameters' expected 'pointer to incomplete struct parameters "
    I'm trying to pass a pointer to a struct as an argument to a function in a DLL.  This is just some test code to see if it works but all it does is pass the struct pointer to DLLStruct() and it is supposed to update a,b,c to the values of 1,2,3).  Here is my code:
    void __stdcall DLLStruct (struct parameters *tester_params);
    struct parameters
     int a;
     int b;
     int c;
    }tester_params;
    int main (int argc, char *argv[])
    char resultstr[256]; 
    struct parameters *structPtr;
     structPtr = &tester_params;
     structPtr->a = 0;
     structPtr->b = 0;
     structPtr->c = 0;
     DLLStruct(structPtr);
     sprintf(resultstr,"a = %i",structPtr->a);
     MessagePopup ("Test...", resultstr);
     sprintf(resultstr,"b = %i",structPtr->b);
     MessagePopup ("Test...", resultstr);
     sprintf(resultstr,"c = %i",structPtr->c);
     MessagePopup ("Test...", resultstr);
     return 0;
    Here is the DLL function:
     void __stdcall DLLStruct (struct parameters *tester_params)
     tester_params->a = 1;
     tester_params->b = 2;
     tester_params->c = 3;
    Solved!
    Go to Solution.

    If the code is written as it is reported in your post, this error depends on the fact that when defining your DLLStruct function the structure is not yet defined. After function declaration, you define the struct and use it when calling DLLStruct: in that moment you are passing a completely defined structure to a function that was expecting an incomplete struct (i.e. the structure not yet defined).
    Moving structure definition before function definition should eliminate the error.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

Maybe you are looking for