cancel
Showing results for 
Search instead for 
Did you mean: 

Delete Activity from Pending Activities list

Former Member
0 Kudos

Hi All,

I have created one activity from my local NWDS and clicked on Check-In. I didn't released the activity but cancelled it. The activity I created is getting displayed under Pending Activites for that particular DC in CBS. I want to delete this activity. Please help me in this regard.

Thanks and Regards,

D.Naga Surendra.

Edited by: Nagasurendra Dasari on Sep 24, 2010 7:11 PM

Edited by: Nagasurendra Dasari on Sep 24, 2010 7:15 PM

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

I created a new activity and activated it. The old activity was also activated as a predecessor activity. Now I am getting the error in CBS that build failed due to compilation errors. Can you please let me know how to proceed further

Edited by: Nagasurendra Dasari on Sep 27, 2010 1:17 PM

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

as soon as you share the compilation error with me I try to help.

Best Regards,

Ervin

Former Member
0 Kudos

Hi Ervin,

The compilation error I am getting is "[javac] error: IO exception sun.io.MalformedInputException"

Thanks,

Naga Surendra

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

can you please tell me a bit more about the error message? Can you copy paste more than the very first line of the error?

if you have:

sun.io.MalformedInputException

at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java: 262)

then this case this happens if there's a wrongly formatted XML file and the compiler has problems with it. Basically this is not an SAP error but occurs for instance if an XML file gets edited with an editor (like winword) which messes up the xml file when you save it, and as mentioned this causes java compilation error.

But as mentioned this is so far only a guess since I haven't seen more about the error, only the very first line.

Thank you for your co-operation!

Best Regards,

Ervin

p330068
Active Contributor
0 Kudos

Hi Naga

Please post complete error trace from Window > show view > others >> PDE runtime > error logs.

Refer to

Hope it will helps

Regards

Arun Jaiswal

Former Member
0 Kudos

DC Model check:

All used DCs are available locally

validating dependency to build plugin "sap.com/tc/bi/bp/webDynpro"

compile:

[echo] Starting dictionary generator

[ddgen]

_ [wdgen] [Info] Generating packages/com/ae/energy/scm/wdp/InternalForemanList.java

[wdgen] [Info] Generating packages/com/ae/energy/scm/wdp/IPrivateEditEntrySheetHeader.java

[wdgen] [Info] Generating packages/com/ae/energy/scm/EditEntrySheetHeader.java

[wdgen] [Info] Generating packages/com/ae/energy/scm/wdp/InternalEditEntrySheetHeader.java

[echo] /usr/sap/JD1/JC36/j2ee/cluster/server0/temp/CBS/59/.B/9419/DCs/sap.com/tc/cmi/_comp/gen/default/public/default/lib/java/_cmi_api.jar

[echo] output dir: /usr/sap/JD1/JC36/j2ee/cluster/server0/temp/CBS/59/.B/9419/t/5C7B0E84D2CF51B320D9C7C91A914A1C/classes

[javac] Compiling 263 source files to /usr/sap/JD1/JC36/j2ee/cluster/server0/temp/CBS/59/.B/9419/t/5C7B0E84D2CF51B320D9C7C91A914A1C/classes

[javac] error: IO exception sun.io.MalformedInputException

[javac] error: IO exception sun.io.MalformedInputException

[javac] error: IO exception sun.io.MalformedInputException

Former Member
0 Kudos

Hi Arun,

This is the error log from the location you said:

com.sap.cms.util.exception.client.CMSClientVersionConflictException: Version conflict: to call method "readSystemMessages" the minimum server version is "Release6.40 SP16 Patch level 00" but the used server has only version "Release 6.40 SP15 Patch level 00"

at com.sap.cms.client.organizerAPI.CMSTransportOrganizerAPI.versionCheck(CMSTransportOrganizerAPI.java:1232)

at com.sap.cms.client.organizerAPI.CMSTransportOrganizerAPI.readSystemMessages(CMSTransportOrganizerAPI.java:1164)

at com.sap.cms.client.ideAPI.CmsConfiguration.readSystemMessagesMap(CmsConfiguration.java:445)

at com.sap.ide.eclipse.component.devconf.DevConfManager.getSystemMessages(DevConfManager.java:744)

at com.sap.ide.eclipse.component.provider.listener.DevConfLoginListener.showSystemMessages(DevConfLoginListener.java:97)

