Quantcast
Channel: SCN : Popular Discussions - SAP MaxDB
Viewing all 1545 articles
Browse latest View live

Need MAXDB port, dafault database username and password to connect

$
0
0

Hi,

I am new to MAXDB and installed SAP system on Windows XP on local machine.

I have installed SAP Netweaver and while connecting to MAXDB via MAXDB Database Manager facing issue.

I am getting error as -2 ERR_USRFAIL:User authorization failed. Please check attached screenshot for more details.

 

I tried to connect via credentials provided in this thread http://scn.sap.com/thread/95219  but failed to do so.

I used following ports for connection:

 

           7200

           7210

           7269

           7270

           7575

 

Can anyone provide port, default username and password.?

 

Feedback appreciated.


MaxDB 7.8 backup_start / backup_finish

$
0
0

Hello,

 

i have a problem.

We want to use the backup_start  for filersnapshot.

 

When i open one session

dbmcli  -d TST -u dbadmin,dbadmin -uUTL

dbmcli  -> backup_start backupmedium

dbmcli  -> backup_finish  backupmedium externalbackupid 0

it's ok.

 

 

When i use

dbmcli  -d TST -u dbadmin,dbadmin -uUTL -c backup_start backupmedium

dbmcli  -d TST -u dbadmin,dbadmin -uUTL -c backup_finish  backupmedium externalbackupid 0

-24984,ERR_MENOVALID: Invalid medium definition

i become an errormessage.

 

 

how can i make a script  ?

dbmcli  -d TST -u dbadmin,dbadmin -uUTL -c backup_start backupmedium

wait 120

dbmcli  -d TST -u dbadmin,dbadmin -uUTL -c backup_finish  backupmedium externalbackupid 0

 

i have also tested with shell-script

