If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Script Center Error - DBA2078E

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-25-02, 03:58
milto1 milto1 is offline
Registered User
 
Join Date: Jul 2002
Location: Sydney Aust
Posts: 4
Angry Script Center Error - DBA2078E

Hi,
I am getting an error from Script Centre.
When running even the simplest script I always get the following
result in Journal.

DBA2078E An unexpected error occurred. There is no job output.

The Message Reference says:
------------------------------------------------------------------------------------
Explanation: There is no job output from running the job.

User Response: A possible error could be an invalid file extension is used on the operating system. Recreate the script with a valid extension.
-----------------------------------------------------------------------------------
This means nothing. I have tried all manner of file extensions, .bat, .cmd, .sql, .db2.
The scripts work on my test machine (exactly the same setup) without using any file extension for the script.

I am logged on directly to the server as DB2ADMIN.
Running DB2V7 Fixpack 5 on Win2K Adv Server. This is a production system and we are unable to schedule maintenance jobs because of this.

Any assistance will be greatly appreciated,

Thanks,
Reply With Quote
  #2 (permalink)  
Old 07-25-02, 08:23
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,332
Re: Script Center Error - DBA2078E

Have a look into the db2diag.log of the admin server. It should be in Program Files\sqllib\db2das00\ ?
They might give a better idea of the error ...

Cheers

Sathyaram


Quote:
Originally posted by milto1
Hi,
I am getting an error from Script Centre.
When running even the simplest script I always get the following
result in Journal.

DBA2078E An unexpected error occurred. There is no job output.

The Message Reference says:
------------------------------------------------------------------------------------
Explanation: There is no job output from running the job.

User Response: A possible error could be an invalid file extension is used on the operating system. Recreate the script with a valid extension.
-----------------------------------------------------------------------------------
This means nothing. I have tried all manner of file extensions, .bat, .cmd, .sql, .db2.
The scripts work on my test machine (exactly the same setup) without using any file extension for the script.

I am logged on directly to the server as DB2ADMIN.
Running DB2V7 Fixpack 5 on Win2K Adv Server. This is a production system and we are unable to schedule maintenance jobs because of this.

Any assistance will be greatly appreciated,

Thanks,
Reply With Quote
  #3 (permalink)  
Old 07-25-02, 21:04
milto1 milto1 is offline
Registered User
 
Join Date: Jul 2002
Location: Sydney Aust
Posts: 4
Unhappy

Thanks, I have checked the db2diag.log for DB2DAS00 and DB2 instances. There are no messages at all in there. There is nothing in the
win2000 event log either. The error has occurred at least 40 times with no clue as to what's causing it. The Script Centre is completely unusable
for us.
Reply With Quote
  #4 (permalink)  
Old 09-11-02, 19:04
mcfadden12 mcfadden12 is offline
Registered User
 
Join Date: Sep 2002
Posts: 1
Re: Script Center Error - DBA2078E

Hello,

I'm receiving the same DBA2078E as you were in July. I don't see any replies with a solution. Did you figure out what the problem was? I'm running on DB2 UDB 7.2 Fixpak 6 on 4.3.3 AIX.

Thanks,
Dudley


Quote:
Originally posted by milto1
Hi,
I am getting an error from Script Centre.
When running even the simplest script I always get the following
result in Journal.

DBA2078E An unexpected error occurred. There is no job output.

The Message Reference says:
------------------------------------------------------------------------------------
Explanation: There is no job output from running the job.

User Response: A possible error could be an invalid file extension is used on the operating system. Recreate the script with a valid extension.
-----------------------------------------------------------------------------------
This means nothing. I have tried all manner of file extensions, .bat, .cmd, .sql, .db2.
The scripts work on my test machine (exactly the same setup) without using any file extension for the script.

I am logged on directly to the server as DB2ADMIN.
Running DB2V7 Fixpack 5 on Win2K Adv Server. This is a production system and we are unable to schedule maintenance jobs because of this.

Any assistance will be greatly appreciated,

Thanks,
Reply With Quote
  #5 (permalink)  
Old 09-11-02, 23:33
milto1 milto1 is offline
Registered User
 
Join Date: Jul 2002
Location: Sydney Aust
Posts: 4
Thumbs down Re: Script Center Error - DBA2078E

No I haven't found a solution. I have raised a ticket with IBM Support.
After supplying numerous traces from different configurations they are sending it up to the Toronto lab. Waiting to hear...

Thanks,
Reply With Quote
  #6 (permalink)  
Old 09-12-02, 06:56
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,332
Re: Script Center Error - DBA2078E

If you have not tried before, drop the admin server, restart the machine and then create and start the admin server ...

Cheers

Sathyaram

Quote:
Originally posted by milto1
No I haven't found a solution. I have raised a ticket with IBM Support.
After supplying numerous traces from different configurations they are sending it up to the Toronto lab. Waiting to hear...

Thanks,
Reply With Quote
  #7 (permalink)  
Old 09-12-02, 20:11
milto1 milto1 is offline
Registered User
 
Join Date: Jul 2002
Location: Sydney Aust
Posts: 4
Re: Script Center Error - DBA2078E

Thanks, already tried that twice. No difference. Doing so does, however,
lose all your saved scripts from Script Centre. They are still in the file system though, at c:\sqllib\db2das00.
Reply With Quote
  #8 (permalink)  
Old 09-30-02, 13:12
akratz akratz is offline
Registered User
 
Join Date: Aug 2002
Posts: 76
I was getting the same thing on DB2 7.2 on Windows.

Here is how I was able to finally schedule a .BAT file to execute from Script Center:

First, even though it is an OS command you are trying to do, create the script as a DB2 command script.

Second, prefix the execution of the .BAT file with an !
i.e. !c:\temp\test.bat;

I have the semi-colon because that is my default end of statement delimiter in db2. Make sure you include this or you'll get an end of file reached error.

I also entered the working directory just in case as c:\temp in this example.

The only output that gets into the journal is an echo of the command, so if you need output or feedback on the .BAT file, may need to do it with a redirect i.e. !c:\temp\test.bat > test.out

I hope you check back here and try this, it has ended incredible frustation for me!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On