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
Problem writing URL into database
How would I write this into the database?<?php echo "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; ?>I tried this:Code: $url =
exclude characters from counting?
Hello, I wanted to ask if you have a string like:Code: $my_s='ASRGREGTGTR----REGREGRE+++RRRRRR....';is there a way to count the length of the string, excluding non-word characters (+,- or .)?thank you
Help: problem with Headers to download PDF file
Hi,I'm trying to implement a script where when a user clicks a link he gets a PDF file to open or save.In my index.php page I have the following link:Code: <a
Certain files upload, while others do not
I want to read the data from an uploaded file. Not sure why, but it only uploads for certain files. Not sure if it has to do with the size or what. Even when I comment all of the if and else
Revoking alter any table from a schema
Hi All,
UDP server recvfrom() always returns -1? :(
Hello all,I am getting a very strange error in my code :( I am writing a server application in C, to send and receive UDP packets to/from a client. Right now, im just running a loop in which the
how to validate date using javascript
I need to validate date in textbox using javascript..The date is must be not greater than TODAY date and not less than before 3 months ..If either of these conditions is fails will show the prompt
I need help with formatting date from mysql! with php!
Hello guys*Note: this is a php question not MySQL question, please do not move it to mysql section! Thank you.anyway, I have a record from the database as 2009-12-31 23:59:59I needed to when ever I
Multiple server callbacks (NOT POSTBACKS)
Hello,
unoconv doc convert to pdf code prob
PHP/5.3.1 Hi. I am trying to use this code to convert docs to .pdf utilizing unoconv. However the page just freezes blank, with no php errors reported. All permissions to folders are set 777. Can