Re: [Dspace-tech] dspace 1.5.2 to 1.6.0 step

2010-04-08 Thread Vinsenso



Vinsenso wrote:
> 
> 
> Hmm...
> I mean I don't know where to write the command (psql -U dspace -f
> /dspace-1.6.0-src-release/dspace/etc/postgres/database_schema_15-16.sql
> dspace).
> 
> Whether it is from SQL shell(psql)  / Command Prompt / Query tool in
> pgAdmin III / others..?
> 
> sry if this is a silly question. ^^
> 

yeah...i understand now about step 7...haha
I should write the command in directory [postgresql]\8.4\bin\[command]^^

thanks mark for your help...^^
-- 
View this message in context: 
http://old.nabble.com/dspace-1.5.2-to-1.6.0-step-tp28162072p28175097.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] dspace 1.5.2 to 1.6.0 step

2010-04-07 Thread Vinsenso

> Um, 'psql', as the example says.  Or do you mean, what OS user should
> you be at this point? it doesn't matter; the DBMS user determines your
> access to the DBMS.

Hmm...
I mean I don't know where to write the command (psql -U dspace -f
/dspace-1.6.0-src-release/dspace/etc/postgres/database_schema_15-16.sql
dspace).

Whether it is from SQL shell(psql)  / Command Prompt / Query tool in pgAdmin
III / others..?

sry if this is a silly question. ^^
-- 
View this message in context: 
http://old.nabble.com/dspace-1.5.2-to-1.6.0-step-tp28162072p28173378.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] dspace 1.5.2 to 1.6.0 step

2010-04-07 Thread Vinsenso

hai all,

I am a little confused about steps for upgrading dspace in :
http://www.dspacedev2.org/1_6_0Documentation/ch04.html#N10F06
http://www.dspacedev2.org/1_6_0Documentation/ch04.html#N10F06 

my question is :
* step 7 for postgreSQL (I use postgreSQL 8.4) : 
   Using what to execute the command ?
   
* step 8 (I skip the step 7 because I don't understand :-D):
   after step 8, there are somefile with type *.new (ex: dspace.cfg.new).
Then I delete dspace.cfg
   (dspace 1.5.2) and rename dspace.cfg.new to dspace.cfg.
   I do the similar thing to another file that have *.new.
   Is that correct ?

* step 10 :
   when I run the index-init. there is an error like this :

C:\DSpace\bin>dspace index-init
Using DSpace installation in: C:\DSpace
Exception: org.postgresql.util.PSQLException: ERROR: column "authority" does
not
 exist
org.dspace.browse.BrowseException: org.postgresql.util.PSQLException: ERROR:
col
umn "authority" does not exist
at org.dspace.browse.IndexBrowse.indexItem(IndexBrowse.java:516)
at org.dspace.browse.IndexBrowse.createIndex(IndexBrowse.java:1148)
at org.dspace.browse.IndexBrowse.initBrowse(IndexBrowse.java:1098)
at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:749)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:194)
Caused by: org.postgresql.util.PSQLException: ERROR: column "authority" does
not
 exist
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryEx
ecutorImpl.java:1531)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutor
Impl.java:1313)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.ja
va:188)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Stat
ement.java:452)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(Abstract
Jdbc2Statement.java:354)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc
2Statement.java:258)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
gatingPreparedStatement.java:93)
at
org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(Dele
gatingPreparedStatement.java:93)
at
org.dspace.storage.rdbms.DatabaseManager.query(DatabaseManager.java:2
91)
at
org.dspace.browse.BrowseItemDAOPostgres.queryMetadata(BrowseItemDAOPo
stgres.java:137)
at org.dspace.browse.BrowseItem.getMetadata(BrowseItem.java:162)
at
org.dspace.browse.IndexBrowse$ItemMetadataProxy.getMetadata(IndexBrow
se.java:1243)
at org.dspace.browse.IndexBrowse.getSortValues(IndexBrowse.java:551)
at org.dspace.browse.IndexBrowse.indexItem(IndexBrowse.java:367)
... 8 more



anyone help me plz...

Thanks ^^
-- 
View this message in context: 
http://old.nabble.com/dspace-1.5.2-to-1.6.0-step-tp28162072p28162072.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] [Dspace-general] Dspace 1.6 installation Build Failed error

2010-04-05 Thread Vinsenso

same problem here...

I want to upgrade from dspace 1.5.2 to 1.6.0.
at step 8, i run ant -Dconfig = c:\dspace\config\dspace.cfg update, then the
same error exist.

