You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Shrilesh Korgaonkar <sh...@udyogmandir.in> on 2019/09/23 16:40:43 UTC

Blob files

Hi Guys,

Now ofbiz is saving documents in a plain file in the disk
I requirement is to store files in the database as a Blob
So my question is there any Service or Setting to change the saving pattern


Regards
Shrilesh K

Re: Blob files

Posted by Shrilesh Korgaonkar <sh...@udyogmandir.in>.
*Hi Guys,Thank you all, the problem I was facing is solved*

*Thanks and Regards*
*Shrilesh K*

On Thu, Sep 26, 2019 at 4:21 PM Shrilesh Korgaonkar <
shrilesh.korgaonkar@udyogmandir.in> wrote:

>
> *Hi Guys,*
>
>
> *Akash Jain ThankYou it was truly helpfulOne final question is there any
> service to save party contents as a blob*
> *e.g. Just like uploadPartyContentFile, it saves a file *
> *but I want for blob or OtherDataResource to save data*
>
>
> *Thanks and Regards*
> *Shrilesh K*
>
> On Wed, Sep 25, 2019 at 6:47 PM Akash Jain <ak...@hotwaxsystems.com>
> wrote:
>
>> Hello Shrilesh,
>>
>> You can store blob into dataResourceContent field of OtherDataResource
>> table and store party for particular content/blob into PartyContent table.
>> Please refer 'DataResource', 'OtherDataResource', 'Content' and
>> 'PartyContent' tables.
>>
>> HTH
>>
>> Thanks and Regards
>> --
>> Akash Jain
>>
>> On Wed, Sep 25, 2019 at 3:02 PM Shrilesh Korgaonkar <
>> shrilesh.korgaonkar@udyogmandir.in> wrote:
>>
>> > Hi Guys,
>> >
>> > We are working on storing different versions of documents
>> > ..Is there anything out of the box that we can use it for storing party
>> > content and storing it as a blob
>> >
>> > Regards
>> > Shrilesh K
>> >
>> > On Tue, Sep 24, 2019 at 12:45 PM Shrilesh Korgaonkar <
>> > shrilesh.korgaonkar@udyogmandir.in> wrote:
>> >
>> > > Hi Ankush Upadhyay,
>> > >
>> > > THANK YOU it was helpful
>> > >
>> > > Regards
>> > > Shrilesh K
>> > >
>> > >
>> > > On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay <
>> > > ankush.upadhyay@hotwaxsystems.com> wrote:
>> > >
>> > >> Hello Shrilesh,
>> > >>
>> > >> Please check implementation to store labelImage in
>> > >> *ShipmentPackageRouteSeg*. This field is used to save label image in
>> > BLOB
>> > >> byte format.
>> > >>
>> > >> Kind Regards,
>> > >> Ankush Upadhyay
>> > >> Senior Technical Consultant
>> > >>
>> > >> *HotWax Systems*
>> > >> *Enterprise open source experts*
>> > >> cell: +91-8109201285
>> > >> office: 0731-409-3684
>> > >> http://www.hotwaxsystems.com
>> > >>
>> > >>
>> > >> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
>> > >> shrilesh.korgaonkar@udyogmandir.in> wrote:
>> > >>
>> > >> > Hi Guys,
>> > >> >
>> > >> > Now ofbiz is saving documents in a plain file in the disk
>> > >> > I requirement is to store files in the database as a Blob
>> > >> > So my question is there any Service or Setting to change the saving
>> > >> pattern
>> > >> >
>> > >> >
>> > >> > Regards
>> > >> > Shrilesh K
>> > >> >
>> > >>
>> > >
>> >
>>
>

Re: Blob files

Posted by Shrilesh Korgaonkar <sh...@udyogmandir.in>.
*Hi Guys,*


*Akash Jain ThankYou it was truly helpfulOne final question is there any
service to save party contents as a blob*
*e.g. Just like uploadPartyContentFile, it saves a file *
*but I want for blob or OtherDataResource to save data*


*Thanks and Regards*
*Shrilesh K*

