Calculation Work in Progress error

Hi Experts,
Basically I am PP consultant. Learning product costing.
Can anybody please solve following error.
While running T-code KKAX for Calculate Work in Progress I am facing this error.
There are values for cost element 50000000 that are not assigned to any line ID
Diagnosis
Not all values for the cost element are assigned to a line ID.
Procedure
Assign the cost element to a line ID. If you don't want to include the cost element in results analysis, assign it to a line ID of category N.
You can access a detailed list of unassigned cost elements as follows: Start results analysis in the individual processing mode (transaction KKA1, KKA2, or KKA3). Select the field Full log. Execute the function. On the next screen, choose Logs -> Parameter List in the menu. A list is generated. The unassigned values are shown at the end of the list.
If cost element "+++++++++" was shown in the message, this is because in the assignment of costs and revenues to line IDs, you have not used a cost element other than the full masking "+++++++++". In this case a presummarization eliminates the information on the cost element.

This is due to non assignment or masking of cost elements in customizing of WIP for line IDs ( transaction code: OKGB). also check cost component structure.
take help from any controlling consultant..
regards,
Ramesh B

Similar Messages

  • Indexer and check-in work in progress error

    Hi
    When i check in documents using "standard checkin", i don't know why the files remain on the secction "work in progress"...
    then when i get in the repository manager i see that the files is pending to be indexed, but when i execute manually the indexer i get the following stack of error:
    (internal) 09.10 10:19:38.968 index update work m_fileStore-exception stack
    java.lang.NoSuchFieldError: m_fileStore
    at intradoc.indexer.CommonIndexerBulkLoader.loadRecordWebChange(Unknown
    Source)
    at intradoc.indexer.IndexerBulkLoader.createBulkLoad(IndexerBulkLoader.j
    ava:256)
    at intradoc.indexer.IndexerBulkLoader.doWork(IndexerBulkLoader.java:150)
    at intradoc.indexer.Indexer.doIndexing(Unknown Source)
    at intradoc.indexer.Indexer.buildIndex(Unknown Source)
    at intradoc.server.IndexerMonitor.doIndexing(Unknown Source)
    at intradoc.server.IndexerMonitor$4.run(Unknown Source)
    My UCM used to work right with DATABASE.FULLTEXT enabled... lately i just added some siebel configuration
    Please help!
    Thanks!

    that's a pretty exotic Java language error... it looks like you have one component that believes that the FileStoreProvider is being used, but its not.
    My guess is that you installed a component or a patch that is not compatible with your system. You can disable these components one at a time to try to track down the bad one...

  • Calculating WIP (Work in Progress) for Sales

    How do I run through the standard process of creating sales order with the Bought-in Item category (YBAB), do my delivery based on the sales order order, invoice for quantity delivered (VF01) and at the same time be able to calculate Work in Progress (WIP). Being able to calculate WIP is the major issue here as the client sees it as a very big issue. if there are other method through which the same process can be handled, be kind enough to let me know.
    adopted some other methods initially but had issues with them towards the end.
    thanks

    I think you should ask in FICO forum.

  • EXPDP error - ORA-39126: Worker unexpected fatal error in KUPW$WORKER.UNLOA

    Greetings All,
    Oracle 11g (11.2.0.0) on Windows 2008 R2
    I am getting the error below during a schema export of just 1 particular schema. Other schema expdp’s don’t encounter this problem.
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA [REF_CONSTRAINT:"CM_MASTER"."PPY_PEN_FK"]
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errors
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 8165
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    000000047B38A000     18990  package body SYS.KUPW$WORKER
    000000047B38A000      8192  package body SYS.KUPW$WORKER
    000000047B38A000      2823  package body SYS.KUPW$WORKER
    000000047B38A000      8847  package body SYS.KUPW$WORKER
    000000047B38A000      1649  package body SYS.KUPW$WORKER
    000000047A576CD0         2  anonymous block
    Job "CM_MASTER"."EXP_CM_MASTER" stopped due to fatal error at 17:11:30I have deleted the identified constraint, but then errors out again on another constraint.
    I have found a tentative resolution for the ORA-39126 error (delete database stats, then gather database stats) but have not done so yet.
    I have tried deleting the statistics for just the schema (cm_master), and then re-gathered stats for the same schema. Still get the error.
    I am concerned about the ORA-04063: package body “XDB.DBMS_XDBUTIL_INT” has errors.
    I have unlocked and set new password for the XDB user, but am not able to logon as XDB to re-compile the package body in question.
    We had some maintenance applied over the weekend that “revoked execute from public” on the following packages:
    dbms_datapump
    dbms_crypto
    dbms_crypto_toolkit
    dbms_java_test
    dbms_random
    dbms_sql
    utl_file
    utl_http
    utl_mail
    utl_smtp
    utl_tcpThe user performing the export with the problem (cm_master) was then granted execute back on the following packages:
    dbms_datapump
    dbms_crypto
    dbms_random
    dbms_sql
    utl_file
    utl_http
    utl_mail
    (not: dbms_crypto_toolkit, dbms_java_test,  utl_smtp, utl_tcp,)Other schemas were granted execute on the following packages and are NOT having expdp problems:
    dbms_datapump
    dbms_sql
    utl_file
    utl_http
    utl_mail
    (not: dbms_crypto, dbms_crypto_toolkit, dbms_random, utl_smtp, utl_tcp )I don't think the public revokes are causing this error because the "Other schemas" do not have this error and were not specifically granted back all of the public revokes that cm_master received back.
    I appreciate any suggestions.
    Thanks for your time,
    Bob
    Edited by: Snyds on Jun 5, 2012 10:03 AM

    rjamya,
    I checked dba_registry, all 18 rows returned are VALID.
    I attempted to compile the package body identified in the error messages:
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errorswith
    alter package xdb.dbms_xdbutil_int compile body;I got thje following results
    Error starting at line 60 in command:
    alter package xdb.dbms_xdbutil_int compile body
    Error report:
    SQL Command: package XDB.DBMS_XDBUTIL_INT
    Failed: ORA-24344: success with compilation error
    24344. 00000 -  "success with compilation error"
    *Cause:    A sql/plsql compilation error occurred.
    *Action:   Return OCI_SUCCESS_WITH_INFO along with the error code
    package XDB.DBMS_XDBUTIL_INT altered.Any other suggestions regarding how to resolve errors in the XDB.DBMS_ packages?
    I also tried granting CM_MASTER execute on the packages that I revoked execute to PUBLIC on, with no effect.
    I tried “exclude=REF_CONSTRAINT” on the export, the problem seemed to move to the next section:
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 96.31 MB
    Processing object type SCHEMA_EXPORT/USER
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/DB_LINK
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
    Processing object type SCHEMA_EXPORT/FUNCTION/FUNCTION
    Processing object type SCHEMA_EXPORT/PACKAGE/COMPILE_PACKAGE/PACKAGE_SPEC/ALTER_PACKAGE_SPEC
    Processing object type SCHEMA_EXPORT/FUNCTION/ALTER_FUNCTION
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA [PACKAGE_BODY:"CM_MASTER"."SR_MAINTENANCE"]
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errors
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 8165
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    000000047B38A000     18990  package body SYS.KUPW$WORKER
    000000047B38A000      8192  package body SYS.KUPW$WORKER
    000000047B38A000      2823  package body SYS.KUPW$WORKER
    000000047B38A000      8847  package body SYS.KUPW$WORKER
    000000047B38A000      1649  package body SYS.KUPW$WORKER
    000000047A576CD0         2  anonymous block
    Job "CM_MASTER"."EXP_CM_MASTER" stopped due to fatal error at 19:36:23I tried the suggestion from my Google-ing, drop database statistics, then gather database statistics. No effect, same error.
    I also tried granting CM_MASTER execute on the packages that I revoked execute to PUBLIC on, with no effect.
    Again what seems odd is that I can export other schemas without errors.
    Any other suggestions, please.
    Thanks,
    Bob
    Edited by: Snyds on Jun 5, 2012 12:04 PM

  • ORA-39125:Worker unexpected fatal error for different different objects...

    Hi All,
    I am using Oracle database 10.2.0.4 on windows 2003 server.
    I want to take full bakup/schema level backup, for this I am using expdp. when I run this expdp it's getting failed with below error:=
    ===================================================================================
    take the schema level backup: Starting "SYSTEM"."SYS_EXPORT_SCHEMA_03": system/********@TEST schemas=JISPBILCORBILLING501 directory=BACKUP_DIR dumpfile=JISPBILCORBILLING501.dmp logfile=JISPBILCORBILLING501.log
    Estimate in progress using BLOCKS method...
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS while calling DBMS_METADATA.FETCH_XML_CLOB []
    ORA-01115: IO error reading block from file 5 (block # 3913)
    ORA-01110: data file 5: 'D:\ORACLE\PRODUCT\10.2.0\ORADATA\TEST\JISPBILCORBILLING501.DBF'
    ORA-27091: unable to queue I/O
    ORA-27070: async read/write failed
    OSD-04006: ReadFile() failure, unable to read from file
    O/S-Error: (OS 38) Reached the end of the file.
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6307
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    000007FF9ABA7AC0 15032 package body SYS.KUPW$WORKER
    000007FF9ABA7AC0 6372 package body SYS.KUPW$WORKER
    000007FF9ABA7AC0 9206 package body SYS.KUPW$WORKER
    000007FF9ABA7AC0 1936 package body SYS.KUPW$WORKER
    000007FF9ABA7AC0 6944 package body SYS.KUPW$WORKER
    000007FF9ABA7AC0 1314 package body SYS.KUPW$WORKER
    000007FF94192598 2 anonymous block
    Job "SYSTEM"."SYS_EXPORT_SCHEMA_03" stopped due to fatal error at 11:12:50
    ==================================================================================================
    On the same server if I take the other database full backup then also getting similar type of error:
    Starting "SYSTEM"."SYS_EXPORT_FULL_11": system/********@jisp full=y directory=BACKUP_DIR dumpfile=jispratcorbilling501_full%U.dmp filesize=3G logfile=jispratcorbilling.log
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA while ca
    lling DBMS_METADATA.FETCH_XML_CLOB [TYPE:"SYSMAN"."MGMT_CONTAINER_CRED_ARRAY"]
    ORA-22813: operand value exceeds system limits
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 229
    ORA-06512: at "SYS.KUPW$WORKER", line 889
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    000007FFCB72CDB0 15032 package body SYS.KUPW$WORKER
    000007FFCB72CDB0 6372 package body SYS.KUPW$WORKER
    000007FFCB72CDB0 2396 package body SYS.KUPW$WORKER
    000007FFCB72CDB0 6944 package body SYS.KUPW$WORKER
    000007FFCB72CDB0 1314 package body SYS.KUPW$WORKER
    000007FFCBAA7290 2 anonymous block
    Job "SYSTEM"."SYS_EXPORT_FULL_11" stopped due to fatal error at 11:48:49
    ====================================================================================================
    Can anyone suggest me what to look for this error?
    Thanks...

    I did
    1. DMSYS account unlock as well change the password .
    2. run this query and verify it VALID status.
    select COMP_NAME,VERSION,STATUS from dba_registry where COMP_NAME='Oracle Data Mining';
    is any thing else require?

  • ORA-39126: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS

    Hi!
    Running Oracle 11.1.0.7.0 on HP-UX B.11.31
    Patch level:
    OPatch version : 11.1.0.6.2
    OUI version : 11.1.0.7.0
    Interim patches
    Patch 7690421
    Patch 8217795
    I was trying to impdp an expdp dump from an identical system (architecture and DB wise) and got into:
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS [TABLE:"SMS"."STQDATA"]
    ORA-06502: PL/SQL: numeric or value error
    LPX-00210: expected '<' instead of '
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    c000000022255d98 18237 package body SYS.KUPW$WORKER
    c000000022255d98 7866 package body SYS.KUPW$WORKER
    c000000022255d98 15147 package body SYS.KUPW$WORKER
    c000000022255d98 3792 package body SYS.KUPW$WORKER
    c000000022255d98 8532 package body SYS.KUPW$WORKER
    c000000022255d98 1545 package body SYS.KUPW$WORKER
    c000000010cb5f10 2 anonymous block
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS [TABLE:"SMS"."STQDATA"]
    ORA-06502: PL/SQL: numeric or value error
    LPX-00210: expected '<' instead of '
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 7839
    ----- PL/SQL Call Stack -----
    Thought the dump could have been corrutped, so that tried to make things easier regenerating an empty DB schema with a few tables and tried to import them after exporting them out of the same DB, but with similar result.
    Saw a few posts on the same error but nothing helped to fix the issue. Is there anything I could check to overcome this issue ?
    Thanks,
    Mike

    Hi,
    sorry to bother, do you happen to have the SR number, so that we could track it online for any progress ?
    Could not find any option in the meantime. Somehow exp/imp still works so that we could reload our system but it would take much longer. Tried to rebuild the datapump package but no luck.
    Thanks in advance!
    Mike

  • Leave with approval status ''Work in progress''

    Hi,
    I try to delete or complete the leave with approval status ''Work in progress'' and there is no way to do that .. can anybody help .
    This issue happened when i request annual leave and the session expired .. i login again and i found the request stuck at absence summary and i can't do any thing even deleting.
    snapshot of the issue:
    http://www.2shared.com/photo/B2F8Aysg/work_in_progress_leave.html
    Thanks in advance

    Hi,
    Yes i know its not should be disabled at site level i did that on test envroment .
    i tried to put it at user but its not possible
    after i put the profile on value 'Yes' the delete and update columns appeared at absence summary with warning massege and i can delete the Leave with approval status ''Work in progress'':
    http://www.2shared.com/photo/QqRfjReY/Warning_mass-2.html
    and when i try to create new leave gave this error massege:
    http://www.2shared.com/photo/LL1sU9xB/Warning_mass-1.html
    can you guide me how can i know the earlier personalization done on the absence page ??
    thaks alot for your helping

  • Migration of Cost Transaction Work In Progress Values into the Projects

    Hi,
    Can anyone kindly help me out in the approach to adopt for the Open Work in progress value migration into the projects applications of Oracle Applications.
    Thanks in Advance,
    Lavanya
    Edited by: Lavan ya on Nov 15, 2009 12:54 AM

    Hi
    The migration strategy depends on the way the company will for forward with its accounting procedure.
    I assume the project is incurring costs as work occurs, and supplier invoices are entered. At the end of the period the company need to move the value of costs which has not matched to the period revenue into a GL account representing the Work in Progress. If the model is calculating the figures on the marginal period, and not accumulated ITD amount, then your approach may be valid.
    The question regarding converting the project invoices (sent to customer) also depends on the method you accrue revenue. If Revenue and Invoice is always taken on the same time for the same value, you don't need to maintain UBR&UER balances. However, if those are generated separately, you might need to convert into Projects also the old revenue and old invoiced amount per project.
    Converting historic data also depends on the requirements for future reporting. If you only convert the balance of WIP, you might be missing information for reporting actual cost versus cost budgets, etc.
    Dina

  • Difference between WIP (work in progress) and Semi finished goods

    what is the difference between WIP (work in progress) and Semi finished goods
    and how to handle their valuation seperately in SAP.
    pls help with some specific important inform on both   WIP   and semi f

    Hello Sanjeev,
    The difference between SFG and WIP is that ,
    1 ) Valuation Class  For SFG starts 7***   but WIP material stock starts with 3***
    2 )  Stock / inventory of  SFG can be seen at point of time but WIP is an Order item
    3 ) We can find the stock of SFG at any point of time say it is having specific storage location But WIP is calculated from
        Order for which items are drawn .
    4 ) Example You have to manufacture Product AAA which contains SFG1 , 2 , 3  which is made up of some component items
        once SFG 's made the inventory is updated during GR but the components lying in the shop floor required to complete the order
       so we want to know at any point of time how many these materials are lying and the same was issued against Order
       reservation to finish the balance Order Quantity is called WIP.  You have confirmed only say 80 Pcs of FERT out of 100 Pcs
       remaining 20 Pcs needs to be confirmed and is being manufactured in the shop floor and the same is lying as WIP .
      Material Consumption to Production Order:
    In FI:
    ROH consumption Account       Dr (PROFIT & LOSS ACCOUNT)
    To ROH Inventory Account       Cr (BALANCE SHEET)
    Same in the case with HALB
    In CO: Cost of Material is
    In CO: Cost of Material is debited to Production Order
       For WIP :
      Calculation of WIP In FI:
          WIP Account                           Dr. (BALANCE SHEET)
    To Change in WIP Account      Cr (PROFIT & LOSS ACCOUNT)
    If the Order is completed:
    In FI:
    Change in WIP Account           Dr (PROFIT & LOSS ACCOUNT)
    To WIP Account                
    Pl come back if you have any doubt,
    Regards,
    Jaya Vimal
    Edited by: jaya vimal on Aug 9, 2010 2:10 PM

  • Each time I try to synch photos from my Windows 7 PC to my iPad2, iTunes stops working, and the error report says Problem Event Name:     APPCRASH   Application Name:     iTunes.exe   Application Version:     10.3.1.55   Application Timestamp:     4deec35

    Each time I try to synch photos from my Windows7 PC to my iPad2, iTunes stops working and the error message is:
    Problem Event Name:                          APPCRASH
      Application Name:                             iTunes.exe
      Application Version:                           10.3.1.55
      Application Timestamp:                    4deec351
      Fault Module Name:                          ntdll.dll
      Fault Module Version:                        6.1.7601.17514
      Fault Module Timestamp:                 4ce7ba58
      Exception Code:                                  c0000005
      Exception Offset:                                0002e3fb
      OS Version:                                          6.1.7601.2.1.0.768.3
      Locale ID:                                             1033
      Additional Information 1:                  0a9e
      Additional Information 2:                  0a9e372d3b4ad19135b953a78882e789
      Additional Information 3:                  0a9e
      Additional Information 4:                  0a9e372d3b4ad19135b953a78882e789
    I reloaded iTunes 10 (64 bit) successfully, but the problem remains the same.
    Any suggestions?

    I looked in the folder from which I want to synch photos, but there is no such thing as an "ipod photo cache" in that folder, or sub-folders, as suggested in the link which you were nice enough to provide.
    I have also tried removing photos from my iPad2 Photos App, and "iTunes has stopped working" shows up  again as soon as I click on the "Synch photos from" button.

  • Auto GR/IR for Semi Finished goods in Work in Progress stage.

    Dear All,
    What are account postings going to happen while issuing semi finished goods from from one process to other process by using Auto GR/IR.
    Regards,
    Venkat.

    Dear sapper2000,
    Work in progress:If my understanding is correct,then any unfinished product can be said as work in progress.
    Work in process or progress  are  partially completed goods, parts, or subassemblies that are no longer part of the raw
    materials inventory and not yet part of the finished products inventory.Check this link to explore more on this topic,
    http://wiki.sdn.sap.com/wiki/display/ERPFI/UnderstandingResultsAnalysisforWIP
    Regards
    Mangalraj.S

  • Photoshop Extended CS 4: 32 bit & 64 bit has stopped working with an error 131:4

    Dell XPS 720 Quod Processor 8GB Memory Running Window 7
    Both Photoshop Extended CS 4: 32 bit & 64 bit has stopped working with an error 131:4. which stated to reboot to solve the problem. After several attempts at rebooting the computer, I received the same error message.
    I was in the process of updating all my Adobe software in order to tackle an Adobe Media Encoder problem: when I sent a stream from the time line to be converted to an AVI file from Premiere Pro CS4 to Encoder the window appeared & hung.
    I want to treat the Photoshop problem first. How do I proceed?

    Unable to Re-install Adobe Photoshop cs4
    A few years back my brother bought me a Dell Studio XPS 8100 running Windows 7 pro.
    I have 8 gig's of ram and has a 32 and x64 bit system, right now it is enough for my needs and I can easily spare a gig or two for this program.
    I cannot install this program again. I have used iYogi, Adobe Tech, support and am wondering if it makes any difference whether I install it on a x64 or 32 system?
    Why can't i re-installl the program. I used it a lot and I do miss it.

  • Previously posted troubleshooting doesn't work for my error message "iTunes could not back up the iPhone because an error occurred".  What other options do I have?

    Previously posted troubleshooting doesn't work for my error message "iTunes could not back up the iPhone because an error occured".  What other options do I have to backup my iPhone data properly?

    Hi there kchagape,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Troubleshooting backup issues in iTunes
    http://support.apple.com/kb/ts2529
    -Griff W. 

  • How to deactivate *Schedule Background Job for Work Items with Errors* SWU3

    Hello Guys,
    Can any one tell me how do I DEACTIVATE Schedule Background Job for Work Items with Errors in sap workflow SWU3.
    Currently it is green which I don't want. I want to stop this service.
    Regards
    NK

    Hello,
    You could also just stop the job in tx SM37.
    But why would you want to do this? As a test?
    regards
    Rick Bakker
    hanabi technology

  • My ipad mini 2 is not turning on. I tried to reset with the power/home buttons but it didnt work. I tried to restore it in DFU mode but it didnt work, i get error 4004. Please help me!

    My ipad mini 2 is not turning on. I tried to reset with the power/home buttons but it didnt work. I tried to restore it in DFU mode but it didnt work, i get error 4004. Please help me!

    I also tried the ol' whacking 3 times trick...Didn't work to my surprise

Maybe you are looking for

  • Migration from Linksys G to Airport not working

    I'm upgrading from a Linksys WRT54g to an airport extreme. The previous setup was the linksys and a 4 port hub with a combination of wired and wireless connections. Our apple server, printer and a few other devices are hardwired. We have about 10 ima

  • CSS containing PHP not displaying when editing locally

    Hello, I'm having trouble getting DW to 'see' my CSS styles. This is because my 'CSS' file is actually a PHP program that outputs CSS. So, in my css.php program, I have at the top: <?php header("Content-type: text/css"); ...and then the CSS definitio

  • System can't see the fan

    HP 434352-001, 410506-002 mother board When I try to boot I get a message that the systen can't find the cooling fan. The system shuts down. I have a new cooling fan and heat sink and it is pluged it to the only connection I can find on the mother bo

  • ArrayIndexOutOfBoundsException with large XML

    Hello, I have some java code that queries the DB and displays the XML in a browser. I am using the oracle.jbo.ViewObject object with the writeXML() method. Everything works well until I try to process a large XML file, the I get the following error:

  • LiveCycle Forms: Propagating content from a paired field

    My question is really twofold: Can I pair heterogeneous field types (eg text and dropdown)? Can I propagate to other fields a value entered in a field that is tied in a pairing? BTW: I have no experience of scripts. I have a complex form over several