anyone help plz.




AMJAD USMAN wrote:
> 
> 
> Hi all,
> i am installing Dspace 1.6,when i runant fresh_installcommand, it gives
> build failed error.
> following is the error
> description:***build_webapps_wars:
> check_geolite:
> init_geolite:
> update_geolite: [echo] Downloading:
> http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz 
> [get] Getting:
> http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz 
> [get] To:
> C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\Dspace\config\GeoLiteCity.dat.gz
>  
> [get] Error getting
> http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz to
> C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\Dspace\config\GeoLiteCity.dat.gz
> BUILD
> FAILEDC:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\build.xml:736:The
> following error occurred while executing this
> line:C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\build.xml:799:The
> following error occurred while executing this
> line:C:\dspace-1.6.0-src-release\dspace\target\dspace-1.6.0-build.dir\build.xml:785:java.net.ConnectException:
> Connection timed out:
> connect
> Can anyone help me...
> From:
> Amjad
> 
> 

-- 
View this message in context: 
http://old.nabble.com/-Dspace-general--Dspace-1.6-installation-Build-Failed-error-tp27946182p28147152.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] peculiarities in the statistics

2010-03-08 Thread Vinsenso


Peter Dietz wrote:
> 
> Check your [dspace]/log/dspace.log files.
> 
> Do your log files appear to be of the format: dspace.log.0 ...
> dspace.log.500
> or dspace.log.-mm-dd ?
> 

My dspace log is appear like this "dspace.log" (without 0 / 500).

