Status  Trackin substitute

We need a system with  status change topology that differ from existing in STS.
What modern tools do exist for that?
The thing is we d llike to define planning path dynamicaly but our requirements is to use table of many columns as structure instead of hierarchy.
Planning path is not bottom up but it is more complecated.
Sender receiver - many to many.

The STS functionality is delivered in BPS using a BSP application 'tunguska'. You can find it using transaction se80. You might consider copying this standard application and develop a custom application. You can then implement almost any logic suited for your business.
Regards
Govind

Similar Messages

  • Writing a Tag query

    Hi all,
    I need to write complex select statements on Tag database.
    Can anyone please let me know how and where in query template to write.
    Thanks
    Ravi Kumar.

    Once setting up the UDS connection as above, you'll need to connect your datasource to the exposed port of the UDS using a "OLEDB Connector", port must match that of the SAP UDS.
    from there you can simply drop a PI tag query into the query template to extract data.
    SELECT "tag", "time", "_index", "value", "status", "questionable", "substituted", "annotated", "annotations" FROM "piarchive".."picomp2" WHERE tag = 'sinusoid' AND time BETWEEN '-1h' AND ''

  • Material statuses error message should go after entering Trackin No in PO

    Hi All,
    I have created one Material statuses with error message, I have created material with the use of that material statuses..
    Its working fine,At the creation of PR, PO I'm getting that Error message..
    My requirement is if I enter Requirement Tracking Number at item level of PR or PO means that Material statuses Error message should Go out and system has to allow to create PR or PO..
    Is it possible?? how to do it?? plz help me...
    Is it possible in standard SAp???
    thanks and regards
    rames reddy

    Hi,
    You can keep Requirement Tracking Number as Required Entry in field selection key (NBF or a copy of NBF as ZNBF) of PO document type in u201CReference data, itemu201D segment in following path:
    SPRO > Materials Management > Purchasing > Purchase Order > Define Screen Layout at Document Level
    And then assign field selection key to PO Document type and save.
    SPRO > Materials Management > Purchasing > Purchase Order > Define Document Types
    Now create PO with PO document type, system will ask you to enter Requirement Tracking Number in u201CItem Overviewu201D unless then you can save Purchase Order.
    The same you can do for PR document type by having a field selection key for PR document type.
    Regards,
    Biju K

  • How to substitute a bind variable for a IN condition?

    Dynamically I am setting the WHERE condition for one of my blocks using SET_BLOCK_PROPERTY Built in. The condition that I am attaching has two IN conditons..
    For Eg.,
    contracts_tbl.status_col IN ('NEW', 'OLD', 'EXPIRED', 'OPEN')
    AND contracts_tbl.id_col IN (1, 2, 3, 4)
    The number of choices in the IN condition will vary depending upon the user choice in my screen. Because of this the parsed SQL state is could not be shared and multiple of these are getting created in shared pool. To avoid this I would like to use bind variables.
    There are two ways I am trying to do this..
    1. Generating one bind variable for each value. i.e.,
    contracts_tbl.status_cod IN (:global.var1, :global.var2,
    :global.var3)
    Now this could result it memory error if no. of choices exceeds the avilable memory. Also its a tedious task to purge the variables after querying the block. Also because of multiple IN conditions, the chances of different set of selections are possible and then again sharing will be minimal.
    2. The second method is to set the one bind variable for each IN condition. i.e.,
    :GLOBAL.Var1 := '( 'NEW', 'OLD', 'EXPIRED', 'OPEN' )';
    :GLOBAL.Var2 := '(1, 2, 3)';
    contracts_tbl.status_col IN :GLOBAL.Var1
    AND contracts_tbl.id_col IN :GLOBAL.Var2
    In this case, forms is not querying as the IN condition takes the global variable value as one string and the query returns no rows though there are plenty available for each status. Also any NUMBER type condtions erroring out as the , and ( are invalid numerals.
    Q: Is there anyway you can make this work? or Is there any other better method to substitute bind variables in place to avoid creating new set of statements for each query in the shared pool?
    Your suggestions and pointers are higly appreciated. Please respond immediately as this is a P1.
    Thanks,
    -- Raam.

    2. The second method is to set the one bind variable for each >>IN condition. i.e.,
    :GLOBAL.Var1 := '( 'NEW', 'OLD', 'EXPIRED', 'OPEN' )';
    :GLOBAL.Var2 := '(1, 2, 3)';
    contracts_tbl.status_col IN :GLOBAL.Var1
    AND contracts_tbl.id_col IN :GLOBAL.Var2 This method should work - not sure if you put exact syntax in or not but your first assignment would cause a problem as everywhere you want one ' mark you would have to put two so that it does not close your quoted string
    Try the following syntax:
    :GLOBAL.Var1 := '( ''NEW'', ''OLD'', ''EXPIRED'', ''OPEN'' )';
    :GLOBAL.Var2 := '(1, 2, 3)';
    SET_BLOCK_PROPERTY('blk name',
    default_where,
    'contracts_tbl.status_col IN ' || :GLOBAL.Var1
    || ' AND contracts_tbl.id_col IN ' ||
    :GLOBAL.Var2);
    Hope this helps,
    Candace Stover
    Forms Product Management

  • Can I open .pmd files in indesign? And how? Since indesign is a "substitute" for PageMaker it should/must be possible, but I don't know how to do it

    Can I open .pmd files in indesign? And how? Since indesign is a "substitute" for PageMaker it should/must be possible, but I don't know how to do it

    CS6 was the last version capable of opening Pagemaker files. It's included with Cloud subscriptions, so if you don't have it installed (or an earlier version) you can download it from your cloud subscription.
    To open them you use File > Open..., but the quality of conversion can range between nearly perfect and total garbage, depending on the PM file and the status of links (unembed images before trying to convert).

  • Quotation status overview Unit Basic Materual determination

    Hello,
    We employ the technique of the material determination between the copy of a quotation to an order.
    The alternative articles have all like basic unit PCE and sales unit M2.
    The conversion ratios are not the same ones for each article.
    For example for 1st article 1 m2 = 100 PCE, for second article 1 m2 = 25 PCE.
    But the selling price in M2 is the same one for all the articles.
    The material entered has the same basic unit and sales unit M2.
    The completion rule for quotation is u201CB Item is completed after full quantity has been referencedu201D
    When I create an order in reference with the quotation, the entered article is replaced by an article for example 1st list.
    The quantity in the quotation is 100 m2 and the quantity in the order is 5 m2.
    The item is automatically completed because the quantities calculated for the status of the item in the offer are false.
    In the flow document the quantities are 500 PC in the base unit of measure or 5,00 M2 in the document unit of measure.
    In the status overview for the item the status is u201CFully referencedu201D with 500,00 M2 referenced and 0,000 M2 open.
    The system tries to convert in the basic unit but they are not the same ones between the entered article (M2) and the alternative article (PCE).
    How to solve this problem?
    Thank you in advance.
    Best regards
    Frédéric Blaise
    e-Kenz S.A.
    MM01 Create material
    _ 6309006001 base unit M2 sales unit M2
    _ 6301311601 base unit PC sales unit M2 conversion 1 m2 = 100 pc
    _ 6301313601 base unit PC sales unit M2 conversion 1 m2 = 25 pc
    VB11 Create material determination
    _ Material entered 6309006001
    _ Alternative materials 6301311601 and 6301313601
    VA21 Create Quotation
    _ Item material 6309006001 quantity 100 M2
    VA01 Create Order with reference to quotation
    _ Material 6309006001 changed to 6301311601 and quantity is 5 M2.
    VA23 Display quotation
    _ Status overview 6301311601 Fully referenced 500,00 M2 referenced instead 5,00 M2

    Hello Frederic
    For Material Determination to work properly, I think both the original material and the substitute should have the same Base Unit Of Measure, which is not the case in your example. I think that is  the issue here. You may have different sales Units and conversion factors, but the Base should be the same I guess. Try to address that issue.
    Secondly in the condition record, You can maintain 'Susbstitute UOM',  maintain it with PCE and/or M2 and see if it helps.. I don't think it would.
    See the OSS Note which explains how sales units work in material determination.
    826249 - Manual product selection: VRKME sales unit
    Hope this helps.

  • How to access Task details using BPM API for substituting user

    Hi Expert,
    I need one help, we have a requirement, in which I wanted to access the BPM task details of a user which is substituting user using BPM API.
    Substituting user's name is not exist in Potential owner of Task. That’s why Using method "getMyTaskAbstracts(Status)" we cant acess those task which assigned by Substited user.
    Kindly let me know if there is any way, we can get task details of the task which assigned by substituted user to substituting user.
    Regards
    Div

    Pl use this api.
    getTaskAbstractsForMySubstitutedUsers.There are couple of variations u can use.
    Thanks
    Manish

  • Idoc Failure due to APO substitute part number

    Hi
    Scenario: Intercompany p.o for a part. Plant in newzeland buy from Singapore.
    In Sales Order and Delivery system proposes a substitute part number against P.O
    So when delivery is created the idoc failed due to the discrepancy of P.O and S.O partnumber (susbstitute in S.O). In S.O Reason for Material Substutution: Softpart Roll (APO): 9912
    Actual entered in P.O and substitute in S.O/D.O are enabled in both plants and material X plant status is C5 (New Product).
    P.O status - Invoice recieved but Not yet GR.
    SO Status - Delivery, Pick, PGI completed
    Can any one advise how to clear the failed idocs and understand the root cause.
    regards
    RG.

    Hi
    It may be a not decent solution and long term.
    As interim solution, once the substitute part arrived the recieving store at the buying instance, change the part number accordingly in the P.O (delete the old part number and add the new part number, and delete the output type to prevent any Idoc flow for the same order again.) and save it.
    Now the GR can be performed.
    regards
    GJ

  • VL01N - User Exit to substitute Profit Centre value field

    Hi Guru,
    In the VL01N transaction (Outbound Delivery) I'm looking for a user exit to substitute the Profit Centre derived from a standard procedure by SAP, with another value.
    Can you suggest me the user exit normally used to do it?
    Thanks

    Hi,
    User exits for  VL01N transaction code
    V02V0001  Sales area determination for stock transport order
    V02V0002  User exit for storage location determination
    V02V0003  User exit for gate + matl staging area determination (h
    V02V0004  User Exit for Staging Area Determination (Item)
    V50PSTAT  Delivery: Item Status Calculation
    V50Q0001  Delivery Monitor: User Exits for Filling Display Fields
    V50R0001  Collective processing for delivery creation
    V50R0002  Collective processing for delivery creation
    V50R0004  Calculation of Stock for POs for Shipping Due Date List
    V50S0001  User Exits for Delivery Processing
    V53C0001  Rough workload calculation in time per item
    V53C0002  W&S: RWE enhancement - shipping material type/time slot
    V53W0001  User exits for creating picking waves
    VMDE0001  Shipping Interface: Error Handling - Inbound IDoc
    VMDE0002  Shipping Interface: Message PICKSD (Picking, Outbound)
    VMDE0003  Shipping Interface: Message SDPICK (Picking, Inbound)
    VMDE0004  Shipping Interface: Message SDPACK (Packing, Inbound)
    Regards,
    Madhu

  • Finding Substituted Fonts

    We have an InDesign file from a client to which we have to make a few changes, we also have their print-ready PDF supposedly created from the InDesign file.
    A math character is showing in InDesign with the dreaded pink background because the font is being substituted. I know this by turning off and on the "Substituted Fonts" option in the Preferences, Composition. The PDF indicates this character is in the Symbol font but InD still indicates a substitution (and the character doesn't look the same as what's in the PDF) even when we load the symbol font, Type1 or TTF. InD's font menu shows that the font is in Bembo (the text font) even though it is the Type 1 Bembo that does not even HAVE that character. I suspect all of this has something to do with the fact that this file was initially created on a Mac and we work in Windows, which I'm willing to live with and circumvent. However, any enlightenment would be much appreciated as to why InD flags the character but doesn't show it as being in the font it (apparently) was originally.
    As our archival service grows we're going to be opening other people's InD files more and more and I've not been able to find a way to search for characters with substituted fonts like this one. Turning on the option in the preferences and looking through the file manually is time consuming and prone to error at best, even for a good operator.
    I didn't see anything on the find dialog and I didn't see anything in the preflight (which really surprised me) and nothing shows up for it in the Find Font dialog. I even tried a quickie script checkig the status of the fons in the document but was unable to see anything that would help in identifying characters/fonts like this.
    Is there a way to find these other than manually looking for the pink background?
    Many thanks,
    Ken

    You can't often control what you are given (sometimes not at all), but one of the downsides of working on the PC is that the Mac TT and PS fonts won't work for you on their own (maybe they can be re-jiggered, but that will likely violate the EULA from the font maker). If you were on a Mac and the roles were reversed, you could use PC fonts, but that's beside the point. The best case scenario is if the files were set using Open Type fonts, since they are cross-platform compatible. I know this doesn't offer any fix for your problem, but I just wanted to throw it out there.
    There are versions of fonts that are different but have the same name, and I'm guessing this may be part of your problem. Even if you have the PC version from the same foundry as the Mac version, there may be differences. I'm not even close to being a font expert, so I can't tell you how it all works under the hood, but I imagine you are seeing pink because even though the font names are the same, the code is different, so the PC/InDesign is telling you you don't have the right font. The only option is to see if you can find other versions of the font that will work.
    And lastly (this may be a stretch), are there any character styles applied to this text that may be mucking it up?

  • SC header status showing 'Awaiting Approval

    All,
    We have n-step approval level, when last approvar approves the shopping cart, the line item is showing approved and Header status still showing 'Awaiting approval'.  So Purchasing is not able to see shopping cart in Sourcing.
    We forcefully approved using SWOT trasaction and now the header  status changed to approved.
    We are recieving these kind of requests daily from our users, did anyone get this issue and is there any permanent solution to fix this.
    your help is highly appriciated.
    Thanks,
    Ravi

    Hi Neha,
    The problem was resloved, i didn't see this thread to reply. The isssue is:
    1. The approver recieves the mail for the SC approval  and he has substitute approver.
    2. The final approval is forwading the mail he recieved to the substitute approver.
    3. Then the Subtitute approver clinking on the Log On link from the mail forwared by approver.
    In standared substitute should not log on to the system by the mail forwared by another person. there will be problem with workitems sync. i asked my susbtittue approver to log on the the system directly, not through forwared mail. It worked now, the shopping cart was approved now.
    Thanks,
    Ravi

  • Missing "RESERVED" BPM-Tasks from my Substitute in Taskcollection BPM OData

    Hello,
    i'm developing a Integration-scenario with BPM-Tasks. Therfore i'm using the ODATA-REST Service.
    The access to the Taskcollection shows me all my BPM-Tasks.
    Now a second User activated me as his substitute. I expected that my TaskCollection shows me all the Tasks of my substitute, but he just delivered me the tasks that are in statuts "READY". The Tasks which are in status "RESERVED" were not shown in the TAskCollection.
    Has anybody an idea, what i have to do for getting all Task in every status.
    this is my request for the TaskCollection:
    http://xxx:99999/bpmodata/tasks.svc/TaskCollection?$orderby=CreatedOn%20desc&$filter=Status%20ne%20%27COMPLETED%27&$expand=TaskDefinitionData&$inlinecount=allpages
    There is one more Problem with the TaskCollection:
    The propertie "SubstitutedUser" is always initial, even when the Task is from the Subsituted User by activated substitutionrule.
    I'm thankfull for every idea.
    Regards
    Demetrius P.

    Hello Andre,
    thank you for your reply. That is unfortunately not the answer i hoped for ;-)
    Than i have question for claiming a task. I'm always getting the same error:
    Befor sending the POST-Request I fill the Header with a X-CSRF-token and the coockies. Here is my code and my URL i'm sending with the client-request. I have tested the same URL with the CHROME Postman and there it works fine:
    Can you say me what i'm doing wrong?
    URL-Request in "path": http://host:porthttp://czt.rz.sys.aok.de:52600/bpmodata/tasks.svc/Claim?&%26InstanceID=%27bpm%253A%252F%252Fbpm.sap.com%252Ftask-instance%252F0218e66cd9a511e3c1f800000ffbd0e3%27&%26SAP__ORIGIN=%27CZT_CZT_26%27/bpmodata/tasks.svc/Claim?InstanceID='bpm%3A%2F%2Fbpm.sap.com%2Ftask-instance%2F0218e66cd9a511e3c1f800000ffbd0e3'&SAP__Origin='CZT_CZT_26'
    Code:
        DATA: path TYPE string,
          errortext TYPE string, "used for error handling
          subrc  TYPE sysubrc,
          l_str_subrc TYPE string,
          dummy TYPE string,
          l_wrk_message TYPE bapiret2,
          l_token TYPE string,
          l_instance TYPE string,
          l_origin TYPE string.
          client->refresh_request(    ).
        " setzen POST-Methode---------------------------
        client->request->set_method( if_http_request=>co_request_method_post ).
        "erst den absoluten Teil generieren lassen
        client->create_abs_url(
          EXPORTING
            path        = '/bpmodata/tasks.svc/Claim?'
          RECEIVING
            url         =     path
       CONCATENATE path  'InstanceID=''' i_instance_id '''&SAP__Origin=''' i_sap_origin '''' into path.
        cl_http_utility=>set_request_uri( request = client->request
         uri  = path ).
        "x-crsf-token auslesen und setzten für die Post-Methode
        l_token = client->response->get_header_field( me->co_csrf_token ).
        DATA: lt_cookies TYPE tihttpcki,
              lw_coockies LIKE LINE OF lt_cookies.
        client->response->get_cookies(
          CHANGING
            cookies = lt_cookies    " Cookies
        LOOP AT lt_cookies INTO lw_coockies.
          client->request->set_cookie(
           EXPORTING
             name    =  lw_coockies-name   " Name des Cookies
             value   =  lw_coockies-value   " Wert des Cookies
        ENDLOOP.
        client->request->set_header_field(
          EXPORTING
            name  =  me->co_csrf_token   " Name des Header-Feldes
            value =  l_token   " Wert des Header-Feldes
        client->request->set_header_field(
          EXPORTING
            name  =  'Content-Type'   " Name des Header-Feldes
            value =  'application/atom+xml'   " Wert des Header-Feldes
        client->send(
    *    EXPORTING
    *      timeout                    = CO_TIMEOUT_DEFAULT    " Timeout von Antwortwartezeit
          EXCEPTIONS
            http_communication_failure = 1
            http_invalid_state         = 2
            http_processing_failed     = 3
            http_invalid_timeout       = 4
            OTHERS                     = 5
        IF sy-subrc <> 0.
          l_wrk_message-type = sy-msgty.
          l_wrk_message-id   = sy-msgid.
          CALL METHOD client->get_last_error
            IMPORTING
              code    = subrc
              message = errortext.
          l_str_subrc = subrc.
          CONCATENATE 'Receive-Fehler:(' 'Code:' l_str_subrc '):' errortext INTO l_wrk_message-message SEPARATED BY space.
          APPEND l_wrk_message TO t_message.
          EXIT.
        ENDIF.
        client->receive(
          EXCEPTIONS
            http_communication_failure = 1
            http_invalid_state         = 2
            http_processing_failed     = 3
            OTHERS                     = 4
        IF sy-subrc <> 0.
          l_wrk_message-type = sy-msgty.
          l_wrk_message-id   = sy-msgid.
          CALL METHOD client->get_last_error
            IMPORTING
              code    = subrc
              message = errortext.
          l_str_subrc = subrc.
          CONCATENATE 'Receive-Fehler:(' 'Code:' l_str_subrc '):' errortext INTO l_wrk_message-message SEPARATED BY space.
          APPEND l_wrk_message TO t_message.
          EXIT.
        ELSE.
          xmlstring = client->response->get_data( ).
        ENDIF.
    regards
    Demetrius

  • Visual Studio Integrate REST Api - WIQL request returns status 400 (Bad Request)

    Hi,
    I'm attempting to submit a WIQL (Work Item Query Language) request to the Visual Studio Online REST api but receiving a status code 400 (Bad Request).
    I'm using the sample request of the first example "Run a query" of the reference documentation listed here: http://www.visualstudio.com/en-us/integrate/reference/reference-vso-work-item-wiql-vsi
    I've taken the sample request: https://fabrikam.visualstudio.com/DefaultCollection/Fabrikam-Fiber-Git/_apis/wit/wiql?api-version=1.0-preview.2 and substituted "fabrikam" with our account and "Fabrikam-Fiber-Git" with our team project
    name.
    I've used the exact same query listed for the sample request:
      "query": "Select [System.WorkItemType],[System.Title],[System.State],[Microsoft.VSTS.Scheduling.Effort],[System.IterationPath] FROM WorkItemLinks WHERE Source.[System.WorkItemType] IN GROUP 'Microsoft.RequirementCategory' AND Target.[System.WorkItemType]
    IN GROUP 'Microsoft.RequirementCategory' AND Target.[System.State] IN ('New','Approved','Committed') AND [System.Links.LinkType] = 'System.LinkTypes.Hierarchy-Forward' ORDER BY [Microsoft.VSTS.Common.BacklogPriority] ASC,[System.Id] ASC MODE (Recursive, ReturnMatchingChildren)"
    Couple of things that I've tried:
    1. I've tried both "api-version=1.0-preview.2" and "api-version=1.0-preview.1"
    2. I've left out the project name from the request url: Based on the query format listed in the example "https://{account}.visualstudio.com/defaultcollection/[{project}/]_apis/wit/wiql?api-version={version}" I'm assuming that the wrapping of the
    project section in the url in square brackets ([{project}/]) indicates that this section is optional.
    3. I've tried a simpler query:
     "query": "Select [System.WorkItemType],[System.Title],[System.State],[Microsoft.VSTS.Scheduling.Effort],[System.IterationPath], [Microsoft.VSTS.Common.BacklogPriority] From WorkItems"
    Any help would be greatly appreciated.
    Kind Regards,
    Morné

    Hello Morne,
    Visual Studio Integrate forum is for questions about Visual Studio extension development. Yours seems to be about Visual Studio Online REST API to query something. Maybe
    Visual Studio Online forum is better, I'm not sure.
    I move it to [where is this forum for ...] forum, where the moderator will direct you to the right forum.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Status and Tracking: Lock Function overide due to status change?

    Hello experts,
    Does anybody know whether it is standard functionality that a user with only R_STS_PT authorisation can unlock his/her planning by changing the status to "in process"?
    Should it not be the case that I higher hierarchy node or someone with R_STS_SUP authorisation must first unlock the plannig before for somone with only R_STS_PT authorasation can perform any status change? I am currently unsure whether what we are observing is a feature or a bug which we had previously not noticed.
    Thanks in advance,
    Will

    Hi William,
    Persons responsible for executing the planning process i.e. the User (Auth: R_STS_PT) are assigned to an area of responsibility (hierarchy node) within a subplan. They are either assigned to their own area of responsibility directly or are assigned as a substitute. The person responsible uses the STS, firstly to jump to his or her planning application, secondly to set the status of his or her own planning, and thirdly to monitor and set the status of any people who may be assigned under them.
    For example, the person responsible for node 11 of the subplan u201Ccost center planningu201C  logs on to planning session 1 in the STS. In this way he or she can obtain the detailed view for his or her cost center.
    Auth: R_STS_SUP is for Planning Coordinators for monitoring the entire planning process and thus have special access rights. So R_STS_PT & R_STS_SUP are the same, except that you are only allowed to set certain statuses of a task on the basis of the hierarchy levelto which you are assigned (this means, whether you are executing (R_STS_PT) or supervising a particular planning task (R_STS_SUP))
    Manoj

  • Powermac flashing status light error and adding memory boards

    I bought a used Powermac G5. So far it won't boot, there is no image being delivered to the monitor, and the fan revs like a vacuum cleaner.  At first the status light gave series of 3 flashing lights which the online manual (I don't have the specific manual for this machine) says is incorrect memory board or similar message. However, last time I turned on the Powermac the status light now gives single flashes which diagnostic meaning is not even mentioned in the online manual I am using. Does anyone know what single flashes mean? As far as the memory boards are concerned, what is in there now are: Apple memory module M9296G/A (Samsung PC3200U 30331 0413 256MB DDR CL3) in both inner slots, and Hynix PC3200U 30330 0411 256MB DDR 400Mhz CL3 in both second to inner slots. Are these the correct boards? I have on hand 2 other boards from a broken iMac G5. They are Edge Tech 1GB 5380601-40. Can these iMac boards be added to what is in the Powermac or substituted for two of the existing matched boards if they are the wrong type for the Powermac? Both the Powermac and the iMac run Leopard OS. I have also ordered a new battery for the Powermac. The existing battery is dead. Could that cause flashing status light? Thanks.

    Hello, which exact G5?
    If you don't know the model, find the Serial# & use it on one of these sites, but don't post the Serial# here...
    http://www.chipmunk.nl/klantenservice/applemodel.html
    http://www.appleserialnumberinfo.com/Desktop/index.php
    How to find the serial number of your Apple hardware product...
    http://support.apple.com/kb/HT1349
    If you're sure the RAM is good, try the Hair Dryer trick...
    http://discussions.apple.com/message.jspa?messageID=13240047#13240047
    https://discussions.apple.com/message/15223603#15223603
    https://discussions.apple.com/message/15499912#15499912
    https://discussions.apple.com/message/15613068#15613068
    https://discussions.apple.com/thread/3270112
    https://discussions.apple.com/message/16053892#16053892
    No power light at all...
    https://discussions.apple.com/thread/3692775?tstart=0
    It can show on any G5, and even many other computers & electronic devices of the period.
    http://www.macintouch.com/reliability/pmg5.html
    http://lowendmac.com/ppc/power-macintosh-g5.html
    And see this last one in particular...
    https://discussions.apple.com/message/16781690#16781690
    Heat gun better...
    https://discussions.apple.com/thread/3916312?tstart=0

Maybe you are looking for

  • Issue for Creation of Project from Std Templete

    I have created a templete 2 templetes  like temp1 temp2 both are with same legth of projects & structure temp1 is working from all the aspects , with temp 2 while creation of new project with the help of templete, if i give the project definition as

  • Moving itunes

    hello, i am having major problems with my itunes. I am trying to move it to an external hard drive as i am running out of space on my imac. i am following the instrcutions from apple but each time all of my songs disappear from the itunes screen - ea

  • Just simple email using 10.6.8, nothing else

    I just want to keep my .mac email account running smoothly, I simply have no use whatsoever for anything iCloud offers Reading the iCloud transition blurb I need to manually configure Mail as 10.6.8 isn't supported (nice one Apple) Is this all I need

  • Issues downloading firefox 4 for mac osx

    I updated my firefox and downloaded your firefox 4. I have a mac osx and the icon has a circle and a strike over it, and firefox no longer opens telling me that I can't open the application "firefox" because it is not supported on this architecture.

  • How to Uninstall a failed Virtual Machine Management Server (x64) installation ?

    Dear Technet Team, I cannont uninstall the Virtual Machine Management Server (x64). Already tried it with the Installation Image. The Uninstalling process suddenly crashed without no error. I delete everything so far DB as well because it was never i