Releasing of many activities at once from NWDS failed

Hi
I have created several actvities in my NWDS and checked in and actvated them.
I have created a track connection from this track to the other in CMS.
Now i tried to release all my actvities and my colleagues activities too at once. It give a big name comma seperated for each of the actvities.
I am getting an error as below with the activities moved in to the node Failed.
Internal error: com.sap.cms.util.CMSUnexpectedException
The export of SC_CR sap.com/Comp#TRACK1_D.13 failed, tcs returncode was 12
Please let me know anybody got this kind of error. and solution for this.
or atleast let me know how to revert back from failed node to Default node,
Additinal info :
I have list of names seoperated by coma(,) in the failed node in the transport view,  Atleast anybody can tell me how to rename the list of names to simple one
Thanks in advance
Regards,
Pavan

Make sure there's sufficient diskspace available in the CMS archives folder of the NWDI server.

Similar Messages

  • Querying many tables at once from a select statement for specific values

    Hi all,
    I'm very new to PL/SQL and have a daunting task ahead of me. I'm pretty sure our database normalization scheme is all out of whack, which I dont have the experience to fix yet, but this is the task ahead of me without getting to change or fix our structure:
    in the universe has 1000+ tables.
    need--> Some of those tables have fields that contain a value that has to be changed.
    The only thing I have to go on is the column name will contain 'EMP'... but there is no specific naming convention for the column names.
    When I search on:
    select * from all_tab_columns where column_name like UPPER('%EMP%')
    It returns 750 rows. (So 750 rows = 750 columns in 500 different tables (some tables have 2 or more columns in it))
    tables names are random (table1, table2, etc).
    columns names are random with EMP in it (column1,column2,etc).
    I have 75 possible field values that I need to check each of those 750 columns for.
    Maybe this is too messy, but I'm looking at subqueries, joins, arrays, cursors, etc, anything to minimize the amount of work I have to do.
    I think this is too much to do a join with, but that seems to be what all the documentation is pointing me to.
    can you point me to a simple example of what i could
    write?
    the logic i see it would be
    run the select statement to grab the column names that meet EMP.
    one at a time, search each column in the corresponding table for the 75 values.
    return the results of rows for each column/table that meet one of the 75 unique values.
    I'll have to also update each of the 75 values to (used to be values 1, 2, 3 ... to new values X1, X2, X3, etc.)
    Any help at all would be very helpful,
    aspiring pl/sql programmer but having a rough time of it

    I think you're looking to do something like the following pseudocode:
    BEGIN
        FOR tblrec IN (SELECT table_name, column_name
                         FROM all_tab_columns
                        WHERE column_name LIKE '%EMP%')
        LOOP
            FOR rec IN (SELECT ROWID
                          FROM tblrec.table_name
                         WHERE REGEXP_LIKE(tblrec.column_name, '(expr1|expr2|...)')
            LOOP
                DBMS_OUTPUT.PUT_LINE(
                    'Found expression on ROWID ' || rec.rowid
                    || ' in column ' || tblrec.column_name
                    || ' on table ' || tblrec.table_name);
            END LOOP;
        END LOOP;
    END;

  • How do you copy many files at once from flash to tftp??

    I am going to upgrade a CCME 3.3 router to 4.01 and I would like to back up all files in flash before I upgrade. Is there a way to backup the entire contents of flash to an ftp or tftp server in a one line command??
    copy flash:*.* tftp://192.168.1.1/*.* does not work??
    I was looking at the archive command but could not see how I could use it to copy all the files in flash to a server in a "one liner"??
    Thanks in advance,
    Tony

    The contets of the flash can be backeup. For more details regarding the configuration follow the url,
    http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_configuration_guide_chapter09186a00800c6c63.html

  • Error while releasing an activity from NWDS

    Hi,
    I am facing the below error while releasing an activity from NWDS - transport view.
    Internal error: the export of SC_CR com.xxx.xxx/xxx_SOFTWARE_COMPONENT#Track_D.118 failed. tcs returncode was 12
    Check in and activate was successfull and in CMS, the activity is shown as activated.
    Please help me to rectify this error.
    Thanks in advance!
    Regards,
    Manchari. N

    Make sure you are connected to NWDI server.
    Also create a new activity for a different component in the same track.
    Below links may be helpful :
    http://wiki.sdn.sap.com/wiki/display/TechTSG/(NWDI)(CMS)PropagationRequestReleaseinTransportViewFails
    NWDI/CBS - release activity in consolidation
    Re: Error on Release of activity (Version set not found!)
    Regards
    Deepak

  • How many Ways jar files from ear file on a jboss can be downloaded on clien

    Aoa
    How many Ways jar files from ear file on a jboss can be downloaded on client side
    like jnlp etc..
    Regards
    M Fazal Ur Rehman

    First, you need to be able to boot from the Recovery HD:
    Boot Using Command+R keys:
      1. Restart the computer.
      2. Immediately after the chime press and hold down the
          "COMMAND" and the "R" keys together.
      3. Release the keys when the Utilities Menu appears.
    Once at the Utilities Menu select Terminal from the Utilities menu in the screen's menubar. Now, you need to know where these new files are located. You move to any location using the 'cd' command such as cd /Users/user_name/Documents, then press RETURN. Replace user_name with your actual username. Next you need to do a directory listing to see if your files are in that location, Documents. Use ls -al to do a directory listing of the files and folders in Documents. If you find your new files there, then connect an external drive or flash drive. You will need to know the name you have assigned to this drive. It needs to be already formatted. Copy your files using cp /Documents/filename /Volumes/volname/filename. Replace volname and filename with those that apply. Press RETURN.
    Or take it to your local Apple Store and see if they can do the chore for you.

  • What authorization required to deploy module from NWDS 7.1

    Hi Experts,
    Need to deploy custom adapter module from NWDS 7.1 to PI server, Please help me to know exact access/authorization role required one developer to publish the module.
    I have gone through many blogs and thread but not able to find exact administrator role which help to deploy the custom module on PI server.
    Error I am getting in NWDS 7.1, while deploying module:
    Could not establish connection to AS Java on [<server detail>]. Authentication did not succeed. Wrong or missing security credentials (password) for principal [PIUSER], or the specified principal has no permissions to perform JNDI related operations.
    Regards
    Raghav
    Edited by: RaghavTiwari on Feb 4, 2012 8:25 AM

    Hi Raghav,
    Check this [SAP Help link|http://help.sap.com/saphelp_nw73ehp1/helpdata/en/43/1e1bbc5d9206fde10000000a422035/frameset.htm] for User Roles for Adapter and Module Development.
    Regards,
    Raghu_Vamsee.

  • Regarding  exporting a  Par file from  NWDS.

    HII...
    I have a problem regarding the exporting a par file from NWDS. when i created any projectt my project is succesfully deployed but . it is not visible when i create any iview from par.
    pls check this steps , perhaps i am missing any steps , or i m deploying it in wrong manner.
    suppose i have to change the masthead brand image.
    steps r .
    1. download a par file.
    2. do the changes in headerview.jsp file.
    3. add the image in img folder.
    4. add the jar file in lib folder.
    5. save and  quick par upload.
    MY server settings r correct . but i dont know why  my project is not in the list.
    thanks..

    Hi,
    You will have the par file directly under your project folder where also your .classpath and .project files exist. Also check them from windows explorer.
    Without a par file, you cannot deploy your project on the server.
    To create par file check this:
    http://help.sap.com/saphelp_nw70/helpdata/EN/96/df7f409cd50a1ae10000000a155106/frameset.htm
    Once you export the par file, you should see this par directly under your project folder.
    If this is not there, then it is a problem in your NWDS.
    Let me know the version of NWDS you are using.
    Regards,
    Praveen Gudapati

  • Release of External Activities - Error

    Hi all,
    I am trying to release few external activities for which Info Rec field is present. I have entered all the external purchasing parameters for the external activity like Vendor, Purchasing Group, Material Group, Info Rec but it is giving me the error while releasing the external activities:
    "Procurement w/o material from vendor with plant assignment not defined".
    Then when i click on tick button again i get one message stating "Purchase Requisition cannot be generated for this activity"
    My requirement is that when i release this external activities, it should generate a purchase requisition. I have set the Purchase Req. field to "After Release" as well but still it is not working.
    Can anyone please help me with this. Hope to hear from you all.
    Kind Regards,
    Mayuresh Ayachit.

    Hi Ramesh,
    You are right. But my requirement was when you enter Info Rec purchasing data like Vendor, Material group is copied into your external activity. Then you set the Purchase Req field to "After Release" and when you release the external activity, a Purchase Requistion is generated.
    But when i do this i get the error as i described before. I tried doing what you said and that works. I have one more question for you. Do you know what the system status "EOPD" (External Operation Partially Delivered) means. What is the significance of this status and when do you get it?
    Regards,
    Mayuresh Ayachit.

  • Has Lightroom CC removed the ability to Batch apply changes to many files at once (after import) using presets?

    I've just upgraded to Lightroom CC and most of the changes are very welcome - especially the performance improvements.
    However I've been processing several thousand images and in Lightroom 5 when wanting to apply changes to many images at once it was as simple as selecting the group of images and then right clicking, selecting Develop Settings and then selecting one of my many Presets from a sub menu.
    This sub menu seems to have disappeared in Lightroom CC.
    This is a MASSIVE problem for me as I cannot work out how to apply the presets to multiple images anymore.   I note that there is a tutorial on how to do it during import - but I want to specifically be able to do it post import, during development of large groups of images for clients.
    Anyone know what has happened here and how we can get access to applying presets to multiple images during development under Lightroom CC?

    Yes ssprengel.
    I regularly work with all the Presets visible in the left of the Develop module.   But this cannot be used to apply the preset to multiple images.   For that (in Lightroom 5) you had to select the multiple images and then right click (on any one of the images) then go down the menu to Develop Settings, then select the Preset Folder and the Preset you wished to apply to all the images selected.   This worked well for me in my workflow.   But the access to the Presets through the Develop Settings menu has been removed in Lightroom CC.   ManiacJoe's solution above works - but it's accessed from the Library module.   That's kind of counter intuitive.   I want access to apply any preset I've saved to multiple images (in many cases t's being applied to thousands of images) from within the Develop module.   it makes little sense to apply a preset one image at a time to thousands of images when developing them
    The whole idea behind presets was that they could be quickly and consistently applied across multiple images.   Removing this functionality is a backward step by ADOBE in my opinion and I really want them to add it back to the Develop Module menu systems.

  • Export of many Baselines at once

    Hello guys,
    i want to export many Baselines from one repository user to other one. Is there a possibility to use the commandline for this job? How? Or is there an other possibility to export many BASELINES at once?
    I use DB 9.2.0.7 withs OEM 9.2.0
    thanks for response

    Hi,
    There is no other way, you have to save it one by one manually.
    Regards,
    Kams

  • LK6.5 Modbus read/write to many addresses at once

    LK6.5 Modbus read/write to many addresses at once. What happens as example; I have address 100 to 150 and 180-200. Addresses in between doesn't exist. Not all are connected. The modbus (Ethernet master) driver reads in a single command (in order to optimize) address 100-190.
    That is a nice feature, but the result is a reply like "not existing" because between 150-180 are not existing. No error is shown in lookout (communication works OK).
    I know I can do a workaround by setting maximum value per message to 1 or 2, but the project has 140 modbus objects with a total of around 4000 connections. I would like to use a big range in one command, but no addresses that are not existing. Beside of that, it looks like this is a problem that let the driver and/or lookout crash.
    Any one knows a fast solution? Is there another updated modbus driver?

    more inputs:
    The response from Modbus device actually doesn't specify which address has the problem if you read a range.
    When you read a range, and a certain address in this range doesn't exist, do you get no data in lookout?
    It depends on the Modbus device whether lookout gets error response or the good response. I don't see detailed definition in the Modbus specification. So, if a certain address in a range doesn't exist, the device may either return error or good response. But the problem is that the error reponse is just an error code. Lookout doesn't know which address has the problem. It may be a problem that you don't see alarm in Lookout.
    I don't see a way on lookout side to get a better behaviour. Maybe you can consult the device provider for any advice, such as what should the modbus master do, is the range read expected?
    Ryan Shi
    National Instruments

  • How to run the servlet  from nwds

    Hi........All
                     my scenario is in sender system so many files are there in that control file and data files .control file have names of the data files  first i have to pick the control files after that i have to pick the data files based on that control file for that purpose i written one FTP Client program for retrieving the files and wrote logic also it's working fine by stand lonly now i created one java proxy for that i developed one ejb module and that ejb module is called by one j2se application that is servlet and i created WAR file for servlet and JAR file for ejbmodule and i given this references  to  EAR file and i deployed that EAR file from NWDS it's deployed successfully
                         now i want call that servlet how can i call that servlet and how can i test that EAR file whether it's working fine or not. any one  can provide that documentation on that i really appreciate you
    warm regards
    syamprasad.p

    Hi Syam
    If your error is HTTP 404, then
    Error: 404 Not Found
    Description: The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.
    <b>Possible Tips:-</b> for HTTP_RESP_STATUS_CODE_NOT_OK 404
    • 404 is an HTTP response code that indicates that the resource in question couldn't be found. Usually this is due to an incorrect URL, so it is better to cross check all URLs. Check pipeline URL in the SLD in the business system of the Integration Server For this go to SLD->Business System-><yourIntegrtaion Server>->Pipeline URL: It should be like this http://<host>:<port>/sap/xi/engine?type=entry Where host is the host name of the Integration Server and port is the HTTP(8xxx) port. To verify this in Integration Server you can do like this. Go to SXMB_ADM->Integration Engine Configuration->Choose Edit from Menu -> Change Global Configuration Data to switch to change mode. Then select System Landscape - Load Configuration. (This is not required always)
    • Check that the port really is the ICM HTTP Port and not the J2EE port i.e SMICM then menu GOTO --> SERVICES and check the port number for HTTP. It should be HTTP port
    • If the error is Page cannot be displayed, cannot find server in https configurations Check and correct the SSL configuration for the ABAP and the J2EE side of the system
    • If the error is because of integration server when using Proxy communications then check these. i.e SXMB_ADM->Integration Engine Configuration->Corresponding Integration Server enrty should be dest://<Http Integration server-Destination> Where < Http Integration server -Destination > is the RFC destination (SM59) of type HTTP connection (type H) to the Integration Server. In this case, host name, port, and path prefix are saved in the RFC destination.
    Ravi.

  • How many activities are correctally running on my schcema

    Hi,
    1)how can i find out , how many queies are correctally running on my schcema with same identity or with out ?
    2)how many activities are correctally running on my schcema ?
    yorus sincerely

    Sorry, I've read your post a number of times and I can't understand either question.
    Can you rephrase or clarify?
    Just guessing, but you might start by looking at v$sql and v$session.
    You should also post your Oracle version number. Not 10g or 11g but the exact number (do a select * from v$version).

  • After setup name server from SLD name prefix is still unavailable from nwds

    Hi there
    Although the nameserver is setup from the SLd, our developper team has told me that it does not work.
    One of them has showed me from nwds, and I do not know how to fix it.
    The name list is still unavailable from nwds while New Development Component creation:
    Does anyone have any idea ?
    Thanks,

    Hi,
    yes, there you should see the nameserver.
    Proceed this way: Go to CMS webui -- Landscape Configurator -- Track Data -- select the track in question from the left hand side table -- RE-SAVE the track (Change and Save).
    This action will update the server side development configuration.
    Once the track is resaved, doublecheck the changes in the devconfig XML you can access on the Track Data -- tab Build Variants -- Display Development Configuration. An XML file will be opened where you should have an entry for nameserver. It'll look like
    name-server-url="http://<your host:your port>/sld/cimom"
    If it is correct, then open your NWDS and remove and re-import the development configuration.
    Or try to trigger "Update" on it as you can see in the blog I sent you, but if that does not work then remove and reimport.
    Check again the settings you have showed me recently on the screenshot, this time the "Name Server" on the Component Properties should not be empty any more.
    I hope this helps. Let me know the results.
    Thank you and Regards,
    Ervin

  • Thunderbird email is receiving many duplicates of emails from the yahoo server

    During the last few months my Thunderbird email account has been receiving many duplicates of emails from the yahoo (AT&T) server. This happens only when I receive e-mails that have large attachments like multiple photos. My spouse has the same problem on her email account. Frequently I receive 25 duplicates of the same email in my inbox.
    I'm on Thunderbird release 31.5.0.
    My server setting is = pop.att.yahoo.com port = 995
    My Outgoing server name is = smtp.att.yahoo.com

    ''hkraus07 [[#question-1051641|said]]''
    <blockquote>
    During the last few months my Thunderbird email account has been receiving many duplicates of emails from the yahoo (AT&T) server. This happens only when I receive e-mails that have large attachments like multiple photos. My spouse has the same problem on her email account. Frequently I receive 25 duplicates of the same email in my inbox.
    I'm on Thunderbird release 31.5.0.
    My server setting is = pop.att.yahoo.com port = 995
    My Outgoing server name is = smtp.att.yahoo.com
    </blockquote>
    Antivirus Program = Microsoft Security Essentials
    Other system info:
    Thunderbird 31.5.0 with Yahoo (AT&T) webmail.
    TB Server Name = pop.att.yahoo.com, port = 995, SSL/TLS.
    Outgoing Server (SMTP) settings = smtp.att.yahoo.com, port 465, SSL/TLS.
    Leave messages on server is UNCHECKED.
    Windows XP, Version 2002 SP3.
    Pentium 4, 2.66 GHz CPU, 2.5 GB RAM.
    TB Email used to work perfectly for many years with these settings and equipment. A few months ago me & my wife's TB email accounts began to receive over thirty duplicates of any emails in our inbox that have large attachments like photos.

Maybe you are looking for

  • Logical system creation in BD54

    hey guys i have a very silly question,i m really confusing myself. well i m doing a IDOC to File scenario. on the R/3 side i have RFC dest(SM59) and Port(we21) in place,both pointing to the XI system.Port is SAPXD1(XD1 is system ID of the XI system).

  • How to use name of report tab as a variable in the report

    Post Author: Michasel Gaarde CA Forum: WebIntelligence Reporting Hi, I have a WebI report with a number af tabs, I use the [DocumentName] property to set the header, but I'd like to be able to dynamically to set the header to include the name of the

  • Xmonad: noBorders works improperly with smplayer

    I am using this xmonad.hs, which is essentially brisbin33's with a few minor adjustments. The issue I have is that while applications such as Comix work fine "maximized" (i. e. neither borders nor any bars), for both SMplayer and MPlayer only the rig

  • Wire that goes from 90W Power Adapter a1097 to apple cinema hd display

    We lost the wire that goes from the 90W Power Adapter a1097 to the Apple Cinema HD Display. Where could I purchase another one and what is the name of this wire?

  • Wifi question, etc....

    So I was trying to connect to the internet at my school which has wireless internet throughout the campus. To connect to the internet though, you have to use your school id and password. My ?; Is it possible to connect to the internet if you have to