I'm afraid that I have changed something that affects the stat-monthly /
stat-report-monthly . :-((

I just remember that I add more item.type in 'dstat' file, like this:
item.type = Published Article
item.type = Thesis
item.type = Termpaper

is that affect the stat-monthly / stat-report-monthly   ??
-- 
View this message in context: 
http://old.nabble.com/peculiarities-in-the-statistics-tp2512p27818620.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Bitstream can't be saved...?? Is it possible..??

2010-03-03 Thread Vinsenso

Hai claudia,
What I want is : The end user can see the full-text of my bitstream (type
PDF) but they can't saved it.
Is it possible...??

btw, thanks for the answer. Now i know what the function of bitstream format
registry. ^^

for additional : I use DSpace 1.5.2 (jspui) and windows server 2003.


Claudia Juergen wrote:
> 
> Hello Vinsenso,
> 
> it is possible to define which bitstream type can be submitted via the 
> UI and are visible to the end user in the item display.
> This is done via the bitstream format registry. You can access it as 
> admin via the UI and mark bitstreams as internal for that purpose.
> 
> Hope that helps
> 
> Claudia Jürgen
> 

-- 
View this message in context: 
http://old.nabble.com/Bitstream-can%27t-be-saved...---Is-it-possible..---tp2415p2566.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] peculiarities in the statistics

2010-03-03 Thread Vinsenso

hai all,

i got a problem in my statistics.

if i view 'Most recent general report' , my 'Archive Information' is like
this :

ex : Mar 3, 2010 to Mar 4, 2010

All items  1277
Published Article   751
Thesis403
Term Paper  24


but, if i view statistics per month, my 'Archive Information' not store the
value (all value are zero), it is like this :

ex : Mar 1, 2010 to Mar 31, 2010

All items   0
Published Article0
Thesis 0
Term Paper   0

My Question is : What must I fix...?? They should have the same value
right..??

Note : I use DSpace 1.5.2, PostgreSQL, Windows Server 2003.
I have run stat-general, stat-monthly, stat-report-general, and
stat-report-monthly

Help me plz...
thanks^^
-- 
View this message in context: 
http://old.nabble.com/peculiarities-in-the-statistics-tp2512p2512.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Bitstream can't be saved...?? Is it possible..??

2010-03-03 Thread Vinsenso

hai all,

is it possible to make a bitstream files can't be saved...?? ^^

Thanks..
-- 
View this message in context: 
http://old.nabble.com/Bitstream-can%27t-be-saved...---Is-it-possible..---tp2415p2415.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] add new atribute to 'edit profile'

2010-02-22 Thread Vinsenso

hmm...thanks claudia,
I have read it, but i'm still confusing...what should I use in my case...???

i need information about 'student code'...
so I can identify...the email that do registration is student in my
university...
then...
if he / she is a student in my university...I will input he / she to group
'read bitstream'...

so...any idea...??? what should I use / do...??


Note: I have a tricky way with change the text 'contact number' with text
'student code' in form edit-profile...but I will use it if I don't know what
to do anymore...hehe ^^
-- 
View this message in context: 
http://old.nabble.com/add-new-atribute-to-%27edit-profile%27-tp27648603p27684411.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] add new atribute to 'edit profile'

2010-02-18 Thread Vinsenso

I'm using DSpace 1.5.2 [jspui] and windows server 2003...help plz...^^




Pablo Olivares wrote:
> 
> hi
> 
> Are you using jspui or Manakin??
> 
> 
> El Pablo.
> 

-- 
View this message in context: 
http://old.nabble.com/add-new-atribute-to-%27edit-profile%27-tp27648603p27649306.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] add new atribute to 'edit profile'

2010-02-18 Thread Vinsenso

Hi all,

someone know how to add new attribute to 'edit profile'...??

in edit profile, there is like this :
First Name* :
Last Name* :
Contact Telephone   :
Language:

I want to add new atribute called 'NIM', so it will like this :
First Name* :
Last Name* :
NIM*  :
Contact Telephone   :
Language:

what must I do...??

or maybe you can share...how to identify e-mail that do registration to your
DSpace is your university's students...??

Thanks...^^
-- 
View this message in context: 
http://old.nabble.com/add-new-atribute-to-%27edit-profile%27-tp27648603p27648603.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Enable Page View and Download statistics

2010-02-11 Thread Vinsenso

hi all,

how to enable page view statistics and download statistic for item in simple
/ full item record...??

I have set report.public = true in dspace.cfg, but there is no changes in my
DSpace...
what is the function of report.public??

Thank's for help...^^
-- 
View this message in context: 
http://old.nabble.com/Enable-Page-View-and-Download-statistics-tp27559565p27559565.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problems with thumbnails in DSpace 1.5.1 JSPUI

2010-02-01 Thread Vinsenso

oh ya, btw there is 
???metadata.dc.coverage.temporal???
in your item view

my advice...change the message.properties...^^
-- 
View this message in context: 
http://old.nabble.com/Problems-with-thumbnails-in-DSpace-1.5.1-JSPUI-tp27354828p27415140.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problems with thumbnails in DSpace 1.5.1 JSPUI

2010-02-01 Thread Vinsenso

I also have experienced the same problem in one of my item,

my item have bitstream like this :

File :

PDF  (as primary bitstream)
PDF
PDF
PDF 
JPEG

Then, I make a change, I set JPEG file as primary bitstream, then the
preview is available.

PDF
PDF
PDF
PDF
JPEG (as primary bitstream)

hope this work...if not...I don't know how to solve your problem...hope
there is someone else can help you...^^
-- 
View this message in context: 
http://old.nabble.com/Problems-with-thumbnails-in-DSpace-1.5.1-JSPUI-tp27354828p27415035.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Problems with thumbnails in DSpace 1.5.1 JSPUI

2010-01-31 Thread Vinsenso

Hi,

I want to help, but my english not good. Hope you understand...^^

1. after you do dspace/bin/filter-media, there is a bitstream with
description Generated Branded Preview...?

2. I think there is something missing in
http://www.mail-archive.com/dspace-tech@lists.sourceforge.net/msg02457.html.
you need to setting your item preview and media filter in dspace.cfg too.

 Settings for Item Preview 

webui.preview.enabled = true
webui.preview.dc = rights

 Media Filter / Format Filter plugins (through PluginManager) 
# Media/Format Filters help to full-text index content or
# perform automated format conversions

#Names of the enabled MediaFilter or FormatFilter plugins
#add branded preview JPEG in the filter.plugins
filter.plugins = PDF Text Extractor, HTML Text Extractor, \
 Word Text Extractor, JPEG Thumbnail, \
 Branded Preview JPEG

#Assign 'human-understandable' names to each filter
plugin.named.org.dspace.app.mediafilter.FormatFilter = \
  org.dspace.app.mediafilter.PDFFilter = PDF Text Extractor, \
  org.dspace.app.mediafilter.HTMLFilter = HTML Text Extractor, \
  org.dspace.app.mediafilter.WordFilter = Word Text Extractor, \
  org.dspace.app.mediafilter.JPEGFilter = JPEG Thumbnail, \
  org.dspace.app.mediafilter.BrandedPreviewJPEGFilter = Branded Preview JPEG

#Configure each filter's input format(s)
filter.org.dspace.app.mediafilter.PDFFilter.inputFormats = Adobe PDF
filter.org.dspace.app.mediafilter.HTMLFilter.inputFormats = HTML, Text
filter.org.dspace.app.mediafilter.WordFilter.inputFormats = Microsoft Word
filter.org.dspace.app.mediafilter.JPEGFilter.inputFormats = BMP, GIF, JPEG,
image/png
filter.org.dspace.app.mediafilter.BrandedPreviewJPEGFilter.inputFormats =
BMP, GIF, JPEG, image/png



Optional: what I use in filter.plugins is like example below, because I just
want to filter word and picture.
filter.plugins = Word Text Extractor, JPEG Thumbnail, \
 Branded Preview JPEG

#Assign 'human-understandable' names to each filter
plugin.named.org.dspace.app.mediafilter.FormatFilter = \
#  org.dspace.app.mediafilter.PDFFilter = PDF Text Extractor, \
#  org.dspace.app.mediafilter.HTMLFilter = HTML Text Extractor, \
#  org.dspace.app.mediafilter.WordFilter = Word Text Extractor, \
  org.dspace.app.mediafilter.JPEGFilter = JPEG Thumbnail, \
  org.dspace.app.mediafilter.BrandedPreviewJPEGFilter = Branded Preview JPEG

#Configure each filter's input format(s)
filter.org.dspace.app.mediafilter.PDFFilter.inputFormats = Adobe PDF
filter.org.dspace.app.mediafilter.HTMLFilter.inputFormats = HTML, Text
filter.org.dspace.app.mediafilter.WordFilter.inputFormats = Microsoft Word
filter.org.dspace.app.mediafilter.JPEGFilter.inputFormats = BMP, GIF, JPEG,
image/png
filter.org.dspace.app.mediafilter.BrandedPreviewJPEGFilter.inputFormats =
BMP, GIF, JPEG, image/png


3. dspace/bin/filter-media
4. restart your tomcat to better ensure


Hope this can solve your problem. ^^
-- 
View this message in context: 
http://old.nabble.com/Problems-with-thumbnails-in-DSpace-1.5.1-JSPUI-tp27354828p27398679.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] bitstream view

2010-01-24 Thread Vinsenso

hi all,

i got a problem about bitsream view (JSPUI). what I do:
1. edit item.
2. input bitstream (more than 1). 
ex: there is 3 bitstreams (A1, A2, and A3). I input them, start with A1,
A2, then A3.

The problem is :
*when I viewed the item, the sequence of bitstream is like this:
A3   .view/open
A2   .view/open
A1   .view/open

*what I want is like this :
A1   .view/open
A2   .view/open
A3   .view/open

I have about 1000 items with the same problem...how to fix the sequence..??

*I have seen in table bitsream...the sequence of bitstream_id is ok...
*I used windows 2003, PostgreSQL, DSpace 1.5.2
-- 
View this message in context: 
http://old.nabble.com/bitstream-view-tp27302044p27302044.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] How to run dsrun command

2010-01-07 Thread Vinsenso

thx allen...it's work...^^

can you tell me more about "-r", "-f", "-h", etc command...?? what are
they...?? ^^
i don't know what the meaning of that command...

maybe you can give me a link that explain about that command...
once more..thx allen...^^


Allen Lam-2 wrote:
> 
> Hi Vinsenso,
> 
> stat-initial is written for Linux/Unix uses.
> 
> To use it in windows...
> - open a command prompt
> - in the command prompt, change directory to your dspace\bin
> - type "dsrun org.dspace.app.statistics.CreateStatReport -r 
> stat-initial" in command prompt (without quot), ENTER
> 
> The above command is copied from the file stat-initial (open it by 
> notepad or any text editor).
> 
> Follow the same rule to execute other dsrun commands.
> 
> Best,
> Allen Lam.
> HKU Hub Administrator, http://hub.hku.hk
> 
> 

-- 
View this message in context: 
http://old.nabble.com/How-to-run-dsrun-command-tp27034466p27070513.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Update Messages.properties

2010-01-07 Thread Vinsenso

hmm...i'm not sure about it, but it works well.
Cause I don't quite understand about use "ant update". haha

Note: I'm using DSpace 1.5.2 and Windows server 2003


Hossain, Aaron wrote:
> 
> This sounds interesting, is this a supported (safe) procedure ?
> 
-- 
View this message in context: 
http://old.nabble.com/Update-Messages.properties-tp27043019p27063524.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Update Messages.properties

2010-01-06 Thread Vinsenso

hi..if you want to update messages.properties...maybe you can do like what I
do...^^

if u using jspui webapp like me, then you can do this:
1. go to [dspace]\webapps\jspui\WEB-INF\lib
2. open [do not extract] file name 'dspace-api-1.5.2.1.jar' . I use : Winrar
Archiver
3. you will see Messages.properties inside. you can make a changes there.

If u do this, you do not need to run ant update. it will automaticly update.
^^

Hope this help
visit http://old.nabble.com/How-to-run-dsrun-command-td27034466.html maybe
you can help me.:-D

Vinsenso


Brouns, Francis wrote:
> 
> Hi,
> 
> I need to change some of the default messages and add a new one.
> Previously I made these changes in Messages.properties. According to the
> manual that still should be possible in 1.5.2. The updated file should be
> placed in
> [dspace-source]/dspace/modules/jspui/src/main/resources/Messages.properties.
> However, when I run ant update always the old Messages.properties is used:
> the lib/dspace-api-1.5.2.jar is not being replaced, nor is
> Messages.properties placed in the webapps directory or WAR file. 
> 
> I do not want to add an additional language, just replace some of the
> messages for the default language (en_US).
> 
> Where should I place the updated file? I'm running ant from the
> dspace-1.5.2-release package (not the src).
> 
> Best wishes,
> Francis
> 

-- 
View this message in context: 
http://old.nabble.com/Update-Messages.properties-tp27043019p27048105.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] How to run dsrun command

2010-01-06 Thread Vinsenso

hi all need some help...

i get confused about 'run the dsrun command'...

how to run dsrun command in [dspace]\bin...??
example: stat-initial [Cause i want to active the statistic in my DSpace]

when I do double click on stat-initial, what program should I use to open
the file...??

I have tried to use Java(TM) 2 Platform Standard Edition binary, but it gave
an error like this 'Invalid or corrupt jarfile C:\DSpace\bin\stat-initial'

for additional : I'm using DSpace 1.5.2 and Windows Server 2003

Thx for helping...^^
-- 
View this message in context: 
http://old.nabble.com/How-to-run-dsrun-command-tp27034466p27034466.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Code and Problem in file upload from db

2009-11-11 Thread Vinsenso


Vinsenso wrote:
> 
> And there is a problem when I upload a file to someitem from postgresql
> not from DSpace.
> I want to moving data in my current database(SQL Server) to DSpace's
> database (PostgreSQL).
> So, i used query to insert data to tables in DSpace database, like table
> item, metadatavalue, bi_item, etc.
> 
> But there is a problem in table bitsream. I don't know how to fill the
> field checksum and internal_id, so it cause an error when I want to
> view/open the file that I upload.
> 

what needs to be filled, so that the uploaded files can be viewed by the
user ?
-- 
View this message in context: 
http://old.nabble.com/Code-and-Problem-in-file-upload-from-db-tp26297465p26311983.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Code and Problem in file upload from db

2009-11-11 Thread Vinsenso

what needs to be filled, so that the uploaded files can be viewed by the user
?



And there is a problem when I upload a file to someitem from postgresql not
from DSpace.
I want to moving data in my current database(SQL Server) to DSpace's
database (PostgreSQL).
So, i used query to insert data to tables in DSpace database, like table
item, metadatavalue, bi_item, etc.

But there is a problem in table bitsream. I don't know how to fill the field
checksum and internal_id, so it cause an error when I want to view/open the
file that I upload.
-- 
View this message in context: 
http://old.nabble.com/Code-and-Problem-in-file-upload-from-db-tp26297465p26311940.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Code and Problem in file upload from db

2009-11-11 Thread Vinsenso

Hi all,

Can I edit the source code of DSpace...??? I want to know how DSpace work.
ex: code to insert item from DSpace to database.

And there is a problem when I upload a file to someitem from postgresql not
from DSpace.
I want to moving data in my current database(SQL Server) to DSpace's
database (PostgreSQL).
So, i used query to insert data to tables in DSpace database, like table
item, metadatavalue, bi_item, etc.

But there is a problem in table bitsream. I don't know how to fill the field
checksum and internal_id, so it cause an error when I want to view/open the
file that I upload.

Can some1 help me...??
Thx before.
Sry if i'm poor with my english. Hope you can understand what I wrote. :-D
-- 
View this message in context: 
http://old.nabble.com/Code-and-Problem-in-file-upload-from-db-tp26297465p26297465.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech