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

Re: How to register a service in a Hub deployment with development on Hub?

$
0
0

In the second screenshot, where you mention the Hub system, for GW_HUB:

  • select the proper client of your same Hub system
  • in system alias field, provide 'LOCAL'
  • RFC destination is 'NONE'.

 

Try with this setting.

 

Regards,

Ekansh    


Re: System Rename Preparation

$
0
0

Hi Sriram

 

Its a single stack Abap system

Re: SAP router

$
0
0

Hi Sandeep,

 

Could you re-share dev_rout & SAPOSS test connection results.

 

Regards,

Re: Web service endpoint url

$
0
0

1)  If they are accessing the url outside of your network, then you need to make sure that you are supplying them the correct url (should not say "localhost" in the url).

2)Also check your ssl settings.  If you have it enabled, you will need to complete all ssl configuration

3)I would also confirm that your company does not have any firewalls enabled for outside communication.

we are facing the issue while migrating the interface from Clasical to ICO using migration tool

$
0
0

Dear experts,   we are facing the below issue while migrating from classical interfaces to ICO using migration tool.

 

Receiver interface Rule does not match the signature of sender interface

 

 

Please check and let help me to resolve the issue.

 

Interface : Proxy to JDBC or SOAP.

 

Regards

Srinivas

Re: sapstartsrv fail to startup

$
0
0

Hello Dhurman,

 

I'm using ami-d734ada0 AMI from AWS. for the license i'm using the developer one.

 

Thanks,

Hakim

BODS Batch Job has died abnormally

$
0
0

Hello Everyone,

 

I am frequently facing the below issue in BODS production system. Can anyone help me to sort out this issue, please?.

 

 

Error:
-------

 

Data flow <XXXX> received a bad system message. Message text from the child process is

<8&#65424;&#65452;&#65464; &#127;==========================================================

Collect the following and send to Customer Support:

1. Log files(error_*, monitor_*, trace_*) associated with this failed job.

2. Exported ATL file of this failed job.

3. DDL statements of tables referenced in this failed job.

4. Data to populate the tables referenced in the failed job. If not possible, get the last few rows (or sample of them) when

the job failed.

5. Core dump, if any, generated from this failed job.

==========================================================>. The process executing data flow <XXXXXX> has died

abnormally. For NT, check errorlog.txt. For HPUX, check stack_trace.txt. Also, notify Technical Support.

 

 

==============================================================================================================================================================================

 

FYI -This dataflow contains 5 source tables (Source: SAP HANA) connecting with Embeded dataflows each source table seperately and then loading into HANA Target tables (5) accordingly.

 

 

Frequesncy of this job execution in production system is 'Every 15 mins'

 

Appreciate if anyone can advise me to sort it out this issue!!!

 

 

For more details, Please see the attached snap shot of the issue.

 

Thanks & Regards,

Sudheer Reddy

Re: Error when incident is recorded "Exception Occured"

$
0
0

Hello Quantum,

 

Exception Occurred  due to many unknown reasons few are mentioned below.  I believe missing Authorization is creating exception in your case, I also faced similar issue for CE 3.0 and 4.0

 

1) Incorrect ADS configuration or ADS connections as suggested by Edward.

 

2) Missing Default configuration, incorrect number range maintenance etc.

 

3) Authorization issue. As you mentioned you are using NWBC, would recommend you to check PFCG Role  "SAP_EHSM_HSS_INCIDENT_REPORTER" .

 

Check Authorization data for Authorization Objects and also maintain Authorization Values as suggested in EHSM 2.0 Master guide. like  EHHSS_INC1  and EHHSS_INC2

 

Thanks

Sunil


Re: Custom Theme Behaviour

Re: EvaluateAfter Function not working in Crystal Report

$
0
0

Hi Abhilash!

 

Please refer to the first post above (question) , see Formula 1 and Formula 2 that is the two formulas created in the details section, to explain more, i divided the formula into two. The first formula isolates or filters the records who tenants with "STARTED" remarks and store in the STRSTARTED VARIABLE,

 

On the other hand, the other formula filters thos with "CEASED" remarks and store it in STRCEASED variable.

 

Then, the formula in group footer will concatenate the two using this formula:

 

whileprintingrecords;

stringvar strstarted;

stringvar strceased;

strstarted & "<br>" & strceased;


The idea of putting the started remarks on top is achieved but the other rules to consider are not achieved like:

 

1. "Notes" text to appear on top most

2. to have an incremental number sequence as numbered notes.

 

 

 

 

Based on the divided formula it creates an output to something like this

 

     3. Tenant 3 started its operation on date

