DATASTAGE : Job status information for all jobs on DataStage 7.5 - status

I am using DataStage 7.5 on HP UX system. There are hundreds of jobs stored in different projects, I must go to each and every folder to check the job status.
Isn't there any table or file where the list of the statuses for all jobs is stored?
Thanks in advance,
Lebu

I think the user with datastage admin access can get this information.

In the director, you go to 'View' menu and uncheck 'Show Folders' which will display all the jobs in a single list.

Related

I am using Alfresco 5.0.d Community Edition and mysql as database. I am creating user through Admin Tools -> Users -> Create User

I am using Alfresco 5.0.d Community Edition and mysql as database. I am creating user through Admin Tools -> Users -> Create User. But when I am trying to invite these users, they are not searchable. They are also not searchable in People section but they are searchable in Admin Tools -> Users.
No error is coming in server logs.
I have even deleted previous indexing and created new indexing many times.
Any help would be appreciated.
Thanks
You can try by changing a property in alfresco-global.propeties file
### Solr indexing ###
index.subsystem.name=solr4
to
### Solr indexing ###
index.subsystem.name=solr
This issue is related with indexing.

Access my projects details in Microsoft Project server 2013 errors?

I have created one PWA(Project Web App) site in MS Project server 2013
I created projects on it it was working fine,
but after some time when I wanted to access my projects details page
it give a loop error:
An error occurred while opening your project. Give us a few minutes and try again. If this happens again, contact your administrator.
can anyone tell what cause the error in MS Project Server 2013 Web App
Have you checked permissions in Groups & Categories? It could be as simple as needing to add "Open Project," "View Project Site" "View Project Schedule in Project Web App" and "View Project Summary in Project Center" (in Categories).
I have had weird permissions issues cause such loops. It would be a good place to start if you haven't already investigated.
This issue most like occurs as a result of values being changed for custom field lookup tables. If you know what lookup tables have been modified, consider updating the tables and try again.
If you have access to the ULS logs, the details may provide you with a better insight to the actual data error.

LiveCycle table growing out of control

Product: LiveCycle V. 2.5
Database: SQL Server 2008
OS: Windows 2008R2
Host: jBoss 4.2
I am submitting files to the watch folder service to compose PDFs through DDX. The process runs fine but I am now getting errors that the table EDCATTRIBUTEVALUEENTITY is out of space, and when I went to check the database is around 300GB. I am not storing any documents in the database as far as I know.
How should I go about purging that table? I tried the purge tool but all my jobs have the status of "11" which according to the documentation isn't even a valid status.
Are you sure that it's the edcattributevalueentity table that's eating up all of the space? Is your GDS stored in the database?
You might want to take a look at http://michael.omnicypher.com/2013/03/livecycle-gds-demystified.html to ensure that it's not the GDS growing out of control.
Let us know how you make out with that article to start.

CRM 2011 some custom reports are not showing any data

Some SSRS Reports are not working in CRM 2011 but other ssrs reports are working fine.
Used filtered views in the Query and ran the report with system Administrator role. It is showing no data available but when tried to run in BIDS it is working and also in Report Manager.
Any idea on this issue, Friends. Please suggest some solution if you have any. Thanks!
Are you use pre-filtering ? When you run report from CRM, default filter is set to records was created in last 30 days (when you use pre-filtering). Maybe your records are olrder than 30 days and in SQL are visible but not in CRM. Try to change filter during run report.
you need to use shared data source. Just click on your current Data Source and convert to Shared one as below. So instead of embedded, select 'Use Shared datasource reference' and make your connection via windows authentication. This was the way which helped me to show data within CRM!

insert into database automatically creating a folder

I was just wondering if this is possible. I have a site that admins use to add products to our database. The database is in SQL Server 2008 and I use Visual Studio 2010 using VB.net and was hoping that upon addition of a new product, it would automatically generate a folder assigned to that product's ID.
I haven't found anything online that would suggest that this is a possibility, but it would make it a lot easier for me. As of right now, I have to remember to create a folder in the X: drive for each product that has been added. We are up to 645 products now, so you can see my need for some kind of automation here.
Any kind of help would be greatly appreciated!
If you're using a web service or web project to create products, you could create the directory there when the user enters a new product.
Dim dir As New System.IO.DirectoryInfo("C:\" & someFolder)
If Not dir.Exists Then
dir.Create()
End If
If products are always added within a call to a stored procedure, you could add code to call xp_cmdshell to "MD < DirName >" after the insertion. If not done via stored procedures, you could do something similar in an insert trigger. However, both of these are really bad ideas. SQL is first and foremost a database engine, not a file system manager or flexible programming tool. You are much better off having the application(s) that cause the creation of products be responsible for manipulating files and folders on your hard drives.

Resources