On Wed, Sep 25, 2019 at 6:47 PM Akash Jain <ak...@hotwaxsystems.com>
wrote:

> Hello Shrilesh,
>
> You can store blob into dataResourceContent field of OtherDataResource
> table and store party for particular content/blob into PartyContent table.
> Please refer 'DataResource', 'OtherDataResource', 'Content' and
> 'PartyContent' tables.
>
> HTH
>
> Thanks and Regards
> --
> Akash Jain
>
> On Wed, Sep 25, 2019 at 3:02 PM Shrilesh Korgaonkar <
> shrilesh.korgaonkar@udyogmandir.in> wrote:
>
> > Hi Guys,
> >
> > We are working on storing different versions of documents
> > ..Is there anything out of the box that we can use it for storing party
> > content and storing it as a blob
> >
> > Regards
> > Shrilesh K
> >
> > On Tue, Sep 24, 2019 at 12:45 PM Shrilesh Korgaonkar <
> > shrilesh.korgaonkar@udyogmandir.in> wrote:
> >
> > > Hi Ankush Upadhyay,
> > >
> > > THANK YOU it was helpful
> > >
> > > Regards
> > > Shrilesh K
> > >
> > >
> > > On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay <
> > > ankush.upadhyay@hotwaxsystems.com> wrote:
> > >
> > >> Hello Shrilesh,
> > >>
> > >> Please check implementation to store labelImage in
> > >> *ShipmentPackageRouteSeg*. This field is used to save label image in
> > BLOB
> > >> byte format.
> > >>
> > >> Kind Regards,
> > >> Ankush Upadhyay
> > >> Senior Technical Consultant
> > >>
> > >> *HotWax Systems*
> > >> *Enterprise open source experts*
> > >> cell: +91-8109201285
> > >> office: 0731-409-3684
> > >> http://www.hotwaxsystems.com
> > >>
> > >>
> > >> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
> > >> shrilesh.korgaonkar@udyogmandir.in> wrote:
> > >>
> > >> > Hi Guys,
> > >> >
> > >> > Now ofbiz is saving documents in a plain file in the disk
> > >> > I requirement is to store files in the database as a Blob
> > >> > So my question is there any Service or Setting to change the saving
> > >> pattern
> > >> >
> > >> >
> > >> > Regards
> > >> > Shrilesh K
> > >> >
> > >>
> > >
> >
>

Re: Blob files

Posted by Akash Jain <ak...@hotwaxsystems.com>.
Hello Shrilesh,

You can store blob into dataResourceContent field of OtherDataResource
table and store party for particular content/blob into PartyContent table.
Please refer 'DataResource', 'OtherDataResource', 'Content' and
'PartyContent' tables.

HTH

Thanks and Regards
--
Akash Jain

On Wed, Sep 25, 2019 at 3:02 PM Shrilesh Korgaonkar <
shrilesh.korgaonkar@udyogmandir.in> wrote:

> Hi Guys,
>
> We are working on storing different versions of documents
> ..Is there anything out of the box that we can use it for storing party
> content and storing it as a blob
>
> Regards
> Shrilesh K
>
> On Tue, Sep 24, 2019 at 12:45 PM Shrilesh Korgaonkar <
> shrilesh.korgaonkar@udyogmandir.in> wrote:
>
> > Hi Ankush Upadhyay,
> >
> > THANK YOU it was helpful
> >
> > Regards
> > Shrilesh K
> >
> >
> > On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay <
> > ankush.upadhyay@hotwaxsystems.com> wrote:
> >
> >> Hello Shrilesh,
> >>
> >> Please check implementation to store labelImage in
> >> *ShipmentPackageRouteSeg*. This field is used to save label image in
> BLOB
> >> byte format.
> >>
> >> Kind Regards,
> >> Ankush Upadhyay
> >> Senior Technical Consultant
> >>
> >> *HotWax Systems*
> >> *Enterprise open source experts*
> >> cell: +91-8109201285
> >> office: 0731-409-3684
> >> http://www.hotwaxsystems.com
> >>
> >>
> >> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
> >> shrilesh.korgaonkar@udyogmandir.in> wrote:
> >>
> >> > Hi Guys,
> >> >
> >> > Now ofbiz is saving documents in a plain file in the disk
> >> > I requirement is to store files in the database as a Blob
> >> > So my question is there any Service or Setting to change the saving
> >> pattern
> >> >
> >> >
> >> > Regards
> >> > Shrilesh K
> >> >
> >>
> >
>