at com.sap.ide.eclipse.component.provider.listener.DevConfLoginListener.loginPerformed(DevConfLoginListener.java:91)

at com.sap.ide.login.UserValidator$1.run(UserValidator.java:161)

at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)

at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98)

at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1999)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1733)

at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:136)

at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:261)

at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:357)

at com.sap.ide.login.UserValidator.getData(UserValidator.java:411)

at com.sap.ide.login.UserValidator.getDefaultServerData(UserValidator.java:131)

at com.sap.ide.login.UserValidator.getDefaultServerData(UserValidator.java:116)

at com.sap.ide.login.actions.LoginActionDelegate.run(LoginActionDelegate.java:79)

at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)

at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:207)

at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)

at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)

at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)

at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)

at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)

at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)

at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)

at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)

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 com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)

at com.sap.ide.eclipse.startup.Main.run(Main.java:789)

at com.sap.ide.eclipse.startup.Main.main(Main.java:607)

p330068
Active Contributor
0 Kudos

Hi Nagasurendra

It looks like there is some problem with your Netweaver Server and NWDS mismatch. please refer to and use the same version as server in order to resolved the issue.

OR try to work around, Sync the track ..right click on track and re-sync. then go the DC and do the sync sources and sync used dc. then check the issue by check-in and activate.

Hope it will helps

Regards

Arun Jaiswal

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Nagasurendra,

I am sure that this error is not the problem of your current activation issue.

The error you have found using the PDE Error log is about an error we have marked an obsolete error a long-long time ago.

I think this has no relation to your activation problem. I still believe that the main problem is the MalformedInputException.

Can you please go to the DTR webui (http:///dtr/system-tools/reports/ActivityQuery), look up the activity, check its details and look for files with wrong encoding? Can you please provide me the list of files have been checked out in this activity? I think one of these are including a character which does not corresponds to the encoding and makes the java compiler fail.

The compiler assumes that sources are UTF8 encoded. If your sources do not use a correct UTF8 encoding (e.g. if you have some characters like ä, ü, é, etc... and file is ISO8859-15 encoded).

Could you please doublecheck the sources for such characters? This should solve the compile problem.

Best Regards,

Ervin (SAP)

p330068
Active Contributor
0 Kudos

Hi Nagasurendra

As suggested by Ervin, please check the CBS log for more details as you have already check-in the activity but not yet activated.

You can also check in the NWDS once you select CBS activate number from NWDI perspective.

Hope it will helps

Regards

Arun Jaiswal

ErvinSzolke
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi D.Naga,

you can

- check-in an activity

- activate an activity

- and release an activity

If you check it in, we consider the activity as closed and one cannot revert it any more, and consequently the activity cannot be deleted either. You need to either ignore it, or move further in the development cycle, and then create an other activity to correct this unwanted/accidental change.

If you activate the activity, then -- considering that the software can be built as it is a prerequisite for activation -- it'll move the changes from dev/inactive to dev/active workspace.

If you release it, it'll move from the development buildspace to the consolidation buildspace for import, and then your activity will sit in the import queue with status "waiting for import". If you import it in CMS's transport studio, then it'll be imported into cons/inactive and a force activation takes place (only for cons), so it'll also be available immediately in cons/active.

Regarding the pending activites tab: you cannot delete it from here. You can figure out why the activation is pending, and then try to achieve that the activation either fails, or will be activated. If it fails, you can still ignore it, or achieve (after correcting the given error) that it'll be activated, and then you can create a new activity in which you correct this unwanted/accidental change.

To figure out the reason of the pending activation, I suggest you to check the logs of defaultTrace and CBS:

-...\j2ee\cluster\server<n>\log\services\tc.CBS.Service\cbs.<n>.log

-...\j2ee\cluster\server<n>\log\defaultTrace.<n>.trc

Please also notice, this question belongs to the NWDI forum.

I hope this helps!

Best Regards,

Ervin

Former Member
0 Kudos

Hello Surendra,

If you didnt checked in the code you can delete it from the NWDS itself. If you checked in then you need to ask Your NWDI Admin to delete the activity.

As you said you didnt checked in in the NWDI Perspective select the activity and right click on the activyt and here you will find an option to delete the activity.

Regards,

Raju Bonagiri