Quantcast
Channel: SCN: Message List
Viewing all 8676 articles
Browse latest View live

Re: DSO not activating

$
0
0

Hi Phani,

 

 

This DSO is not able to activate, I have attached error file while activating the same,

I have shown this error to my seniors they said go to active table of this dso re-create table and then try activation again.


SAP Not able to connect with DATABASE dscdb6

$
0
0

Hi All,

 

I am trying to change the password of sap<sid> account in my system as per the note 582875. However I am not able to change it due to the following error and I dont have an idea about how to change it - So, Experts please do help me here

 

LOGS from the command prompt - While changing

 

Note : I have ensured DB DB2DB6EKEY environment variable is set in the system

R3trans.log - ITs finishing with 0000 (No problem with that too) But I need to set this password in the database level as part of upgrade preparation in SAP.

 

SOLMANNEW:SKKadm 21> dscdb6up sapskk SKKdev$10

password file '/usr/sap/SKK/SYS/global/dscdb6.conf' successfully written Effective userid is not root. OS passwords can not be changed.

ABORTING! Please check permissions and ownership

 

When I try this in root account (which is not supposed to be it says the following thing)

 

root@SOLMANNEW/usr/sap/SKK/SYS/global$>dscdb6up sapskk SKKdev$10

sh: 1: Parameter not set.

 

Copied from SAP note

 

Solution


Check the setting of this variable for both the corn shell (ksh) and C shell (csh) of the users db2<sid> and <sid>adm.

 

After the value is set in a uniform manner, you need to log on again on the operating system level. It may be necessary to reset the passwords so that they can be deciphered again by the SAP programs. Proceed as follows.   <logon as <sid>adm>
  dscdb6up <sid>adm <password>
  dscdb6up sap<sid> <password>

 

Thanks and Regards

VJ

Re: SAP PI 7.4 - PayloadZipBean Unzipping issue

$
0
0

Hi Souvik,

 

Thank you for your response.

 

Please specify the Parameter Name that I need to use with the Parameter Value "exit" for CallSapAdapter. I was trying to figure out the Parameter Name for the module CallSapAdapter but could not find one so it would be helpful if you can provide it.

 

 

Regards,

Arkesh

Re: Break Point is not triggering in the Class Method

$
0
0

Hi Anjan,

 

Yes i have Implement LPOR and also FIND BY LPOR.

Re: issue in NWDS while deploying EAR

$
0
0

Hi Oksana,

 

Thanks for reply.

 

when I open deployment perspective in NWDS I am getting below exception.

 

java.lang.NullPointerException

  at com.sap.deployment.ui.nodes.SystemRootNode.addSystem(SystemRootNode.java:67)

  at com.sap.deployment.ui.nodes.SystemRootNode.refresh(SystemRootNode.java:53)

  at com.sap.deployment.ui.view.ExplorerView.refreshTree(ExplorerView.java:333)

  at com.sap.deployment.ui.view.ExplorerView.createPartControl(ExplorerView.java:199)

  at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:367)

  at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:226)

  at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)

  at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)

  at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:529)

  at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)

  at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)

  at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)

  at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)

  at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)

  at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:668)

  at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:576)

  at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:568)

  at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:272)

  at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:982)

  at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3608)

  at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:1037)

  at org.eclipse.ui.internal.WorkbenchPage.access$16(WorkbenchPage.java:1021)

  at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.java:3709)

  at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

  at org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:3707)

  at org.eclipse.ui.internal.PerspectiveBarContributionItem.select(PerspectiveBarContributionItem.java:124)

  at org.eclipse.ui.internal.PerspectiveBarContributionItem$1.widgetSelected(PerspectiveBarContributionItem.java:93)

  at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)

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

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

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

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

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

  at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)

  at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)

  at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)

  at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

  at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)

  at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

  at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)

  at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)

  at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

  at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)

  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

  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:597)

  at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)

  at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)

  at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

 

NWDSException.JPG

Thanks, Eswar

Re: automatic mail

$
0
0

Hi Raju,

 

Same was posted before and answered also. But seems you have not gone through the same. Close this being duplicate.

 

automatic mail by customer

 

Regards

Rahul

Re: Triggering a second transaction

$
0
0

Hi Tilmann,

 

Again thank you for your response! Using an after successful save (after commit) determination was also my first idea. But when I use the factory class to obtain the transaction manager, the framework detects my BO instance is still in state after successful save, and only the interaction state is allowed as next state:

 

    lo_txn_mngr = /bobf/cl_tra_trans_mgr_factory=>get_transaction_manager( ).

     lo_txn_mngr->save( ).


Switch transaction state.PNG



A similar check occurs in the after load case, when obtaining a new transaction manager instance. (method callstack restriction)


Callstack restriction.png


Would you happen to know if there is another way to access the existing transaction and service manager from within an after load determination? I tried with io_modify-->do_action( "save" ) but I suspect this is only possible for custom actions, having an action class.


At the moment I'm looking at the option to obtain the transaction manager from a new process, via a 'starting new task' function module.


Please let me know if you see other options


Thanks!


Kind regards,

Bjorn

HOW TO SUPRESS HIERARCHY DATA ?

$
0
0

Dear Expert,

 

I have created SAP BO Webi report based on SAP BW Bex query.

Bex query we have Hierarchy.

 

I am displaying hierarchy in Webi report and its showing correct data.

I have taken Input control in webi , when i am changing any input control ,hierarchy is expanded but client don't want to see expanded hierarchy.

 

Please guide me how to resolve this issue.

 

Many Many Thanks In Advance.

 

Regards,