Re: Blob files

Posted by Shrilesh Korgaonkar <sh...@udyogmandir.in>.
Hi Guys,

We are working on storing different versions of documents
..Is there anything out of the box that we can use it for storing party
content and storing it as a blob

Regards
Shrilesh K

On Tue, Sep 24, 2019 at 12:45 PM Shrilesh Korgaonkar <
shrilesh.korgaonkar@udyogmandir.in> wrote:

> Hi Ankush Upadhyay,
>
> THANK YOU it was helpful
>
> Regards
> Shrilesh K
>
>
> On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay <
> ankush.upadhyay@hotwaxsystems.com> wrote:
>
>> Hello Shrilesh,
>>
>> Please check implementation to store labelImage in
>> *ShipmentPackageRouteSeg*. This field is used to save label image in BLOB
>> byte format.
>>
>> Kind Regards,
>> Ankush Upadhyay
>> Senior Technical Consultant
>>
>> *HotWax Systems*
>> *Enterprise open source experts*
>> cell: +91-8109201285
>> office: 0731-409-3684
>> http://www.hotwaxsystems.com
>>
>>
>> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
>> shrilesh.korgaonkar@udyogmandir.in> wrote:
>>
>> > Hi Guys,
>> >
>> > Now ofbiz is saving documents in a plain file in the disk
>> > I requirement is to store files in the database as a Blob
>> > So my question is there any Service or Setting to change the saving
>> pattern
>> >
>> >
>> > Regards
>> > Shrilesh K
>> >
>>
>

Re: Blob files

Posted by Shrilesh Korgaonkar <sh...@udyogmandir.in>.
Hi Ankush Upadhyay,

THANK YOU it was helpful

Regards
Shrilesh K


On Tue, Sep 24, 2019 at 10:51 AM Ankush Upadhyay <
ankush.upadhyay@hotwaxsystems.com> wrote:

> Hello Shrilesh,
>
> Please check implementation to store labelImage in
> *ShipmentPackageRouteSeg*. This field is used to save label image in BLOB
> byte format.
>
> Kind Regards,
> Ankush Upadhyay
> Senior Technical Consultant
>
> *HotWax Systems*
> *Enterprise open source experts*
> cell: +91-8109201285
> office: 0731-409-3684
> http://www.hotwaxsystems.com
>
>
> On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
> shrilesh.korgaonkar@udyogmandir.in> wrote:
>
> > Hi Guys,
> >
> > Now ofbiz is saving documents in a plain file in the disk
> > I requirement is to store files in the database as a Blob
> > So my question is there any Service or Setting to change the saving
> pattern
> >
> >
> > Regards
> > Shrilesh K
> >
>

Re: Blob files

Posted by Ankush Upadhyay <an...@hotwaxsystems.com>.
Hello Shrilesh,

Please check implementation to store labelImage in
*ShipmentPackageRouteSeg*. This field is used to save label image in BLOB
byte format.

Kind Regards,
Ankush Upadhyay
Senior Technical Consultant

*HotWax Systems*
*Enterprise open source experts*
cell: +91-8109201285
office: 0731-409-3684
http://www.hotwaxsystems.com


On Mon, Sep 23, 2019 at 10:11 PM Shrilesh Korgaonkar <
shrilesh.korgaonkar@udyogmandir.in> wrote:

> Hi Guys,
>
> Now ofbiz is saving documents in a plain file in the disk
> I requirement is to store files in the database as a Blob
> So my question is there any Service or Setting to change the saving pattern
>
>
> Regards
> Shrilesh K
>