Notes

     1. Tenant 1 ceased its operation on date

     2. Tenant 2 ceased its operation on date

 

 

 

 

 

For your reference here's the original code (the one-formula)

 


Whileprintingrecords;

stringvar strtitle;

numbervar var;

 

if ({@CurrentMonthNew}) <> "CLOSED" and ({@PreviousMonthNew}) = "Not yet operational"

THEN

 

 

     (if (var = 0)

     then

    strtitle := strtitle + "<b>Notes:<b>"  + "<br>      "   +  cstr((var := var+1;),0) + ". "  + '<Font color = "Orange"><b>' + {@NameProperCase}  + '<b></font>'  + " started its operation on " + cstr({@FirstDate}) + "."

 

    else

    strtitle := strtitle + "<br>      " + cstr((var := var+1;),0) + ". "  + '<Font color = "Orange"><b>' + {@NameProperCase}  + '<b></font>'  + " started its operation on " + cstr({@FirstDate}) + "."

    )

 

 

 

else if ({@CurrentMonthNew}) = "CLOSED" and ({@PreviousMonthNew}) <> "CLOSED"

THEN

 

 

  

 

(if var = 0

    then

    strtitle := strtitle +  "<b>Notes:<b>" + "<br>      "  + cstr((var := var+1;),0) + ". "  +  '<Font color = "Orange"><b>' + {@NameProperCase}  + '<b></font>'  + " ceased its operation on " + cstr({@LastDateforNotes}) + "."

 

 

 

    else

    strtitle := strtitle  + "<br>      " + cstr((var := var+1;),0) + ". "  +  '<Font color = "Orange"><b>' + {@NameProperCase}  + '<b></font>'  + " ceased its operation on " + cstr({@LastDateforNotes}) + "."

    )

 

Yes, the code looks confusing, but basically Those are just html format to produce the output below. What I wanted there is to Put the name "Notes" before everything else. Then concatenate an incremental number sequence based on "var" variable.

 

Please take note the logic I used to put the "Notes" on topmost and number sequence using the var variable

Re: open SAP is Not accesable

$
0
0

Hi both,

 

yesterday, our website has some unexpected downtime. The system is back up and running so you should have access now.

Apologies for any inconvenience caused.

 

Kind regards,

Claire

Re: Update SAP HANA Studio

$
0
0

Hi,

 

One more question...Revision 95 for SAP HANA STUDIO 2 is not available on Marketplace.Only Revision 96 for SAP HANA STUDIO 2 file is available.Any known reason behind this?

 

Thanks,

Mofizur

Re: MDM repository cannot logon: invalid object state

$
0
0

Thanks so much Dilmeet, actually this is not the first time I face the same problem.

May I know further the root cause of this error?

 

As per my DBA, the master server was up and running as normal even when the error happens. So what could possibily cause this, and what can we do to avoid this from happening?

 

Thank you.

Anqi.Zhang

Re: where can i maintain multiple chat of accounts  ?

$
0
0

Dear Naveen,

Under One chart on A/c you can define n no. of company codes, COA is equivalent to Company.

So you can say for single company you can define one COA and under COA you may define multi company codes.

 

Regards,

Rajesh

I wnt to generate mails in hod's id for notifications generating through predictive mtn

$
0
0

I wnt to generate mails in hod's id for notifications generating through predictive mtn


Re: ABAP String questions

$
0
0

Hi,

 

You can use SPLIT command . SPLIT <Your sting> at space into str1 <Dummy_Variable>.

Re: Create new session button command

Re: SWN_SELSEN is selecting old notifications after we move new changes to Prod.

$
0
0

Rick,

 

Time stamp table has correct value. We have stopped the Job in prod on 30th and I can see it has proper time. Refer screen below:

 

 

Also could you please tell me when this Filter entry will be in use in this program?

I have idea on CS and DS.. not sure on FILT.

Re: XSJS Outbound call Issue: internal error code: Proxy handshake failed

$
0
0

Hi Nehal

The URL works. I have attached a screenshot of the  Network  panel for the web service geolocation.xsjs

favico.JPG

 

 

 

Regards

Shashank K

Re: Unable to do ftp with file channel in 7.0 on port 26

$
0
0

Hi,

 

Check with your network team if the port 26 is available and open?

 

Try doing telnet, Go to command prompt and give command like;

 

C:\>telnet ip adress of ftp location port no

 

e.g C:\>telnet 10.1.1.170 26

it will give you a result like below;

ScreenHunter_03 Jun. 02 15.56.jpg

 

If this works then port number is up & available.

 

Regards,

Dipen.

Viewing all 8851 articles
Browse latest View live


Latest Images