Divyesh Patel

(9930578182)


Re: Status Graph - Status and release management

$
0
0

Hi Satya and Abishek,

 

I understand your observations completely. I can't promise anything here as this is a generic feature in Status Management used in all PLM objects. But I'll let development management know about your feature request.

 

Ulf.

Re: Old documents in SDN

Re: Transport Fiori objects from DEV to QAS/PRD systems

$
0
0

Hi Masayuki,

 

Thanks for your response. Will check this out.

 

Best Regards,

Arthur.

Exception list in mail in F110

$
0
0

Hi Friends,

 

Can you any one suggest for this requirement.

 

While F110 execution some of the documents went to exception due to GTS check activation.  Can anyone suggest is there any procedure to send those documents or exception list to be sent by mail to users.

 

Thanks

Balu

Re: Do we require to install Oracle Client in SAP BODS server?

$
0
0

Hi,

If you have 64 bit client DS Designer then you need to install Oracle 64bit client and likewise for 32bit designer require 32 bit Oracle client. It doesn't matter whether your Oracle server is 32 or 64 bit.

Important bit that you should set is  the environment variable ORACLE_HOME to the path where your oracle client home is installed. You can still have both 32 and 64bit clients installed on the same machine but the ORACLE_HOME must be set correctly pointing to the correct version that you like to  use and this should be set in your DS client and DS job server machine. Finaly Make sure you restart the DS job server after making the changes and test again.

 

regards

Re: Smart form Table data header text different format

Re: 在WEBI里格式调整问题

$
0
0

不是很明白你想要的效果,你能用excel 简单说明一下么?


Re: sap hr step step by step configuration guide?

$
0
0

Hi Rajesh,

 

Please search SCN wiki, here a lots of documents have such detailed configuration steps. These questioned have been asked in history as well. Could you please search before posting a query.

 

Please close the thread. Please do not provide personnel mail id in this forum.

 

Reagrds

Ajay

Re: Unable to execute BODS Job with server group on bods client(remote machine)

$
0
0

Hi Ragu,

 

What is the status of the Server Group in Data Services Management Console

 

Make sure that you have followed two basic rules while creating Server Groups in DS Console


  1. All the Job Servers in an individual server group must be associated with the same repository, which must be defined as a default repository. The Job Servers in the server group must also have:
    • Identical SAP BusinessObjects Data Services versions
    • Identical database server versions
    • Identical locale
  2. Each computer can only contribute one Job Server to a server group.

 

Regards

Arun Sasi

How to assign inspection types to statuses

$
0
0

Hello all experts,

 

I want to use status profile in the quality info record to control the inspection type determination during inspection lot creation from goods receipt.

However I don't know how to assign inspection types to each status in the status profile. could you kindly let me know how to do this?

2015-06-30_16h07_27.png

 

regards

Daniel

SAP HCM

$
0
0

Hi every one.

 

Can any one tell me that

Personnel Structure is divided into 2 parts??
1. based on administration perspective

2. based on organizational structure.

 

if it is true, so please also explain that as well.

 

Thanks

 

Regards

Re: *REC EXPRESSION logic scripts

$
0
0

I will try to translate what you have written

 

1. You do not want to use standard currency conversion mechanism (strange, why?)

2. In the ACCOUNT dimension I have created number of accounts to store currency rates for number of currencies - R_USD, R_SGD, etc..

3. The rate is stored in this accounts with CURRENCY = NO_CURR - you have to explain other rules (other dimensions ENTITY, CATEGORY...???)!

4. ACCOUNT dimension has property CURR_ACCNT and it's set to "Y" for normal GL accounts, not for R_xxx accounts (strange name for this property - can lead to misunderstanding)

5. Data is stored originally in CURRENCY=LC

6. DM package with single CURRENCY selected has to be executed to perform currency conversion for this single currency: [CURRENCY].[LC]*([ACCOUNT].[R_USD],[CURRENCY].[NO_CURR])

 

Then the script will be (using tuple expression to get rate):

 

//%CURRENCY_SET% - contain single currency - like USD

*XDIM_MEMBERSET CURRENCY = LC //select original data in LC

*XDIM_FILTER ACCOUNT = [ACCOUNT].Properties("CURR_ACCNT") = Y //select normal accounts

 

*WHEN ACCOUNT

*IS * //already scoped! normal accounts!

*REC(EXPRESSION=%VALUE%*([ACCOUNT].[R_%CURRENCY_SET%],[CURRENCY].[NO_CURR]),CURRENCY=%CURRENCY_SET%)

*ENDWHEN

 

If you define ACCT property in CURRENCY dimension and fill it like: R_USD for USD etc...

Then (using LOOKUP to get rate):

 

*LOOKUP CURRENTMODEL //the real name of your model

*DIM CURRENCY="NO_CURR"

*DIM RATE: ACCOUNT=CURRENCY.ACCT

*ENDLOOKUP

 

*XDIM_MEMBERSET CURRENCY = LC //select original data in LC

*XDIM_FILTER ACCOUNT = [ACCOUNT].Properties("CURR_ACCNT") = Y //select normal accounts

 

*WHEN ACCOUNT

*IS * //already scoped! normal accounts!

*REC(EXPRESSION=%VALUE%*LOOKUP(RATE),CURRENCY=%CURRENCY_SET%)

*ENDWHEN

 

Hope it's clear!

 

Vadim

 

P.S. I do not recommend this approach, use standard rate cube! *RUN_PROGRAM CURR_CONVERSION - is fast and easy to setup!

Viewing all 8676 articles
Browse latest View live


Latest Images