Hi,
I am performing system copy on my test server. I have previously taken export of JAVA + ABAP instance(Quality System by running instmaster) and now i am importing it on test system. Everything gone well But at step 24 of 25 I get the error as "Test login to system fails,check weather user DDIC exist or contains incorrect password".I Entered source systems DDIC password at stage 4th and installation continued by accepting it. Now I am getting error in last phase of "RUN ABAP REPORT". Error was first observed at stage 24 in CHECK DDIC PASSWORD phase. I edited KeyDB.XML (By replacing 'ERROR' text to 'OK') and now It solved and System copy went ahead but now it got stucked at RUN ABAP REPORT phase. What should be done ?
Thanks
Take info from one coloum and move to another
Hi all,I have this:Code: [Select]$array = "SELECT stock_id FROM stocks WHERE stock_id BETWEEN '1' and '5' ";$res = mysql_query($array);$count = 0;while ($row = mysql_fetch_assoc($res)){ if
need help in mysql_num_rows()
please tell me what i am doing wrong in this query. it displays this errorCode: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in D:\wamp\www\dynamic\quiz2.php on
Displaying a clickable playername
I am going wrong somewhere with the mysql_query, can someone please put me straight?$playername = mysql_query("SELECT * FROM `players` WHERE `playername` LIMIT 1");while($f =
Array question
Does anyone know how to create a program that takes the $ amount for 8 different departments and give the total amount of sales?
first id from db not showing
I have a php script which displays the content of a mysql table as a html table with sorting, delete/update button, etc. the problem is I can't make it show the first value inserted in the db, it only
Help With editting and deleting form
Hallo !!So look at this image :http://img194.imageshack.us/img194/8272/snapshot5f.png This table prints the titles of entries from a table in a database.. The code that i use for this table is this
Sales orders ans reservations not taken into account on MPS / MRP
Hello,
Upload, SSL and more php help
I recently just installed a ssl cert and do i use https for the whole site or just for the checkout.php and cart.php and login.php files?whats the proper way to use https?I have 2 more questions, when
PHP XML extraction text
I would like to extract an xml text and have that text directly echo(print) out on my web page. Here's the xml i want to extract:http://dblp.uni-trier.de/search/author?xauthor=SchekWhat I
Call Screen statement Error
Dear Experts,