cmd=`cat <<EOF | dbmcli -d $DB_NAME  -U c_J2EE -uUTL  2>&1

......

but in dbmcli there no sleep or wait.

When i leave the session i become the error "Invalid medium definition".

 

 

Thanks.

 

Rainer

Please explain Shadow support/Work Process in SAP?

$
0
0

Please explain Shadow support/Work Process in SAP?

 

 

Thank you in advance.


Sophia

Managing Data Volumes in MaxDB

$
0
0

Hello,

 

Due to an upgrade from ERP 6.0 to ERP 6.0 EHP5, I had to add new data volumes to my MAXDB database.

I created 6 data volumes of 9.5GB and 2 data volumes of 38GB.

i am not too worried about the 9.5 GB data volumes since they are close to 50% free.

However the 38GB data volumes are filled to only around 13%. This consumes a lot a space on my server.

Is there anyway to reorganize the database? I need to free-up some space on the server.

I am new to MaxDB.

 

Thanks,

Suhan Hegde

Access to MAXDB SAP Schema tables

$
0
0

HI Guys ,

 

I am trying to reset SAP* password in my MAXDB DB 7.6.  I know that is a very simple operation and I did it many times in other DBs , but here I  have stuck  during whole day .

 

I have connected to SQL Studio as SUPERDBA .

My SAP Schema  is "SAPIDS" .

 

To access usr02 table I run the following SQL :

 

select MANDT, BNAME, UFLAG from SAPIDS.USR02 where MANDT='000' and BNAME='SAP*'

, but I got the error thet the table does not exist .

 

I also tried:

 

 

select MANDT, BNAME, UFLAG from "SAPIDS"."USR02" where MANDT='000' and BNAME='SAP* ,

 

select * from SAPIDS.USR02 ; select * from "SAPIDS"."USR02" ;

 

I switch to Oracle mode also , but Nothing is working !

 

Also important to say that sql :

 

select * from tables where owner='SAPIDS'and tablename='USR02'

 

shows the USR02 table as well .

 

Any ideas ?

 

thanks in advance,

 

Evgeny

MaxDB Upgrade 7.8->7.9 Problem

$
0
0

Hello,

 

I would like to upgrade MaxDB starting_release=7.8.2 Build  038-121-249-252 /

target_release=7.9.08.08 on  SUSE Linux Enterprise Server 11 (x86_64).

 

I took -supposingly appropriate-downloadobject 51046733_8 (SAP MaxDB 7.9 Backwards - SP8 Build 08 MAXDB_LINUX_X86_64) from SAP Marketplace, transfered it as root  to the server, unzipped and issued:

./SDBUPD -d SOS -u control,control.

 

Output says ok (see hereafter) but no connect to the database is possible.

I am working on this for several days and tried a lot. Nothing works by now.

 

Does anybody know whats wrong ?

 

******************************************************************

 

 

SAP MaxDB Installation Manager - Database Upgrade 7.9.08.08

 

***********************************************************

Checking upgrade...

Running finalize check...

Current database state is ONLINE

Switching database state to OFFLINE

Checking parameters...

Switching database state to ADMIN

Switching database state to ONLINE

ERR:  Upgrade failed

ERR:    error upgrading

ERR:      Finalize upgrade failed: Current database state is ONLINE

Switching database state to OFFLINE

Checking parameters...

Switching database state to ADMIN

Switching database state to ONLINE

Cannot switch database mode, error during dbm command:

db_online

ERR

-24622,ERR_AUTOLOADSYSTAB: Automatic loading of the System Tables failed

-24909,ERR_DBAUNKNOWN: SYSDBA unknown

Looking for error messages in knldiag

No error messages found in knldiag

OK

 

######################################################

 

#  Upgrade to MaxDB version 7.9 finished successful  #

 

######################################################

Managing Data Volumes in MaxDB

$
0
0

Hello,

 

Due to an upgrade from ERP 6.0 to ERP 6.0 EHP5, I had to add new data volumes to my MAXDB database.

I created 6 data volumes of 9.5GB and 2 data volumes of 38GB.

i am not too worried about the 9.5 GB data volumes since they are close to 50% free.

However the 38GB data volumes are filled to only around 13%. This consumes a lot a space on my server.

Is there anyway to reorganize the database? I need to free-up some space on the server.

I am new to MaxDB.

 

Thanks,

Suhan Hegde

Log backup purging script required for MaxDB content server (DMS)

$
0
0

Hi,

 

We are taking daily backup and purging the old backup of content server with the below script by scheduling the task .

 

@echo off

mv F:\backup\<DB>_COM F:\backup\<DB>_COM.old

dbmcli -d <DB>-u control,control -c -i db_backup.txt -t db_backuplog.log

@echo off

 

As we have also turned on automatic log backup, we need a script to purge logs older than 15 days to avoid running out of disk space issues.

Please suggest script for the same.

 

OS :  Windows 2008 R2

 

Thanks,

Harsh


MaxDB Upgrade, unable to establish DB instance session

$
0
0

Hi all, I am trying for to perform a SAP DB upgrade from 7.3.0.28 to version 7.5.0.21. My problem is that when I execute command SDBUPD the following messages appear on screen almost immediately and the update is terminated:

 

beginning to check sap db instances

start new instance update

cannot establish database instance session

 

I followed the instructions in the upgrade guide and notes mentioned but this issue is nowhere mentioned. I am not a database specialist so any help and/or suggestions are more then welcome.

 

Thanks in advance, Tiest

DB-Connect Failed, Return Code 000256

$
0
0

Hello All.

 

After restoring the DB while i m trying to bring the SAP Instance up, i m getting "DB-Connect Failed, Return Code 000256" in Syslog.

 

Can anyone tell me how this can be solved.

 

The DB is MaxDB 7.6.05.15 & SAP ECC 6.0.

 

Thanks.

 

Regards,

Mudassir.Imtiaz

 

P.S I tried to add the Developer Trace with this message but somehow i couldn't.

I guess its exceeding more than 15000 characters.

Problems with downloads - where to find latest versions of MaxDB?

$
0
0

Hi @all,

 

I'm searching for the latest community packages of MaxDB ? The last version was 7.8.02.37, maybe it's already 7.8.02.38.

When typing in the version in the query box, no result will be found.

Since the migration to SAP the problems exists.

 

Is there another way to retrieve the latest version ? And how can I make sure to get the latest version when I have to search to download something ?

 

 

Thanks and best regards,

 

Stefan

Backup failed - ERR -24920 (-903, Host file I/O error,access denied [5]).

$
0
0

Hi guru,

 

Recently we are facing some backup issues with backup tool COMMVAULT backing up database MAXDB. This problem is really strange as it happens intermittent. Below is the log that i found and suspect it could be due to security issue. Has any one face such problem before? Really appreciate your help. Thank you.

 

 

2010-01-05 10:20:05 0x00002328              0 DBM      command backup_start BackLog LOG AUTOIGNORE

2010-01-05 10:20:06 0x00002328 ERR     -24920 DBM      ERR_BACKUPOP: backup operation was unsuccessful

                    0x00002328 ERR     -24920 DBM      The database was unable to fulfill a request (-903, Host file I/O error,access denied [5]).

2010-01-05 14:00:05 0x000033bc              0 DBM      command backup_start BackPages1 RECOVERY PAGES AUTOIGNORE

2010-01-06 10:20:05 0x000010e4              0 DBM      command backup_start BackLog LOG AUTOIGNORE

2010-01-06 10:20:59 0x000010e4 ERR     -24920 DBM      ERR_BACKUPOP: backup operation was unsuccessful

                    0x000010e4 ERR     -24920 DBM      The database was unable to fulfill a request (-903, Host file I/O error,access denied [5]).

2010-01-06 14:00:04 0x000014a4              0 DBM      command backup_start BackPages1 RECOVERY PAGES AUTOIGNORE

2010-01-07 10:20:04 0x00000720              0 DBM      command backup_start BackLog LOG AUTOIGNORE

2010-01-07 10:20:52 0x00000720 ERR     -24920 DBM      ERR_BACKUPOP: backup operation was unsuccessful

                    0x00000720 ERR     -24920 DBM      The database was unable to fulfill a request (-903, Host file I/O error,access denied [5]).

 

 

Regards,

Kent

Uninstalling MaxDB

$
0
0

Hi,

I have installed SAP Netweaver developer Studio 6.40 which installed MAXDB database also. Due to some reason I had to unistall the trial version of Developer studio, in this process developer studio got unistalled but not MAXDB.

*----


I use Add/Remove programs and uninstall MaxDB. I get the messages like this.....

 

Start uninstallation now (y/n) : Y (resoponse)

 

then message displays

found instance of J2E, cannot remove package..first remove all instances...

*----


 

I have stopped all the services, even then Iam getting such error message. How do I uninstall?

 

Help needed.

 

-Suresh

MaxDB 7.6.06.24 crashed and is unstartable even in restored Backup

$
0
0

Today our Database crashed and is now in a similar state like described here http://scn.sap.com/thread/1669772. It seems to keep crashing on log recovery during db_online. It for sure has at least one bad index, but since we are unable to bring it online, we seem to have no chance to fix this. I would be thankfull for any hints.

 

Here are some facts:

 

  • The first crash (somewhat shortened) looked something like:

VERSION  'X64/LIX86 7.6.06   Build 024-123-246-595'
[...]
ERR 53419 B*TREE   BD600: predsep.k > sep.k: 0
ERR 53000 B*TREE   Index Root  13113447
ERR 53000 B*TREE   bd600BuildSeparator: lef: 13553565
ERR 53000 B*TREE   bd600BuildSeparator: rig: 14665430
ERR          0 B*TREE   m_Node: 13553565
ERR          0 B*TREE   m_Node1: 14665430
ERR 11599 BTRACE   ----> Symbolic Stack Back Trace <----
ERR 11599 BTRACE      0: 0x0000000000f216ad eo670_UnixTraceStack +0x01ad
ERR 11599 BTRACE      1: 0x0000000000f22079 eo670_CTraceContextStackOCB +0x0009
ERR 11599 BTRACE      2: 0x0000000000f2216a vtracestack +0x003a
ERR 11599 BTRACE      3: 0x0000000000a64ecb _ZN19cbd502_ReorgContext13ErrorHandlingEPKci +0x002b
ERR 11599 BTRACE      4: 0x0000000000a72178 _ZN11cbd500_Tree14bd520_OverflowER19cbd502_ReorgContextPhiibbiRi +0x0908
ERR 11599 BTRACE      5: 0x0000000000a727ab _ZN11cbd500_Tree17bd520LeafOverflowEPhibiRi +0x03ab
ERR 11599 BTRACE      6: 0x0000000000a3de71 _Z17bd400AddToInvTreeR17cbd300_InvCurrentPhiS1_iRb +0x1181
ERR 11599 BTRACE      7: 0x00000000009a6a1f b03add_inv +0x01ff
ERR 11599 BTRACE      8: 0x0000000000b4538c _ZNK14Log_InvDescMap6AddInvER18tgg00_TransContextbbbRK12tgg00_FileIdPK9tgg00_Rec

+0x016c
ERR 11599 BTRACE      9: 0x0000000000b4345e _ZNK15Log_InvHandling6AddInvER18tgg00_TransContext +0x003e
ERR 11599 BTRACE     10: 0x000000000092f669 kb611inv_AddInv +0x0009
ERR 11599 BTRACE     11: 0x000000000092dbe1 kb61insert_rec +0x0201
ERR 11599 BTRACE     12: 0x000000000092e887 k61ins_del_upd +0x0267
ERR 11599 BTRACE     13: 0x00000000008dba3a k05functions +0x058a
ERR 11599 BTRACE     14: 0x000000000065fb97 a06lsend_mess_buf +0x0297
[...]
ERR 53250 INDEX    Bad Index 13113447 (Root)
ERR 53250 INDEX    Reason "System error: BD Invalid leave"
         12853 DBSTATE  Caught signal 11(SIGSEGV)
ERR 11330 COREHAND ABORTING due to signal 11
ERR 11599 BTRACE   ----> Symbolic Stack Back Trace <----
ERR 11599 BTRACE      0: 0x0000000000f216ad eo670_UnixTraceStack +0x01ad
ERR 11599 BTRACE      1: 0x0000000000f22079 eo670_CTraceContextStackOCB +0x0009
ERR 11599 BTRACE      2: 0x0000000000f22097 eo670_CTraceContextStack +0x0017
ERR 11599 BTRACE      3: 0x0000000000f65718 en81_CrashSignalHandler +0x00e8
ERR 11599 BTRACE      4: 0x00007f40e100b6b0 __restore_rt +0x0000
ERR 11599 BTRACE      5: 0x0000000000a74f20 _ZNK11cbd600_Node14bd600LeafCountEii +0x00b0
ERR 11599 BTRACE      6: 0x0000000000a42728 _Z23bd401CalculatePageCountR17cbd300_InvCurrentPhiS1_ibRiS2_S2_ +0x0658
ERR 11599 BTRACE      7: 0x00000000009ab093 b03calculate_page_count +0x02b3
ERR 11599 BTRACE      8: 0x000000000065d9f1 a06eval_page_count +0x0171
ERR 11599 BTRACE      9: 0x0000000000878292 ak720indexeval +0x0142
ERR 11599 BTRACE     10: 0x0000000000878b5a ak720eval_one_index +0x016a
ERR 11599 BTRACE     11: 0x0000000000878e73 ak720index_decision +0x0183
+++++++++++++ Kernel Exit ++++++++++++++++++++++++++++

  • So whenever we try to now switch to db_online (LOCAL_REDO_LOG_BUFFER_SIZE is 0 as it was before) it immediately crashes with
      ERR
      -24994,ERR_RTE: Runtime environment error
      4,connection broken server state 4


VERSION  'X64/LIX86 7.6.06   Build 024-123-246-595'
[...]

Log      0 queues, flushmode is 'MaximizeSafety', devstate is 'Okay'
Log      Oldest not saved is ioseq 296996736 @ off 775686
Log      First known on LogVolume is ioseq 295948220 @ off 775741
Log      Restart from ioseq 296996789 @ off 775739 to ioseq 296996790 @ off 775740
Log      Result after checking the log device: 'Ok'
Log      The number of active logging-queues has been increased to 4
OBJECT   Restarted Garbage coll: 1
Rst      968 redo transactions readable and 32 redo tasks available.
RESTART  Previous restart was interrupted.
Restart  recovering log from log_volume from IOSeq: '296996789'
Log      normal end of log found at off 775740 lastseq 296996790.
Log      last-redo-read empty errlist#13:TR907215147(11)[296996790]@775740.1608'Commit':20140128:135616
DBSTATE  Caught signal 11(SIGSEGV)
ERR 11330 COREHAND ABORTING due to signal 11

[...]
ERR 11599 BTRACE   ----> Symbolic Stack Back Trace <----
ERR 11599 BTRACE      0: 0x0000000000f216ad eo670_UnixTraceStack +0x01ad
ERR 11599 BTRACE      1: 0x0000000000f22079 eo670_CTraceContextStackOCB +0x0009
ERR 11599 BTRACE      2: 0x0000000000f22097 eo670_CTraceContextStack +0x0017
ERR 11599 BTRACE      3: 0x0000000000f65718 en81_CrashSignalHandler +0x00e8
ERR 11599 BTRACE      4: 0x00007f1f4412f6b0 __restore_rt +0x0000
ERR 11599 BTRACE      5: 0x0000000000a3ac49 _Z20bd400_DeleteSubTreesR17cbd300_InvCurrentR11cbd600_Node+0x0109
ERR 11599 BTRACE      6: 0x0000000000a3b490 _Z16bd400DropInvTreeR17cbd300_InvCurrent +0x0370
ERR 11599 BTRACE      7: 0x00000000009a9a4e bd03ReleaseInvTree +0x013e
ERR 11599 BTRACE      8: 0x000000000096d7d3 bd01destroy_file +0x0233
ERR 11599 BTRACE      9: 0x000000000096e7b9 b01pdestroy_perm_file +0x00d9
ERR 11599 BTRACE     10: 0x0000000000b2c0a4 _ZNK14Log_ActionFile13RemoveGarbageER18tgg00_TransContextR20SAPDBErr_MessageList +0x02f4
ERR 11599 BTRACE     11: 0x0000000000b2c5bc _ZNK14Log_ActionFile7ExecuteER18tgg00_TransContextNS_13ExecutionTypeE +0x039c

ERR 11599 BTRACE     12: 0x0000000000b2d78e _ZNK14Log_ActionFile4RedoER18tgg00_TransContextR10Log_IImageR20SAPDBErr_MessageList +0x000
ERR 11599 BTRACE     13: 0x0000000000b39d2b _Z10RedoActionR15Log_TransactionR10Log_IImageR11Log_IActionR15Data_IBreakableR21Data_Split
ERR 11599 BTRACE     14: 0x0000000000b3bd11 _Z21Log_ActionExecuteRedoR15Log_TransactionR14Log_AfterImage16Log_IOSequenceNoR21Data_Spli
ERR 11599 BTRACE     15: 0x0000000000b544b5 _ZN15Log_Transaction4RedoER20SAPDBErr_MessageList +0x02e5
+++++++++++++ Kernel Exit ++++++++++++++++++++++++++++

  • If we try a consistency check in admin mode it stumbles over one bad index complaining on root node 13113447, but of course we cannot repair that in admin state or even find out which index is to blame (can we?):

    >db_execute check data with update
    ERR
    -24988,ERR_SQL: SQL error
    -9041,System error: BD Index not accessible
    17,Servertask Info: because b01pverify_participant() failed
    10,Job 0 (Check Data) [executing] WaitingT206 Result=OK
    6,b01pverify_participant() failed, Error code 715 "index_not_accessible"

  • We even tried to recover our last backup (with AUTO_RECREATE_BAD_INDEXES set to YES) but as soon as we try to for instance drop the index we assume to be bad it immediately crashes and is unstartable again like above.

 

 

Is there any way to restore without indexes or to have all indexes recreated? Any hints how to still bring the original DB back online?

 

 

Cheers,

Urs

MaxDB Upgrade 7.8->7.9 Problem

$
0
0

Hello,

 

I would like to upgrade MaxDB starting_release=7.8.2 Build  038-121-249-252 /

target_release=7.9.08.08 on  SUSE Linux Enterprise Server 11 (x86_64).

 

I took -supposingly appropriate-downloadobject 51046733_8 (SAP MaxDB 7.9 Backwards - SP8 Build 08 MAXDB_LINUX_X86_64) from SAP Marketplace, transfered it as root  to the server, unzipped and issued:

./SDBUPD -d SOS -u control,control.

 

Output says ok (see hereafter) but no connect to the database is possible.

I am working on this for several days and tried a lot. Nothing works by now.

 

Does anybody know whats wrong ?

 

******************************************************************

 

 

SAP MaxDB Installation Manager - Database Upgrade 7.9.08.08

 

***********************************************************

Checking upgrade...

Running finalize check...

Current database state is ONLINE

Switching database state to OFFLINE

Checking parameters...

Switching database state to ADMIN

Switching database state to ONLINE

ERR:  Upgrade failed

ERR:    error upgrading

ERR:      Finalize upgrade failed: Current database state is ONLINE

Switching database state to OFFLINE

Checking parameters...

Switching database state to ADMIN

Switching database state to ONLINE

Cannot switch database mode, error during dbm command:

db_online

ERR

-24622,ERR_AUTOLOADSYSTAB: Automatic loading of the System Tables failed

-24909,ERR_DBAUNKNOWN: SYSDBA unknown

Looking for error messages in knldiag

No error messages found in knldiag

OK

 

######################################################

 

#  Upgrade to MaxDB version 7.9 finished successful  #

 

######################################################


-9206 AK Duplicate catalog information

$
0
0

Hello,

 

I try to execute a simple program with maxdb connected with odbc.

 

1) DECLARE cursor1 for CURSOR SELECT ...

2) OPEN cursor1

3) FETCH cursor1 INTO ...

4) CLOSE cursor1

 

5) DECLARE cursor1 for CURSOR SELECT ...

 

It hangs with " -9206 AK DUPLICATE catalog information",

 

How can we use the same cursor name ?

Do we have to deallocate, or change an option in maxdb,

 

Thanks a lot for any help

 

Best regards

Maxdb upgrade 7.3 to 7.5 on HP PARISC 64 -24894,ERR_KNLDIRTY backup history failed

$
0
0

Dear Experts,

 

We are doing Maxdb upgrade 7.3 to 7.5 on HP PARISC 64  getting error   -24894,ERR_KNLDIRTY backup history failed.

 

Please suggest.

 

Thanks,

SAPDB datbase migration

$
0
0

Can you share your experience on system copy procedure of production database of sapdb 7.3 into Quality of content server with sapdb v.7.4software. in Aix -OS environemnt and used  file system storage method.

Low hit rate alerts in Data Cache

$
0
0

Hello!

We are getting low hit rate alerts for data cache mostly over the night.

During the normal operatin the data cache ratio is ok (98-99 %).

As consequence we get an alert regarding low data cache ration within weekly EarlyWatch Alert.

Are there a procedure to optimize the data cache ration over the night in order to improve the overall data cache ratio?

Our maxDB version is 7.8.02.034.

 

Thank you!

Tuning Redhat Linux OS parameters

$
0
0

Hello,

 

I've been reading the following notes:

 

Note 487972 - Tuning Livecache to the Linux OS

Note 767635 - MaxDB Version 7.5 parameter settings for OLTP/BW

Note 337445 - liveCache and memory management

Note 487972 - Operating system parameterization of liveCache

Note 941735 - SAP memory management for 64-bit Linux systems

 

There does not seem to be any Redhat specific tuning settings (though a couple of Suse recommendations), except for a general mention of all Linux systems with this direct I/O suggestion:

 

"As of Linux Version 2.6, we recommend that you set the parameter to the value YES rather than DEFAULT NO.

Further notes on this topic:

Note 977515:. Linux System paged during MaxDB data backup/add volume"

 

The parameters I am wanting to tune are in /etc/sysctl.conf, so since there does not seem to be any Livecache specific parameters, I was going to just take the general recommendations from Note 941735 - SAP memory management for 64-bit Linux systems and set our parameters as follows:

 

- kernel.shmall

As a configuration recommendation, kernel. shmall can be configured as the amount of virtual memory in the Linux system (RAM + Swap).

 

- kernel.shmmax

           This kernel parameter specifies how large an individual SysV Shared Memory Segment is allowed to be. In the case of an STD implementation, the parameter must be set sufficiently large in order to allow em/initial_size_MB. The value is specified in the unit Bytes so that "21474836480", for example, permits segments of 20 GB.

 

I am thinking to tune kernel.shmall to 90% of RAM+swap, and kernel.shmmax to 90% of RAM. Also will be setting the following parameters as well:

 

kernel.msgmni=1024

kernel.sem=1250 256000 100 1024

  1. Parameter kernel.sem corresponds to "semmsl semmns semopm semmni"

vm.max_map_count=1000000

 

Does anyone out there have any different experiences or tips on how they set these up, specific to Livecache? The SAP application tuning is pretty straightforward, but wanted to make sure we didn't overlook anything with Livecache.

 

Thanks,

 

 

Derek

Viewing all 1545 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>